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", "uni...
{"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"], ...
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...
{"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" : ...
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...
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...
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-c...
{"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://g...
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"}, ...
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"}, "Con...
{"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 ...
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": "strin...
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"}, "updat...
{"_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 simp...
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",...
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"]...
{"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://js...
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"]}}, "re...
{"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...
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"...
{"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],...
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": "numbe...
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": {"prod...
{"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.289...
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"}, "reviewD...
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": {"...
{"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,...
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"}, "reviewD...
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"...
{"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 c...
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": "a...
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...
{"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:...
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"}, "reviewD...
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":...
{"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" : "nodem...
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"]}, "...
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": ...
{"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...
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": ["...
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": "strin...
{"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-00640...
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", "...
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": {}}}, "requir...
{"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", "Dir...
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": {"ty...
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],...
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"...
{"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" : ...
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"]}...
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"}, "e...
{"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 Beetle...
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"}, "num...
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_inter...
{"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": {...
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"}, "o...
[{"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" : 20...
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"...
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://jso...
{"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,...
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": {"...
{"$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" : {"descr...
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": {"ty...
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...
{"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"}}, "r...
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":...
{"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" : {"ty...
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...
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", "i...
{"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"}, "d...
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": "...
{"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"...
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"}, "jo...
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"}...
{"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" ...
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": {"typ...
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"}}}, "re...
{"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 t...
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"...
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"}, "r...
{"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/...
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...
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...
[{"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"}}, "...
{"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", "pr...
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": ...
{"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" : ...
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": ...
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...
{"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...
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": ["...
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": ...
{"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 R...
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": ...
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"...
{"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-...
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"...
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"...
{"_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/s...
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...
{"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.3084014017001...
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": ["...
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", "...
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": {"...
{"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,...
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"}, "reviewD...
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"}, "i...
{"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....
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": ["to...
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"...
{"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", "...
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": "obj...
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\u5...
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", "it...
{"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...
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"}}, "r...
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": "inte...
[{"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_5...
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": {"typ...
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": {"...
{"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"...
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\u6...
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...
{"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 ...
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...
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"}}, "...
{"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": {"...
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"], [...
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-sd...
{"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"...
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": {"...
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": "o...
{"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", "li...
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": "str...
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"...
{"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": {"...
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": {"typ...
{"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"]}}, "requ...
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": "str...
{"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", "...
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"}, "...
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...
{"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"}...
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"}, "mimety...
{"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", "e...
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": ["t...
{"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", "...
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"}, "depen...
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"}}}, "requ...
{"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-...
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:...
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/sche...
{"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_da...
{"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, "worki...
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"}, "progr...
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"...
{"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" ...
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": ...
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"...
{"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": "...
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", "retur...
{"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,...
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....
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", "prop...
{"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, "lin...
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": {"t...
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": "stri...
{"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/gene...
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", "ap...
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"}}}}}, "requ...
{"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://githu...
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": "ob...
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"...
{"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.wof...
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"...
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/d...
[{"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": "i...
[{"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", "pt...
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...
{"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], [...
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": []}}, "req...
{"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/draf...
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"...
{"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...
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"...
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"}, "trackedEnti...
{"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...
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": "str...
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"}, "\...
{"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\u044...
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": {"ty...
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...
{"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>", "l...
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": {"typ...
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": {}}, ...
{"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 accordin...
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"}}, "r...
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", "Cached...
{"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 Ga...
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": {"ty...
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", "ayatN...
{"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\u063...
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...
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", "prop...
{"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 -...
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"}, "co...
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", "DisplayO...
[{"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": ...
{"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",...
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", "confi...
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": ...
{"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...
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": ["...
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"], "$...
{"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#"}