input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"fileVersion": {"type": "integer"}, "versions": {"type": "object", "properties": {"dshould": {"type": "string"}, "prettyprint": {"type": "string"}, "unit-threaded": {"type": "string"}}, "required": ["dshould", "prettyprint", "unit-threaded"]}}, "required": ["fileVersion", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fileVersion" : 1, "versions" : {"dshould" : "1.4.4", "prettyprint" : "1.0.7", "unit-threaded" : "1.1.0"}} | json_instruct | {"type": "object", "properties": {"fileVersion": {"type": "integer"}, "versions": {"type": "object", "properties": {"dshould": {"type": "string"}, "prettyprint": {"type": "string"}, "unit-threaded": {"type": "string"}}, "required": ["dshould", "prettyprint", "unit-threaded"]}}, "required": ["fileVersion", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-ui-router": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "ngstorage": {"type": "string"}, "angular-google-maps": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-ui-router", "jquery", "bootstrap", "ngstorage", "angular-google-maps"]}}, "required": ["name", "description", "main", "license", "homepage", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "adresses_book", "description" : "", "main" : "", "license" : "MIT", "homepage" : "https://github.com/Drider/adresses_book.git", "private" : true, "devDependencies" : {"angular" : "1.5.5", "angular-animate" : "1.5.5", "angular-ui-router" : "^0.2.18", "jquery" : "^2.2.3", "bootstrap" : "^3.3.6", "ngstorage" : "^0.3.10", "angular-google-maps" : "^2.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-ui-router": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "ngstorage": {"type": "string"}, "angular-google-maps": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-ui-router", "jquery", "bootstrap", "ngstorage", "angular-google-maps"]}}, "required": ["name", "description", "main", "license", "homepage", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "22ecc4f6fb62e7084de490015aaa4f6c8f9e939b"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "280-char FAQ. \"GitHub is not git. They were losing money and having trouble finding a CEO. They had raised a shitload of money based on ideas that didn't pan out. So it was inevitable that they'd sell, but most developers, including myself, were caught by surprise.\"", "created" : "Mon, 04 Jun 2018 15:13:49 GMT", "type" : "outline"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "sa-analytics": {"type": "string"}, "sa-controlpanel": {"type": "string"}, "shark-engine": {"type": "string"}, "walk": {"type": "string"}, "webcomponents.js": {"type": "string"}, "ws": {"type": "string"}}, "required": ["body-parser", "express", "sa-analytics", "sa-controlpanel", "shark-engine", "walk", "webcomponents.js", "ws"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "shark-server", "version" : "0.0.1", "dependencies" : {"body-parser" : "^1.13.3", "express" : "^4.13.3", "sa-analytics" : "git+https://git@github.com/shark-attack/sa-analytics.git#master", "sa-controlpanel" : "git+https://git@github.com/shark-attack/sa-controlpanel.git#master", "shark-engine" : "git+https://git@github.com/shark-attack/shark-engine.git#master", "walk" : "^2.3.9", "webcomponents.js" : "^0.7.2", "ws" : "^0.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "sa-analytics": {"type": "string"}, "sa-controlpanel": {"type": "string"}, "shark-engine": {"type": "string"}, "walk": {"type": "string"}, "webcomponents.js": {"type": "string"}, "ws": {"type": "string"}}, "required": ["body-parser", "express", "sa-analytics", "sa-controlpanel", "shark-engine", "walk", "webcomponents.js", "ws"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "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": {"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"}, "Node": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "X-Content-Type-Options": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "X-XSS-Protection": {"type": "string"}, "cf-request-id": {"type": "string"}}, "required": ["CF-Cache-Status", "CF-RAY", "Cache-Control", "Connection", "Content-Encoding", "Content-Type", "Date", "Expect-CT", "Node", "Server", "Set-Cookie", "Transfer-Encoding", "X-Content-Type-Options", "X-Frame-Options", "X-XSS-Protection", "cf-request-id"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elapsed" : "0.837", "endpoint-url" : "https://www.kingston.gov.uk/download/downloads/id/2204/kingston_brownfield_register_-_december_2017.csv", "entry-date" : "2020-12-14T00:11:50.897166", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land data collector"}, "response-headers" : {"CF-Cache-Status" : "DYNAMIC", "CF-RAY" : "6013b6338fe99fdc-IAD", "Cache-Control" : "no-cache", "Connection" : "keep-alive", "Content-Encoding" : "gzip", "Content-Type" : "text/html; charset=UTF-8", "Date" : "Mon, 14 Dec 2020 00:12:10 GMT", "Expect-CT" : "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "Node" : "jadu-web-1", "Server" : "cloudflare", "Set-Cookie" : "__cfduid=d416f7273f6883a119649d076c6abd4811607904730; expires=Wed, 13-Jan-21 00:12:10 GMT; path=/; domain=.kingston.gov.uk; HttpOnly; SameSite=Lax, PHPSESSID=0RDUUH2TSWzLFFKuJNyKybXLBD3Pf9WT2ZF30zLlpSUl2x0CZKyRUr2y6uTzFfn7; path=/; secure; HttpOnly", "Transfer-Encoding" : "chunked", "X-Content-Type-Options" : "nosniff", "X-Frame-Options" : "SAMEORIGIN", "X-XSS-Protection" : "1; mode=block", "cf-request-id" : "070030343200009fdc78b61000000001"}, "ssl-verify" : true, "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": {"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"}, "Node": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "X-Content-Type-Options": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "X-XSS-Protection": {"type": "string"}, "cf-request-id": {"type": "string"}}, "required": ["CF-Cache-Status", "CF-RAY", "Cache-Control", "Connection", "Content-Encoding", "Content-Type", "Date", "Expect-CT", "Node", "Server", "Set-Cookie", "Transfer-Encoding", "X-Content-Type-Options", "X-Frame-Options", "X-XSS-Protection", "cf-request-id"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "beer_Devotion", "brewery" : "The Lost Abbey", "name" : "Devotion", "abv" : "6.25", "description" : "It\u00e2\u0080\u0099s an unassuming road leading to the priory. Here, off the corner of two intersecting roads, dedicated monks have been making beer for over 150 years. It\u00e2\u0080\u0099s always been a simple life \u00e2\u0080\u0093 the kind that requires they brew only enough to sustain the activities of their monastery. In the silence of passing seasons, they pray, they brew and retire in solitary existence behind the sheltering walls. They live a most interesting life. Most likely one we couldn\u00e2\u0080\u0099t sustain.\r\n\r\nNearby, each summer, the trellised fields spring to life as rows of resinous green cones are trained toward the heavens. Rumor is some monks love these hops and being surrounded by budding yellow aromas and the leafy pungent fields inspired them. Since we aren\u00e2\u0080\u0099t sensible enough to locate our brewery near hop fields, we can only offer this blond ale in celebration of our Abbey brethren and their steadfast Devotion.", "category" : "Belgian and French Ale", "style" : "Belgian-Style Pale Ale", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "description", "category", "style", "updated"], "$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"}, "contracts": {"type": "object", "properties": {"Crafty": {"type": "string"}, "CraftableToken": {"type": "string"}}, "required": ["Crafty", "CraftableToken"]}}, "required": ["name", "version", "contracts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Crafty", "version" : "0.1.0", "contracts" : {"Crafty" : "Crafty", "CraftableToken" : "CraftableToken"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "contracts": {"type": "object", "properties": {"Crafty": {"type": "string"}, "CraftableToken": {"type": "string"}}, "required": ["Crafty", "CraftableToken"]}}, "required": ["name", "version", "contracts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"active:": {"type": "string"}, "render": {"type": "string"}}, "required": ["active:", "render"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"active:" : "mm 7/10/2017 10:26", "render" : "fw 7/5/2017 19:41"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"active:": {"type": "string"}, "render": {"type": "string"}}, "required": ["active:", "render"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : [[[-89.71689, 39.583195], [-89.712276, 39.583477], [-89.712918, 39.614167], [-89.701413, 39.614627], [-89.701269, 39.61824], [-89.685396, 39.618392], [-89.685501, 39.625638], [-89.642102, 39.626205], [-89.641398, 39.625545], [-89.639205, 39.626251], [-89.624754, 39.626526], [-89.618857, 39.62591], [-89.590878, 39.627211], [-89.591359, 39.655836], [-89.57327, 39.655978], [-89.573068, 39.658022], [-89.570082, 39.657972], [-89.566067, 39.655991], [-89.565892, 39.64873], [-89.53518, 39.64848], [-89.533655, 39.524592], [-89.701645, 39.523369], [-89.702239, 39.545087], [-89.706869, 39.545203], [-89.70735, 39.567068], [-89.716637, 39.56691], [-89.71689, 39.583195]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 20951}}]} | 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": {"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" : 68231, "cartId" : "d82d047b-06b2-4f02-83fe-605588b422af", "preferredProducts" : [953, 746, 4789, 3019, 2683, 4354, 410, 754], "productReviews" : [{"productId" : 162, "reviewText" : "This input works outstandingly well. It beautifully improves my basketball by a lot.", "reviewDate" : "2019-09-03T09:47:31.2895723+03:00"}, {"productId" : 3907, "reviewText" : "My neighbor Albertina has one of these. She works as a gardener and she says it looks humongous.", "reviewDate" : "2018-09-30T06:20:08.4061507+03:00"}, {"productId" : 2716, "reviewText" : "I tried to slay it but got truffle all over it.", "reviewDate" : "2017-12-27T00:39:26.46046+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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AND THEREFORE BEING UNEASY IN THE WANT OF WHATEVER IS JUDGED NECESSARY TO THEIR HAPPINESS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4491.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : 51659, "cartId" : "48a9708f-e0ad-4610-b934-be0def5a07c0", "preferredProducts" : [2197, 2555, 7, 839, 2845], "productReviews" : [{"productId" : 2701, "reviewText" : "The box this comes in is 4 meter by 5 foot and weights 18 kilogram.", "reviewDate" : "2018-10-05T13:01:30.2160069+03:00"}, {"productId" : 2010, "reviewText" : "It only works when I'm Cook Islands.", "reviewDate" : "2017-05-24T09:46:14.8707891+03:00"}, {"productId" : 882, "reviewText" : "It only works when I'm Wake Island.", "reviewDate" : "2020-05-01T17:16:53.8311248+03:00"}, {"productId" : 1179, "reviewText" : "I saw this on TV and wanted to give it a try.", "reviewDate" : "2016-05-30T06:06:43.484859+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}}, "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-756v-gg77-ccw5", "modified" : "2022-01-08T00:00:31Z", "published" : "2021-12-31T00:00:22Z", "aliases" : ["CVE-2021-20166"], "details" : "Netgear RAX43 version 1.0.3.96 contains a buffer overrun vulnerability. The URL parsing functionality in the cgi-bin endpoint of the router containers a buffer overrun issue that can redirection control flow of the applicaiton.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-20166"}, {"type" : "WEB", "url" : "https://www.tenable.com/security/research/tra-2021-55"}], "database_specific" : {"cwe_ids" : ["CWE-120"], "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": {"type": "string"}}, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nft number: 674", "description" : "Rocket Elevator NFT metadata", "image" : "https://ipfs.io/ipfs/QmWM3BASdERCtS4o5cczZfEbv4pN5NkW3sbx7xkqiS1iXV/674.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["sessions-provider-memory", "sessions-provider-redis", "trek-body-parser", "trek-cors", "trek-sessions", "trek-static", "trek-status-monitor"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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" : 63084, "cartId" : "4e23c393-785b-4ffb-8f46-1afdd514511d", "preferredProducts" : [2609, 854, 4946, 4315, 4424, 4143, 1516, 2122, 1207, 972], "productReviews" : [{"productId" : 1853, "reviewText" : "This synthesize works really well. It wildly improves my baseball by a lot.", "reviewDate" : "2016-07-21T10:18:15.8933882+03:00"}, {"productId" : 2071, "reviewText" : "This Regional works so well. It imperfectly improves my baseball by a lot.", "reviewDate" : "2018-04-27T02:28:33.1082952+03:00"}, {"productId" : 1129, "reviewText" : "My co-worker Skylar has one of these. He says it looks sweaty.", "reviewDate" : "2019-06-22T16:15:33.4223614+03:00"}, {"productId" : 1255, "reviewText" : "This Buckinghamshire works quite well. It professionally improves my soccer by a lot.", "reviewDate" : "2016-10-26T13:51:56.503745+03:00"}, {"productId" : 1807, "reviewText" : "I tried to vomit it but got bonbon all over it.", "reviewDate" : "2016-10-15T05:59:31.9602745+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:example": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "preversion": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["dev", "dev:example", "build", "format", "lint", "test", "prepare", "prepublishOnly", "preversion", "version", "postversion"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/tap": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-sonarjs": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "tap": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/tap", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-plugin-import", "eslint-plugin-sonarjs", "nodemon", "prettier", "tap", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "repository", "scripts", "keywords", "author", "files", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@daniele.fedeli/graphy", "version" : "0.0.2", "description" : "Small graph library for node.js", "main" : "lib/index.js", "types" : "lib/index.d.ts", "repository" : {"type" : "git", "url" : "git+https://github.com/DanieleFedeli/Graphy.git"}, "scripts" : {"dev" : "nodemon src/index.ts", "dev:example" : "nodemon src/example/index.ts", "build" : "tsc", "format" : "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint" : "eslint", "test" : "tap --ts test/**/*.test.ts", "prepare" : "npm run build", "prepublishOnly" : "npm run lint && npm run test", "preversion" : "npm run lint", "version" : "npm run format && git add -A src", "postversion" : "git push && git push --tags"}, "keywords" : ["Graph", "Graphy", "BFS", "DFS"], "author" : "Daniele Fedeli", "files" : ["lib/**/*"], "license" : "ISC", "devDependencies" : {"@types/node" : "^17.0.5", "@types/tap" : "^15.0.5", "@typescript-eslint/eslint-plugin" : "^5.9.0", "@typescript-eslint/parser" : "^5.9.0", "eslint" : "^8.6.0", "eslint-plugin-import" : "^2.25.4", "eslint-plugin-sonarjs" : "^0.11.0", "nodemon" : "^2.0.15", "prettier" : "^2.5.1", "tap" : "^15.1.5", "ts-node" : "^10.4.0", "typescript" : "^4.5.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "dev:example": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}, "lint": {"type": "string"}, "test": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "preversion": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["dev", "dev:example", "build", "format", "lint", "test", "prepare", "prepublishOnly", "preversion", "version", "postversion"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/tap": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-sonarjs": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "tap": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/tap", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-plugin-import", "eslint-plugin-sonarjs", "nodemon", "prettier", "tap", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "repository", "scripts", "keywords", "author", "files", "license", "devDependencies"], "$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": "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" : 404388519, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a9d6f672b27fd6b4b32785cba3236508", "wof:id" : 404388519, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.15749277870607, 46.22936627521795, 2.21549091522205, 46.28943388524221], "geometry" : {"coordinates" : [[[2.19555245928421, 46.22936627521795], [2.16525939026976, 46.26818602614345], [2.15749277870607, 46.27250539042809], [2.16955984621005, 46.28943388524221], [2.20340354486633, 46.27037740916841], [2.21006960970025, 46.25476374782338], [2.21100550503373, 46.2429643614342], [2.21549091522205, 46.23789840011703], [2.21334144957453, 46.23484879043413], [2.19555245928421, 46.22936627521795]]], "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "passed": {"type": "boolean"}, "pending": {"type": "boolean"}, "os": {"type": "string"}, "instanceId": {"type": "integer"}, "browser": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "message": {"type": "string"}, "trace": {"type": "string"}, "browserLogs": {"type": "array", "items": {}}, "screenShotFile": {"type": "string"}, "timestamp": {"type": "integer"}, "duration": {"type": "integer"}}, "required": ["description", "passed", "pending", "os", "instanceId", "browser", "message", "trace", "browserLogs", "screenShotFile", "timestamp", "duration"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Should select option VietNam of Country select|User page", "passed" : true, "pending" : false, "os" : "Windows", "instanceId" : 14808, "browser" : {"name" : "chrome", "version" : "96.0.4664.45"}, "message" : "Passed.", "trace" : "", "browserLogs" : [], "screenShotFile" : "009d007a-0080-00ae-007c-00640069005d.png", "timestamp" : 1637893117040, "duration" : 3463} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "passed": {"type": "boolean"}, "pending": {"type": "boolean"}, "os": {"type": "string"}, "instanceId": {"type": "integer"}, "browser": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "message": {"type": "string"}, "trace": {"type": "string"}, "browserLogs": {"type": "array", "items": {}}, "screenShotFile": {"type": "string"}, "timestamp": {"type": "integer"}, "duration": {"type": "integer"}}, "required": ["description", "passed", "pending", "os", "instanceId", "browser", "message", "trace", "browserLogs", "screenShotFile", "timestamp", "duration"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contacts" : [{"name" : "AMRESH KUMAR JHA", "email" : "sanskaarchatra@gmail.com", "designation" : "SECRETARY", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=8457", "name" : "SANSKAR", "primaryEmail" : "sanskaarchatra@gmail.com", "organisationType" : ["Advocacy & Campaigning", "Direct Service"], "telephone" : ["919308997680"], "mainAddrress" : {"state" : "Jharkhand", "address" : ["SANSKAR HOUSE OF ENAMUL HAQUE BIND MUHALLA,", "SHAHADAT CHOWK,", "PO+PS- CHATRA,", "Chatra", "Jharkhand", "825401"]}} | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1882, 5], [1913, 5], [1915, 7], [1916, 11], [1917, 7], [1918, 5], [1920, 8], [1922, 5], [1923, 9], [1925, 5], [1926, 6], [1927, 6], [1929, 7], [1930, 6], [1933, 6], [1934, 5], [1936, 11], [1938, 8], [1939, 14], [1940, 17], [1941, 17], [1942, 22], [1943, 35], [1944, 33], [1945, 39], [1946, 55], [1947, 70], [1948, 63], [1949, 78], [1950, 94], [1951, 118], [1952, 104], [1953, 190], [1954, 139], [1955, 154], [1956, 186], [1957, 192], [1958, 178], [1959, 148], [1960, 125], [1961, 135], [1962, 140], [1963, 112], [1964, 108], [1965, 103], [1966, 87], [1967, 105], [1968, 107], [1969, 120], [1970, 126], [1971, 126], [1972, 113], [1973, 106], [1974, 134], [1975, 132], [1976, 129], [1977, 133], [1978, 132], [1979, 133], [1980, 126], [1981, 126], [1982, 131], [1983, 141], [1984, 126], [1985, 157], [1986, 136], [1987, 135], [1988, 161], [1989, 198], [1990, 182], [1991, 186], [1992, 155], [1993, 189], [1994, 153], [1995, 149], [1996, 170], [1997, 159], [1998, 169], [1999, 187], [2000, 188], [2001, 180], [2002, 169], [2003, 166], [2004, 201], [2005, 179], [2006, 187], [2007, 184], [2008, 181], [2009, 165], [2010, 170], [2011, 158], [2012, 157], [2013, 154], [2014, 160]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "Lootable_00057", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5ea2d21586f77468057c13ad", "Items" : [{"_id" : "5ea2d21586f77468057c13ad", "_tpl" : "5909d89086f77472591234a0"}, {"_id" : "5ea2d21586f77468057c13ae", "_tpl" : "590c5a7286f7747884343aea", "parentId" : "5ea2d21586f77468057c13ad", "slotId" : "main", "location" : {"x" : 0, "y" : 0, "r" : 0}}, {"_id" : "5ea2d21586f77468057c13af", "_tpl" : "5a6f5e048dc32e00094b97da", "parentId" : "5ea2d21586f77468057c13ad", "slotId" : "main", "location" : {"x" : 1, "y" : 0, "r" : 0}}, {"_id" : "5ea2d21586f77468057c13b0", "_tpl" : "5649ab884bdc2ded0b8b457f", "parentId" : "5ea2d21586f77468057c13ad", "slotId" : "main", "location" : {"x" : 3, "y" : 0, "r" : 0}}, {"_id" : "5ea2d21586f77468057c13b1", "_tpl" : "57ade1442459771557167e15", "parentId" : "5ea2d21586f77468057c13ad", "slotId" : "main", "location" : {"x" : 4, "y" : 0, "r" : 1}}]} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"returnDate": {"type": "string"}, "depositor": {"type": "string"}, "responsibleEntity": {"type": "string"}, "packingNote": {"type": "string"}, "entryReasons": {"type": "string"}, "entryNumber": {"type": "string"}, "entryMethod": {"type": "string"}, "entryNote": {"type": "string"}, "numObjects": {"type": "string"}, "description": {"type": "string"}, "entryDate": {"type": "string"}, "donor": {"type": "string"}}, "required": ["returnDate", "depositor", "responsibleEntity", "packingNote", "entryReasons", "entryNumber", "entryMethod", "entryNote", "numObjects", "description", "entryDate", "donor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"returnDate" : "", "depositor" : "Jennifer Connelly", "responsibleEntity" : "", "packingNote" : "", "entryReasons" : "Gift", "entryNumber" : "IN2004.002", "entryMethod" : "Lorem ipsum", "entryNote" : "", "numObjects" : "42", "description" : "Licensed merchandise figurines from The Nightmare Before Christmas and Beetlejuice", "entryDate" : "", "donor" : "Richard Gere"} | json_instruct | {"type": "object", "properties": {"returnDate": {"type": "string"}, "depositor": {"type": "string"}, "responsibleEntity": {"type": "string"}, "packingNote": {"type": "string"}, "entryReasons": {"type": "string"}, "entryNumber": {"type": "string"}, "entryMethod": {"type": "string"}, "entryNote": {"type": "string"}, "numObjects": {"type": "string"}, "description": {"type": "string"}, "entryDate": {"type": "string"}, "donor": {"type": "string"}}, "required": ["returnDate", "depositor", "responsibleEntity", "packingNote", "entryReasons", "entryNumber", "entryMethod", "entryNote", "numObjects", "description", "entryDate", "donor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Voila": {"type": "object", "properties": {"template": {"type": "string"}}, "required": ["template"]}, "MappingKernelManager": {"type": "object", "properties": {"cull_interval": {"type": "integer"}}, "required": ["cull_interval"]}, "LargeFileManager": {"type": "object", "properties": {"use_atomic_writing": {"type": "boolean"}}, "required": ["use_atomic_writing"]}}, "required": ["Voila", "MappingKernelManager", "LargeFileManager"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Voila" : {"template" : "gridstack"}, "MappingKernelManager" : {"cull_interval" : 10}, "LargeFileManager" : {"use_atomic_writing" : false}} | json_instruct | {"type": "object", "properties": {"Voila": {"type": "object", "properties": {"template": {"type": "string"}}, "required": ["template"]}, "MappingKernelManager": {"type": "object", "properties": {"cull_interval": {"type": "integer"}}, "required": ["cull_interval"]}, "LargeFileManager": {"type": "object", "properties": {"use_atomic_writing": {"type": "boolean"}}, "required": ["use_atomic_writing"]}}, "required": ["Voila", "MappingKernelManager", "LargeFileManager"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "number"}, "star_temp": {"type": "number"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "string"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"FIELD1" : 1899, "key" : "K2-126_b", "star_name" : "K2-126", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 7.387073, "semi_major" : 0.066, "orbital_eccentricity" : 0.06, "star_temp" : 4367.83, "star_radius" : 0.62, "planet_temp" : "NA", "radius" : 1.84, "discovery_year" : 2017, "light_years" : "NA"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "number"}, "star_temp": {"type": "number"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "string"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"DTD_z0p00025_bw100_mwd<0.55_1.5e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p00025_bw100_mwd<0.55_1.5e-08<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DTD_z0p00025_bw100_mwd<0.55_1.5e-08<mdot" : [0.0, 0.0, 3.879205176178649e-05, 0.00014762857675716426, 2.8699523374336658e-05, 0.0001996955963864275, 5.4771392473429686e-05, 1.5049902483130651e-05, 2.162246324790662e-05, 9.14217188416886e-06, 2.5711114417647542e-05, 0.00018317064767665815, 2.5438378562094672e-06, 0.0, 0.0, 0.0, 0.0, 6.522002364032402e-05, 0.0002615759004275564, 8.159960381261635e-05, 0.00019569477019687454, 0.0002788032500732347, 0.0004937972445668382, 0.0007564675053143947, 9.799977102812945e-05, 0.00036069072240914454, 0.0007274046865513471, 0.0008161305480191196, 5.1465612988135616e-05, 0.00039227280730798255, 0.0005787790428282147, 0.0005483045960031309, 0.0024084209354698696, 0.0017282632462066027, 0.0003009857129679626, 0.0005881015321475922, 0.0002284423401549482, 0.0006239578446513329, 0.000758643960682084, 0.0017351150093355625, 0.0003456952088032421, 0.0005264813436542826, 0.000282730789217641, 0.00015938401050349937, 9.37956401055283e-05, 0.0002418244385552562, 1.4570825314343117e-05, 0.00016233943918809307, 0.00040640334498592487, 0.00011741005232606544, 0.00040047746129165396, 8.146673441340041e-05, 4.328704355285526e-05, 4.90329125086425e-05, 6.500175156989169e-06, 1.3308327196117492e-05, 0.0, 8.065561984405e-06, 5.119748189945372e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "arrbool" : true} | json_instruct | {"type": "object", "properties": {"DTD_z0p00025_bw100_mwd<0.55_1.5e-08<mdot": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p00025_bw100_mwd<0.55_1.5e-08<mdot", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"project": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "$default": {"type": "object", "properties": {"$source": {"type": "string"}}, "required": ["$source"]}}, "required": ["type", "description", "$default"]}, "azureDevops": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "default": {"type": "boolean"}, "x-prompt": {"type": "string"}, "$id": {"type": "string"}, "alias": {"type": "string"}}, "required": ["description", "type", "default", "x-prompt", "$id", "alias"]}, "skipInstall": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "default": {"type": "boolean"}, "alias": {"type": "string"}}, "required": ["description", "type", "default", "alias"]}}, "required": ["project", "azureDevops", "skipInstall"]}, "required": {"type": "array", "items": {}}}, "required": ["$schema", "id", "title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/schema", "id" : "objectivity-angular-schematic-web-ci-ng-add", "title" : "Angular Material ng-add schematic", "type" : "object", "properties" : {"project" : {"type" : "string", "description" : "Name of the project.", "$default" : {"$source" : "projectName"}}, "azureDevops" : {"description" : "Adds Azure DevOps pipeline configuration to the application", "type" : "boolean", "default" : true, "x-prompt" : "Would you like to add Azure DevOps pipeline configuration?", "$id" : "azureDevOps", "alias" : "azure"}, "skipInstall" : {"description" : "When true, does not install dependency packages.", "type" : "boolean", "default" : false, "alias" : "si"}}, "required" : []} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"project": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "$default": {"type": "object", "properties": {"$source": {"type": "string"}}, "required": ["$source"]}}, "required": ["type", "description", "$default"]}, "azureDevops": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "default": {"type": "boolean"}, "x-prompt": {"type": "string"}, "$id": {"type": "string"}, "alias": {"type": "string"}}, "required": ["description", "type", "default", "x-prompt", "$id", "alias"]}, "skipInstall": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "default": {"type": "boolean"}, "alias": {"type": "string"}}, "required": ["description", "type", "default", "alias"]}}, "required": ["project", "azureDevops", "skipInstall"]}, "required": {"type": "array", "items": {}}}, "required": ["$schema", "id", "title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"args": {"type": "array", "items": {}}, "facts": {"type": "object", "properties": {"brew.BrewVersion": {"type": "array", "items": {"type": "integer"}}}, "required": ["brew.BrewVersion"]}, "commands": {"type": "array", "items": {"type": "string"}}, "idempotent": {"type": "boolean"}}, "required": ["args", "facts", "commands", "idempotent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"args" : [], "facts" : {"brew.BrewVersion" : [2, 6, 0]}, "commands" : ["brew upgrade --cask"], "idempotent" : false} | json_instruct | {"type": "object", "properties": {"args": {"type": "array", "items": {}}, "facts": {"type": "object", "properties": {"brew.BrewVersion": {"type": "array", "items": {"type": "integer"}}}, "required": ["brew.BrewVersion"]}, "commands": {"type": "array", "items": {"type": "string"}}, "idempotent": {"type": "boolean"}}, "required": ["args", "facts", "commands", "idempotent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk padl\u00fdm v Brn\u00ed\u010dku na n\u00e1vsi", "P31" : "http://www.wikidata.org/entity/Q575759", "P31^label:cs" : "Pomn\u00edk padl\u00fdm", "P131^label:cs" : "Uni\u010dov", "P6736" : "25028"}, "geometry" : {"type" : "Point", "coordinates" : [17.14368, 49.77244]}}, {"type" : "Feature", "properties" : {"label:cs" : "Kaple Panny Marie v Brn\u00ed\u010dku na k\u0159i\u017eovatce", "P31" : "http://www.wikidata.org/entity/Q108325", "P31^label:cs" : "Kaple", "P131^label:cs" : "Uni\u010dov", "P6736" : "22514"}, "geometry" : {"type" : "Point", "coordinates" : [17.14037, 49.77168]}}, {"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e v \u00dajezdu pobl\u00ed\u017e Unexu", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "\u00dajezd", "P6736" : "24029"}, "geometry" : {"type" : "Point", "coordinates" : [17.15992, 49.77591]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"method": {"type": "string"}, "collection": {"type": "object", "properties": {"equalTo": {"type": "string"}}, "required": ["equalTo"]}, "operations": {"type": "object", "properties": {"equalTo": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "document": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "upsert": {"type": "boolean"}, "multi": {"type": "boolean"}}, "required": ["type", "document", "upsert", "multi"]}}}, "required": ["equalTo"]}, "error": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["method", "collection", "operations", "error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"method" : "bulkWrite", "collection" : {"equalTo" : "bulkwrite"}, "operations" : {"equalTo" : [{"type" : "insert", "document" : {"test" : "testBulkWriteFileError"}, "upsert" : false, "multi" : false}]}, "error" : {"message" : "intentional"}} | json_instruct | {"type": "object", "properties": {"method": {"type": "string"}, "collection": {"type": "object", "properties": {"equalTo": {"type": "string"}}, "required": ["equalTo"]}, "operations": {"type": "object", "properties": {"equalTo": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "document": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "upsert": {"type": "boolean"}, "multi": {"type": "boolean"}}, "required": ["type", "document", "upsert", "multi"]}}}, "required": ["equalTo"]}, "error": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["method", "collection", "operations", "error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "imgURL": {"type": "string"}, "imgCopyright": {"type": "string"}, "name": {"type": "string"}, "party": {"type": "string"}, "job": {"type": "string"}, "office": {"type": "array", "items": {"type": "string"}}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "URL": {"type": "string"}}, "required": ["name", "URL"]}}, "biography": {"type": "array", "items": {}}, "directCandidate": {"type": "boolean"}, "constituency": {"type": "string"}, "constituencyName": {"type": "string"}, "functions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["category", "functions"]}}, "speechesURL": {"type": "string"}, "votesURL": {"type": "string"}, "publicationRequirement": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "imgURL", "imgCopyright", "name", "party", "job", "office", "links", "biography", "directCandidate", "constituency", "constituencyName", "functions", "speechesURL", "votesURL", "publicationRequirement"]}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"url" : "https://www.bundestag.de/abgeordnete/biografien/M/muenz_volker-522234"}, "data" : {"id" : "522234", "imgURL" : "https://www.bundestag.de/resource/image/522232/3x4/284/379/2edd4dfb89ccd01815e1d3f8faea4ad1/Tl/muenz_volker_gross.jpg", "imgCopyright" : "Volker M\u00fcnz / Photo Planet Stuttgart", "name" : "Volker M\u00fcnz", "party" : "AfD", "job" : "Diplom-\u00d6konom", "office" : ["Deutscher Bundestag", "Platz der Republik 1", "11011 Berlin"], "links" : [{"name" : "volker-muenz.de", "URL" : "http://www.volker-muenz.de/"}, {"name" : "Facebook", "URL" : "https://www.facebook.com/vmuenz/"}], "biography" : [], "directCandidate" : false, "constituency" : "263", "constituencyName" : "G\u00f6ppingen", "functions" : [{"category" : "Ordentliches Mitglied", "functions" : ["Haushaltsausschuss", "Schriftf\u00fchrer/in"]}, {"category" : "Stellvertretendes Mitglied", "functions" : ["Ausschuss f\u00fcr Bildung, Forschung und Technikfolgenabsch\u00e4tzung", "Finanzausschuss"]}, {"category" : "Stellvertretender Vorsitz", "functions" : ["Deutsch-Israelische Parlamentariergruppe"]}], "speechesURL" : "https://www.bundestag.dehttps://www.bundestag.de/ajax/filterlist/webarchiv/abgeordnete/biografien18/440470-440470?rednerIds=480914%239436", "votesURL" : "https://www.bundestag.de/apps/na/na/abstimmunglinksByMdb.form?vaid=2193¬wahlperioden=", "publicationRequirement" : ["UniCredit Bank AG, M\u00fcnchen,", "Bankkaufmann"]}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "imgURL": {"type": "string"}, "imgCopyright": {"type": "string"}, "name": {"type": "string"}, "party": {"type": "string"}, "job": {"type": "string"}, "office": {"type": "array", "items": {"type": "string"}}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "URL": {"type": "string"}}, "required": ["name", "URL"]}}, "biography": {"type": "array", "items": {}}, "directCandidate": {"type": "boolean"}, "constituency": {"type": "string"}, "constituencyName": {"type": "string"}, "functions": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["category", "functions"]}}, "speechesURL": {"type": "string"}, "votesURL": {"type": "string"}, "publicationRequirement": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "imgURL", "imgCopyright", "name", "party", "job", "office", "links", "biography", "directCandidate", "constituency", "constituencyName", "functions", "speechesURL", "votesURL", "publicationRequirement"]}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id_4708": {"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_4708"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_4708" : {"title" : "Rub\u00e1iy\u00e1t of Omar Khayy\u00e1m (Fitzgerald 5th edition)", "language" : "English", "totaltime" : "0:37:34", "url_librivox" : "http://librivox.org/the-rubaiyat-of-omar-khayyam-by-omar-khayyam-2/", "url_iarchive" : "http://archive.org/details/rubaiyat_edition5_1009_n_librivox", "readers" : ["3793"], "authors" : "1299", "genres" : "Poetry"}} | json_instruct | {"type": "object", "properties": {"id_4708": {"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_4708"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"meta_name": {"type": "string"}, "meta_type": {"type": "string"}, "meta_description": {"type": "array", "items": {"type": "string"}}, "meta_abstract_types": {"type": "array", "items": {"type": "string"}}}, "required": ["meta_name", "meta_type", "meta_description", "meta_abstract_types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta_name" : "energy_total_potential", "meta_type" : "type-abstract", "meta_description" : ["A value of the total potential energy. Note that a direct comparison may not be ", "possible because of a difference in the methods for computing total energies ", "and numerical implementations of various codes might leads to different energy ", "zeros (see section_energy_code_independent for a code-independent definition of ", "the energy)."], "meta_abstract_types" : ["energy_component"]} | json_instruct | {"type": "object", "properties": {"meta_name": {"type": "string"}, "meta_type": {"type": "string"}, "meta_description": {"type": "array", "items": {"type": "string"}}, "meta_abstract_types": {"type": "array", "items": {"type": "string"}}}, "required": ["meta_name", "meta_type", "meta_description", "meta_abstract_types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SHERBERT DAY", "description" : "A delicious change of pace mix. A Crispy rainbow sherbet. Closes I have come to a real rainbow sherbet without using a sherbet concentrate. Those are coming soon though. Enjoy!", "id" : 142649, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/142649/A4CAA05B-61D5-465F-A2A3-253BF0D1782A.png", "updated_at" : "2020-12-10T16:01:15.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Fizzy Sherbet", "flavor_id" : "8878", "millipercent" : 1250, "vendor" : "VT"}, {"name" : "Orange Cream", "flavor_id" : "250", "millipercent" : 2000, "vendor" : "TPA"}, {"name" : "Raspberry", "flavor_id" : "971", "millipercent" : 2500, "vendor" : "LA"}, {"name" : "Lemon Lime", "flavor_id" : "83", "millipercent" : 1000, "vendor" : "CAP"}, {"name" : "Juicy Orange", "flavor_id" : "80", "millipercent" : 1500, "vendor" : "CAP"}, {"name" : "Golden Pineapple", "flavor_id" : "61", "millipercent" : 2000, "vendor" : "CAP"}, {"name" : "Vanilla Swirl", "flavor_id" : "189", "millipercent" : 3000, "vendor" : "TPA"}], "author" : "NastyNate", "views" : "1203", "created_at" : "2019-03-14", "slug" : "sherbert_day", "archive_image_url" : "https://allthearchives.com/images/142649.png", "total_flavoring" : "13.25%", "steep_days" : "1 (SNV)", "best_vg" : "70%", "temperature" : "0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "archive_image_url": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ABDUL", "frequency" : 1165, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=double", "type=top"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"type=bottom" : {"model" : "deep_trenches:block/enderheart_slab"}, "type=double" : {"model" : "deep_trenches:block/enderheart_planks"}, "type=top" : {"model" : "deep_trenches:block/enderheart_slab_top"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=double", "type=top"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Questionable Mine Claim", "description" : "<c=@Flavor>Even bandits eventually learn the pen is mightier than the sword.</c>", "type" : "Trophy", "level" : 0, "rarity" : "Junk", "vendor_value" : 5000, "game_types" : ["Wvw", "Dungeon", "Pve"], "flags" : ["SoulbindOnAcquire", "SoulBindOnUse"], "restrictions" : [], "id" : 83234, "chat_link" : "[&AgEiRQEA]", "icon" : "https://render.guildwars2.com/file/61E5A8E5A91D4FED0815606C71975F0EBF0D032C/1767176.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon"], "$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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1260068429, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "41a839bd4a3fa90fc4734547bef45316", "wof:id" : 1260068429, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [26.56657, 45.05372, 26.56657, 45.05372], "geometry" : {"coordinates" : [26.56657, 45.05372], "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RichQUACK.com", "website" : "https://www.RichQuack.com", "description" : "QUACK is a stealth fair launched token that has passsed Security Audit by TechRate, LP Locked, Anti-Whale, RUG Proof & 100% community-driven project on the BSC. RichQuack will build a Decentralized Launchpad Platform with MegaJackpot Raffle & Lottery features for Holders. ", "explorer" : "https://bscscan.com/token/0xd74b782e05aa25c50e7330af541d46e18f36661c", "type" : "BEP20", "symbol" : "QUACK", "decimals" : 9, "status" : "active", "id" : "0xD74b782E05AA25c50e7330Af541d46E18f36661C"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$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"}, "author": {"type": "null"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}, "react-dom": {"type": "string"}, "react-native-paper": {"type": "string"}, "react-native-push-notification": {"type": "string"}, "react-native-gesture-handler": {"type": "string"}, "react-native-vector-icons": {"type": "string"}, "react-navigation": {"type": "string"}, "react-redux": {"type": "string"}, "react-redux-loading": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["expo", "react", "react-native", "react-dom", "react-native-paper", "react-native-push-notification", "react-native-gesture-handler", "react-native-vector-icons", "react-navigation", "react-redux", "react-redux-loading", "redux", "redux-thunk", "uuid"]}}, "required": ["name", "version", "description", "author", "private", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "udacity-flashcards-project", "version" : "0.0.0", "description" : "No description", "author" : null, "private" : true, "main" : "node_modules/expo/AppEntry.js", "dependencies" : {"expo" : "^34.0.0", "react" : "16.5.0", "react-native" : "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz", "react-dom" : "^16.0.0", "react-native-paper" : "2.2.8", "react-native-push-notification" : "3.1.3", "react-native-gesture-handler" : "1.3.0", "react-native-vector-icons" : "6.4.2", "react-navigation" : "3.8.1", "react-redux" : "6.0.0", "react-redux-loading" : "1.0.1", "redux" : "4.0.1", "redux-thunk" : "2.3.0", "uuid" : "3.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "null"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}, "react-dom": {"type": "string"}, "react-native-paper": {"type": "string"}, "react-native-push-notification": {"type": "string"}, "react-native-gesture-handler": {"type": "string"}, "react-native-vector-icons": {"type": "string"}, "react-navigation": {"type": "string"}, "react-redux": {"type": "string"}, "react-redux-loading": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["expo", "react", "react-native", "react-dom", "react-native-paper", "react-native-push-notification", "react-native-gesture-handler", "react-native-vector-icons", "react-navigation", "react-redux", "react-redux-loading", "redux", "redux-thunk", "uuid"]}}, "required": ["name", "version", "description", "author", "private", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "stream_id": {"type": "string"}, "pipeline_ids": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "stream_id", "pipeline_ids"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : {"$oid" : "607e898881f1d75d99c1c625"}, "stream_id" : "000000000000000000000001", "pipeline_ids" : ["607ee66635d1b0262ebdde0c", "61e849ddcf59d7316bc03810", "60812b227ec6e05a223c619d", "607e897e81f1d75d99c1c618", "60af6a9aa650154320a11453", "608108c6060f825a19357f11"]} | json_instruct | {"type": "object", "properties": {"_id": {"type": "object", "properties": {"$oid": {"type": "string"}}, "required": ["$oid"]}, "stream_id": {"type": "string"}, "pipeline_ids": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "stream_id", "pipeline_ids"], "$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" : 85913827, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "2af56d8aeb13bb981eb71f1b8e7e761c", "wof:id" : 85913827, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.4851401282961, 35.30286722772436, 139.49066162150615, 35.30840140170015], "geometry" : {"coordinates" : [[[139.48574040336865, 35.30840140170015], [139.48734308883428, 35.30840139918723], [139.4879150390001, 35.30840140170007], [139.49066162150615, 35.30840140064127], [139.49066162099996, 35.30616001460005], [139.49066162100024, 35.30545913076153], [139.4906616210003, 35.30391856297521], [139.4906616210003, 35.30363861127073], [139.48877302092905, 35.30286722772436], [139.4879150390001, 35.30391855832515], [139.4851684542163, 35.30391855734479], [139.4851401282961, 35.30395326217686], [139.4851684570001, 35.30405740112658], [139.4851684570001, 35.30616001460005], [139.4851684570001, 35.30840140170007], [139.48574040336865, 35.30840140170015]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "450301", "text" : "\u5e02\u8f96\u533a"}, {"id" : "450302", "text" : "\u79c0\u5cf0\u533a"}, {"id" : "450303", "text" : "\u53e0\u5f69\u533a"}, {"id" : "450304", "text" : "\u8c61\u5c71\u533a"}, {"id" : "450305", "text" : "\u4e03\u661f\u533a"}, {"id" : "450311", "text" : "\u96c1\u5c71\u533a"}, {"id" : "450312", "text" : "\u4e34\u6842\u533a"}, {"id" : "450321", "text" : "\u9633\u6714\u53bf"}, {"id" : "450323", "text" : "\u7075\u5ddd\u53bf"}, {"id" : "450324", "text" : "\u5168\u5dde\u53bf"}, {"id" : "450325", "text" : "\u5174\u5b89\u53bf"}, {"id" : "450326", "text" : "\u6c38\u798f\u53bf"}, {"id" : "450327", "text" : "\u704c\u9633\u53bf"}, {"id" : "450328", "text" : "\u9f99\u80dc\u5404\u65cf\u81ea\u6cbb\u53bf"}, {"id" : "450329", "text" : "\u8d44\u6e90\u53bf"}, {"id" : "450330", "text" : "\u5e73\u4e50\u53bf"}, {"id" : "450331", "text" : "\u8354\u6d66\u53bf"}, {"id" : "450332", "text" : "\u606d\u57ce\u7476\u65cf\u81ea\u6cbb\u53bf"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"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" : 26718, "cartId" : "04db5bef-6c22-49f5-8740-9f40a95223a9", "preferredProducts" : [2994, 3611, 2389, 4215], "productReviews" : [{"productId" : 3251, "reviewText" : "The box this comes in is 5 kilometer by 6 meter and weights 20 ounce!", "reviewDate" : "2016-08-15T08:28:38.0161512+03:00"}, {"productId" : 4531, "reviewText" : "My gentoo penguin loves to play with it.", "reviewDate" : "2017-02-26T15:31:03.6615576+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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"topic" : "Postdoc: Computer graphics, image quality, high dynamic range imaging", "category" : "hdri", "attachments" : [], "created_by_name" : "Rafal Mantiuk", "created_at" : "September 04, 2010 at 04:18AM", "body" : "Hello,\n\n\nI would appreciate if you could circulate this message to whomever\ncould be interested.\n\n\nThank you,\n\n\nRafal\n\n\n\n\nPostdoc: Computer graphics, image quality, high dynamic range imaging\n\n\nThe Visualisation Group within the School of Computer Science is\nseeking to recruit a Postdoctoral Researcher to work on groundbreaking\nresearch in high dynamic range imaging, modelling of human visual\nperception, and image quality assessment. The appointment is part of\nthe project on \"Quantifying image quality in computer graphics\" and is\navailable for 15 months.\nClosing date for applications: 1.00 p.m. UTC Monday 18th October, 2010.\n\n\nFor detailed information, please visit\nhttp://www.bangor.ac.uk/corporate/vacancies/home.php.en?jobdetails=1&reference=10-10/24\n\n\nShould you wish to discuss this post informally please contact:\n\n\nDr. Rafal Mantiuk\nmantiuk at bangor.ac.uk\ntel. +44 (0)1248 382698\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/hdri/2010-September/000270.html).</sup>", "id" : "hdri_000270", "created_by" : "Rafal_Mantiuk"} | json_instruct | {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "properties": {"prerelease": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "package": {"type": "string"}, "commit": {"type": "string"}, "comment": {"type": "string"}}, "required": ["author", "package", "commit", "comment"]}}}, "required": ["prerelease"]}}, "required": ["date", "tag", "version", "comments"]}}}, "required": ["name", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@fluentui/react-portal-compat-context", "entries" : [{"date" : "Mon, 23 May 2022 12:13:34 GMT", "tag" : "@fluentui/react-portal-compat-context_v9.0.0-rc.2", "version" : "9.0.0-rc.2", "comments" : {"prerelease" : [{"author" : "martinhochel@microsoft.com", "package" : "@fluentui/react-portal-compat-context", "commit" : "e7b70cb06f4422e5574993fd2ad44d9073647417", "comment" : "feat: ship rolluped only dts"}]}}, {"date" : "Wed, 04 May 2022 13:26:46 GMT", "tag" : "@fluentui/react-portal-compat-context_v9.0.0-rc.1", "version" : "9.0.0-rc.1", "comments" : {"none" : [{"author" : "tristan.watanabe@gmail.com", "package" : "@fluentui/react-portal-compat-context", "commit" : "8997f88bdd280b6831338d6c231b387fd554046e", "comment" : "react-portal-compat-context: Move to new common folder."}], "prerelease" : [{"author" : "olfedias@microsoft.com", "package" : "@fluentui/react-portal-compat-context", "commit" : "280cf2336d814d7380d5cbf4999ce56da763919c", "comment" : "initial release"}]}}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "properties": {"prerelease": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "package": {"type": "string"}, "commit": {"type": "string"}, "comment": {"type": "string"}}, "required": ["author", "package", "commit", "comment"]}}}, "required": ["prerelease"]}}, "required": ["date", "tag", "version", "comments"]}}}, "required": ["name", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "grandaunt", "definition" : "The aunt of one's father or mother."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "411002009001", "text" : "\u4e03\u91cc\u5e97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009002", "text" : "\u4ed8\u590f\u9f50\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009003", "text" : "\u8463\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009004", "text" : "\u5b59\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009005", "text" : "\u5434\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009006", "text" : "\u4e94\u90ce\u5e99\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009007", "text" : "\u5d14\u4ee3\u5f20\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009008", "text" : "\u5e9e\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009009", "text" : "\u5b8b\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009010", "text" : "\u5468\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009011", "text" : "\u5b59\u5e99\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "411002009012", "text" : "\u5ef6\u4e2d\u793e\u533a\u5c45\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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" : ["Preheat oven to 350 degrees F (175 degrees C). Grease a 9x5 inch loaf pan.", "Place potatoes in a colander and squeeze out moisture.", "In a large bowl combine eggs, salt, pepper, oil and onion. Place potatoes and cheese in the bowl and mix well. Pour mixture into the prepared loaf pan.", "Bake at 350 degrees F (175 degrees C) for 1 hour. Raise heat to 450 degrees F (230 degrees C) and bake for 5 to 10 minutes until browned, serve hot."], "ingredients" : ["3 pounds peeled and shredded potatoes", "4 eggs", "salt and pepper to taste", "5 tablespoons olive oil", "1 onion, chopped", "2 1/2 cups Cheddar cheese, shredded"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Cheesy Potato Kugel", "url" : "http://allrecipes.com/recipe/16076/cheesy-potato-kugel/"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slot": {"type": "integer"}, "icon": {"type": "string"}, "class": {"type": "integer"}, "subclass": {"type": "integer"}, "quality": {"type": "integer"}, "reqLevel": {"type": "integer"}, "durability": {"type": "integer"}, "armor": {"type": "integer"}, "suffixId": {"type": "integer"}, "arcaneDamage": {"type": "integer"}}, "required": ["id", "name", "slot", "icon", "class", "subclass", "quality", "reqLevel", "durability", "armor", "suffixId", "arcaneDamage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 10250, "name" : "Master's Hat of Arcane Wrath", "slot" : 1, "icon" : "inv_helmet_51", "class" : 4, "subclass" : 1, "quality" : 2, "reqLevel" : 58, "durability" : 45, "armor" : 66, "suffixId" : 1825, "arcaneDamage" : 39}, {"id" : 10250, "name" : "Master's Hat of Arcane Wrath", "slot" : 1, "icon" : "inv_helmet_51", "class" : 4, "subclass" : 1, "quality" : 2, "reqLevel" : 58, "durability" : 45, "armor" : 66, "suffixId" : 1826, "arcaneDamage" : 40}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "slot": {"type": "integer"}, "icon": {"type": "string"}, "class": {"type": "integer"}, "subclass": {"type": "integer"}, "quality": {"type": "integer"}, "reqLevel": {"type": "integer"}, "durability": {"type": "integer"}, "armor": {"type": "integer"}, "suffixId": {"type": "integer"}, "arcaneDamage": {"type": "integer"}}, "required": ["id", "name", "slot", "icon", "class", "subclass", "quality", "reqLevel", "durability", "armor", "suffixId", "arcaneDamage"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Cadix", "circ" : "1\u00e8re circonscription", "dpt" : "Tarn", "inscrits" : 203, "abs" : 89, "votants" : 114, "blancs" : 10, "nuls" : 2, "exp" : 102, "res" : [{"nuance" : "DVD", "nom" : "M. Philippe FOLLIOT", "voix" : 77}, {"nuance" : "FN", "nom" : "M. Fr\u00e9d\u00e9ric CABROLIER", "voix" : 25}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "500155110001", "text" : "\u594e\u661f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110200", "text" : "\u805a\u594e\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110201", "text" : "\u6d77\u5cf0\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110202", "text" : "\u5b89\u5bff\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110203", "text" : "\u9ad8\u7891\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110204", "text" : "\u7231\u548c\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110205", "text" : "\u5e2d\u5e3d\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110206", "text" : "\u6865\u94fa\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110207", "text" : "\u77f3\u725b\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110208", "text" : "\u957f\u5cad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110209", "text" : "\u987a\u5b89\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110210", "text" : "\u9752\u9f99\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500155110211", "text" : "\u5927\u6765\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": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Hi Terrance,\n\n\nIt's remarkable that you were able to sort this out without aid.\n\n\nThere's already a fairly sophisticated installation script written for trad, which gets triggered by \"rmake install\" in the src/util directory. I wouldn't know how to replicate this using cmake, unless it can call the same script.\n\n\nI updated this to work with wish8.5, but if it isn't run on your system, I guess it won't work. You can call it outside rmake using:\n\n\n\tcsh -f tradinstall.csh $(INSTDIR) $(LIBDIR)/tcl\n\n\nwhere $(INSTDIR) is the Radiance executable directory and $(LIBDIR) is the Radiance library directory on your system.\n\n\nRob and I will figure out how to get this working on the NREL installers. Thanks for alerting us to the problem!\n\n\nCheers,\n-Greg\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-dev/2015-October/001464.html).</sup>", "attachments" : [], "created_by_name" : "Greg Ward", "created_at" : "October 20, 2015 at 08:55AM", "created_by" : "Greg_Ward", "parent_id" : "radiance-dev_001463", "id" : "radiance-dev_001464"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7eea244c-cfec-4ee7-975c-92e100837bee", "name" : "Google", "values" : [{"key" : "host", "value" : "www.google.co.uk", "enabled" : true}], "_postman_variable_scope" : "environment", "_postman_exported_at" : "2020-02-13T20:15:25.502Z", "_postman_exported_using" : "Postman/7.5.0"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}, "_postman_variable_scope": {"type": "string"}, "_postman_exported_at": {"type": "string"}, "_postman_exported_using": {"type": "string"}}, "required": ["id", "name", "values", "_postman_variable_scope", "_postman_exported_at", "_postman_exported_using"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "trivalve", "definition" : "Anything having three valves, especially a shell."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "gymnite", "definition" : "A hydrous silicate of magnesia."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Food", "Enclosure", "Contents", "Orientation"], ["Hamburger", "one bun, split into two", "meat, vegetables, cheese, and/or condiments", "horizontal"], ["Hoagie", "one bun", "meat, vegetables, cheese, and/or condiments", "vertical"], ["Hot Dog", "one bun", "meat, vegetables, cheese, and/or condiments", "vertical"], ["Hot Pocket", "two crusts sealed together", "meat, vegetables, cheese, and/or condiments", "horizontal"], ["Pie", "two crusts sealed together", "fruit or meat, vegetables, and/or cheese", "horizontal"], ["Taco", "one shell", "meat, vegetables, cheese, and/or condiments", "vertical"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "aws-sdk": {"type": "string"}, "bluebird": {"type": "string"}, "underscore": {"type": "string"}, "ngeohash": {"type": "string"}}, "required": ["express", "body-parser", "aws-sdk", "bluebird", "underscore", "ngeohash"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}}, "required": ["name", "description", "main", "dependencies", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Jong_Leay", "description" : "TBD", "main" : "server.js", "dependencies" : {"express" : "~4.13.3 ", "body-parser" : "~1.14.2", "aws-sdk" : "~2.2.30", "bluebird" : "~3.1.1", "underscore" : "~1.8.3", "ngeohash" : "~0.6.0"}, "repository" : {"type" : "git", "url" : "https://github.com/sbusayarat/JongLeay-Service"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "aws-sdk": {"type": "string"}, "bluebird": {"type": "string"}, "underscore": {"type": "string"}, "ngeohash": {"type": "string"}}, "required": ["express", "body-parser", "aws-sdk", "bluebird", "underscore", "ngeohash"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}}, "required": ["name", "description", "main", "dependencies", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"\u5929\u7a7a\u5438\u5f15\u6211": {"type": "string"}}, "required": ["\u5929\u7a7a\u5438\u5f15\u6211"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "array", "items": {"type": "string"}}, "vendored_libraries": {"type": "string"}, "vendored_frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SDWebImage": {"type": "array", "items": {}}}, "required": ["SDWebImage"]}, "xcconfig": {"type": "object", "properties": {"HEADER_SEARCH_PATHS": {"type": "string"}}, "required": ["HEADER_SEARCH_PATHS"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "social_media_url", "platforms", "source", "resources", "frameworks", "libraries", "vendored_libraries", "vendored_frameworks", "dependencies", "xcconfig", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "TestLibDemo", "version" : "1.0.0", "summary" : "\u6d4b\u8bd5\u9879\u76ee", "description" : "This library is testLib This library is testLib This library is testLib", "homepage" : "https://gitee.com/zhengjunjie", "screenshots" : "https://github.com/zhengjunjie11/TestLibDemo/blob/master/test.png?raw=true", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"\u5929\u7a7a\u5438\u5f15\u6211" : "2028002516@qq.com"}, "social_media_url" : "https://www.jianshu.com/u/0b735abc7135", "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/zhengjunjie11/TestLibDemo.git", "tag" : "1.0.0"}, "resources" : "Home/Resoures/*.png", "frameworks" : ["Accounts", "AddressBook"], "libraries" : ["c++", "sqlite3", "stdc++.6.0.9", "z"], "vendored_libraries" : "Home/Lib/*.a", "vendored_frameworks" : "Home/Frameworks/*.framework", "dependencies" : {"SDWebImage" : []}, "xcconfig" : {"HEADER_SEARCH_PATHS" : "$(SDKROOT)/Home/Frameworks"}, "subspecs" : [{"name" : "Model", "source_files" : "Home/Model/*.{h,m}"}, {"name" : "View", "source_files" : "Home/View/*.{h,m}"}, {"name" : "VC", "source_files" : "Home/VC/*.{h,m}"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"\u5929\u7a7a\u5438\u5f15\u6211": {"type": "string"}}, "required": ["\u5929\u7a7a\u5438\u5f15\u6211"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "resources": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "array", "items": {"type": "string"}}, "vendored_libraries": {"type": "string"}, "vendored_frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"SDWebImage": {"type": "array", "items": {}}}, "required": ["SDWebImage"]}, "xcconfig": {"type": "object", "properties": {"HEADER_SEARCH_PATHS": {"type": "string"}}, "required": ["HEADER_SEARCH_PATHS"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "social_media_url", "platforms", "source", "resources", "frameworks", "libraries", "vendored_libraries", "vendored_frameworks", "dependencies", "xcconfig", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 26, "line_cd" : 99609, "line_name" : "\u5bae\u8c4a\u7dda", "station_cd" : 9960909, "station_g_cd" : 9960909, "station_name" : "\u5ca9\u6edd\u53e3", "lon" : 135.151297, "lat" : 35.55038}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "evaluate": {"type": "string"}, "metadata": {"type": "object", "properties": {"impact": {"type": "string"}, "messages": {"type": "object", "properties": {"pass": {"type": "string"}, "incomplete": {"type": "string"}}, "required": ["pass", "incomplete"]}}, "required": ["impact", "messages"]}}, "required": ["id", "evaluate", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "caption", "evaluate" : "caption.js", "metadata" : {"impact" : "critical", "messages" : {"pass" : "The multimedia element has a captions track", "incomplete" : "Check that captions is available for the element"}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "evaluate": {"type": "string"}, "metadata": {"type": "object", "properties": {"impact": {"type": "string"}, "messages": {"type": "object", "properties": {"pass": {"type": "string"}, "incomplete": {"type": "string"}}, "required": ["pass", "incomplete"]}}, "required": ["impact", "messages"]}}, "required": ["id", "evaluate", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : {"author" : "Lizartza Saizar, Arantzazu"}, "doi" : "", "publication_date" : "2019-01-15", "id" : "EU100303", "url" : "https://addi.ehu.es/handle/10810/30845", "source" : "University of the Basque Country", "source_url" : "https://addi.ehu.es/", "licence" : "CC-BY-NC", "language" : "eu", "type" : "other", "description" : "Abstracts of Dissertations of Medicine", "text" : "[EUS] Zelula handien B motako linfoma hedatsua (ZHBLH) Ez-Hodgkin linfoma (EHL) mota ohikoena da. Estadiajerako erabiltzen den sistema Ann Arbor eskala da; non hezur muinaren infiltrazioak eragina duen. Ondorioz, hezur muin infiltrazioak inpaktu pronostiko eta terapeutikoa du. Orain arte, hezur muin biopsia izan da hezur muinaren infiltrazioa identifikatzeko oinarrizko teknika; baina sedazioaren premiaz gain, albo-ondorio ugari inplikatzen ditu. 18F-fluoro- 2deoxy-D- glucose positron emission tomography (FDG-PET) teknikak linfomen estadiajean paper garrantzitsua jokatzen duen arren, eztabaidan dago honek hezur muinaren ebaluatzeko eta HMB ordezkatzeko balioa. Ikerketa honen helburua HMB-ak PET-arekiko oinarrizko informazio gehigarririk ematen duen ikuskatzea da, horrela Donostiako Ospitale Unibertsitarioko Hematologia Zerbitzurako estadiaje algoritmo bat ezartzeko"} | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"lang": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "app_name": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "app_description": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "access_dashboard": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["lang", "app_name", "app_description", "access_dashboard"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lang" : {"message" : "pt-br"}, "app_name" : {"message" : "Moodle dashboard"}, "app_description" : {"message" : "Dashboard de anal\u00edtica de aprendizagem para dados de logs do moodle"}, "access_dashboard" : {"message" : "Clique aqui para acessar o Moodle dashboard"}} | json_instruct | {"type": "object", "properties": {"lang": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "app_name": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "app_description": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "access_dashboard": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["lang", "app_name", "app_description", "access_dashboard"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"settings": {"type": "array", "items": {"type": "object", "properties": {"interval": {"type": "string"}}, "required": ["interval"]}}}, "required": ["settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"settings" : [{"interval" : "10"}]} | json_instruct | {"type": "object", "properties": {"settings": {"type": "array", "items": {"type": "object", "properties": {"interval": {"type": "string"}}, "required": ["interval"]}}}, "required": ["settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contest": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}}, "required": ["urls", "method", "expected", "body", "mimetype"]}}, "required": ["contest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contest" : {"urls" : ["https://contest.skia.org/"], "method" : "GET", "expected" : [200], "body" : "", "mimetype" : "text/html"}} | json_instruct | {"type": "object", "properties": {"contest": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}}, "required": ["urls", "method", "expected", "body", "mimetype"]}}, "required": ["contest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"csv-parse": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "limdu": {"type": "string"}, "mysql": {"type": "string"}, "node-kmeans": {"type": "string"}, "shaman": {"type": "string"}}, "required": ["csv-parse", "express", "fs", "limdu", "mysql", "node-kmeans", "shaman"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "shaman21", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"csv-parse" : "^2.0.0", "express" : "^4.16.2", "fs" : "0.0.1-security", "limdu" : "^0.9.3", "mysql" : "^2.15.0", "node-kmeans" : "^1.1.0", "shaman" : "^0.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"csv-parse": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "limdu": {"type": "string"}, "mysql": {"type": "string"}, "node-kmeans": {"type": "string"}, "shaman": {"type": "string"}}, "required": ["csv-parse", "express", "fs", "limdu", "mysql", "node-kmeans", "shaman"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "poltroonery", "definition" : "Cowardice; want of spirit; pusillanimity."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"bin": {"type": "array", "items": {"type": "string"}}, "dev": {"type": "array", "items": {"type": "string"}}, "devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["bin", "dev", "devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bin" : ["/bin/gusbcmd"], "dev" : ["/include/gusb-1/gusb/gusb-autocleanups.h", "/include/gusb-1/gusb/gusb-context-private.h", "/include/gusb-1/gusb/gusb-context.h", "/include/gusb-1/gusb/gusb-device-list.h", "/include/gusb-1/gusb/gusb-device-private.h", "/include/gusb-1/gusb/gusb-device.h", "/include/gusb-1/gusb/gusb-endpoint-private.h", "/include/gusb-1/gusb/gusb-endpoint.h", "/include/gusb-1/gusb/gusb-interface-private.h", "/include/gusb-1/gusb/gusb-interface.h", "/include/gusb-1/gusb/gusb-source.h", "/include/gusb-1/gusb/gusb-util.h", "/include/gusb-1/gusb/gusb-version.h", "/include/gusb-1/gusb.h", "/lib/pkgconfig/gusb.pc", "/nix-support/propagated-build-inputs", "/share/gir-1.0/GUsb-1.0.gir", "/share/vala/vapi/gusb.deps", "/share/vala/vapi/gusb.vapi"], "devdoc" : ["/share/gtk-doc/html/gusb/faq.html", "/share/gtk-doc/html/gusb/gusb-GUsbContext.html", "/share/gtk-doc/html/gusb/gusb-GUsbDevice.html", "/share/gtk-doc/html/gusb/gusb-GUsbDeviceList.html", "/share/gtk-doc/html/gusb/gusb-gusb-interface.html", "/share/gtk-doc/html/gusb/gusb-gusb-source.html", "/share/gtk-doc/html/gusb/gusb-gusb-version.html", "/share/gtk-doc/html/gusb/gusb.devhelp2", "/share/gtk-doc/html/gusb/home.png", "/share/gtk-doc/html/gusb/index.html", "/share/gtk-doc/html/gusb/introduction.html", "/share/gtk-doc/html/gusb/left-insensitive.png", "/share/gtk-doc/html/gusb/left.png", "/share/gtk-doc/html/gusb/libgusb-helpers.html", "/share/gtk-doc/html/gusb/libgusb.html", "/share/gtk-doc/html/gusb/right-insensitive.png", "/share/gtk-doc/html/gusb/right.png", "/share/gtk-doc/html/gusb/specification.html", "/share/gtk-doc/html/gusb/style.css", "/share/gtk-doc/html/gusb/up-insensitive.png", "/share/gtk-doc/html/gusb/up.png"], "out" : ["/lib/girepository-1.0/GUsb-1.0.typelib", "/lib/libgusb.so", "/lib/libgusb.so.2", "/lib/libgusb.so.2.0.10"]} | json_instruct | {"type": "object", "properties": {"bin": {"type": "array", "items": {"type": "string"}}, "dev": {"type": "array", "items": {"type": "string"}}, "devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["bin", "dev", "devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"covid_icu_today": {"type": "number"}, "cumm_deaths_today": {"type": "number"}, "info_date": {"type": "string"}}, "required": ["covid_icu_today", "cumm_deaths_today", "info_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"covid_icu_today" : 6.0, "cumm_deaths_today" : 524.0, "info_date" : "2021-11-17T00:00:00"} | json_instruct | {"type": "object", "properties": {"covid_icu_today": {"type": "number"}, "cumm_deaths_today": {"type": "number"}, "info_date": {"type": "string"}}, "required": ["covid_icu_today", "cumm_deaths_today", "info_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 5496, "citation_title" : "Rational Capital Budgeting in an Irrational World", "citation_author" : ["Jeremy C. Stein"], "citation_publication_date" : "1996-03-01", "issue_date" : "1996-03-01", "revision_date" : "None", "topics" : null, "program" : ["Asset Pricing", "Corporate Finance"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper addresses the following basic capital budgeting question: Suppose that cross-sectional differences in stock returns can be predicted based on variables other than beta (e.g., book-to- market), and that this predictability reflects market irrationality rather than compensation for fundamental risk. In this setting, how should companies determine hurdle rates? I show how factors such as managerial time horizons and financial constraints affect the optimal hurdle rate. Under some circumstances, beta can be useful as a capital budgeting tool, even if it is of no use in predicting stock returns.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "string"}, "normalize.css": {"type": "string"}, "react": {"type": "string"}, "react-container-query": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["classnames", "normalize.css", "react", "react-container-query", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-defaults": {"type": "string"}, "eslint-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "babel-preset-stage-0", "css-loader", "eslint", "eslint-config-defaults", "eslint-loader", "style-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "container-query-demo", "version" : "1.0.0", "description" : "Demonstration for using container queries when building components", "main" : "index.js", "scripts" : {"start" : "webpack-dev-server"}, "repository" : {"type" : "git", "url" : "git+https://github.com/cdonohue/container-query-demo.git"}, "keywords" : [], "author" : "Chad Donohue <chad.donohue@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/cdonohue/container-query-demo/issues"}, "homepage" : "https://github.com/cdonohue/container-query-demo#readme", "dependencies" : {"classnames" : "2.2.3", "normalize.css" : "4.0.0", "react" : "15.0.0-rc.2", "react-container-query" : "0.4.0", "react-dom" : "15.0.0-rc.2"}, "devDependencies" : {"babel-core" : "6.7.4", "babel-loader" : "6.2.4", "babel-preset-es2015" : "6.6.0", "babel-preset-react" : "6.5.0", "babel-preset-stage-0" : "6.5.0", "css-loader" : "0.23.1", "eslint" : "2.6.0", "eslint-config-defaults" : "9.0.0", "eslint-loader" : "1.3.0", "style-loader" : "0.13.1", "webpack" : "1.12.14", "webpack-dev-server" : "1.14.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "string"}, "normalize.css": {"type": "string"}, "react": {"type": "string"}, "react-container-query": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["classnames", "normalize.css", "react", "react-container-query", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-defaults": {"type": "string"}, "eslint-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "babel-preset-stage-0", "css-loader", "eslint", "eslint-config-defaults", "eslint-loader", "style-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"votes" : {"diff" : 174, "dem" : 454, "tot" : 762, "gop" : 280}, "for" : "TX/Culberson County/48109", "pct" : {"dem" : 59.58, "per_point_diff" : 22.83, "gop" : 36.75}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "alex"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseObjects" : ["[157,595,157,59,893,0]", "[157,595,157,59,893,0]", "[157,595,157,59,893,0,714]", "[]"], "returnObjects" : ["false", "false", "false", "\"Error\""], "callbackArgs" : ["{\"0\":157,\"1\":0,\"2\":[157,595,157,59,893,0]}", "{\"0\":157,\"1\":0,\"2\":[157,595,157,59,893,0]}", "{\"0\":157,\"1\":0,\"2\":[157,595,157,59,893,0]}", "{\"0\":157,\"1\":0,\"2\":[157,595,157,59,893,0]}"]} | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "string"}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"yahoo5262001": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["yahoo5262001"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"yahoo5262001" : {"title" : "\u9e79\u9e79\u7684", "channel_id" : 78555493, "link" : "http://twitch.tv/yahoo5262001", "desc" : null, "plans" : {"$4.99" : "142726", "$9.99" : "142728", "$24.99" : "142729"}, "id" : "yahoo5262001", "first_seen" : "2017-07-03 01:05:04", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 142726, "emotes" : [{"code" : "yahoo5Xian", "image_id" : 247435, "set" : 142726}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"yahoo5262001": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["yahoo5262001"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"api/crypto": {"type": "string"}, "api/sql": {"type": "string"}, "api/dapps": {"type": "string"}, "blockchain/accounts": {"type": "string"}, "logic/block": {"type": "string"}, "logic/transaction": {"type": "string"}, "system/genesis": {"type": "string"}}, "required": ["api/crypto", "api/sql", "api/dapps", "blockchain/accounts", "logic/block", "logic/transaction", "system/genesis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"api/crypto" : "./modules/api/crypto.js", "api/sql" : "./modules/api/sql.js", "api/dapps" : "./modules/api/dapps.js", "blockchain/accounts" : "./modules/blockchain/accounts.js", "logic/block" : "./modules/logic/block.js", "logic/transaction" : "./modules/logic/transaction.js", "system/genesis" : "./modules/system/generator.js"} | json_instruct | {"type": "object", "properties": {"api/crypto": {"type": "string"}, "api/sql": {"type": "string"}, "api/dapps": {"type": "string"}, "blockchain/accounts": {"type": "string"}, "logic/block": {"type": "string"}, "logic/transaction": {"type": "string"}, "system/genesis": {"type": "string"}}, "required": ["api/crypto", "api/sql", "api/dapps", "blockchain/accounts", "logic/block", "logic/transaction", "system/genesis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.125, 26.416666666666668], [122.125, 26.5], [122.25, 26.5], [122.25, 26.416666666666668], [122.125, 26.416666666666668]]]}, "properties" : {"code" : 392251, "url" : "http://madefor.github.io/0410/api/v1/392251.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/392251.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "jquery-ui": {"type": "string"}, "bootstrap": {"type": "string"}, "bootstrap-switch": {"type": "string"}, "holderjs": {"type": "string"}, "html5shiv": {"type": "string"}, "jquery-ui-touch-punch": {"type": "string"}, "respond": {"type": "string"}, "typeahead.js": {"type": "string"}, "google-code-prettify": {"type": "string"}, "bootstrap-tagsinput": {"type": "string"}, "select2": {"type": "string"}}, "required": ["jquery", "jquery-ui", "bootstrap", "bootstrap-switch", "holderjs", "html5shiv", "jquery-ui-touch-punch", "respond", "typeahead.js", "google-code-prettify", "bootstrap-tagsinput", "select2"]}, "dependencies": {"type": "object", "properties": {"videojs": {"type": "string"}}, "required": ["videojs"]}, "resolutions": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "main", "ignore", "devDependencies", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "flat-ui", "version" : "2.2.2", "main" : ["less/flat-ui.less", "dist/css/flat-ui.css", "dist/js/flat-ui.js", "dist/fonts/glyphicons/flat-ui-icons-regular.eot", "dist/fonts/glyphicons/flat-ui-icons-regular.svg", "dist/fonts/glyphicons/flat-ui-icons-regular.ttf", "dist/fonts/glyphicons/flat-ui-icons-regular.woff"], "ignore" : [".*"], "devDependencies" : {"jquery" : "~1.11.1", "jquery-ui" : "~1.10.4", "bootstrap" : "~3.2.0", "bootstrap-switch" : "~3.0.2", "holderjs" : "~2.4.0", "html5shiv" : "~3.7.2", "jquery-ui-touch-punch" : "*", "respond" : "~1.4.2", "typeahead.js" : "~0.10.5", "google-code-prettify" : "~1.0.3", "bootstrap-tagsinput" : "~0.4.2", "select2" : "~3.5.1"}, "dependencies" : {"videojs" : "~4.7.2"}, "resolutions" : {"jquery" : "~1.11.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "jquery-ui": {"type": "string"}, "bootstrap": {"type": "string"}, "bootstrap-switch": {"type": "string"}, "holderjs": {"type": "string"}, "html5shiv": {"type": "string"}, "jquery-ui-touch-punch": {"type": "string"}, "respond": {"type": "string"}, "typeahead.js": {"type": "string"}, "google-code-prettify": {"type": "string"}, "bootstrap-tagsinput": {"type": "string"}, "select2": {"type": "string"}}, "required": ["jquery", "jquery-ui", "bootstrap", "bootstrap-switch", "holderjs", "html5shiv", "jquery-ui-touch-punch", "respond", "typeahead.js", "google-code-prettify", "bootstrap-tagsinput", "select2"]}, "dependencies": {"type": "object", "properties": {"videojs": {"type": "string"}}, "required": ["videojs"]}, "resolutions": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "main", "ignore", "devDependencies", "dependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1998, "sex" : "F", "n" : 5, "prop" : 2.58e-06}, {"year" : 2001, "sex" : "F", "n" : 6, "prop" : 3.03e-06}, {"year" : 2002, "sex" : "F", "n" : 5, "prop" : 2.53e-06}, {"year" : 2006, "sex" : "F", "n" : 7, "prop" : 3.35e-06}, {"year" : 2010, "sex" : "F", "n" : 5, "prop" : 2.55e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"dftVal": {"type": "string"}}, "required": ["dftVal"]}}, "required": ["template"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"dftVal" : "com.qlangtech.tis.datax.impl.DataxProcessor.getTemplate()"}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"dftVal": {"type": "string"}}, "required": ["dftVal"]}}, "required": ["template"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 1, "pts" : 554, "connections" : 133539, "capacity" : 3516600, "investments" : 73458950}, {"tech" : 3, "pts" : 2024, "connections" : 139700, "capacity" : 11253764, "investments" : 61894832}, {"tech" : 7, "pts" : 1, "connections" : 62, "capacity" : 2167, "investments" : 27276}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "build_time": {"type": "string"}, "branch": {"type": "string"}, "comment": {"type": "string"}}, "required": ["version", "build_time", "branch", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4ee0841", "build_time" : "2018-01-29 15:50:46", "branch" : "develop", "comment" : "Build for verification"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "build_time": {"type": "string"}, "branch": {"type": "string"}, "comment": {"type": "string"}}, "required": ["version", "build_time", "branch", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1894, 7], [1895, 11], [1896, 7], [1898, 8], [1899, 12], [1900, 9], [1901, 5], [1902, 9], [1904, 13], [1905, 20], [1907, 11], [1908, 10], [1909, 13], [1910, 12], [1911, 12], [1912, 18], [1913, 14], [1914, 19], [1915, 31], [1916, 24], [1917, 18], [1918, 24], [1919, 23], [1920, 38], [1921, 36], [1922, 42], [1923, 24], [1924, 26], [1925, 42], [1926, 24], [1927, 22], [1928, 19], [1929, 26], [1930, 26], [1931, 19], [1932, 19], [1933, 12], [1934, 18], [1935, 20], [1936, 14], [1937, 11], [1938, 10], [1939, 6], [1940, 24], [1941, 8], [1942, 8], [1943, 16], [1944, 12], [1945, 10], [1946, 18], [1947, 19], [1948, 27], [1949, 12], [1950, 22], [1951, 26], [1952, 37], [1953, 34], [1954, 36], [1955, 28], [1956, 28], [1957, 31], [1958, 29], [1959, 21], [1960, 36], [1961, 31], [1962, 51], [1963, 40], [1964, 30], [1965, 30], [1966, 32], [1967, 21], [1968, 16], [1969, 12], [1970, 30], [1971, 25], [1972, 21], [1973, 22], [1974, 22], [1975, 18], [1976, 24], [1977, 19], [1978, 13], [1979, 9], [1980, 13], [1981, 17], [1982, 10], [1983, 16], [1984, 12], [1985, 10], [1986, 10], [1987, 15], [1988, 18], [1989, 14], [1990, 8], [1991, 13], [1992, 12], [1993, 11], [1994, 13], [1995, 28], [1996, 34], [1997, 20], [1998, 21], [1999, 12], [2000, 30], [2001, 40], [2002, 45], [2003, 25], [2004, 39], [2005, 30], [2006, 26], [2007, 31], [2008, 39], [2009, 32], [2010, 19], [2011, 49], [2012, 40], [2013, 60], [2014, 52]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"instance": {"type": "object", "properties": {"initialize": {"type": "string"}, "hash:": {"type": "string"}}, "required": ["initialize", "hash:"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"instance" : {"initialize" : "dgg 9/18/2011 13:56", "hash:" : "DanielGaldames 4/2/2011 00:38"}, "class" : {}} | json_instruct | {"type": "object", "properties": {"instance": {"type": "object", "properties": {"initialize": {"type": "string"}, "hash:": {"type": "string"}}, "required": ["initialize", "hash:"]}, "class": {"type": "object", "properties": {}, "required": []}}, "required": ["instance", "class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"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" : ["In a kettle of boiling salted water cook beans until just tender, 2 to 4 minutes, and drain. Plunge beans into a bowl of ice and cold water to stop cooking and drain. Beans may be prepared up to this point 1 day ahead and chilled, covered.", "In a large heavy skillet heat oil over moderately high heat until hot but not smoking and saut\u00e9 persimmons until lightly browned and softened, about 4 minutes. Add beans and 1/4 cup chives and saut\u00e9, stirring gently, until hot.", "Transfer mixture to a platter and sprinkle remaining 1/4 cup chives on top."], "ingredients" : ["1 1/2 pounds green beans, trimmed and cut diagonally into 1/2-inch pieces", "3 tablespoons olive oil", "3 ripe Fuyu (not Hachiya) persimmons* (about 1 pound), cut into 1/4-inch-thick slices and each slice cut into 1-inch pieces", "1/2 cup 1-inch pieces fresh chives", "*available at specialty produce markets"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Fruit", "Herb", "Side", "Saut\u00e9", "Thanksgiving", "Green Bean", "Fall", "Persimmon", "Chive", "Gourmet", "Sugar Conscious", "Vegan", "Vegetarian", "Pescatarian", "Paleo", "Dairy Free", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "No Sugar Added", "Kosher"], "title" : "Sauteed Persimmons and Green Beans with Chives", "url" : "http://www.epicurious.com/recipes/food/views/sauteed-persimmons-and-green-beans-with-chives-10631"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"enrollments": {"type": "array", "items": {"type": "object", "properties": {"enrollment": {"type": "string"}, "created": {"type": "string"}, "lastUpdated": {"type": "string"}, "createdAtClient": {"type": "string"}, "trackedEntityType": {"type": "string"}, "trackedEntity": {"type": "string"}, "program": {"type": "string"}, "status": {"type": "string"}, "orgUnit": {"type": "string"}, "orgUnitName": {"type": "string"}, "enrolledAt": {"type": "string"}, "occurredAt": {"type": "string"}, "followup": {"type": "boolean"}, "deleted": {"type": "boolean"}}, "required": ["enrollment", "created", "lastUpdated", "createdAtClient", "trackedEntityType", "trackedEntity", "program", "status", "orgUnit", "orgUnitName", "enrolledAt", "occurredAt", "followup", "deleted"]}}}, "required": ["enrollments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"enrollments" : [{"enrollment" : "TvctPPhpD8w", "created" : "2018-01-26T13:48:13.363", "lastUpdated" : "2018-01-26T13:48:13.363", "createdAtClient" : "2017-01-26T13:48:13.363", "trackedEntityType" : "bPJ0FMtcnEh", "trackedEntity" : "NCc1rCEOKaY", "program" : "E8o1E9tAppy", "status" : "ACTIVE", "orgUnit" : "QfUVllTs6cS", "orgUnitName" : "Mbokie CHP", "enrolledAt" : "2021-03-28T12:05:00.000", "occurredAt" : "2021-03-28T12:05:00.000", "followup" : false, "deleted" : false}]} | json_instruct | {"type": "object", "properties": {"enrollments": {"type": "array", "items": {"type": "object", "properties": {"enrollment": {"type": "string"}, "created": {"type": "string"}, "lastUpdated": {"type": "string"}, "createdAtClient": {"type": "string"}, "trackedEntityType": {"type": "string"}, "trackedEntity": {"type": "string"}, "program": {"type": "string"}, "status": {"type": "string"}, "orgUnit": {"type": "string"}, "orgUnitName": {"type": "string"}, "enrolledAt": {"type": "string"}, "occurredAt": {"type": "string"}, "followup": {"type": "boolean"}, "deleted": {"type": "boolean"}}, "required": ["enrollment", "created", "lastUpdated", "createdAtClient", "trackedEntityType", "trackedEntity", "program", "status", "orgUnit", "orgUnitName", "enrolledAt", "occurredAt", "followup", "deleted"]}}}, "required": ["enrollments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "aggression", "definition" : "The first attack, or act of hostility; the first act of injury, or first act leading to a war or a controversy; unprovoked attack; assault; as, a war of aggression. \"Aggressions of power.\" Hallam Syn. -- Attack; offense; intrusion; provocation."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "blenny", "definition" : "A marine fish of the genus Blennius or family Blenniid\u00e6; -- so called from its coating of mucus. The species are numerous."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "fh": {"type": "number"}, "fha": {"type": "integer"}}, "required": ["y", "i", "fh", "fha"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Department" : "\u041c\u043e\u043d\u0430\u0441\u0442\u0438\u0440\u0438\u0449\u0435\u043d\u0441\u044c\u043a\u0438\u0439 \u0432\u0456\u0434\u0434\u0456\u043b \u0423\u043c\u0430\u043d\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0427\u0435\u0440\u043a\u0430\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Region" : "\u0427\u0435\u0440\u043a\u0430\u0441\u044c\u043a\u0430 \u043e\u0431\u043b\u0430\u0441\u0442\u044c", "Position" : "\u041f\u0440\u043e\u043a\u0443\u0440\u043e\u0440 \u041c\u043e\u043d\u0430\u0441\u0442\u0438\u0440\u0438\u0449\u0435\u043d\u0441\u044c\u043a\u043e\u0433\u043e \u0432\u0456\u0434\u0434\u0456\u043b\u0443 \u0423\u043c\u0430\u043d\u0441\u044c\u043a\u043e\u0457 \u043c\u0456\u0441\u0446\u0435\u0432\u043e\u0457 \u043f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0438 \u0427\u0435\u0440\u043a\u0430\u0441\u044c\u043a\u043e\u0457 \u043e\u0431\u043b\u0430\u0441\u0442\u0456", "Name" : "\u0421\u0435\u043c\u0435\u0440\u0443\u043d\u044c \u041e\u043b\u0435\u0433 \u0406\u0433\u043e\u0440\u043e\u0432\u0438\u0447", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015" : "https://public.nazk.gov.ua/declaration/68bb8126-ca6e-4b90-9c78-11d11cbabd27", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016" : "https://public.nazk.gov.ua/declaration/61863c17-ff8d-4644-8591-4588b213b3da", "\u0424\u043e\u0442\u043e" : "", "\u042f\u043a \u0436\u0438\u0432\u0435" : "", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456" : "http://www.gp.gov.ua/integrity_profile/files/37590925b7f2ee527d3c77813d1a819e.pdf", "type" : "prosecutor", "key" : "semerun_oleg_igorovich", "analytics" : [{"y" : 2015, "i" : 70085, "fh" : 83.2, "fha" : 1}, {"y" : 2016, "i" : 124126, "fh" : 83.2, "fha" : 1}, {"y" : 2017, "i" : 264353, "fc" : 1, "fh" : 83.2, "fha" : 1}], "declarationsLinks" : [{"id" : "nacp_68bb8126-ca6e-4b90-9c78-11d11cbabd27", "year" : 2015, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_61863c17-ff8d-4644-8591-4588b213b3da", "year" : 2016, "provider" : "declarations.com.ua.opendata"}, {"id" : "nacp_626fe068-b5d9-4511-919a-5f63c553d4dc", "year" : 2017, "provider" : "declarations.com.ua.opendata"}]} | json_instruct | {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016": {"type": "string"}, "\u0424\u043e\u0442\u043e": {"type": "string"}, "\u042f\u043a \u0436\u0438\u0432\u0435": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}, "analytics": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "integer"}, "i": {"type": "integer"}, "fh": {"type": "number"}, "fha": {"type": "integer"}}, "required": ["y", "i", "fh", "fha"]}}, "declarationsLinks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "year": {"type": "integer"}, "provider": {"type": "string"}}, "required": ["id", "year", "provider"]}}}, "required": ["Department", "Region", "Position", "Name", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2015", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2016", "\u0424\u043e\u0442\u043e", "\u042f\u043a \u0436\u0438\u0432\u0435", "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 \u0434\u043e\u0431\u0440\u043e\u0447\u0435\u0441\u043d\u043e\u0441\u0442\u0456", "type", "key", "analytics", "declarationsLinks"], "$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"}, "bin": {"type": "object", "properties": {"eth-storage-contract-generator": {"type": "string"}}, "required": ["eth-storage-contract-generator"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}}, "required": ["name", "version", "description", "main", "bin", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "eth-storage-contract-generator", "version" : "0.0.1", "description" : "A storage contract bytecode generator.", "main" : "index.js", "bin" : {"eth-storage-contract-generator" : "cli.js"}, "repository" : "https://github.com/imxeno/eth-storage-contract-generator", "author" : "Piotr Adamczyk <xeno@xeno.yt>", "license" : "MIT", "dependencies" : {"commander" : "^2.19.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"eth-storage-contract-generator": {"type": "string"}}, "required": ["eth-storage-contract-generator"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}}, "required": ["commander"]}}, "required": ["name", "version", "description", "main", "bin", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : ["Melt Spread in large nonstick skillet over medium-high heat and cook chicken, stirring occasionally, until chicken is thoroughly cooked, about 5 minutes. Remove chicken and set aside.", "Add 2 cups water, Knorr(R) Rice Sides(TM) - Chicken flavor, carrots and celery to same skillet and prepare according to package directions.", "Stir in chicken and hot sauce. Serve sprinkled with blue cheese and, if desired, additional chopped celery."], "ingredients" : ["1 tablespoon I Can't Believe It's Not Butter!\u00ae Spread", "1 pound boneless, skinless chicken breasts, cut into bite-size pieces", "1 (5.6 ounce) package Knorr\u00ae Rice Sides\u2122 - Chicken flavor", "1 cup chopped carrots", "1 cup chopped celery", "2 tablespoons cayenne hot sauce, or more to taste", "2 tablespoons crumbled blue cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Buffalo Chicken & Rice Skillet", "url" : "http://allrecipes.com/recipe/245984/buffalo-chicken-rice-skillet/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"CacheContainer": {"type": "object", "properties": {"CacheType": {"type": "string"}, "CachedOn": {"type": "string"}, "ExpiresOn": {"type": "string"}, "Version": {"type": "string"}}, "required": ["CacheType", "CachedOn", "ExpiresOn", "Version"]}, "Items": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "object", "properties": {"awayTeam": {"type": "string"}, "caption": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "homeTeam": {"type": "string"}, "inspected:Announcers": {"type": "string"}, "inspected:Arena": {"type": "string"}, "inspected:Attendance": {"type": "string"}, "inspected:City": {"type": "string"}, "inspected:Date": {"type": "string"}, "inspected:MVP": {"type": "string"}, "inspected:Network": {"type": "string"}, "inspected:Referees": {"type": "string"}, "networks": {"type": "array", "items": {"type": "string"}}}, "required": ["awayTeam", "caption", "date", "description", "homeTeam", "inspected:Announcers", "inspected:Arena", "inspected:Attendance", "inspected:City", "inspected:Date", "inspected:MVP", "inspected:Network", "inspected:Referees", "networks"]}}, "required": ["1"]}}}, "required": ["CacheContainer", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CacheContainer" : {"CacheType" : "WIKIPEDIANBA1977ALLSTARSUPPLEMENT", "CachedOn" : "2021-12-24T02:38:29", "ExpiresOn" : "2022-12-24T02:38:29", "Version" : "0"}, "Items" : [{"1" : {"awayTeam" : "West", "caption" : "1978 NBA All-Star Game", "date" : "1978-02-06T01:00:00+00:00", "description" : "The 1978 NBA All-Star Game was an exhibition basketball game which was played on February 5, 1978, at the Omni Coliseum in Atlanta, Georgia.", "homeTeam" : "East", "inspected:Announcers" : "Brent Musburger and Keith Erickson", "inspected:Arena" : "Omni Coliseum", "inspected:Attendance" : "15,491", "inspected:City" : "Atlanta, Georgia", "inspected:Date" : "February 5, 1978", "inspected:MVP" : "Randy Smith", "inspected:Network" : "CBS", "inspected:Referees" : "Jake O'DonnellJim Capers", "networks" : ["CBS"]}}]} | json_instruct | {"type": "object", "properties": {"CacheContainer": {"type": "object", "properties": {"CacheType": {"type": "string"}, "CachedOn": {"type": "string"}, "ExpiresOn": {"type": "string"}, "Version": {"type": "string"}}, "required": ["CacheType", "CachedOn", "ExpiresOn", "Version"]}, "Items": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "object", "properties": {"awayTeam": {"type": "string"}, "caption": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "homeTeam": {"type": "string"}, "inspected:Announcers": {"type": "string"}, "inspected:Arena": {"type": "string"}, "inspected:Attendance": {"type": "string"}, "inspected:City": {"type": "string"}, "inspected:Date": {"type": "string"}, "inspected:MVP": {"type": "string"}, "inspected:Network": {"type": "string"}, "inspected:Referees": {"type": "string"}, "networks": {"type": "array", "items": {"type": "string"}}}, "required": ["awayTeam", "caption", "date", "description", "homeTeam", "inspected:Announcers", "inspected:Arena", "inspected:Attendance", "inspected:City", "inspected:Date", "inspected:MVP", "inspected:Network", "inspected:Referees", "networks"]}}, "required": ["1"]}}}, "required": ["CacheContainer", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 4568, "surahNumber" : "047", "ayatNumber" : "023", "arabic" : "\u0623\u064f\u0648\u0644\u064e\u0670\u0626\u0650\u0643\u064e \u0627\u0644\u0651\u064e\u0630\u0650\u064a\u0646\u064e \u0644\u064e\u0639\u064e\u0646\u064e\u0647\u064f\u0645\u064f \u0627\u0644\u0644\u0651\u064e\u0647\u064f \u0641\u064e\u0623\u064e\u0635\u064e\u0645\u0651\u064e\u0647\u064f\u0645\u0652 \u0648\u064e\u0623\u064e\u0639\u0652\u0645\u064e\u0649\u0670 \u0623\u064e\u0628\u0652\u0635\u064e\u0627\u0631\u064e\u0647\u064f\u0645\u0652", "english" : "Such are they whom Allah has cursed, so that He has made them deaf and blinded their sight.", "bengali" : "\u098f\u09a6\u09c7\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u0987 \u0986\u09b2\u09cd\u09b2\u09be\u09b9 \u0985\u09ad\u09bf\u09b8\u09ae\u09cd\u09aa\u09be\u09a4 \u0995\u09b0\u09c7\u09a8, \u0985\u09a4\u0983\u09aa\u09b0 \u09a4\u09be\u09a6\u09c7\u09b0\u0995\u09c7 \u09ac\u09a7\u09bf\u09b0 \u0993 \u09a6\u09c3\u09b7\u09cd\u099f\u09bf\u09b6\u0995\u09cd\u09a4\u09bf\u09b9\u09c0\u09a8 \u0995\u09b0\u09c7\u09a8\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "compile": {"type": "string"}}, "required": ["start", "dev", "compile"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "connect-flash": {"type": "string"}, "connect-mongo": {"type": "string"}, "css-loader": {"type": "string"}, "csurf": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "helmet": {"type": "string"}, "mongoose": {"type": "string"}, "nodemailer": {"type": "string"}, "socket.io": {"type": "string"}, "style-loader": {"type": "string"}, "validator": {"type": "string"}}, "required": ["bcryptjs", "connect-flash", "connect-mongo", "css-loader", "csurf", "dotenv", "ejs", "express", "express-session", "helmet", "mongoose", "nodemailer", "socket.io", "style-loader", "validator"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["nodemon", "@babel/cli", "@babel/core", "@babel/preset-env", "babel-loader", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "keywords", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "projeto_blog", "version" : "1.0.3", "description" : "Uma aplica\u00e7\u00e3o web de postagens com algumas categorias de blogs e banco de dados Mongoose.", "keywords" : ["blog", "artigos", "postagens"], "main" : "server.js", "scripts" : {"start" : "node server.js", "dev" : "nodemon server.js --ignore public --ignore frontend", "compile" : "webpack"}, "author" : "Gabriel Henrique da Silva <gabriel04gh1.gh@gmail.com>", "license" : "MIT", "dependencies" : {"bcryptjs" : "^2.4.3", "connect-flash" : "^0.1.1", "connect-mongo" : "^4.4.1", "css-loader" : "^5.2.6", "csurf" : "^1.11.0", "dotenv" : "^10.0.0", "ejs" : "^3.1.6", "express" : "^4.17.1", "express-session" : "^1.17.2", "helmet" : "^4.6.0", "mongoose" : "^5.12.13", "nodemailer" : "^6.6.5", "socket.io" : "^4.2.0", "style-loader" : "^2.0.0", "validator" : "^13.6.0"}, "devDependencies" : {"nodemon" : "^2.0.7", "@babel/cli" : "^7.14.3", "@babel/core" : "^7.14.3", "@babel/preset-env" : "^7.14.4", "babel-loader" : "^8.2.2", "webpack" : "^5.38.1", "webpack-cli" : "^4.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "compile": {"type": "string"}}, "required": ["start", "dev", "compile"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "connect-flash": {"type": "string"}, "connect-mongo": {"type": "string"}, "css-loader": {"type": "string"}, "csurf": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "helmet": {"type": "string"}, "mongoose": {"type": "string"}, "nodemailer": {"type": "string"}, "socket.io": {"type": "string"}, "style-loader": {"type": "string"}, "validator": {"type": "string"}}, "required": ["bcryptjs", "connect-flash", "connect-mongo", "css-loader", "csurf", "dotenv", "ejs", "express", "express-session", "helmet", "mongoose", "nodemailer", "socket.io", "style-loader", "validator"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["nodemon", "@babel/cli", "@babel/core", "@babel/preset-env", "babel-loader", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "keywords", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "string"}, "ListElementCode": {"type": "string"}, "ListElement": {"type": "string"}, "DisplayOrder": {"type": "integer"}}, "required": ["ID", "ListElementCode", "ListElement", "DisplayOrder"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"ID" : "StatementOfTruthConsentGAspec", "ListElementCode" : "ConsentAgreementCheckBox", "ListElement" : "The application believes that the facts stated above (and any continuation sheets) are true. I am authorised by the applicant to sign this statement", "DisplayOrder" : 1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "string"}, "ListElementCode": {"type": "string"}, "ListElement": {"type": "string"}, "DisplayOrder": {"type": "integer"}}, "required": ["ID", "ListElementCode", "ListElement", "DisplayOrder"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442733942.303781, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 3993150140554467433807033939081096317, "status_code" : "OK", "status_msg" : "OK", "local_id" : "", "result" : {"tag" : {"classes" : ["travel", "tourist", "building", "architecture", "city", "outdoors", "tourism", "landmark", "sky", "street", "daytime", "palace", "sightseeing", "theater", "museum", "urban", "ancient", "monument", "church", "town"], "probs" : [0.9872713088989258, 0.9853335618972778, 0.9831986427307129, 0.9815095067024231, 0.9812300205230713, 0.9811141490936279, 0.9791319370269775, 0.946171760559082, 0.9125384092330933, 0.9124950170516968, 0.8998197913169861, 0.8961405754089355, 0.895965576171875, 0.8866981267929077, 0.8836946487426758, 0.8809483051300049, 0.8777526021003723, 0.8704309463500977, 0.8645755052566528, 0.8525367975234985]}}, "docid_str" : "03010d808d900d8cbf2630b384a0ec7d"}]} | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Hydrogen", "description" : "An interactive Python/R/JavaScript coding environment for Atom.", "url" : "https://atom.io/packages/hydrogen"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-svgmin": {"type": "string"}, "gulp-svgo": {"type": "string"}}, "required": ["gulp", "gulp-svgmin", "gulp-svgo"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "foundry-core", "version" : "0.0.8", "description" : "The first family of Foundry \u221e. This library is created to be a set of core imagery for use by thoughtbot on open-source and client projects.", "main" : "gulpfile.js", "devDependencies" : {"gulp" : "^3.8.11", "gulp-svgmin" : "^1.1.1", "gulp-svgo" : "^0.1.1"}, "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/thoughtbot/foundry-core.git"}, "keywords" : ["svg", "illustration", "design"], "author" : "Will McMahan @whmii", "license" : "ISC", "bugs" : {"url" : "https://github.com/thoughtbot/foundry-core/issues"}, "homepage" : "https://github.com/thoughtbot/foundry-core"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-svgmin": {"type": "string"}, "gulp-svgo": {"type": "string"}}, "required": ["gulp", "gulp-svgmin", "gulp-svgo"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"assets/media.css": {"type": "string"}, "assets/media.js": {"type": "string"}, "assets/media-editor.css": {"type": "string"}}, "required": ["assets/media.css", "assets/media.js", "assets/media-editor.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assets/media.css" : "/bundles/jkmedia/assets/media.css", "assets/media.js" : "/bundles/jkmedia/assets/media.js", "assets/media-editor.css" : "/bundles/jkmedia/assets/media-editor.css"} | json_instruct | {"type": "object", "properties": {"assets/media.css": {"type": "string"}, "assets/media.js": {"type": "string"}, "assets/media-editor.css": {"type": "string"}}, "required": ["assets/media.css", "assets/media.js", "assets/media-editor.css"], "$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.