input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"simpleJsCopy.js": {"type": "string"}, "simpleJsCopy.min.js": {"type": "string"}}, "required": ["simpleJsCopy.js", "simpleJsCopy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"simpleJsCopy.js" : "sha512-d6V9Lt2gq5utKdMdFp/KlaD6YrHgj2ggsTHmnmUmpycZVvScj3WtJ30h+s9EdLc+vjwQWgsJTGocFPvkjBb0MQ==", "simpleJsCopy.min.js" : "sha512-iaX6F4R9xn9+Wvs6S9M77JIfUDYeRCM/oKIx2KAbeQ/jVVrBaV8CfQ1Nm7JCQr0iwzCR50Yy4tT+QLPLSABzdQ=="}
json_instruct
{"type": "object", "properties": {"simpleJsCopy.js": {"type": "string"}, "simpleJsCopy.min.js": {"type": "string"}}, "required": ["simpleJsCopy.js", "simpleJsCopy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2004, 5], [2005, 6], [2008, 14], [2009, 6], [2013, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userSecretsID": {"type": "string"}}, "required": ["userSecretsID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userSecretsID" : "2cf2bf85-4b45-4fa4-a64c-169d9e832d95"}
json_instruct
{"type": "object", "properties": {"userSecretsID": {"type": "string"}}, "required": ["userSecretsID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "clean", "test"]}, "dependencies": {"type": "object", "properties": {"@elypia/ipsify": {"type": "string"}, "commander": {"type": "string"}}, "required": ["@elypia/ipsify", "commander"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/node", "ts-node"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "keywords", "author", "homepage", "license", "main", "directories", "files", "repository", "bugs", "scripts", "dependencies", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@elypia/ipsify-cli", "version" : "0.0.1", "description" : "CLI cliet for Ipsify which can be installed locally to quickly obfuscate any file or arbitrary string.", "keywords" : ["loremipsum", "converter", "document", "ipsify", "cli"], "author" : "Seth Falco <seth@elypia.org>", "homepage" : "https://gitlab.com/Elypia/ipsify/packages/@elypia/ipsify-cli#readme", "license" : "Apache-2.0", "main" : "src/index.ts", "directories" : {"src" : "src"}, "files" : ["src"], "repository" : {"type" : "git", "url" : "git+https://gitlab.com/Elypia/ipsify.git"}, "bugs" : {"url" : "https://gitlab.com/Elypia/ipsify/issues"}, "scripts" : {"start" : "ts-node ./src/index.ts", "build" : "tsc", "clean" : "rm -r dist/", "test" : "echo \"testing not configuted for ipsify-cli\""}, "dependencies" : {"@elypia/ipsify" : "*", "commander" : "^6.0.0"}, "devDependencies" : {"@types/node" : "^14.0.23", "ts-node" : "^8.10.2"}, "publishConfig" : {"access" : "public"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "clean", "test"]}, "dependencies": {"type": "object", "properties": {"@elypia/ipsify": {"type": "string"}, "commander": {"type": "string"}}, "required": ["@elypia/ipsify", "commander"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/node", "ts-node"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "keywords", "author", "homepage", "license", "main", "directories", "files", "repository", "bugs", "scripts", "dependencies", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Sperm-lysin": {"type": "string"}, "Q25145": {"type": "string"}, "TPM_HALRU": {"type": "string"}, "Tropomyosin": {"type": "string"}, "Q8WR62": {"type": "string"}, "VERL_HALRU": {"type": "string"}, "Vitelline envelope sperm lysin receptor": {"type": "string"}, "VERL": {"type": "string"}, "P35003": {"type": "string"}, "CTRL_HALRU": {"type": "string"}, "Chymotrypsin-like serine proteinase": {"type": "string"}, "P04552": {"type": "string"}, "ELYS_HALRU": {"type": "string"}, "Egg-lysin": {"type": "string"}}, "required": ["Sperm-lysin", "Q25145", "TPM_HALRU", "Tropomyosin", "Q8WR62", "VERL_HALRU", "Vitelline envelope sperm lysin receptor", "VERL", "P35003", "CTRL_HALRU", "Chymotrypsin-like serine proteinase", "P04552", "ELYS_HALRU", "Egg-lysin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sperm-lysin" : "P04552", "Q25145" : "Q25145", "TPM_HALRU" : "Q25145", "Tropomyosin" : "Q25145", "Q8WR62" : "Q8WR62", "VERL_HALRU" : "Q8WR62", "Vitelline envelope sperm lysin receptor" : "Q8WR62", "VERL" : "Q8WR62", "P35003" : "P35003", "CTRL_HALRU" : "P35003", "Chymotrypsin-like serine proteinase" : "P35003", "P04552" : "P04552", "ELYS_HALRU" : "P04552", "Egg-lysin" : "P04552"}
json_instruct
{"type": "object", "properties": {"Sperm-lysin": {"type": "string"}, "Q25145": {"type": "string"}, "TPM_HALRU": {"type": "string"}, "Tropomyosin": {"type": "string"}, "Q8WR62": {"type": "string"}, "VERL_HALRU": {"type": "string"}, "Vitelline envelope sperm lysin receptor": {"type": "string"}, "VERL": {"type": "string"}, "P35003": {"type": "string"}, "CTRL_HALRU": {"type": "string"}, "Chymotrypsin-like serine proteinase": {"type": "string"}, "P04552": {"type": "string"}, "ELYS_HALRU": {"type": "string"}, "Egg-lysin": {"type": "string"}}, "required": ["Sperm-lysin", "Q25145", "TPM_HALRU", "Tropomyosin", "Q8WR62", "VERL_HALRU", "Vitelline envelope sperm lysin receptor", "VERL", "P35003", "CTRL_HALRU", "Chymotrypsin-like serine proteinase", "P04552", "ELYS_HALRU", "Egg-lysin"], "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[153.125, 33.75], [153.125, 33.833333333333336], [153.25, 33.833333333333336], [153.25, 33.75], [153.125, 33.75]]]}, "properties" : {"code" : 505351, "url" : "http://madefor.github.io/0410/api/v1/505351.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/505351.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "8cde9a8b78ce2c488736", "c" : {"cms" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vorgangId": {"type": "string"}, "VORGANG": {"type": "object", "properties": {"WAHLPERIODE": {"type": "string"}, "VORGANGSTYP": {"type": "string"}, "TITEL": {"type": "string"}, "AKTUELLER_STAND": {"type": "string"}, "SIGNATUR": {"type": "string"}, "GESTA_ORDNUNGSNUMMER": {"type": "string"}, "PLENUM": {"type": "object", "properties": {"PLPR_KLARTEXT": {"type": "string"}, "PLPR_HERAUSGEBER": {"type": "string"}, "PLPR_NUMMER": {"type": "string"}, "PLPR_SEITEN": {"type": "string"}, "PLPR_LINK": {"type": "string"}}, "required": ["PLPR_KLARTEXT", "PLPR_HERAUSGEBER", "PLPR_NUMMER", "PLPR_SEITEN", "PLPR_LINK"]}, "EU_DOK_NR": {"type": "string"}, "SCHLAGWORT": {"type": "string"}, "ABSTRAKT": {"type": "string"}}, "required": ["WAHLPERIODE", "VORGANGSTYP", "TITEL", "AKTUELLER_STAND", "SIGNATUR", "GESTA_ORDNUNGSNUMMER", "PLENUM", "EU_DOK_NR", "SCHLAGWORT", "ABSTRAKT"]}, "VORGANGSABLAUF": {"type": "object", "properties": {"VORGANGSPOSITION": {"type": "object", "properties": {"ZUORDNUNG": {"type": "string"}, "URHEBER": {"type": "string"}, "FUNDSTELLE": {"type": "string"}, "FUNDSTELLE_LINK": {"type": "string"}}, "required": ["ZUORDNUNG", "URHEBER", "FUNDSTELLE", "FUNDSTELLE_LINK"]}}, "required": ["VORGANGSPOSITION"]}}, "required": ["vorgangId", "VORGANG", "VORGANGSABLAUF"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vorgangId" : "164620", "VORGANG" : {"WAHLPERIODE" : "11", "VORGANGSTYP" : "Anmerkung zur Plenarsitzung", "TITEL" : "Zur\u00fcckweisung einer Behauptung des Abg Andres betr. Abstimmungsverhalten der SPD-Fraktion des Gesetzes zur Verl\u00e4ngerung besch\u00e4ftigungsf\u00f6rdernder Vorschriften (G-SIG: 11002633)", "AKTUELLER_STAND" : "Abgeschlossen - Ergebnis siehe Vorgangsablauf", "SIGNATUR" : "", "GESTA_ORDNUNGSNUMMER" : "", "PLENUM" : {"PLPR_KLARTEXT" : "Antrag zur Gesch\u00e4ftsordnung", "PLPR_HERAUSGEBER" : "BT", "PLPR_NUMMER" : "11/179", "PLPR_SEITEN" : "13788C - 13789C", "PLPR_LINK" : "http://dipbt.bundestag.de:80/dip21/btp/11/11179.pdf#P.13788"}, "EU_DOK_NR" : "", "SCHLAGWORT" : "Gesch\u00e4ftsordnung des Deutschen Bundestages (02.07.1980) \u00a7 32 - Erkl\u00e4rung au\u00dferhalb der Tagesordnung", "ABSTRAKT" : ""}, "VORGANGSABLAUF" : {"VORGANGSPOSITION" : {"ZUORDNUNG" : "BT", "URHEBER" : "Antrag zur Gesch\u00e4ftsordnung", "FUNDSTELLE" : "30.11.1989 - BT-Plenarprotokoll 11/179, S. 13788C - 13789C", "FUNDSTELLE_LINK" : "http://dipbt.bundestag.de:80/dip21/btp/11/11179.pdf#P.13788"}}}
json_instruct
{"type": "object", "properties": {"vorgangId": {"type": "string"}, "VORGANG": {"type": "object", "properties": {"WAHLPERIODE": {"type": "string"}, "VORGANGSTYP": {"type": "string"}, "TITEL": {"type": "string"}, "AKTUELLER_STAND": {"type": "string"}, "SIGNATUR": {"type": "string"}, "GESTA_ORDNUNGSNUMMER": {"type": "string"}, "PLENUM": {"type": "object", "properties": {"PLPR_KLARTEXT": {"type": "string"}, "PLPR_HERAUSGEBER": {"type": "string"}, "PLPR_NUMMER": {"type": "string"}, "PLPR_SEITEN": {"type": "string"}, "PLPR_LINK": {"type": "string"}}, "required": ["PLPR_KLARTEXT", "PLPR_HERAUSGEBER", "PLPR_NUMMER", "PLPR_SEITEN", "PLPR_LINK"]}, "EU_DOK_NR": {"type": "string"}, "SCHLAGWORT": {"type": "string"}, "ABSTRAKT": {"type": "string"}}, "required": ["WAHLPERIODE", "VORGANGSTYP", "TITEL", "AKTUELLER_STAND", "SIGNATUR", "GESTA_ORDNUNGSNUMMER", "PLENUM", "EU_DOK_NR", "SCHLAGWORT", "ABSTRAKT"]}, "VORGANGSABLAUF": {"type": "object", "properties": {"VORGANGSPOSITION": {"type": "object", "properties": {"ZUORDNUNG": {"type": "string"}, "URHEBER": {"type": "string"}, "FUNDSTELLE": {"type": "string"}, "FUNDSTELLE_LINK": {"type": "string"}}, "required": ["ZUORDNUNG", "URHEBER", "FUNDSTELLE", "FUNDSTELLE_LINK"]}}, "required": ["VORGANGSPOSITION"]}}, "required": ["vorgangId", "VORGANG", "VORGANGSABLAUF"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1Dq2j3VUPrJGcAtqnEzAiXuddTbjyBTRYk": {"type": "string"}}, "required": ["1Dq2j3VUPrJGcAtqnEzAiXuddTbjyBTRYk"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HBFZGW22mmyfxOb+cVWr5zAXJKiHVn02EYoFdxUeAS0PrDSUA0TlQbg46vRMFfC3aAWU+0VJ2hrUBZsJymO+IvA=", "cert_user_id" : "leo0812@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1Dq2j3VUPrJGcAtqnEzAiXuddTbjyBTRYk/content.json", "modified" : 1482651246.866408, "signs" : {"1Dq2j3VUPrJGcAtqnEzAiXuddTbjyBTRYk" : "GwF038xMERDdh6NRdwtxyJ3ymmze5B4a8DBmECvUJeUepC5lrC6GrEg4YiVUDUZv576FqvztM8LUfH7aQnFAnQg="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1Dq2j3VUPrJGcAtqnEzAiXuddTbjyBTRYk": {"type": "string"}}, "required": ["1Dq2j3VUPrJGcAtqnEzAiXuddTbjyBTRYk"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AB" : ["dr", "eq", "ep", "fp", "cp", "kq", "ko"], "AW" : ["er", "fr", "fq", "iq", "io"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "hr", "", ""]]}
json_instruct
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "val_loss", "val_acc", "acc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loss" : [0.6017520740350087, 0.2855053463935852, 0.2211880216519038, 0.18449202542702356, 0.1607341799378395], "val_loss" : [0.20978882484436034, 0.13926840755343436, 0.1165512358546257, 0.10310681945383549, 0.09150353607833385], "val_acc" : [0.9375, 0.9576, 0.9648, 0.9671, 0.9722], "acc" : [0.8141999999682109, 0.9111000000317891, 0.9323833333015442, 0.9421499999682108, 0.9493666666666667]}
json_instruct
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_acc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "val_loss", "val_acc", "acc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["LOGLEVEL"], "regionsToProcessedPerformance" : {"program" : 5378256054}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"container": {"type": "string"}}, "required": ["container"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"container" : "container-2kH8v"}
json_instruct
{"type": "object", "properties": {"container": {"type": "string"}}, "required": ["container"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"byDistrict": {"type": "array", "items": {"type": "integer"}}, "targetSize": {"type": "integer"}}, "required": ["byDistrict", "targetSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"byDistrict" : [725807, 721754, 732627, 733218, 730051, 729580, 728476, 729721, 731507, 724085, 733447, 730845, 729710], "targetSize" : 729294}
json_instruct
{"type": "object", "properties": {"byDistrict": {"type": "array", "items": {"type": "integer"}}, "targetSize": {"type": "integer"}}, "required": ["byDistrict", "targetSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "C:\\Users\\18673\\Desktop\\doc-apk-client\\client\\build\\intermediates\\res\\merged\\debug\\raw\\em_outgoing.ogg", "source" : "C:\\Users\\18673\\Desktop\\doc-apk-client\\client\\res\\raw\\em_outgoing.ogg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"swagger": {"type": "object", "properties": {"info": {"type": "object", "properties": {"description": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "version", "title"]}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "schemes": {"type": "array", "items": {"type": "string"}}, "outputDirectory": {"type": "string"}, "entryFile": {"type": "string"}, "host": {"type": "string"}, "basePath": {"type": "string"}}, "required": ["info", "tags", "schemes", "outputDirectory", "entryFile", "host", "basePath"]}, "routes": {"type": "object", "properties": {"basePath": {"type": "string"}, "entryFile": {"type": "string"}, "routesDir": {"type": "string"}}, "required": ["basePath", "entryFile", "routesDir"]}}, "required": ["swagger", "routes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"swagger" : {"info" : {"description" : "A Login authorization and registration using jwt", "version" : "1.0.0", "title" : "User Login Auth and Registration"}, "tags" : [{"name" : "auth", "description" : "Access to updating a secured data"}, {"name" : "user", "description" : "Operations about user"}], "schemes" : ["http", "https"], "outputDirectory" : "./dist", "entryFile" : "./src/server.ts", "host" : "localhost:8081", "basePath" : "/api"}, "routes" : {"basePath" : "/api", "entryFile" : "./src/server.ts", "routesDir" : "./src/middleware/server-config"}}
json_instruct
{"type": "object", "properties": {"swagger": {"type": "object", "properties": {"info": {"type": "object", "properties": {"description": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}}, "required": ["description", "version", "title"]}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "schemes": {"type": "array", "items": {"type": "string"}}, "outputDirectory": {"type": "string"}, "entryFile": {"type": "string"}, "host": {"type": "string"}, "basePath": {"type": "string"}}, "required": ["info", "tags", "schemes", "outputDirectory", "entryFile", "host", "basePath"]}, "routes": {"type": "object", "properties": {"basePath": {"type": "string"}, "entryFile": {"type": "string"}, "routesDir": {"type": "string"}}, "required": ["basePath", "entryFile", "routesDir"]}}, "required": ["swagger", "routes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "string"}, "module_id": {"type": "string"}, "module_hash": {"type": "string"}, "display_order": {"type": "string"}}, "required": ["name", "class", "description", "dependencies", "module_id", "module_hash", "display_order"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Pages", "class" : "fa fa-2x fa-file-text", "description" : "Static pages", "dependencies" : "", "module_id" : "", "module_hash" : "", "display_order" : "4"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "string"}, "module_id": {"type": "string"}, "module_hash": {"type": "string"}, "display_order": {"type": "string"}}, "required": ["name", "class", "description", "dependencies", "module_id", "module_hash", "display_order"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"tun_type": {"type": "string"}, "cv_KPH": {"type": "array", "items": {"type": "integer"}}, "cv_BPV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "cv_sMaxV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "cv_sdDNV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "cv_sdUPV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sR_KPH": {"type": "array", "items": {"type": "integer"}}, "sR_BPV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sR_lqr_kiV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_lqr_scaleV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sR_pid_KiV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_pid_KpV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_pid_deadzone": {"type": "number"}, "sR_steerRatioV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_ActuatorDelayV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "steerLimitTimer": {"type": "number"}, "steerOffset": {"type": "number"}, "steerRateCost": {"type": "number"}, "cameraOffset": {"type": "number"}}, "required": ["tun_type", "cv_KPH", "cv_BPV", "cv_sMaxV", "cv_sdDNV", "cv_sdUPV", "sR_KPH", "sR_BPV", "sR_lqr_kiV", "sR_lqr_scaleV", "sR_pid_KiV", "sR_pid_KpV", "sR_pid_deadzone", "sR_steerRatioV", "sR_ActuatorDelayV", "steerLimitTimer", "steerOffset", "steerRateCost", "cameraOffset"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tun_type" : "lqr", "cv_KPH" : [10, 30, 40], "cv_BPV" : [[30, 80, 255], [100, 150, 255], [100, 150, 255]], "cv_sMaxV" : [[150, 130, 100], [255, 250, 200], [255, 255, 200]], "cv_sdDNV" : [[2, 2, 1], [5, 3, 2], [7, 7, 5]], "cv_sdUPV" : [[1, 1, 1], [3, 2, 1], [3, 3, 3]], "sR_KPH" : [30, 60], "sR_BPV" : [[-5, 0, 5], [-5, 0, 5]], "sR_lqr_kiV" : [[0.02, 0.01, 0.02], [0.02, 0.02, 0.02]], "sR_lqr_scaleV" : [[1900, 2200, 1900], [1800, 2000, 1800]], "sR_pid_KiV" : [[0.02, 0.01, 0.02], [0.03, 0.02, 0.03]], "sR_pid_KpV" : [[0.2, 0.15, 0.2], [0.25, 0.2, 0.25]], "sR_pid_deadzone" : 0.1, "sR_steerRatioV" : [[15.1, 15.2, 15.1], [15.3, 15.6, 15.3]], "sR_ActuatorDelayV" : [[0.325, 0.3, 0.325], [0.325, 0.5, 0.325]], "steerLimitTimer" : 0.8, "steerOffset" : 0.0, "steerRateCost" : 0.5, "cameraOffset" : 0.05}
json_instruct
{"type": "object", "properties": {"tun_type": {"type": "string"}, "cv_KPH": {"type": "array", "items": {"type": "integer"}}, "cv_BPV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "cv_sMaxV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "cv_sdDNV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "cv_sdUPV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sR_KPH": {"type": "array", "items": {"type": "integer"}}, "sR_BPV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sR_lqr_kiV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_lqr_scaleV": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sR_pid_KiV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_pid_KpV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_pid_deadzone": {"type": "number"}, "sR_steerRatioV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "sR_ActuatorDelayV": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "steerLimitTimer": {"type": "number"}, "steerOffset": {"type": "number"}, "steerRateCost": {"type": "number"}, "cameraOffset": {"type": "number"}}, "required": ["tun_type", "cv_KPH", "cv_BPV", "cv_sMaxV", "cv_sdDNV", "cv_sdUPV", "sR_KPH", "sR_BPV", "sR_lqr_kiV", "sR_lqr_scaleV", "sR_pid_KiV", "sR_pid_KpV", "sR_pid_deadzone", "sR_steerRatioV", "sR_ActuatorDelayV", "steerLimitTimer", "steerOffset", "steerRateCost", "cameraOffset"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"intercooler.js": {"type": "string"}, "intercooler.min.js": {"type": "string"}}, "required": ["intercooler.js", "intercooler.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"intercooler.js" : "sha256-/Qzq1bhutH0dJWiC3OWho10hexQaEHLUKeOR+YPOIhE=", "intercooler.min.js" : "sha256-Gs8Gi5nrIZuqr7JpSv7WgextGqg1prfOeV3MRQsKcEo="}
json_instruct
{"type": "object", "properties": {"intercooler.js": {"type": "string"}, "intercooler.min.js": {"type": "string"}}, "required": ["intercooler.js", "intercooler.min.js"], "$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"}, "main": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"cfenv": {"type": "string"}, "express": {"type": "string"}, "watson-developer-cloud": {"type": "string"}, "body-parser": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["cfenv", "express", "watson-developer-cloud", "body-parser", "dotenv"]}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-loopback": {"type": "string"}}, "required": ["eslint", "eslint-config-loopback"]}}, "required": ["name", "main", "description", "version", "private", "engines", "scripts", "dependencies", "author", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tone-app", "main" : "app.js", "description" : "Tone Anaylzer Demo", "version" : "0.1.1", "private" : false, "engines" : {"node" : "10.15.3"}, "scripts" : {"start" : "node app.js"}, "dependencies" : {"cfenv" : "1.2.2", "express" : "^4.16.4", "watson-developer-cloud" : "^4.0.1", "body-parser" : "^1.18.3", "dotenv" : "^7.0.0"}, "author" : "Martin Henke", "devDependencies" : {"eslint" : "^5.15.3", "eslint-config-loopback" : "^13.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"cfenv": {"type": "string"}, "express": {"type": "string"}, "watson-developer-cloud": {"type": "string"}, "body-parser": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["cfenv", "express", "watson-developer-cloud", "body-parser", "dotenv"]}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-loopback": {"type": "string"}}, "required": ["eslint", "eslint-config-loopback"]}}, "required": ["name", "main", "description", "version", "private", "engines", "scripts", "dependencies", "author", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"featureName": {"type": "string"}, "afterFeatures": {"type": "array", "items": {"type": "string"}}}, "required": ["featureName", "afterFeatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"featureName" : "info.smart_tools.smartactors:feature-loading-system", "afterFeatures" : ["info.smart_tools.smartactors:base"]}
json_instruct
{"type": "object", "properties": {"featureName": {"type": "string"}, "afterFeatures": {"type": "array", "items": {"type": "string"}}}, "required": ["featureName", "afterFeatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"trailing-comma": {"type": "boolean"}}, "required": ["trailing-comma"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["./base.tslint.json"], "rules" : {"trailing-comma" : false}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"trailing-comma": {"type": "boolean"}}, "required": ["trailing-comma"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"cache": {"type": "string"}, "initialize": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderInputForSelector:withLabel:options:on:": {"type": "string"}, "setSelector:toInstanceOf:": {"type": "string"}}, "required": ["cache", "initialize", "renderContentOn:", "renderInputForSelector:withLabel:options:on:", "setSelector:toInstanceOf:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"cache" : "jf 1/10/2009 17:57", "initialize" : "jf 1/10/2009 17:58", "renderContentOn:" : "obi 9/25/2009 20:12", "renderInputForSelector:withLabel:options:on:" : "pmm 1/22/2012 16:33", "setSelector:toInstanceOf:" : "jf 9/30/2009 01:10"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"cache": {"type": "string"}, "initialize": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderInputForSelector:withLabel:options:on:": {"type": "string"}, "setSelector:toInstanceOf:": {"type": "string"}}, "required": ["cache", "initialize", "renderContentOn:", "renderInputForSelector:withLabel:options:on:", "setSelector:toInstanceOf:"]}}, "required": ["class", "instance"], "$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": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "F:\\Android_Project\\Android-Universal-Image-Loader\\sample\\build\\intermediates\\res\\merged\\debug\\menu\\main_menu.xml", "source" : "F:\\Android_Project\\Android-Universal-Image-Loader\\sample\\src\\main\\res\\menu\\main_menu.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1172020002", "district_id" : "1172020", "name" : "BATEE SHOEK"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.375, 27.416666666666668], [124.375, 27.5], [124.5, 27.5], [124.5, 27.416666666666668], [124.375, 27.416666666666668]]]}, "properties" : {"code" : 412413, "url" : "http://madefor.github.io/0410/api/v1/412413.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/412413.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "cheerio": {"type": "string"}, "mkdirp": {"type": "string"}, "underscore.string": {"type": "string"}, "yeoman-generator": {"type": "string"}, "yosay": {"type": "string"}, "yo": {"type": "string"}, "generator-mocha": {"type": "string"}, "gulp": {"type": "string"}}, "required": ["chalk", "cheerio", "mkdirp", "underscore.string", "yeoman-generator", "yosay", "yo", "generator-mocha", "gulp"]}}, "required": ["name", "version", "description", "license", "repository", "author", "main", "engines", "files", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "generator-ng-semantic-seed", "version" : "0.0.1", "description" : "A yeoman generator for frontend webapp with angular and semantic ui", "license" : "MIT", "repository" : "shreedharshetty/generator-ng-semantic-seed", "author" : "Shreedhar shetty", "main" : "app/index.js", "engines" : {"node" : ">=4.2.1", "npm" : ">=2.14.7"}, "files" : ["app"], "keywords" : ["yeoman-generator", "webapp", "angular", "semantic-ui", "protractor", "gulp"], "dependencies" : {"chalk" : "1.1.1", "cheerio" : "0.19.0", "mkdirp" : "^0.5.1", "underscore.string" : "3.2.2", "yeoman-generator" : "0.21.1", "yosay" : "1.0.5", "yo" : "1.4.8", "generator-mocha" : "0.2.0", "gulp" : "3.9.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "cheerio": {"type": "string"}, "mkdirp": {"type": "string"}, "underscore.string": {"type": "string"}, "yeoman-generator": {"type": "string"}, "yosay": {"type": "string"}, "yo": {"type": "string"}, "generator-mocha": {"type": "string"}, "gulp": {"type": "string"}}, "required": ["chalk", "cheerio", "mkdirp", "underscore.string", "yeoman-generator", "yosay", "yo", "generator-mocha", "gulp"]}}, "required": ["name", "version", "description", "license", "repository", "author", "main", "engines", "files", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Phonak PFE 232 (no filter)", "id" : "eef0e4795a4872c548b7b545d0418b8024d30b37", "isDefault" : false, "gains" : {"global" : -4.0, "bands" : [-0.9, -2.4, -4.2, -4.2, 0.4, 2.9, 0.6, 3.6, 1.0, -11.5]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "required": ["name", "id", "isDefault", "gains"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chess.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["chess.js"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@chrisoakman/chessboardjs", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"chess.js" : {"version" : "0.12.0", "resolved" : "https://registry.npmjs.org/chess.js/-/chess.js-0.12.0.tgz", "integrity" : "sha512-eF1xf4j88r/AwIRxqV1FXZbVgMt4yUx05xrL+ZMqUrY+snFrUxGVHs0VgEd3AvngujDE9th7XZqqCwEKEQ7mWQ=="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chess.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["chess.js"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "description", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d152be33-d682-4d76-bc2f-f52810ffbb72", "name" : "Local", "values" : [{"key" : "server", "value" : "localhost:9090", "description" : "", "enabled" : true}, {"key" : "test_location", "value" : "https%3A%2F%2Fpiet.me", "description" : "", "enabled" : true}, {"key" : "origin", "value" : "https://piet.me", "description" : "", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2018-12-18T12:47:59.449Z", "_postman_exported_using" : "Postman/6.5.3"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "description", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "22006", "name" : {"en" : "Nyasyukkya / Pechenga / Parkkino"}, "country" : "RU", "region" : "MUR", "identifiers" : {"wmo" : "22006"}, "location" : {"latitude" : 69.55, "longitude" : 31.2, "elevation" : 31}, "timezone" : "Europe/Moscow"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4a8daf95-709d-4a36-9132-d3e19878fa34", "queryName" : "API Gateway Exposed To The Public Internet", "severity" : "HIGH", "category" : "Insecure Configurations", "descriptionText" : "The API Endpoint type in API Gateway should be set to PRIVATE so it's not exposed to the public internet", "descriptionUrl" : "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-restapi-endpointconfiguration.html#cfn-apigateway-restapi-endpointconfiguration-types", "platform" : "CloudFormation"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=double", "type=top"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"type=bottom" : {"model" : "vanilla_evolved_mod:block/amethyst_slab"}, "type=double" : {"model" : "minecraft:block/amethyst_block"}, "type=top" : {"model" : "vanilla_evolved_mod:block/amethyst_slab_top"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=double", "type=top"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "\n\u00a0 \u00a0 \u00a0The Board of Supervisors of the City and County of San Francisco hereby declares that this Article is adopted to achieve top management oversight of workers' compensation and an integrated accident prevention program for employees of the City and County of San Francisco. To the extent that funds made available permit, the program shall include, without being limited to, the following objectives: \n\u00a0 \u00a0 \u00a0(a)\u00a0 \u00a0 \u00a0Training of supervisory personnel and employees generally in safety practices and procedures and workers' compensation best practices and procedures through oral and visual education at meetings, by personal contact, and through the issuance of posters, bulletins and other material through print and electronic means; \n\u00a0 \u00a0 \u00a0(b)\u00a0 \u00a0 \u00a0Gathering and analysis of data relating to accident experience; and\n\u00a0 \u00a0 \u00a0(c)\u00a0 \u00a0 \u00a0Providing safety guidance to department heads and other responsible officials.\n(Added by Ord. 23-61, App. 2/1/61; amended by Ord. 250-00, File No. 001489, App. 10/27/2000)\n\n", "heading" : {"title" : "16", "chaptersection" : "121-1", "identifier" : "16.121-1", "catch_text" : "PURPOSE OF ARTICLE."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/large_granite_brick_slab_bottom_4"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x0045e73d7dad3ffb09029c893bc761b8e40d3d8462734faf6ab483117f61d488", "parentHash" : "0x350d666771fddfc96ff6f46a46aaa83fff4e24e3a09a92294446e7883c262798", "number" : 84743, "timestamp" : 1439554013, "nonce" : "0xed8dbd03949465f0", "difficulty" : 2615684289952, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x9D49F602b0fdb924Bd63DDE2Bd0907E4A07c63a7", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$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": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "pulledBy", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 2378, "gempId" : "2_161", "side" : "Dark", "rarity" : "R2", "set" : "2", "printings" : [{"set" : "2"}], "front" : {"title" : "\u2022Superlaser", "imageUrl" : "https://res.starwarsccg.org/cards/ANewHope-Dark/large/superlaser.gif", "type" : "Weapon", "subType" : "Death Star", "uniqueness" : "*", "destiny" : "3", "gametext" : "Deploy on Death Star system at parsec 0. May target a capital starship at Death Star system, or at a system it orbits, using 4 Force. Draw two destiny. Target hit if total destiny > defense value.", "lore" : "The Death Star has more firepower than the combined might the entire Imperial fleet. Enormous generators power the devastating planetdestroying weapon."}, "pulledBy" : ["Death Star Gunner"], "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "gametext", "lore"]}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "pulledBy", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`co'enoy~", "`mi~`ci'enoy~"], "e" : ["\ufff9`Mi~`ci'enoy~ `a~ `mikalolo~.\ufffa\ufffb\u4f4e\u982d\u6d17\u982d\u3002"], "f" : "\u982d\u671d\u4e0b\uff0c\u5012\u639b\u3002"}]}], "t" : "ci'enoy"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"u-parse": {"type": "string"}}, "required": ["u-parse"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "\u516c \u544a \u8be6 \u60c5", "usingComponents" : {"u-parse" : "/components/uParse/src/wxParse"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"u-parse": {"type": "string"}}, "required": ["u-parse"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@nicholasmole/find-object-in-array", "version" : "0.1.0", "description" : "Find an Object in an array of Objects using property and key", "main" : "index.js", "scripts" : {"test" : "mocha --reporter spec"}, "keywords" : ["Object", "Array", "Finding"], "author" : "Nicholas Mole", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/nicholasmole/find-object-in-array"}, "devDependencies" : {"chai" : "^4.1.2", "mocha" : "^5.2.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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "Trignac", "dpt" : "Loire-Atlantique", "inscrits" : 5406, "abs" : 1169, "votants" : 4237, "blancs" : 65, "nuls" : 24, "exp" : 4148, "res" : [{"panneau" : "9", "voix" : 1191}, {"panneau" : "3", "voix" : 1006}, {"panneau" : "2", "voix" : 947}, {"panneau" : "11", "voix" : 389}, {"panneau" : "4", "voix" : 253}, {"panneau" : "1", "voix" : 182}, {"panneau" : "6", "voix" : 68}, {"panneau" : "5", "voix" : 43}, {"panneau" : "8", "voix" : 31}, {"panneau" : "10", "voix" : 31}, {"panneau" : "7", "voix" : 7}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"records": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "date": {"type": "string"}, "goals": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "date", "goals"]}}}, "required": ["records"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"records" : [{"name" : "Asian BBQ Chicken", "date" : "2020-04-13", "goals" : ["Bulk like the Hulk"]}, {"name" : "Sweet and Sour Chicken", "date" : "2020-04-13", "goals" : ["Bulk like the Hulk", "Herbivore", "Fruity Fiesta"]}]}
json_instruct
{"type": "object", "properties": {"records": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "date": {"type": "string"}, "goals": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "date", "goals"]}}}, "required": ["records"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataType" : "CE", "longName" : "Problem Life Cycle Status", "hl7Table" : ""}
json_instruct
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Place pizza stone on grill directly over wood fire. You may need to begin by spreading out the wood if the flames are too tall. Roll out the pizza dough to desired thickness. Place it on the pizza stone and cook 10 minutes on one side until golden.", "Remove from the fire and on the cooked side, spread the pizza sauce in an even layer over dough leaving about a half inch around the rim of the pizza dough bare. Sprinkle mozzarella cheese evenly on top of the sauce, followed by the pepperoni slices.", "Place uncooked side down, back on the pizza stone. Cover with a foil tent and cook until cheese has melted, about 10 minutes more. Transfer pizza to a cutting board and let cool slightly before cutting and serving."], "ingredients" : ["1 pound refrigerated pizza dough", "1/4 cup pizza sauce", "1/2 cup shredded mozzarella cheese", "1/2 cup sliced pepperoni"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Campfire Pepperoni Pizza", "url" : "http://allrecipes.com/recipe/215041/campfire-pepperoni-pizza/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOTA PADANG", "originalFilename" : "IMG_20180704_102124.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 241263, "noUrut" : 1, "nama" : "YANDRI, S.Pd, M.Pd", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "foto. usmardi tareb.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 243047, "noUrut" : 2, "nama" : "USMARDI THAREB", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "YENTI TOSFITA.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 243876, "noUrut" : 3, "nama" : "YENTI TOSFITA, S.Pd", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "foto. hendrik m.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 244276, "noUrut" : 4, "nama" : "HENDRIK MARGARET, S.Ag", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "foto. lola novitasari.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 245014, "noUrut" : 5, "nama" : "LOLA NOVITASARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "foto. roni hendra.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 245356, "noUrut" : 6, "nama" : "RONI HENDRA, A.Md", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "Foto. ReskitA.JPG", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 245750, "noUrut" : 7, "nama" : "RESKITA NINGSIH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "img001.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 245879, "noUrut" : 8, "nama" : "MULYADI, S.Ag", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "ok copy.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 247167, "noUrut" : 9, "nama" : "ALMIRNI, MA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PADANG", "originalFilename" : "IMG_2981.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 248322, "noUrut" : 10, "nama" : "Drs. YUSWIL", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "parameter": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "annotations": {"type": "object", "properties": {}, "required": []}, "definedInFile": {"type": "string"}, "lineNumbers": {"type": "array", "items": {"type": "integer"}}, "name": {"type": "string"}, "visibility": {"type": "string"}}, "required": ["type", "parameter", "annotations", "definedInFile", "lineNumbers", "name", "visibility"]}}, "staticMethods": {"type": "array", "items": {}}, "defaults": {"type": "object", "properties": {}, "required": []}, "properties": {"type": "object", "properties": {}, "required": []}, "fqClassName": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "inherit": {"type": "string"}, "type": {"type": "string"}, "file": {"type": "string"}, "package": {"type": "string"}, "inheritancePath": {"type": "array", "items": {"type": "string"}}}, "required": ["methods", "staticMethods", "defaults", "properties", "fqClassName", "dependencies", "inherit", "type", "file", "package", "inheritancePath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"methods" : [{"type" : "Method", "parameter" : [{"name" : "message"}, {"name" : "statusCode"}, {"name" : "baseError"}], "annotations" : {}, "definedInFile" : "js/core/Error.js", "lineNumbers" : [7, 13], "name" : "ctor", "visibility" : "public"}], "staticMethods" : [], "defaults" : {}, "properties" : {}, "fqClassName" : "js.core.Error", "dependencies" : [], "inherit" : "Error", "type" : "js", "file" : "js/core/Error.js", "package" : "js.core", "inheritancePath" : ["Error"]}
json_instruct
{"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "parameter": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "annotations": {"type": "object", "properties": {}, "required": []}, "definedInFile": {"type": "string"}, "lineNumbers": {"type": "array", "items": {"type": "integer"}}, "name": {"type": "string"}, "visibility": {"type": "string"}}, "required": ["type", "parameter", "annotations", "definedInFile", "lineNumbers", "name", "visibility"]}}, "staticMethods": {"type": "array", "items": {}}, "defaults": {"type": "object", "properties": {}, "required": []}, "properties": {"type": "object", "properties": {}, "required": []}, "fqClassName": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "inherit": {"type": "string"}, "type": {"type": "string"}, "file": {"type": "string"}, "package": {"type": "string"}, "inheritancePath": {"type": "array", "items": {"type": "string"}}}, "required": ["methods", "staticMethods", "defaults", "properties", "fqClassName", "dependencies", "inherit", "type", "file", "package", "inheritancePath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u591a\u6591\u70b9\u7684", "\u4eba\u540d", "\u53d1\u75b9\u7684"], "key" : "spotty"}, {"value" : ["\u9709\u732a\u9b03"], "key" : "spotty bristle"}, {"value" : ["\u6591\u72b6\u96c6\u4e2d"], "key" : "spotty concentration"}], "query" : "spotty", "translation" : ["\u53c2\u5dee\u4e0d\u9f50\u7684"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=spotty"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=spotty"}, "basic" : {"us-phonetic" : "'sp\u0251ti", "phonetic" : "'sp\u0252t\u026a", "uk-phonetic" : "'sp\u0252t\u026a", "explains" : ["adj. \u53d1\u75b9\u7684\uff1b\u591a\u6591\u70b9\u7684\uff1b\u8d28\u91cf\u4e0d\u4e00\u7684"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"id" : 46801, "title" : "Unidentified ship's captain, ca. 1870 / photographer B. C. Boake", "primoId" : "ADLIB110349733", "slug" : "adlib110349733", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525857160961.jpg", "content" : "portraits, ships' captains, Adult Females, Adult Males", "imageType" : "portrait", "date" : "2018-05-09 09:12:41", "dateText" : "ca. 1870", "timestamp" : "", "instagramUsername" : "", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525857160961.jpg", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525857160961-e1534740078352-170x300.jpg", "width" : 170, "height" : 300, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525857160961.jpg", "width" : 535, "height" : 945, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesPortrait"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Vigil", "definitions" : ["A period of keeping awake during the time usually spent asleep, especially to keep watch or pray.", "A stationary, peaceful demonstration in support of a particular cause, typically without speeches.", "(in the Christian Church) the eve of a festival or holy day as an occasion of religious observance.", "Nocturnal devotions."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"children": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "items"]}}, "required": ["children"]}, "definitions": {"type": "object", "properties": {"testType": {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}}, "required": ["type"]}}, "required": ["name"]}}, "required": ["type", "additionalProperties", "properties"]}}, "required": ["testType"]}, "x-is-array": {"type": "boolean"}}, "required": ["title", "type", "additionalProperties", "properties", "definitions", "x-is-array"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "TestComplexArrayType", "type" : "object", "additionalProperties" : false, "properties" : {"children" : {"type" : ["array", "null"], "items" : {"$ref" : "#/definitions/testType"}}}, "definitions" : {"testType" : {"type" : "object", "additionalProperties" : false, "properties" : {"name" : {"type" : ["null", "string"]}}}}, "x-is-array" : false}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"children": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "items"]}}, "required": ["children"]}, "definitions": {"type": "object", "properties": {"testType": {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}}, "required": ["type"]}}, "required": ["name"]}}, "required": ["type", "additionalProperties", "properties"]}}, "required": ["testType"]}, "x-is-array": {"type": "boolean"}}, "required": ["title", "type", "additionalProperties", "properties", "definitions", "x-is-array"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"channel": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}}, "required": ["channel"]}, "$ref": {"type": "string"}}, "required": ["$id", "$schema", "title", "definitions", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$id" : "https://schema.healthcloud.co.ke/channels.schema.json", "$schema" : "http://json-schema.org/draft-07/schema#", "title" : "Be.Well Notification Channels", "definitions" : {"channel" : {"type" : "string", "enum" : ["FCM", "EMAIL", "SMS", "WHATSAPP"]}}, "$ref" : "#/definitions/channel"}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"channel": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}}, "required": ["channel"]}, "$ref": {"type": "string"}}, "required": ["$id", "$schema", "title", "definitions", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sweet Nuts", "description" : "I was originally shooting for something along the lines of those wonderful, sweet, cinnamony toasted pecans you sometimes find at fairs or carnivals. While this is not that , it is tasty, nonetheless. \r\n\r\nUPDATE: Added FW Butter Pecan to make it pecanier.", "id" : 194221, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/194221/cinnpecan.jpeg", "updated_at" : "2020-12-11T14:17:51.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Pralines & Cream", "flavor_id" : "1385", "millipercent" : 6000, "vendor" : "FW"}, {"name" : "Vanilla Swirl", "flavor_id" : "189", "millipercent" : 4000, "vendor" : "TPA"}, {"name" : "Cinnamon Crunch", "flavor_id" : "611", "millipercent" : 2000, "vendor" : "FLV"}, {"name" : "Sweetener", "flavor_id" : "1432", "millipercent" : 1000, "vendor" : "FW"}, {"name" : "Butter Pecan", "flavor_id" : "1212", "millipercent" : 1000, "vendor" : "FW"}], "author" : "Microbe", "views" : "421", "created_at" : "2020-05-11", "slug" : "sweet_nuts", "archive_image_url" : "https://allthearchives.com/images/194221.jpeg", "total_flavoring" : "14.0%", "steep_days" : "10", "best_vg" : "0%", "temperature" : "0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}, "helsingborg-stad/acf-export-manager": {"type": "string"}}, "required": ["composer/installers", "helsingborg-stad/acf-export-manager"]}}, "required": ["name", "description", "type", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "helsingborg-stad/wp-graphql-municipio", "description" : "Integrates WP GraphQL with custom post types created with Municipio", "type" : "wordpress-plugin", "license" : "MIT", "authors" : [{"name" : "Nikolas Ramstedt", "email" : "nikolas.ramstedt@helsingborg.se"}], "require" : {"composer/installers" : "~1.0", "helsingborg-stad/acf-export-manager" : ">=1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}, "helsingborg-stad/acf-export-manager": {"type": "string"}}, "required": ["composer/installers", "helsingborg-stad/acf-export-manager"]}}, "required": ["name", "description", "type", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fontFamily": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"avg": {"type": "number"}, "height": {"type": "number"}, "size": {"type": "integer"}}, "required": ["avg", "height", "size"]}}}, "required": ["fontFamily", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fontFamily" : "Verdana, Geneva, sans-serif", "values" : [{"avg" : 1.9013624924879808, "height" : 3.55078125, "size" : 3}, {"avg" : 5.070299979967949, "height" : 9.54296875, "size" : 8}, {"avg" : 6.337874974959936, "height" : 12.015625, "size" : 10}, {"avg" : 7.605449969951923, "height" : 14.5, "size" : 12}, {"avg" : 10.140599959935898, "height" : 19.5, "size" : 16}, {"avg" : 12.675749949919872, "height" : 24.03125, "size" : 20}, {"avg" : 20.281199919871796, "height" : 38.52734375, "size" : 32}, {"avg" : 30.421799879807693, "height" : 58.5, "size" : 48}]}
json_instruct
{"type": "object", "properties": {"fontFamily": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"avg": {"type": "number"}, "height": {"type": "number"}, "size": {"type": "integer"}}, "required": ["avg", "height", "size"]}}}, "required": ["fontFamily", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"jupyter.jupyterServerType": {"type": "string"}, "python.pythonPath": {"type": "string"}}, "required": ["jupyter.jupyterServerType", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jupyter.jupyterServerType" : "remote", "python.pythonPath" : "C:\\Users\\rezar\\anaconda3\\envs\\dl2\\python.exe"}
json_instruct
{"type": "object", "properties": {"jupyter.jupyterServerType": {"type": "string"}, "python.pythonPath": {"type": "string"}}, "required": ["jupyter.jupyterServerType", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"placeholderImage": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "sizes"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["placeholderImage"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"placeholderImage" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAUABQDASIAAhEBAxEB/8QAGAABAAMBAAAAAAAAAAAAAAAAAAIDBAX/xAAXAQEAAwAAAAAAAAAAAAAAAAADAAEC/9oADAMBAAIQAxAAAAHRGFbFpXJXCrCfcC3/AP/EABwQAAICAgMAAAAAAAAAAAAAAAECAAMREhMhMv/aAAgBAQABBQIgKEw80j3BpQ+h5Vl3UqYgjz//xAAZEQEAAgMAAAAAAAAAAAAAAAAAARIRITH/2gAIAQMBAT8BrpVPWH//xAAYEQACAwAAAAAAAAAAAAAAAAAAARASE//aAAgBAgEBPwG7NBR//8QAGhAAAgMBAQAAAAAAAAAAAAAAAREAAhAhUf/aAAgBAQAGPwJmcy1SEJYldx+4J//EAB0QAAIDAAIDAAAAAAAAAAAAAAERACExEEFRcYH/2gAIAQEAAT8hOawIkb154h1YNcGwKU4DaF9nQ3UESPUItehmf//aAAwDAQACAAMAAAAQPy8+/8QAGBEAAwEBAAAAAAAAAAAAAAAAAAERIVH/2gAIAQMBAT8QnTelsVCOH//EABgRAQEBAQEAAAAAAAAAAAAAAAEAIREx/9oACAECAQE/ENfJRjJ5K3//xAAaEAEBAQEBAQEAAAAAAAAAAAABEQAhMVFB/9oACAEBAAE/EHY/UzBUdYgjnvzCWAgqN4+bjQYET44iivka4R9evmZoVqpSaSoeR+td/9k=", "aspectRatio" : 1, "src" : "/static/02f0aa62c66b875e0e4c13342013f00f/53b4a/speakers-vladimir.jpg", "srcSet" : "/static/02f0aa62c66b875e0e4c13342013f00f/bf99b/speakers-vladimir.jpg 75w,\n/static/02f0aa62c66b875e0e4c13342013f00f/9d7df/speakers-vladimir.jpg 150w,\n/static/02f0aa62c66b875e0e4c13342013f00f/53b4a/speakers-vladimir.jpg 300w,\n/static/02f0aa62c66b875e0e4c13342013f00f/eccb2/speakers-vladimir.jpg 400w", "sizes" : "(max-width: 300px) 100vw, 300px"}}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"placeholderImage": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "sizes"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["placeholderImage"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Ornans", "circ" : "2\u00e8me circonscription", "dpt" : "Doubs", "inscrits" : 3272, "abs" : 1668, "votants" : 1604, "blancs" : 33, "nuls" : 19, "exp" : 1552, "res" : [{"nuance" : "ECO", "nom" : "M. Eric ALAUZET", "voix" : 692}, {"nuance" : "LR", "nom" : "M. Ludovic FAGAUT", "voix" : 372}, {"nuance" : "FN", "nom" : "M. Julien ACARD", "voix" : 179}, {"nuance" : "FI", "nom" : "Mme Claire ARNOUX", "voix" : 168}, {"nuance" : "COM", "nom" : "M. Christophe LIME", "voix" : 54}, {"nuance" : "ECO", "nom" : "M. Alain FRAN\u00c7OIS", "voix" : 31}, {"nuance" : "DLF", "nom" : "M. Jean-Claude CHOMETTE", "voix" : 22}, {"nuance" : "DIV", "nom" : "Mme Nadine DE MAIO", "voix" : 13}, {"nuance" : "DIV", "nom" : "Mme Christine LATOURNERIE", "voix" : 9}, {"nuance" : "DIV", "nom" : "M. Jos\u00e9 DA CRUZ", "voix" : 7}, {"nuance" : "EXG", "nom" : "M. Fabrice DELCAMBRE", "voix" : 5}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Critical Analysis of NPD/NSD Case study", "weight" : 20}, {"name" : "Analysis of NPD/NSD as per research evidence", "weight" : 35}, {"name" : "Final exam (on line) during exams period", "weight" : 45}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-uglyfly": {"type": "string"}}, "required": ["gulp", "gulp-concat", "gulp-imagemin", "gulp-uglyfly"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gulpproject", "version" : "1.0.0", "description" : "Understanding Gulp", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Thiago", "license" : "MIT", "devDependencies" : {"gulp" : "^4.0.0", "gulp-concat" : "^2.6.1", "gulp-imagemin" : "^5.0.3", "gulp-uglyfly" : "^1.4.2"}}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-imagemin": {"type": "string"}, "gulp-uglyfly": {"type": "string"}}, "required": ["gulp", "gulp-concat", "gulp-imagemin", "gulp-uglyfly"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lerna": {"type": "string"}, "test": {"type": "string"}}, "required": ["lerna", "test"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "name": {"type": "string"}}, "required": ["workspaces", "scripts", "devDependencies", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workspaces" : ["./packages/*"], "scripts" : {"lerna" : "lerna", "test" : "jest"}, "devDependencies" : {"lerna" : "^4.0.0"}, "name" : "fcl-js"}
json_instruct
{"type": "object", "properties": {"workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lerna": {"type": "string"}, "test": {"type": "string"}}, "required": ["lerna", "test"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "name": {"type": "string"}}, "required": ["workspaces", "scripts", "devDependencies", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"aos.css": {"type": "string"}, "aos.js": {"type": "string"}, "aos.min.css": {"type": "string"}}, "required": ["aos.css", "aos.js", "aos.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aos.css" : "sha512-w0ExEdY2FKe7dHIAp11xBaG7nhI51j6ASBPSgkG5C1agx3OxRwoos0QISli41pE4QSI/gK2K4Z+wKgf7YTLDiQ==", "aos.js" : "sha512-yv5JxkkoT9p3EV/TLD3RgH/SGIdOmFipCwd5UuAalCPFbLw81hHpdjUts47G3JjoDDo2RpqiH4xFSoOcmfA2Fg==", "aos.min.css" : "sha512-PPpIwgAz8PGMtWsHZUhcZfRl7N+tKdvK6/hvu+ytY9JY1dX6otrTHORAQg7Y19CvG+1f/pkAoLfEpUI9zpG6Kg=="}
json_instruct
{"type": "object", "properties": {"aos.css": {"type": "string"}, "aos.js": {"type": "string"}, "aos.min.css": {"type": "string"}}, "required": ["aos.css", "aos.js", "aos.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"imageGallery": {"type": "object", "properties": {"value": {"type": "object", "properties": {"name": {"type": "string"}, "imageDefinitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "generation": {"type": "string"}, "state": {"type": "string"}, "publisher": {"type": "string"}, "offer": {"type": "string"}, "sku": {"type": "string"}}, "required": ["name", "type", "generation", "state", "publisher", "offer", "sku"]}}}, "required": ["name", "imageDefinitions"]}}, "required": ["value"]}, "imageBuilder": {"type": "object", "properties": {"value": {"type": "object", "properties": {"userPrincipalId": {"type": "string"}}, "required": ["userPrincipalId"]}}, "required": ["value"]}, "containerRegistry": {"type": "object", "properties": {"value": {"type": "object", "properties": {"name": {"type": "string"}, "tier": {"type": "string"}}, "required": ["name", "tier"]}}, "required": ["value"]}, "virtualNetwork": {"type": "object", "properties": {"value": {"type": "object", "properties": {"name": {"type": "string"}, "resourceGroupName": {"type": "string"}}, "required": ["name", "resourceGroupName"]}}, "required": ["value"]}}, "required": ["imageGallery", "imageBuilder", "containerRegistry", "virtualNetwork"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"imageGallery" : {"value" : {"name" : "MediaStudio", "imageDefinitions" : [{"name" : "Linux7", "type" : "Linux", "generation" : "v1", "state" : "Generalized", "publisher" : "OpenLogic", "offer" : "CentOS", "sku" : "7.7"}, {"name" : "Linux8", "type" : "Linux", "generation" : "v1", "state" : "Generalized", "publisher" : "OpenLogic", "offer" : "CentOS", "sku" : "8_1"}, {"name" : "WindowsServer", "type" : "Windows", "generation" : "v1", "state" : "Generalized", "publisher" : "MicrosoftWindowsServer", "offer" : "WindowsServer", "sku" : "2019-datacenter-smalldisk"}, {"name" : "WindowsDesktop", "type" : "Windows", "generation" : "v1", "state" : "Generalized", "publisher" : "MicrosoftWindowsDesktop", "offer" : "Windows-10", "sku" : "19h2-pro"}]}}, "imageBuilder" : {"value" : {"userPrincipalId" : ""}}, "containerRegistry" : {"value" : {"name" : "MediaStudio", "tier" : "Premium"}}, "virtualNetwork" : {"value" : {"name" : "", "resourceGroupName" : ""}}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"imageGallery": {"type": "object", "properties": {"value": {"type": "object", "properties": {"name": {"type": "string"}, "imageDefinitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "generation": {"type": "string"}, "state": {"type": "string"}, "publisher": {"type": "string"}, "offer": {"type": "string"}, "sku": {"type": "string"}}, "required": ["name", "type", "generation", "state", "publisher", "offer", "sku"]}}}, "required": ["name", "imageDefinitions"]}}, "required": ["value"]}, "imageBuilder": {"type": "object", "properties": {"value": {"type": "object", "properties": {"userPrincipalId": {"type": "string"}}, "required": ["userPrincipalId"]}}, "required": ["value"]}, "containerRegistry": {"type": "object", "properties": {"value": {"type": "object", "properties": {"name": {"type": "string"}, "tier": {"type": "string"}}, "required": ["name", "tier"]}}, "required": ["value"]}, "virtualNetwork": {"type": "object", "properties": {"value": {"type": "object", "properties": {"name": {"type": "string"}, "resourceGroupName": {"type": "string"}}, "required": ["name", "resourceGroupName"]}}, "required": ["value"]}}, "required": ["imageGallery", "imageBuilder", "containerRegistry", "virtualNetwork"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"/slidepad elite 9708/i": {"type": "string"}, "/spng9716dc/i": {"type": "string"}, "/spng9708/i": {"type": "string"}, "/spng808/i": {"type": "string"}, "/spng708/i": {"type": "string"}, "/slidepad ?816p|sp-?816p/i": {"type": "string"}, "/sp-?704dc/i": {"type": "string"}, "/slidepad ?704ce|sp-?704ce/i": {"type": "string"}, "/sp-?704c/i": {"type": "string"}, "/slidepad ?108/i": {"type": "string"}, "/slidepad ?104/i": {"type": "string"}, "/slidepad kids/i": {"type": "string"}, "/slidepad/i": {"type": "string"}}, "required": ["/slidepad elite 9708/i", "/spng9716dc/i", "/spng9708/i", "/spng808/i", "/spng708/i", "/slidepad ?816p|sp-?816p/i", "/sp-?704dc/i", "/slidepad ?704ce|sp-?704ce/i", "/sp-?704c/i", "/slidepad ?108/i", "/slidepad ?104/i", "/slidepad kids/i", "/slidepad/i"]}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rules" : {"/slidepad elite 9708/i" : "memup slidepad elite 9708", "/spng9716dc/i" : "memup spng9716dc", "/spng9708/i" : "memup spng9708", "/spng808/i" : "memup spng808", "/spng708/i" : "memup spng708", "/slidepad ?816p|sp-?816p/i" : "memup sp816p", "/sp-?704dc/i" : "memup slidepad 704dc", "/slidepad ?704ce|sp-?704ce/i" : "memup slidepad 704ce", "/sp-?704c/i" : "memup sp704c", "/slidepad ?108/i" : "memup slidepad 108", "/slidepad ?104/i" : "memup slidepad 104", "/slidepad kids/i" : "memup slidepad kids", "/slidepad/i" : "memup slidepad"}, "generic" : "general memup device"}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"/slidepad elite 9708/i": {"type": "string"}, "/spng9716dc/i": {"type": "string"}, "/spng9708/i": {"type": "string"}, "/spng808/i": {"type": "string"}, "/spng708/i": {"type": "string"}, "/slidepad ?816p|sp-?816p/i": {"type": "string"}, "/sp-?704dc/i": {"type": "string"}, "/slidepad ?704ce|sp-?704ce/i": {"type": "string"}, "/sp-?704c/i": {"type": "string"}, "/slidepad ?108/i": {"type": "string"}, "/slidepad ?104/i": {"type": "string"}, "/slidepad kids/i": {"type": "string"}, "/slidepad/i": {"type": "string"}}, "required": ["/slidepad elite 9708/i", "/spng9716dc/i", "/spng9708/i", "/spng808/i", "/spng708/i", "/slidepad ?816p|sp-?816p/i", "/sp-?704dc/i", "/slidepad ?704ce|sp-?704ce/i", "/sp-?704c/i", "/slidepad ?108/i", "/slidepad ?104/i", "/slidepad kids/i", "/slidepad/i"]}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "geography": {"type": "string"}, "notes": {"type": "string"}, "geometry": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "geography", "notes", "geometry", "name", "reference", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[0.010701, 51.484821], [0.010713, 51.484747], [0.009095, 51.484498], [0.009168, 51.484317], [0.008479, 51.484216], [0.008245, 51.484743], [0.008081, 51.485244], [0.007816, 51.48589], [0.008059, 51.486039], [0.008572, 51.486147], [0.009097, 51.486194], [0.010193, 51.486195], [0.010226, 51.485696], [0.010457, 51.4848], [0.010701, 51.484821]]]]}, "properties" : {"organisation" : "local-authority-eng:GRE", "geography" : "brownfield-site:RBG-03", "notes" : "\u201cStarted", "geometry" : "MULTIPOLYGON (((0.010701 51.484821,0.010713 51.484747,0.009095 51.484498,0.009168 51.484317,0.008479 51.484216,0.008245 51.484743,0.008081 51.485244,0.007816 51.485890,0.008059 51.486039,0.008572 51.486147,0.009097 51.486194,0.010193 51.486195,0.010226 51.485696,0.010457 51.484800,0.010701 51.484821)))", "name" : "\u201cFormer Greenwich District Hospital site, Vanbrugh Hill Greenwich\u201c", "reference" : "RBG-03", "slug" : "/brownfield-site/local-authority-eng/GRE/RBG-03", "entity" : 511498, "entry-date" : "2020-12-22"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "geography": {"type": "string"}, "notes": {"type": "string"}, "geometry": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "geography", "notes", "geometry", "name", "reference", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ExpandedNodes" : [""], "SelectedNode" : "\\C:\\Users\\wb580314\\Source\\Repos\\PLM QA COE", "PreviewInSolutionExplorer" : false}
json_instruct
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://gist.githubusercontent.com/WindomZ/18695b33bed478805efe8d384f08b0c4/raw/619230a81d382079e70b873209ae622359beab4c/gitdate"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb959c0a3dfc116bc7f97d690223f8179c868ed5b", "tool" : "osiris", "start" : 1564618723.926648, "end" : 1564618730.4095995, "duration" : 6.482951641082764, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "string"}}, "required": ["src", "platform"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Travis CI", "category" : "Developer Tools", "start_url" : "https://travis-ci.com", "icons" : [{"src" : "https://cdn.filestackcontent.com/JFPIxztPScyrMJJiG5He", "platform" : "browserx"}], "theme_color" : "#39AA56", "scope" : "https://travis-ci.com", "bx_legacy_service_id" : "travis-ci"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "platform": {"type": "string"}}, "required": ["src", "platform"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"423428914496bef8aafa76325dd117a1d4e05099283e927e584f70c469aca6d7\"", "Last-Modified" : "Wed, 07 Oct 2020 11:53:42 GMT", "base" : {"repo" : {"name" : "hypercorn-feedstock"}}, "closed_at" : "2020-10-07T11:53:42Z", "created_at" : "2020-10-07T11:32:19Z", "draft" : false, "head" : {"ref" : "0.11.1_h35dd6d"}, "html_url" : "https://github.com/conda-forge/hypercorn-feedstock/pull/29", "id" : 499181608, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2020-10-07T11:53:42Z", "number" : 29, "state" : "closed", "updated_at" : "2020-10-07T11:53:42Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following 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" : 6203160, "parent" : 6203, "name" : "TIMPAH", "latitude" : "-1.5846014689999", "longitude" : "114.530067648", "postal" : [73554], "children" : [6203160001, 6203160002, 6203160003, 6203160004, 6203160005, 6203160006, 6203160007, 6203160008, 6203160009]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"orderList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "item": {"type": "string"}, "price": {"type": "string"}, "number": {"type": "string"}}, "required": ["id", "item", "price", "number"]}}}, "required": ["orderList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"orderList" : [{"id" : 1, "item" : "Coffee", "price" : "$20", "number" : "100"}, {"id" : 2, "item" : "Tea", "price" : "$30", "number" : "200"}, {"id" : 1, "item" : "Milk", "price" : "$50", "number" : "500"}, {"id" : 1, "item" : "Glass", "price" : "$10", "number" : "1000"}, {"id" : 1, "item" : "Spoon", "price" : "$10", "number" : "100"}, {"id" : 1, "item" : "Tissue", "price" : "$5", "number" : "1000"}]}
json_instruct
{"type": "object", "properties": {"orderList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "item": {"type": "string"}, "price": {"type": "string"}, "number": {"type": "string"}}, "required": ["id", "item", "price", "number"]}}}, "required": ["orderList"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 2, "pts" : 2712, "connections" : 219516, "capacity" : 3526327, "investments" : 4839984}, {"tech" : 1, "pts" : 65, "connections" : 48667, "capacity" : 412898, "investments" : 6222916}, {"tech" : 3, "pts" : 82, "connections" : 4878, "capacity" : 128150, "investments" : 704774}, {"tech" : 4, "pts" : 3, "connections" : 5389, "capacity" : 86515, "investments" : 394196}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}, "dependencies": {"type": "object", "properties": {"chart.js": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["chart.js", "node-fetch"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MMM-NOAATides", "version" : "1.0.0", "description" : "MagicMirror2 Module to graphically present tide predictions for given NOAA tide station.", "repository" : {"type" : "git", "url" : "git+https://github.com/crice009/MMM-NOAATides"}, "keywords" : ["magic mirror", "smart mirror", "tide", "high water", "low water", "cool graphs"], "author" : "By Corey Rice - Gracious help from Sam Detweiler & Karsten13 (on MM Discord)", "license" : "MIT", "bugs" : {"url" : "https://github.com/crice009/MMM-NOAATides/issues"}, "homepage" : "https://github.com/crice009/MMM-NOAATides#readme", "dependencies" : {"chart.js" : "^2.5.0", "node-fetch" : "^2.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"}, "dependencies": {"type": "object", "properties": {"chart.js": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["chart.js", "node-fetch"]}}, "required": ["name", "version", "description", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 1393, "commit" : "4cafd96086bb4727f38bc1750457ecde03817c3a", "date" : "2021-05-16T13:34:14.027Z"}, "versionStart" : {"versionNum" : 1392, "commit" : "2f94bd6b7da5d9e55f6214b52a278a57b9e90220", "date" : "2021-05-16T13:31:02.073Z"}, "changes" : ["blockchains/smartchain/allowlist.json", "blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/info.json", "blockchains/smartchain/assets/0x46551803322db7bE94074e9773377f8B037E9D0e/logo.png", "blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/info.json", "blockchains/smartchain/assets/0x89671544190eE39E469C8393009875dF6565457a/logo.png", "blockchains/smartchain/assets/0xf0AB4b8Daa51F6Abf6b4C9FEf0ccA5d127029AA9/info.json"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type": "string"}, "title": {"type": "string"}, "quiz": {"type": "string"}, "wp": {"type": "boolean"}, "hsh": {"type": "string"}, "drk": {"type": "integer"}, "top": {"type": "integer"}, "bot": {"type": "integer"}, "hs": {"type": "array", "items": {}}}, "required": ["startdate", "fullstartdate", "enddate", "url", "urlbase", "copyright", "copyrightlink", "title", "quiz", "wp", "hsh", "drk", "top", "bot", "hs"]}}, "tooltips": {"type": "object", "properties": {"loading": {"type": "string"}, "previous": {"type": "string"}, "next": {"type": "string"}, "walle": {"type": "string"}, "walls": {"type": "string"}}, "required": ["loading", "previous", "next", "walle", "walls"]}}, "required": ["images", "tooltips"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"images" : [{"startdate" : "20210510", "fullstartdate" : "202105100700", "enddate" : "20210511", "url" : "/th?id=OHR.Hokulea_EN-US8698576653_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp", "urlbase" : "/th?id=OHR.Hokulea_EN-US8698576653", "copyright" : "The H\u014dk\u016ble'a, a traditional Hawaiian voyaging canoe, departs for a 3-year voyage from Honolulu, Hawaii, on May 17, 2014 (\u00a9 Reuters/Alamy)", "copyrightlink" : "https://www.bing.com/search?q=Hokule%27a&form=hpcapt&filters=HpDate%3a%2220210510_0700%22", "title" : "An ancient sailing tradition takes to the water", "quiz" : "/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20210510_Hokulea%22&FORM=HPQUIZ", "wp" : false, "hsh" : "940a5cafb3bc96503f2f1120e41abdde", "drk" : 1, "top" : 1, "bot" : 1, "hs" : []}], "tooltips" : {"loading" : "Loading...", "previous" : "Previous image", "next" : "Next image", "walle" : "This image is not available to download as wallpaper.", "walls" : "Download this image. Use of this image is restricted to wallpaper only."}}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type": "string"}, "title": {"type": "string"}, "quiz": {"type": "string"}, "wp": {"type": "boolean"}, "hsh": {"type": "string"}, "drk": {"type": "integer"}, "top": {"type": "integer"}, "bot": {"type": "integer"}, "hs": {"type": "array", "items": {}}}, "required": ["startdate", "fullstartdate", "enddate", "url", "urlbase", "copyright", "copyrightlink", "title", "quiz", "wp", "hsh", "drk", "top", "bot", "hs"]}}, "tooltips": {"type": "object", "properties": {"loading": {"type": "string"}, "previous": {"type": "string"}, "next": {"type": "string"}, "walle": {"type": "string"}, "walls": {"type": "string"}}, "required": ["loading", "previous", "next", "walle", "walls"]}}, "required": ["images", "tooltips"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"InternalProjects": {"type": "array", "items": {}}}, "required": ["InternalProjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"InternalProjects" : []}
json_instruct
{"type": "object", "properties": {"InternalProjects": {"type": "array", "items": {}}}, "required": ["InternalProjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x8f923563a1760a82739a584736cb7a7fe6b67ae6", "tool" : "smartcheck", "start" : 1563680631.0584266, "end" : 1563680639.5841954, "duration" : 8.525768756866455, "analysis" : [{"name" : "SOLIDITY_ERC20_APPROVE", "patternId" : "af782c", "severity" : 2, "line" : 149, "column" : 2, "content" : "functionapprove(address_spender,uint256_value)publicreturns(bool){allowed[msg.sender][_spender]=_value;Approval(msg.sender,_spender,_value);returntrue;}"}, {"name" : "SOLIDITY_OVERPOWERED_ROLE", "patternId" : "j83hf7", "severity" : 2, "line" : 230, "column" : 2, "content" : "functionsetSalesContract(address_salesContract)publiconlyOwner{require(_salesContract!=address(0));salesContract=_salesContract;}"}, {"name" : "SOLIDITY_PRAGMAS_VERSION", "patternId" : "23fc32", "severity" : 1, "line" : 1, "column" : 16, "content" : "^"}, {"name" : "SOLIDITY_SAFEMATH", "patternId" : "837cac", "severity" : 1, "line" : 79, "column" : 2, "content" : "usingSafeMathforuint256;"}, {"name" : "SOLIDITY_VISIBILITY", "patternId" : "b51ce0", "severity" : 1, "line" : 80, "column" : 2, "content" : "mapping(address=>uint256)balances;"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"complexity": {"type": "string"}, "dateReadable": {"type": "string"}, "day": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "object", "properties": {"hh": {"type": "integer"}, "mm": {"type": "integer"}}, "required": ["hh", "mm"]}, "endTime": {"type": "string"}, "id": {"type": "string"}, "language": {"type": "string"}, "mainTag": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "sessions": {"type": "null"}, "name": {"type": "string"}, "company": {"type": "string"}, "country": {"type": "string"}, "photoUrl": {"type": "string"}}, "required": ["id", "sessions", "name", "company", "country", "photoUrl"]}}, "startTime": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "track": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["complexity", "dateReadable", "day", "description", "duration", "endTime", "id", "language", "mainTag", "speakers", "startTime", "tags", "title", "track"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"complexity" : "Beginner", "dateReadable" : "November 16", "day" : "2019-11-16", "description" : "", "duration" : {"hh" : 0, "mm" : 45}, "endTime" : "17:15", "id" : "16", "language" : "English", "mainTag" : "Cloud & Data Engineering", "speakers" : [{"id" : "daniel_tila", "sessions" : null, "name" : "Daniel Til\u0103", "company" : "Automation PILL", "country" : "Romania", "photoUrl" : "https://firebasestorage.googleapis.com/v0/b/devfest-2019-craiova.appspot.com/o/speakers%2FDanMarin.jpg?alt=media&token=c8d5d67d-5e0b-449c-8005-b0dca9150956"}], "startTime" : "16:30", "tags" : ["RPA"], "title" : "RPA for developers", "track" : {"title" : "Cloud Conference Room"}}
json_instruct
{"type": "object", "properties": {"complexity": {"type": "string"}, "dateReadable": {"type": "string"}, "day": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "object", "properties": {"hh": {"type": "integer"}, "mm": {"type": "integer"}}, "required": ["hh", "mm"]}, "endTime": {"type": "string"}, "id": {"type": "string"}, "language": {"type": "string"}, "mainTag": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "sessions": {"type": "null"}, "name": {"type": "string"}, "company": {"type": "string"}, "country": {"type": "string"}, "photoUrl": {"type": "string"}}, "required": ["id", "sessions", "name", "company", "country", "photoUrl"]}}, "startTime": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "track": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["complexity", "dateReadable", "day", "description", "duration", "endTime", "id", "language", "mainTag", "speakers", "startTime", "tags", "title", "track"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x5df99397412d901688dad95a5c0e3817c48bd8c0", "tool" : "manticore", "start" : 1564140623.06279, "end" : 1564141979.1673996, "duration" : 1356.1046097278595, "analysis" : [[]]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "Edouard DUPIN", "value" : "R", "type" : "print", "time" : 1470672459185732864, "data" : [{"type" : "type::finger", "list" : [[340.351532, 626.914124], [339.693817, 622.308105], [339.719269, 616.876465], [340.385315, 607.549805], [341.560913, 592.845947], [344.294373, 570.704834], [348.853912, 519.191162], [349.720215, 487.362183], [349.346344, 445.964172], [348.831787, 429.740906], [347.663727, 413.920105], [346.061066, 402.742981], [345.763824, 401.046143]]}, {"type" : "type::finger", "list" : [[334.357086, 611.588745], [341.921509, 616.904236], [350.751526, 620.591614], [362.87085, 625.006775], [378.333679, 628.463196], [396.545532, 628.717773], [415.310608, 623.390625], [423.624908, 611.974304], [428.947266, 598.195923], [426.806702, 579.556641], [415.810303, 556.899414], [397.951904, 541.849243], [379.096191, 531.808594], [363.620331, 525.723999], [352.39032, 522.006775], [344.974243, 519.85437], [342.757599, 519.936951], [341.665649, 520.041199], [344.042114, 520.40564], [353.856201, 521.192139], [371.604767, 514.228516], [386.381042, 500.985474], [401.310486, 483.153076], [415.157898, 461.676819], [424.942261, 444.364258], [428.432587, 436.389587], [429.944214, 432.33905], [429.551239, 431.765625], [429.504456, 431.637451]]}]}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Hassan Shahbazi": {"type": "string"}}, "required": ["Hassan Shahbazi"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "AutoLayoutSwift", "version" : "3.0", "summary" : "The library provides an easy approach to auto layout features programmatically.", "description" : "Written in Swift 5.0 and useful for iOS versions later than 9.0, the library provides an easy approach to auto layout features programmatically.\nProvides functions for setting top, left, right, bottom, trailing, leading, width, and height constrainsts.\nProvides functions for removing (deactivating) currently set constraints (either by code, or storyboard)", "homepage" : "https://github.com/Hassaniiii/AutoLayout", "license" : {"type" : "MIT", "file" : "LICENSE.md"}, "authors" : {"Hassan Shahbazi" : "h-shahbazi@hotmail.com"}, "social_media_url" : "https://www.linkedin.com/in/hassanshahbazi/", "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/Hassaniiii/AutoLayout.git", "tag" : "3.0"}, "subspecs" : [{"name" : "AutoLayout", "source_files" : "AutoLayout/**/*.{swift}"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Hassan Shahbazi": {"type": "string"}}, "required": ["Hassan Shahbazi"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3201290001", "nama" : "CIOMAS"}, {"id" : "3201290002", "nama" : "TAPOS"}, {"id" : "3201290003", "nama" : "BATOK"}, {"id" : "3201290004", "nama" : "BABAKAN"}, {"id" : "3201290005", "nama" : "BOJONG"}, {"id" : "3201290006", "nama" : "SINGABRAJA"}, {"id" : "3201290007", "nama" : "TENJO"}, {"id" : "3201290008", "nama" : "CILAKU"}, {"id" : "3201290009", "nama" : "SINGABANGSA"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["https://santehnika-online.ru/product/dushevoy_komplekt_grohe_grohtherm_34734000_s_termostatom/"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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=2619", "name" : "ORISSA RURAL AND URBANPRODUCER ASSOCIATION", "primaryEmail" : "info@orupa.org", "telephone" : ["916742560235", "916742560235"], "mainAddrress" : {"state" : "Odisha", "address" : ["02-A, 1st Floor, Krishna Tower, Nayapalli, Bhubaneswar-751012", "Nayapalli", "Khordha", "Odisha", "751012"]}}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"RamonChristopherMorales\\UserManagement\\": {"type": "string"}}, "required": ["RamonChristopherMorales\\UserManagement\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "minimum-stability", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ramonchristophermorales/user-management", "description" : "A simple user management for Laravel 5", "keywords" : ["user management", "admin management"], "homepage" : "https://github.com/ramonchristophermorales", "license" : "MIT", "authors" : [{"name" : "Ramon Christopher Morales", "email" : "ramonchristophermorales@gmail.com"}], "minimum-stability" : "dev", "require" : {"php" : ">=5.4.0"}, "require-dev" : {"phpunit/phpunit" : "5.4"}, "autoload" : {"psr-4" : {"RamonChristopherMorales\\UserManagement\\" : "src"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"RamonChristopherMorales\\UserManagement\\": {"type": "string"}}, "required": ["RamonChristopherMorales\\UserManagement\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "minimum-stability", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["522601000000", "\u51ef\u91cc\u5e02", "3", "1"], ["522622000000", "\u9ec4\u5e73\u53bf", "3", "1"], ["522623000000", "\u65bd\u79c9\u53bf", "3", "1"], ["522624000000", "\u4e09\u7a57\u53bf", "3", "1"], ["522625000000", "\u9547\u8fdc\u53bf", "3", "1"], ["522626000000", "\u5c91\u5de9\u53bf", "3", "1"], ["522627000000", "\u5929\u67f1\u53bf", "3", "1"], ["522628000000", "\u9526\u5c4f\u53bf", "3", "1"], ["522629000000", "\u5251\u6cb3\u53bf", "3", "1"], ["522630000000", "\u53f0\u6c5f\u53bf", "3", "1"], ["522631000000", "\u9ece\u5e73\u53bf", "3", "1"], ["522632000000", "\u6995\u6c5f\u53bf", "3", "1"], ["522633000000", "\u4ece\u6c5f\u53bf", "3", "1"], ["522634000000", "\u96f7\u5c71\u53bf", "3", "1"], ["522635000000", "\u9ebb\u6c5f\u53bf", "3", "1"], ["522636000000", "\u4e39\u5be8\u53bf", "3", "1"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"google-closure-library": {"type": "string"}}, "required": ["google-closure-library"]}}, "required": ["name", "version", "description", "main", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "grooove", "version" : "1.0.0", "description" : "Grooovy busy indicator.", "main" : "library/index.js", "scripts" : {"build" : "closure-compiler --js node_modules/google-closure-library/closure/goog/base.js --js source/javascript/index.js --js source/javascript/normalizeOptions --js source/javascript/createSingleUseGate --js source/javascript/interpolation --compilation_level ADVANCED --language_out ECMASCRIPT5_STRICT --use_types_for_optimization --assume_function_wrapper --js_output_file library/index.js --output_wrapper \"%output%module.exports=this.e;\"", "test" : "echo \"Error: no test specified\" && exit 1"}, "license" : "X11", "dependencies" : {"google-closure-library" : "^20180805.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"google-closure-library": {"type": "string"}}, "required": ["google-closure-library"]}}, "required": ["name", "version", "description", "main", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "_parent": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "mandatoryFeatures": {"type": "object", "properties": {"custom:inherit1-feature": {"type": "object", "properties": {}, "required": []}}, "required": ["custom:inherit1-feature"]}, "_qname": {"type": "string"}, "_type": {"type": "string"}}, "required": ["title", "description", "type", "_parent", "properties", "mandatoryFeatures", "_qname", "_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "inherit1", "description" : "", "type" : "object", "_parent" : "n:node", "properties" : {}, "mandatoryFeatures" : {"custom:inherit1-feature" : {}}, "_qname" : "custom:inherit1", "_type" : "d:type"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "_parent": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "mandatoryFeatures": {"type": "object", "properties": {"custom:inherit1-feature": {"type": "object", "properties": {}, "required": []}}, "required": ["custom:inherit1-feature"]}, "_qname": {"type": "string"}, "_type": {"type": "string"}}, "required": ["title", "description", "type", "_parent", "properties", "mandatoryFeatures", "_qname", "_type"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "640122100200", "text" : "\u9ece\u660e\u6751\u59d4\u4f1a"}, {"id" : "640122100201", "text" : "\u7ecf\u6d4e\u6865\u6751\u59d4\u4f1a"}, {"id" : "640122100202", "text" : "\u6843\u6797\u6751\u59d4\u4f1a"}, {"id" : "640122100203", "text" : "\u4e60\u5c97\u6751\u59d4\u4f1a"}, {"id" : "640122100204", "text" : "\u5fb7\u80dc\u6751\u59d4\u4f1a"}, {"id" : "640122100205", "text" : "\u65b0\u80dc\u6751\u59d4\u4f1a"}, {"id" : "640122100206", "text" : "\u548c\u5e73\u6751\u59d4\u4f1a"}, {"id" : "640122100207", "text" : "\u65b0\u5e73\u6751\u59d4\u4f1a"}, {"id" : "640122100208", "text" : "\u4e94\u661f\u6751\u59d4\u4f1a"}, {"id" : "640122100209", "text" : "\u6c99\u6e20\u6751\u59d4\u4f1a"}, {"id" : "640122100210", "text" : "\u7ea2\u65d7\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#"}
Based on the schema below, produce a valid JSON object: {"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" : "_color_blue2", "texture" : "51C4EDKXVOxJMcOSMeHrR4", "rect" : [0, 0, 64, 64], "offset" : [0, 0], "originalSize" : [64, 64], "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-cov": {"type": "string"}}, "required": ["test", "test-cov"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "coffee-script": {"type": "string"}, "ms": {"type": "string"}, "request": {"type": "string"}}, "required": ["bluebird", "coffee-script", "ms", "request"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "chai": {"type": "string"}, "rewire": {"type": "string"}, "istanbul": {"type": "string"}, "coffee-coverage": {"type": "string"}}, "required": ["mocha", "chai", "rewire", "istanbul", "coffee-coverage"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "auto-refresh-from-url", "version" : "0.2.1", "description" : "Class for objects based on loading and periodic refreshing of data from a URL (and other sources)", "main" : "lib", "repository" : {"type" : "git", "url" : "https://github.com/UberEther/auto-refresh-from-url.git"}, "author" : {"name" : "Michael Samblanet", "email" : "samblanetm@uberether.com", "url" : "http://github.com/msamblanet/"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/UberEther/auto-refresh-from-url/issues"}, "homepage" : "https://github.com/UberEther/auto-refresh-from-url", "scripts" : {"test" : "mocha", "test-cov" : "istanbul cover --config test/istanbul.yml node_modules/mocha/bin/_mocha"}, "dependencies" : {"bluebird" : "^3.0.0", "coffee-script" : "^1.9.2", "ms" : "^0.7.1", "request" : "^2.65.0"}, "devDependencies" : {"mocha" : "^2.3.0", "chai" : "^3.2.0", "rewire" : "^2.3.4", "istanbul" : "^0.4.0", "coffee-coverage" : "^0.6.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-cov": {"type": "string"}}, "required": ["test", "test-cov"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "coffee-script": {"type": "string"}, "ms": {"type": "string"}, "request": {"type": "string"}}, "required": ["bluebird", "coffee-script", "ms", "request"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "chai": {"type": "string"}, "rewire": {"type": "string"}, "istanbul": {"type": "string"}, "coffee-coverage": {"type": "string"}}, "required": ["mocha", "chai", "rewire", "istanbul", "coffee-coverage"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6146", "name" : "Centre For Health And Resource Management", "primaryEmail" : "charm456@gmail.com", "website" : "www.charm.org.in", "organisationType" : ["Advocacy & Campaigning"], "telephone" : ["916122524870", "916122524870"], "mainAddrress" : {"state" : "Bihar", "address" : ["H/O Shivpujan Saahu", "Main Road, Budha Colony", "Patna", "Bihar", "800001"]}, "briefDescription" : "CHARM is a non profit voluntary organisation focusing on health, poverty, development and allied themes. We are primarily involved with conducting and promoting research, education, advocacy, training and developing IEC materials on health relevant topics and the well being of disadvantaged citizens.CHARM works independently and also through interaction with like minded individuals and organisations, in the area of:Health and PovertyHealth and DevelopmentHealth of Children and WomenPreventive and Promotive HealthHealth Legislation, Ethics and Patient\u2019s RightsHIV/AIDS STDsAll efforts in CHARM endeavour to create space for the participation of people without compromising on academic rigour.", "yearOfEstablishment" : "1999", "regiseredAddrress" : {"state" : "Bihar", "address" : ["31 Braj Kunj Apartment", "West Boring Canal Road", "Patna", "Bihar", "800001"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"relation" : [["Author", "IcyAntoid", "IcyAntoid", "IcyAntoid", "IcyAntoid", "IcyAntoid"], ["Title", "Budding Greediness", "Pippi", "Buzz Buzz", "Watering the Flowers", "Picky"], ["Description", "The first cheese is always the tastiest, isn't it? Almost makes you want more. More...", "The first drawing of Pippi that I made. I wonder what tune she could be singing?", "The first of my Buzz Buzz interpretations for the Community Interpretation Project.", "The flowers in the garden are representative of those in your heart. Treat them both nice.", "The good son."], ["Date", "12/24/09", "12/28/08", "3/10/09", "12/10/12", "12/26/10"], ["Rank", "0.00", "0.00", "0.00", "0.00", "0.00"]], "pageTitle" : "STARMEN.NET - EarthBound / Mother 3 Goodness.", "title" : "", "url" : "http://starmen.net/vote/vote.php?id=24753&stuff=DescASC&stuffPageNumber=132", "hasHeader" : true, "headerPosition" : "FIRST_ROW", "tableType" : "RELATION", "tableNum" : 0, "s3Link" : "common-crawl/crawl-data/CC-MAIN-2015-32/segments/1438042988458.74/warc/CC-MAIN-20150728002308-00135-ip-10-236-191-2.ec2.internal.warc.gz", "recordEndOffset" : 225686130, "recordOffset" : 225677928, "tableOrientation" : "HORIZONTAL", "textBeforeTable" : "> Z Y W U T S R P O N M L K J I H G F E D C B A < Other Submissions by IcyAntoid 'Chestnuts roast on an open Soul Consuming Flame...' Ironically, part of this was made during a power outage. Go figure. This is my last Holiday Funfest '08 submission. This image has been resized for your convenience. Click on it to view the full size version. Power Outage Power Outage - by IcyAntoid \u00a0Mother2", "textAfterTable" : "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49", "hasKeyColumn" : true, "keyColumnIndex" : 1, "headerRowIndex" : 0}
json_instruct
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "string"}, "publisher": {"type": "string"}, "tags": {"type": "string"}, "type": {"type": "string"}, "uid": {"type": "string"}, "version": {"type": "string"}, "hardwareId": {"type": "string"}, "ramSize": {"type": "integer"}, "timestamp": {"type": "integer"}, "documentId": {"type": "string"}, "buildList": {"type": "object", "properties": {"pQTy5Z4fY4jhXQvW5nky": {"type": "string"}, "gvcxd6ifYw0FMuyAGgbD": {"type": "string"}}, "required": ["pQTy5Z4fY4jhXQvW5nky", "gvcxd6ifYw0FMuyAGgbD"]}, "readme": {"type": "string"}}, "required": ["description", "github", "name", "permissions", "publisher", "tags", "type", "uid", "version", "hardwareId", "ramSize", "timestamp", "documentId", "buildList", "readme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "UART tool is a program that connects any UART port to the STDIO for reading and writing.", "github" : "https://github.com/StratifyLabs/uarttool", "name" : "uarttool", "permissions" : "public", "publisher" : "Stratify Labs, Inc", "tags" : "tool", "type" : "app", "uid" : "9cQyOTk3fZXOuMtPyf5j9X4H4b83", "version" : "0.2", "hardwareId" : "", "ramSize" : 0, "timestamp" : 1552190701, "documentId" : "FyzncMe0fzxh4KVrgdID", "buildList" : {"pQTy5Z4fY4jhXQvW5nky" : "0.1", "gvcxd6ifYw0FMuyAGgbD" : "0.2"}, "readme" : "IyB1YXJ0dG9vbApTdHJhdGlmeSBUb29sYm94IGFwcGxpY2F0aW9uIGZvciBjb250cm9sbGluZyB0aGUgVUFSVAp="}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "string"}, "publisher": {"type": "string"}, "tags": {"type": "string"}, "type": {"type": "string"}, "uid": {"type": "string"}, "version": {"type": "string"}, "hardwareId": {"type": "string"}, "ramSize": {"type": "integer"}, "timestamp": {"type": "integer"}, "documentId": {"type": "string"}, "buildList": {"type": "object", "properties": {"pQTy5Z4fY4jhXQvW5nky": {"type": "string"}, "gvcxd6ifYw0FMuyAGgbD": {"type": "string"}}, "required": ["pQTy5Z4fY4jhXQvW5nky", "gvcxd6ifYw0FMuyAGgbD"]}, "readme": {"type": "string"}}, "required": ["description", "github", "name", "permissions", "publisher", "tags", "type", "uid", "version", "hardwareId", "ramSize", "timestamp", "documentId", "buildList", "readme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900653186": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653187": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653188": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653189": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653190": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900653186", "900653187", "900653188", "900653189", "900653190"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900653186" : {"nama" : "TPS 1", "dapil" : [6101, 16104, 2610103]}, "900653187" : {"nama" : "TPS 2", "dapil" : [6101, 16104, 2610103]}, "900653188" : {"nama" : "TPS 3", "dapil" : [6101, 16104, 2610103]}, "900653189" : {"nama" : "TPS 4", "dapil" : [6101, 16104, 2610103]}, "900653190" : {"nama" : "TPS 5", "dapil" : [6101, 16104, 2610103]}}
json_instruct
{"type": "object", "properties": {"900653186": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653187": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653188": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653189": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900653190": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900653186", "900653187", "900653188", "900653189", "900653190"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}, "ssl-verify": {"type": "boolean"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception", "ssl-verify"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "0.389", "endpoint-url" : "http://www.newark-sherwooddc.gov.uk/media/newarkandsherwood/imagesandfiles/planningpolicy/pdfs/brownfieldlandregister/NewarkandSherwood_2017-12-20_rev3.xlsm", "entry-date" : "2021-01-22T00:41:33.997355", "exception" : "ConnectionError", "ssl-verify" : true}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}, "ssl-verify": {"type": "boolean"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception", "ssl-verify"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-28T04:00:00Z", "Temp" : 19.9, "RelHum" : 22, "WindSpeed" : 6, "WindDir" : 79}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000936": {"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"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["W01000936"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"W01000936" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "W00004965", "LAD11CD" : "W06000012"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00004968", "LAD11CD" : "W06000012"}, "arcs" : [[-1, 3, 4, 5, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00004969", "LAD11CD" : "W06000012"}, "arcs" : [[8, -5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00004982", "LAD11CD" : "W06000012"}, "arcs" : [[9, -2, -8, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "W00004983", "LAD11CD" : "W06000012"}, "arcs" : [[-11, -7, 11]]}]}}, "arcs" : [[[392, 3943], [913, 376], [-184, 417], [271, 257], [-276, 1368], [178, -150], [237, 287], [296, -51], [149, 286], [-289, 70], [-26, 208]], [[1661, 7011], [401, 257], [332, 564], [104, 422], [-174, 387], [93, 133]], [[2417, 8774], [207, -345], [92, -897], [501, -944], [420, -652], [604, -379], [1227, -446], [319, 70], [569, -732], [545, -743], [423, 117], [1660, -899], [538, -915], [477, -1520], [-630, 29], [-1005, -518], [-470, 137], [-801, 753], [-434, 163], [-1511, -481], [236, 911], [-137, 130], [-356, -228], [-249, 502], [-345, -189], [-307, 109], [-392, 774], [-652, -399], [-610, 307], [-198, -1134], [-270, -275], [-560, 245], [-341, 675], [178, 66], [-111, 445], [-642, 1432]], [[392, 3943], [72, 56], [278, 317], [-141, 221], [119, 120]], [[720, 4657], [303, 242], [32, 544], [-244, 1047]], [[811, 6490], [139, 219]], [[950, 6709], [330, 339], [687, 1991]], [[1967, 9039], [112, -255], [-499, -1560], [81, -213]], [[720, 4657], [-388, 752], [-332, 141], [8, 203], [803, 737]], [[2071, 9837], [25, 162], [69, -301], [340, 26], [-350, -396], [262, -554]], [[1967, 9039], [104, 798]], [[950, 6709], [-90, 186], [441, 1059], [-218, -184], [31, 392], [237, 13], [113, 344], [-119, -58], [33, 372], [-199, 391], [150, 513], [276, 39], [466, 61]]], "transform" : {"scale" : [3.1073115538784043e-06, 1.343231662386617e-06], "translate" : [-3.814600691826929, 51.640579111751336]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000936": {"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"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["W01000936"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "seq": {"type": "integer"}, "opts": {"type": "object", "properties": {}, "required": []}, "port": {"type": "string"}, "header": {"type": "object", "properties": {}, "required": []}, "body": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "uid": {"type": "string"}, "token": {"type": "string"}, "iv": {"type": "string"}, "a": {"type": "string"}}, "required": ["type", "uid", "token", "iv", "a"]}}}, "required": ["type", "version", "seq", "opts", "port", "header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "io.odysz.semantic.jprotocol.AnsonMsg", "version" : "1.1", "seq" : 105, "opts" : {}, "port" : "session", "header" : {}, "body" : [{"type" : "io.odysz.semantic.jsession.AnSessionReq", "uid" : "admin", "token" : "KY2g/VfrW9pi01Lmr5pLnA==", "iv" : "HxQ8BSUzHB5GGDMOVBYoGA==", "a" : "login"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}, "seq": {"type": "integer"}, "opts": {"type": "object", "properties": {}, "required": []}, "port": {"type": "string"}, "header": {"type": "object", "properties": {}, "required": []}, "body": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "uid": {"type": "string"}, "token": {"type": "string"}, "iv": {"type": "string"}, "a": {"type": "string"}}, "required": ["type", "uid", "token", "iv", "a"]}}}, "required": ["type", "version", "seq", "opts", "port", "header", "body"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hypercore-protocol": {"type": "string"}, "hyperswarm": {"type": "string"}, "pump": {"type": "string"}}, "required": ["hypercore-protocol", "hyperswarm", "pump"]}, "devDependencies": {"type": "object", "properties": {"dht-rpc": {"type": "string"}, "hypercore": {"type": "string"}, "random-access-memory": {"type": "string"}, "standard": {"type": "string"}, "tape": {"type": "string"}}, "required": ["dht-rpc", "hypercore", "random-access-memory", "standard", "tape"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@hyperswarm/replicator", "version" : "2.0.2", "description" : "Replicates data structures easily using hyperswarm", "main" : "index.js", "scripts" : {"test" : "standard && tape test/*.js"}, "author" : "Mathias Buus (@mafintosh)", "license" : "MIT", "dependencies" : {"hypercore-protocol" : "^8.0.7", "hyperswarm" : "^2.13.0", "pump" : "^3.0.0"}, "devDependencies" : {"dht-rpc" : "^4.9.6", "hypercore" : "^9.7.5", "random-access-memory" : "^3.1.2", "standard" : "^14.3.1", "tape" : "^5.1.1"}, "repository" : {"type" : "git", "url" : "https://github.com/hyperswarm/replicator.git"}}
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hypercore-protocol": {"type": "string"}, "hyperswarm": {"type": "string"}, "pump": {"type": "string"}}, "required": ["hypercore-protocol", "hyperswarm", "pump"]}, "devDependencies": {"type": "object", "properties": {"dht-rpc": {"type": "string"}, "hypercore": {"type": "string"}, "random-access-memory": {"type": "string"}, "standard": {"type": "string"}, "tape": {"type": "string"}}, "required": ["dht-rpc", "hypercore", "random-access-memory", "standard", "tape"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}