input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "migrate-up": {"type": "string"}}, "required": ["test", "migrate-up"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gm": {"type": "string"}, "hapi": {"type": "string"}, "inert": {"type": "string"}, "parse-github-url": {"type": "string"}, "pg": {"type": "string"}, "redis": {"type": "string"}, "request": {"type": "string"}, "sequelize": {"type": "string"}, "tmp": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["gm", "hapi", "inert", "parse-github-url", "pg", "redis", "request", "sequelize", "tmp", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-ci", "version" : "1.0.0", "description" : "Simple Continuous Integration Server", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "migrate-up" : "migrate up"}, "author" : "Jerry Sievert <code@legitimatesounding.com>", "license" : "MIT", "dependencies" : {"gm" : "^1.21.1", "hapi" : "^11.1.4", "inert" : "^3.2.0", "parse-github-url" : "^0.2.1", "pg" : "^4.4.3", "redis" : "^2.4.2", "request" : "^2.67.0", "sequelize" : "^3.15.1", "tmp" : "0.0.28", "yargs" : "^3.31.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "migrate-up": {"type": "string"}}, "required": ["test", "migrate-up"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gm": {"type": "string"}, "hapi": {"type": "string"}, "inert": {"type": "string"}, "parse-github-url": {"type": "string"}, "pg": {"type": "string"}, "redis": {"type": "string"}, "request": {"type": "string"}, "sequelize": {"type": "string"}, "tmp": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["gm", "hapi", "inert", "parse-github-url", "pg", "redis", "request", "sequelize", "tmp", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/114348e6-9ec1-37d2-8259-ce6dd4983c58", "expression" : [{"id" : "http://data.doremus.org/expression/bea7eedf-e370-3988-9e70-25e0dd74ce95"}, {"id" : "http://data.doremus.org/expression/84a46de4-4110-314c-955a-ce42862b8e3f"}, {"id" : "http://data.doremus.org/expression/abb2fed8-e67c-302c-b34e-3e1f50d8011a"}, {"id" : "http://data.doremus.org/expression/eb7c1c6c-f10a-3035-8f59-e366e35bd6be"}, {"id" : "http://data.doremus.org/expression/61b10a99-0301-36a2-ab41-949896e14d25"}, {"id" : "http://data.doremus.org/expression/4d9f6e27-b3e0-338e-b6e3-1548ec98322e"}, {"id" : "http://data.doremus.org/expression/490c5662-5644-33ca-b88f-f16d4d2da0d1"}, {"id" : "http://data.doremus.org/expression/02a5cb65-4bee-304a-a0a7-49b08ed4d4f0"}, {"id" : "http://data.doremus.org/expression/4df85281-8040-33c5-944e-1342d9fa33c4"}, {"id" : "http://data.doremus.org/expression/9684c2ce-3b35-3af0-ad2f-ed7e73c8d62d"}, {"id" : "http://data.doremus.org/expression/05251f59-c7a9-3b28-9f3e-ee894b23c033"}, {"id" : "http://data.doremus.org/expression/ca960619-4e7b-3232-b8e8-897d5896f3d3"}, {"id" : "http://data.doremus.org/expression/d42d2633-dd52-3021-8720-bb4646884c6c"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "connect-flash": {"type": "string"}, "connect-mongo": {"type": "string"}, "cookie-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}}, "required": ["bcrypt", "body-parser", "connect-flash", "connect-mongo", "cookie-parser", "ejs", "express", "express-session", "mongoose", "morgan", "passport", "passport-local"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "auth-ref", "version" : "1.0.0", "description" : "To be used as reference while doing NodeJS auths", "main" : "index.js", "scripts" : {"test" : "test"}, "keywords" : ["auth"], "author" : "Harish S", "license" : "MIT", "dependencies" : {"bcrypt" : "^1.0.3", "body-parser" : "^1.18.2", "connect-flash" : "^0.1.1", "connect-mongo" : "^2.0.1", "cookie-parser" : "^1.4.3", "ejs" : "^2.5.7", "express" : "^4.16.2", "express-session" : "^1.15.6", "mongoose" : "^5.0.7", "morgan" : "^1.9.0", "passport" : "^0.4.0", "passport-local" : "^1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "connect-flash": {"type": "string"}, "connect-mongo": {"type": "string"}, "cookie-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}}, "required": ["bcrypt", "body-parser", "connect-flash", "connect-mongo", "cookie-parser", "ejs", "express", "express-session", "mongoose", "morgan", "passport", "passport-local"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210882006001", "text" : "\u4e94\u4e00\u793e\u533a"}, {"id" : "210882006002", "text" : "\u87e0\u9f99\u793e\u533a"}, {"id" : "210882006003", "text" : "\u632f\u5174\u793e\u533a"}, {"id" : "210882006004", "text" : "\u80dc\u5229\u793e\u533a"}, {"id" : "210882006005", "text" : "\u77f3\u6865\u793e\u533a"}, {"id" : "210882006006", "text" : "\u7e41\u8363\u793e\u533a"}, {"id" : "210882006007", "text" : "\u957f\u5f81\u793e\u533a"}, {"id" : "210882006008", "text" : "\u519b\u6c11\u793e\u533a"}, {"id" : "210882006009", "text" : "\u7ad9\u524d\u793e\u533a"}, {"id" : "210882006010", "text" : "\u91d1\u9f99\u793e\u533a"}, {"id" : "210882006200", "text" : "\u5c71\u897f\u5934\u6751\u59d4\u4f1a"}, {"id" : "210882006201", "text" : "\u6768\u623f\u8eab\u6751\u59d4\u4f1a"}, {"id" : "210882006202", "text" : "\u9752\u82b1\u5cea\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=2236", "name" : "SHREE SHIVSHANKAR BAHUDESHIYA SEVABHAVI SANSTHA", "primaryEmail" : "shivshankarsevabhavisanstha@gmail.com", "telephone" : ["912454220221"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["Care of B E Sontakke vidyanagar college road", "Basmath", "Hingoli", "Maharashtra", "431512"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Id": {"type": "string"}, "CountryId": {"type": "string"}, "Name": {"type": "string"}, "Code": {"type": "string"}}, "required": ["Id", "CountryId", "Name", "Code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "d1562c4d-3163-4e92-a361-05c2b9541772", "CountryId" : "1fcc4a89-0e8f-4fa2-b8d0-4ff5ec2277df", "Name" : "Staffordshire, England", "Code" : "STS"}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "CountryId": {"type": "string"}, "Name": {"type": "string"}, "Code": {"type": "string"}}, "required": ["Id", "CountryId", "Name", "Code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["371003103200", "\u9ad8\u6751\u6751\u59d4\u4f1a", "121", "0"], ["371003103201", "\u6cb3\u897f\u6751\u59d4\u4f1a", "122", "0"], ["371003103202", "\u5cad\u4e0a\u8463\u5bb6\u6751\u59d4\u4f1a", "122", "0"], ["371003103203", "\u4e07\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103204", "\u897f\u5c71\u5f20\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103205", "\u6c99\u67f3\u6751\u59d4\u4f1a", "220", "0"], ["371003103206", "\u4e8c\u7532\u6751\u59d4\u4f1a", "220", "0"], ["371003103207", "\u4e0b\u593c\u6751\u59d4\u4f1a", "220", "0"], ["371003103208", "\u793c\u683c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["371003103209", "\u7eff\u6768\u6751\u59d4\u4f1a", "220", "0"], ["371003103210", "\u83b2\u82b1\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["371003103211", "\u6148\u53e3\u89c2\u6751\u59d4\u4f1a", "220", "0"], ["371003103212", "\u897f\u817e\u5708\u6751\u59d4\u4f1a", "220", "0"], ["371003103213", "\u5317\u817e\u5708\u6751\u59d4\u4f1a", "220", "0"], ["371003103214", "\u5357\u817e\u5708\u6751\u59d4\u4f1a", "220", "0"], ["371003103215", "\u540e\u6cca\u6751\u59d4\u4f1a", "122", "0"], ["371003103216", "\u58a9\u540e\u6751\u59d4\u4f1a", "122", "0"], ["371003103217", "\u6c64\u897f\u6751\u59d4\u4f1a", "220", "0"], ["371003103218", "\u6c64\u6cca\u9633\u6751\u59d4\u4f1a", "220", "0"], ["371003103219", "\u6c64\u4e1c\u6751\u59d4\u4f1a", "220", "0"], ["371003103220", "\u6cb3\u5357\u90a2\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103221", "\u4e2d\u90a2\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103222", "\u5317\u90a2\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103223", "\u864e\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["371003103224", "\u9773\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103225", "\u97e9\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103226", "\u5c71\u524d\u5e84\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103227", "\u9999\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["371003103228", "\u5b59\u5bb6\u57e0\u6751\u59d4\u4f1a", "220", "0"], ["371003103229", "\u82cf\u5bb6\u6cca\u6751\u59d4\u4f1a", "220", "0"], ["371003103230", "\u97a0\u683c\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["371003103231", "\u8109\u7530\u6751\u59d4\u4f1a", "220", "0"], ["371003103232", "\u6bbf\u5c71\u9662\u6751\u59d4\u4f1a", "220", "0"], ["371003103233", "\u5317\u4ea7\u6751\u59d4\u4f1a", "220", "0"], ["371003103234", "\u5357\u4ea7\u6751\u59d4\u4f1a", "220", "0"], ["371003103235", "\u9ec4\u5eb5\u6751\u59d4\u4f1a", "220", "0"], ["371003103236", "\u51e4\u53f0\u9876\u540e\u6751\u59d4\u4f1a", "220", "0"], ["371003103237", "\u671b\u6d77\u521d\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103238", "\u6ce2\u6d6a\u540e\u6751\u59d4\u4f1a", "220", "0"], ["371003103239", "\u5e99\u540e\u738b\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103240", "\u9773\u5bb6\u5e97\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["371003103241", "\u8f9b\u5e97\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["371003103242", "\u5510\u5bb6\u5480\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["371003103243", "\u91d1\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["371003103244", "\u671b\u6d77\u66f2\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["371003103245", "\u671b\u6d77\u502a\u5bb6\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"tableName": {"type": "string"}, "schemaName": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "clusterName": {"type": "string"}, "index": {"type": "string"}, "type": {"type": "string"}, "columns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "jsonPath": {"type": "string"}, "jsonType": {"type": "string"}, "ordinalPosition": {"type": "string"}}, "required": ["name", "type", "jsonPath", "jsonType", "ordinalPosition"]}}}, "required": ["tableName", "schemaName", "host", "port", "clusterName", "index", "type", "columns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tableName" : "region", "schemaName" : "tpch", "host" : "localhost", "port" : "9300", "clusterName" : "test", "index" : "region", "type" : "doc", "columns" : [{"name" : "regionkey", "type" : "bigint", "jsonPath" : "regionkey", "jsonType" : "bigint", "ordinalPosition" : "0"}, {"name" : "name", "type" : "varchar", "jsonPath" : "name", "jsonType" : "varchar", "ordinalPosition" : "1"}, {"name" : "comment", "type" : "varchar", "jsonPath" : "comment", "jsonType" : "varchar", "ordinalPosition" : "2"}]}
json_instruct
{"type": "object", "properties": {"tableName": {"type": "string"}, "schemaName": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}, "clusterName": {"type": "string"}, "index": {"type": "string"}, "type": {"type": "string"}, "columns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "jsonPath": {"type": "string"}, "jsonType": {"type": "string"}, "ordinalPosition": {"type": "string"}}, "required": ["name", "type", "jsonPath", "jsonType", "ordinalPosition"]}}}, "required": ["tableName", "schemaName", "host", "port", "clusterName", "index", "type", "columns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ssid": {"type": "string"}, "ssidHidden": {"type": "integer"}, "password": {"type": "string"}, "apChannel": {"type": "integer"}, "wifiClient": {"type": "integer"}, "ssidClient": {"type": "string"}, "passwordClient": {"type": "string"}, "hostname": {"type": "string"}, "macAp": {"type": "string"}, "randMacAp": {"type": "integer"}, "apScanHidden": {"type": "integer"}, "deauthReason": {"type": "integer"}, "attackTimeout": {"type": "integer"}, "attackPacketRate": {"type": "integer"}, "clientScanTime": {"type": "integer"}, "beaconInterval": {"type": "integer"}, "useLed": {"type": "integer"}, "ledPin": {"type": "integer"}, "useAlertLed": {"type": "integer"}, "alertLedPin": {"type": "integer"}, "multiAPs": {"type": "integer"}, "multiAttacks": {"type": "integer"}, "macInterval": {"type": "integer"}, "cache": {"type": "integer"}, "serverCache": {"type": "integer"}, "detectorChannel": {"type": "integer"}, "detectorAllChannels": {"type": "integer"}, "detectorScanTime": {"type": "integer"}, "newUser": {"type": "integer"}, "mode": {"type": "integer"}}, "required": ["ssid", "ssidHidden", "password", "apChannel", "wifiClient", "ssidClient", "passwordClient", "hostname", "macAp", "randMacAp", "apScanHidden", "deauthReason", "attackTimeout", "attackPacketRate", "clientScanTime", "beaconInterval", "useLed", "ledPin", "useAlertLed", "alertLedPin", "multiAPs", "multiAttacks", "macInterval", "cache", "serverCache", "detectorChannel", "detectorAllChannels", "detectorScanTime", "newUser", "mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ssid" : "CATCH-ME", "ssidHidden" : 1, "password" : "", "apChannel" : 1, "wifiClient" : 0, "ssidClient" : "", "passwordClient" : "", "hostname" : "CATCH-ME", "macAp" : "c3:01:a7:a9:06:84", "randMacAp" : 0, "apScanHidden" : 1, "deauthReason" : 1, "attackTimeout" : 0, "attackPacketRate" : 10, "clientScanTime" : 15, "beaconInterval" : 0, "useLed" : 1, "ledPin" : 2, "useAlertLed" : 1, "alertLedPin" : 16, "multiAPs" : 1, "multiAttacks" : 1, "macInterval" : 4, "cache" : 1, "serverCache" : 194, "detectorChannel" : 1, "detectorAllChannels" : 1, "detectorScanTime" : 200, "newUser" : 0, "mode" : 0}
json_instruct
{"type": "object", "properties": {"ssid": {"type": "string"}, "ssidHidden": {"type": "integer"}, "password": {"type": "string"}, "apChannel": {"type": "integer"}, "wifiClient": {"type": "integer"}, "ssidClient": {"type": "string"}, "passwordClient": {"type": "string"}, "hostname": {"type": "string"}, "macAp": {"type": "string"}, "randMacAp": {"type": "integer"}, "apScanHidden": {"type": "integer"}, "deauthReason": {"type": "integer"}, "attackTimeout": {"type": "integer"}, "attackPacketRate": {"type": "integer"}, "clientScanTime": {"type": "integer"}, "beaconInterval": {"type": "integer"}, "useLed": {"type": "integer"}, "ledPin": {"type": "integer"}, "useAlertLed": {"type": "integer"}, "alertLedPin": {"type": "integer"}, "multiAPs": {"type": "integer"}, "multiAttacks": {"type": "integer"}, "macInterval": {"type": "integer"}, "cache": {"type": "integer"}, "serverCache": {"type": "integer"}, "detectorChannel": {"type": "integer"}, "detectorAllChannels": {"type": "integer"}, "detectorScanTime": {"type": "integer"}, "newUser": {"type": "integer"}, "mode": {"type": "integer"}}, "required": ["ssid", "ssidHidden", "password", "apChannel", "wifiClient", "ssidClient", "passwordClient", "hostname", "macAp", "randMacAp", "apScanHidden", "deauthReason", "attackTimeout", "attackPacketRate", "clientScanTime", "beaconInterval", "useLed", "ledPin", "useAlertLed", "alertLedPin", "multiAPs", "multiAttacks", "macInterval", "cache", "serverCache", "detectorChannel", "detectorAllChannels", "detectorScanTime", "newUser", "mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {"type": "string"}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "collectible": {"type": "boolean"}, "soulSummon": {"type": "integer"}, "soulTrap": {"type": "integer"}, "text": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "unique": {"type": "boolean"}, "imageUrl": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "rarity", "type", "subtypes", "cost", "power", "health", "set", "collectible", "soulSummon", "soulTrap", "text", "attributes", "keywords", "unique", "imageUrl", "id", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Fighters Guild Elite", "rarity" : "Legendary", "type" : "Creature", "subtypes" : ["Orc"], "cost" : 5, "power" : 2, "health" : 2, "set" : {"name" : "Alliance War", "id" : "aw"}, "collectible" : true, "soulSummon" : 1200, "soulTrap" : 400, "text" : "Expertise: Double Fighters Guild Elite's power and health.", "attributes" : ["Strength"], "keywords" : ["Expertise"], "unique" : false, "imageUrl" : "https://www.legends-decks.com/img_cards/fightersguildelite.png", "id" : "1a6aa22d-2615-5b14-bed7-e502cdf0f0b2", "code" : "tf"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {"type": "string"}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "collectible": {"type": "boolean"}, "soulSummon": {"type": "integer"}, "soulTrap": {"type": "integer"}, "text": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "unique": {"type": "boolean"}, "imageUrl": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "rarity", "type", "subtypes", "cost", "power", "health", "set", "collectible", "soulSummon", "soulTrap", "text", "attributes", "keywords", "unique", "imageUrl", "id", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "CHARLE", "frequency" : 1157, "males" : "89.45548833189282 %", "females" : "10.544511668107173 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Dividing two rational expressions by factoring and simplifying\n\n\n\n\n", "url" : "https://www.youtube.com/watch?v=CTDCTk7azxY"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"resources": {"type": "object", "properties": {"includes": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["includes"]}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resources" : {"includes" : [{"pattern" : "META-INF/micronaut/.*$"}]}}
json_instruct
{"type": "object", "properties": {"resources": {"type": "object", "properties": {"includes": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["includes"]}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5315040003", "district_id" : "5315040", "name" : "GOLO RUU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Alena Hall", "email" : "lenokhall@gmail.com"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/9183644775", "properties" : {"amenity" : "vending_machine", "vending" : "potatoes", "id" : "node/9183644775"}, "geometry" : {"type" : "Point", "coordinates" : [16.7101085, 48.2654602]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : "2020-09-30T15:18:58Z", "data" : [{"data_type" : "pm10", "value" : "1.13", "max" : "7.00", "min" : "0.00", "sd" : "2.00"}, {"data_type" : "pm2.5", "value" : "1.13", "max" : "7.00", "min" : "0.00", "sd" : "2.00"}, {"data_type" : "pm1", "value" : "0.27", "max" : "1.00", "min" : "0.00", "sd" : "0.46"}, {"data_type" : "pm10", "value" : "0.13", "max" : "1.00", "min" : "0.00", "sd" : "0.35", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 2}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 2}, {"data_type" : "noise", "value" : "39.20", "max" : "263.85", "min" : "27.76", "sd" : "12.43"}, {"data_type" : "illuminance", "value" : "2220.64", "max" : "2371.00", "min" : "2135.00", "sd" : "67.64"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "temperature", "value" : "12.42", "max" : "12.56", "min" : "12.17", "sd" : "0.19"}, {"data_type" : "humidity", "value" : "57.80", "max" : "61.20", "min" : "55.82", "sd" : "1.12"}, {"data_type" : "presure", "value" : "693.14", "max" : "693.33", "min" : "692.95", "sd" : "0.24"}, {"data_type" : "voltage", "value" : "5.04", "max" : "5.05", "min" : "5.04", "sd" : "0.03"}, {"data_type" : "batery", "value" : "4.12", "max" : "4.13", "min" : "4.12", "sd" : "0.02"}, {"data_type" : "panel", "value" : "0.01", "max" : "0.03", "min" : "0.00", "sd" : "0.07"}]}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "adobe_cooltype_sing.rb", "Title" : "Adobe CoolType SING Table \"uniqueName\" Stack Buffer Overflow", "Description" : "This module exploits a vulnerability in the Smart INdependent Glyplets (SING) table handling within versions 8.2.4 and 9.3.4 of Adobe Reader. Prior versions are assumed to be vulnerable as well.", "CveIDs" : ["CVE-2010-2883"], "References" : ["http://contagiodump.blogspot.com/2010/09/cve-david-leadbetters-one-point-lesson.html", "http://www.adobe.com/support/security/advisories/apsa10-02.html", "https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/browser/adobe_cooltype_sing.rb"]}, {"Name" : "adobe_cooltype_sing.rb", "Title" : "Adobe CoolType SING Table \"uniqueName\" Stack Buffer Overflow", "Description" : "This module exploits a vulnerability in the Smart INdependent Glyplets (SING) table handling within versions 8.2.4 and 9.3.4 of Adobe Reader. Prior versions are assumed to be vulnerable as well.", "CveIDs" : ["CVE-2010-2883"], "References" : ["http://contagiodump.blogspot.com/2010/09/cve-david-leadbetters-one-point-lesson.html", "http://www.adobe.com/support/security/advisories/apsa10-02.html", "https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/fileformat/adobe_cooltype_sing.rb"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"critiques": {"type": "object", "properties": {"689": {"type": "object", "properties": {"rubric_items": {"type": "object", "properties": {"5531": {"type": "object", "properties": {"result": {"type": "string"}, "observation": {"type": "string"}}, "required": ["result", "observation"]}, "5530": {"type": "object", "properties": {"result": {"type": "string"}, "observation": {"type": "string"}}, "required": ["result", "observation"]}}, "required": ["5531", "5530"]}}, "required": ["rubric_items"]}}, "required": ["689"]}}, "required": ["critiques"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"critiques" : {"689" : {"rubric_items" : {"5531" : {"result" : "passed", "observation" : "Correct!"}, "5530" : {"result" : "failed", "observation" : "Your solve() function did not yield a valid solution for diagonal sudoku. Try your code on the following example:\n9.1....8.8.5.7..4.2.4....6...7......5..............83.3..6......9................\n"}}}}}
json_instruct
{"type": "object", "properties": {"critiques": {"type": "object", "properties": {"689": {"type": "object", "properties": {"rubric_items": {"type": "object", "properties": {"5531": {"type": "object", "properties": {"result": {"type": "string"}, "observation": {"type": "string"}}, "required": ["result", "observation"]}, "5530": {"type": "object", "properties": {"result": {"type": "string"}, "observation": {"type": "string"}}, "required": ["result", "observation"]}}, "required": ["5531", "5530"]}}, "required": ["rubric_items"]}}, "required": ["689"]}}, "required": ["critiques"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "433071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "537064": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "N.A.//", "999920", "353031", "433071", "537064"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"372012" : {"count" : 1}, "count" : 10, "N.A.//" : {"count" : 5}, "999920" : {"count" : 1}, "353031" : {"count" : 1}, "433071" : {"count" : 1}, "537064" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "433071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "537064": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "N.A.//", "999920", "353031", "433071", "537064"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}}, "required": ["husky"]}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"applypatch-msg": {"type": "string"}, "pre-applypatch": {"type": "string"}, "post-applypatch": {"type": "string"}, "pre-commit": {"type": "string"}}, "required": ["applypatch-msg", "pre-applypatch", "post-applypatch", "pre-commit"]}}, "required": ["hooks"]}, "main": {"type": "string"}}, "required": ["name", "version", "description", "devDependencies", "scripts", "husky", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ejemplo", "version" : "1.0.0", "description" : "Minimal Mistakes Jekyll theme npm build scripts", "devDependencies" : {"husky" : "^2.7.0"}, "scripts" : {"prepare" : "husky install"}, "husky" : {"hooks" : {"applypatch-msg" : "echo \"[Husky] applypatch-msg\"", "pre-applypatch" : "echo \"[Husky] pre-applypatch\"", "post-applypatch" : "echo \"[Husky] post-applypatch\"", "pre-commit" : "sh checkSpeller.sh "}}, "main" : "index.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}}, "required": ["husky"]}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"applypatch-msg": {"type": "string"}, "pre-applypatch": {"type": "string"}, "post-applypatch": {"type": "string"}, "pre-commit": {"type": "string"}}, "required": ["applypatch-msg", "pre-applypatch", "post-applypatch", "pre-commit"]}}, "required": ["hooks"]}, "main": {"type": "string"}}, "required": ["name", "version", "description", "devDependencies", "scripts", "husky", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 91841, "cartId" : "6603ae22-dc57-49ef-bb4e-7788cb0b20f5", "preferredProducts" : [1298, 700, 4782, 1617], "productReviews" : [{"productId" : 2876, "reviewText" : "I tried to belly-flop it but got Turkish Delight all over it.", "reviewDate" : "2017-03-24T14:18:39.1471907+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["bounds", "location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"address_components" : [{"long_name" : "Do\u011fankent", "short_name" : "Do\u011fankent", "types" : ["locality", "political"]}, {"long_name" : "Merkez", "short_name" : "Merkez", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "Do\u011fankent", "short_name" : "Do\u011fankent", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Giresun", "short_name" : "Giresun", "types" : ["administrative_area_level_1", "political"]}, {"long_name" : "Turkey", "short_name" : "TR", "types" : ["country", "political"]}], "formatted_address" : "Do\u011fankent, Merkez, Do\u011fankent/Giresun, Turkey", "geometry" : {"bounds" : {"northeast" : {"lat" : 40.813829, "lng" : 38.9197948}, "southwest" : {"lat" : 40.8045491, "lng" : 38.913665}}, "location" : {"lat" : 40.810153, "lng" : 38.916161}, "location_type" : "APPROXIMATE", "viewport" : {"northeast" : {"lat" : 40.813829, "lng" : 38.9197948}, "southwest" : {"lat" : 40.8045491, "lng" : 38.913665}}}, "place_id" : "ChIJ13YzvUuEZEARjwtsAN0ZONQ", "types" : ["locality", "political"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["bounds", "location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Prompt": {"type": "string"}, "InitialFilter": {"type": "string"}, "StickySelection": {"type": "boolean"}}, "required": ["Prompt", "InitialFilter", "StickySelection"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Prompt" : ">", "InitialFilter" : "SmartCase", "StickySelection" : true}
json_instruct
{"type": "object", "properties": {"Prompt": {"type": "string"}, "InitialFilter": {"type": "string"}, "StickySelection": {"type": "boolean"}}, "required": ["Prompt", "InitialFilter", "StickySelection"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"vendorIsPublished": {"type": "boolean"}}, "required": ["vendorIsPublished"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendorIsPublished" : true}
json_instruct
{"type": "object", "properties": {"vendorIsPublished": {"type": "boolean"}}, "required": ["vendorIsPublished"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nock": {"type": "string"}, "nyc": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "mocha", "nock", "nyc", "standard"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chalk": {"type": "string"}, "changes-stream": {"type": "string"}, "lodash.assign": {"type": "string"}, "request": {"type": "string"}, "seq-file": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["async", "chalk", "changes-stream", "lodash.assign", "request", "seq-file", "yargs"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rewrite-url-follower", "version" : "1.0.2", "description" : "rewrite the URLs in couchdb from one registry to another", "main" : "index.js", "bin" : "./bin/rewrite-url-follower.js", "scripts" : {"pretest" : "standard", "test" : "nyc mocha test/rewrite-url-follower.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/npm/rewrite-url-follower.git"}, "keywords" : ["follower", "registry", "npm"], "author" : "Ben Coe <ben@npmjs.com>", "license" : "ISC", "bugs" : {"url" : "https://github.com/npm/rewrite-url-follower/issues"}, "homepage" : "https://github.com/npm/rewrite-url-follower#readme", "devDependencies" : {"chai" : "^3.5.0", "mocha" : "^2.4.5", "nock" : "^7.2.2", "nyc" : "^6.0.0", "standard" : "^6.0.8"}, "dependencies" : {"async" : "^1.5.2", "chalk" : "^1.1.1", "changes-stream" : "^1.1.0", "lodash.assign" : "^4.0.6", "request" : "^2.69.0", "seq-file" : "^1.3.1", "yargs" : "^4.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nock": {"type": "string"}, "nyc": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "mocha", "nock", "nyc", "standard"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chalk": {"type": "string"}, "changes-stream": {"type": "string"}, "lodash.assign": {"type": "string"}, "request": {"type": "string"}, "seq-file": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["async", "chalk", "changes-stream", "lodash.assign", "request", "seq-file", "yargs"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ultimatelights:block/light_block_brown"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "reward": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "reward", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11024, "title" : "Soldier of the Alliance: Legion Season 1", "points" : 0, "description" : "End Legion PvP season 1 in the top 35% of the rated battleground ladder (requires 50 games won in Legion Season 1).", "reward" : "Title Reward: Soldier of the Alliance", "rewardItems" : [], "icon" : "achievement_pvp_g_a", "criteria" : [], "accountWide" : false, "factionId" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "reward": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "reward", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "answer": {"type": "string"}}, "required": ["name", "answer"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Integer non tellus lobortis, pharetra mi in, feugiat est?", "answer" : "ac sodales tortor dui eget dolor. Sed at leo iaculis odio rutrum feugiat ut posuere orci. In bibendum pharetra ligula, vitae ornare quam porta in."}, {"name" : "Curabitur nec ipsum hendrerit, pulvinar magna at, efficitur nunc?", "answer" : "Fusce cursus dignissim ultricies. Sed quis hendrerit mi. Curabitur sit amet dui auctor, vehicula ex et, pulvinar metus."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "answer": {"type": "string"}}, "required": ["name", "answer"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"PORT": {"type": "integer"}, "ADMIN_PORT": {"type": "integer"}, "HOSTNAME": {"type": "string"}, "ENABLE_TOKEN_AUTH": {"type": "boolean"}, "ENABLE_BASIC_AUTH": {"type": "boolean"}, "LEDGER_ACCOUNT_NAME": {"type": "string"}, "LEDGER_ACCOUNT_PASSWORD": {"type": "string"}, "AMOUNT": {"type": "object", "properties": {"PRECISION": {"type": "integer"}, "SCALE": {"type": "integer"}}, "required": ["PRECISION", "SCALE"]}, "SIDECAR": {"type": "object", "properties": {"DISABLED": {"type": "boolean"}, "HOST": {"type": "string"}, "PORT": {"type": "integer"}, "CONNECT_TIMEOUT": {"type": "integer"}, "RECONNECT_INTERVAL": {"type": "integer"}}, "required": ["DISABLED", "HOST", "PORT", "CONNECT_TIMEOUT", "RECONNECT_INTERVAL"]}}, "required": ["PORT", "ADMIN_PORT", "HOSTNAME", "ENABLE_TOKEN_AUTH", "ENABLE_BASIC_AUTH", "LEDGER_ACCOUNT_NAME", "LEDGER_ACCOUNT_PASSWORD", "AMOUNT", "SIDECAR"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PORT" : 3000, "ADMIN_PORT" : 3001, "HOSTNAME" : "http://central-ledger", "ENABLE_TOKEN_AUTH" : false, "ENABLE_BASIC_AUTH" : false, "LEDGER_ACCOUNT_NAME" : "LedgerName", "LEDGER_ACCOUNT_PASSWORD" : "LedgerPassword", "AMOUNT" : {"PRECISION" : 10, "SCALE" : 2}, "SIDECAR" : {"DISABLED" : false, "HOST" : "localhost", "PORT" : 5678, "CONNECT_TIMEOUT" : 45000, "RECONNECT_INTERVAL" : 5000}}
json_instruct
{"type": "object", "properties": {"PORT": {"type": "integer"}, "ADMIN_PORT": {"type": "integer"}, "HOSTNAME": {"type": "string"}, "ENABLE_TOKEN_AUTH": {"type": "boolean"}, "ENABLE_BASIC_AUTH": {"type": "boolean"}, "LEDGER_ACCOUNT_NAME": {"type": "string"}, "LEDGER_ACCOUNT_PASSWORD": {"type": "string"}, "AMOUNT": {"type": "object", "properties": {"PRECISION": {"type": "integer"}, "SCALE": {"type": "integer"}}, "required": ["PRECISION", "SCALE"]}, "SIDECAR": {"type": "object", "properties": {"DISABLED": {"type": "boolean"}, "HOST": {"type": "string"}, "PORT": {"type": "integer"}, "CONNECT_TIMEOUT": {"type": "integer"}, "RECONNECT_INTERVAL": {"type": "integer"}}, "required": ["DISABLED", "HOST", "PORT", "CONNECT_TIMEOUT", "RECONNECT_INTERVAL"]}}, "required": ["PORT", "ADMIN_PORT", "HOSTNAME", "ENABLE_TOKEN_AUTH", "ENABLE_BASIC_AUTH", "LEDGER_ACCOUNT_NAME", "LEDGER_ACCOUNT_PASSWORD", "AMOUNT", "SIDECAR"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "integer"}}}, "required": ["labels", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"labels" : ["1900\u5e74-1990\u5e74", "1991\u5e74-2000\u5e74", "2001\u5e74-2010\u5e74", "2011\u5e74", "2012\u5e74", "2013\u5e74", "2014\u5e74", "2015\u5e74", "2016\u5e74", "2017\u5e74", "2018\u5e74"], "values" : [2, 4, 5, 1, 3, 3, 3, 2, 4, 4, 1]}
json_instruct
{"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "values": {"type": "array", "items": {"type": "integer"}}}, "required": ["labels", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "speed": {"type": "integer"}, "path": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}}, "required": ["name", "speed", "path", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "flag.json", "speed" : 500, "path" : [[19, 20], [18, 64], [18, 124], [19, 174], [20, 222], [21, 274], [17, 324], [19, 351], [19, 389], [19, 414], [26, 368], [25, 327], [23, 287], [20, 240], [18, 197], [17, 155], [17, 58], [18, 20], [26, 71], [25, 105], [25, 144], [25, 194], [26, 240], [26, 282], [25, 328], [26, 354], [26, 381], [26, 403], [26, 373], [26, 348], [26, 305], [26, 262], [26, 203], [26, 177], [45, 178], [74, 178], [103, 179], [128, 181], [156, 180], [181, 181], [201, 181], [218, 181], [237, 181], [237, 162], [237, 145], [236, 128], [235, 109], [234, 87], [234, 63], [232, 44], [231, 27], [216, 26], [216, 36], [217, 51], [217, 69], [217, 82], [218, 95], [208, 95], [193, 95], [176, 92], [176, 76], [190, 77], [205, 80], [204, 54], [204, 40], [192, 28], [203, 28], [193, 49], [193, 64], [177, 62], [177, 42], [174, 24], [162, 24], [164, 38], [164, 50], [162, 67], [162, 87], [150, 87], [147, 63], [147, 44], [146, 24], [134, 23], [119, 23], [127, 29], [131, 38], [131, 50], [133, 68], [134, 82], [126, 86], [116, 82], [116, 59], [116, 39], [111, 22], [97, 21], [96, 29], [96, 45], [99, 72], [86, 76], [80, 54], [80, 38], [76, 20], [61, 20], [62, 29], [63, 35], [67, 58], [67, 77], [68, 85], [80, 86], [98, 86], [117, 69], [52, 82], [52, 69], [51, 47], [49, 31], [47, 17], [36, 17], [33, 25], [33, 35], [33, 47], [35, 60], [36, 78], [40, 83], [61, 83], [83, 82], [103, 83], [123, 83], [145, 84], [172, 84], [194, 78], [218, 78], [218, 60], [199, 62], [180, 62], [159, 61], [125, 61], [89, 51], [67, 51], [45, 51], [36, 36], [61, 35], [84, 37], [118, 40], [140, 41], [177, 40], [195, 44], [216, 46], [223, 29], [196, 27], [173, 25], [148, 23], [112, 23], [92, 22], [71, 21], [48, 18], [19, 19]], "size" : {"width" : 400, "height" : 500}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "speed": {"type": "integer"}, "path": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}}, "required": ["name", "speed", "path", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "mobfulbricks:block/carmen_brick_wall"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Success": {"type": "boolean"}}, "required": ["Success"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Success" : true}
json_instruct
{"type": "object", "properties": {"Success": {"type": "boolean"}}, "required": ["Success"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1339725759, "name" : "\u9752\u6625\u6709\u4f60", "dt" : 213128, "ar" : {"id" : 31153286, "name" : "\u9752\u6625\u6709\u4f60"}, "al" : {"id" : 75136812, "name" : "\u9752\u6625\u6709\u4f60", "picUrl" : "https://p2.music.126.net/IvMjubbqD3XuptEZ0L65fQ==/109951163796421185.jpg"}}, {"id" : 1828793453, "name" : "We Rock (\u4f34\u594f)", "dt" : 232419, "ar" : {"id" : 31153286, "name" : "\u9752\u6625\u6709\u4f60"}, "al" : {"id" : 124460474, "name" : "We Rock", "picUrl" : "https://p2.music.126.net/XcAPeGegg5EJaXeUtYVFyQ==/109951165805883529.jpg"}}, {"id" : 1890222102, "name" : "YES! OK! (\u4f34\u594f)", "dt" : 225506, "ar" : {"id" : 31153286, "name" : "\u9752\u6625\u6709\u4f60"}, "al" : {"id" : 86755182, "name" : "YES\uff01OK\uff01", "picUrl" : "https://p1.music.126.net/TBqRMff4Oggqjn2Lfw4nwg==/109951164830005861.jpg"}}, {"id" : 1349976637, "name" : "\u8d5e\u8d5e\u65b0\u65f6\u4ee3 (Live)", "dt" : 123898, "ar" : {"id" : 31153286, "name" : "\u9752\u6625\u6709\u4f60"}, "al" : {"id" : 75741016, "name" : "\u9752\u6625\u6709\u4f60 \u7b2c\u56db\u671f", "picUrl" : "https://p1.music.126.net/VnBeuAP7CyV9ZRLicZW0YA==/109951163909072026.jpg"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [994.064, 203.473, 1, 998.056, 249.228, 1, 954.132, 249.699, 1, 944.162, 315.12, 1, 934.926, 348.003, 1, 1025.84, 256.812, 1, 1032.97, 316.901, 1, 1033, 377.749, 1, 947.078, 344.511, 1, 939.277, 438.271, 1, 936.548, 497.091, 1, 1001.77, 366.205, 1, 1022.31, 439.426, 1, 1014.29, 514.287, 1, 988.157, 191.217, 1, 1009.56, 197.643, 1, 979.271, 204.006, 1, 1011.73, 199.362, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"confirmed": {"type": "integer"}, "deaths": {"type": "integer"}, "recovered": {"type": "integer"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"confirmed" : 22192, "deaths" : 236, "recovered" : 17629}
json_instruct
{"type": "object", "properties": {"confirmed": {"type": "integer"}, "deaths": {"type": "integer"}, "recovered": {"type": "integer"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-101.204225, 39.381665], [-101.204217, 39.383932], [-101.204222, 39.385139], [-101.204225, 39.385545], [-101.204222, 39.385753], [-101.204184, 39.388844], [-101.204144, 39.395019], [-101.204134, 39.395368], [-101.204077, 39.395367], [-101.203594, 39.395357], [-101.201478, 39.395372], [-101.200002, 39.395382], [-101.194177, 39.395361], [-101.187506, 39.395338], [-101.186571, 39.395308], [-101.185342, 39.395286], [-101.185291, 39.391837], [-101.185284, 39.389949], [-101.185255, 39.388409], [-101.18525, 39.388162], [-101.185268, 39.38793], [-101.185293, 39.387886], [-101.185331, 39.387842], [-101.185375, 39.38773], [-101.185441, 39.387635], [-101.185539, 39.387396], [-101.185498, 39.38732], [-101.185356, 39.38698], [-101.185316, 39.386761], [-101.185325, 39.386179], [-101.18539, 39.383995], [-101.185431, 39.383153], [-101.185492, 39.380839], [-101.186037, 39.380837], [-101.187506, 39.380857], [-101.189718, 39.380861], [-101.192383, 39.380852], [-101.194502, 39.380854], [-101.19461, 39.380854], [-101.194917, 39.380853], [-101.195956, 39.380847], [-101.197298, 39.38084], [-101.198289, 39.380834], [-101.19851, 39.380837], [-101.204222, 39.380909], [-101.204225, 39.381665]]]], "properties" : {"id" : "usa-ks-levant-city", "type" : "city", "name" : "Levant", "code" : "2039700"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "barrier": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "barrier", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "way/89453177", "properties" : {"amenity" : "marketplace", "barrier" : "fence", "id" : "way/89453177"}, "geometry" : {"type" : "Point", "coordinates" : [17.1685084, 48.1576328]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "barrier": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "barrier", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 37826, "cartId" : "71bb1200-48d8-42d9-b3a0-4d1131f4a5e4", "preferredProducts" : [4213], "productReviews" : [{"productId" : 64, "reviewText" : "talk about bliss!!", "reviewDate" : "2018-11-02T09:31:39.9015301+02:00"}, {"productId" : 1953, "reviewText" : "The box this comes in is 4 mile by 5 inch and weights 19 megaton!", "reviewDate" : "2019-02-24T20:17:25.7224181+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"liveId" : "5a8cee3c0cf29aa343fbe12f", "title" : "\u8d56\u6893\u60dc\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u76f4\u64ad\u4e00\u4f1a\u4f1a", "picPath" : "/mediasource/live/1519185468528j9630QqIlC.png", "startTime" : 1519185468871, "memberId" : 459995, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a8cee3c0cf29aa343fbe12f.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/335f36e75e03aba68241cc38f2058992_wb480.flv", "screenMode" : 0, "roomId" : "6479711", "bwqaVersion" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"2": {"type": "boolean"}}, "required": ["2"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "56808f5124ab6437d856", "c" : {"2" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"2": {"type": "boolean"}}, "required": ["2"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Community Recovery in Graphs with Locality.", "fields" : ["graph", "theoretical computer science", "pairwise comparison", "social network", "locality"], "abstract" : "Motivated by applications in domains such as social networks and computational biology, we study the problem of community recovery in graphs with locality. In this problem, pairwise noisy measurements of whether two nodes are in the same community or different communities come mainly or exclusively from nearby nodes rather than uniformly sampled between all node pairs, as in most existing models. We present two algorithms that run nearly linearly in the number of measurements and which achieve the information limits for exact recovery.", "citation" : "Citations (10)", "year" : "2016", "departments" : ["Stanford University", "Stanford University", "KAIST", "University of California, Berkeley"], "conf" : "icml", "authors" : ["Yuxin Chen.....http://dblp.org/pers/hd/c/Chen:Yuxin", "Govinda M. Kamath.....http://dblp.org/pers/hd/k/Kamath:Govinda_M=", "Changho Suh.....http://dblp.org/pers/hd/s/Suh:Changho", "David Tse.....http://dblp.org/pers/hd/t/Tse:David"], "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}, {"skyblock_id" : "WATER_LILY", "quantity" : "16", "item_name" : "Water lily"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404395769, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "27a6366b4d5e50f1f7e1ca2303beb5f7", "wof:id" : 404395769, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.22333, 43.55194, 3.22333, 43.55194], "geometry" : {"coordinates" : [3.22333, 43.55194], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ABDULKAREM", "frequency" : 3, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}, "source_name": {"type": "string"}}, "required": ["url", "description", "source_name"]}}, "description": {"type": "string"}, "relationship_type": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "external_references", "description", "relationship_type", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--4c0196e7-9cd4-469d-8730-d466cdaae281", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "intrusion-set--090242d7-73fc-4738-af68-20162f7a5aae", "target_ref" : "attack-pattern--cdfc5f0a-9bb9-4352-b896-553cfa2d8fd8", "external_references" : [{"url" : "https://www2.fireeye.com/rs/fireye/images/APT17_Report.pdf", "description" : "FireEye Labs/FireEye Threat Intelligence. (2015, May 14). Hiding in Plain Sight: FireEye and Microsoft Expose Obfuscation Tactic. Retrieved January 22, 2016.", "source_name" : "FireEye APT17"}], "description" : "[APT17](https://attack.mitre.org/groups/G0025) has created and cultivated profile pages in Microsoft TechNet. To make profile pages appear more legitimate, [APT17](https://attack.mitre.org/groups/G0025) has created biographical sections and posted in forum threads.(Citation: FireEye APT17)", "relationship_type" : "uses", "id" : "relationship--fd9834dc-0323-408b-b217-3f3aa27b50ac", "type" : "relationship", "modified" : "2020-10-13T22:33:14.133Z", "created" : "2020-10-13T22:33:14.133Z"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}, "source_name": {"type": "string"}}, "required": ["url", "description", "source_name"]}}, "description": {"type": "string"}, "relationship_type": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "external_references", "description", "relationship_type", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "creators": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}, "orcid": {"type": "string"}}, "required": ["affiliation", "name", "orcid"]}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "access_right": {"type": "string"}, "license": {"type": "string"}, "upload_type": {"type": "string"}}, "required": ["title", "creators", "description", "keywords", "access_right", "license", "upload_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Functions Used in Predicting Portal Rodent Dynamics", "creators" : [{"affiliation" : "University of Florida", "name" : "Juniper L. Simonis", "orcid" : "0000-0001-9798-0460"}, {"affiliation" : "University of Florida", "name" : "Glenda M. Yenni", "orcid" : "0000-0001-6969-1848"}, {"affiliation" : "University of Florida", "name" : "Ellen K. Bledsoe", "orcid" : "0000-0002-3629-7235"}, {"affiliation" : "University of Florida", "name" : "Erica M. Christensen", "orcid" : "0000-0002-5635-2502"}, {"affiliation" : "University of Florida", "name" : "Henry Senyondo", "orcid" : "0000-0001-7105-5808"}, {"affiliation" : "University of Florida", "name" : "Shawn D. Taylor", "orcid" : "0000-0002-6178-6903"}, {"affiliation" : "University of Florida", "name" : "Hao Ye", "orcid" : "0000-0002-8630-1458"}, {"affiliation" : "University of Florida", "name" : "Ethan P. White", "orcid" : "0000-0001-6728-7745"}, {"affiliation" : "University of Florida", "name" : "S. K. Morgan Ernest", "orcid" : "0000-0002-6026-8530"}], "description" : "Create a directory, populate it with data, build models, forecast rodent populations, and visualize the results. This package provides the functionality underlying the Portal Predictions Project.", "keywords" : ["ecology", "forecasting", "rodent", "time-series"], "access_right" : "open", "license" : "mit-license", "upload_type" : "software"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creators": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}, "orcid": {"type": "string"}}, "required": ["affiliation", "name", "orcid"]}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "access_right": {"type": "string"}, "license": {"type": "string"}, "upload_type": {"type": "string"}}, "required": ["title", "creators", "description", "keywords", "access_right", "license", "upload_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 19750, "date" : "2014-01-09 11:28:19", "user" : "rmlhhd", "post" : "Hello,\r\n\r\nI am selling a TurnKeyInternet Professional 1 Account for $50\r\n\r\nThe full detail are here - http://turnkeyinternet.net/cybermonday/turbo-linux-reseller-hosting/\r\n\r\nYou'll get the Reseller account and WHMCS for 1 year.\r\n\r\nIf you would like the domain linked to the account (servaman.com) I can include that and a wildcard SSL (*.servaman.com) for an extra $20\r\n\r\nThere is an SSL cert but it has already been activated.\r\n\r\nI have contacted TurnKeyInternet to see if account services are transferable, their not although they said that I can change all the details on the account to match the new account holder.\r\n\r\nPlease PM me if interested.\r\n\r\n![](http://i.imgur.com/ri4jror.png?1)"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"robloxLsp.diagnostics.globals": {"type": "array", "items": {"type": "string"}}}, "required": ["robloxLsp.diagnostics.globals"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"robloxLsp.diagnostics.globals" : ["BillboardGui"]}
json_instruct
{"type": "object", "properties": {"robloxLsp.diagnostics.globals": {"type": "array", "items": {"type": "string"}}}, "required": ["robloxLsp.diagnostics.globals"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_5398bqk3", "name" : "rustymaps"}, "date" : {"day" : 1592092800, "full" : 1592145367, "month" : 1590969600, "week" : 1592092800}, "id" : "t3_h8uww3", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 190725, "fullUrl" : "https://preview.redd.it/a4tg2gxwzv451.jpg?auto=webp&s=54ab0e67df0503d8a89e5dcebd8f914d1e2dfd9d", "hash" : "a8e26eb3da", "height" : 800, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA0DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAMF/8QAIRAAAgEEAgIDAAAAAAAAAAAAAQIDAAQRIRIxBYEGFLH/xAAVAQEBAAAAAAAAAAAAAAAAAAADBf/EABoRAAICAwAAAAAAAAAAAAAAAAABAhESMUH/2gAMAwEAAhEDEQA/ALLI7iYGQ9kcXQNvP7SfFG7klnIupwQFVgjFQp3r1RrkJbyTh1UpIToggA56Psarb+NNC32WmnGW4tlt5O89VIjtPoyvI//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/ERBIh6Teo5twriZpIT6Nj7hEzaw59rGPtC1jHir5-Qs.jpg", "url" : "https://preview.redd.it/a4tg2gxwzv451.jpg?width=640&crop=smart&auto=webp&s=d207d1f7cc83641c87bc77fd6678e073af05fc43", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.79, "ups" : 5, "value" : 5}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "|| Made by Rustymaps ||", "url" : "https://www.reddit.com/r/dndmaps/comments/h8uww3/made_by_rustymaps_region_map_20x25/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101831961, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "dbc00c96037ee5fc351adafc7bd2b942", "wof:id" : 101831961, "wof:repo" : "whosonfirst-data-admin-cz"}, "bbox" : [17.39312, 49.29785, 17.39312, 49.29785], "geometry" : {"coordinates" : [17.39312, 49.29785], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"goals": {"type": "object", "properties": {"calories": {"type": "integer"}}, "required": ["calories"]}, "foodPlan": {"type": "object", "properties": {"intensity": {"type": "string"}, "estimatedDate": {"type": "string"}, "personalized": {"type": "boolean"}}, "required": ["intensity", "estimatedDate", "personalized"]}}, "required": ["goals", "foodPlan"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"goals" : {"calories" : 1800}, "foodPlan" : {"intensity" : "MEDIUM", "estimatedDate" : "2012-12-31", "personalized" : true}}
json_instruct
{"type": "object", "properties": {"goals": {"type": "object", "properties": {"calories": {"type": "integer"}}, "required": ["calories"]}, "foodPlan": {"type": "object", "properties": {"intensity": {"type": "string"}, "estimatedDate": {"type": "string"}, "personalized": {"type": "boolean"}}, "required": ["intensity", "estimatedDate", "personalized"]}}, "required": ["goals", "foodPlan"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "projecthydra-labs.github.io", "tagline" : "ProjectHydra Labs", "body" : "### Welcome to Project Hydra Labs\r\n\r\nProject Hydra Labs is the testing ground for thought experiments and code that may not yet be ready for general adoption.\r\n", "google" : "", "note" : "Don't delete this file! It's used internally to help with page regeneration."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Fouch\u00e8res", "dpt" : "Yonne", "inscrits" : 346, "abs" : 49, "votants" : 297, "blancs" : 32, "nuls" : 0, "exp" : 265, "res" : [{"panneau" : "1", "voix" : 156}, {"panneau" : "2", "voix" : 109}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"history": {"type": "object", "properties": {"title": {"type": "string"}, "labels": {"type": "object", "properties": {"choose": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "loading": {"type": "string"}, "nothing": {"type": "string"}, "date": {"type": "string"}, "all_channels": {"type": "string"}, "widget_channels": {"type": "string"}}, "required": ["choose", "start", "end", "loading", "nothing", "date", "all_channels", "widget_channels"]}, "buttons": {"type": "object", "properties": {"delete": {"type": "string"}, "add": {"type": "string"}, "load": {"type": "string"}, "reset": {"type": "string"}, "stop": {"type": "string"}, "download": {"type": "string"}}, "required": ["delete", "add", "load", "reset", "stop", "download"]}, "errors": {"type": "object", "properties": {"dates": {"type": "string"}, "load": {"type": "string"}, "warning": {"type": "string"}, "points": {"type": "string"}}, "required": ["dates", "load", "warning", "points"]}}, "required": ["title", "labels", "buttons", "errors"]}}, "required": ["history"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"history" : {"title" : "History", "labels" : {"choose" : "- Please Choose -", "start" : "Start", "end" : "End", "loading" : "Loading...", "nothing" : "No data points to display", "date" : "Date and time", "all_channels" : "All channels: ", "widget_channels" : "Channels used in widgets: "}, "buttons" : {"delete" : "delete", "add" : "Add channel", "load" : "Load data", "reset" : "Reset", "stop" : "Stop loading", "download" : "Download history as CSV"}, "errors" : {"dates" : "Date range is invalid. Change one of dates", "load" : "Error getting history", "warning" : "Warning", "points" : "maximum number of points exceeded. Please select start date."}}}
json_instruct
{"type": "object", "properties": {"history": {"type": "object", "properties": {"title": {"type": "string"}, "labels": {"type": "object", "properties": {"choose": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "loading": {"type": "string"}, "nothing": {"type": "string"}, "date": {"type": "string"}, "all_channels": {"type": "string"}, "widget_channels": {"type": "string"}}, "required": ["choose", "start", "end", "loading", "nothing", "date", "all_channels", "widget_channels"]}, "buttons": {"type": "object", "properties": {"delete": {"type": "string"}, "add": {"type": "string"}, "load": {"type": "string"}, "reset": {"type": "string"}, "stop": {"type": "string"}, "download": {"type": "string"}}, "required": ["delete", "add", "load", "reset", "stop", "download"]}, "errors": {"type": "object", "properties": {"dates": {"type": "string"}, "load": {"type": "string"}, "warning": {"type": "string"}, "points": {"type": "string"}}, "required": ["dates", "load", "warning", "points"]}}, "required": ["title", "labels", "buttons", "errors"]}}, "required": ["history"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nendo" : 1999, "seibetu" : "\u5973", "nenrei" : 17, "sintyoo" : 137, "taizyuu" : 28.0}
json_instruct
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"call_graph": {"type": "object", "properties": {"Overview": {"type": "string"}, "Parsers": {"type": "string"}, "Graph Generator": {"type": "string"}, "CLI": {"type": "string"}}, "required": ["Overview", "Parsers", "Graph Generator", "CLI"]}}, "required": ["call_graph"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"call_graph" : {"Overview" : "/", "Parsers" : "parsers.html", "Graph Generator" : "graph_generator.html", "CLI" : "cli.html"}}
json_instruct
{"type": "object", "properties": {"call_graph": {"type": "object", "properties": {"Overview": {"type": "string"}, "Parsers": {"type": "string"}, "Graph Generator": {"type": "string"}, "CLI": {"type": "string"}}, "required": ["Overview", "Parsers", "Graph Generator", "CLI"]}}, "required": ["call_graph"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"capital": {"type": "string"}, "continent": {"type": "string"}, "name": {"type": "string"}, "officialName": {"type": "string"}, "distSign": {"type": "string"}, "dialCode": {"type": "string"}, "edgar": {"type": "string"}, "fifa": {"type": "string"}, "fips": {"type": "string"}, "gaul": {"type": "string"}, "geoNameId": {"type": "string"}, "olympicsId": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "currencyCode": {"type": "string"}, "currencyCountryName": {"type": "string"}, "currencyMinorUnit": {"type": "integer"}, "currencyName": {"type": "string"}, "currencyNumericCode": {"type": "integer"}, "itu": {"type": "string"}, "isIndependent": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "m49": {"type": "integer"}, "marc": {"type": "string"}, "tld": {"type": "string"}, "wmo": {"type": "string"}}, "required": ["capital", "continent", "name", "officialName", "distSign", "dialCode", "edgar", "fifa", "fips", "gaul", "geoNameId", "olympicsId", "iso2", "iso3", "currencyCode", "currencyCountryName", "currencyMinorUnit", "currencyName", "currencyNumericCode", "itu", "isIndependent", "languages", "m49", "marc", "tld", "wmo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"capital" : "Antananarivo", "continent" : "AF", "name" : "Madagascar", "officialName" : "Madagascar", "distSign" : "RM", "dialCode" : "261", "edgar" : "N6", "fifa" : "MAD", "fips" : "MA", "gaul" : "150", "geoNameId" : "1062947", "olympicsId" : "MAD", "iso2" : "MG", "iso3" : "MDG", "currencyCode" : "MGA", "currencyCountryName" : "MADAGASCAR", "currencyMinorUnit" : 2, "currencyName" : "Malagasy Ariary", "currencyNumericCode" : 969, "itu" : "MDG", "isIndependent" : "Yes", "languages" : ["fr-MG", "mg"], "m49" : 450, "marc" : "mg", "tld" : ".mg", "wmo" : "MG"}
json_instruct
{"type": "object", "properties": {"capital": {"type": "string"}, "continent": {"type": "string"}, "name": {"type": "string"}, "officialName": {"type": "string"}, "distSign": {"type": "string"}, "dialCode": {"type": "string"}, "edgar": {"type": "string"}, "fifa": {"type": "string"}, "fips": {"type": "string"}, "gaul": {"type": "string"}, "geoNameId": {"type": "string"}, "olympicsId": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "currencyCode": {"type": "string"}, "currencyCountryName": {"type": "string"}, "currencyMinorUnit": {"type": "integer"}, "currencyName": {"type": "string"}, "currencyNumericCode": {"type": "integer"}, "itu": {"type": "string"}, "isIndependent": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "m49": {"type": "integer"}, "marc": {"type": "string"}, "tld": {"type": "string"}, "wmo": {"type": "string"}}, "required": ["capital", "continent", "name", "officialName", "distSign", "dialCode", "edgar", "fifa", "fips", "gaul", "geoNameId", "olympicsId", "iso2", "iso3", "currencyCode", "currencyCountryName", "currencyMinorUnit", "currencyName", "currencyNumericCode", "itu", "isIndependent", "languages", "m49", "marc", "tld", "wmo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"agentkeepalive": {"type": "string"}, "axios": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["agentkeepalive", "axios", "lodash"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@chatsight/hostel", "version" : "1.0.3", "description" : "Nomad Client for NodeJS", "main" : "main.js", "directories" : {"test" : "tests"}, "scripts" : {"test" : "jest"}, "keywords" : ["nomad", "hashicorp"], "author" : "LKNSI", "license" : "MIT", "dependencies" : {"agentkeepalive" : "^4.1.4", "axios" : "^0.21.1", "lodash" : "^4.17.21"}, "devDependencies" : {"jest" : "^26.6.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"agentkeepalive": {"type": "string"}, "axios": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["agentkeepalive", "axios", "lodash"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"modestmaps.js": {"type": "string"}, "modestmaps.min.js": {"type": "string"}}, "required": ["modestmaps.js", "modestmaps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"modestmaps.js" : "sha256-WGoSzMi8mNfk6V7bOhIaJ5xA3PxSQcnIFWE/BRVqOmY=", "modestmaps.min.js" : "sha256-+BV7rh+axvp2vhnDaTMx/5ob5txBoiY7NjgYUzXOPwY="}
json_instruct
{"type": "object", "properties": {"modestmaps.js": {"type": "string"}, "modestmaps.min.js": {"type": "string"}}, "required": ["modestmaps.js", "modestmaps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datestamp" : "2019-10-18", "nameWithOwner" : "twitter/rpc-perf", "name" : "rpc-perf", "commits" : 354, "forkCount" : 43, "issues" : 49, "openIssues" : 6, "closedIssues" : 43, "pullRequests" : 215, "openPullRequests" : 2, "mergedPullRequests" : 206, "closedPullRequests" : 7, "stargazers" : 313, "watchers" : 22}
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7504033, "parent" : 7504, "name" : "SUWAWA TENGAH", "latitude" : "0.53745860650018", "longitude" : "123.17973617854", "postal" : [96584, 96564], "children" : [7504033001, 7504033002, 7504033003, 7504033004, 7504033005, 7504033006]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"additionalFooterText": {"type": "string"}, "anchorCharacter": {"type": "string"}, "lineBreaks": {"type": "string"}, "title": {"type": "string"}, "useSideMenu": {"type": "boolean"}}, "required": ["additionalFooterText", "anchorCharacter", "lineBreaks", "title", "useSideMenu"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"additionalFooterText" : "All content and images &copy; Finnoybu.&nbsp;", "anchorCharacter" : "#", "lineBreaks" : "gfm", "title" : "Finnoybu", "useSideMenu" : false}
json_instruct
{"type": "object", "properties": {"additionalFooterText": {"type": "string"}, "anchorCharacter": {"type": "string"}, "lineBreaks": {"type": "string"}, "title": {"type": "string"}, "useSideMenu": {"type": "boolean"}}, "required": ["additionalFooterText", "anchorCharacter", "lineBreaks", "title", "useSideMenu"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "vuepress": {"type": "string"}, "vuepress-plugin-clean-urls": {"type": "string"}, "mustache": {"type": "string"}}, "required": ["fs-extra", "vuepress", "vuepress-plugin-clean-urls", "mustache"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}}, "required": ["dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"fs-extra" : "^8.1.0", "vuepress" : "^1.2.0", "vuepress-plugin-clean-urls" : "^1.1.1", "mustache" : "^3.1.0"}, "scripts" : {"dev" : "vuepress dev", "build" : "vuepress build"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "vuepress": {"type": "string"}, "vuepress-plugin-clean-urls": {"type": "string"}, "mustache": {"type": "string"}}, "required": ["fs-extra", "vuepress", "vuepress-plugin-clean-urls", "mustache"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}}, "required": ["dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "from G53 (\u1f01\u03b3\u03bd\u03af\u03b6\u03c9);", "kjv_def" : "purify (self)", "lemma" : "\u1f01\u03b3\u03bd\u03af\u03b6\u03c9", "frequency" : 7, "strongs_def" : " to make clean, i.e. (figuratively) sanctify (ceremonially or morally)", "outline" : "<ol><li> ceremonially<ol><li> to make pure, purify, cleanse</li></ol><li> morally</li></ol>"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "blink": {"type": "string"}, "p300": {"type": "string"}, "mind": {"type": "string"}, "save": {"type": "string"}, "plot": {"type": "string"}, "stream": {"type": "string"}, "test": {"type": "string"}, "player": {"type": "string"}, "playerBuild": {"type": "string"}}, "required": ["start", "blink", "p300", "mind", "save", "plot", "stream", "test", "player", "playerBuild"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "express": {"type": "string"}, "mocha": {"type": "string"}, "openbci": {"type": "string"}, "openbci-cyton": {"type": "string"}, "python-shell": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-fontawesome": {"type": "string"}, "react-scripts": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["d3", "express", "mocha", "openbci", "openbci-cyton", "python-shell", "react", "react-dom", "react-fontawesome", "react-scripts", "socket.io", "socket.io-client", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "OpenBCI_NodeJS_IP6", "version" : "1.0.0", "description" : "OpenBCI NodeJS IP6", "main" : "app.js", "scripts" : {"start" : "cd src/gui/musicplayer && react-scripts start", "blink" : "node src/blink/app", "p300" : "node src/p300/app", "mind" : "node src/mind/app", "save" : "node src/functions/saveData.js start", "plot" : "node src/gui/plot/plot.js", "stream" : "node src/functions/streamData.js", "test" : "mocha", "player" : "cd src/gui/musicplayer && react-scripts start", "playerBuild" : "cd src/gui/musicplayer && react-scripts build"}, "keywords" : ["get"], "author" : "Michael Job, Ina Widmer", "license" : "MIT", "dependencies" : {"d3" : "^5.0.0", "express" : "^4.16.3", "mocha" : "^5.1.0", "openbci" : "^2.0.0", "openbci-cyton" : "^1.1.2", "python-shell" : "^0.5.0", "react" : "^16.3.2", "react-dom" : "^16.3.2", "react-fontawesome" : "^1.6.1", "react-scripts" : "1.1.4", "socket.io" : "^2.1.0", "socket.io-client" : "^2.1.1", "webpack" : "^3.11.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "blink": {"type": "string"}, "p300": {"type": "string"}, "mind": {"type": "string"}, "save": {"type": "string"}, "plot": {"type": "string"}, "stream": {"type": "string"}, "test": {"type": "string"}, "player": {"type": "string"}, "playerBuild": {"type": "string"}}, "required": ["start", "blink", "p300", "mind", "save", "plot", "stream", "test", "player", "playerBuild"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "express": {"type": "string"}, "mocha": {"type": "string"}, "openbci": {"type": "string"}, "openbci-cyton": {"type": "string"}, "python-shell": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-fontawesome": {"type": "string"}, "react-scripts": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["d3", "express", "mocha", "openbci", "openbci-cyton", "python-shell", "react", "react-dom", "react-fontawesome", "react-scripts", "socket.io", "socket.io-client", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "grunt-contrib-handlebars": {"type": "string"}}, "required": ["grunt", "load-grunt-tasks", "grunt-contrib-handlebars"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-handlebars": {"type": "string"}}, "required": ["grunt", "grunt-contrib-handlebars"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "typography-helpers", "version" : "1.0.0", "description" : "Handlebar helpers for rendering copy and typography", "main" : "index.js", "dependencies" : {"grunt" : "^0.4.5", "load-grunt-tasks" : "^3.2.0", "grunt-contrib-handlebars" : "^0.10.2"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-handlebars" : "^0.10.2"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["typography", "handblebars", "paragraphs"], "author" : "Betsy Dupuis", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "grunt-contrib-handlebars": {"type": "string"}}, "required": ["grunt", "load-grunt-tasks", "grunt-contrib-handlebars"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-handlebars": {"type": "string"}}, "required": ["grunt", "grunt-contrib-handlebars"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85919303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8ab0c6184de145312f0c408622f6bbdf", "wof:id" : 85919303, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [134.51484130900008, 34.03128059155003, 134.53484130900029, 34.05128059155017], "geometry" : {"coordinates" : [[[134.52679221222036, 34.03147273874615], [134.52484130900024, 34.03128059155003], [134.52289040578, 34.03147273874615], [134.52101447467658, 34.03204179622487], [134.51928560667005, 34.03296589542711], [134.51777024118826, 34.0342095237382], [134.51652661287716, 34.03572488922001], [134.51560251367528, 34.03745375722636], [134.51503345619602, 34.03932968833006], [134.51484130900008, 34.04128059155019], [134.51503345619602, 34.04323149477031], [134.51560251367528, 34.04510742587392], [134.51652661287716, 34.04683629388038], [134.51777024118826, 34.048351659362], [134.51928560667005, 34.04959528767309], [134.52101447467658, 34.05051938687531], [134.52289040578, 34.05108844435424], [134.52484130900024, 34.05128059155017], [134.52679221222036, 34.05108844435424], [134.5286681433239, 34.05051938687531], [134.53039701133042, 34.04959528767309], [134.53191237681204, 34.048351659362], [134.53315600512332, 34.04683629388038], [134.5340801043252, 34.04510742587392], [134.5346491618041, 34.04323149477031], [134.53484130900029, 34.04128059155019], [134.5346491618041, 34.03932968833006], [134.5340801043252, 34.03745375722636], [134.53315600512332, 34.03572488922001], [134.53191237681204, 34.0342095237382], [134.53039701133042, 34.03296589542711], [134.5286681433239, 34.03204179622487], [134.52679221222036, 34.03147273874615]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d9149eb69df3a59b392f0152c5414f5cd50351a6"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "build", "lint"]}, "devDependencies": {"type": "object", "properties": {"@blueprintjs/core": {"type": "string"}, "@blueprintjs/icons": {"type": "string"}, "@types/node": {"type": "string"}, "@types/numeral": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "@types/react-syntax-highlighter": {"type": "string"}, "@vitejs/plugin-react": {"type": "string"}, "github-fork-ribbon-css": {"type": "string"}, "highlight.js": {"type": "string"}, "history": {"type": "string"}, "normalize.css": {"type": "string"}, "numeral": {"type": "string"}, "patch-package": {"type": "string"}, "path-browserify": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-github-btn": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-syntax-highlighter": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vite-plugin-svgr": {"type": "string"}}, "required": ["@blueprintjs/core", "@blueprintjs/icons", "@types/node", "@types/numeral", "@types/react", "@types/react-dom", "@types/react-router-dom", "@types/react-syntax-highlighter", "@vitejs/plugin-react", "github-fork-ribbon-css", "highlight.js", "history", "normalize.css", "numeral", "patch-package", "path-browserify", "react", "react-dom", "react-github-btn", "react-router-dom", "react-syntax-highlighter", "typescript", "vite", "vite-plugin-svgr"]}}, "required": ["name", "version", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "npmview", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "vite", "build" : "vite build", "lint" : "npx prettier --list-different src"}, "devDependencies" : {"@blueprintjs/core" : "^4.0.0-alpha.0", "@blueprintjs/icons" : "^4.0.0-alpha.0", "@types/node" : "^16.10.1", "@types/numeral" : "^2.0.2", "@types/react" : "^17.0.24", "@types/react-dom" : "^17.0.9", "@types/react-router-dom" : "^5.3.0", "@types/react-syntax-highlighter" : "^13.5.2", "@vitejs/plugin-react" : "^1.0.2", "github-fork-ribbon-css" : "^0.2.3", "highlight.js" : "^10.7.3", "history" : "^4.10.1", "normalize.css" : "^8.0.1", "numeral" : "^2.0.6", "patch-package" : "^6.4.7", "path-browserify" : "^1.0.1", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-github-btn" : "^1.2.1", "react-router-dom" : "^5.3.0", "react-syntax-highlighter" : "^15.4.4", "typescript" : "^4.4.3", "vite" : "^2.5.10", "vite-plugin-svgr" : "^0.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["dev", "build", "lint"]}, "devDependencies": {"type": "object", "properties": {"@blueprintjs/core": {"type": "string"}, "@blueprintjs/icons": {"type": "string"}, "@types/node": {"type": "string"}, "@types/numeral": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "@types/react-syntax-highlighter": {"type": "string"}, "@vitejs/plugin-react": {"type": "string"}, "github-fork-ribbon-css": {"type": "string"}, "highlight.js": {"type": "string"}, "history": {"type": "string"}, "normalize.css": {"type": "string"}, "numeral": {"type": "string"}, "patch-package": {"type": "string"}, "path-browserify": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-github-btn": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-syntax-highlighter": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vite-plugin-svgr": {"type": "string"}}, "required": ["@blueprintjs/core", "@blueprintjs/icons", "@types/node", "@types/numeral", "@types/react", "@types/react-dom", "@types/react-router-dom", "@types/react-syntax-highlighter", "@vitejs/plugin-react", "github-fork-ribbon-css", "highlight.js", "history", "normalize.css", "numeral", "patch-package", "path-browserify", "react", "react-dom", "react-github-btn", "react-router-dom", "react-syntax-highlighter", "typescript", "vite", "vite-plugin-svgr"]}}, "required": ["name", "version", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "geo": {"type": "object", "properties": {"accuracy": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["accuracy", "lat", "lon"]}}, "required": ["name", "city", "state", "code", "country", "phone", "website", "type", "updated", "description", "address", "geo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Kaiser-Bru", "city" : "Neuhaus", "state" : "Bayern", "code" : "", "country" : "Germany", "phone" : "49-(0)9156-/-88-0", "website" : "", "type" : "brewery", "updated" : "2010-07-22 20:00:20", "description" : "", "address" : ["Oberer Markt 1"], "geo" : {"accuracy" : "ROOFTOP", "lat" : 49.6283, "lon" : 11.5498}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "geo": {"type": "object", "properties": {"accuracy": {"type": "string"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["accuracy", "lat", "lon"]}}, "required": ["name", "city", "state", "code", "country", "phone", "website", "type", "updated", "description", "address", "geo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "github": {"type": "object", "properties": {"silent": {"type": "boolean"}}, "required": ["silent"]}}, "required": ["routes", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"routes" : [{"src" : "/", "dest" : "/public/index.html"}, {"src" : "/count/(?<id>[^/]*)", "dest" : "/api/main?u=$id"}, {"src" : "/sponsors/(?<id>[^/]*)", "dest" : "/api/sponsors?u=$id"}, {"src" : "/sponsoring/(?<id>[^/]*)", "dest" : "/api/sponsoring?u=$id"}], "github" : {"silent" : true}}
json_instruct
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "github": {"type": "object", "properties": {"silent": {"type": "boolean"}}, "required": ["silent"]}}, "required": ["routes", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "string"}, "profile": {"type": "object", "properties": {"teacher": {"type": "array", "items": {}}, "students": {"type": "object", "properties": {}, "required": []}}, "required": ["teacher", "students"]}, "programs": {"type": "object", "properties": {"working_groups": {"type": "array", "items": {}}, "programs": {"type": "array", "items": {}}}, "required": ["working_groups", "programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "email", "school_type", "legal_status", "fax", "phone", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "2. Schulpraktisches Seminar Friedrichshain-Kreuzberg", "id" : "BE-16307", "address" : "Forster Str. 15, 10999 Berlin", "email" : "seminarekreuzberg-sekretariat@gmx.de", "school_type" : "Schulpraktisches Seminar", "legal_status" : 1, "fax" : "225025-65", "phone" : "225025-61", "director" : "Hr. Kr\u00f6ning", "full_time_school" : "", "profile" : {"teacher" : [], "students" : {}}, "programs" : {"working_groups" : [], "programs" : []}, "partner" : [], "state" : "BE", "lon" : 13.431977, "lat" : 52.494295}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "string"}, "profile": {"type": "object", "properties": {"teacher": {"type": "array", "items": {}}, "students": {"type": "object", "properties": {}, "required": []}}, "required": ["teacher", "students"]}, "programs": {"type": "object", "properties": {"working_groups": {"type": "array", "items": {}}, "programs": {"type": "array", "items": {}}}, "required": ["working_groups", "programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "email", "school_type", "legal_status", "fax", "phone", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "hint": {"type": "string"}, "label": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "_type", "hint", "label", "name"]}}, "url": {"type": "string"}}, "required": ["_id", "_type", "components", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "page.more-information", "_type" : "page.singlequestion", "components" : [{"_id" : "page.more-information--textarea.auto_name__13", "_type" : "textarea", "hint" : "The more details you can give, the better.", "label" : "Please give us more information", "name" : "auto_name__13"}], "url" : "more-information"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "hint": {"type": "string"}, "label": {"type": "string"}, "name": {"type": "string"}}, "required": ["_id", "_type", "hint", "label", "name"]}}, "url": {"type": "string"}}, "required": ["_id", "_type", "components", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "integer"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "contents": {"type": "array", "items": {}}}, "required": ["description", "id", "contents"]}}}, "required": ["description", "id", "contents"]}}}, "required": ["description", "id", "contents"]}}}, "required": ["contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contents" : [{"description" : "Main", "id" : 0, "contents" : [{"description" : "### Vulputate no tincidunt vel at gubergren mazim consetetur magna ut erat takimata vero vel dolores.", "id" : "1", "contents" : [{"description" : "Kasd erat stet *lobortis* dolore duo ipsum rebum sit nonummy takimata rebum sit.", "id" : "1_1", "contents" : []}, {"description" : "Erat eirmod **sit** lobortis blandit dignissim diam voluptua consetetur sed dolor duo.", "id" : "1_2", "contents" : [{"description" : "Dignissim te justo justo consequat voluptua ad sed sit kasd stet accusam.", "id" : "1_2_1", "contents" : []}]}]}, {"description" : "Dolor sadipscing elit sit illum ut `dolor amet sit et sit` ut mazim sed.", "id" : "2", "contents" : []}]}]}
json_instruct
{"type": "object", "properties": {"contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "integer"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "contents": {"type": "array", "items": {}}}, "required": ["description", "id", "contents"]}}}, "required": ["description", "id", "contents"]}}}, "required": ["description", "id", "contents"]}}}, "required": ["contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}}, "required": ["id", "url", "name", "count_objects", "supersedes", "superseded_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "35293911", "url" : "http://collection.cooperhewitt.org/types/35293911/", "name" : "linen smoother", "count_objects" : "1", "supersedes" : "0", "superseded_by" : "0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}}, "required": ["id", "url", "name", "count_objects", "supersedes", "superseded_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "230422101001", "text" : "\u7b2c\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "230422101002", "text" : "\u7b2c\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "230422101003", "text" : "\u7b2c\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "230422101004", "text" : "\u7b2c\u56db\u5c45\u59d4\u4f1a"}, {"id" : "230422101200", "text" : "\u51e4\u8d24\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101201", "text" : "\u7ee5\u4e1c\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101202", "text" : "\u957f\u6cbb\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101203", "text" : "\u5927\u5174\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101204", "text" : "\u5927\u6797\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101205", "text" : "\u7ee5\u5174\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101206", "text" : "\u6c38\u5174\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101207", "text" : "\u9648\u5927\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101208", "text" : "\u516d\u91cc\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101209", "text" : "\u6c38\u5b89\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101210", "text" : "\u4e1c\u80dc\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101211", "text" : "\u65b0\u5174\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101212", "text" : "\u5927\u6210\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101213", "text" : "\u632f\u4e1c\u6751\u6751\u59d4\u4f1a"}, {"id" : "230422101214", "text" : "\u4e1c\u65b9\u6751\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "clone": {"type": "string"}, "connect": {"type": "string"}, "connect-multiparty": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "faker": {"type": "string"}, "lei-utils": {"type": "string"}, "mysql": {"type": "string"}, "redis": {"type": "string"}, "sails-disk": {"type": "string"}, "waterline": {"type": "string"}}, "required": ["body-parser", "clone", "connect", "connect-multiparty", "debug", "express", "faker", "lei-utils", "mysql", "redis", "sails-disk", "waterline"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "server1", "version" : "1.0.0", "description" : "api server", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "github.com/Boyuzhou/api_server"}, "keywords" : ["oauth", "api", "server"], "author" : "zby", "license" : "MIT", "devDependencies" : {"body-parser" : "^1.15.1", "clone" : "^1.0.2", "connect" : "^3.4.1", "connect-multiparty" : "^2.0.0", "debug" : "^2.2.0", "express" : "^4.13.4", "faker" : "^3.1.0", "lei-utils" : "^2.1.0", "mysql" : "^2.10.2", "redis" : "^2.6.0-2", "sails-disk" : "^0.10.9", "waterline" : "^0.12.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "clone": {"type": "string"}, "connect": {"type": "string"}, "connect-multiparty": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "faker": {"type": "string"}, "lei-utils": {"type": "string"}, "mysql": {"type": "string"}, "redis": {"type": "string"}, "sails-disk": {"type": "string"}, "waterline": {"type": "string"}}, "required": ["body-parser", "clone", "connect", "connect-multiparty", "debug", "express", "faker", "lei-utils", "mysql", "redis", "sails-disk", "waterline"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "MATO QUEIMADO", "Description" : "MATO QUEIMADO / RS"}, "geometry" : {"type" : "LineString", "coordinates" : [[-54.58485960178916, -28.29659877841084], [-54.619180886788456, -28.27811806469691], [-54.678600719447616, -28.27595824207918], [-54.701781873834356, -28.25677924706457], [-54.7595662317961, -28.24750069240298], [-54.7453719873273, -28.207109043847254], [-54.70670475821799, -28.23137044049338], [-54.63995343730124, -28.2017938572007], [-54.57832958843971, -28.235192069958032], [-54.58485960178916, -28.29659877841084]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["price", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : [], "equivalent" : [], "manufacturer" : "RCX", "name" : "H-450Q QuadCopter (Red & White / With KK2.1, 30A ESC, H2214-950KV Motor, 1045 Prop)", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"price" : "USD109.99", "stock_state" : "in_stock", "stock_text" : "Usually ship within 48 hours (Estimated)", "url" : "http://www.myrcmart.com/h450q-quadcopter-red-white-with-kk21-30a-esc-h2214950kv-motor-1045-prop-p-8013.html"}], "version" : 2, "weight" : "1000g"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["price", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "170402130204", "variable1" : 0.5568, "variable2" : 1.9025, "variable3" : "A"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "null"}, "death_date": {"type": "null"}, "birth_place": {"type": "null"}, "death_place": {"type": "null"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Throne", "creation_date" : "26th Dynasty (664-525 BCE)", "creation_date_earliest" : "-0664-01-08", "creation_date_latest" : "-0525-01-07", "medium" : "wood and bronze", "accession_number" : "95.120", "id" : "cmoa:things/981ce937-201a-4b3f-924f-c75f50a73949", "credit_line" : "Gift of Mr. and Mrs. John P. Davis, Jr. in honor of the 100th Anniversary of the Carnegie Museum of Art", "date_acquired" : "1995-12-07", "department" : "Decorative Arts and Design", "physical_location" : "Art before 1300 Gallery", "item_width" : 3.75, "item_height" : 3.75, "item_depth" : 2.375, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1035503", "provenance_text" : "Gift of Mr. and Mrs. John P. Davis, Jr., Pittsburgh, PA, 1995.", "classification" : "Wood", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=3971&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/b2df2db8-1e91-43b6-ab5b-39970eb1cf51", "party_type" : "Person", "full_name" : "unknown Egyptian", "cited_name" : "unknown Egyptian", "role" : null, "nationality" : "Egyptian", "birth_date" : null, "death_date" : null, "birth_place" : null, "death_place" : null}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "null"}, "death_date": {"type": "null"}, "birth_place": {"type": "null"}, "death_place": {"type": "null"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "reviewer", "definition" : "One who reviews or re\u00ebxamines; an inspector; one who examines publications critically, and publishes his opinion upon their merits; a professional critic of books."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__type__" : "cc.SpriteFrame", "content" : {"name" : "chat_box", "texture" : "892Vk8K0FGA7wNpfT/45Ml", "rect" : [0, 0, 385, 65], "offset" : [0, 0], "originalSize" : [385, 65], "capInsets" : [0, 0, 0, 0]}}
json_instruct
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fluentMethods": {"type": "boolean"}, "relationships": {"type": "array", "items": {"type": "object", "properties": {"relationshipName": {"type": "string"}, "otherEntityName": {"type": "string"}, "relationshipType": {"type": "string"}, "otherEntityRelationshipName": {"type": "string"}}, "required": ["relationshipName", "otherEntityName", "relationshipType", "otherEntityRelationshipName"]}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}, "fieldValidateRules": {"type": "array", "items": {"type": "string"}}, "fieldValidateRulesMinlength": {"type": "string"}}, "required": ["fieldName", "fieldType", "fieldValidateRules", "fieldValidateRulesMinlength"]}}, "changelogDate": {"type": "string"}, "dto": {"type": "string"}, "service": {"type": "string"}, "entityTableName": {"type": "string"}, "pagination": {"type": "string"}}, "required": ["fluentMethods", "relationships", "fields", "changelogDate", "dto", "service", "entityTableName", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fluentMethods" : true, "relationships" : [{"relationshipName" : "word", "otherEntityName" : "word", "relationshipType" : "one-to-many", "otherEntityRelationshipName" : "type"}], "fields" : [{"fieldName" : "name", "fieldType" : "String", "fieldValidateRules" : ["required", "minlength"], "fieldValidateRulesMinlength" : "1"}], "changelogDate" : "20160919170328", "dto" : "no", "service" : "serviceClass", "entityTableName" : "type", "pagination" : "infinite-scroll"}
json_instruct
{"type": "object", "properties": {"fluentMethods": {"type": "boolean"}, "relationships": {"type": "array", "items": {"type": "object", "properties": {"relationshipName": {"type": "string"}, "otherEntityName": {"type": "string"}, "relationshipType": {"type": "string"}, "otherEntityRelationshipName": {"type": "string"}}, "required": ["relationshipName", "otherEntityName", "relationshipType", "otherEntityRelationshipName"]}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}, "fieldValidateRules": {"type": "array", "items": {"type": "string"}}, "fieldValidateRulesMinlength": {"type": "string"}}, "required": ["fieldName", "fieldType", "fieldValidateRules", "fieldValidateRulesMinlength"]}}, "changelogDate": {"type": "string"}, "dto": {"type": "string"}, "service": {"type": "string"}, "entityTableName": {"type": "string"}, "pagination": {"type": "string"}}, "required": ["fluentMethods", "relationships", "fields", "changelogDate", "dto", "service", "entityTableName", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "string"}, "path": {"type": "string"}}, "required": ["title", "image", "description", "price", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Analytics", "image" : "analytics", "description" : "track, calculate, predict", "price" : "100", "path" : "/webapp/analytics"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "string"}, "path": {"type": "string"}}, "required": ["title", "image", "description", "price", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "LoginSimples", "displayName" : "LoginSimples"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["industrialforegoing:machine_frame_pity"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pubdate": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "integer"}}, "required": ["pubdate", "title", "tags", "minutes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pubdate" : "2017-05-12T23:59:59+09:00", "title" : "ErgoDox EZ \u8a2d\u5b9a\u65e5\u8a18 (3)", "tags" : ["misc"], "minutes" : 15}
json_instruct
{"type": "object", "properties": {"pubdate": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "integer"}}, "required": ["pubdate", "title", "tags", "minutes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hashes.js": {"type": "string"}, "hashes.min.js": {"type": "string"}}, "required": ["hashes.js", "hashes.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hashes.js" : "sha512-0Sua9qmgXGfZHAPLyc1+7ZayMxsl+oTfQeudoLX/a6prGcWHEFsyASCqoGvf0layQ6wGn20x7rRVBZuIQh4Omg==", "hashes.min.js" : "sha512-EtW+cqarYXilfxbh+Wi2o7R4cNjwX2d0lvWfACV5FxKvGi7av6MJGn4u4w+IfO+5nRMEt0GfrHS/w2lXmfiAWA=="}
json_instruct
{"type": "object", "properties": {"hashes.js": {"type": "string"}, "hashes.min.js": {"type": "string"}}, "required": ["hashes.js", "hashes.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 8321, "cartId" : "04906ed8-465b-44f2-9b12-0d177feec942", "preferredProducts" : [2580, 1286], "productReviews" : [{"productId" : 2199, "reviewText" : "My macaroni penguin loves to play with it.", "reviewDate" : "2016-10-14T05:16:39.5620647+03:00"}, {"productId" : 3342, "reviewText" : "My demon loves to play with it.", "reviewDate" : "2020-04-09T06:11:10.0732048+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "diversitytickets", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessibility" : "", "cfp_end" : "", "code_of_conduct" : "", "diversitytickets" : "", "event_end" : "2014-10-13", "event_start" : "2014-10-10", "facebook" : "", "languages" : ["English"], "location" : {"city" : "Salzburg", "country" : "Austria", "state" : ""}, "name" : "Austrian Perl Workshop", "tags" : ["perl"], "twitter" : "", "website" : "http://act.useperl.at/apw2014/", "youtube" : ""}
json_instruct
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "diversitytickets", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Online Multi-Object Tracking by Quadratic Pseudo-Boolean Optimization.", "fields" : ["bittorrent tracker", "cut", "pairwise comparison", "local optimum", "hungarian algorithm"], "abstract" : "Online multi-object tracking (MOT) is challenging: frame-by-frame matching of detection hypotheses to the correct trackers can be difficult. The Hungarian algorithm is the most commonly used online MOT data association method due to its rapid assignment; however, the Hungarian algorithm simply considers associations based on an affinity model. For crowded scenarios, frequently occurring interactions between objects complicate associations, and affinity-based methods usually fail in these scenarios. Here we introduce quadratic pseudo-Boolean optimization (QPBO) to an online MOT model to analyze frequent interactions. Specifically, we formulate two useful interaction types as pairwise potentials in QPBO, a design that benefits our model by exploiting informative interactions and allowing our online tracker to handle complex scenes. The auxiliary interactions result in a non-submodular QPBO, so we accelerate our online tracker by solving the model with a graph cut combined with a simple heuristic method. This combination achieves a reasonable local optimum and, importantly, implements the tracker efficiently. Extensive experiments on publicly available datasets from both static and moving cameras demonstrate the superiority of our method.", "citation" : "Citations (2)", "year" : "2016", "departments" : ["National University of Defense Technology", "University of Technology, Sydney", "University of Technology, Sydney", "National University of Defense Technology", "National University of Defense Technology"], "conf" : "ijcai", "authors" : ["Long Lan.....http://dblp.org/pers/hd/l/Lan:Long", "Dacheng Tao.....http://dblp.org/pers/hd/t/Tao:Dacheng", "Chen Gong.....http://dblp.org/pers/hd/g/Gong:Chen", "Naiyang Guan.....http://dblp.org/pers/hd/g/Guan:Naiyang", "Zhigang Luo.....http://dblp.org/pers/hd/l/Luo:Zhigang"], "pages" : 7}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "plus_code", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"address_components" : [{"long_name" : "65", "short_name" : "65", "types" : ["street_number"]}, {"long_name" : "G\u00fcnsazak Caddesi", "short_name" : "G\u00fcnsazak Cd.", "types" : ["route"]}, {"long_name" : "Gesi Fatih", "short_name" : "Gesi Fatih", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "Melikgazi", "short_name" : "Melikgazi", "types" : ["administrative_area_level_3", "political"]}, {"long_name" : "Melikgazi", "short_name" : "Melikgazi", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Kayseri", "short_name" : "Kayseri", "types" : ["administrative_area_level_1", "political"]}, {"long_name" : "Turkey", "short_name" : "TR", "types" : ["country", "political"]}, {"long_name" : "38180", "short_name" : "38180", "types" : ["postal_code"]}], "formatted_address" : "Gesi Fatih, G\u00fcnsazak Cd. No:65, 38180 Melikgazi/Kayseri, Turkey", "geometry" : {"location" : {"lat" : 38.7864888, "lng" : 35.6061745}, "location_type" : "ROOFTOP", "viewport" : {"northeast" : {"lat" : 38.7878377802915, "lng" : 35.6075234802915}, "southwest" : {"lat" : 38.7851398197085, "lng" : 35.6048255197085}}}, "place_id" : "ChIJCUYkvv5qKxURCThuA2Dom94", "plus_code" : {"compound_code" : "QJP4+HF Kayseri, Turkey", "global_code" : "8GCQQJP4+HF"}, "types" : ["establishment", "point_of_interest", "shopping_mall"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "plus_code", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"personal_info": {"type": "object", "properties": {"firstname": {"type": "string"}, "middle_name": {"type": "string"}, "lastname": {"type": "string"}, "DOB": {"type": "string"}}, "required": ["firstname", "middle_name", "lastname", "DOB"]}, "account_info": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "password"]}, "misc": {"type": "object", "properties": {"address": {"type": "object", "properties": {"line1": {"type": "string"}, "line2": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "zip": {"type": "string"}}, "required": ["line1", "line2", "city", "state", "country", "zip"]}, "ssn": {"type": "string"}, "occupation": {"type": "string"}, "education": {"type": "string"}}, "required": ["address", "ssn", "occupation", "education"]}, "claims": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "charges": {"type": "number"}, "date": {"type": "string"}, "provider": {"type": "string"}}, "required": ["category", "charges", "date", "provider"]}}}, "required": ["personal_info", "account_info", "misc", "claims"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"personal_info" : {"firstname" : "Vighnesh", "middle_name" : "Venkatakrishnan", "lastname" : "Iyer", "DOB" : "30-05-1998"}, "account_info" : {"email" : "vighnesh.vnkt@gmail.com", "password" : "abc5645$"}, "misc" : {"address" : {"line1" : "13 Turquoise Way", "line2" : "", "city" : "Boston", "state" : "MA", "country" : "USA", "zip" : "021-20"}, "ssn" : "123-23-23-23", "occupation" : "software engineer", "education" : "masters"}, "claims" : [{"category" : "fire", "charges" : 45.55, "date" : "05 / 30 / 2003", "provider" : "IHI"}, {"category" : "health", "charges" : 45.5, "date" : "05 / 30 / 2003", "provider" : "IHI"}]}
json_instruct
{"type": "object", "properties": {"personal_info": {"type": "object", "properties": {"firstname": {"type": "string"}, "middle_name": {"type": "string"}, "lastname": {"type": "string"}, "DOB": {"type": "string"}}, "required": ["firstname", "middle_name", "lastname", "DOB"]}, "account_info": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "password"]}, "misc": {"type": "object", "properties": {"address": {"type": "object", "properties": {"line1": {"type": "string"}, "line2": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "zip": {"type": "string"}}, "required": ["line1", "line2", "city", "state", "country", "zip"]}, "ssn": {"type": "string"}, "occupation": {"type": "string"}, "education": {"type": "string"}}, "required": ["address", "ssn", "occupation", "education"]}, "claims": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "charges": {"type": "number"}, "date": {"type": "string"}, "provider": {"type": "string"}}, "required": ["category", "charges", "date", "provider"]}}}, "required": ["personal_info", "account_info", "misc", "claims"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "name", "documentation", "requirements", "dependencies", "codeowners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "postnord", "name" : "Postnord", "documentation" : "Not yet", "requirements" : [], "dependencies" : [], "codeowners" : ["glance-"]}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "name", "documentation", "requirements", "dependencies", "codeowners"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d633-107", "text" : "October 13, 19$8\nDr. Ken Kager\nRadio Station KUOW\nUniversity of Washington\nSeattle, Washington\nDear Ken,\nThanks very much for the abstract of your study that was\nforwarded to me by Harry Skomia, and congratulations on\nhaving produced what appears to be some very good work. I\nhope to be able to feature a few of your results during a\nlittle talk that I am to give at the HAKB Convention on\nWednesday of this week in Omaha.\nYou may be interested in comparing your results with\nthose of Don C. Winston, \"Study of a Specialized PM Radio\nAudience,\" Journalism Quarterly, 32 ii* 14894*90, Fall, 19\u00a3\u00a3.\nWinston reported studyof hYrn audience of KFFA, Berkeley.\nVery best personal wishes to you.\nCordially,\nKenneth Harwood, Chairman\nDepartment of Tele comraunications\nair mail\nDr, Harry Skornia"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "dadobugbedrockores:block/bedrock_pyrite_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"draggabilly.js": {"type": "string"}, "draggabilly.min.js": {"type": "string"}}, "required": ["draggabilly.js", "draggabilly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"draggabilly.js" : "sha256-CIj1Pgf7+JPw83BGx4ChX9Wb8DxZPE/lfDecknFg+Fk=", "draggabilly.min.js" : "sha256-TDn1gs0PgMdjbNSD/Xf3TWUmAZBOTPMmBb47JtEAjiU="}
json_instruct
{"type": "object", "properties": {"draggabilly.js": {"type": "string"}, "draggabilly.min.js": {"type": "string"}}, "required": ["draggabilly.js", "draggabilly.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}