input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "abandoned": {"type": "boolean"}, "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"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["docs", "issues", "source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "picocms/pico": {"type": "string"}, "phrozenbyte/pico-parse-pages-content": {"type": "string"}}, "required": ["php", "picocms/pico", "phrozenbyte/pico-parse-pages-content"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "type", "abandoned", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "phrozenbyte/pico-excerpt", "type" : "pico-plugin", "abandoned" : true, "description" : "This is Pico's official PicoExcerpt plugin. Pico is a stupidly simple, blazing fast, flat file CMS.", "keywords" : ["pico", "picocms", "picocms-plugin", "pico-excerpt", "excerpts"], "homepage" : "http://picocms.org/", "license" : "MIT", "authors" : [{"name" : "The Pico Community", "homepage" : "http://picocms.org/"}, {"name" : "Contributors", "homepage" : "https://github.com/picocms/pico-excerpt/graphs/contributors"}], "support" : {"docs" : "http://picocms.org/plugins/excerpt/", "issues" : "https://github.com/picocms/pico-excerpt/issues", "source" : "https://github.com/picocms/pico-excerpt"}, "require" : {"php" : ">=5.3.0", "picocms/pico" : "^1.0|^2.0", "phrozenbyte/pico-parse-pages-content" : "^1.0"}, "autoload" : {"classmap" : ["PicoExcerpt.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "abandoned": {"type": "boolean"}, "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"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["docs", "issues", "source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "picocms/pico": {"type": "string"}, "phrozenbyte/pico-parse-pages-content": {"type": "string"}}, "required": ["php", "picocms/pico", "phrozenbyte/pico-parse-pages-content"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "type", "abandoned", "description", "keywords", "homepage", "license", "authors", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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": "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" : [[[146.75, 45.5], [146.75, 45.583333333333336], [146.875, 45.583333333333336], [146.875, 45.5], [146.75, 45.5]]]}, "properties" : {"code" : 684626, "url" : "http://madefor.github.io/0410/api/v1/684626.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/684626.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#"}
Using the following JSON schema, generate a compatible JSON instance: {"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"}, "power": {"type": "string"}, "ability": {"type": "string"}, "deploy": {"type": "string"}, "forfeit": {"type": "string"}, "characteristics": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "power", "ability", "deploy", "forfeit", "characteristics", "gametext", "lore"]}, "counterpart": {"type": "string"}, "combo": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "counterpart", "combo", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1842, "gempId" : "6_29", "side" : "Light", "rarity" : "R", "set" : "6", "printings" : [{"set" : "6"}], "front" : {"title" : "\u2022Oola", "imageUrl" : "https://res.starwarsccg.org/cards/JabbasPalace-Light/large/oola.gif", "type" : "Character", "subType" : "Alien", "uniqueness" : "*", "destiny" : "3", "power" : "1", "ability" : "1", "deploy" : "2", "forfeit" : "3", "characteristics" : ["musician", "female"], "gametext" : "During your control phase, may cause opponent to reveal entire hand by using X Force, where X = number of cards in opponent's hand. All unique (\u2022) male Imperials or unique (\u2022) male aliens there are placed in opponent's Used Pile.", "lore" : "Female Twi'lek musician. Became a dancer to live a life of luxury. Has worked for Jabba for only two days. Desperate to escape."}, "counterpart" : "M'iiyoom Onith", "combo" : ["Oola + It Can Wait"], "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"}, "power": {"type": "string"}, "ability": {"type": "string"}, "deploy": {"type": "string"}, "forfeit": {"type": "string"}, "characteristics": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "power", "ability", "deploy", "forfeit", "characteristics", "gametext", "lore"]}, "counterpart": {"type": "string"}, "combo": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "counterpart", "combo", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "shark-netlib": {"type": "string"}}, "required": ["commander", "shark-netlib"]}, "bin": {"type": "object", "properties": {"integrity-generator": {"type": "string"}}, "required": ["integrity-generator"]}}, "required": ["name", "version", "description", "main", "author", "dependencies", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "integrity-generator", "version" : "0.0.1", "description" : "integrityGenerator", "main" : "mygen.js", "author" : {"name" : "Sharkbyteprojects"}, "dependencies" : {"commander" : "^7.0.0", "shark-netlib" : "^1.2.4"}, "bin" : {"integrity-generator" : "./app.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "shark-netlib": {"type": "string"}}, "required": ["commander", "shark-netlib"]}, "bin": {"type": "object", "properties": {"integrity-generator": {"type": "string"}}, "required": ["integrity-generator"]}}, "required": ["name", "version", "description", "main", "author", "dependencies", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"score": {"type": "number"}}, "required": ["score"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"score" : 0.8411533420707733}
json_instruct
{"type": "object", "properties": {"score": {"type": "number"}}, "required": ["score"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 3, "startTimes" : [22, 195, 8, 15, 177, 44, 153, 39, 108, 120, 59, 75, 90, 95, 132], "objectiveValue" : 632.0, "solverRuntimeInMilliseconds" : 0, "optional" : {}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$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"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "inheritance": {"type": "null"}, "includes": {"type": "array", "items": {}}}, "required": ["name", "defined", "extended", "inheritance", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "NavigatorFonts", "defined" : {"spec" : {"title" : "Local Font Access API", "url" : "https://wicg.github.io/local-font-access/"}, "fragment" : "[SecureContext]\ninterface mixin NavigatorFonts {\n [SameObject] readonly attribute FontManager fonts;\n};", "href" : "https://wicg.github.io/local-font-access/#navigatorfonts"}, "extended" : [], "inheritance" : null, "includes" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "inheritance": {"type": "null"}, "includes": {"type": "array", "items": {}}}, "required": ["name", "defined", "extended", "inheritance", "includes"], "$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"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "viverrine", "definition" : "Of or pertaining to the Viverrid\u00e6, or Civet family."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : 3310, "commit" : "d37ff9dc091052e94691e3756e39d8fea229a9c6", "date" : "2021-08-20T06:53:19.901Z"}, "versionStart" : {"versionNum" : 3309, "commit" : "9f10b284e104cbc1b2f9d5f35dd2a5ec6211e612", "date" : "2021-08-20T06:51:57.914Z"}, "changes" : ["blockchains/smartchain/allowlist.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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"api_version": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "display": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "origin": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "name": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["api_version", "display", "origin", "properties", "name"]}}, "required": ["description", "input_method", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Lists available operations for the Microsoft.BatchAI provider.", "input_method" : "stdin", "parameters" : {"api_version" : {"description" : "Specifies the version of API used for this request.", "type" : "Optional[String[1]]"}, "display" : {"description" : "The object that describes the operation.", "type" : "Optional[String[1]]"}, "origin" : {"description" : "", "type" : "Optional[String[1]]"}, "properties" : {"description" : "", "type" : "Optional[String[1]]"}, "name" : {"description" : "This is of the format {provider}/{resource}/{operation}", "type" : "Optional[String[1]]"}}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"api_version": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "display": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "origin": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "name": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["api_version", "display", "origin", "properties", "name"]}}, "required": ["description", "input_method", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}, "title": {"type": "string"}}, "required": ["isCreatedByStatefulCreatePages", "title"]}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-templates-recipe-js", "path" : "/recipe/E", "result" : {"pageContext" : {"isCreatedByStatefulCreatePages" : false, "title" : "Eggplant Omelet with Coriander And Caraway"}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}, "title": {"type": "string"}}, "required": ["isCreatedByStatefulCreatePages", "title"]}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "program": {"type": "string"}, "console": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "request", "program", "console", "args"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "0.2.0", "configurations" : [{"name" : "Inference configuration", "type" : "python", "request" : "launch", "program" : "${file}", "console" : "integratedTerminal", "args" : ["--save-dir", "output/", "1_2.jpg", "server_output/model.ckpt-0", "--num-classes", "3"]}, {"name" : "Train configuration", "type" : "python", "request" : "launch", "program" : "${file}", "console" : "integratedTerminal", "args" : ["--num-classes", "2", "--not-restore-last", "--data-dir", "train_folder/", "--data-list", "train_dataset.txt", "--num-steps", "1"]}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "program": {"type": "string"}, "console": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "type", "request", "program", "console", "args"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "rootDir": {"type": "string"}, "sourceRoot": {"type": "string"}, "outDir": {"type": "string"}, "pretty": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["module", "target", "sourceMap", "declaration", "rootDir", "sourceRoot", "outDir", "pretty", "typeRoots", "lib"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"module" : "commonjs", "target" : "es6", "sourceMap" : true, "declaration" : false, "rootDir" : "./src", "sourceRoot" : "./src", "outDir" : "./dist", "pretty" : true, "typeRoots" : ["./node_modules/@types", "./neo4j"], "lib" : ["es2015", "es2017"]}, "exclude" : [".idea", "_builds", "_cache", "_steps", ".wercker", "data", "dist", "node_modules"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "rootDir": {"type": "string"}, "sourceRoot": {"type": "string"}, "outDir": {"type": "string"}, "pretty": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["module", "target", "sourceMap", "declaration", "rootDir", "sourceRoot", "outDir", "pretty", "typeRoots", "lib"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Transcription": {"type": "string"}, "Search in this event": {"type": "string"}, "Search relevance:": {"type": "string"}, "Results for '{0}' (no actual results for '{1}' found)": {"type": "string"}, "Results for '{0}'": {"type": "string"}}, "required": ["Transcription", "Search in this event", "Search relevance:", "Results for '{0}' (no actual results for '{1}' found)", "Results for '{0}'"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Transcription" : "Transkription", "Search in this event" : "Suche in diesem Event", "Search relevance:" : "Suchrelevanz:", "Results for '{0}' (no actual results for '{1}' found)" : "Ergebnisse f\u00fcr \"{0}\" (keine tats\u00e4chlichen Ergebnisse f\u00fcr \"{1}\" gefunden)", "Results for '{0}'" : "Ergebnisse f\u00fcr \"{0}\""}
json_instruct
{"type": "object", "properties": {"Transcription": {"type": "string"}, "Search in this event": {"type": "string"}, "Search relevance:": {"type": "string"}, "Results for '{0}' (no actual results for '{1}' found)": {"type": "string"}, "Results for '{0}'": {"type": "string"}}, "required": ["Transcription", "Search in this event", "Search relevance:", "Results for '{0}' (no actual results for '{1}' found)", "Results for '{0}'"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"ghpages": {"type": "string"}, "ghpages-ignores": {"type": "string"}}, "required": ["ghpages", "ghpages-ignores"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "main", "license", "bin", "author", "dependencies", "devDependencies", "scripts", "keywords", "repository", "homepage", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@mattdesl/ghpages", "version" : "1.2.0", "description" : "quick script which deploys to gh-pages branch", "main" : "index.js", "license" : "MIT", "bin" : {"ghpages" : "./ghpages.sh", "ghpages-ignores" : "./ignores.js"}, "author" : {"name" : "Matt DesLauriers", "email" : "[email protected]", "url" : "https://github.com/mattdesl"}, "dependencies" : {}, "devDependencies" : {}, "scripts" : {"test" : "node test.js"}, "keywords" : ["ghpages", "deploy", "gh", "pages", "page", "build", "run", "branch", "site", "static", "dist", "distribute", "distro", "distribution", "deploys"], "repository" : {"type" : "git", "url" : "git://github.com/mattdesl/ghpages.git"}, "homepage" : "https://github.com/mattdesl/ghpages", "bugs" : {"url" : "https://github.com/mattdesl/ghpages/issues"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"ghpages": {"type": "string"}, "ghpages-ignores": {"type": "string"}}, "required": ["ghpages", "ghpages-ignores"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "main", "license", "bin", "author", "dependencies", "devDependencies", "scripts", "keywords", "repository", "homepage", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devdoc" : ["/share/man/man3/ExtUtils::XSBuilder.3.gz", "/share/man/man3/ExtUtils::XSBuilder::C::grammar.3.gz", "/share/man/man3/ExtUtils::XSBuilder::PODTemplate.3.gz", "/share/man/man3/ExtUtils::XSBuilder::ParseSource.3.gz", "/share/man/man3/ExtUtils::XSBuilder::WrapXS.3.gz", "/share/man/man3/ExtUtils::xsbuilder.osc2002.3.gz"], "out" : ["/lib/perl5/5.34.0/x86_64-linux-thread-multi/perllocal.pod", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/C/grammar.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/CallbackMap.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/FunctionMap.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/MapUtil.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/PODTemplate.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/ParseSource.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/StructureMap.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/TypeMap.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder/WrapXS.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder.pm", "/lib/perl5/site_perl/5.34.0/ExtUtils/XSBuilder.pod", "/lib/perl5/site_perl/5.34.0/ExtUtils/xsbuilder.osc2002.pod", "/lib/perl5/site_perl/5.34.0/x86_64-linux-thread-multi/auto/ExtUtils/XSBuilder/.packlist", "/nix-support/propagated-build-inputs"]}
json_instruct
{"type": "object", "properties": {"devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}, "CheckChangeLog": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}, "required": ["steps", "CheckChangeLog"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"steps" : ["FindVersion", "ChangeVersion", "CheckChangeLog", "Commit", "Tag", "Publish"], "CheckChangeLog" : {"files" : ["History.md"]}}
json_instruct
{"type": "object", "properties": {"steps": {"type": "array", "items": {"type": "string"}}, "CheckChangeLog": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}, "required": ["steps", "CheckChangeLog"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "array", "items": {}}, "links": {"type": "object", "properties": {"last": {"type": "string"}}, "required": ["last"]}, "meta": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "jsonapi": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["data", "links", "meta", "jsonapi"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : [], "links" : {"last" : "/api/v3/recruitment_cycles/2020/courses?filter%5Bfunding%5D=salary&filter%5Bhas_vacancies%5D=true&filter%5Blatitude%5D=51.4600848&filter%5Blongitude%5D=-0.1201408&filter%5Bradius%5D=5&filter%5Bsend_courses%5D=true&filter%5Bsubjects%5D=W1&include=site_statuses.site%2Cprovider%2Csubjects&page%5Bpage%5D=1&page%5Bper_page%5D=10&sort=distance"}, "meta" : {"count" : 0}, "jsonapi" : {"version" : "1.0"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {}}, "links": {"type": "object", "properties": {"last": {"type": "string"}}, "required": ["last"]}, "meta": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "jsonapi": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["data", "links", "meta", "jsonapi"], "$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" : "]", "type" : "hand", "time" : 1470868430298451712, "data" : [{"type" : "type::finger", "list" : [[296.392242, 399.637695], [305.550079, 398.371216], [310.909943, 398.30072], [317.655823, 398.253601], [326.986237, 397.877319], [337.355957, 397.322327], [347.545288, 396.929749], [357.767242, 394.953552], [366.516388, 393.544983], [373.95575, 390.397949], [377.820007, 386.362793], [380.708313, 382.138794], [380.969879, 379.77124], [380.006561, 377.781189], [379.595337, 375.776245], [379.133667, 369.689148], [378.963196, 359.608521], [379.741333, 345.688721], [380.005829, 331.282043], [380.433655, 319.749634], [381.802856, 308.999695], [382.655487, 297.915527], [383.244263, 289.835693], [383.793854, 285.175476], [384.256714, 282.488403], [384.105011, 280.158997], [383.66037, 276.811096], [383.188202, 273.998108], [383.006226, 272.503601], [381.740967, 269.821472], [379.584106, 267.715271], [365.376221, 265.217651], [355.587555, 266.492004], [346.039337, 266.42804], [337.486328, 266.530762], [336.995758, 266.551697], [335.729279, 266.634705]]}]}
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": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pulong Gubat, Balagtas, Bulacan, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.bulacan.balagtas.pulong-gubat", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_reference" : "3", "region_name" : "Central Luzon (Region III)", "province_id" : "17", "province_reference" : "17", "province_name" : "Bulacan", "city_id" : "113", "city_reference" : "281", "city_name" : "Balagtas", "barangay_id" : "2899", "barangay_reference" : "6381", "barangay_name" : "Pulong Gubat"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.926521, 14.86452], [120.926857, 14.86385], [120.927422, 14.86308], [120.928238, 14.86221], [120.928619, 14.86143], [120.928757, 14.86063], [120.928741, 14.85955], [120.928558, 14.85862], [120.928436, 14.8579], [120.928497, 14.85712], [120.929024, 14.85632], [120.922592, 14.84898], [120.924202, 14.84533], [120.919357, 14.84285], [120.921577, 14.83754], [120.919991, 14.83718], [120.918114, 14.83667], [120.917091, 14.83656], [120.915314, 14.83793], [120.913544, 14.83926], [120.911629, 14.84131], [120.911491, 14.84233], [120.91095, 14.84333], [120.910561, 14.84466], [120.910477, 14.8459], [120.911057, 14.84768], [120.911911, 14.84947], [120.912598, 14.85057], [120.913063, 14.85175], [120.913094, 14.85291], [120.912811, 14.85355], [120.912582, 14.854], [120.912781, 14.85527], [120.912643, 14.85723], [120.912521, 14.85824], [120.912239, 14.86022], [120.912079, 14.8622], [120.914238, 14.86268], [120.915611, 14.86295], [120.916634, 14.8632], [120.91787, 14.86342], [120.919373, 14.86331], [120.920433, 14.86356], [120.921837, 14.86381], [120.922722, 14.86366], [120.924408, 14.86417], [120.926521, 14.86452]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "coati", "definition" : "A mammal of tropical America of the genus Nasua, allied to the raccoon, but with a longer body, tail, and nose. Note: The red coati (N. socialis), called also coati mondi, inhabits Mexico and Central America. The brown coati (N. narica) is found in Surinam and Brazil."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Volksschule Altenstadt", "id" : "BY-8741", "address" : "Schulplatz 1 89281 Altenstadt", "school_type" : "Grundschule", "fax" : "08337 7361", "phone" : "08337 7360", "website" : null, "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 10.115462, "lat" : 48.161822}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$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": {"docker:build": {"type": "string"}, "docker:push": {"type": "string"}, "docker:run": {"type": "string"}, "start": {"type": "string"}}, "required": ["docker:build", "docker:push", "docker:run", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"serve": {"type": "string"}}, "required": ["serve"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "static", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"docker:build" : "docker build . -t thejimmyg/npm-serve:0.1.0", "docker:push" : "docker push thejimmyg/npm-serve:0.1.0", "docker:run" : "docker run --init -p 80:80 -v \"`pwd`/public:/app/public\" thejimmyg/npm-serve:0.1.0", "start" : "serve public"}, "author" : "", "license" : "ISC", "dependencies" : {"serve" : "^10.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docker:build": {"type": "string"}, "docker:push": {"type": "string"}, "docker:run": {"type": "string"}, "start": {"type": "string"}}, "required": ["docker:build", "docker:push", "docker:run", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"serve": {"type": "string"}}, "required": ["serve"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "AddressLine2": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "AddressLine2", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 65853, "UUID" : "91156E1E-F009-4B65-82E5-3125BB7CD280", "DataProviderID" : 1, "OperatorID" : 32, "OperatorsReference" : "106553", "UsageTypeID" : 6, "UsageCost" : "Inclusive; for Polar Plus subscription members only", "AddressInfo" : {"ID" : 66199, "Title" : "Novotel London Excel", "AddressLine1" : "Western Gateway", "AddressLine2" : "Canning Town", "Town" : "London", "StateOrProvince" : "England", "Postcode" : "E16 1AA", "CountryID" : 1, "Latitude" : 51.5078289, "Longitude" : 0.0229484999999841, "DistanceUnit" : 0}, "Connections" : [{"ID" : 91026, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 16, "Voltage" : 230, "PowerKW" : 4, "CurrentTypeID" : 10, "Quantity" : 1}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-04-24T05:14:00Z", "DataQualityLevel" : 1, "DateCreated" : "2016-04-29T14:31:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "AddressLine2": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "AddressLine2", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "### Steps to reproduce the issue\r\n\r\[email protected] generates a lib name with a dash in the end because cmake can't infer the version number from a tarbal (it assumes git). This can lead to linker errors.\r\n\r\nThere's already a patch for it but it might have to be rebased.\r\n\r\n```\r\npath/to/hip/lib $ ls\r\ncmake hip_prof_str.h libamdhip64.so libamdhip64.so.4 libamdhip64.so.4.1.21134-\r\n```\r\n\r\nCurrently the patch is only applied to 4.0.0 and below:\r\n\r\n```python\r\npatch('0003-Improve-compilation-without-git-repo.3.10.0.patch', when='@3.10.0:4.0.0')\r\n```\r\n\r\n", "user" : "haampie", "url" : "https://api.github.com/repos/spack/spack/issues/22768", "updated_at" : "2021-04-07 21:05:49", "created_at" : "2021-04-03 21:24:05", "closed_at" : "2021-04-07 21:05:49", "state" : "closed", "title" : "Fix hip lib amdhip64", "number" : 22768, "milestone" : null, "labels" : ["bug", "triage"], "id" : 849742471, "html_url" : "https://github.com/spack/spack/issues/22768", "assignees" : ["srekolam"], "comments" : 1}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "vori", "scores" : [{"xp" : 5108, "rank" : 339, "cardId" : 153}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jon", "id" : "1234"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["340828100000", "\u5929\u5802\u9547", "4", "1"], ["340828101000", "\u5e97\u524d\u9547", "4", "1"], ["340828102000", "\u6765\u699c\u9547", "4", "1"], ["340828103000", "\u83d6\u84b2\u9547", "4", "1"], ["340828104000", "\u5934\u9640\u9547", "4", "1"], ["340828105000", "\u767d\u5e3d\u9547", "4", "1"], ["340828106000", "\u6e29\u6cc9\u9547", "4", "1"], ["340828107000", "\u54cd\u80a0\u9547", "4", "1"], ["340828108000", "\u6cb3\u56fe\u9547", "4", "1"], ["340828109000", "\u4e94\u6cb3\u9547", "4", "1"], ["340828110000", "\u4e3b\u7c3f\u9547", "4", "1"], ["340828111000", "\u51b6\u6eaa\u9547", "4", "1"], ["340828112000", "\u9ec4\u5c3e\u9547", "4", "1"], ["340828113000", "\u4e2d\u5173\u9547", "4", "1"], ["340828200000", "\u6bdb\u5c16\u5c71\u4e61", "4", "1"], ["340828201000", "\u83b2\u4e91\u4e61", "4", "1"], ["340828202000", "\u9752\u5929\u4e61", "4", "1"], ["340828203000", "\u5305\u5bb6\u4e61", "4", "1"], ["340828204000", "\u53e4\u574a\u4e61", "4", "1"], ["340828205000", "\u7530\u5934\u4e61", "4", "1"], ["340828207000", "\u77f3\u5173\u4e61", "4", "1"], ["340828208000", "\u59da\u6cb3\u4e61", "4", "1"], ["340828209000", "\u548c\u5e73\u4e61", "4", "1"], ["340828210000", "\u5dcd\u5cad\u4e61", "4", "1"], ["340828400000", "\u5b89\u5fbd\u5cb3\u897f\u53bf\u7ecf\u6d4e\u5f00\u53d1\u533a", "4", "1"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "institution": {"type": "string"}, "repository": {"type": "string"}, "website": {"type": "string"}, "citation": {"type": "string"}, "containerId": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "type", "description", "required"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "ui": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "title", "description"]}}}, "required": ["name", "version", "title", "description", "author", "institution", "repository", "website", "citation", "containerId", "inputs", "outputs", "ui"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Tabular to Feather", "version" : "0.1.2", "title" : "Tabular to Feather", "description" : "WIPP plugin to converts Tabular Data to Feather file format.", "author" : "Kelechi Nina Mezu ([email protected])", "institution" : "National Center for Advancing Translational Sciences, National Institutes of Health", "repository" : "https://github.com/PolusAI/polus-plugins", "website" : "https://ncats.nih.gov/preclinical/core/informatics", "citation" : "", "containerId" : "polusai/tabular-to-feather-plugin:0.1.2", "inputs" : [{"name" : "filePattern", "type" : "string", "description" : "Filename pattern used to separate data", "required" : true}, {"name" : "inpDir", "type" : "genericData", "description" : "Input image collection to be processed by this plugin", "required" : true}], "outputs" : [{"name" : "outDir", "type" : "genericData", "description" : "Output collection"}], "ui" : [{"key" : "inputs.filePattern", "title" : "Filename pattern", "description" : "Filename pattern used to separate data"}, {"key" : "inputs.inpDir", "title" : "Input collection", "description" : "Input generic data collection to be processed by this plugin"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "institution": {"type": "string"}, "repository": {"type": "string"}, "website": {"type": "string"}, "citation": {"type": "string"}, "containerId": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "type", "description", "required"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "ui": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["key", "title", "description"]}}}, "required": ["name", "version", "title", "description", "author", "institution", "repository", "website", "citation", "containerId", "inputs", "outputs", "ui"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["algolia"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"city": {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "country": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["coord", "country", "id", "name"]}, "cod": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"dt": {"type": "integer"}, "humidity": {"type": "number"}, "pressure": {"type": "number"}, "temp": {"type": "object", "properties": {"average": {"type": "number"}, "average_max": {"type": "number"}, "average_min": {"type": "number"}, "record_max": {"type": "number"}, "record_min": {"type": "number"}}, "required": ["average", "average_max", "average_min", "record_max", "record_min"]}, "wind_speed": {"type": "number"}}, "required": ["dt", "humidity", "pressure", "temp", "wind_speed"]}}, "message": {"type": "number"}}, "required": ["city", "cod", "list", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"city" : {"coord" : {"lat" : 37.3855, "lon" : -122.088}, "country" : "US", "id" : 0, "name" : "Mountain View"}, "cod" : "200", "list" : [{"dt" : 1576108800, "humidity" : 76.85, "pressure" : 1019.38, "temp" : {"average" : 282.94, "average_max" : 288.46, "average_min" : 280.05, "record_max" : 292.32, "record_min" : 272.48}, "wind_speed" : 1.61}], "message" : 0.587190406}
json_instruct
{"type": "object", "properties": {"city": {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "country": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["coord", "country", "id", "name"]}, "cod": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"dt": {"type": "integer"}, "humidity": {"type": "number"}, "pressure": {"type": "number"}, "temp": {"type": "object", "properties": {"average": {"type": "number"}, "average_max": {"type": "number"}, "average_min": {"type": "number"}, "record_max": {"type": "number"}, "record_min": {"type": "number"}}, "required": ["average", "average_max", "average_min", "record_max", "record_min"]}, "wind_speed": {"type": "number"}}, "required": ["dt", "humidity", "pressure", "temp", "wind_speed"]}}, "message": {"type": "number"}}, "required": ["city", "cod", "list", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "nano_account": {"type": "string"}, "sponsor_link": {"type": "string"}, "avatar": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "github", "twitter", "nano_account", "sponsor_link", "avatar", "description", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Jayycox", "github" : "", "twitter" : "jamescoxon", "nano_account" : "nano_1xmy3ydxz8j35i4m9cmoo9yhjotj9bcicc61dfeaa67o58pnt4s95eaimb1b", "sponsor_link" : "", "avatar" : "https://secure.gravatar.com/avatar/cad0520d4506adea0cc8950b73902735?d=identicon", "description" : "[Personal Git](https://wvsensornet.xyz/git/jamescoxon)\n\rInvolved in Nano since 2016, [early contributor](https://github.com/nanocurrency/nano-node/commits?author=jamescoxon) to the Nano Node. Main focus on developing services based on Nano. Co-developer of [DPoW](https://dpow.nanocenter.org/) (distributed PoW system), Lead developer for [NanoQuake](https://nanoquakejs.com), [Nano Xmas Tree](https://xmas.nanos.cc), TryNano Telegram Bot and the OpenMusicRadio Bot, also built the [NanoArcade Space Invaders Machine](https://medium.com/@jacoxon/introducing-nano-arcade-fusing-nano-with-space-invaders-e551069bdc1e), [Nano/Penny Exchange](https://medium.com/the-nano-center/change-old-to-new-penny-nano-exchanger-fbed0e0d609e) and the Disaster Nano Node. Previously built the Raiblocks Trade Bot (the first Raiblocks exchange) and helped build the early Jolt Wallet prototypes.", "tags" : ["Python", "C", "Quake", "Hardware", "Education"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "nano_account": {"type": "string"}, "sponsor_link": {"type": "string"}, "avatar": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "github", "twitter", "nano_account", "sponsor_link", "avatar", "description", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "type", "count"]}}}, "required": ["fullName", "methods"]}}}, "required": ["collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"collections" : [{"fullName" : "KaVE.Commons.Model.SSTs.Impl.Declarations.MethodDeclaration", "methods" : [{"name" : "KaVE.Commons.Model.SSTs.Impl.Declarations.MethodDeclaration()", "type" : "CTOR", "count" : 134}, {"name" : "KaVE.Commons.Model.SSTs.Impl.Declarations.MethodDeclaration.Body", "type" : "PROP", "count" : 220}, {"name" : "KaVE.Commons.Model.SSTs.Impl.Declarations.MethodDeclaration.IsEntryPoint", "type" : "PROP", "count" : 50}, {"name" : "KaVE.Commons.Model.SSTs.Impl.Declarations.MethodDeclaration.Name", "type" : "PROP", "count" : 70}, {"name" : "KaVE.Commons.Model.SSTs.Impl.Declarations.MethodDeclaration.GetHashCode()", "type" : "SIMPLE", "count" : 24}]}]}
json_instruct
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "type", "count"]}}}, "required": ["fullName", "methods"]}}}, "required": ["collections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "1114050017", "district_id" : "1114050", "name" : "TANGSI LAMA"}
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": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Fitzsimmons, Rob wrote:\n\n\n>Used Sketchup and 3ds2rad\n> \n>\nHey, anyone know where I can get that 3ds2rad script? I know it's posted \nsomewhere, but I can't seem to find it anywhere.\n\n\nAlso, I'm assuming this script uses the 3ds2mgf -> mgf2rad thing, right? Just wondering because I've had some trouble with getting some of my 3ds files into RADs this way.\n\n\nThanks!\n\n\nJeffrey McGrew\n\n\nBecause We Can, LLC\n(415) 505-4689\nwww.becausewecan.org\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2005-December/003155.html).</sup>", "attachments" : [], "created_by_name" : "Jeffrey McGrew", "created_at" : "December 19, 2005 at 08:01PM", "created_by" : "Jeffrey_McGrew", "parent_id" : "radiance-general_003151", "id" : "radiance-general_003155"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"region": {"type": "object", "properties": {"TZ-01": {"type": "string"}, "TZ-02": {"type": "string"}, "TZ-03": {"type": "string"}, "TZ-04": {"type": "string"}, "TZ-05": {"type": "string"}, "TZ-06": {"type": "string"}, "TZ-07": {"type": "string"}, "TZ-08": {"type": "string"}, "TZ-09": {"type": "string"}, "TZ-10": {"type": "string"}, "TZ-11": {"type": "string"}, "TZ-12": {"type": "string"}, "TZ-26": {"type": "string"}, "TZ-13": {"type": "string"}, "TZ-14": {"type": "string"}, "TZ-15": {"type": "string"}, "TZ-16": {"type": "string"}, "TZ-17": {"type": "string"}, "TZ-18": {"type": "string"}, "TZ-19": {"type": "string"}, "TZ-20": {"type": "string"}, "TZ-21": {"type": "string"}, "TZ-22": {"type": "string"}, "TZ-23": {"type": "string"}, "TZ-24": {"type": "string"}, "TZ-25": {"type": "string"}}, "required": ["TZ-01", "TZ-02", "TZ-03", "TZ-04", "TZ-05", "TZ-06", "TZ-07", "TZ-08", "TZ-09", "TZ-10", "TZ-11", "TZ-12", "TZ-26", "TZ-13", "TZ-14", "TZ-15", "TZ-16", "TZ-17", "TZ-18", "TZ-19", "TZ-20", "TZ-21", "TZ-22", "TZ-23", "TZ-24", "TZ-25"]}}, "required": ["region"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"region" : {"TZ-01" : "Arusha", "TZ-02" : "Dar es Salaam", "TZ-03" : "Dodoma", "TZ-04" : "Iringa", "TZ-05" : "Kagera", "TZ-06" : "Kaskazini Pemba", "TZ-07" : "Kaskazini Unguja", "TZ-08" : "Kigoma", "TZ-09" : "Kilimanjaro", "TZ-10" : "Kusini Pemba", "TZ-11" : "Kusini Unguja", "TZ-12" : "Lindi", "TZ-26" : "Manyara", "TZ-13" : "Mara", "TZ-14" : "Mbeya", "TZ-15" : "Mjini Magharibi", "TZ-16" : "Morogoro", "TZ-17" : "Mtwara", "TZ-18" : "Mwanza", "TZ-19" : "Pwani", "TZ-20" : "Rukwa", "TZ-21" : "Ruvuma", "TZ-22" : "Shinyanga", "TZ-23" : "Singida", "TZ-24" : "Tabora", "TZ-25" : "Tanga"}}
json_instruct
{"type": "object", "properties": {"region": {"type": "object", "properties": {"TZ-01": {"type": "string"}, "TZ-02": {"type": "string"}, "TZ-03": {"type": "string"}, "TZ-04": {"type": "string"}, "TZ-05": {"type": "string"}, "TZ-06": {"type": "string"}, "TZ-07": {"type": "string"}, "TZ-08": {"type": "string"}, "TZ-09": {"type": "string"}, "TZ-10": {"type": "string"}, "TZ-11": {"type": "string"}, "TZ-12": {"type": "string"}, "TZ-26": {"type": "string"}, "TZ-13": {"type": "string"}, "TZ-14": {"type": "string"}, "TZ-15": {"type": "string"}, "TZ-16": {"type": "string"}, "TZ-17": {"type": "string"}, "TZ-18": {"type": "string"}, "TZ-19": {"type": "string"}, "TZ-20": {"type": "string"}, "TZ-21": {"type": "string"}, "TZ-22": {"type": "string"}, "TZ-23": {"type": "string"}, "TZ-24": {"type": "string"}, "TZ-25": {"type": "string"}}, "required": ["TZ-01", "TZ-02", "TZ-03", "TZ-04", "TZ-05", "TZ-06", "TZ-07", "TZ-08", "TZ-09", "TZ-10", "TZ-11", "TZ-12", "TZ-26", "TZ-13", "TZ-14", "TZ-15", "TZ-16", "TZ-17", "TZ-18", "TZ-19", "TZ-20", "TZ-21", "TZ-22", "TZ-23", "TZ-24", "TZ-25"]}}, "required": ["region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"algoliasearch-lite.esm.browser.js": {"type": "string"}, "algoliasearch-lite.esm.browser.min.js": {"type": "string"}, "algoliasearch-lite.umd.js": {"type": "string"}, "algoliasearch-lite.umd.min.js": {"type": "string"}, "algoliasearch.cjs.js": {"type": "string"}, "algoliasearch.cjs.min.js": {"type": "string"}, "algoliasearch.esm.browser.js": {"type": "string"}, "algoliasearch.esm.browser.min.js": {"type": "string"}, "algoliasearch.umd.js": {"type": "string"}, "algoliasearch.umd.min.js": {"type": "string"}}, "required": ["algoliasearch-lite.esm.browser.js", "algoliasearch-lite.esm.browser.min.js", "algoliasearch-lite.umd.js", "algoliasearch-lite.umd.min.js", "algoliasearch.cjs.js", "algoliasearch.cjs.min.js", "algoliasearch.esm.browser.js", "algoliasearch.esm.browser.min.js", "algoliasearch.umd.js", "algoliasearch.umd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"algoliasearch-lite.esm.browser.js" : "sha512-6Y5PqjXtUe/gLFXLqRez5fx02TRM7XmpODTi4oDrw395GCV4eAvInmD9zMk4QlnXHc42wcVgLmINESYIVlnkcA==", "algoliasearch-lite.esm.browser.min.js" : "sha512-wxKQG572oujk91YNF7qBck38VtBW1MQIk2DtcoVZ0h8QkOutAQhNQKu/w9oJCdZNNdhl2SvYSfpfFuNp3/AItg==", "algoliasearch-lite.umd.js" : "sha512-XwXybvBufXmrIgEwWy4uehH+QdRJh/1Rt07OE3ni1Rfg8ldrrGKdvUuKuln7xqiHI5M3HMjBTaCu7aiiI3xP/Q==", "algoliasearch-lite.umd.min.js" : "sha512-qiEIFdCAYLF/KeuYfpmOdRMB3GSriH7+i29Tc66yHgAlLc3q3Nu+LgVjuD2HM0lbP3oNoIOlcn0kgnzLwLOEEg==", "algoliasearch.cjs.js" : "sha512-RAgs4+UioypsEiri5ES/EmxVQ4Q3bxtWR3N/y+/dSEqnScjQgouUr6gqb6LKsV2hkn8vKymo+4k89vCgNNnfwA==", "algoliasearch.cjs.min.js" : "sha512-2zESmKshufyCTsYLlY89qbBj01xqmgI2TI0Z82dCpJy6XzWWld/Xs16/SQz7uTTqat4rNSwfJvHRKI5SzdcbFg==", "algoliasearch.esm.browser.js" : "sha512-/JQZtzlvf/30G4Asv2OJYJ/jI3aYGzYnRlIJn0EX18dyJcNQbsieDRyh+oto/IZGwV6lbDRbDAvgr6qDD/T21w==", "algoliasearch.esm.browser.min.js" : "sha512-XMiy3mxQVxfi1/uBolQodJzlyPvIQSECA1YEV2a5MBwBnk9TBDYrfDpYVUrL+UvYcuHFHB+bxrOW9XFdnqc65Q==", "algoliasearch.umd.js" : "sha512-ikq86cK+Ne2jN115JnVh7U2P7GvDxCcfhVqy8m//hQ6UsOVDCgPrdBb6EUfog6ypcb2SldCrNPlrvp7+sx7n3A==", "algoliasearch.umd.min.js" : "sha512-eRjxMfvsgqjScxhbfSy1amBLwBCx+EuY34j0fOXAvUEeg6YxyyLTo4T94nFSwd4YQHv8XCLJpPZU549IImpY2Q=="}
json_instruct
{"type": "object", "properties": {"algoliasearch-lite.esm.browser.js": {"type": "string"}, "algoliasearch-lite.esm.browser.min.js": {"type": "string"}, "algoliasearch-lite.umd.js": {"type": "string"}, "algoliasearch-lite.umd.min.js": {"type": "string"}, "algoliasearch.cjs.js": {"type": "string"}, "algoliasearch.cjs.min.js": {"type": "string"}, "algoliasearch.esm.browser.js": {"type": "string"}, "algoliasearch.esm.browser.min.js": {"type": "string"}, "algoliasearch.umd.js": {"type": "string"}, "algoliasearch.umd.min.js": {"type": "string"}}, "required": ["algoliasearch-lite.esm.browser.js", "algoliasearch-lite.esm.browser.min.js", "algoliasearch-lite.umd.js", "algoliasearch-lite.umd.min.js", "algoliasearch.cjs.js", "algoliasearch.cjs.min.js", "algoliasearch.esm.browser.js", "algoliasearch.esm.browser.min.js", "algoliasearch.umd.js", "algoliasearch.umd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"access_token": {"type": "string"}, "expires_in": {"type": "integer"}, "scope": {"type": "null"}, "user_id": {"type": "string"}, "is_admin": {"type": "boolean"}, "refresh_token": {"type": "string"}, "server_time": {"type": "integer"}, "token_type": {"type": "string"}}, "required": ["access_token", "expires_in", "scope", "user_id", "is_admin", "refresh_token", "server_time", "token_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"access_token" : "kjaskdjhasdkjhasdkjh12k3j412k3j", "expires_in" : 29030400, "scope" : null, "user_id" : "19823123", "is_admin" : false, "refresh_token" : "akjshdakjsdhaskjh123k12k3jh", "server_time" : 1487158505, "token_type" : "Bearer"}
json_instruct
{"type": "object", "properties": {"access_token": {"type": "string"}, "expires_in": {"type": "integer"}, "scope": {"type": "null"}, "user_id": {"type": "string"}, "is_admin": {"type": "boolean"}, "refresh_token": {"type": "string"}, "server_time": {"type": "integer"}, "token_type": {"type": "string"}}, "required": ["access_token", "expires_in", "scope", "user_id", "is_admin", "refresh_token", "server_time", "token_type"], "$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": {"handle": {"type": "string"}, "id": {"type": "string"}, "resource_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["handle", "id", "resource_type", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"handle" : "gb1-a", "id" : "zon-6mxqw", "resource_type" : "zone", "url" : "https://api.gb1.brightbox.com/1.0/zones/zon-6mxqw"}, {"handle" : "gb1-b", "id" : "zon-remk1", "resource_type" : "zone", "url" : "https://api.gb1.brightbox.com/1.0/zones/zon-remk1"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"handle": {"type": "string"}, "id": {"type": "string"}, "resource_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["handle", "id", "resource_type", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Ulefone", "market_name" : "Armor 7", "codename" : "Armor_7_Q", "model" : "Armor 7"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {}}, "publisher": {"type": "string"}, "certified": {"type": "string"}, "type": {"type": "string"}, "supportInfo": {"type": "string"}, "help": {"type": "string"}, "tags": {"type": "array", "items": {}}, "fsrMinCompatibility": {"type": "string"}, "contents": {"type": "object", "properties": {"picklist": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "module": {"type": "object", "properties": {"comments": {"type": "array", "items": {}}, "scenario": {"type": "array", "items": {}}}, "required": ["comments", "scenario"]}, "views": {"type": "object", "properties": {"comments": {"type": "array", "items": {"type": "string"}}, "scenario": {"type": "array", "items": {"type": "string"}}}, "required": ["comments", "scenario"]}, "connectors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}}, "roles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["picklist", "module", "views", "connectors", "roles"]}}, "required": ["name", "version", "label", "description", "category", "dependencies", "publisher", "certified", "type", "supportInfo", "help", "tags", "fsrMinCompatibility", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "socSimulator", "version" : "1.0.0", "label" : "SOC Simulator", "description" : "SOC Simulator Solution Pack", "category" : [], "dependencies" : [], "publisher" : "Fortinet", "certified" : "true", "type" : "multiContent", "supportInfo" : "[email protected]", "help" : "https://github.com/fortinet-fortisoar/solution-pack-soc-simulator/blob/develop/README.md", "tags" : [], "fsrMinCompatibility" : "7.0.2", "contents" : {"picklist" : [{"name" : "Comment Type"}], "module" : {"comments" : [], "scenario" : []}, "views" : {"comments" : ["detail", "list", "form"], "scenario" : ["detail", "list", "form"]}, "connectors" : [{"name" : "fortisoar-soc-simulator", "version" : "1.0.8"}], "roles" : [{"name" : "Application Administrator"}, {"name" : "FortiSOAR Agent"}, {"name" : "Full App Permissions"}, {"name" : "Playbook Administrator"}, {"name" : "Security Administrator"}, {"name" : "T1 Analyst"}, {"name" : "T2 Analyst"}, {"name" : "Threat Intelligence"}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "array", "items": {}}, "dependencies": {"type": "array", "items": {}}, "publisher": {"type": "string"}, "certified": {"type": "string"}, "type": {"type": "string"}, "supportInfo": {"type": "string"}, "help": {"type": "string"}, "tags": {"type": "array", "items": {}}, "fsrMinCompatibility": {"type": "string"}, "contents": {"type": "object", "properties": {"picklist": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "module": {"type": "object", "properties": {"comments": {"type": "array", "items": {}}, "scenario": {"type": "array", "items": {}}}, "required": ["comments", "scenario"]}, "views": {"type": "object", "properties": {"comments": {"type": "array", "items": {"type": "string"}}, "scenario": {"type": "array", "items": {"type": "string"}}}, "required": ["comments", "scenario"]}, "connectors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}}, "roles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["picklist", "module", "views", "connectors", "roles"]}}, "required": ["name", "version", "label", "description", "category", "dependencies", "publisher", "certified", "type", "supportInfo", "help", "tags", "fsrMinCompatibility", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 200, "data" : {"totalSubs" : 60, "subsInEachSource" : {"feedly" : 29, "inoreader" : 29, "feedsPub" : 2}, "failedSources" : {}}, "lastModified" : 1614997244620}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "jeff3245", "scores" : [{"xp" : 37286, "rank" : 460, "cardId" : 115}, {"xp" : 32108, "rank" : 324, "cardId" : 478}, {"xp" : 31731, "rank" : 91, "cardId" : 477}, {"xp" : 28928, "rank" : 365, "cardId" : 473}, {"xp" : 28918, "rank" : 321, "cardId" : 103}, {"xp" : 28848, "rank" : 143, "cardId" : 474}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chineseworkshop:block/red_stained_wooden_planks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-binhf"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "fastclick": {"type": "string"}, "handlebars": {"type": "string"}, "requirejs": {"type": "string"}, "requirejs-plugins": {"type": "string"}, "iscroll": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["jquery", "fastclick", "handlebars", "requirejs", "requirejs-plugins", "iscroll", "underscore"]}, "install": {"type": "object", "properties": {"path": {"type": "string"}, "sources": {"type": "object", "properties": {"requirejs": {"type": "string"}, "iscroll": {"type": "string"}}, "required": ["requirejs", "iscroll"]}}, "required": ["path", "sources"]}}, "required": ["name", "version", "main", "ignore", "dependencies", "install"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "greendoors-app", "version" : "0.0.0", "main" : "index.html", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"jquery" : "~2.1.0", "fastclick" : "0.6.9", "handlebars" : "1.3.0", "requirejs" : "~2.1.10", "requirejs-plugins" : "~1.0.2", "iscroll" : "4.2.5", "underscore" : "~1.5.2"}, "install" : {"path" : "js/lib", "sources" : {"requirejs" : "bower_components/requirejs/require.js", "iscroll" : "bower_components/iscroll/src/iscroll.js"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "fastclick": {"type": "string"}, "handlebars": {"type": "string"}, "requirejs": {"type": "string"}, "requirejs-plugins": {"type": "string"}, "iscroll": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["jquery", "fastclick", "handlebars", "requirejs", "requirejs-plugins", "iscroll", "underscore"]}, "install": {"type": "object", "properties": {"path": {"type": "string"}, "sources": {"type": "object", "properties": {"requirejs": {"type": "string"}, "iscroll": {"type": "string"}}, "required": ["requirejs", "iscroll"]}}, "required": ["path", "sources"]}}, "required": ["name", "version", "main", "ignore", "dependencies", "install"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rpcProvider": {"type": "string"}, "organization": {"type": "object", "properties": {"messengerKey": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "integer"}, "zkpPublicKey": {"type": "string"}, "zkpPrivateKey": {"type": "string"}}, "required": ["messengerKey", "name", "role", "zkpPublicKey", "zkpPrivateKey"]}, "addresses": {"type": "object", "properties": {"ERC1820Registry": {"type": "string"}, "OrgRegistry": {"type": "string"}, "BN256G2": {"type": "string"}, "Verifier": {"type": "string"}, "Shield": {"type": "string"}}, "required": ["ERC1820Registry", "OrgRegistry", "BN256G2", "Verifier", "Shield"]}}, "required": ["rpcProvider", "organization", "addresses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rpcProvider" : "http://ganache:8545", "organization" : {"messengerKey" : "0x04f2c416b5766182631d0170c71b619130ae550ebb9ebd9196864090f877205b8b754d7cb2155f85a740a2f917578aec1794330840b808e2708fd996f8615cd269", "name" : "Org1", "role" : 1, "zkpPublicKey" : "0x21864a8a3f24dad163d716f77823dd849043481c7ae683a592a02080e20c1965", "zkpPrivateKey" : "0x29ae268c4e58726d63fb5b0dae75e8d70f77519d12063f1a8fa9ebec085e533d"}, "addresses" : {"ERC1820Registry" : "0x448de9B34ac4DD0901DCc3f2fF1a31822B51a397", "OrgRegistry" : "0x31088fd0eede771d5bda1558e06a666Cd9BF110c", "BN256G2" : "0x8f17969A8dc9cbAe2EB98541F33c7c396f615241", "Verifier" : "0xDf3C747B74CeFe4ffEa5baa2D0eAFE2B0F86A8F3", "Shield" : "0x7370f1C710F3af6f28Be19ed99e0ed8f1B59b1CB"}}
json_instruct
{"type": "object", "properties": {"rpcProvider": {"type": "string"}, "organization": {"type": "object", "properties": {"messengerKey": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "integer"}, "zkpPublicKey": {"type": "string"}, "zkpPrivateKey": {"type": "string"}}, "required": ["messengerKey", "name", "role", "zkpPublicKey", "zkpPrivateKey"]}, "addresses": {"type": "object", "properties": {"ERC1820Registry": {"type": "string"}, "OrgRegistry": {"type": "string"}, "BN256G2": {"type": "string"}, "Verifier": {"type": "string"}, "Shield": {"type": "string"}}, "required": ["ERC1820Registry", "OrgRegistry", "BN256G2", "Verifier", "Shield"]}}, "required": ["rpcProvider", "organization", "addresses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nome": {"type": "string"}, "codice": {"type": "string"}, "zona": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "regione": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "provincia": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "sigla": {"type": "string"}, "codiceCatastale": {"type": "string"}, "cap": {"type": "array", "items": {"type": "string"}}, "popolazione": {"type": "integer"}}, "required": ["nome", "codice", "zona", "regione", "provincia", "sigla", "codiceCatastale", "cap", "popolazione"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nome" : "Roiate", "codice" : "058090", "zona" : {"codice" : "3", "nome" : "Centro"}, "regione" : {"codice" : "12", "nome" : "Lazio"}, "provincia" : {"codice" : "058", "nome" : "Roma"}, "sigla" : "RM", "codiceCatastale" : "H494", "cap" : ["00030"], "popolazione" : 749}
json_instruct
{"type": "object", "properties": {"nome": {"type": "string"}, "codice": {"type": "string"}, "zona": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "regione": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "provincia": {"type": "object", "properties": {"codice": {"type": "string"}, "nome": {"type": "string"}}, "required": ["codice", "nome"]}, "sigla": {"type": "string"}, "codiceCatastale": {"type": "string"}, "cap": {"type": "array", "items": {"type": "string"}}, "popolazione": {"type": "integer"}}, "required": ["nome", "codice", "zona", "regione", "provincia", "sigla", "codiceCatastale", "cap", "popolazione"], "$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"}, "lines": {"type": "object", "properties": {"1044": {"type": "string"}, "1045": {"type": "string"}, "1050": {"type": "string"}}, "required": ["1044", "1045", "1050"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "15642303", "lines" : {"1044" : "CommonObjectDataSubRecord cmo = (CommonObjectDataSubRecord)sub;\n", "1045" : "if (cmo.getObjectType() == CommonObjectDataSubRecord.OBJECT_TYPE_COMMENT){\n", "1050" : " txshapes.put(new Integer(cmo.getObjectId()), rec);\n"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"1044": {"type": "string"}, "1045": {"type": "string"}, "1050": {"type": "string"}}, "required": ["1044", "1045", "1050"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c7cacfe0dbe0257ad86764c2cd3f1a6f9a8c0cfe"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "http://www.spanishdict.com/conjugate/apoderar", "word" : "apoderar", "infinitivo" : "apoderar", "translation" : "to empower", "gerundio" : ["apoderando"], "participio" : ["apoderado"], "tenses" : {"3" : [["apodero"], ["apoderas"], ["apodera"], ["apoderamos"], ["apoder\u00e1is"], ["apoderan"]], "4" : [["apoder\u00e9"], ["apoderaste"], ["apoder\u00f3"], ["apoderamos"], ["apoderasteis"], ["apoderaron"]], "5" : [["apoderaba"], ["apoderabas"], ["apoderaba"], ["apoder\u00e1bamos"], ["apoderabais"], ["apoderaban"]], "6" : [["apoderar\u00eda"], ["apoderar\u00edas"], ["apoderar\u00eda"], ["apoderar\u00edamos"], ["apoderar\u00edais"], ["apoderar\u00edan"]], "7" : [["apoderar\u00e9"], ["apoderar\u00e1s"], ["apoderar\u00e1"], ["apoderaremos"], ["apoderar\u00e9is"], ["apoderar\u00e1n"]], "8" : [["apodere"], ["apoderes"], ["apodere"], ["apoderemos"], ["apoder\u00e9is"], ["apoderen"]], "9" : [["apoderara"], ["apoderaras"], ["apoderara"], ["apoder\u00e1ramos"], ["apoderarais"], ["apoderaran"]], "10" : [["apoderase"], ["apoderases"], ["apoderase"], ["apoder\u00e1semos"], ["apoderaseis"], ["apoderasen"]], "11" : [["apoderare"], ["apoderares"], ["apoderare"], ["apoder\u00e1remos"], ["apoderareis"], ["apoderaren"]], "12" : {"1" : ["apodera"], "2" : ["apodere"], "3" : ["apoderemos"], "4" : ["apoderad"], "5" : ["apoderen"]}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1924, 7], [1929, 5], [1931, 6], [1933, 5], [1936, 5], [1938, 10], [1939, 6], [1940, 5], [1941, 8], [1957, 5], [1994, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tiny-mocker", "version" : "1.0.0", "description" : "tiny-mocker mock simple json response without any config", "main" : "index.js", "scripts" : {"dev" : "nodemon index.js", "test" : "nodemon index.js -m test/mock -p 4000"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ForeverSc/tiny-mocker.git"}, "keywords" : ["tiny", "mock", "json", "server", "faker"], "author" : "foreversc", "license" : "MIT", "bugs" : {"url" : "https://github.com/ForeverSc/tiny-mocker/issues"}, "homepage" : "https://github.com/ForeverSc/tiny-mocker#readme", "dependencies" : {"yargs" : "^12.0.2"}, "devDependencies" : {"eslint" : "^5.5.0", "eslint-config-standard" : "^12.0.0", "eslint-plugin-import" : "^2.14.0", "eslint-plugin-node" : "^7.0.1", "eslint-plugin-promise" : "^4.0.1", "eslint-plugin-standard" : "^4.0.0", "nodemon" : "^1.18.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/app.js" : "/js/app.js?id=d1487797ab56c32409ba", "/css/app.css" : "/css/app.css?id=f41167d8fa0a0a0eb9ac"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Token DoWN", "symbol" : "DoWNh", "decimals" : 6, "address" : "DoWNhWZakUgp2qLFRCG6GRSMT35w9cgAXp62TkDy7Zxr", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "null"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "null"}, "draft_team": {"type": "null"}, "draft_round": {"type": "null"}, "draft_position": {"type": "null"}, "draft_year": {"type": "null"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"player_id" : 3156, "name" : "Chandler Burden", "position" : "G", "height" : "6-4", "weight" : "313", "current_team" : null, "birth_date" : "1989-11-17", "birth_place" : null, "death_date" : null, "college" : "Kentucky", "high_school" : null, "draft_team" : null, "draft_round" : null, "draft_position" : null, "draft_year" : null, "current_salary" : null, "hof_induction_year" : null}
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "null"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "null"}, "draft_team": {"type": "null"}, "draft_round": {"type": "null"}, "draft_position": {"type": "null"}, "draft_year": {"type": "null"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "B\u00e9duer", "dpt" : "Lot", "inscrits" : 614, "abs" : 132, "votants" : 482, "blancs" : 61, "nuls" : 27, "exp" : 394, "res" : [{"panneau" : "1", "voix" : 278}, {"panneau" : "2", "voix" : 116}]}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-76.874398, 40.567849], [-76.788408, 40.5908], [-76.787435, 40.585931], [-76.782752, 40.586452], [-76.782416, 40.58203], [-76.784397, 40.580191], [-76.784085, 40.578218], [-76.769873, 40.581268], [-76.757083, 40.58304], [-76.756765, 40.574975], [-76.735913, 40.570247], [-76.731964, 40.551625], [-76.768217, 40.552794], [-76.841223, 40.533245], [-76.870068, 40.529851], [-76.873312, 40.564457], [-76.874398, 40.567849]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 55604}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "exec": {"type": "string"}}, "required": ["watch", "ext", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"watch" : ["src/environments/mock-environment.ts"], "ext" : "ts", "exec" : "ts-node --project ./tsconfig.ts-node.json scripts/set-mock-env.ts"}
json_instruct
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "exec": {"type": "string"}}, "required": ["watch", "ext", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station_g" : [{"pref_cd" : 7, "line_cd" : 99216, "line_name" : "\u4f1a\u6d25\u9244\u9053\u4f1a\u6d25\u7dda", "station_cd" : 9921621, "station_name" : "\u4f1a\u6d25\u9ad8\u539f\u5c3e\u702c\u53e3"}, {"pref_cd" : 7, "line_cd" : 99341, "line_name" : "\u307b\u3063\u3068\u30b9\u30d1\u30fb\u30e9\u30a4\u30f3", "station_cd" : 9934109, "station_name" : "\u4f1a\u6d25\u9ad8\u539f\u5c3e\u702c\u53e3"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"extension-create": {"type": "string"}}, "required": ["extension-create"]}, "scripts": {"type": "object", "properties": {"extension-create": {"type": "string"}, "lint": {"type": "string"}, "preinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["extension-create", "lint", "preinstall", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "log-md": {"type": "string"}, "semver": {"type": "string"}}, "required": ["commander", "log-md", "semver"]}, "devDependencies": {"type": "object", "properties": {"cross-env": {"type": "string"}, "cross-spawn": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-auditor": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "fs-extra": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["cross-env", "cross-spawn", "eslint", "eslint-config-auditor", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-prettier", "eslint-plugin-promise", "fs-extra", "jest", "prettier"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "files", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "extension-create", "version" : "0.5.2", "description" : "Create modern cross-browser extensions with no build configuration.", "main" : "./cli.js", "bin" : {"extension-create" : "./cli.js"}, "scripts" : {"extension-create" : "cross-env NODE_ENV=development node --trace-warnings cli.js", "lint" : "prettier --check --write create develop && eslint --config=eslintrc.json create develop", "preinstall" : "sh preinstall.sh", "test" : "jest"}, "keywords" : ["browser extension", "chromium extension", "chrome extension", "firefox extension", "boilerplate", "starter kit", "template"], "author" : "Cezar Augusto <[email protected]> (https://twitter.com/cezaraugusto)", "license" : "MIT", "files" : ["create", "develop", "cli.js", "messages.js", "preinstall.sh", "reservedKeywords.js"], "dependencies" : {"commander" : "^9.0.0", "log-md" : "^0.1.0", "semver" : "^7.3.5"}, "devDependencies" : {"cross-env" : "^7.0.3", "cross-spawn" : "^7.0.3", "eslint" : "^8.8.0", "eslint-config-auditor" : "^0.5.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-import" : "^2.25.4", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-prettier" : "^4.0.0", "eslint-plugin-promise" : "^6.0.0", "fs-extra" : "^10.0.0", "jest" : "^27.5.0", "prettier" : "^2.5.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"extension-create": {"type": "string"}}, "required": ["extension-create"]}, "scripts": {"type": "object", "properties": {"extension-create": {"type": "string"}, "lint": {"type": "string"}, "preinstall": {"type": "string"}, "test": {"type": "string"}}, "required": ["extension-create", "lint", "preinstall", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "log-md": {"type": "string"}, "semver": {"type": "string"}}, "required": ["commander", "log-md", "semver"]}, "devDependencies": {"type": "object", "properties": {"cross-env": {"type": "string"}, "cross-spawn": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-auditor": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "fs-extra": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["cross-env", "cross-spawn", "eslint", "eslint-config-auditor", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-prettier", "eslint-plugin-promise", "fs-extra", "jest", "prettier"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "files", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "5645_cam-image_array_.jpg", "user/angle" : 0.736, "user/throttle" : 0.588, "user/mode" : "user", "pos/pos_x" : 54.68329, "pos/pos_y" : 0.5527937, "pos/pos_z" : 77.73844, "pos/speed" : 11.59917, "pos/cte" : 0.2486154, "milliseconds" : 299928}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "jul-886_1", "size" : 1072065479, "link" : "https://streamtape.com/e/Pvple0WDbkSW4a", "created_at" : "2022\u5e7403\u670809\u65e5 10:21:45", "downloads" : 0, "linkid" : "Pvple0WDbkSW4a", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "JUL-886 G\u30ab\u30c3\u30d7\u795e\u4e73\u4eba\u59bb \u4e2d\u51fa\u3057\u89e3\u7981\uff01\uff01 \u592b\u306b\u306f\u53e3\u304c\u88c2\u3051\u3066\u3082\u8a00\u3048\u307e\u305b\u3093\u3001\u304a\u7fa9\u7236\u3055\u3093\u306b\u5b55\u307e\u305b\u3089\u308c\u305f\u306a\u3093\u3066\u2026\u3002-1\u6cca2\u65e5\u306e\u6e29\u6cc9\u65c5\u884c\u3067\u3001\u4f55\u5ea6\u3082\u4f55\u5ea6\u3082\u4e2d\u51fa\u3057\u3055\u308c\u3066\u3057\u307e\u3063\u305f\u79c1\u3002- \u4e0a\u767d\u7f8e\u592e", "thumbUrl" : "https://assets-cdn.jable.tv/contents/videos_screenshots/22000/22587/320x180/1.jpg"}, {"name" : "jul-886_2", "size" : 87506426, "link" : "https://streamtape.com/e/6XvkWa3jvZILmk", "created_at" : "2022\u5e7403\u670809\u65e5 10:22:00", "downloads" : 0, "linkid" : "6XvkWa3jvZILmk", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "JUL-886 G\u30ab\u30c3\u30d7\u795e\u4e73\u4eba\u59bb \u4e2d\u51fa\u3057\u89e3\u7981\uff01\uff01 \u592b\u306b\u306f\u53e3\u304c\u88c2\u3051\u3066\u3082\u8a00\u3048\u307e\u305b\u3093\u3001\u304a\u7fa9\u7236\u3055\u3093\u306b\u5b55\u307e\u305b\u3089\u308c\u305f\u306a\u3093\u3066\u2026\u3002-1\u6cca2\u65e5\u306e\u6e29\u6cc9\u65c5\u884c\u3067\u3001\u4f55\u5ea6\u3082\u4f55\u5ea6\u3082\u4e2d\u51fa\u3057\u3055\u308c\u3066\u3057\u307e\u3063\u305f\u79c1\u3002- \u4e0a\u767d\u7f8e\u592e", "thumbUrl" : "https://assets-cdn.jable.tv/contents/videos_screenshots/22000/22479/320x180/1.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepare", "prepublishOnly", "version", "postversion", "build", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "rimraf", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "files", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hungarian-postal-codes", "version" : "1.0.1", "description" : "Finds hunagrian cities, villages by postal code.", "main" : "lib/index.js", "types" : "lib/index.d.ts", "scripts" : {"prepare" : "yarn build", "prepublishOnly" : "yarn test", "version" : "git add -A src", "postversion" : "git push && git push --tags", "build" : "rimraf lib && tsc", "test" : "jest --config jestconfig.json"}, "repository" : {"type" : "git", "url" : "git+https://github.com/pentech-hu/hungarian-postal-codes.git"}, "files" : ["lib/**/*"], "keywords" : ["postal", "code", "hungary", "ir\u00e1ny\u00edt\u00f3sz\u00e1m"], "author" : "Daniel Salamon <[email protected]>", "license" : "CC0-1.0", "bugs" : {"url" : "https://github.com/pentech-hu/hungarian-postal-codes/issues"}, "homepage" : "https://github.com/pentech-hu/hungarian-postal-codes#readme", "devDependencies" : {"@types/jest" : "^26.0.20", "jest" : "^26.6.3", "rimraf" : "^3.0.2", "ts-jest" : "^26.5.2", "typescript" : "^4.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepare", "prepublishOnly", "version", "postversion", "build", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "rimraf", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "files", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See flddivrng on Metamath](http://us.metamath.org/mpegif/flddivrng.html)"}], "names" : ["flddivrng"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cK", "#T_wcel", "#T_cfld", "#T_wi", "#T_cK", "#T_wcel", "#T_cdrng"], "metaLanguage" : "METAMATH", "remarks" : " A field is a division ring. (Contributed by Jeff Madsen, 10-Jun-2010.) (Revised by Mario Carneiro, 15-Dec-2013.) (New usage is discouraged.) ", "statement" : "flddivrng $p |- ( K e. Fld -> K e. DivRingOps ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"b": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "w": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["b", "w", "M"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : {"item" : "rftoolsdim:liquid_absorber"}, "pattern" : ["bwb", "wMw", "bwb"], "type" : "minecraft:crafting_shaped", "key" : {"b" : {"item" : "minecraft:bucket"}, "w" : {"item" : "minecraft:wool", "data" : 0}, "M" : {"item" : "rftools:machine_frame"}}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"b": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "w": {"type": "object", "properties": {"item": {"type": "string"}, "data": {"type": "integer"}}, "required": ["item", "data"]}, "M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["b", "w", "M"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "extract_dir", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "20211104", "description" : "OpenCore Auxiliary Tools OpenCore Configurator OCAT", "homepage" : "https://github.com/ic005k/QtOpenCoreConfig", "license" : "Public Domain", "url" : "https://github.com/ic005k/QtOpenCoreConfig/releases/download/20211104/OCAT-Win64.zip", "hash" : "b20b3e9fc51330641f26fd04ee6e6f1e03d616e37ca58de580b94a00e8a25251", "extract_dir" : "OCAT-Win64", "bin" : ["OCAuxiliaryTools.exe", "Database/win/FindESP.exe", "Database/win/macserial.exe", "Database/win/ocpasswordgen.exe", "Database/win/ocvalidate.exe", "Database/win/Winfile.exe"], "shortcuts" : [["OCAuxiliaryTools.exe", "OCAuxiliaryTools"]], "checkver" : "github", "autoupdate" : {"url" : "https://github.com/ic005k/QtOpenCoreConfig/releases/download/$version/OCAT-Win64.zip", "extract_dir" : "OCAT-Win64"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "extract_dir", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"login": {"type": "string"}}, "required": ["login"]}, "pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "backgroundColor", "list"]}, "sitemapLocation": {"type": "string"}}, "required": ["usingComponents", "pages", "window", "tabBar", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"usingComponents" : {"login" : "/components/login/login"}, "pages" : ["pages/index/index", "pages/add/add", "pages/billChart/billChart", "pages/user/user", "pages/achieve/achieve", "pages/sdAdd/sdAdd", "pages/manage/manage", "pages/about/about", "pages/icon/icon", "pages/team/team", "pages/teamDetail/teamDetail", "pages/accept/accept", "pages/tbDetail/tbDetail"], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#72b1eb", "navigationBarTextStyle" : "white"}, "tabBar" : {"color" : "#685a5a", "selectedColor" : "#67a2e1", "backgroundColor" : "#f9f9f9", "list" : [{"pagePath" : "pages/index/index", "text" : "\u7ec6\u5219", "iconPath" : "/static/imgs/bill1.png", "selectedIconPath" : "/static/imgs/bill2.png"}, {"pagePath" : "pages/team/team", "text" : "\u56e2\u961f", "iconPath" : "/static/imgs/ji1.png", "selectedIconPath" : "/static/imgs/ji2.png"}, {"pagePath" : "pages/add/add", "text" : "\u8bb0\u4e00\u7b14", "iconPath" : "/static/imgs/add.png", "selectedIconPath" : "/static/imgs/add.png"}, {"pagePath" : "pages/billChart/billChart", "text" : "\u8d26\u6c60", "iconPath" : "/static/imgs/chart1.png", "selectedIconPath" : "/static/imgs/chart2.png"}, {"pagePath" : "pages/user/user", "text" : "\u6211\u7684", "iconPath" : "/static/imgs/user1.png", "selectedIconPath" : "/static/imgs/user2.png"}]}, "sitemapLocation" : "sitemap.json"}
json_instruct
{"type": "object", "properties": {"usingComponents": {"type": "object", "properties": {"login": {"type": "string"}}, "required": ["login"]}, "pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "backgroundColor", "list"]}, "sitemapLocation": {"type": "string"}}, "required": ["usingComponents", "pages", "window", "tabBar", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_8y02upik", "name" : "Otherwhereterrain"}, "date" : {"day" : 1638662400, "full" : 1638667441, "month" : 1638316800, "week" : 1638662400}, "id" : "t3_r946lm", "picture" : {"filesize" : 117372, "fullUrl" : "https://preview.redd.it/eo1k92aykm381.jpg?auto=webp&s=534869bdaffa5c6644f47db3bc1b952544d64655", "hash" : "86317a713b", "height" : 640, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAECBP/EACYQAAEDAQcEAwAAAAAAAAAAAAECAwQRAAUSEyExYSJBUYEUI3H/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABkRAQACAwAAAAAAAAAAAAAAAAEAEgMhUf/aAAwDAQACEQMRAD8Ach+SJbEOP0sH7XHCnpAGyfG+prv6tFx3gibLU464Mpk48GpzRWh2PA98WwTCqZmpwKYWWyCRuCdK8Dmnexcsf4c7PmIZQKBKUIp53V5Onb9tPOMq9jttk//Z", "url" : "https://preview.redd.it/eo1k92aykm381.jpg?width=640&crop=smart&auto=webp&s=40a0ebe281462fd86c45a687fc613ce7c425dcec", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 10, "value" : 10}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Water in the Desert from Instagram", "url" : "https://www.reddit.com/r/dndmaps/comments/r946lm/water_in_the_desert_from_instagram/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"adal-node": {"type": "string"}, "azure-storage": {"type": "string"}, "base64-stream": {"type": "string"}, "bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "config": {"type": "string"}, "cookie-parser": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "njwt": {"type": "string"}, "q": {"type": "string"}, "querystring": {"type": "string"}, "request": {"type": "string"}, "v8-profiler": {"type": "string"}}, "required": ["adal-node", "azure-storage", "base64-stream", "bluebird", "body-parser", "config", "cookie-parser", "crypto", "express", "njwt", "q", "querystring", "request", "v8-profiler"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "engines", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "filerepo", "version" : "1.0.0", "description" : "", "main" : "server.js", "engines" : {"node" : "6.2.2"}, "dependencies" : {"adal-node" : "^0.1.21", "azure-storage" : "^1.0.1", "base64-stream" : "^0.1.3", "bluebird" : "^3.4.1", "body-parser" : "^1.15.2", "config" : "^1.21.0", "cookie-parser" : "^1.4.3", "crypto" : "0.0.3", "express" : "^4.13.4", "njwt" : "^0.3.1", "q" : "^1.4.1", "querystring" : "^0.2.0", "request" : "^2.72.0", "v8-profiler" : "^5.6.5"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node server.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/plasne/azure-filerepo.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/plasne/azure-filerepo/issues"}, "homepage" : "https://github.com/plasne/azure-filerepo#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"adal-node": {"type": "string"}, "azure-storage": {"type": "string"}, "base64-stream": {"type": "string"}, "bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "config": {"type": "string"}, "cookie-parser": {"type": "string"}, "crypto": {"type": "string"}, "express": {"type": "string"}, "njwt": {"type": "string"}, "q": {"type": "string"}, "querystring": {"type": "string"}, "request": {"type": "string"}, "v8-profiler": {"type": "string"}}, "required": ["adal-node", "azure-storage", "base64-stream", "bluebird", "body-parser", "config", "cookie-parser", "crypto", "express", "njwt", "q", "querystring", "request", "v8-profiler"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "engines", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "config_type": {"type": "string"}, "is_enabled": {"type": "boolean"}, "email_group": {"type": "object", "properties": {"recipient_list": {"type": "array", "items": {"type": "object", "properties": {"recipient": {"type": "string"}}, "required": ["recipient"]}}}, "required": ["recipient_list"]}}, "required": ["name", "description", "config_type", "is_enabled", "email_group"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"name" : "Test recipient group", "description" : "A test email recipient group", "config_type" : "email_group", "is_enabled" : true, "email_group" : {"recipient_list" : [{"recipient" : "[email protected]"}, {"recipient" : "[email protected]"}, {"recipient" : "[email protected]"}, {"recipient" : "[email protected]"}, {"recipient" : "[email protected]"}, {"recipient" : "[email protected]"}]}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "config_type": {"type": "string"}, "is_enabled": {"type": "boolean"}, "email_group": {"type": "object", "properties": {"recipient_list": {"type": "array", "items": {"type": "object", "properties": {"recipient": {"type": "string"}}, "required": ["recipient"]}}}, "required": ["recipient_list"]}}, "required": ["name", "description", "config_type", "is_enabled", "email_group"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WP_Pilot_Core\\": {"type": "string"}}, "required": ["WP_Pilot_Core\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}, "wp-coding-standards/wpcs": {"type": "string"}, "phpcompatibility/phpcompatibility-wp": {"type": "string"}, "dealerdirect/phpcodesniffer-composer-installer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer", "wp-coding-standards/wpcs", "phpcompatibility/phpcompatibility-wp", "dealerdirect/phpcodesniffer-composer-installer"]}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "type", "license", "authors", "autoload", "require-dev", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wp-pilot/registry", "description" : "Dependency container class of wp-pilot OOP WordPress code kit", "type" : "library", "license" : "MIT", "authors" : [{"name" : "wp-pilot", "email" : "[email protected]"}], "autoload" : {"psr-4" : {"WP_Pilot_Core\\" : "/"}}, "require-dev" : {"squizlabs/php_codesniffer" : "^3.4", "wp-coding-standards/wpcs" : "^2.1", "phpcompatibility/phpcompatibility-wp" : "^2.0", "dealerdirect/phpcodesniffer-composer-installer" : "^0.5.0"}, "require" : {}}
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"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WP_Pilot_Core\\": {"type": "string"}}, "required": ["WP_Pilot_Core\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}, "wp-coding-standards/wpcs": {"type": "string"}, "phpcompatibility/phpcompatibility-wp": {"type": "string"}, "dealerdirect/phpcodesniffer-composer-installer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer", "wp-coding-standards/wpcs", "phpcompatibility/phpcompatibility-wp", "dealerdirect/phpcodesniffer-composer-installer"]}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "type", "license", "authors", "autoload", "require-dev", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-06-08T09:00:00Z", "Temp" : 27, "RelHum" : 40, "WindSpeed" : 3, "WindDir" : 299}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id_8436": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_8436"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_8436" : {"publicdate" : "2014-05-05 00:12:52", "downloads" : 25810}}
json_instruct
{"type": "object", "properties": {"id_8436": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_8436"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-gwasexacthw"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "6.0.0-beta.2", "info" : {"plain" : "### Bug Fixes\n\n- Addon-docs: Fix broken props logic for no-args stories ([#10633](https://github.com/storybookjs/storybook/pull/10633))\n- Addon-docs: Fix custom source manual override ([#10632](https://github.com/storybookjs/storybook/pull/10632))\n- Addon-docs: Fix MDX stories with multiple children ([#9531](https://github.com/storybookjs/storybook/pull/9531))\n- Addon-docs: Fix object array in Props ([#10621](https://github.com/storybookjs/storybook/pull/10621))\n- Actions: Fix import of `uuid` ([#10625](https://github.com/storybookjs/storybook/pull/10625))\n\n### Maintenance\n\n- Core: Fix Args test to not use different code path ([#10607](https://github.com/storybookjs/storybook/pull/10607))"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "info": {"type": "object", "properties": {"plain": {"type": "string"}}, "required": ["plain"]}}, "required": ["version", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-3.144176544488189, 40.267708456693626]}, "properties" : {"TIMESTAMP UTC" : "2020-09-15T11:10:08", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-3.5893340248031493, 40.56968509640611]}, "properties" : {"TIMESTAMP UTC" : "2020-09-15T11:10:08", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-3.359609615354331, 40.26878662380952]}, "properties" : {"TIMESTAMP UTC" : "2020-09-15T11:10:08", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-3.3492159145669294, 40.33033199667565]}, "properties" : {"TIMESTAMP UTC" : "2020-09-15T11:10:08", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"}
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"type": "object", "properties": {"grsu": {"type": "boolean"}}, "required": ["grsu"]}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "attributes", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acadYear" : "2019/2020", "description" : "This module provides an analytical treatment of the subject of facility layout and location. The layout design process consists of problem formulation, analysis of the problem, search for layout designs, selection of the preferred design, and specification of the layout design to be installed. This module also considers the problem of locating one or several new facilities with respect to existing facilities. The objective considered is the minimization of a cost function of travel distances. Problems with rectilinear and Euclidean distances are considered. Students will be assigned a computer project and a case study.", "title" : "Facility Layout And Location", "department" : "Industrial Systems Engineering and Management", "faculty" : "Engineering", "workload" : [3, 0, 0, 3, 4], "moduleCredit" : "4", "moduleCode" : "IE5108", "attributes" : {"grsu" : true}, "semesterData" : [{"semester" : 2, "timetable" : [{"classNo" : "1", "startTime" : "1800", "endTime" : "2100", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "LT1", "day" : "Monday", "lessonType" : "Lecture", "size" : 85}], "examDate" : "2020-04-27T05:00:00.000Z", "examDuration" : 120}]}
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"type": "object", "properties": {"grsu": {"type": "boolean"}}, "required": ["grsu"]}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "attributes", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"libphonenumber-js.min.js" : "sha256-7jLgbyLwE4saY6We2QZO2z7q9gl+2qWXDjcLbWzgMZw="}
json_instruct
{"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$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"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "sha256", "type"]}}, "metadata_version": {"type": "integer"}, "supported_devices": {"type": "array", "items": {"type": "string"}}, "target": {"type": "string"}, "titles": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["model", "vendor"]}}, "version_commit": {"type": "string"}, "version_number": {"type": "string"}}, "required": ["id", "image_prefix", "images", "metadata_version", "supported_devices", "target", "titles", "version_commit", "version_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "wrtnode_wrtnode2p", "image_prefix" : "openwrt-ramips-mt76x8-wrtnode_wrtnode2p", "images" : [{"name" : "openwrt-ramips-mt76x8-wrtnode_wrtnode2p-squashfs-sysupgrade.bin", "sha256" : "470d94600818929cc0244a11c7d8a367bb6da0cfb6f9f6fa5df446fe7e6d59df", "type" : "sysupgrade"}], "metadata_version" : 1, "supported_devices" : ["wrtnode,wrtnode2p", "wrtnode2p"], "target" : "ramips/mt76x8", "titles" : [{"model" : "WRTnode 2P", "vendor" : "WRTnode"}], "version_commit" : "r12145-4716c843d6", "version_number" : "SNAPSHOT"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "image_prefix": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "sha256", "type"]}}, "metadata_version": {"type": "integer"}, "supported_devices": {"type": "array", "items": {"type": "string"}}, "target": {"type": "string"}, "titles": {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["model", "vendor"]}}, "version_commit": {"type": "string"}, "version_number": {"type": "string"}}, "required": ["id", "image_prefix", "images", "metadata_version", "supported_devices", "target", "titles", "version_commit", "version_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1497, "type" : 9, "name" : "Pasado de Xelor", "level" : 30, "pods" : 4, "ethereal" : false, "stats" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$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": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "heroMan", "src" : "heroMan.png"}, {"name" : "teaching", "src" : "teaching.png"}, {"name" : "graphsWoman", "src" : "graphsWoman.png"}, {"name" : "happyWoman", "src" : "happyWoman.png"}, {"name" : "moneyWoman", "src" : "moneyWoman.png"}, {"name" : "robotWoman", "src" : "robotWoman.png"}, {"name" : "meditationWoman", "src" : "meditationWoman.png"}, {"name" : "webMan", "src" : "webMan.png"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "pysot_srbf", "black" : "pymoo_nsga2", "traceback" : ["passing", "passing"], "best_val" : [-0.07433268021413739, 0.9598094308276655], "best_x" : [[0.1453609116501295, 0.043465816821294155, 0.47407159571206414, 0.1616425782137453, 0.06892661898728382, 0.09271107637776708, 0.015520581639362166, 0.0019245777468353056], [0.7772396239131799, 0.33101898737792923, 0.25311791716661824, 0.39955987072174715, 0.1406124299787418, 0.030126737429807093, 0.08462926552444894, 0.0208006181437288]], "feval_count" : [130, 100], "n_trials_instructed" : [130, 93], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pysot_srbf", "loser" : "pymoo_nsga2"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"open": {"type": "string"}, "openWithRandomTask": {"type": "string"}}, "required": ["open", "openWithRandomTask"]}, "instance": {"type": "object", "properties": {"acceptContents:": {"type": "string"}, "buildWith:": {"type": "string"}, "taskText": {"type": "string"}, "taskText:": {"type": "string"}, "window": {"type": "string"}, "window:": {"type": "string"}}, "required": ["acceptContents:", "buildWith:", "taskText", "taskText:", "window", "window:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"open" : "DS 12/1/2015 18:46", "openWithRandomTask" : "DS 12/2/2015 17:50"}, "instance" : {"acceptContents:" : "DS 12/2/2015 17:48", "buildWith:" : "DS 12/1/2015 20:35", "taskText" : "DS 12/1/2015 20:35", "taskText:" : "DS 12/1/2015 20:35", "window" : "DS 12/1/2015 21:18", "window:" : "DS 12/1/2015 21:18"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"open": {"type": "string"}, "openWithRandomTask": {"type": "string"}}, "required": ["open", "openWithRandomTask"]}, "instance": {"type": "object", "properties": {"acceptContents:": {"type": "string"}, "buildWith:": {"type": "string"}, "taskText": {"type": "string"}, "taskText:": {"type": "string"}, "window": {"type": "string"}, "window:": {"type": "string"}}, "required": ["acceptContents:", "buildWith:", "taskText", "taskText:", "window", "window:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/[locale].js": {"type": "boolean"}}, "required": ["static/development/pages/[locale].js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "e4f1bcd2d94cc1442985", "c" : {"static/development/pages/[locale].js" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/[locale].js": {"type": "boolean"}}, "required": ["static/development/pages/[locale].js"]}}, "required": ["h", "c"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sazze/amqp": {"type": "string"}, "co": {"type": "string"}, "lodash": {"type": "string"}, "require-all": {"type": "string"}, "sand": {"type": "string"}, "sand-grain": {"type": "string"}}, "required": ["@sazze/amqp", "co", "lodash", "require-all", "sand", "sand-grain"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "co-mocha": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "chai-as-promised", "co-mocha", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sand-amqp", "version" : "1.0.3", "description" : "Sand AMQP Library", "main" : "index.js", "scripts" : {"test" : "node_modules/.bin/mocha --opts ./test/mocha.opts ./test/"}, "repository" : {"type" : "git", "url" : "git+https://github.com/SandJS/amqp.git"}, "keywords" : ["sand", "amqp"], "author" : {"name" : "Paul Marrapese", "email" : "[email protected]"}, "license" : "ISC", "bugs" : {"url" : "https://github.com/SandJS/amqp/issues"}, "homepage" : "https://github.com/SandJS/amqp#readme", "dependencies" : {"@sazze/amqp" : "^1.4.0", "co" : "^4.6.0", "lodash" : "^4.16.4", "require-all" : "^2.0.0", "sand" : "^1.6.2", "sand-grain" : "^1.1.1"}, "devDependencies" : {"chai" : "^3.5.0", "chai-as-promised" : "^5.3.0", "co-mocha" : "^1.1.2", "mocha" : "^2.5.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@sazze/amqp": {"type": "string"}, "co": {"type": "string"}, "lodash": {"type": "string"}, "require-all": {"type": "string"}, "sand": {"type": "string"}, "sand-grain": {"type": "string"}}, "required": ["@sazze/amqp", "co", "lodash", "require-all", "sand", "sand-grain"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "co-mocha": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "chai-as-promised", "co-mocha", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$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": {"app": {"type": "string"}}, "required": ["app"]}, "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": {"electron": {"type": "string"}}, "required": ["electron"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "electron-test", "version" : "1.0.0", "description" : "first test for electron", "main" : "index.js", "scripts" : {"app" : "electron ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/tao12345666333/Talk-Is-Cheap.git"}, "keywords" : ["electron"], "author" : "TaoBeier", "license" : "MIT", "bugs" : {"url" : "https://github.com/tao12345666333/Talk-Is-Cheap/issues"}, "homepage" : "https://github.com/tao12345666333/Talk-Is-Cheap#readme", "dependencies" : {"electron" : "^1.3.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}, "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": {"electron": {"type": "string"}}, "required": ["electron"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "d:\\Learning\\AFLORE\\env\\Scripts\\python.exe"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "author", "version", "license", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Site Check", "description" : "Adds \"checksite\" command to check website security.", "author" : "Juby210#0577", "version" : "1.0.0", "license" : "MIT", "permissions" : ["ext_api"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "author", "version", "license", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "24359"}, "clipped" : true, "id" : "f9f89e5edc"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "25048"}, "clipped" : true, "id" : "56b22fec0c"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : "25050"}, "clipped" : true, "id" : "5530abc5bf"}, {"arcs" : [[3]], "type" : "Polygon", "properties" : {"id" : "17354"}, "clipped" : true, "id" : "b033768e87"}, {"arcs" : [[4]], "type" : "Polygon", "properties" : {"id" : "17469"}, "clipped" : true, "id" : "23931ba4dd"}, {"arcs" : [[5]], "type" : "Polygon", "properties" : {"id" : "17470"}, "clipped" : true, "id" : "bd0ab66b55"}, {"arcs" : [[6]], "type" : "Polygon", "properties" : {"id" : "17835"}, "clipped" : true, "id" : "0fe7cd85e4"}, {"arcs" : [[7]], "type" : "Polygon", "properties" : {"id" : "17836"}, "clipped" : true, "id" : "f65864af01"}]}}, "type" : "Topology", "transform" : {"translate" : [15.21881103515625, 49.44134289100633], "scale" : [1.3411045074480238e-06, 8.720133223213966e-07]}, "arcs" : [[[536, 435], [115, -435], [-309, 0], [-193, 686], [-83, 338], [315, 0], [155, -589]], [[981, 553], [43, -169], [0, -384], [-108, 0], [-130, 501], [195, 52]], [[651, 0], [-115, 435], [250, 66], [130, -501], [-265, 0]], [[644, 1024], [68, -243], [74, -280], [-250, -66], [-155, 589], [263, 0]], [[66, 1024], [83, -338], [193, -686], [-198, 0], [-144, 548], [0, 476], [66, 0]], [[1024, 384], [-43, 169], [-119, 471], [162, 0], [0, -640]], [[0, 548], [144, -548], [-144, 0], [0, 548]], [[862, 1024], [119, -471], [-195, -52], [-74, 280], [-68, 243], [218, 0]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "dimdoors:block/fabric_black"}
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": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "svtools", "downloads" : 30400, "count" : 8146}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$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"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ConsoleColorFormatter\\": {"type": "string"}}, "required": ["ConsoleColorFormatter\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "minimum-stability", "license", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sseidelmann/console-color-formatter", "description" : "Console color formatter", "minimum-stability" : "stable", "license" : "proprietary", "authors" : [{"name" : "Sebastian Seidelmann", "email" : "[email protected]"}], "autoload" : {"psr-4" : {"ConsoleColorFormatter\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ConsoleColorFormatter\\": {"type": "string"}}, "required": ["ConsoleColorFormatter\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "minimum-stability", "license", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {"Pedro R": {"type": "string"}}, "required": ["Pedro R"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"PriceKit": {"type": "array", "items": {"type": "string"}}}, "required": ["PriceKit"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resource_bundles", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PriceKit", "version" : "1.1.0", "summary" : "Get App Store product prices by tier and locale.", "description" : "Get App Store prices by tier and locale.\nUse PriceKit if you have a temporarily discounted SKProduct and you want to\nto display the regular price next to the discount price (strikethrough pricing).\nUse PriceKit to get the product's regular price given the product's tier and price locale.\nPricing information is generated from Apple's product pricing matrix CSV available from iTunes Connect.\nNOTE: By default, pricing information is baked into the pod and is not dynamically fetched from iTunes Connect or any other web service.\nAs such, PriceKit's pricing data may become out of date at any time and there are no guarantees of the accuracy of the data. Use at your own risk.\nKeep your pod regularly updated, or host the pricing matrix CSV on your own web service and regularly update it from iTunes Connect, passing it into PriceKit for parsing.", "homepage" : "https://github.com/prcodes/PriceKit", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Pedro R" : "[email protected]"}, "source" : {"git" : "https://github.com/prcodes/PriceKit.git", "tag" : "1.1.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "PriceKit/Classes/**/*", "resource_bundles" : {"PriceKit" : ["PriceKit/Resources/*"]}, "pushed_with_swift_version" : "4.0"}
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": {"Pedro R": {"type": "string"}}, "required": ["Pedro R"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"PriceKit": {"type": "array", "items": {"type": "string"}}}, "required": ["PriceKit"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resource_bundles", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}, "mongoose-paginate-v2": {"type": "string"}}, "required": ["mongoose", "mongoose-paginate-v2"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-http": {"type": "string"}, "dotenv": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "chai-http", "dotenv", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "book-ranking-api", "version" : "1.0.0", "description" : "A simple api in which books get published, referenced and rated", "main" : "index.js", "scripts" : {"start" : "node src/index.js", "test" : "mocha src/test/test.js --timeout 5000"}, "author" : "romedu", "license" : "MIT", "dependencies" : {"mongoose" : "^5.7.1", "mongoose-paginate-v2" : "^1.3.1"}, "devDependencies" : {"chai" : "^4.2.0", "chai-http" : "^4.3.0", "dotenv" : "^8.1.0", "mocha" : "^6.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}, "mongoose-paginate-v2": {"type": "string"}}, "required": ["mongoose", "mongoose-paginate-v2"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-http": {"type": "string"}, "dotenv": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "chai-http", "dotenv", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "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" : "d6653eee-2d4d-4e6a-976f-6794a497999a", "queryName" : "API Gateway Without Content Encoding", "severity" : "MEDIUM", "category" : "Encryption", "descriptionText" : "Enable Content Encoding through the attribute 'MinimumCompressionSize'. This value should be greater than -1 and smaller than 10485760.", "descriptionUrl" : "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xmin" : [934, 905, 872, 319, 880, 911, 1074, 1117], "xmax" : [1062, 946, 919, 360, 909, 952, 1148, 1169], "ymin" : [1052, 899, 849, 790, 738, 754, 901, 911], "ymax" : [1124, 957, 909, 882, 783, 779, 944, 959]}
json_instruct
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "watchporn", "author" : "AntonisCh", "count" : 558}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"URL": {"type": "string"}, "Text": {"type": "string"}, "_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}}, "required": ["URL", "Text", "_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"URL" : "http://www.slate.com/blogs/browbeat/2015/08/21/mc_mom_key_peele_put_a_new_twist_on_the_trope_of_the_clueless_parent_trying.html", "Text" : "This week\u2019s Key & Peele may have been uneven, but the title sketch made up for the jokes that didn\u2019t land. In \u201cMC Mom,\u201d a college student gets a DVD labeled \u201cTo my fresh dope son, from MC Mom\u201d in the mail from his mother. His delighted roommates insist on watching the homemade music video, in which the sweater-vest-clad middle-aged matriarch raps a dispatch from home to her embarrassed son. Like the best Key & Peele sketches, this one has more than one twist, as MC Mom segues into a mocking riff on all the \u201ccrispy socks\u201d in her son\u2019s bedroom, all before she really goes in. Consider \u201cMC Mom\u201d a retort to the tired comedy trope of the clueless parent trying to rap (which doesn\u2019t make much sense anymore, considering that many of today\u2019s parents grew up listening to hip-hop).\n\n\n\nLongtime Key & Peele fans will appreciate the callback to Season 3 in the kicker.", "_id" : {"$oid" : "55daf0f204235215b082e384"}}
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "Text": {"type": "string"}, "_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}}, "required": ["URL", "Text", "_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"central_parser": {"type": "string"}}, "required": ["central_parser"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ejercicio_parser", "version" : "1.0.0", "description" : "Extraer todos los nodos de un archivo HTML y su CSS. Solamente extraer nodos y sub nodos. Cada nodos debera contener la estructura minima", "main" : "index.js", "scripts" : {"test" : "mocha --reporter spec"}, "bin" : {"central_parser" : "./bin/cli.js"}, "keywords" : ["js", "parser", "html", "nodos", "DOM", "TDD"], "author" : "Christian Garcia", "license" : "MIT", "devDependencies" : {"chai" : "^4.1.2", "mocha" : "^5.2.0"}, "dependencies" : {"commander" : "^2.15.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"central_parser": {"type": "string"}}, "required": ["central_parser"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}