input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["aureooms-es-red-black-tree", "aureooms-js-adjacency-matrix", "aureooms-js-algo", "aureooms-js-algorithms", "aureooms-js-bisect", "aureooms-js-bst", "aureooms-js-cardinality", "aureooms-js-cg", "aureooms-js-collections", "aureooms-js-collections-chainmap", "aureooms-js-collections-counter", "aureooms-js-collections-de...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {".platform-darwin atom-text-editor": {"type": "object", "properties": {"cmd-r": {"type": "string"}, "cmd-alt-down": {"type": "string"}, "cmd-alt-up": {"type": "string"}}, "required": ["cmd-r", "cmd-alt-down", "cmd-a...
{".platform-darwin atom-text-editor" : {"cmd-r" : "symbols-view:toggle-file-symbols", "cmd-alt-down" : "symbols-view:go-to-declaration", "cmd-alt-up" : "symbols-view:return-from-declaration"}, ".platform-win32 atom-text-editor" : {"ctrl-r" : "symbols-view:toggle-file-symbols"}, ".platform-linux atom-text-editor" : {"ct...
json_instruct
{"type": "object", "properties": {".platform-darwin atom-text-editor": {"type": "object", "properties": {"cmd-r": {"type": "string"}, "cmd-alt-down": {"type": "string"}, "cmd-alt-up": {"type": "string"}}, "required": ["cmd-r", "cmd-alt-down", "cmd-alt-up"]}, ".platform-win32 atom-text-editor": {"type": "object", "prope...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recommendations" : ["dbaeumer.vscode-eslint", "pflannery.vscode-versionlens", "vscode-icons-team.vscode-icons"]}
json_instruct
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ecfabric:block/netherite_bricks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": ...
{"userId" : 49602, "cartId" : "c32cba37-11a9-4ca0-87c2-0cb83f7d35d4", "preferredProducts" : [1509, 3451, 4567, 1547, 360, 3940, 4884, 3282, 1576, 1051], "productReviews" : [{"productId" : 4446, "reviewText" : "It only works when I'm Niue.", "reviewDate" : "2016-10-16T23:41:16.8373504+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"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-staging": {"type": "string"}, "serve": {"type": "string...
{"name" : "Diem-Documentation", "version" : "0.0.0", "private" : true, "scripts" : {"build" : "NODE_ENV=production docusaurus build", "build-staging" : "SEGMENT=staging docusaurus build", "serve" : "docusaurus serve", "start" : "docusaurus start", "start-with-ada" : "TEST_ADA=1 docusaurus start", "swizzle" : "docusauru...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build-staging": {"type": "string"}, "serve": {"type": "string"}, "start": {"type": "string"}, "start-with-ada": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "li...
{"name" : "almond", "license" : ["MIT"], "version" : "0.3.3", "main" : "almond.js", "ignore" : [".jshintrc", "tests", "shrinktest.sh"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "license", "version", "main", "ignore"], "$schema": "http://...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "items": {"type": "array", ...
{"_id" : "page.loss-weakness", "_type" : "page.singlequestion", "components" : [{"_id" : "page.loss-weakness--radios.auto_name__12", "_type" : "radios", "items" : [{"_id" : "page.loss-weakness--radios.auto_name__12--radio.auto_value__11", "_type" : "radio", "label" : "Actual loss", "value" : "auto_value__11"}, {"_id" :...
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "YCbCrPositi...
{"Make" : "Nokia", "Model" : "Lumia 925", "Orientation" : 1, "XResolution" : 72, "YResolution" : 72, "Software" : "Windows Phone", "YCbCrPositioning" : 1, "ExifOffset" : 2252, "GPSInfo" : 21862, "Compression" : 6, "ThumbnailOffset" : 24034, "ThumbnailLength" : 18842, "ExposureTime" : "1/2825", "FNumber" : 2, "ISO" : 10...
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffset": {"type": "integer"}, "GPSInfo": {"...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "TeenMomOGandTeenMom2", "hour" : "01", "avg" : 62.41095890410959}, {"subreddit" : "TeenMomOGandTeenMom2", "hour" : "02", "avg" : 48.24193548387097}, {"subreddit" : "TeenMomOGandTeenMom2", "hour" : "03", "avg" : 81.39344262295081}, {"subreddit" : "TeenMomOGandTeenMom2", "hour" : "04", "avg" : 57.06666666...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}...
{"contract" : "0x150b0b96933b75ce27af8b92441f8fb683bf9739", "tool" : "manticore", "start" : 1564804337.8732631, "end" : 1564806139.6574914, "duration" : 1801.7842283248901, "analysis" : [[], [], [], [], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_...
{"generated_at" : "2017-01-27T09:37:27.215082", "required_by" : ["aprs", "aprsgate"], "requires" : ["pyserial"], "package" : "kiss"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "hallows:block/dusk_mortis_bricks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"timestamp": {"type": "string"}, "summary": {"type": "object", "properties": {"uniques": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["uniques", "count"]}}, "required": ["timestamp", "summary"], "$...
{"timestamp" : "2022-06-24T00:37:24.392Z", "summary" : {"uniques" : 17, "count" : 103}}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "summary": {"type": "object", "properties": {"uniques": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["uniques", "count"]}}, "required": ["timestamp", "summary"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "childr...
{"code" : 3308060010, "parent" : 3308060, "name" : "BANYUDONO", "latitude" : null, "longitude" : null, "postal" : [56582, 56482], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "bar/foo": {"type": "string"}}, "required": ["php", "bar/foo"]}}, "required": ["name", "require"], "$schema": "http:...
{"name" : "recursion", "require" : {"php" : ">= 5.5.9", "bar/foo" : "0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "bar/foo": {"type": "string"}}, "required": ["php", "bar/foo"]}}, "required": ["name", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "a...
{"type" : "Feature", "id" : "node/3741467267", "properties" : {"addr:city" : "Idstein", "addr:housenumber" : "5", "addr:postcode" : "65510", "addr:street" : "Hohe Stra\u00dfe", "name" : "Hofladen Taunushof Volz", "opening_hours" : "Fr 16:00-18:00; Sa 10:00-12:00", "shop" : "farm", "website" : "http://www.taunushof-volz...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "opening_ho...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$sche...
{"cam/image_array" : "2051_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.343561589717865, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 94980, "cartId" : "a5323fbd-6e65-491a-9f32-853c79fa675e", "preferredProducts" : [4615], "productReviews" : [{"productId" : 1484, "reviewText" : "this panel is awesome.", "reviewDate" : "2016-10-18T23:23:40.0876566+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"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x7a74ef56cd483b61d7132d44a9f24b72116632334137a71833f18449a042877c", "parentHash" : "0xf805b976f4a52d7b87ee39b9974d3a13188317c45d0bdc2023d0d5d0b700af04", "number" : 88145, "timestamp" : 1439603288, "nonce" : "0xe36d658146f179d8", "difficulty" : 3212903019206, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "title" : "Roman amphitheater at Calleva Atrebatum", "id" : "825677263", "bbox" : [-1.07592, 51.3587939, -1.07592, 51.3587939], "description" : "The Roman amphitheater at Calleva Atrebatum began as a timber structure ca. A.D. 55-75. Its remains lie north of the east gate of the third cent...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "facts": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "value": {"type": "integer"}}, "required":...
{"name" : "Charge", "facts" : [{"text" : "Range", "type" : "Range", "icon" : "https://render.guildwars2.com/file/0AAB34BEB1C9F4A25EC612DDBEACF3E20B2810FA/156666.png", "value" : 1000}, {"text" : "Recharge", "type" : "Recharge", "icon" : "https://render.guildwars2.com/file/D767B963D120F077C3B163A05DC05A7317D7DB70/156651....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "facts": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "value": {"type": "integer"}}, "required": ["text", "type", "icon", "value"]}}, "description": {"type": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-material": {"type": "string"},...
{"name" : "angular-demo", "version" : "0.0.0", "private" : false, "dependencies" : {"angular" : "~1.3.13", "angular-material" : "~0.7.0", "angular-resource" : "~1.3.13", "angular-ui-router" : "~0.2.13"}, "devDependencies" : {"jasmine" : "~2.1.3", "angular-mocks" : "~1.3.13"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-material": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-ui-router": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [629.05, 217.14, 1, 639.088, 259.96, 1, 603.017, 257.673, 1, 596.203, 308.307, 1, 585.703, 356.905, 1, 673.147, 266.746, 1, 685.252, 318.296, 1, 680.631, 366.127, 1, 613.298, 366.737, 1, 607.367, 447.393, 1, 611.727, 510.856, 1, 652.466, 367.651, 1, 672.218, 441.478,...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"092_091_change_additional_label_value": {"type": "array", "items": {"type": "number"}}}, "required": ["092_091_change_additional_label_value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"092_091_change_additional_label_value" : [0.9118571428571428, 0.7746190476190477, 0.9629186602870814, 0.7216981132075474, 0.8487192982456141, 0.866025641025641, 0.99, 0.7474842767295599, 0.9052287581699348, 0.8118189618189617, 0.9443956043956045, 0.8542857142857143, 0.8550233100233099, 0.9516666666666667, 0.797463429...
json_instruct
{"type": "object", "properties": {"092_091_change_additional_label_value": {"type": "array", "items": {"type": "number"}}}, "required": ["092_091_change_additional_label_value"], "$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" : 30024, "cartId" : "a89e6426-d175-4697-b9f8-4497b7afea38", "preferredProducts" : [1858, 2282], "productReviews" : [{"productId" : 467, "reviewText" : "My penguin loves to play with it.", "reviewDate" : "2017-01-14T07:59:30.8007898+02:00"}, {"productId" : 4960, "reviewText" : "this CFA Franc BCEAO is brown.",...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type":...
{"title" : "Concavity of reweighted Kikuchi approximation.", "fields" : ["partition function", "graph", "polytope", "product distribution", "combinatorics"], "abstract" : "We analyze a reweighted version of the Kikuchi approximation for estimating the log partition function of a product distribution defined over a regi...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "PuzzleAndDragons", "hour" : "01", "avg" : 10.887755102040817}, {"subreddit" : "PuzzleAndDragons", "hour" : "02", "avg" : 15.020408163265307}, {"subreddit" : "PuzzleAndDragons", "hour" : "03", "avg" : 15.894736842105264}, {"subreddit" : "PuzzleAndDragons", "hour" : "04", "avg" : 14.988235294117647}, {"s...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "reason": {"type": "string"}, "result": {"type": "object", "properties": {"\u6b63\u5e38\u51fa\u52e4\u4eba\u6570": {"type": "integer"}, "\u8fdf\u5230\u4eba\u6570": {"type": "integer"}, "\u8...
{"code" : 3, "reason" : "", "result" : {"\u6b63\u5e38\u51fa\u52e4\u4eba\u6570" : 1214, "\u8fdf\u5230\u4eba\u6570" : 30, "\u8bf7\u5047\u4eba\u6570" : 15, "\u751f\u75c5\u4eba\u6570" : 7}, "tag" : 1}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "reason": {"type": "string"}, "result": {"type": "object", "properties": {"\u6b63\u5e38\u51fa\u52e4\u4eba\u6570": {"type": "integer"}, "\u8fdf\u5230\u4eba\u6570": {"type": "integer"}, "\u8bf7\u5047\u4eba\u6570": {"type": "integer"}, "\u751f\u75c5\u4eba\u657...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"shapes": {"type": "array", "items": {"type": "object", "properties": {"line_color": {"type": "null"}, "shape_type": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "...
{"shapes" : [{"line_color" : null, "shape_type" : "polygon", "points" : [[622, 72], [630, 75], [638, 72], [637, 65], [637, 60], [634, 53], [632, 54], [628, 49], [624, 51], [617, 50], [615, 58], [619, 60], [616, 64], [617, 68]], "flags" : {}, "fill_color" : null, "label" : "staphylococcus_aureus"}, {"line_color" : null,...
json_instruct
{"type": "object", "properties": {"shapes": {"type": "array", "items": {"type": "object", "properties": {"line_color": {"type": "null"}, "shape_type": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "flags": {"type": "object", "properties": {}, "required": []},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Chave do dormit\u00f3rio 105", "ShortName" : "Chave 105", "Description" : "Uma chave de dormit\u00f3rio com o n\u00famero 105 gravado."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": ...
{"name" : "Max-Planck-Realschule i.Schulzentrum Ost St\u00e4dtische Realschule - Sekundarstufe I -", "id" : "NRW-185218", "address" : "Max-Planck-Str. 10, 42277 Wuppertal", "school_type" : "Realschule", "fax" : "0202 5638054", "phone" : "0202 5635132", "website" : " http://www.mpr-wuppertal.de", "email" : " 185218@...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["_id", "_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "page.check-your-answers", "_type" : "page.summary", "url" : "check-your-answers"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["_id", "_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"an7.68:11.1": {"type": "string"}, "an7.68:12.1": {"type": "string"}, "an7.68:12.2": {"type": "string"}, "an7.68:13.1": {"type": "string"}, "an7.68:15.1": {"type": "string"}}, "required": ["an7.68:11.1", "an7.68:12....
{"an7.68:11.1" : "su\u1e47anti \u2192 su\u1e47ant\u0101 (mr)", "an7.68:12.1" : "dh\u0101renti \u2192 dh\u0101rent\u0101 (mr)", "an7.68:12.2" : "dh\u0101t\u0101na\u1e41 \u2192 dhat\u0101na\u1e41 (bj, sya-all, km, pts1ed)", "an7.68:13.1" : "upaparikkhanti \u2192 upaparikkhant\u0101 (mr)", "an7.68:15.1" : "bhikkhuno \u219...
json_instruct
{"type": "object", "properties": {"an7.68:11.1": {"type": "string"}, "an7.68:12.1": {"type": "string"}, "an7.68:12.2": {"type": "string"}, "an7.68:13.1": {"type": "string"}, "an7.68:15.1": {"type": "string"}}, "required": ["an7.68:11.1", "an7.68:12.1", "an7.68:12.2", "an7.68:13.1", "an7.68:15.1"], "$schema": "http://js...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "User", "description" : "User typing rule"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1915, 5], [1921, 6], [1923, 7], [1930, 5], [1936, 5], [1950, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"MedicalTranscriptionJobName": {"type": "string"}, "LanguageCode": {"type": "string"}, "Specialty": {"type": "string"}, "Type": {"type": "string"}, "OutputBucketName": {"type": "string"}, "Media": {"type": "object",...
{"MedicalTranscriptionJobName" : "aws-cookbook-806", "LanguageCode" : "en-US", "Specialty" : "PRIMARYCARE", "Type" : "DICTATION", "OutputBucketName" : "awscookbook806-RANDOM_STRING", "Media" : {"MediaFileUri" : "s3://awscookbook806-RANDOM_STRING/dictation.mp3"}}
json_instruct
{"type": "object", "properties": {"MedicalTranscriptionJobName": {"type": "string"}, "LanguageCode": {"type": "string"}, "Specialty": {"type": "string"}, "Type": {"type": "string"}, "OutputBucketName": {"type": "string"}, "Media": {"type": "object", "properties": {"MediaFileUri": {"type": "string"}}, "required": ["Medi...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class_name": {"type": "string"}, "extrinsic": {"type": "array", "items": {"type": "number"}}, "intrinsic": {"type": "object", "properties": {"height": {"type": "integer"}, "intrinsic_matrix": {"type": "array", "items": {"type"...
{"class_name" : "PinholeCameraParameters", "extrinsic" : [-0.7386473819078865, -0.5647894338243006, 0.3679849733902881, 0.0, 0.5742183574267958, -0.24124190398541856, 0.7823526198304462, 0.0, -0.3530910975862993, 0.7891864413444494, 0.502505161767903, 0.0, 0.2874086948431665, -1.2956052465256143, 0.7109729286388642, 1....
json_instruct
{"type": "object", "properties": {"class_name": {"type": "string"}, "extrinsic": {"type": "array", "items": {"type": "number"}}, "intrinsic": {"type": "object", "properties": {"height": {"type": "integer"}, "intrinsic_matrix": {"type": "array", "items": {"type": "number"}}, "width": {"type": "integer"}}, "required": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "gen...
{"name" : "server", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "ts-node-dev --transpile-only --no-notify api/index.ts", "build" : "tsc", "generate" : "ts-node --transpile-only api/schema", "test" : "npm run generate && jest"}, "jest" : {"preset" : "ts-jest", "globals" : {"ts-jest...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "generate": {"type": "string"}, "test": {"type": "string"}}, "r...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"avatarUrl": {"type": "string"}, "aboutUrl": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "site": {"type": "string"}, "description": {"type": "string"}, "disqus": {"type": "str...
{"avatarUrl" : "http://7vzqh7.com1.z0.glb.clouddn.com/avatar.jpg", "aboutUrl" : "/page/about", "username" : "root", "password" : "123456", "site" : "\u3042\u307e\u307f\u3084 \u3086\u3046\u3053", "description" : "Amamiya Yuuko's ebullient future", "disqus" : "yuuko"}
json_instruct
{"type": "object", "properties": {"avatarUrl": {"type": "string"}, "aboutUrl": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "site": {"type": "string"}, "description": {"type": "string"}, "disqus": {"type": "string"}}, "required": ["avatarUrl", "aboutUrl", "username", "password", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Bacon.js": {"type": "string"}, "Bacon.min.js": {"type": "string"}}, "required": ["Bacon.js", "Bacon.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Bacon.js" : "sha512-z4RQH30Pl6oNmj6ospr5UghFtqP4fvZYyLJtJKiyubEG8V2d+96tpSf97nFN2+On7GaH9THuwhttnlAu/Vp0wQ==", "Bacon.min.js" : "sha512-MxZT1C9jG22RO6amZ8/hrYJd5ESiZi3Z9QV2qCgZGB1wYrdPf0r96huR/CG85/nGFX0tCIl9YPM9BlmieVF6Eg=="}
json_instruct
{"type": "object", "properties": {"Bacon.js": {"type": "string"}, "Bacon.min.js": {"type": "string"}}, "required": ["Bacon.js", "Bacon.min.js"], "$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"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"tron": {"type": "string"}}, "required": ["tron"]}, "hashing_algorithm": {"type": "nul...
{"id" : "tronweeklyjournal", "symbol" : "twj", "name" : "TronWeeklyJournal", "platforms" : {"tron" : "TNq5PbSssK5XfmSYU4Aox4XkgTdpDoEDiY"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Tron Weekly Journal (TWJ) aims to bring all Tron world news under one unified online journal. All latest new...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"tron": {"type": "string"}}, "required": ["tron"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"t...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "533041": {"type": "object", "properties": {"count": {"type": "integer"}}, "requ...
{"311010" : {"count" : 3}, "count" : 48, "533041" : {"count" : 1}, "436010" : {"count" : 7}, "N.A.//" : {"count" : 23}, "999920" : {"count" : 1}, "352010" : {"count" : 6}, "399021" : {"count" : 2}, "372012" : {"count" : 3}, "435081" : {"count" : 1}, "434171" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "533041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "436010": {"type": "object", "properties": {"count": {"typ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Professor Lockhart"}, {"name" : "Professor Grubbly-Plank"}, {"name" : "Professor Lupin"}, {"name" : "Professor Slughorn"}, {"name" : "Professor Snape"}, {"name" : "Professor Trelawney"}, {"name" : "Professor Sprout"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "me...
{"ast" : null, "code" : "import React from 'react';\nimport createSvgIcon from './utils/createSvgIcon';\nexport default createSvgIcon(React.createElement(\"path\", {\n d: \"M10 2c-1.82 0-3.53.5-5 1.35C7.99 5.08 10 8.3 10 12s-2.01 6.92-5 8.65C6.47 21.5 8.18 22 10 22c5.52 0 10-4.48 10-10S15.52 2 10 2z\"\n}), 'Brightness...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Inoyonan, Bula, Camarines Sur, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.camarines-sur.bula.inoyonan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "2", "region_re...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "di...
{"name" : "@basemaps/attribution", "version" : "6.10.0", "repository" : {"type" : "git", "url" : "https://github.com/linz/basemaps.git", "directory" : "packages/attribution"}, "author" : {"name" : "Land Information New Zealand", "url" : "https://linz.govt.nz", "organization" : true}, "type" : "module", "engines" : {"no...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "author": {"type": "object", "properties": {"na...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, ...
[{"label" : "Bird", "normalizedVertices" : [{"x" : 0.10017095, "y" : 0.03009619}, {"x" : 0.84712315, "y" : 0.03009619}, {"x" : 0.84712315, "y" : 0.26072735}, {"x" : 0.10017095, "y" : 0.26072735}], "score" : 0.67535305}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Following the schema specification below, generate a valid JSON instance: {"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"}, "statio...
{"station" : [{"pref_cd" : 42, "line_cd" : 99912, "line_name" : "\u5cf6\u539f\u9244\u9053\u7dda", "station_cd" : 9991208, "station_g_cd" : 9991208, "station_name" : "\u8aeb\u65e9\u6771\u9ad8\u6821", "lon" : 130.149098, "lat" : 32.823084}]}
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": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"authorize_url_timeout": {"type": "string"}, "missing_configuration": {"type": "string"}, "no_agreements": {"type": "string"}, "no...
{"config" : {"abort" : {"authorize_url_timeout" : "Przekroczono limit czasu generowania URL autoryzacji.", "missing_configuration" : "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.", "no_agreements" : "To konto nie posiada wy\u015bwietlaczy Toon.", "no_url_available" : "Brak dost\u0119pne...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"authorize_url_timeout": {"type": "string"}, "missing_configuration": {"type": "string"}, "no_agreements": {"type": "string"}, "no_url_available": {"type": "string"}}, "required": ["authorize_url_tim...
Based on the schema below, produce a valid JSON object: {"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/sche...
[{"year" : 1917, "sex" : "F", "n" : 7, "prop" : 6.23e-06}, {"year" : 1919, "sex" : "F", "n" : 7, "prop" : 5.96e-06}, {"year" : 1922, "sex" : "F", "n" : 8, "prop" : 6.41e-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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": ...
{"timestamp" : "2020-12-21T22:45:00Z", "data" : [{"data_type" : "pm10", "value" : "22.70", "max" : "29.00", "min" : "17.00", "sd" : "3.11"}, {"data_type" : "pm2.5", "value" : "20.47", "max" : "23.00", "min" : "14.00", "sd" : "2.30"}, {"data_type" : "pm1", "value" : "13.03", "max" : "15.00", "min" : "9.00", "sd" : "1.38...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "points": {"type": "string"}, "pointpos": {"type": "number"}, "marker": {"type": "object", "properties": {"size": {"t...
{"data" : [{"type" : "violin", "points" : "all", "pointpos" : 1.5, "marker" : {"size" : 12}, "jitter" : 0, "x" : [0, 5, 7, 8], "side" : "negative", "line" : {"color" : "black"}, "fillcolor" : "#d3c78d", "opacity" : 0.6, "y0" : 0.0}], "layout" : {"title" : {"text" : "Violins - negative sided with positive points"}, "xax...
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "points": {"type": "string"}, "pointpos": {"type": "number"}, "marker": {"type": "object", "properties": {"size": {"type": "integer"}}, "required": ["size"]}, "jitter": {"type": "integer"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "bonuses": {"type": "array", "items": {"type": "object", "properties": {"bonus": {"type": "string"}, "edge": {"type": "array"...
{"vertices" : [[61, 26], [39, 53], [29, 21], [0, 0], [5, 45], [11, 29], [40, 38], [24, 39]], "bonuses" : [{"bonus" : "BREAK_A_LEG", "edge" : [5, 6], "problem" : 63}]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "bonuses": {"type": "array", "items": {"type": "object", "properties": {"bonus": {"type": "string"}, "edge": {"type": "array", "items": {"type": "integer"}}, "problem": {"type": "integer"}}, "requi...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": ...
{"name" : "swagger-typegen", "version" : "0.0.1", "description" : "generate source-code types from swagger-specification file", "main" : "index.js", "scripts" : {"test" : "jest", "test:watch" : "jest --watchAll", "test:coverage" : "jest --coverage", "example" : "node cli example/input.json -o example/output.ts"}, "keyw...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:watch": {"type": "string"}, "test:coverage": {"type": "string"}, "example": {"type": ...
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#"}
[[1986, 5], [1989, 10], [1990, 13], [1991, 7], [1992, 12], [1993, 9], [1994, 5], [2008, 9]]
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": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-chang...
{"name" : "testing-bem", "version" : "0.1.0", "private" : true, "dependencies" : {"browser-sync" : "^2.18.8", "gulp" : "^3.9.1", "gulp-changed" : "^3.2.0", "gulp-clean-css" : "^3.9.4", "gulp-rename" : "^1.2.3", "gulp-sass" : "^4.0.1", "gulp-uglify" : "^3.0.0", "yarn" : "^1.9.2"}, "scripts" : {"serve" : "browser-sync st...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-changed": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-r...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["sta...
{"staves" : [{"lines" : [[[965, 1174], [1289, 1174]]]}]}
json_instruct
{"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["staves"], "$schema": "http://json-schema.org/draft-07/schema...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9f87a7fc711562efae3d7b0646073a34d4c47606"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "...
{"name" : "nhentaidownloader", "version" : "2.1.2", "description" : "A chrome extension to download doujinshi from NHentai ", "directories" : {"test" : "test"}, "scripts" : {"build" : "webpack", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Xwilarg/NHentaiDownloader.git"}, "keywords...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name...
{"category" : "AutoTDD-GUI", "classinstvars" : [], "classvars" : [], "commentStamp" : "be 7/25/2019 09:50", "instvars" : ["outClosure", "targetName"], "name" : "ATDDEditor", "pools" : [], "super" : "ATDDTargetWindow", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": ...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210106024001", "text" : "\u5efa\u4e8c\u793e\u533a"}, {"id" : "210106024002", "text" : "\u5efa\u56db\u793e\u533a"}, {"id" : "210106024004", "text" : "\u5fb7\u5de5\u793e\u533a"}, {"id" : "210106024005", "text" : "\u5efa\u5317\u793e\u533a"}, {"id" : "210106024006", "text" : "\u9ad8\u697c\u793e\u533a"}, {"id" : "...
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type"...
{"name" : "@cuser/client-apollo", "version" : "0.0.36", "description" : "client logic for reading and publishing using apollo transport", "main" : "index.js", "scripts" : {"test" : "nyc ava -v", "coverage" : "nyc report --reporter=lcov", "postcoverage" : "codecov -F client-apollo"}, "author" : "", "license" : "ISC", "d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "postcoverage": {"type": "string"}}, "required": ["test", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "n...
{"contract" : "0x81190d066c1cca9a778a41703c9c7f6c506629d1", "tool" : "mythril", "start" : 1563295529.3758585, "end" : 1563295536.9247837, "duration" : 7.548925161361694, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Generate a valid JSON object that conforms to the following schema: {"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-j832-43w3-m333", "modified" : "2022-03-17T00:00:49Z", "published" : "2022-03-17T00:00:49Z", "aliases" : ["CVE-2021-43958"], "details" : "Various rest resources in Fisheye and Crucible before version 4.8.9 allowed remote attackers to brute force user login credentials as rest re...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}...
{"_id" : "beer_S.O.S", "brewery" : "Abita Brewing Company", "name" : "S.O.S", "description" : "Save Our Shores (S.O.S) is an unfiltered weizen pils and has a brilliant golden color. A Charitable Pilsner", "category" : "German Lager", "style" : "German-Style Pilsener", "updated" : "2011-08-15 11:48:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "description", "category", "style...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "...
{"name" : "The House with a Clock in Its Walls", "year" : 2018, "runtime" : 105, "categories" : ["comedy", "family", "fantasy"], "release-date" : "2018-09-21", "director" : "Eli Roth", "writer" : ["Eric Kripke", "Paul Wernick", "John Bellairs"], "actors" : ["Jack Black", "Cate Blanchett", "Owen Vaccaro"], "storyline" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "year": {"type": "integer"}, "runtime": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}, "release-date": {"type": "string"}, "director": {"type": "string"}, "writer": {"type": "array", "items": {"type": "string"}}, "actors":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "...
{"web" : [{"value" : ["\u6c38\u4e45\u5730", "\u957f\u4e45", "\u6c38\u5b58\u5730"], "key" : "permanently"}, {"value" : ["\u6c38\u4e45\u79fb\u52a8", "\u5ba2\u6237\u8bd5\u56fe\u8bbf\u95ee\u7684\u8d44\u6e90\u5df2\u79fb\u5230\u65b0\u7684\u6c38\u4e45\u4f4d\u7f6e", "\u6c38\u4e45\u79fb\u9664"], "key" : "Moved Permanently"}, {"...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"...
{"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_realized_on_cube", "white" : "optuna_tpe", "black" : "optuna_random_clone_2", "traceback" : ["passing", "passing"], "best_val" : [0.7157369223550742, 1.073184809108561], "best_x" : [[0.4360060919770588, 0.6126617723899205, 0.12694671695951876, 0.3878810929089482, ...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["430408101001", "\u96e8\u57ce\u5c45\u59d4\u4f1a", "112", "0"], ["430408101206", "\u96e8\u6bcd\u6751\u59d4\u4f1a", "220", "0"], ["430408101208", "\u7fa4\u76ca\u6751\u59d4\u4f1a", "220", "0"], ["430408101209", "\u6893\u6728\u6751\u59d4\u4f1a", "220", "0"], ["430408101213", "\u4e34\u6c5f\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 58245, "cartId" : "a2d76dbc-df03-46f1-a5f9-6ff7bee62956", "preferredProducts" : [2185, 3218, 4305, 1899, 4039, 2467, 948], "productReviews" : [{"productId" : 2062, "reviewText" : "heard about this on chicha radio, decided to give it a try.", "reviewDate" : "2020-02-21T11:25:53.4699696+02:00"}, {"productId" ...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"protocol": {"type": "string"}, "L": {"type": "integer"}, "J": {"type": "number"}, "B": {"type": "number"}, "K": {"type": "integer"}, "init_state": {"type": "string"}, "energy": {"type": "number"}, "eigoccs": ...
{"protocol" : "Iterative LogSweep (all k<K)", "L" : 2, "J" : 0.44721359549995826, "B" : 0.44721359549995826, "K" : 11, "init_state" : "maximally-mixed state", "energy" : -0.9898640011908832, "eigoccs" : [0.9929021112692212, 0.0006524324417113897, 0.005743458867073056, 0.000761333845867844]}
json_instruct
{"type": "object", "properties": {"protocol": {"type": "string"}, "L": {"type": "integer"}, "J": {"type": "number"}, "B": {"type": "number"}, "K": {"type": "integer"}, "init_state": {"type": "string"}, "energy": {"type": "number"}, "eigoccs": {"type": "array", "items": {"type": "number"}}}, "required": ["protocol", "L"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schem...
{"symbol" : "ADT", "name" : "AdToken", "decimals" : 9, "address" : "0xd0d6d6c5fe4a677d343cc433536bb717bae167dd"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"fade": {"type": "object", "properties": {"startFadeIn": {"type": "integer"}, "endFadeIn": {"type": "in...
{"schemaVersion" : 2, "type" : "animated-square-textured", "properties" : {"fade" : {"startFadeIn" : 1000, "endFadeIn" : 2000, "startFadeOut" : 11000, "endFadeOut" : 12000}}, "blend" : {}, "animationTextures" : [{"west" : "minecraft:item/empty_armor_slot_shield", "top" : "minecraft:item/empty_armor_slot_boots", "bottom...
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"fade": {"type": "object", "properties": {"startFadeIn": {"type": "integer"}, "endFadeIn": {"type": "integer"}, "startFadeOut": {"type": "integer"}, "endFadeOut": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho...
{"title" : "I love little yordles (old version)\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "ryo_mills", "description" : "Stayundefinedtunedundefinedforundefinedaundefinedupcomingundefinedbetterundefinedversion.", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2301463/thumbna...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "href": {"type": "string"}}, "required": ["version", "href"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"version" : "v0.8", "href" : "/v0.8"}, {"version" : "v0.7", "href" : "/v0.7"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "href": {"type": "string"}}, "required": ["version", "href"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "transip.nl"}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5314070003", "district_id" : "5314070", "name" : "SEDEOEN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "520625105201", "text" : "\u5408\u6c34\u6751\u59d4\u4f1a"}, {"id" : "520625105202", "text" : "\u5927\u6614\u6751\u59d4\u4f1a"}, {"id" : "520625105203", "text" : "\u4e09\u576a\u6751\u59d4\u4f1a"}, {"id" : "520625105204", "text" : "\u65b0\u69fd\u6751\u59d4\u4f1a"}, {"id" : "520625105205", "text" : "\u65b0\u53f0\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"acadYear": {"type": "string"}, "title": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": ...
{"acadYear" : "2019/2020", "title" : "PROCESS ENGINEERING FOR GAS/LNG & PHARMACEUTICAL INDUSTRIES", "moduleCredit" : "3", "moduleCode" : "CH4451", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "58105", "startTime" : "1230", "endTime" : "1430", "venue" : "LEC/STUDIO LT11", "lessonType" : "Lecture", "day...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "title": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object"...
{"name" : "tests-0.0.2", "version" : "0.0.1", "main" : "index.js", "repository" : "git@github.com:Desafio-Teste-Automacao-QA-CIT/tests-0.0.2.git", "author" : "Gabriel Fernandes <gabriel.work076@gmail.com>", "license" : "MIT", "dependencies" : {"jest" : "^27.4.3", "selenium-webdriver" : "^4.1.0"}, "scripts" : {"test" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "selenium-webdriver": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema....
{"variants" : {"" : {"model" : "aer_terra:block/electrified_grass_block"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "note": {"type": "string"}, "successMessageText": {"type": "string"}, "failMessageText": {"type": "string"}, "startedMessageText": {"type": "string"}, "description": {"type": "string"}, "...
{"name" : "Sinal. Parte 2", "note" : "", "successMessageText" : "5ac346ba86f7741d6118b996", "failMessageText" : "5ac346ba86f7741d6118b997", "startedMessageText" : "", "description" : "5ac346ba86f7741d6118b999", "conditions" : {"5ac5e79986f7747398341847" : "Entregue ventoinha do processador, 3 unidades", "5ac5e88e86f774...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "note": {"type": "string"}, "successMessageText": {"type": "string"}, "failMessageText": {"type": "string"}, "startedMessageText": {"type": "string"}, "description": {"type": "string"}, "conditions": {"type": "object", "properties": {"5ac5e79986f774739834184...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "null"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {...
{"name" : "Unsupervised-Person-Re-identification-Clustering-and-Fine-tuning", "description" : null, "license" : null, "starNum" : 78, "folkNum" : 31, "watchNum" : 78, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "null"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum",...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"retrospect": {"type": "object", "properties": {"branch": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "null"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "rev": {"...
{"retrospect" : {"branch" : "master", "description" : "A retrospective mode for org", "homepage" : null, "owner" : "dudebout", "repo" : "retrospect", "rev" : "c57a932641d2cf07fea2df4c80633e2f957b1afb", "sha256" : "0y8pfp25gwq3z3r1ygay5m45gw4ks01f0gj55zngcw7s3b6b1dqx", "type" : "tarball", "url" : "https://github.com/dud...
json_instruct
{"type": "object", "properties": {"retrospect": {"type": "object", "properties": {"branch": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "null"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "rev": {"type": "string"}, "sha256": {"type": "string"}, "type": {"type": "string"}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "Alternativerock", "author" : "corndog666", "count" : 24}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}, "symptoms": {"type": "array", "items": {"type": "string"}}, "causes": {"type": "array", "items"...
{"code" : "P0736", "description" : "Reverse Incorrect Gear Ratio", "info" : ["Modern vehicles equipped with automatic transmissions / transaxles use a torque converter between the engine and transmission to increase the engine torque output and drive the rear wheels.", "\n\u00a0", "This code can show up in vehicles wit...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}, "symptoms": {"type": "array", "items": {"type": "string"}}, "causes": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "description", "info", "sym...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "PRIZE_TOO_LONG": {"type": "string"}, "TITLE": {"type": "string"}, "ENDED": {"type": "string"}, "TIME_REMAINING": {"type": "string"}, "INVITE_PARTICIP...
{"DESCRIPTION" : "Comenzar un sorteo", "USAGE" : "g-start <time> <Number of winners> <prize>", "PRIZE_TOO_LONG" : "El nombre del premio debe contener menos de 256 caracteres.", "TITLE" : "\ud83c\udf89\ud83c\udf89 **SORTEO** \ud83c\udf89\ud83c\udf89", "ENDED" : "\ud83c\udf89\ud83c\udf89 **SORTEO ACABADO** \ud83c\udf89\u...
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "PRIZE_TOO_LONG": {"type": "string"}, "TITLE": {"type": "string"}, "ENDED": {"type": "string"}, "TIME_REMAINING": {"type": "string"}, "INVITE_PARTICIPATE": {"type": "string"}, "WIN_MESSAGE": {"type": "string"}, "FOOTER": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Biconjugate gradient method": {"type": "array", "items": {"type": "string"}}}, "required": ["Biconjugate gradient method"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Biconjugate gradient method" : ["https://en.wikipedia.org/wiki/Biconjugate_gradient_method", "https://en.wikipedia.org/wiki/Conjugate_gradient_method", "https://en.wikipedia.org/wiki/Gradient_method"]}
json_instruct
{"type": "object", "properties": {"Biconjugate gradient method": {"type": "array", "items": {"type": "string"}}}, "required": ["Biconjugate gradient method"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id...
{"id" : 404358623, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "370edb7113a1008b16f5c1348ff055bd", "wof:id" : 404358623, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.97917, 44.22, 1.97917, 44.22], "geometry" : {"coordinates" : [1....
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": "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" : "Le Tilleul-Lambert", "circ" : "2\u00e8me circonscription", "dpt" : "Eure", "inscrits" : 182, "abs" : 99, "votants" : 83, "blancs" : 7, "nuls" : 0, "exp" : 76, "res" : [{"nuance" : "REM", "nom" : "M. Fabien GOUTTEFARDE", "voix" : 49}, {"nuance" : "FN", "nom" : "M. Emmanuel CAMOIN", "voix" : 27}]}
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"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"},...
{"name" : "toggle-switch-css", "version" : "1.0.3", "description" : "Pure CSS toggle switch", "main" : "build/toggle-switch.css", "repository" : "https://github.com/magic-akari/toggle-switch.git", "author" : "magic-akari <hufan.akarin@gmail.com>", "license" : "MIT", "files" : ["src", "build"], "scripts" : {"build" : "p...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["350821111201", "\u7b56\u661f\u6751\u59d4\u4f1a", "121", "0"], ["350821111202", "\u7b56\u7530\u6751\u59d4\u4f1a", "122", "0"], ["350821111203", "\u6797\u7530\u6751\u59d4\u4f1a", "220", "0"], ["350821111204", "\u5f53\u5751\u6751\u59d4\u4f1a", "220", "0"], ["350821111205", "\u9ad8\u7530\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3510210008", "district_id" : "3510210", "name" : "SIDODADI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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:i...
{"id" : 404388577, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "83a4a414cef1c077820baeaac8c2a951", "wof:id" : 404388577, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.02444165065007, 45.35233954696406, 0.10115026474979, 45.39092078617212...
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": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$s...
{"Target" : "css/academic.min.2ef9f7a4c06db867267e9afcb74077b5.css", "MediaType" : "text/css", "Data" : {"Integrity" : "md5-Lvn3pMBtuGcmfpr8t0B3tQ=="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "config": {"type": "object",...
{"name" : "elf-r/activity_track", "description" : "Track activity for Laravel", "type" : "library", "license" : "MIT", "minimum-stability" : "stable", "prefer-stable" : true, "config" : {"preferred-install" : {"*" : "dist"}, "sort-packages" : true}, "authors" : [{"name" : "vschoholiev", "email" : "vshoholev@gmail.com"}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "config": {"type": "object", "properties": {"preferred-install": {"type": "object", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "it...
{"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.isClickableInput = isClickableInput;\n\nvar _isElementType = require(\"../misc/isElementType\");\n\nconst CLICKABLE_INPUT_TYPES = ['button', 'color', 'file', 'image', 'reset', 'submit', 'checkbox', ...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\u...
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["AA1049"], "\uc81c\uc548\uc77c\uc790" : ["1962-01-19"], "\uc81c\uc548\uc790" : ["\ubb38\uad50\uc0ac\ud68c\uc704\uc6d0\uc7a5"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uad6d\uac00\uc7ac\uac74\ucd5c\uace0\ud68c\uc758(1961~1963)"], "\u...
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d319-22", "text" : "from\nNATIONAL HEADQUARTERS\n14 Gregory Hall, Urbana, Illinois"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}