input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"throws": {"type": "string"}}, "required": ["throws"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"throws" : "Binding 'eval' in strict mode (1:9)"} | json_instruct | {"type": "object", "properties": {"throws": {"type": "string"}}, "required": ["throws"], "$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"}, "max_rarity": {"type": "integer"}, "2-piece_bonus": {"type": "string"}, "4-piece_bonus": {"type": "string"}}, "required": ["name", "max_rarity", "2-piece_bonus", "4-piece_bonus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Bande vagabonde", "max_rarity" : 5, "2-piece_bonus" : "Augmente la ma\u00eetrise \u00e9l\u00e9mentaire de 80pts.", "4-piece_bonus" : "Augmente les DGT inflig\u00e9s par les attaques charg\u00e9es de 35% lorsque ce set d'art\u00e9facts est \u00e9quip\u00e9 par les personnages maniant un arc ou un catalyseur."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "max_rarity": {"type": "integer"}, "2-piece_bonus": {"type": "string"}, "4-piece_bonus": {"type": "string"}}, "required": ["name", "max_rarity", "2-piece_bonus", "4-piece_bonus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"symbols": {"type": "object", "properties": {}, "required": []}, "files": {"type": "object", "properties": {"vendor\\symfony\\translation\\Tests\\fixtures\\resources.ts": {"type": "string"}}, "required": ["vendor\\symfony\\translation\\Tests\\fixtures\\resources.ts"]}}, "required": ["symbols", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbols" : {}, "files" : {"vendor\\symfony\\translation\\Tests\\fixtures\\resources.ts" : "2019-07-30T17:32:12.985Z"}} | json_instruct | {"type": "object", "properties": {"symbols": {"type": "object", "properties": {}, "required": []}, "files": {"type": "object", "properties": {"vendor\\symfony\\translation\\Tests\\fixtures\\resources.ts": {"type": "string"}}, "required": ["vendor\\symfony\\translation\\Tests\\fixtures\\resources.ts"]}}, "required": ["symbols", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.27123937, "width" : 0.052601814, "ymin" : 0.17149946, "height" : 0.06575221}, "relativeKeypoints" : [{"y" : 0.1884222, "x" : 0.2728318}, {"y" : 0.21343894, "x" : 0.32131174}, {"y" : 0.20398639, "x" : 0.3212628}, {"y" : 0.19628893, "x" : 0.31690383}, {"y" : 0.19010901, "x" : 0.3101791}, {"y" : 0.20328768, "x" : 0.27845842}, {"y" : 0.22053096, "x" : 0.29783648}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.79502225], "label" : ["Palm"]} | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-02-10T08:00:00Z", "Temp" : 18.7, "RelHum" : 40, "WindSpeed" : 1.3, "WindDir" : 254} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-coffeelint": {"type": "string"}, "gulp-footer": {"type": "string"}, "gulp-watch": {"type": "string"}}, "required": ["coffee-script", "del", "gulp", "gulp-coffee", "gulp-coffeelint", "gulp-footer", "gulp-watch"]}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}}, "required": ["request"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "place-lookup", "version" : "1.0.1", "description" : "A lightweight Node.js module to get the latitude and longitude for any fuzzy place name using the Google Places API", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified yet\" && exit 1"}, "author" : "Alicia Sykes <[email protected]> (http://aliciasykes.com)", "license" : "MIT", "devDependencies" : {"coffee-script" : "^1.10.0", "del" : "^3.0.0", "gulp" : "^3.9.0", "gulp-coffee" : "^2.3.1", "gulp-coffeelint" : "^0.6.0", "gulp-footer" : "^1.0.5", "gulp-watch" : "^4.3.5"}, "dependencies" : {"request" : "^2.83.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-coffeelint": {"type": "string"}, "gulp-footer": {"type": "string"}, "gulp-watch": {"type": "string"}}, "required": ["coffee-script", "del", "gulp", "gulp-coffee", "gulp-coffeelint", "gulp-footer", "gulp-watch"]}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}}, "required": ["request"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Owl", "normalizedVertices" : [{"x" : 0.2794706, "y" : 0.335}, {"x" : 0.7224119, "y" : 0.335}, {"x" : 0.7224119, "y" : 0.6739412}, {"x" : 0.2794706, "y" : 0.6739412}], "score" : 0.71131974}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "lint": {"type": "string"}, "lintfix": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "lint", "lintfix", "test"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "eslint": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint-plugin-babel": {"type": "string"}, "babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}}, "required": ["nodemon", "eslint", "babel-eslint", "eslint-plugin-babel", "babel-cli", "babel-core", "babel-polyfill", "babel-preset-es2015", "babel-preset-stage-2", "babel-plugin-transform-runtime"]}, "dependencies": {"type": "object", "properties": {"babel-runtime": {"type": "string"}}, "required": ["babel-runtime"]}}, "required": ["name", "version", "description", "repository", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "redux-method-middleware", "version" : "1.0.0", "description" : "Similar to Promise Middleware, handle asynchronous callback functions via Redux Middleware", "repository" : {"type" : "git", "url" : "https://github.com/abhiaiyer91/redux-method-middleware.git"}, "license" : "MIT", "scripts" : {"prepublish" : ". ./scripts/prepublish.sh", "lint" : "eslint ./src", "lintfix" : "eslint ./src --fix", "test" : "npm run lint"}, "devDependencies" : {"nodemon" : "1.7.x", "eslint" : "1.7.x", "babel-eslint" : "4.x.x", "eslint-plugin-babel" : "2.x.x", "babel-cli" : "6.x.x", "babel-core" : "6.x.x", "babel-polyfill" : "6.x.x", "babel-preset-es2015" : "6.x.x", "babel-preset-stage-2" : "6.x.x", "babel-plugin-transform-runtime" : "6.x.x"}, "dependencies" : {"babel-runtime" : "6.x.x"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "lint": {"type": "string"}, "lintfix": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "lint", "lintfix", "test"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "eslint": {"type": "string"}, "babel-eslint": {"type": "string"}, "eslint-plugin-babel": {"type": "string"}, "babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}}, "required": ["nodemon", "eslint", "babel-eslint", "eslint-plugin-babel", "babel-cli", "babel-core", "babel-polyfill", "babel-preset-es2015", "babel-preset-stage-2", "babel-plugin-transform-runtime"]}, "dependencies": {"type": "object", "properties": {"babel-runtime": {"type": "string"}}, "required": ["babel-runtime"]}}, "required": ["name", "version", "description", "repository", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1141536, "stations" : ["1141536"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "recompensive", "definition" : "Of the nature of recompense; serving to recompense. Sir T. Browne."} | 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": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Age": {"type": "string"}, "CF-Cache-Status": {"type": "string"}, "CF-RAY": {"type": "string"}, "Cache-Control": {"type": "string"}, "Connection": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Expect-CT": {"type": "string"}, "Expires": {"type": "string"}, "Pragma": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}, "Strict-Transport-Security": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Vary": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "X-UA-Compatible": {"type": "string"}, "cf-request-id": {"type": "string"}}, "required": ["Age", "CF-Cache-Status", "CF-RAY", "Cache-Control", "Connection", "Content-Encoding", "Content-Type", "Date", "Expect-CT", "Expires", "Pragma", "Server", "Set-Cookie", "Strict-Transport-Security", "Transfer-Encoding", "Vary", "X-Frame-Options", "X-UA-Compatible", "cf-request-id"]}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elapsed" : "0.407", "endpoint-url" : "https://www.oxford.gov.uk/download/downloads/id/4244/oxford_brownfield_register_-_december_2017_csv.csv", "entry-date" : "2020-09-02T00:37:39.117809", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land data collector"}, "response-headers" : {"Age" : "1533", "CF-Cache-Status" : "HIT", "CF-RAY" : "5cc3300be9bdf0ee-IAD", "Cache-Control" : "max-age=1800, must-revalidate", "Connection" : "keep-alive", "Content-Encoding" : "gzip", "Content-Type" : "text/html; charset=UTF-8", "Date" : "Wed, 02 Sep 2020 00:41:50 GMT", "Expect-CT" : "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "Expires" : "Thu, 19 Nov 1981 08:52:00 GMT", "Pragma" : "no-cache", "Server" : "cloudflare", "Set-Cookie" : "__cfduid=daaef4bed866594777aac9a6cc3fcb7131599007310; expires=Fri, 02-Oct-20 00:41:50 GMT; path=/; domain=.oxford.gov.uk; HttpOnly; SameSite=Lax", "Strict-Transport-Security" : "max-age=2592000", "Transfer-Encoding" : "chunked", "Vary" : "Accept-Encoding", "X-Frame-Options" : "SAMEORIGIN", "X-UA-Compatible" : "IE=edge,chrome=1", "cf-request-id" : "04eddc5b750000f0ee9fbbb200000001"}, "status" : "404"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Age": {"type": "string"}, "CF-Cache-Status": {"type": "string"}, "CF-RAY": {"type": "string"}, "Cache-Control": {"type": "string"}, "Connection": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Expect-CT": {"type": "string"}, "Expires": {"type": "string"}, "Pragma": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}, "Strict-Transport-Security": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Vary": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "X-UA-Compatible": {"type": "string"}, "cf-request-id": {"type": "string"}}, "required": ["Age", "CF-Cache-Status", "CF-RAY", "Cache-Control", "Connection", "Content-Encoding", "Content-Type", "Date", "Expect-CT", "Expires", "Pragma", "Server", "Set-Cookie", "Strict-Transport-Security", "Transfer-Encoding", "Vary", "X-Frame-Options", "X-UA-Compatible", "cf-request-id"]}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513230208200", "\u5c15\u591a\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["513230208201", "\u70ed\u4e0d\u5361\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513230208202", "\u6c42\u5858\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513230208203", "\u6614\u90ce\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513230208204", "\u66fc\u6728\u8fbe\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513230208205", "\u5207\u6d1b\u739b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513230208206", "\u5211\u6728\u8fbe\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"oq" : "0", "q" : "5660", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1606953600000, "wptn" : "5", "z" : "173.99"}, {"oq" : "0", "q" : "470", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1606953600000, "wptn" : "5", "z" : "174.12"}, {"oq" : "0", "q" : "6490", "rvnm" : "\u957f\u6c5f", "stcd" : "60107300", "stnm" : "\u5b9c\u660c", "tm" : 1606953600000, "wptn" : "5", "z" : "39.66"}, {"oq" : "0", "q" : "7160", "rvnm" : "\u957f\u6c5f", "stcd" : "60108300", "stnm" : "\u6c99\u5e02", "tm" : 1606953600000, "wptn" : "5", "z" : "30.39"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60111200", "stnm" : "\u57ce\u9675\u77f6(\u83b2)", "tm" : 1606953600000, "wptn" : "4", "z" : "21.17"}, {"oq" : "0", "q" : "12600", "rvnm" : "\u957f\u6c5f", "stcd" : "60112200", "stnm" : "\u6c49\u53e3", "tm" : 1606953600000, "wptn" : "4", "z" : "15.56"}, {"oq" : "0", "q" : "14300", "rvnm" : "\u957f\u6c5f", "stcd" : "60113400", "stnm" : "\u4e5d\u6c5f", "tm" : 1606953600000, "wptn" : "5", "z" : "10.367"}, {"oq" : "0", "q" : "18000", "rvnm" : "\u957f\u6c5f", "stcd" : "60115000", "stnm" : "\u5927\u901a", "tm" : 1606953600000, "wptn" : "4", "z" : "6.32"}, {"oq" : "0", "q" : "3490", "rvnm" : "\u6d1e\u5ead\u6e56", "stcd" : "61512000", "stnm" : "\u57ce\u9675\u77f6(\u4e03)", "tm" : 1606953600000, "wptn" : "6", "z" : "21.22"}, {"oq" : "0", "q" : "1990", "rvnm" : "\u9131\u9633\u6e56", "stcd" : "62601600", "stnm" : "\u6e56\u53e3", "tm" : 1606953600000, "wptn" : "6", "z" : "9.49"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60107000", "stnm" : "\u8305\u576a(\u4e8c)", "tm" : 1606953600000, "wptn" : "5", "z" : "173.916"}, {"oq" : "6180", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60106980", "stnm" : "\u4e09\u5ce1\u6c34\u5e93", "tm" : 1606950000000, "wptn" : "4", "z" : "173.89"}, {"oq" : "0", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802500", "stnm" : "\u9f99\u738b\u5e99", "tm" : 1606953600000, "wptn" : "4", "z" : "163.94"}, {"oq" : "708", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802700", "stnm" : "\u4e39\u6c5f\u53e3\u6c34\u5e93", "tm" : 1606950000000, "wptn" : "6", "z" : "163.95"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[28, 29], [7, 33], [3, 13], [19, 12], [13, 21], [13, 2], [23, 13], [6, 13], [31, 30], [19, 12], [23, 13], [6, 13], [5, 13], [27, 1], [13, 3], [10, 13], [8, 13], [3, 13], [13, 3], [13, 35], [17, 13], [21, 13], [5, 13], [13, 5], [34, 26], [13, 3], [18, 22], [11, 12], [32, 4], [16, 9], [25, 20], [13, 17], [13, 21], [13, 6], [13, 2], [14, 36], [2, 13], [13, 24], [15, 0], [23, 13], [10, 5], [10, 13], [13, 8]], "features" : {"0" : "1", "1" : "1", "2" : "3", "3" : "5", "4" : "1", "5" : "4", "6" : "3", "7" : "1", "8" : "2", "9" : "1", "10" : "3", "11" : "1", "12" : "3", "13" : "28", "14" : "1", "15" : "1", "16" : "1", "17" : "2", "18" : "1", "19" : "2", "20" : "1", "21" : "3", "22" : "1", "23" : "3", "24" : "1", "25" : "1", "26" : "1", "27" : "1", "28" : "1", "29" : "1", "30" : "1", "31" : "1", "32" : "1", "33" : "1", "34" : "1", "35" : "1", "36" : "1"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 42345, "cartId" : "1dac720f-2156-426d-b2cb-c646cfa897ad", "preferredProducts" : [316, 4535, 4584, 1468, 155, 2886, 2273, 688, 1137, 1724], "productReviews" : [{"productId" : 72, "reviewText" : "My co-worker Bryton has one of these. He says it looks ragged.", "reviewDate" : "2018-02-18T06:51:59.1359734+02:00"}, {"productId" : 2286, "reviewText" : "It only works when I'm Guernsey.", "reviewDate" : "2020-01-10T01:02:22.5232242+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "predicate": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "predicate", "args"]}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}}, "required": ["id", "from", "to"]}}, "variables": {"type": "object", "properties": {"NPS": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "HCN": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "required": ["NPS", "HCN"]}, "instances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "idiom_id": {"type": "string"}, "node_map": {"type": "object", "properties": {"C": {"type": "string"}, "P1": {"type": "string"}, "P2": {"type": "string"}}, "required": ["C", "P1", "P2"]}}, "required": ["id", "idiom_id", "node_map"]}}, "default_inferences": {"type": "array", "items": {}}}, "required": ["nodes", "edges", "variables", "instances", "default_inferences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nodes" : [{"id" : "n1", "predicate" : "acceptable", "args" : ["NPS"]}, {"id" : "n2", "predicate" : "fact", "args" : ["HCN"]}, {"id" : "n3", "predicate" : "evidence", "args" : ["HCN", "NPS"]}], "edges" : [{"id" : "e1", "from" : "n1", "to" : "n2"}, {"id" : "e2", "from" : "n3", "to" : "n2"}], "variables" : {"NPS" : {"type" : "Proposition", "text" : "Nuclear power is safe."}, "HCN" : {"type" : "Case", "text" : "After more than a half-century of commercial nuclear energy production in the United States, there have been no radiation-related health effects linked to their operation."}}, "instances" : [{"id" : "i1", "idiom_id" : "I09", "node_map" : {"C" : "n1", "P1" : "n3", "P2" : "n2"}}], "default_inferences" : []} | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "predicate": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "predicate", "args"]}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}}, "required": ["id", "from", "to"]}}, "variables": {"type": "object", "properties": {"NPS": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "HCN": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "required": ["NPS", "HCN"]}, "instances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "idiom_id": {"type": "string"}, "node_map": {"type": "object", "properties": {"C": {"type": "string"}, "P1": {"type": "string"}, "P2": {"type": "string"}}, "required": ["C", "P1", "P2"]}}, "required": ["id", "idiom_id", "node_map"]}}, "default_inferences": {"type": "array", "items": {}}}, "required": ["nodes", "edges", "variables", "instances", "default_inferences"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Sprinkle the chicken well with salt and pepper.", "Heat the oil and butter in a heavy-bottomed skillet. Add the chickenbreasts and saut\u00e9 over medium-high heat, turning the pieces often until lightly browned, about 5 minutes.", "Scatter the shallots and garlic around the chicken. Cook briefly; add the tarragon, tomatoes, vinegar, capers, wine, and tomato paste. Stir to dissolve the brown particles adhering to the bottom of the skillet.", "Blend well. Bring to a boil, cover, reduce heat and simmer for 10 minutes, or until the chicken is cooked.", "Sprinkle with parsley and serve."], "ingredients" : ["4 boneless, skinless chicken breasts (about 1 1/4 pounds)", "salt and freshly ground white pepper to taste", "1 tablespoon olive oil", "1 tablespoon butter", "3 tablespoons finely chopped shallots", "1 teaspoon finely chopped garlic", "2 teaspoons finely chopped fresh tarragon or 1 teaspon dried", "4 ripe plum tomatoes, cut into small cubes", "2 tablespoons red wine vinegar", "4 tablespoons drained capers", "1 cup dry white wine", "1 tablespoon tomato paste", "4 tablespoons chopped fresh parsley leaves"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Chicken", "Herb", "Poultry", "Tomato", "Quick & Easy", "Dinner", "White Wine", "Summer", "Capers"], "title" : "Chicken Breasts with Tomatoes and Capers", "url" : "http://www.epicurious.com/recipes/food/views/chicken-breasts-with-tomatoes-and-capers-102361"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/minibiome/arboreal/shimbush1.object": {"type": "array", "items": {"type": "string"}}, "objects/minibiome/arboreal/shimbush2.object": {"type": "array", "items": {"type": "string"}}, "objects/minibiome/arboreal/shimbush3.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/minibiome/arboreal/shimbush1.object", "objects/minibiome/arboreal/shimbush2.object", "objects/minibiome/arboreal/shimbush3.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"objects/minibiome/arboreal/shimbush1.object" : ["/description", "/shortdescription"], "objects/minibiome/arboreal/shimbush2.object" : ["/description", "/shortdescription"], "objects/minibiome/arboreal/shimbush3.object" : ["/description", "/shortdescription"]}, "Texts" : {"Chs" : "\u5fae\u5149\u704c\u4e1b", "Eng" : "Shim Bush"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/minibiome/arboreal/shimbush1.object": {"type": "array", "items": {"type": "string"}}, "objects/minibiome/arboreal/shimbush2.object": {"type": "array", "items": {"type": "string"}}, "objects/minibiome/arboreal/shimbush3.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/minibiome/arboreal/shimbush1.object", "objects/minibiome/arboreal/shimbush2.object", "objects/minibiome/arboreal/shimbush3.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "postbuild": {"type": "string"}}, "required": ["dev", "build", "postbuild"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/cheerio": {"type": "string"}, "@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "electron": {"type": "string"}, "nodemon": {"type": "string"}, "puppeteer": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/cheerio", "@types/cors", "@types/express", "@types/puppeteer", "electron", "nodemon", "puppeteer", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"@otchi/logging": {"type": "string"}, "cheerio": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "got": {"type": "string"}, "graphql": {"type": "string"}, "graphql-request": {"type": "string"}, "puppeteer-extra": {"type": "string"}, "puppeteer-extra-plugin-adblocker": {"type": "string"}, "puppeteer-extra-plugin-stealth": {"type": "string"}, "slugify": {"type": "string"}}, "required": ["@otchi/logging", "cheerio", "cors", "express", "got", "graphql", "graphql-request", "puppeteer-extra", "puppeteer-extra-plugin-adblocker", "puppeteer-extra-plugin-stealth", "slugify"]}}, "required": ["name", "version", "description", "private", "main", "typings", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@otchi/api", "version" : "1.0.0", "description" : "", "private" : true, "main" : "dist/index.js", "typings" : "dist/index.d.ts", "scripts" : {"dev" : "nodemon", "build" : "tsc", "postbuild" : "lerna bootstrap"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"@types/cheerio" : "^0.22.21", "@types/cors" : "^2.8.7", "@types/express" : "^4.17.7", "@types/puppeteer" : "^3.0.1", "electron" : "^9.2.1", "nodemon" : "^2.0.4", "puppeteer" : "^5.2.1", "ts-node" : "^8.10.2", "typescript" : "^4.0.2"}, "dependencies" : {"@otchi/logging" : "^1.0.0", "cheerio" : "^1.0.0-rc.3", "cors" : "^2.8.5", "express" : "^4.17.1", "got" : "^11.5.2", "graphql" : "^15.3.0", "graphql-request" : "^3.0.0", "puppeteer-extra" : "^3.1.15", "puppeteer-extra-plugin-adblocker" : "^2.11.6", "puppeteer-extra-plugin-stealth" : "^2.6.0", "slugify" : "^1.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "postbuild": {"type": "string"}}, "required": ["dev", "build", "postbuild"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/cheerio": {"type": "string"}, "@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "electron": {"type": "string"}, "nodemon": {"type": "string"}, "puppeteer": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/cheerio", "@types/cors", "@types/express", "@types/puppeteer", "electron", "nodemon", "puppeteer", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"@otchi/logging": {"type": "string"}, "cheerio": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "got": {"type": "string"}, "graphql": {"type": "string"}, "graphql-request": {"type": "string"}, "puppeteer-extra": {"type": "string"}, "puppeteer-extra-plugin-adblocker": {"type": "string"}, "puppeteer-extra-plugin-stealth": {"type": "string"}, "slugify": {"type": "string"}}, "required": ["@otchi/logging", "cheerio", "cors", "express", "got", "graphql", "graphql-request", "puppeteer-extra", "puppeteer-extra-plugin-adblocker", "puppeteer-extra-plugin-stealth", "slugify"]}}, "required": ["name", "version", "description", "private", "main", "typings", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"comments": {"type": "boolean"}, "retainLines": {"type": "boolean"}, "compact": {"type": "boolean"}}, "required": ["comments", "retainLines", "compact"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"comments" : false, "retainLines" : true, "compact" : true} | json_instruct | {"type": "object", "properties": {"comments": {"type": "boolean"}, "retainLines": {"type": "boolean"}, "compact": {"type": "boolean"}}, "required": ["comments", "retainLines", "compact"], "$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": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1126025225, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "9f219b82c1c4ddc0efdd9b10a643ce5a", "wof:id" : 1126025225, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.15691, 48.24958, 6.15691, 48.24958], "geometry" : {"coordinates" : [6.15691, 48.24958], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"default-opacity": {"type": "number"}}, "required": ["default-opacity"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"default-opacity" : 0.7} | json_instruct | {"type": "object", "properties": {"default-opacity": {"type": "number"}}, "required": ["default-opacity"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["cc-player-dxy"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Atago RaceQueen - Bubble Butt [Azur Lane]", "author" : "iwayen", "description" : "AzurundefinedLaneundefinedAtago", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/609784/thumbnail-609784_0004.jpg?itok=3PaHalmA", "download" : "https://www.iwara.tv/api/video/0m4wau1gejfzw89aj", "origin" : "https://www.iwara.tv/videos/0m4wau1gejfzw89aj"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 85125, "cartId" : "beba407f-be0e-4596-a7b5-b406923afa66", "preferredProducts" : [3360, 3837, 2344, 500, 3097], "productReviews" : [{"productId" : 577, "reviewText" : "heard about this on rebetiko radio, decided to give it a try.", "reviewDate" : "2019-11-21T05:00:08.5586957+02:00"}, {"productId" : 1063, "reviewText" : "this Points is honest.", "reviewDate" : "2019-01-17T04:56:31.6043831+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import { Observable } from '../Observable';\nimport { innerFrom } from './from';\nimport { argsOrArgArray } from '../util/argsOrArgArray';\nimport { OperatorSubscriber } from '../operators/OperatorSubscriber';\nexport function race() {\n var sources = [];\n\n for (var _i = 0; _i < arguments.length; _i++) {\n sources[_i] = arguments[_i];\n }\n\n sources = argsOrArgArray(sources);\n return sources.length === 1 ? innerFrom(sources[0]) : new Observable(raceInit(sources));\n}\nexport function raceInit(sources) {\n return function (subscriber) {\n var subscriptions = [];\n\n var _loop_1 = function _loop_1(i) {\n subscriptions.push(innerFrom(sources[i]).subscribe(new OperatorSubscriber(subscriber, function (value) {\n if (subscriptions) {\n for (var s = 0; s < subscriptions.length; s++) {\n s !== i && subscriptions[s].unsubscribe();\n }\n\n subscriptions = null;\n }\n\n subscriber.next(value);\n })));\n };\n\n for (var i = 0; subscriptions && !subscriber.closed && i < sources.length; i++) {\n _loop_1(i);\n }\n };\n} //# sourceMappingURL=race.js.map", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K01909": {"type": "string"}, "K05939": {"type": "string"}}, "required": ["K01909", "K05939"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00071": {"type": "string"}}, "required": ["rn00071"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"comment" : "", "definition" : "ATP + Long-chain fatty acid + Acyl-carrier protein <=> AMP + Diphosphate + Long-chain acyl-[acyl-carrier protein]", "orthologs" : {"K01909" : "long-chain-fatty-acid--[acyl-carrier-protein] ligase [EC:6.2.1.20]", "K05939" : "acyl-[acyl-carrier-protein]-phospholipid O-acyltransferase / long-chain-fatty-acid--[acyl-carrier-protein] ligase [EC:2.3.1.40 6.2.1.20]"}, "name" : "long-chain-fatty-acid:[acyl-carrier-protein] ligase (AMP-forming)", "product_stoichiometries" : ["1", "1", "1"], "enzymes" : ["6.2.1.20"], "equation" : "C00002 + C00638 + C00229 <=> C00020 + C00013 + C20683", "glycans" : false, "substrate_stoichiometries" : ["1", "1", "1"], "rpairs" : {}, "entry_id" : "R01406", "pathways" : {"rn00071" : "Fatty acid degradation"}, "products" : ["C00020", "C00013", "C20683"], "substrates" : ["C00002", "C00638", "C00229"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K01909": {"type": "string"}, "K05939": {"type": "string"}}, "required": ["K01909", "K05939"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00071": {"type": "string"}}, "required": ["rn00071"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"republish": {"type": "string"}}, "required": ["republish"]}, "dependencies": {"type": "object", "properties": {"pako": {"type": "string"}}, "required": ["pako"]}}, "required": ["name", "version", "description", "keywords", "main", "repository", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "express-static-compress", "version" : "1.0.5", "description" : "High performance static assets cache for express that also supports compression and maxAge cache-control.", "keywords" : ["express", "cache", "static", "compression", "deflate", "gzip", "cacheControl", "cache-control", "maxAge", "max-age", "performance", "caching"], "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/swent/express-static-compress"}, "author" : "swent", "license" : "MIT", "scripts" : {"republish" : "npm publish --access public"}, "dependencies" : {"pako" : "^1.0.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"republish": {"type": "string"}}, "required": ["republish"]}, "dependencies": {"type": "object", "properties": {"pako": {"type": "string"}}, "required": ["pako"]}}, "required": ["name", "version", "description", "keywords", "main", "repository", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Computer usage in daily life.", "fields" : ["human computer interaction", "user profile", "multimedia", "asynchronous communication", "software"], "abstract" : "In this paper we explore the use of computer at home. This work is based on the automatic recording of application focus data in natural situation from a wide representative panel of 661 households with 1,434 users at home over 19 months. To process these large-scale data, we build a two-level classification of PC applications describing the whole PC use. At the household level, we worked on computer usage temporality: we observed two strategies of PC usage reflecting a tension between synchronous and asynchronous usage profiles. At the individual level, we found out that software preferences and usage intensity are rather independent; therefore, we distinguished five specific profiles of users reflecting strong routine behaviors of computer usage at home. These observations tend to show the strength of routine behaviors in computer usage.", "citation" : "Citations (63)", "departments" : ["Orange Labs, Is ... lineaux, France"], "authors" : ["Thomas Beauvisage.....http://dblp.org/pers/hd/b/Beauvisage:Thomas"], "conf" : "chi", "year" : "2009", "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["appbuilder", "excel-push-pull", "julien-f-unzip", "mobile-cli-lib", "node-unzip-2", "tomahawkjs", "tomahawq", "unzip", "unzip-maxired", "unzip2"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "The Geometry of Computation-Graph Abstraction.", "fields" : ["semantic data model", "lambda calculus", "geometry of interaction", "garbage collection", "automatic differentiation"], "abstract" : "The popular library TENSORFLOW (TF) has familiarised the mainstream of machine-learning community with programming language concepts such as data-flow computing and automatic differentiation. Additionally, it has introduced some genuinely new syntactic and semantic programming concepts. In this paper we study one such new concept, the ability to extract and manipulate the state of a computation graph. This feature allows the convenient specification of parameterised models by freeing the programmer of the bureaucracy of parameter management, while still permitting the use of generic, model-independent, search and optimisation algorithms. We study this new language feature, which we call 'graph abstraction' in the context of the call-by-value lambda calculus, using the recently developed Dynamic Geometry of Interaction formalism. We give a simple type system guaranteeing the safety of graph abstraction, and we also show the safety of critical language properties such as garbage collection and the beta law. The semantic model suggests that the feature could be implemented in a general-purpose functional language reasonably efficiently.", "citation" : "Not cited", "departments" : ["University of Birmingham", "University of Birmingham", "University of Birmingham"], "authors" : ["Koko Muroya.....http://dblp.org/pers/hd/m/Muroya:Koko", "Steven W. T. Cheung.....http://dblp.org/pers/hd/c/Cheung:Steven_W=_T=", "Dan R. Ghica.....http://dblp.org/pers/hd/g/Ghica:Dan_R="], "conf" : "lics", "year" : "2018", "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "gamingmod:block/dark_block"} | 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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1202020043", "district_id" : "1202020", "name" : "HADANGKAHAN"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"toc": {"type": "string"}}, "required": ["toc"]}, "dependencies": {"type": "object", "properties": {"markdown-toc": {"type": "string"}}, "required": ["markdown-toc"]}}, "required": ["name", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "awesome-electronics", "scripts" : {"toc" : "markdown-toc README.md -i"}, "dependencies" : {"markdown-toc" : "^1.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"toc": {"type": "string"}}, "required": ["toc"]}, "dependencies": {"type": "object", "properties": {"markdown-toc": {"type": "string"}}, "required": ["markdown-toc"]}}, "required": ["name", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9e4ddc604e550b6e111506972e0e3c48b51dbf04"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3271050", "regency_id" : "3271", "name" : "BOGOR BARAT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "OGAN KOMERING ULU SELATAN", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 111747, "noUrut" : 1, "nama" : "KARLI, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "OGAN KOMERING ULU SELATAN", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 111825, "noUrut" : 2, "nama" : "TONY CURTIS SILITONGA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PALEMBANG", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 111923, "noUrut" : 3, "nama" : "LIU MENA ERSANDA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BENGKULU", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 112204, "noUrut" : 4, "nama" : "VERO WAHYU ANDITIA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "OGAN KOMERING ULU SELATAN", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 111387, "noUrut" : 5, "nama" : "BAMBANG SUJOKO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "OGAN KOMERING ULU", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 112012, "noUrut" : 6, "nama" : "FITRIA KUSUMA DEWI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "OGAN KOMERING ULU SELATAN", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 111160, "noUrut" : 7, "nama" : "YASMIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "OGAN KOMERING ULU SELATAN", "originalFilename" : "FHOTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 112086, "noUrut" : 8, "nama" : "ROSA OKTAVIA", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id_8877": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_8877"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_8877" : {"title" : "In Times Like These", "language" : "English", "totaltime" : "05:20:40", "url_librivox" : "http://librivox.org/in-times-like-these-by-nellie-mcclung/", "url_iarchive" : "http://archive.org/details/timeslikethese_1411_librivox", "readers" : ["7939"], "authors" : "10555", "genres" : "Family & Relationships"}} | json_instruct | {"type": "object", "properties": {"id_8877": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_8877"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Place the olive oil in a deep, heavy pot, and heat over medium-high heat. Stir in the onion, garlic, and 1 red pepper; cook until onion is transparent, about 5 minutes. Stir in the black beans. Add the mango, banana, cumin, ginger, and hot pepper sauce; stir and cook until fruit softens. Pour in the coconut milk and vegetable broth. Bring soup mixture to a boil over high heat. Reduce heat to low, and simmer until liquid reduces, about 1 hour. Season to taste with salt and pepper.", "Place soup in batches into a blender, and blend until smooth; or use a stick blender to blend in the soup pot. Serve garnished with dollops of sour cream and sprinkled with red bell pepper."], "ingredients" : ["1 tablespoon olive oil", "1 sweet onion, minced", "1 clove garlic, minced", "1 red bell pepper, seeded and diced", "2 (15.5 ounce) cans black beans, rinsed and drained", "1 mango - peeled, seeded and diced", "1 banana, peeled and sliced", "1 1/2 teaspoons ground cumin", "1/2 teaspoon ground ginger", "1 tablespoon hot pepper sauce (e.g. Tabasco\u2122), or to taste", "1 (15 ounce) can light coconut milk", "2 cups vegetable broth", "salt and pepper to taste", "1/2 cup sour cream, for garnish", "1/2 cup chopped red bell peppers, for garnish"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Calypso Black Bean Soup", "url" : "http://allrecipes.com/recipe/102928/calypso-black-bean-soup/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resources" : [{"pattern" : "\\QMETA-INF/swagger\\E"}, {"pattern" : ".*/swagger/micronaut-starter-.*yml"}, {"pattern" : "\\QMETA-INF/swagger/views/rapidoc/index.html\\E"}, {"pattern" : "\\QMETA-INF/swagger/views/swagger-ui/index.html\\E"}]} | json_instruct | {"type": "object", "properties": {"resources": {"type": "array", "items": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404349167, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a8ccb59b210a96f3eaef011a0bdccc42", "wof:id" : 404349167, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.76004192918469, 45.22592335140715, 1.8114489230611, 45.25821496292704], "geometry" : {"coordinates" : [[[1.80168604152077, 45.22592335140715], [1.78827114585498, 45.22750768969745], [1.76899597635259, 45.23647344431813], [1.76004192918469, 45.25167460972769], [1.77255214483513, 45.25037182103592], [1.78073124415984, 45.25821496292704], [1.78682816178317, 45.25050065884149], [1.79100936175522, 45.24993359682684], [1.79110061940735, 45.24689978298701], [1.79860817419535, 45.24399096272379], [1.8114489230611, 45.24320070595795], [1.80952218904922, 45.23373364710609], [1.80168604152077, 45.22592335140715]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ansible_version": {"type": "string"}, "requirements": {"type": "array", "items": {}}}, "required": ["ansible_version", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ansible_version" : "2.7.9", "requirements" : []} | json_instruct | {"type": "object", "properties": {"ansible_version": {"type": "string"}, "requirements": {"type": "array", "items": {}}}, "required": ["ansible_version", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"glider-compat.min.js": {"type": "string"}, "glider.css": {"type": "string"}, "glider.js": {"type": "string"}, "glider.min.css": {"type": "string"}, "glider.min.js": {"type": "string"}}, "required": ["glider-compat.min.js", "glider.css", "glider.js", "glider.min.css", "glider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"glider-compat.min.js" : "sha512-uDuWqOxg/d52jrK9sfrZf5qj1VjXlbekCDElkB/EOJAa6xOhLR1mVU1RZ0rFUqx5L4EkUPwyqPfJiwLF3D7Ypw==", "glider.css" : "sha512-rEnjEH5u8xKS8NLcXC4nuZwT89x+tMB19ddbolNGE7DTl6o3JEo11kHAwryLlALFnxdONjO4xVpjunLWdiZR1A==", "glider.js" : "sha512-WmXGzjXwJ6Q+GcyOEPXJt74JymP7JfSdKO0kV9OeMwP2GQwsaasexBKKIBH6cp3KrANrhMzfEBnofi9FPGbSSA==", "glider.min.css" : "sha512-YM6sLXVMZqkCspZoZeIPGXrhD9wxlxEF7MzniuvegURqrTGV2xTfqq1v9FJnczH+5OGFl5V78RgHZGaK34ylVg==", "glider.min.js" : "sha512-Ezm1bDSv2enweurqkUkKvglJLENDtoCjPzJXMMLWVh7U+3Uc+aTzdHPWhuvC8fs3ou9h0nzunnvmUhZt5r5adw=="} | json_instruct | {"type": "object", "properties": {"glider-compat.min.js": {"type": "string"}, "glider.css": {"type": "string"}, "glider.js": {"type": "string"}, "glider.min.css": {"type": "string"}, "glider.min.js": {"type": "string"}}, "required": ["glider-compat.min.js", "glider.css", "glider.js", "glider.min.css", "glider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"background_color": {"type": "string"}, "description": {"type": "string"}, "display": {"type": "string"}, "name": {"type": "string"}, "orientation": {"type": "string"}, "scope": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "theme_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}}, "required": ["background_color", "description", "display", "name", "orientation", "scope", "short_name", "start_url", "theme_color", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"background_color" : "{{ .Site.Params.brand_color }}", "description" : "{{ .Site.Params.description }}", "display" : "standalone", "name" : "{{ .Site.Title }}", "orientation" : "portrait", "scope" : "/", "short_name" : "{{ .Site.Title }}", "start_url" : "/?utm_source=homescreen", "theme_color" : "{{ .Site.Params.brand_color }}", "icons" : [{"src" : "./images/favicons/36x36.png", "sizes" : "36x36", "type" : "image/png"}, {"src" : "./images/favicons/48x48.png", "sizes" : "48x48", "type" : "image/png"}, {"src" : "./images/favicons/72x72.png", "sizes" : "72x72", "type" : "image/png"}, {"src" : "./images/favicons/96x96.png", "sizes" : "96x96", "type" : "image/png"}, {"src" : "./images/favicons/144x144.png", "sizes" : "144x144", "type" : "image/png"}, {"src" : "./images/favicons/192x192.png", "sizes" : "192x192", "type" : "image/png"}, {"src" : "./images/favicons/256x256.png", "sizes" : "256x256", "type" : "image/png"}, {"src" : "./images/favicons/384x384.png", "sizes" : "384x384", "type" : "image/png"}, {"src" : "./images/favicons/512x512.png", "sizes" : "512x512", "type" : "image/png"}]} | json_instruct | {"type": "object", "properties": {"background_color": {"type": "string"}, "description": {"type": "string"}, "display": {"type": "string"}, "name": {"type": "string"}, "orientation": {"type": "string"}, "scope": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}, "theme_color": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}}, "required": ["background_color", "description", "display", "name", "orientation", "scope", "short_name", "start_url", "theme_color", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [158.27, 446.998, 1, 211.071, 476.867, 1, 217.083, 488.906, 1, 290.309, 500.873, 1, 329.183, 510.883, 1, 211.039, 464.855, 1, 256.073, 443.787, 1, -1.29082, 0.29509, 0, 366.284, 460.96, 1, 476.185, 314.93, 1, 507.228, 399.746, 1, 374.289, 447.92, 1, 475.147, 315.928, 1, 509.208, 396.821, 1, 150.265, 447.955, 1, -1.29082, 0.29509, 0, 152.296, 476.971, 1, -1.29082, 0.29509, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import{combineReducers}from'redux';import auth from'./auth_reducer';import expense from'./expense_reducer';import errors from'./error_reducer';export default combineReducers({auth:auth,expense:expense,errors:errors});", "map" : {"version" : 3, "sources" : ["C:/Users/ahmed/Documents/mern-expense-app/client/src/reducers/index.js"], "names" : ["combineReducers", "auth", "expense", "errors"], "mappings" : "AAAA,OAASA,eAAT,KAAgC,OAAhC,CAEA,MAAOC,CAAAA,IAAP,KAAiB,gBAAjB,CACA,MAAOC,CAAAA,OAAP,KAAoB,mBAApB,CACA,MAAOC,CAAAA,MAAP,KAAmB,iBAAnB,CAEA,cAAeH,CAAAA,eAAe,CAAC,CAC3BC,IAAI,CAAJA,IAD2B,CAE3BC,OAAO,CAAPA,OAF2B,CAG3BC,MAAM,CAANA,MAH2B,CAAD,CAA9B", "sourcesContent" : ["import { combineReducers } from 'redux'\r\n\r\nimport auth from './auth_reducer'\r\nimport expense from './expense_reducer'\r\nimport errors from './error_reducer'\r\n\r\nexport default combineReducers({\r\n auth,\r\n expense,\r\n errors\r\n})"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d530-46", "text" : "Ms*0 Harry'Jo S&oml\u00ae,\nJvOy 12, 1954\n-3-\nW\u00a9 do not belies that your association meana to give the\ninference that ooEsoroial ts&fiftlsiaii is built on violent, or that\neducational stations mat b\u00a9 justified on such a. paresis\u00a90 I thought\nhat this matte *h- .*.fbe called to your attention, with th\u00a9 hop\u00ae\nthat M&EB will gim it serious consideration and \u00a9isorcig\u00a9 extreme\ncaution in tha preparation of releases and other material which could\ntrill impair th\u00ae \u00a9nthusiaiEi so many ccctiaoreial tel\u00a9casters have for th\u00ae\n\u00a9wrall effort to establish th\u00a9 msudsam number of educational T\u00a5\noutlets\u00a9\nSincerely^\n/\u00bb/ J* H\u00ab Smith, Jr\u00a9\nJohn Ho Ssith, Jrc\nCopied MSB Be&dquartars, 7/U/54? -usd seat to E1S8 Qf?\u00a3i@\u00aers"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "null"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"type": "string"}, "login": {"type": "string"}, "id": {"type": "integer"}, "hooks_url": {"type": "string"}}, "required": ["issues_url", "members_url", "description", "public_members_url", "url", "events_url", "avatar_url", "repos_url", "login", "id", "hooks_url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"issues_url" : "https://api.github.com/orgs/PDXHub/issues", "members_url" : "https://api.github.com/orgs/PDXHub/members{/member}", "description" : null, "public_members_url" : "https://api.github.com/orgs/PDXHub/public_members{/member}", "url" : "https://api.github.com/orgs/PDXHub", "events_url" : "https://api.github.com/orgs/PDXHub/events", "avatar_url" : "https://avatars.githubusercontent.com/u/633334?v=3", "repos_url" : "https://api.github.com/orgs/PDXHub/repos", "login" : "PDXHub", "id" : 633334, "hooks_url" : "https://api.github.com/orgs/PDXHub/hooks"}, {"issues_url" : "https://api.github.com/orgs/activate/issues", "members_url" : "https://api.github.com/orgs/activate/members{/member}", "description" : null, "public_members_url" : "https://api.github.com/orgs/activate/public_members{/member}", "url" : "https://api.github.com/orgs/activate", "events_url" : "https://api.github.com/orgs/activate/events", "avatar_url" : "https://avatars.githubusercontent.com/u/1158780?v=3", "repos_url" : "https://api.github.com/orgs/activate/repos", "login" : "activate", "id" : 1158780, "hooks_url" : "https://api.github.com/orgs/activate/hooks"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "null"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"type": "string"}, "login": {"type": "string"}, "id": {"type": "integer"}, "hooks_url": {"type": "string"}}, "required": ["issues_url", "members_url", "description", "public_members_url", "url", "events_url", "avatar_url", "repos_url", "login", "id", "hooks_url"]}, "$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"}, "description": {"type": "string"}, "compatibility": {"type": "string"}}, "required": ["name", "description", "compatibility"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Related Parties", "description" : "An array of parties who are related to the milestone and a free text field to record any additional information", "compatibility" : ">=1.1"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "compatibility": {"type": "string"}}, "required": ["name", "description", "compatibility"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "regexes": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "regexes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "number", "regexes" : ["\\b\\d*\\.?\\d+\\b"]}, {"type" : "function", "regexes" : ["^\\w+"]}, {"type" : "keyword", "regexes" : ["::", "@", "\\`.+\\`", "\\bas\\b", "\\bcase\\b", "\\bof\\b", "\\bclass\\b", "\\bdata\\b", "\\bdata family\\b", "\\bdata instance\\b", "\\bdefault\\b", "\\bderiving\\b", "\\bderiving instance\\b", "\\bdo\\b", "\\bforall\\b", "\\bforeign\\b", "\\bhiding\\b", "\\bif\\b", "\\bthen\\b", "\\belse\\b", "\\bimport\\b", "\\binfix\\b", "\\binfixl\\b", "\\binfixr\\b", "\\binstance\\b", "\\blet\\b", "\\bin\\b", "\\bmdo\\b", "\\bmodule\\b", "\\bnewtype\\b", "\\bproc\\b", "\\bqualified\\b", "\\brec\\b", "\\btype\\b", "\\btype family\\b", "\\btype instance\\b", "\\bwhere\\b"]}, {"type" : "class", "regexes" : ["\\b[A-Z]+\\w+"]}, {"type" : "comment", "regexes" : ["--.+", "\\{-[^-\\{\\}]+-\\}"]}, {"type" : "wrapping", "regexes" : ["\"(\\\\.|[^\"])*\""], "precedence" : "comment"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "regexes": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "regexes"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Females": {"type": "array", "items": {}}, "Males": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "PinType": {"type": "string"}, "Protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "PinType", "Protocols"]}}, "Name": {"type": "string"}}, "required": ["Females", "Males", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Females" : [], "Males" : [{"Name" : "Barrel", "PinType" : "DC Power Barrel", "Protocols" : ["USB 1.0", "USB 1.1", "USB 2.0"]}, {"Name" : "Wall Wart", "PinType" : "NEMA 5-15", "Protocols" : ["USB 1.0", "USB 1.1", "USB 2.0"]}], "Name" : "Generic AC Adapter - Barrel Plug"} | json_instruct | {"type": "object", "properties": {"Females": {"type": "array", "items": {}}, "Males": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "PinType": {"type": "string"}, "Protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "PinType", "Protocols"]}}, "Name": {"type": "string"}}, "required": ["Females", "Males", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"actors" : [], "countries" : [], "enb_end_date" : "09-Jun-12", "enb_long_title" : "Thirty-fifth Session of the Intergovernmental Panel on Climate Change (IPCC)", "enb_short_title" : "IPCC-35", "enb_start_date" : "06-Jun-12", "enb_url" : "http://www.iisd.ca/vol12/enb12547e.html", "id" : "enb12547e_40", "section_title" : "A BRIEF ANALYSIS OF IPCC-35 GETTING THE HOUSE IN ORDER BEFORE FACING THE WORLD", "sentences" : ["Approximately a year and a half ago, the IPCC embarked on a journey to reform its processes and procedures, based largely on recommendations from the independent review by the Inter-Academy Council (IAC) launched in the aftermath of controversies surrounding the Fourth Assessment Report.", "The 35th session of the IPCC in Geneva took care of the few outstanding issues related to the review, in particular governance and management and the communications strategy, as well as normal routine business, such as requests from the United Nations Framework Convention on Climate Change (UNFCCC) and reports from the Working Groups on their progress towards the Fifth Assessment Report (AR5).", "At the close of the meeting, most delegates seemed pleased with what has been achieved over the past four sessions.", "Many agreed that since the IPCC has now sorted out its housekeeping matters the Panel is now well-prepared for the work and intense public scrutiny ahead, as it enters the last stage of the Fifth Assessment cycle.", "This brief analysis provides an overview of IPCC-35 and the road ahead towards the AR5, and places these developments in the context of the ongoing negotiations under the UNFCCC."], "subtype" : "analysis", "topics" : [], "type" : "ipcc"} | json_instruct | {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generated_at" : "2017-01-27T09:37:33.758149", "required_by" : ["datapipe"], "requires" : ["Django", "psycopg2"], "package" : "django-pgjsonb"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "null"}, "language": {"type": "string"}, "license": {"type": "string"}, "citation": {"type": "string"}, "sentence_count": {"type": "integer"}, "token_count": {"type": "integer"}, "chunks": {"type": "array", "items": {"type": "integer"}}, "alignment": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "title", "author", "language", "license", "citation", "sentence_count", "token_count", "chunks", "alignment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "torot:20180323:pskov-ivan", "title" : "Missive from Prince Ivan of Pskov, 1463\u20131465", "author" : null, "language" : "orv", "license" : "CC BY-NC-SA 4.0", "citation" : "Ivan of Pskov", "sentence_count" : 26, "token_count" : 339, "chunks" : [2747], "alignment" : {}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "null"}, "language": {"type": "string"}, "license": {"type": "string"}, "citation": {"type": "string"}, "sentence_count": {"type": "integer"}, "token_count": {"type": "integer"}, "chunks": {"type": "array", "items": {"type": "integer"}}, "alignment": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "title", "author", "language", "license", "citation", "sentence_count", "token_count", "chunks", "alignment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "name", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/1448496573", "properties" : {"addr:city" : "Ried", "addr:country" : "CH", "addr:housenumber" : "26", "addr:postcode" : "3216", "addr:street" : "Kreuzweg", "name" : "Etter Gem\u00fcse und Jungpflanzen", "shop" : "farm", "id" : "node/1448496573"}, "geometry" : {"type" : "Point", "coordinates" : [7.182954, 46.9553792]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "name", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"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" : "5215_cam-image_array_.jpg", "user/angle" : 0.168, "user/throttle" : 0.764, "user/mode" : "user", "pos/pos_x" : 45.57447, "pos/pos_y" : 0.555894, "pos/pos_z" : 45.05651, "pos/speed" : 13.34517, "pos/cte" : -3.857901, "milliseconds" : 277703} | 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#"} |
Generate a valid JSON object that conforms to the following 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" : "Bouy", "dpt" : "Marne", "inscrits" : 406, "abs" : 84, "votants" : 322, "blancs" : 27, "nuls" : 10, "exp" : 285, "res" : [{"panneau" : "1", "voix" : 144}, {"panneau" : "2", "voix" : 141}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "minimist": {"type": "string"}, "supports-color": {"type": "string"}}, "required": ["chalk", "minimist", "supports-color"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}, "xo": {"type": "object", "properties": {"esnext": {"type": "boolean"}, "space": {"type": "integer"}, "semicolon": {"type": "boolean"}, "rules": {"type": "object", "properties": {"xo/no-process-exit": {"type": "integer"}}, "required": ["xo/no-process-exit"]}}, "required": ["esnext", "space", "semicolon", "rules"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "scripts", "bin", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "clijs-boilerplate", "version" : "1.0.0", "description" : "A boilerplate to build CLIs with JavaScript", "keywords" : ["cli", "terminal", "boilerplate", "javascript"], "author" : {"name" : "Luiz Fernando Rodrigues", "email" : "[email protected]", "url" : "http://fernahh.com.br"}, "license" : "MIT", "scripts" : {"test" : "xo && ava"}, "bin" : {"app" : "./bin/app"}, "dependencies" : {"chalk" : "^1.1.3", "minimist" : "^1.2.0", "supports-color" : "^3.1.2"}, "devDependencies" : {"ava" : "^0.14.0", "xo" : "^0.15.1"}, "xo" : {"esnext" : true, "space" : 2, "semicolon" : false, "rules" : {"xo/no-process-exit" : 0}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "minimist": {"type": "string"}, "supports-color": {"type": "string"}}, "required": ["chalk", "minimist", "supports-color"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}, "xo": {"type": "object", "properties": {"esnext": {"type": "boolean"}, "space": {"type": "integer"}, "semicolon": {"type": "boolean"}, "rules": {"type": "object", "properties": {"xo/no-process-exit": {"type": "integer"}}, "required": ["xo/no-process-exit"]}}, "required": ["esnext", "space", "semicolon", "rules"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "scripts", "bin", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0b1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0b2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0b3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0rc1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0rc2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0", "1.0b1", "1.0b2", "1.0b3", "1.0rc1", "1.0rc2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0"], "meta" : {"description" : "SQLAlchemy/Zope2 transaction integration", "homepage" : "http://svn.plone.org/svn/collective/collective.lead", "license" : "LGPL"}, "versions" : {"1.0" : {"sha256" : "1c0d15c0e58464d366a385045abab6a140a6c1c9c8092fc246b508cfc411fa3b", "url" : "https://files.pythonhosted.org/packages/10/4d/cda769165d73db62465ff86e715b1b720514a227aa6060e3ab5403e714c2/collective.lead-1.0.tar.gz"}, "1.0b1" : {"sha256" : "7a967d6659307589754a58b1a612d7557dc4e8de25b00683e03d0d5127d634db", "url" : "https://files.pythonhosted.org/packages/0d/24/60f7810f9bbb76c2058f54f468bbe1730600d0c629f5b81d866b0dd1a9c5/collective.lead-1.0b1.tar.gz"}, "1.0b2" : {"sha256" : "d49947fa0ec1a9b64102e7450a165b9ca3e9e676d3e91e44a2ca6018a8be49ef", "url" : "https://files.pythonhosted.org/packages/91/d3/6432c93eeaf8f6cea59f8605bd54d75b42adfd8d4b9916778286973deff6/collective.lead-1.0b2.tar.gz"}, "1.0b3" : {"sha256" : "b6473115ce8c7d570478779395a71bfb4d745d683efa3c4e608ab83f6f6a4bef", "url" : "https://files.pythonhosted.org/packages/c5/a1/8cfb4bf2dc3f918923bdaa7aabbaf7e1960a69277b9f04530317a0b08b0b/collective.lead-1.0b3.tar.gz"}, "1.0rc1" : {"sha256" : "95227b4cc75cab99dd82930bb7c9056915cb753f1226afcea6817857dc631418", "url" : "https://files.pythonhosted.org/packages/d8/ff/19dc0b902ae8b59cad5f5e20ed91e9c3f7a2f3eb58d5bb6ed6af5389b3cc/collective.lead-1.0rc1.tar.gz"}, "1.0rc2" : {"sha256" : "e5f77d1a6d1c544062498f536451e13d1acecdc73ac74ca36c11a49f396f60e7", "url" : "https://files.pythonhosted.org/packages/ee/02/426fc07a9f8ce709a18784b2695c705f8afaea61c6a8539849d1e39442f6/collective.lead-1.0rc2.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0b1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0b2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0b3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0rc1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0rc2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0", "1.0b1", "1.0b2", "1.0b3", "1.0rc1", "1.0rc2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}, "package": {"type": "string"}}, "required": ["start", "postinstall", "package"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}, "electron-rebuild": {"type": "string"}}, "required": ["electron", "electron-packager", "electron-rebuild"]}, "dependencies": {"type": "object", "properties": {"electron-prompt": {"type": "string"}, "monaco-editor": {"type": "string"}, "serialport": {"type": "string"}, "xterm": {"type": "string"}}, "required": ["electron-prompt", "monaco-editor", "serialport", "xterm"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nodemcu-file-tool", "version" : "1.0.0", "description" : "A tool for working with your NodeMCU", "main" : "main.js", "scripts" : {"start" : "electron .", "postinstall" : "electron-rebuild", "package" : "electron-packager . nodemcu-tool --overwrite --package-manager yarn && cp -rf ./node_modules/serialport ./nodemcu-tool-win32-x64/resources/app/node_modules/"}, "repository" : "https://github.com/cilliemalan/nodemcu-file-tool.git", "keywords" : ["NodeMCU"], "author" : "GitHub", "license" : "MIT", "devDependencies" : {"electron" : "1.7.9", "electron-packager" : "^9.1.0", "electron-rebuild" : "^1.6.0"}, "dependencies" : {"electron-prompt" : "^0.4.0", "monaco-editor" : "^0.10.1", "serialport" : "^6.0.4", "xterm" : "^2.9.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}, "package": {"type": "string"}}, "required": ["start", "postinstall", "package"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}, "electron-rebuild": {"type": "string"}}, "required": ["electron", "electron-packager", "electron-rebuild"]}, "dependencies": {"type": "object", "properties": {"electron-prompt": {"type": "string"}, "monaco-editor": {"type": "string"}, "serialport": {"type": "string"}, "xterm": {"type": "string"}}, "required": ["electron-prompt", "monaco-editor", "serialport", "xterm"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "Fossil", "market_name" : "Wear", "codename" : "firefish", "model" : "AX Connected"}, {"manufacturer" : "Fossil", "market_name" : "Wear", "codename" : "firefish", "model" : "Q Explorist HR"}, {"manufacturer" : "Fossil", "market_name" : "Wear", "codename" : "firefish", "model" : "Vapor 2"}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : "1752", "name" : "PixelFreak #01752", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmRkSa1ZVdbaLmC7k5cHvf3dx6nkfNEgvbcJjEhkBfbi1s", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Demon"}, {"trait_type" : "eyes", "value" : "All Seeing Eye"}, {"trait_type" : "head", "value" : "Aro"}, {"trait_type" : "nose", "value" : "Nasum"}, {"trait_type" : "extra", "value" : "Fire"}, {"trait_type" : "mouth", "value" : "Happy"}, {"trait_type" : "background", "value" : "RandomColor"}, {"trait_type" : "Trait Count", "value" : "8"}]}, "attributeRarities" : [{"trait_type" : "pet", "value" : "None", "count" : 9511, "ratio" : 0.9511, "ratioScore" : 1.0514141520344864}, {"trait_type" : "body", "value" : "Demon", "count" : 98, "ratio" : 0.0098, "ratioScore" : 102.04081632653062}, {"trait_type" : "eyes", "value" : "All Seeing Eye", "count" : 306, "ratio" : 0.0306, "ratioScore" : 32.67973856209151}, {"trait_type" : "head", "value" : "Aro", "count" : 772, "ratio" : 0.0772, "ratioScore" : 12.953367875647668}, {"trait_type" : "nose", "value" : "Nasum", "count" : 1067, "ratio" : 0.1067, "ratioScore" : 9.37207122774133}, {"trait_type" : "extra", "value" : "Fire", "count" : 614, "ratio" : 0.0614, "ratioScore" : 16.286644951140065}, {"trait_type" : "mouth", "value" : "Happy", "count" : 434, "ratio" : 0.0434, "ratioScore" : 23.04147465437788}, {"trait_type" : "background", "value" : "RandomColor", "count" : 9595, "ratio" : 0.9595, "ratioScore" : 1.0422094841063054}, {"trait_type" : "Trait Count", "value" : "8", "count" : 10000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 199.46773723366988, "rank" : 5380} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"plugins/jquery.min.js": {"type": "string"}, "rollbar.js": {"type": "string"}, "rollbar.min.js": {"type": "string"}, "rollbar.named-amd.js": {"type": "string"}, "rollbar.named-amd.min.js": {"type": "string"}, "rollbar.named-amd.nojson.js": {"type": "string"}, "rollbar.named-amd.nojson.min.js": {"type": "string"}, "rollbar.nojson.js": {"type": "string"}, "rollbar.nojson.min.js": {"type": "string"}, "rollbar.snippet.js": {"type": "string"}, "rollbar.umd.js": {"type": "string"}, "rollbar.umd.min.js": {"type": "string"}, "rollbar.umd.nojson.js": {"type": "string"}, "rollbar.umd.nojson.min.js": {"type": "string"}}, "required": ["plugins/jquery.min.js", "rollbar.js", "rollbar.min.js", "rollbar.named-amd.js", "rollbar.named-amd.min.js", "rollbar.named-amd.nojson.js", "rollbar.named-amd.nojson.min.js", "rollbar.nojson.js", "rollbar.nojson.min.js", "rollbar.snippet.js", "rollbar.umd.js", "rollbar.umd.min.js", "rollbar.umd.nojson.js", "rollbar.umd.nojson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins/jquery.min.js" : "sha512-I0MreHfPQQ9fvXPcG4L1X5mGGPOrutiYgKIKlBf9mHaGhkGqKDp5s8sBo5oRlNO6NJV8b62ZXuXhzS8iAeXpTw==", "rollbar.js" : "sha512-S4MGsvREphWWu0gnp8KjC+6iO2mT9G4sfOQMrk3mA5QZiM/PdtPL30pzLrGa7ZvqFoTzBJEiI3PHTTCLd3s1Cw==", "rollbar.min.js" : "sha512-bDfkCaMFUqLKR/B76lE0vyUN3jRCgZ6ITNexeGjzGTU/aUnm/zFnwaW3L4ksNjDeAkXcRVeEeyzL1OjpquBYVw==", "rollbar.named-amd.js" : "sha512-kW1valfW9cggfHJbNkanEoNowp3hzJSVUpX/9GVHaCkv3wMlxEBgL5SfpqugfeVvOVxXtmnuUn6ZuJ8hY2Xl6Q==", "rollbar.named-amd.min.js" : "sha512-M0XRsTLbkJ/nZzbXLrEes5kOpXluIuiSh3iwMSwCYodDuEx08acl1zPsZTEk8gKxm5kLa7mit92EeACbG/SS/Q==", "rollbar.named-amd.nojson.js" : "sha512-Qwm76MWk+1z/lLlUuRbKvsJG0ieYzXlimhLE8vHqt3YAIa0OH28XWmRfa6GRG0WaJJ/QD2EdRcnRxBOuBFJX9w==", "rollbar.named-amd.nojson.min.js" : "sha512-A+9WZLDs3YTOWSvOym5JuITXD+7hy/APyfeywY9nWysC86ibxoejiZz4AVdxxqNsmppOWD0dtKMslNBTbfJsRw==", "rollbar.nojson.js" : "sha512-Pa5xYsGd0z4f0KE+bF8Kc011jaHPJIXzcoORJssuQWr8h8V57dhFcmhYO/LN5tDUJkBJZ6KtC/+W6RcGon7avQ==", "rollbar.nojson.min.js" : "sha512-iQABOwcOqEa4jKzwm+9vaFvA9Ou9EByDpl+IjWU/zInS18dsb4ovewkFuCqMhQtEg5nCT7Pg+dVDyTVSpy7KOw==", "rollbar.snippet.js" : "sha512-leamYVFg6H/6fz2+W3aNcRXZZMkVVhcUJXO6KuTyKcpfhJShTe+9TLVDMiBd8FkKUrRHSD7m85C4++tFg8i4LA==", "rollbar.umd.js" : "sha512-d69Y9SnBaYQhKfFBmWjM5sr+Kg0xTgsNz/7gJ6zn1G70ZtnliPz7qYZ4wqvGo7LxxwiKMqlne/ndFhKAlTJkVA==", "rollbar.umd.min.js" : "sha512-Q89RgJFUlfApYK6wOpZN2bCudrQkAPzfHbbdqOGsyVzHU24wQJI8BDeDzHSG2r+O0ITnMV6BztpuSLHnwTxBJg==", "rollbar.umd.nojson.js" : "sha512-AHI0DDY5ulYXIpZ6f5XColi3ZAmRrxS1kjFRZjQzjOZxxHeaPuu+EF8myt1/pHT1nYiVh/NxIjJgn0ClvdYJzg==", "rollbar.umd.nojson.min.js" : "sha512-THgmtUfGdofnafvr2q4I12gDkEmDTzQ+jw3eg44V7zgch6WpznpBtVZS8NkR7pYfl34NwBmgWteb9rboYkJymQ=="} | json_instruct | {"type": "object", "properties": {"plugins/jquery.min.js": {"type": "string"}, "rollbar.js": {"type": "string"}, "rollbar.min.js": {"type": "string"}, "rollbar.named-amd.js": {"type": "string"}, "rollbar.named-amd.min.js": {"type": "string"}, "rollbar.named-amd.nojson.js": {"type": "string"}, "rollbar.named-amd.nojson.min.js": {"type": "string"}, "rollbar.nojson.js": {"type": "string"}, "rollbar.nojson.min.js": {"type": "string"}, "rollbar.snippet.js": {"type": "string"}, "rollbar.umd.js": {"type": "string"}, "rollbar.umd.min.js": {"type": "string"}, "rollbar.umd.nojson.js": {"type": "string"}, "rollbar.umd.nojson.min.js": {"type": "string"}}, "required": ["plugins/jquery.min.js", "rollbar.js", "rollbar.min.js", "rollbar.named-amd.js", "rollbar.named-amd.min.js", "rollbar.named-amd.nojson.js", "rollbar.named-amd.nojson.min.js", "rollbar.nojson.js", "rollbar.nojson.min.js", "rollbar.snippet.js", "rollbar.umd.js", "rollbar.umd.min.js", "rollbar.umd.nojson.js", "rollbar.umd.nojson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"api": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "data": {"type": "object", "properties": {"accountSupported": {"type": "boolean"}, "baseurl": {"type": "string"}, "KEY_SEARCH_QUERY_FREE": {"type": "string"}, "db": {"type": "string"}, "information": {"type": "string"}}, "required": ["accountSupported", "baseurl", "KEY_SEARCH_QUERY_FREE", "db", "information"]}, "geo": {"type": "array", "items": {"type": "number"}}, "state": {"type": "string"}, "support": {"type": "string"}, "title": {"type": "string"}}, "required": ["api", "city", "country", "data", "geo", "state", "support", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"api" : "pica", "city" : "Friedberg", "country" : "Deutschland", "data" : {"accountSupported" : true, "baseurl" : "https://opac.uni-giessen.de", "KEY_SEARCH_QUERY_FREE" : "6015", "db" : "40", "information" : "http://www.thm.de/bibliothek/"}, "geo" : [50.335278, 8.754999999999999], "state" : "Hessen", "support" : "Katalogsuche und Konto", "title" : "Hochschulbibliothek THM"} | json_instruct | {"type": "object", "properties": {"api": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "data": {"type": "object", "properties": {"accountSupported": {"type": "boolean"}, "baseurl": {"type": "string"}, "KEY_SEARCH_QUERY_FREE": {"type": "string"}, "db": {"type": "string"}, "information": {"type": "string"}}, "required": ["accountSupported", "baseurl", "KEY_SEARCH_QUERY_FREE", "db", "information"]}, "geo": {"type": "array", "items": {"type": "number"}}, "state": {"type": "string"}, "support": {"type": "string"}, "title": {"type": "string"}}, "required": ["api", "city", "country", "data", "geo", "state", "support", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Unbounded cache model for online language modeling with open vocabulary.", "fields" : ["perplexity", "cache", "recurrent neural network", "leverage", "nearest neighbor search"], "abstract" : "Recently, continuous cache models were proposed as extensions to recurrent neural network language models, to adapt their predictions to local changes in the data distribution. These models only capture the local context, of up to a few thousands tokens. In this paper, we propose an extension of continuous cache models, which can scale to larger contexts. In particular, we use a large scale non-parametric memory component that stores all the hidden activations seen in the past. We leverage recent advances in approximate nearest neighbor search and quantization algorithms to store millions of representations while searching them efficiently. We conduct extensive experiments showing that our approach significantly improves the perplexity of pre-trained language models on new distributions, and can scale efficiently to much larger contexts than previously proposed local cache models.", "citation" : "Citations (1)", "year" : "2017", "departments" : ["University of California, Berkeley", "Facebook", "Facebook"], "conf" : "nips", "authors" : ["Edouard Grave.....http://dblp.org/pers/hd/g/Grave:Edouard", "Moustapha Ciss\u00e9.....http://dblp.org/pers/hd/c/Ciss=eacute=:Moustapha", "Armand Joulin.....http://dblp.org/pers/hd/j/Joulin:Armand"], "pages" : 11} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 9963719, "stationGroupId" : 9963719, "name" : "\u6797\u5d0e\u677e\u6c5f\u6d77\u5cb8", "lineId" : 99637, "zipCode" : "673-0035", "pref" : "\u5175\u5eab\u770c", "city" : "\u660e\u77f3\u5e02", "town" : "\u5357\u8cb4\u5d0e\u753a", "longitude" : 134.965056, "latitude" : 34.652289, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "341602100200", "text" : "\u51cf\u5e97\u6751\u59d4\u4f1a"}, {"id" : "341602100201", "text" : "\u4e09\u53f0\u697c\u6751\u59d4\u4f1a"}, {"id" : "341602100202", "text" : "\u95e8\u5e84\u6751\u59d4\u4f1a"}, {"id" : "341602100205", "text" : "\u67f3\u884c\u6751\u59d4\u4f1a"}, {"id" : "341602100206", "text" : "\u8463\u95e8\u697c\u6751\u59d4\u4f1a"}, {"id" : "341602100207", "text" : "\u5317\u66f9\u6751\u59d4\u4f1a"}, {"id" : "341602100208", "text" : "\u540e\u8001\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "341602100209", "text" : "\u5415\u697c\u6751\u59d4\u4f1a"}, {"id" : "341602100210", "text" : "\u738b\u8f9b\u5e84\u6751\u59d4\u4f1a"}, {"id" : "341602100211", "text" : "\u5f20\u96c6\u6751\u59d4\u4f1a"}, {"id" : "341602100212", "text" : "\u6768\u697c\u6751\u59d4\u4f1a"}, {"id" : "341602100213", "text" : "\u836f\u738b\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : ["Awesome", "Rustic", "Small", "Gorgeous", "Fantastic", "Sleek", "Intelligent", "Unbranded", "Refined", "Licensed", "Generic", "Practical", "Ergonomic", "Handcrafted", "Tasty", "Handmade", "Incredible"]} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\uc774\uc778\uae30", "\ud55c\ubb38\uba85" : "\uf9e1\u4ec1\u57fa", "\uc0dd\ub144\uc6d4\uc77c" : "1953-02-26", "\uc815\ub2f9" : "\ubb34\uc18c\uc18d", "\uc120\uac70\uad6c" : "\uacbd\ubd81 \uace0\ub839\uad70\uc131\uc8fc\uad70\uce60\uace1\uad70", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "16, 17, 18"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "object", "properties": {"command": {"type": "string"}, "clientOnly": {"type": "boolean"}}, "required": ["command", "clientOnly"]}}, "offset": {"type": "integer"}, "count": {"type": "integer"}, "total": {"type": "integer"}, "success": {"type": "boolean"}}, "required": ["commands", "offset", "count", "total", "success"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commands" : [{"command" : "fake_command1", "clientOnly" : false}, {"command" : "fake_command2", "params" : "fake_params", "description" : "fake_description", "clientOnly" : false}], "offset" : 0, "count" : 2, "total" : 2, "success" : true} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "object", "properties": {"command": {"type": "string"}, "clientOnly": {"type": "boolean"}}, "required": ["command", "clientOnly"]}}, "offset": {"type": "integer"}, "count": {"type": "integer"}, "total": {"type": "integer"}, "success": {"type": "boolean"}}, "required": ["commands", "offset", "count", "total", "success"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"g": {"type": "array", "items": {"type": "number"}}, "logtime": {"type": "array", "items": {"type": "number"}}}, "required": ["g", "logtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"g" : [2.249772047505894, 2.5959317851808614, 2.892662387953437, 3.243758178767342, 3.5754286959150505, 4.06969958451391, 4.766655349741567, 5.496484366192256, 6.779836073040951, 7.768528182222621, 8.602192242742174, 10.00286575919676, 11.161248646862097, 14.40685733795879, 17.84742295390874, 18.891008878256272, 19.850217285056615, 20.803887404768815, 21.551195298052686, 22.19558633492306, 22.75124214555676, 23.215594525182013, 23.562426747026525, 23.956851579395078, 24.22722176764804, 24.36082410712914, 24.579424066797863], "logtime" : [-8.5, -7.8, -7.2, -6.5, -5.9, -5.2, -4.5, -3.963, -3.27, -2.864, -2.577, -2.171, -1.884, -1.191, -0.497, -0.274, -0.051, 0.196, 0.419, 0.642, 0.873, 1.112, 1.335, 1.679, 2.028, 2.275, 3.003]} | json_instruct | {"type": "object", "properties": {"g": {"type": "array", "items": {"type": "number"}}, "logtime": {"type": "array", "items": {"type": "number"}}}, "required": ["g", "logtime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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" : {"name" : "Lee County", "fips" : "37105", "state_code" : 37, "county_code" : 105, "population" : 61779, "countrylevel_id" : "fips:37105", "census_data" : {"COUNTYNS" : "01008567", "AFFGEOID" : "0500000US37105", "LSAD" : "06", "ALAND" : 660607408, "AWATER" : 10725289}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-79.350073, 35.518001999999996], [-79.244663, 35.569116], [-79.11709599999999, 35.628164], [-78.96964, 35.521668999999996], [-79.183556, 35.307161], [-79.27356499999999, 35.353369], [-79.359765, 35.469674999999995], [-79.350073, 35.518001999999996]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"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#"} |
Following the schema specification below, generate a valid 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" : [[[-75.25654, 40.582731], [-75.196803, 40.60858], [-75.192291, 40.602676], [-75.191443, 40.595492], [-75.189268, 40.589919], [-75.190035, 40.587122], [-75.194707, 40.581689], [-75.195485, 40.578964], [-75.194937, 40.577142], [-75.18827, 40.570547], [-75.184907, 40.568308], [-75.172877, 40.564423], [-75.166635, 40.564216], [-75.228019, 40.541736], [-75.25654, 40.582731]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 56319}}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "icon": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"snippets": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "path"]}}}, "required": ["snippets"]}}, "required": ["name", "displayName", "description", "version", "publisher", "author", "license", "icon", "repository", "engines", "categories", "keywords", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sequelize-snippets", "displayName" : "Sequelize Snippets", "description" : "VS Code Sequelize ORM snippets", "version" : "1.0.0", "publisher" : "kvcvc", "author" : "Kova\u010devi\u0107 Marko", "license" : "MIT", "icon" : "icon.png", "repository" : {"type" : "git", "url" : "https://github.com/kvcvc/sequelize-snippets"}, "engines" : {"vscode" : "^1.52.0"}, "categories" : ["Snippets"], "keywords" : ["snippets", "sequelize", "node"], "contributes" : {"snippets" : [{"language" : "javascript", "path" : "./snippets/snippets.code-snippets"}]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "icon": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"snippets": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "path"]}}}, "required": ["snippets"]}}, "required": ["name", "displayName", "description", "version", "publisher", "author", "license", "icon", "repository", "engines", "categories", "keywords", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"NAD(P)H dehydrogenase subunit I": {"type": "string"}, "NADH-plastoquinone oxidoreductase subunit I": {"type": "string"}, "NDH subunit I": {"type": "string"}, "Q8HVM9": {"type": "string"}, "NDHI_PEUSC": {"type": "string"}, "NAD(P)H-quinone oxidoreductase subunit I, chloroplastic": {"type": "string"}, "ndhI": {"type": "string"}}, "required": ["NAD(P)H dehydrogenase subunit I", "NADH-plastoquinone oxidoreductase subunit I", "NDH subunit I", "Q8HVM9", "NDHI_PEUSC", "NAD(P)H-quinone oxidoreductase subunit I, chloroplastic", "ndhI"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"NAD(P)H dehydrogenase subunit I" : "Q8HVM9", "NADH-plastoquinone oxidoreductase subunit I" : "Q8HVM9", "NDH subunit I" : "Q8HVM9", "Q8HVM9" : "Q8HVM9", "NDHI_PEUSC" : "Q8HVM9", "NAD(P)H-quinone oxidoreductase subunit I, chloroplastic" : "Q8HVM9", "ndhI" : "Q8HVM9"} | json_instruct | {"type": "object", "properties": {"NAD(P)H dehydrogenase subunit I": {"type": "string"}, "NADH-plastoquinone oxidoreductase subunit I": {"type": "string"}, "NDH subunit I": {"type": "string"}, "Q8HVM9": {"type": "string"}, "NDHI_PEUSC": {"type": "string"}, "NAD(P)H-quinone oxidoreductase subunit I, chloroplastic": {"type": "string"}, "ndhI": {"type": "string"}}, "required": ["NAD(P)H dehydrogenase subunit I", "NADH-plastoquinone oxidoreductase subunit I", "NDH subunit I", "Q8HVM9", "NDHI_PEUSC", "NAD(P)H-quinone oxidoreductase subunit I, chloroplastic", "ndhI"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u062a\u0627 \u06a9\u06cc \u067e\u06cc \u0647\u0631 \u0646\u06af\u0627\u0631 \u0645\u0647\u0648\u0634\u060c \u0633\u0644\u0645\u0627\u0646\u060c", "m2" : "\u06af\u0631\u062f\u06cc \u0686\u0648 \u0633\u0631 \u0632\u0644\u0641 \u0645\u0634\u0648\u0634\u060c \u0633\u0644\u0645\u0627\u0646\u061f"}, "1" : {"m1" : "\u06af\u0631 \u0637\u0644\u0639\u062a \u0634\u0627\u0647\u062f \u0642\u0646\u0627\u0639\u062a \u0628\u06cc\u0646\u06cc", "m2" : "\u0632\u0644\u0641\u0634 \u0628\u0647 \u06a9\u0641 \u0622\u0631 \u0648 \u062e\u0648\u0634 \u0641\u0631\u0648\u06a9\u0634 \u0633\u0644\u0645\u0627\u0646"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1125970109, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "084ac2e5c094d21f9664d57f9c80aa51", "wof:id" : 1125970109, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.78333, 45.98333, 26.78333, 45.98333], "geometry" : {"coordinates" : [26.78333, 45.98333], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "homepage", "main", "bugs", "repository", "dependencies", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "geojs", "version" : "0.15.0", "description" : "JavaScript Geo visualization and Analysis Library", "homepage" : "https://github.com/OpenGeoscience/geojs", "main" : "geo.js", "bugs" : {"url" : "https://github.com/OpenGeoscience/geojs/issues"}, "repository" : {"type" : "git", "url" : "https://github.com/OpenGeoscience/geojs"}, "dependencies" : {"d3" : "^3.5.16"}, "ignore" : [".git", ".gitignore", ".travis.yml", ".eslintcache", "dist", "test", "cmake", "testing", "scripts", "dashboard"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "homepage", "main", "bugs", "repository", "dependencies", "ignore"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1201060015", "district_id" : "1201060", "name" : "TETE GOENAAI"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [41694526672328253, 41416926672328253, 41694526672328253, 41416926672328253, 41694526672327213, 41694526672328253] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"e_id" : "708", "title" : "\u5b89\u54e5\u62c9\u4e0e\u8461\u8404\u7259\u653f\u5e9c\u7b7e\u7f72\u72ec\u7acb\u6743\u5229\u7684\u300a\u963f\u6c83\u5c14\u534f\u8bae\u300b", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572846\u5e74\u524d\u7684\u4eca\u5929\uff0c1975\u5e741\u670815\u65e5(\u519c\u53861974\u5e7412\u67084\u65e5)\uff0c\u5b89\u54e5\u62c9\u4e0e\u8461\u8404\u7259\u653f\u5e9c\u7b7e\u7f72\u72ec\u7acb\u6743\u5229\u7684\u300a\u963f\u6c83\u5c14\u534f\u8bae\u300b\u3002\u5b89\u54e5\u62c9\u5171\u548c\u56fd\u4f4d\u4e8e\u975e\u6d32\u897f\u5357\u90e8\u3002\u9762 \u79ef 124\u4e07\u5e73\u65b9\u516c\u91cc\u3002\u5386\u53f2\u4e0a\u66fe\u5206\u5c5e\u521a\u679c\u3001\u6069\u4e1c\u6208\u3001\u9a6c\u5854\u59c6\u5df4\u548c\u9686\u8fbe\u56db\u4e2a\u738b\u56fd\u30021482\u5e74\uff0c\u8461\u8404\u7259\u6b96\u6c11\u8005\u8239\u961f\u9996\u6b21\u62b5\u8fbe\uff0c1576\u5e74\u5efa\u7acb\u7f57\u5b89\u8fbe\u57ce\u3002\u57281884\uff5e1885\u5e74\u67cf\u6797\u4f1a\u8bae\u4e0a\uff0c\u5b89\u88ab\u5212\u4e3a\u8461\u8404\u7259\u6b96\u6c11\u5730\u30021922\u5e74\uff0c\u8461\u5360\u9886\u5b89\u54e5\u62c9\u5168\u5883\u30021951\u5e74\uff0c\u8461\u5c06\u5b89\u6539\u4e3a\u8461\u7684\u4e00\u4e2a\u201c\u6d77\u5916\u7701\u201d\uff0c\u6d3e\u603b\u7763\u8fdb\u884c\u7edf\u6cbb\u3002\u4ece20\u4e16\u7eaa50\u5e74\u4ee3\u8d77\uff0c\u5b89\u54e5\u62c9\u5148\u540e\u6210\u7acb\u4e86\u4e09\u4e2a\u6c11\u65cf\u89e3\u653e\u7ec4\u7ec7\uff1a\u5b89\u54e5\u62c9\u4eba\u6c11\u89e3\u653e\u8fd0\u52a8\uff08\u7b80\u79f0\u5b89\u4eba\u8fd0\uff09\u3001\u5b89\u54e5\u62c9\u6c11\u65cf\u89e3\u653e\u9635\u7ebf\uff08\u7b80\u79f0\u5b89\u89e3\u9635\uff09\u548c\u4e89\u53d6\u5b89\u54e5\u62c9\u5f7b\u5e95\u72ec\u7acb\u5168\u56fd\u8054\u76df\uff08\u7b80\u79f0\u5b89\u76df\uff09\uff0c\u5e76\u4e8e60\u5e74\u4ee3\u76f8\u7ee7\u5f00\u5c55\u4e89\u53d6\u6c11\u65cf\u72ec\u7acb\u7684\u6b66\u88c5\u6597\u4e89\u30021975\u5e741\u670815\u65e5\uff0c\u8461\u8404\u7259\u653f\u5e9c\u88ab\u8feb\u4e0e\u4e09\u4e2a\u6c11\u65cf\u89e3\u653e\u7ec4\u7ec7\u8054\u5408\u7b7e\u7f72\u5b89\u54e5\u62c9\u72ec\u7acb\u6743\u5229\u7684\u300a\u963f\u6c83\u5c14\u534f\u8bae\u300b\u3002\u6839\u636e\u534f\u8bae1975\u5e741\u670830\u65e5\uff0c\u5b89\u54e5\u62c9\u6210\u7acb\u4e09\u6d3e\u8054\u5408\u7684\u8fc7\u6e21\u653f\u5e9c\uff0c\u5e76\u4e8e1975\u5e7411\u670811\u65e5\u5b9e\u73b0\u72ec\u7acb\u3002\u4e0d\u4e45\uff0c\u5b89\u4eba\u8fd0\u3001\u5b89\u76df\u3001\u5b89\u89e3\u9635\u4e4b\u95f4\u53d1\u751f\u6b66\u88c5\u51b2\u7a81\uff0c\u8fc7\u6e21\u653f\u5e9c\u89e3\u4f53\u3002\u540c\u5e7411\u670811\u65e5\uff0c\u5b89\u4eba\u8fd0\u5ba3\u5e03\u6210\u7acb\u5b89\u54e5\u62c9\u4eba\u6c11\u5171\u548c\u56fd\uff0c\u963f\u6208\u65af\u8482\u7ebd\u00b7\u5185\u56fe\u4efb\u603b\u7edf\u3002", "picNo" : "1", "picUrl" : [{"pic_title" : "\u5b89\u54e5\u62c9\u5171\u548c\u56fd\u4f4d\u4e8e\u975e\u6d32\u897f\u5357\u90e8\u3002\u9762 \u79ef 124\u4e07\u5e73\u65b9\u516c\u91cc\u3002", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/708_1.jpeg"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["wf-bootstrap"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"array-flatten": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["array-flatten"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"array-flatten" : {"version" : "3.0.0", "resolved" : "https://registry.npmjs.org/array-flatten/-/array-flatten-3.0.0.tgz", "integrity" : "sha512-zPMVc3ZYlGLNk4mpK1NzP2wg0ml9t7fUgDsayR5Y5rSzxQilzR9FGu/EH2jQOcKSAeAfWeylyW8juy3OkWRvNA=="}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"array-flatten": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["array-flatten"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "url", "email"]}, "contributors": {"type": "array", "items": {}}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"micro-pipe": {"type": "string"}}, "required": ["micro-pipe"]}, "devDependencies": {"type": "object", "properties": {"nodeunit": {"type": "string"}, "nodeunit-ci": {"type": "string"}}, "required": ["nodeunit", "nodeunit-ci"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "license": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "author", "contributors", "description", "dependencies", "devDependencies", "keywords", "main", "repository", "license", "engine", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "event-drive", "version" : "1.1.2", "author" : {"name" : "Yoshitaka Sakamoto", "url" : "http://github.com/ystskm", "email" : "[email protected]"}, "contributors" : [], "description" : "Create event emitter with reactive callback", "dependencies" : {"micro-pipe" : "*"}, "devDependencies" : {"nodeunit" : "*", "nodeunit-ci" : "*"}, "keywords" : ["util", "event", "callback"], "main" : "index.js", "repository" : {"url" : "http://github.com/ystskm/node-event-drive", "type" : "git"}, "license" : "MIT", "engine" : {"node" : ">=0.10.0"}, "scripts" : {"test" : "node test/_runner.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "url", "email"]}, "contributors": {"type": "array", "items": {}}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"micro-pipe": {"type": "string"}}, "required": ["micro-pipe"]}, "devDependencies": {"type": "object", "properties": {"nodeunit": {"type": "string"}, "nodeunit-ci": {"type": "string"}}, "required": ["nodeunit", "nodeunit-ci"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "license": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "author", "contributors", "description", "dependencies", "devDependencies", "keywords", "main", "repository", "license", "engine", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "related_urls", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Technical writing, in all its variations, is a type of interface with your product. It incorporates everything from an error message to an implementation guide. How can you as a developer make deploying, using, and promoting your product as painless as possible? Make it searchable. Make finding the answer to a problem so trivially easy that your user barely even remembers they had a problem.", "language" : "eng", "recorded" : "2017-12-03", "related_urls" : [{"label" : "Talk schedule", "url" : "https://2017.northbaypython.org//presentation/25/"}], "speakers" : ["Heidi Waterhouse"], "thumbnail_url" : "https://i.ytimg.com/vi/CkMtIzpLGsw/hqdefault.jpg", "title" : "Search-First Writing for Developers", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=CkMtIzpLGsw"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "related_urls", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-pf6g-9f5m-5mxf", "modified" : "2022-04-30T18:20:49Z", "published" : "2022-04-30T18:20:49Z", "aliases" : ["CVE-2002-1251"], "details" : "Buffer overflow in log2mail before 0.2.5.1 allows remote attackers to execute arbitrary code via a long log message.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2002-1251"}, {"type" : "WEB", "url" : "http://www.debian.org/security/2002/dsa-186"}, {"type" : "WEB", "url" : "http://www.iss.net/security_center/static/10527.php"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/6089"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"BA533/77": {"type": "object", "properties": {"years": {"type": "array", "items": {"type": "null"}}, "original_title": {"type": "string"}, "date": {"type": "null"}, "width": {"type": "number"}, "folder": {"type": "null"}, "height": {"type": "number"}, "text": {"type": "null"}, "thumb_url": {"type": "string"}, "title": {"type": "string"}, "image_url": {"type": "string"}}, "required": ["years", "original_title", "date", "width", "folder", "height", "text", "thumb_url", "title", "image_url"]}}, "required": ["BA533/77"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BA533/77" : {"years" : [null], "original_title" : "", "date" : null, "width" : 583.0, "folder" : null, "height" : 760.0, "text" : null, "thumb_url" : "http://purl.slwa.wa.gov.au/slwa_b1969392_1.png", "title" : "Gardam Building, 138 Murray Street, Perth, 1920", "image_url" : "http://purl.slwa.wa.gov.au/slwa_b1969392_1.jpg"}} | json_instruct | {"type": "object", "properties": {"BA533/77": {"type": "object", "properties": {"years": {"type": "array", "items": {"type": "null"}}, "original_title": {"type": "string"}, "date": {"type": "null"}, "width": {"type": "number"}, "folder": {"type": "null"}, "height": {"type": "number"}, "text": {"type": "null"}, "thumb_url": {"type": "string"}, "title": {"type": "string"}, "image_url": {"type": "string"}}, "required": ["years", "original_title", "date", "width", "folder", "height", "text", "thumb_url", "title", "image_url"]}}, "required": ["BA533/77"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "array", "items": {"type": "integer"}}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "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]], [[1]]], "type" : "MultiPolygon", "properties" : {"id" : 21, "nazev" : "Doma\ufffdlice"}, "clipped" : true, "id" : "a614e1ba40"}]}}, "type" : "Topology", "transform" : {"translate" : [12.568359374999993, 49.439556958940855], "scale" : [8.583068847653127e-05, 5.577887551717897e-05]}, "arcs" : [[[1024, 105], [-13, 59], [13, 22], [0, -81]], [[1024, 236], [-94, 272], [-70, 23], [-58, 117], [-49, 7], [119, 201], [-2, 124], [-13, 44], [167, 0], [0, -788]]]} | 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": "array", "items": {"type": "integer"}}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"meshki.css": {"type": "string"}, "meshki.js": {"type": "string"}, "meshki.min.css": {"type": "string"}, "meshki.min.js": {"type": "string"}}, "required": ["meshki.css", "meshki.js", "meshki.min.css", "meshki.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meshki.css" : "sha256-KREw1hF8V/YCKedwyYe1aD4Eo4/RDX6Lc4URaFZRN04=", "meshki.js" : "sha256-YK1WuP0SVIolO2kdSay3v1YNOHrHM9puf1TiJv3FJnM=", "meshki.min.css" : "sha256-0fKZTeaUkDbp3PM46WMHeth2c/vfvGAr8U6cSI1deSM=", "meshki.min.js" : "sha256-4AOjQoTuDH012q29zSfLlsXsYGmMK3I9ZEyfFQcDFrs="} | json_instruct | {"type": "object", "properties": {"meshki.css": {"type": "string"}, "meshki.js": {"type": "string"}, "meshki.min.css": {"type": "string"}, "meshki.min.js": {"type": "string"}}, "required": ["meshki.css", "meshki.js", "meshki.min.css", "meshki.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "relationship_type", "description", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "bundle", "id" : "bundle--1f66cc24-6469-4d6b-a2e6-789eec3a05cc", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "course-of-action--cc2399fd-3cd3-4319-8d0a-fbd6420cdaf8", "target_ref" : "attack-pattern--77532a55-c283-4cd2-bc5d-2d0b65e9d88c", "relationship_type" : "mitigates", "description" : "Routinely check account role permissions to ensure only expected users and roles have permission to modify cloud firewalls. ", "id" : "relationship--9bb5eb8e-b05c-4890-a5aa-6c038b61d5d7", "type" : "relationship", "modified" : "2020-07-07T13:49:05.492Z", "created" : "2020-06-24T16:55:46.394Z"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}, "relationship_type": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "modified": {"type": "string"}, "created": {"type": "string"}}, "required": ["created_by_ref", "object_marking_refs", "source_ref", "target_ref", "relationship_type", "description", "id", "type", "modified", "created"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"django": {"type": "object", "properties": {"parser": {"type": "string"}, "example_processor": {"type": "string"}, "model_path": {"type": "string"}, "beam_size": {"type": "integer"}}, "required": ["parser", "example_processor", "model_path", "beam_size"]}}, "required": ["django"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"django" : {"parser" : "default_parser", "example_processor" : "django_example_processor", "model_path" : "data/pretrained_models/django.bin", "beam_size" : 15}} | json_instruct | {"type": "object", "properties": {"django": {"type": "object", "properties": {"parser": {"type": "string"}, "example_processor": {"type": "string"}, "model_path": {"type": "string"}, "beam_size": {"type": "integer"}}, "required": ["parser", "example_processor", "model_path", "beam_size"]}}, "required": ["django"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0a1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0a1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0a1"], "meta" : {"description" : "AGX generator for plone products", "homepage" : "http://github.com/bluedynamics/agx.generator.plone", "license" : "GNU General Public Licence"}, "versions" : {"1.0a1" : {"sha256" : "3aa43badb72989defc0f5bb787036599f2281d2273d66f5da02602078f546296", "url" : "https://files.pythonhosted.org/packages/ce/cb/67dcba3aaa9a58535ab29de43ef7814d4f1f542655861efdd46f0c8f13bc/agx.generator.plone-1.0a1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0a1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0a1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"modularity_score": {"type": "number"}, "explicitness_score_train": {"type": "number"}, "explicitness_score_test": {"type": "number"}, "elapsed_time": {"type": "number"}, "uuid": {"type": "string"}}, "required": ["modularity_score", "explicitness_score_train", "explicitness_score_test", "elapsed_time", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"modularity_score" : 0.8847066955909936, "explicitness_score_train" : 0.7861202073991629, "explicitness_score_test" : 0.7756057696781032, "elapsed_time" : 6.357369899749756, "uuid" : "650c0ee7-401b-47f3-a319-6d3b9246131b"} | json_instruct | {"type": "object", "properties": {"modularity_score": {"type": "number"}, "explicitness_score_train": {"type": "number"}, "explicitness_score_test": {"type": "number"}, "elapsed_time": {"type": "number"}, "uuid": {"type": "string"}}, "required": ["modularity_score", "explicitness_score_train", "explicitness_score_test", "elapsed_time", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"43491277": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["43491277"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Csan\u00e1d_G\u00e9mesi", "to" : "Csan\u00e1d G\u00e9mesi"}], "pages" : {"43491277" : {"pageid" : 43491277, "ns" : 0, "title" : "Csan\u00e1d G\u00e9mesi", "pageprops" : {"defaultsort" : "Gemesi, Csanad", "page_image_free" : "Csanad_Gemesi_Fencing_WCH_SMS-IN_t144655.jpg", "wikibase-shortdesc" : "Hungarian fencer", "wikibase_item" : "Q17489629"}}}}} | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"43491277": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["43491277"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7603010004", "district_id" : "7603010", "name" : "TADISI"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "deno.enable": {"type": "boolean"}, "deno.lint": {"type": "boolean"}, "deno.unstable": {"type": "boolean"}}, "required": ["cSpell.words", "deno.enable", "deno.lint", "deno.unstable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["singleflight"], "deno.enable" : true, "deno.lint" : true, "deno.unstable" : false} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "deno.enable": {"type": "boolean"}, "deno.lint": {"type": "boolean"}, "deno.unstable": {"type": "boolean"}}, "required": ["cSpell.words", "deno.enable", "deno.lint", "deno.unstable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-06-29T01:00:00Z", "Temp" : 21.7, "RelHum" : 77, "WindSpeed" : 2.4, "WindDir" : 266} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "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": {"Content": {"type": "string"}, "ID": {"type": "string"}, "Tag": {"type": "string"}, "Time": {"type": "string"}, "User": {"type": "string"}}, "required": ["Content", "ID", "Tag", "Time", "User"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Content" : "\u6a13\u4e0a\u7d0d\u7c73\u5c4c", "ID" : "M.1467370683.A.B0B_513", "Tag" : "\u63a8 ", "Time" : " 07/04 15:28\n", "User" : "HuChunhua"} | json_instruct | {"type": "object", "properties": {"Content": {"type": "string"}, "ID": {"type": "string"}, "Tag": {"type": "string"}, "Time": {"type": "string"}, "User": {"type": "string"}}, "required": ["Content", "ID", "Tag", "Time", "User"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "allow_forking": {"type": "boolean"}, "is_template": {"type": "boolean"}, "topics": {"type": "array", "items": {}}, "visibility": {"type": "string"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "allow_forking", "is_template", "topics", "visibility", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 148659258, "name" : "CVE-2018-16987", "full_name" : "gquere/CVE-2018-16987", "owner" : {"login" : "gquere", "id" : 1585000, "avatar_url" : "https://avatars.githubusercontent.com/u/1585000?v=4", "html_url" : "https://github.com/gquere"}, "html_url" : "https://github.com/gquere/CVE-2018-16987", "description" : "Details about CVE-2018-16987 - Cleartext storage of TA servers' passwords in Squash TM", "fork" : false, "created_at" : "2018-09-13T15:32:48Z", "updated_at" : "2018-09-14T06:17:55Z", "pushed_at" : "2018-09-13T16:47:29Z", "stargazers_count" : 1, "watchers_count" : 1, "forks_count" : 1, "allow_forking" : true, "is_template" : false, "topics" : [], "visibility" : "public", "forks" : 1, "watchers" : 1, "score" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "required": ["login", "id", "avatar_url", "html_url"]}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "stargazers_count": {"type": "integer"}, "watchers_count": {"type": "integer"}, "forks_count": {"type": "integer"}, "allow_forking": {"type": "boolean"}, "is_template": {"type": "boolean"}, "topics": {"type": "array", "items": {}}, "visibility": {"type": "string"}, "forks": {"type": "integer"}, "watchers": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["id", "name", "full_name", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "stargazers_count", "watchers_count", "forks_count", "allow_forking", "is_template", "topics", "visibility", "forks", "watchers", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "backbone.genetics", "main" : "backbone.genetics.js", "version" : "0.0.2", "homepage" : "https://github.com/awkward/backbone.genetics", "authors" : ["David van Leeuwen <[email protected]>"], "license" : "MIT", "ignore" : ["**/.*", "test", "tests"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.