input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}... | {"directions" : ["Preheat an oven to 350 degrees F (175 degrees C).", "Mix the venison, egg, cracker crumbs, 1/4 cup barbecue sauce, onion, sage, steak seasoning, 2 tablespoons brown sugar, and 2 tablespoons Worcestershire sauce in a mixing bowl with your hands until evenly combined. Pack into a 3x7-inch loaf pan, and ... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descr... | {"title" : "MMD/shape of you-(miku)", "author" : "CoffeLate", "description" : "ok,undefinedsuficienteundefinedmmdundefinedporundefinedhoy....", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/LqI3U11uV4E.jpg?itok=sSaPJFTJ", "download" : "https://www.iwara.tv/api/... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configur... | {"configuration" : ["HUMANNUMERICSORT", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"program" : 101295796310}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.625, 42.333333333333336], [122.625, 42.416666666666664], [122.75, 42.416666666666664], [122.75, 42.333333333333336], [122.625, 42.333333333333336]]]}, "properties" : {"code" : 632245, "url" : "http://madefor.github.io/0410/api/v1/632245.geojs... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": ... | {"author" : {"id" : "t2_39kq9lv4", "name" : "othatheguy"}, "date" : {"day" : 1586044800, "full" : 1586055348, "month" : 1585699200, "week" : 1586044800}, "id" : "t3_fv6nj3", "picture" : {"filesize" : 95122, "fullUrl" : "https://preview.redd.it/4hrcsq7czwq41.jpg?auto=webp&s=abeb6935d53f3eb66f17b8c64ab883c8ead28fce", "ha... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
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" : 1, "line_cd" : 11108, "line_name" : "\u82b1\u54b2\u7dda", "station_cd" : 1110816, "station_g_cd" : 1110816, "station_name" : "\u843d\u77f3", "lon" : 145.519449, "lat" : 43.198335}]} | 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": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ... | {"title" : "Eliciting risk perceptions with an online game: preliminary results.", "fields" : ["knowledge management", "influence diagram", "casual", "perception", "risk perception"], "abstract" : "We describe a scientific casual browser game called Link IT for eliciting societal risk perceptions in the form of mental... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BOG.SwissArmyKnife.Demo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "com... | {"profiles" : {"BOG.SwissArmyKnife.Demo" : {"commandName" : "Project", "commandLineArgs" : "BabbleOn"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BOG.SwissArmyKnife.Demo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BOG.SwissArmyKnife.Demo"]}}, "required":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/language-service": {"type": "string"}, "@angular/language-server": {"type": "string"}}, "required": ["@angular/language-service", "@angular/language-server"... | {"dependencies" : {"@angular/language-service" : "12.2.16", "@angular/language-server" : "12.2.3"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@angular/language-service": {"type": "string"}, "@angular/language-server": {"type": "string"}}, "required": ["@angular/language-service", "@angular/language-server"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/... |
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "... | {"name" : "drmario-virus-count-ocr", "version" : "1.0.0", "description" : "Dr. Mario (NES) virus count OCR", "main" : "main.js", "repository" : {"type" : "git", "url" : "https://github.com/iamdmhero/drmario-virus-count-ocr.git"}, "scripts" : {"start" : "electron .", "build" : "electron-builder -m -p always"}, "devDepen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/fissionfurnace/ebonshard.item": {"type": "array", "items": {"type": "string"}}}, ... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/crafting/fissionfurnace/ebonshard.item" : ["/description"]}, "Texts" : {"Chs" : "\u8fd9\u662f\u4e00\u4e2a\u95ea\u4eae\u7684\u9ed1\u5b9d\u77f3\u788e\u7247", "Eng" : "A shiny shard of ebon gemstone."}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/crafting/f... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/fissionfurnace/ebonshard.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/crafting/fissionfurnace/ebons... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "i... | {"lastUpdated" : 1655019279666, "username" : "cross-ticina", "scores" : [{"xp" : 9892, "rank" : 330, "cardId" : 565}, {"xp" : 10325, "rank" : 333, "cardId" : 499}, {"xp" : 54113, "rank" : 80, "cardId" : 136}, {"xp" : 13223, "rank" : 435, "cardId" : 550}, {"xp" : 68412, "rank" : 104, "cardId" : 113}, {"xp" : 12687, "ran... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"containerID": {"type": "string"}, "payload": {"type": "object", "properties": {"containerID": {"type": "string"}, "orderID": {"type": "string"}}, "required": ["containerID", "orderID"]}, "timestamp": {"type": "string"}, "ty... | {"containerID" : "", "payload" : {"containerID" : "", "orderID" : ""}, "timestamp" : "", "type" : "ContainerAssignedToOrder"} | json_instruct | {"type": "object", "properties": {"containerID": {"type": "string"}, "payload": {"type": "object", "properties": {"containerID": {"type": "string"}, "orderID": {"type": "string"}}, "required": ["containerID", "orderID"]}, "timestamp": {"type": "string"}, "type": {"type": "string"}}, "required": ["containerID", "payload... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"responsiveslides.css": {"type": "string"}, "responsiveslides.js": {"type": "string"}, "responsiveslides.min.css": {"type": "string"}, "responsiveslides.min.js": {"type": "string"}}, "required": ["responsiveslides.css", "res... | {"responsiveslides.css" : "sha256-yfORQsAm25Q7PTfy1uiLugldJ3TN5x88H+IfAJt8Jpg=", "responsiveslides.js" : "sha256-gzOkfKzeZGztMfpHRNaBtcwwapZxGVUtfqaqvtNGI6k=", "responsiveslides.min.css" : "sha256-cU4Sm6I+e8ALkvyJFwOgOn+nEI4BiLrt9CpYj/+UfZ4=", "responsiveslides.min.js" : "sha256-AguJ6QILC/ON28Sorq0k9ICxycceMdFosg0qzIv7... | json_instruct | {"type": "object", "properties": {"responsiveslides.css": {"type": "string"}, "responsiveslides.js": {"type": "string"}, "responsiveslides.min.css": {"type": "string"}, "responsiveslides.min.js": {"type": "string"}}, "required": ["responsiveslides.css", "responsiveslides.js", "responsiveslides.min.css", "responsiveslid... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["6b9e19d9-62094390-5f9ddb01-4a191ae7-9766b715", "27f7126f-4f66fb14-03f4081b-f9341db2-53925988", "6c65289b-db2fcb71-7eaf73f4-8e12470c-a4d6d7cf", "0dff9280-2375f586-1297870c-4cbd6d1c-527e36e5", "49974143-ec23cb52-6b2a1c46-14d5daa0-0822ce1a", "e98b9ac7-dd31ac40-ff046cb2-f0400d30-12f81d85", "b9c08539-26f93bde-c81ab0d7-bff... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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"}, "... | {"id" : 101877477, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e29f256333150c6fff20969813094d90", "wof:id" : 101877477, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-2.92269321395139, 48.50303542136794, -2.91283099386362, 48.510419839999... | 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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft... | [{"package" : "bioconductor-lungexpression", "downloads" : 4100, "count" : 3795}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "st... | {"name" : "Wilhelm-Neuhaus-Schule", "id" : "HE-7307-0", "official_id" : "7307", "address" : "Hainstra\u00dfe 2, 36251 Bad Hersfeld", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06621/916387", "state" : "HE", "phone" : "06621/73626", "full_time_school" : false, "lon" : 9.705424, "lat" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "item... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [480.798, 211.933, 0.862444, 503.007, 256.371, 0.855308, 459.9, 257.594, 0.819034, 449.489, 317.62, 0.731562, 470.361, 345.078, 0.430942, 546.036, 256.313, 0.804602, 569.584, 320.315, 0.802383, 540.858, 356.789, 0.493365, 475.565, 398.57, 0.637839, 0, 0, 0, 0, 0, 0, ... | 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": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"t... | {"h" : [{"d" : [{"f" : "\ufff9\ufffathe pupil of the eye\ufffb\u77b3\u5b54"}]}], "t" : "'emamosa"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"run-server": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["run-server", "dev", "start", "bu... | {"scripts" : {"run-server" : "live-server --port=5000 --host=localhost --no-css-inject --ignore=**/src/**,**/.git/**", "dev" : "tsc -w", "start" : "concurrently \"npm:run-server\" \"npm:dev\"", "build" : "tsc"}, "devDependencies" : {"@types/lodash" : "^4.14.171", "@types/mainloop.js" : "^1.0.5", "concurrently" : "^6.2.... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"run-server": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["run-server", "dev", "start", "build"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyw... | {"name" : "ipstackclient", "version" : "0.6.0", "description" : "node.js client for apis maintained at ipstack.com for identification by ip address", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["node", "ip", "client", "ipstack"], "repository" : {"type" : ... | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "reposi... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boole... | {"id" : 1765, "name" : "Yellow dye", "qualified_name" : "Yellow dye", "examine" : "A little bottle of yellow dye.", "members" : false, "release_date" : "2001-02-28", "quest" : false, "weight" : 0.02, "value" : 5, "alchemy" : {"high" : 3, "low" : 2}, "tradeable" : true, "stackable" : false, "noteable" : true, "equipable... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "alc... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "arra... | {"directions" : ["Stir mango, lime juice, pepper jam, and cilantro together in a bowl. Cover the bowl and refrigerate for relish flavors to combine, about 30 minutes.", "Season salmon fillets with sea salt.", "Heat oil in a large non-stick skillet over medium-high heat until oil begins to smoke. Place salmon, flesh-sid... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"ty... | {"limit" : 25000, "name" : "Small plated mithril salvage", "value" : 2000, "highalch" : 1200, "id" : 47228, "lowalch" : 800, "name_pt" : "Mithril em placa pequeno reaproveit\u00e1vel", "price" : 2006, "last" : 2006} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
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" : "HORNET: High-speed Onion Routing at the Network Layer.", "fields" : ["symmetric key algorithm", "network layer", "network architecture", "onion routing", "scalability"], "abstract" : "We present HORNET, a system that enables high-speed end-to-end anonymous channels by leveraging next-generation network arch... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resource_group": {"type": "string"}, "create_workspace": {"type": "boolean"}}, "required": ["resource_group", "create_workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resource_group" : "ML_Evaluation", "create_workspace" : true} | json_instruct | {"type": "object", "properties": {"resource_group": {"type": "string"}, "create_workspace": {"type": "boolean"}}, "required": ["resource_group", "create_workspace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8fbdef4f529bded3d531c93405b21dde2e263a79"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"port": {"type": "integer"}, "cns": {"type": "object", "properties": {"user": {"type": "string"}, "host": {"type": "string"}, "database": {"type": "string"}, "port": {"type": "string"}}, "required": ["user", "host", "database",... | {"port" : 3200, "cns" : {"user" : "postgres", "host" : "localhost", "database" : "todotests", "port" : "5432"}, "apiLogger" : {"onConsole" : false, "onFile" : false, "filename" : "requests.log"}, "errorLogger" : {"onConsole" : false, "onFile" : true, "filename" : "error_test.log"}} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "cns": {"type": "object", "properties": {"user": {"type": "string"}, "host": {"type": "string"}, "database": {"type": "string"}, "port": {"type": "string"}}, "required": ["user", "host", "database", "port"]}, "apiLogger": {"type": "object", "properties": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type... | {"hash" : "0xdd0c4e6febe39748f22355650f5062491766be7177e83f7248183c2e8fd5fa4f", "parentHash" : "0x30ca80e92d3a52dba1c4956130d0bf502321bb3a76ac0a787185d988dcbd8c18", "number" : 82333, "timestamp" : 1439517548, "nonce" : "0xcdea4afe4568015e", "difficulty" : 2377643577898, "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"]... |
Generate sample JSON data that conforms to the following 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"}, "... | {"id" : 404398319, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e62a33a0718ec7f81b685bcf4ea8512b", "wof:id" : 404398319, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.70539754901035, 45.96669187296671, 3.83207580755743, 46.0222862964406]... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"Symbol": {"type": "object", "properties": {"existingJavaType": {"type": "string"}, "title": {"type": "string"}}... | {"type" : "object", "title" : "POJO for Future contracts. See <a href=\"https://www.iqfeed.net/dev/api/docs//OptionChainsviaTCPIP.cfm\">Option Chains via TCP/IP</a>", "properties" : {"Symbol" : {"existingJavaType" : "java.lang.String", "title" : "The symbol."}, "Date" : {"existingJavaType" : "java.time.LocalDate", "tit... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"Symbol": {"type": "object", "properties": {"existingJavaType": {"type": "string"}, "title": {"type": "string"}}, "required": ["existingJavaType", "title"]}, "Date": {"type": "objec... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "sha256-wN4wx9I7EHDYgpx9UQUAAQqtdq5CxvlBOBP9Ss6zUPU=", "Bacon.min.js" : "sha256-4LuEQGyn1cEGTXrLCZWX3U9538J7dcNUlTGIGTS6/14="} | 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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "item... | {"ast" : null, "code" : "var getActiveChildNavigationOptions = function getActiveChildNavigationOptions(navigation, screenProps) {\n var theme = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'light';\n var state = navigation.state,\n router = navigation.router,\n getChildNavigation = n... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"meta_description": {"type": "string"}}, "required": ["meta_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta_description" : "This is a description for the error page"} | json_instruct | {"type": "object", "properties": {"meta_description": {"type": "string"}}, "required": ["meta_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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" : "1209161010", "district_id" : "1209161", "name" : "BANDAR SIANTAR"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required... | {"ETag" : "W/\"9b1c113b43e1f356f069e1a63f882727\"", "Last-Modified" : "Thu, 07 May 2020 21:24:44 GMT", "base" : {"repo" : {"name" : "r-princurve-feedstock"}}, "closed_at" : "2020-05-07T21:24:42Z", "created_at" : "2020-05-07T21:10:49Z", "draft" : false, "head" : {"ref" : "rebuild-r400-0-2_h555095"}, "html_url" : "https:... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st... | {"name" : "vanderlee-colorpicker", "version" : "1.2.20", "homepage" : "https://github.com/vanderlee/colorpicker", "author" : "Martijn van der Lee <martijn@vanderlee.com>", "repository" : {"type" : "git", "url" : "https://github.com/vanderlee/colorpicker"}, "description" : "JQuery colorpicker: themeroller styling, RGB, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "description": {"type": "string... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"framework": {"type": "string"}, "before_tests": {"type": "string"}, "serve_files": {"type": "array", "items": {"type": "string"}}, "src_files": {"type": "array", "items": {"type": "string"}}, "on_exit": {"type": "string"}, "laun... | {"framework" : "tap", "before_tests" : "browserify ./test/index.js -o test-bundle.js", "serve_files" : ["https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.2/es5-shim.min.js", "https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.2/es5-sham.min.js", "test-bundle.js"], "src_files" : ["index.js", "test/index.js"], "on_ex... | json_instruct | {"type": "object", "properties": {"framework": {"type": "string"}, "before_tests": {"type": "string"}, "serve_files": {"type": "array", "items": {"type": "string"}}, "src_files": {"type": "array", "items": {"type": "string"}}, "on_exit": {"type": "string"}, "launch_in_dev": {"type": "array", "items": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language... | {"citations" : [{"textCitation" : "[See cvexchi on Metamath](http://us.metamath.org/mpegif/cvexchi.html)"}], "names" : ["cvexchi"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cch", "#T_cB", "#T_wcel", "#T_cch", "#T_cA", "#T_cin", "#T_cB", "#T_ccv", "#T_cB", "#T_wb", "#T_cA", "#T_ccv", "#T_... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}}, "required": ["ui:option... | {"type" : {"ui:options" : {"inline" : true, "width" : "25%"}}, "srcField" : {"ui:options" : {"inline" : true, "width" : "37.5%"}, "ui:placeholder" : "Source field name"}, "dstField" : {"ui:options" : {"inline" : true, "width" : "37.5%"}, "ui:placeholder" : "Destination field name"}, "initialValue" : {"ui:placeholder" :... | json_instruct | {"type": "object", "properties": {"type": {"type": "object", "properties": {"ui:options": {"type": "object", "properties": {"inline": {"type": "boolean"}, "width": {"type": "string"}}, "required": ["inline", "width"]}}, "required": ["ui:options"]}, "srcField": {"type": "object", "properties": {"ui:options": {"type": "o... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5171010001", "nama" : "PEMOGAN"}, {"id" : "5171010002", "nama" : "PEDUNGAN"}, {"id" : "5171010003", "nama" : "SESETAN"}, {"id" : "5171010004", "nama" : "SERANGAN"}, {"id" : "5171010005", "nama" : "SIDAKARYA"}, {"id" : "5171010006", "nama" : "PANJER"}, {"id" : "5171010007", "nama" : "RENON"}, {"id" : "51710100... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"layout": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["layout", "author", "date", "keywords"], "$schema": "ht... | {"layout" : "article", "author" : "Changwoo Park", "date" : "2010-06-09", "keywords" : ["SSMA", "Groovy", "gsql", "Oracle", "SQLServer"]} | json_instruct | {"type": "object", "properties": {"layout": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["layout", "author", "date", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"please_wait": {"type": "string"}, "validation_messages": {"type": "object", "properties": {"accept": {"type": "string"}, "creditcard": {"type": "string"}, "date": {"type": "string"}, "dateISO": {"type": "string"}, "digits":... | {"please_wait" : "\u010cakajte pros\u00edm...", "validation_messages" : {"accept" : "Tento dokument mus\u00ed by\u0165 vo form\u00e1te GIF, JPG alebo PNG.", "creditcard" : "Pros\u00edm zadajte spr\u00e1vne \u010d\u00edslo kreditnej karty.", "date" : "Pros\u00edm zadajte platn\u00fd d\u00e1tum.", "dateISO" : "Pros\u00ed... | json_instruct | {"type": "object", "properties": {"please_wait": {"type": "string"}, "validation_messages": {"type": "object", "properties": {"accept": {"type": "string"}, "creditcard": {"type": "string"}, "date": {"type": "string"}, "dateISO": {"type": "string"}, "digits": {"type": "string"}, "email": {"type": "string"}, "equalTo": {... |
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": {}}}, "required": ["userId", "cartId", "preferredPr... | {"userId" : 98157, "cartId" : "e29369d6-8486-4152-8748-51006f97c5b9", "preferredProducts" : [967, 3887], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["3\n1 2 -3\n", "3\n41 -41 41\n", "1\n-1\n", "1\n0\n", "1\n1\n", "2\n-1 -1\n", "2\n-1 0\n", "2\n-1 1\n", "2\n0 -1\n", "2\n0 0\n", "2\n0 1\n", "2\n1 -1\n", "2\n1 0\n", "2\n1 1\n"], "outputs" : ["5\n", "3\n", "1\n", "0\n", "1\n", "3\n", "1\n", "2\n", "1\n", "0\n", "1\n", "2\n", "1\n", "3\n"]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "list": {"type": "array", "items": {"type": "object", "properties": {"order": {"type": "integer"}, "isCover": {"type": "boolean"}, "i... | {"meta" : {"title" : "\u3044\u3061\u3054\u306e\u5165\u3063\u305f\u30bd\u30fc\u30c0\u6c34"}, "list" : [{"order" : 26, "isCover" : false, "isColor" : false, "isDouble" : false, "isGuest" : false, "issue" : "2018-01"}, {"order" : 26, "isCover" : false, "isColor" : false, "isDouble" : false, "isGuest" : false, "issue" : "2... | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "list": {"type": "array", "items": {"type": "object", "properties": {"order": {"type": "integer"}, "isCover": {"type": "boolean"}, "isColor": {"type": "boolean"}, "isDouble": {"type": "boole... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"ty... | {"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : null, "Description" : "* new-alert [ [-eventname] <eventname> ] [ [-variable] <var> | [-variablename] <varname> ] [ [-count] <count>] [ [-message] <msg>] - type <balloon | ap... | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "stat_mod": {"type": "object", "properties": {"spd": {"type": "integer"}}, "required": ["spd"]}, "sp": {"type": "integer"}, "typ... | {"description" : "Grants Spd +3", "id" : "squad-ace-d-3", "name" : "Squad Ace D 3", "stat_mod" : {"spd" : 3}, "sp" : 120, "type" : "s"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "stat_mod": {"type": "object", "properties": {"spd": {"type": "integer"}}, "required": ["spd"]}, "sp": {"type": "integer"}, "type": {"type": "string"}}, "required": ["description", "id", "name", "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array",... | {"title" : "High-quality shape from multi-view stereo and shading under general illumination.", "fields" : ["harmonic analysis", "shading", "computer vision", "computer graphics images", "iterative reconstruction"], "abstract" : "Multi-view stereo methods reconstruct 3D geometry from images well for sufficiently textur... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/backitems/morphitepack/batterypack_morphite.back": {"type": "array", "ite... | [{"DeniedAlternatives" : [], "Files" : {"items/armors/backitems/morphitepack/batterypack_morphite.back" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u5148\u8fdb\u7684\u80fd\u91cf\u6062\u590dEPP\u80cc\u5305.\u80fd\u91cf\u503c\u4e0a\u9650+30\uff0c\u80fd\u91cf\u6062\u590d\u901f\u5ea6+12%\uff0c\u81ea\u5e26\u7167\u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/backitems/morphitepack/batterypack_morphite.back": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/backitems/morphitepac... |
Please provide a valid JSON object following this schema:
{"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"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pleasant Hills, Mandaluyong, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.mandaluyong.pleasant-hills", "country_id" : 177, "country_reference" : 177, "country_name" : "Phi... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "projecte:block/nova_cataclysm"} | 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": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "cli-prompt": {"type": "string"}, "consolidate": {"type": "string"}, "... | {"name" : "project-scaffolder-example", "private" : true, "dependencies" : {"async" : "^3.2.2", "cli-prompt" : "^0.6.0", "consolidate" : "^0.16.0", "handlebars" : "^4.7.7", "metalsmith" : "^2.3.0"}, "scripts" : {"start" : "node build"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "cli-prompt": {"type": "string"}, "consolidate": {"type": "string"}, "handlebars": {"type": "string"}, "metalsmith": {"type": "string"}}, "required... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "artisanat:block/yellow_bricks"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "animate.css": {"type": "string"}, "j... | {"name" : "azquestion.com", "version" : "0.0.1", "dependencies" : {"bootstrap" : "~3.3.1", "font-awesome" : "~4.2.0", "animate.css" : "~3.2.0", "jquery" : "~1.11.2", "angular" : "~1.3.15", "angular-ui-router" : "~0.2.13", "angular-bootstrap" : "~0.11.2", "angular-sanitize" : "~1.3.15", "angular-cookies" : "~1.3.15", "a... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "animate.css": {"type": "string"}, "jquery": {"type": "string"}, "angular": {"type": "string"}, "angular-ui-... |
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"}}, "required": ["test... | {"name" : "jukebox", "version" : "1.0.0", "description" : "A Discord Musicbot based on Open Source", "main" : "dist/main.js", "scripts" : {"test" : "nodemon src/main.ts"}, "author" : "Noel Schmidt <noel_schmidt@outlook.de>", "license" : "MIT", "dependencies" : {"@mscs/environment" : "^0.1.1", "discord.js" : "^12.5.3"},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}... | {"id" : 2028, "title" : "Ticket #2028: Shadow log reports wrong checkpoint server IP under some conditions.", "description" : "<blockquote>\nNotice the 0.0.0.0. Those are incorrect. Find out why.\n\n<p></p><div class=\"verbatim\">\n<pre># condor_version\n$CondorVersion: 7.4.4 Oct 13 2010 BuildID: 279383 $\n$CondorPlatf... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 185}, "clipped" : true, "id" : "86cfd48a3d"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 187}, "clipped" : true, "id" : "966ce88fdf"}, {"arcs" : [[2]], "type" : "Polygon... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"... | {"citations" : [{"textCitation" : "[See faclbnd4 on Metamath](http://us.metamath.org/mpegif/faclbnd4.html)"}], "names" : ["faclbnd4"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cN", "#T_wcel", "#T_cn0", "#T_w3a--1", "#T_cK", "#T_wcel", "#T_cn0", "#T_w3a--2", "#T_cM", "#T_wcel", "#T_cn0", "#T_wi", "#T_cN", "#... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"an9.47:0.1": {"type": "string"}, "an9.47:0.2": {"type": "string"}, "an9.47:0.3": {"type": "string"}, "an9.47:1.1": {"type": "string"}, "an9.47:1.2": {"type": "string"}, "an9.47:2.1": {"type": "string"}, "an9.47... | {"an9.47:0.1" : "Nummerierte Lehrreden 9 ", "an9.47:0.2" : "5. \u00c4hnlichkeit ", "an9.47:0.3" : "47. Das Erl\u00f6schen, das in diesem Leben sichtbar ist ", "an9.47:1.1" : "\u201eWerter Freund, man spricht vom \u201aErl\u00f6schen, das in diesem Leben sichtbar ist\u2018. ", "an9.47:1.2" : "Wie sprach der Buddha vom E... | json_instruct | {"type": "object", "properties": {"an9.47:0.1": {"type": "string"}, "an9.47:0.2": {"type": "string"}, "an9.47:0.3": {"type": "string"}, "an9.47:1.1": {"type": "string"}, "an9.47:1.2": {"type": "string"}, "an9.47:2.1": {"type": "string"}, "an9.47:2.2": {"type": "string"}, "an9.47:3.1": {"type": "string"}, "an9.47:3.2": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"databasetype": {"type": "string"}, "dbconnection": {"type": "string"}, "restfulapi_endpoint": {"type": "string"}, "restfulapi-tlsendpoint": {"type": "string"}}, "required": ["databasetype", "dbconnection", "restfulap... | {"databasetype" : "mongodb", "dbconnection" : "mongodb://172.0.0.1:27017", "restfulapi_endpoint" : "localhost:8181", "restfulapi-tlsendpoint" : "localhost:9191"} | json_instruct | {"type": "object", "properties": {"databasetype": {"type": "string"}, "dbconnection": {"type": "string"}, "restfulapi_endpoint": {"type": "string"}, "restfulapi-tlsendpoint": {"type": "string"}}, "required": ["databasetype", "dbconnection", "restfulapi_endpoint", "restfulapi-tlsendpoint"], "$schema": "http://json-schem... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subpackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}... | {"pages" : ["pages/login/login", "pages/select/select", "pages/index/index", "pages/my/my"], "subpackages" : [{"root" : "packageA", "pages" : ["pages/logs/logs", "pages/python/python", "pages/python2/python", "pages/python3/python", "pages/python4/python", "pages/python5/python", "pages/collection/collection", "pages/w... | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subpackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "prop... |
Generate a valid JSON object that conforms to the following 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"}}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.125, 44.083333333333336], [134.125, 44.166666666666664], [134.25, 44.166666666666664], [134.25, 44.083333333333336], [134.125, 44.083333333333336]]]}, "properties" : {"code" : 663411, "url" : "http://madefor.github.io/0410/api/v1/663411.geojs... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties"... | {"index" : 18235, "hash" : 2442287274, "blacklisted" : false, "redacted" : false, "unlockType" : 0, "displayProperties" : {"hasIcon" : false}, "scope" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7301042002", "district_id" : "7301042", "name" : "JAMBUIYA"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "craft": {"type": "object", "prop... | {"id" : "silver_raven_insignia", "name" : "Silver Raven Insignia", "description" : "Lencana gagak yang digunakan oleh anggota Treasure Hoarder untuk mengenali satu sama lain. Para Treasure Hoarder tidak memerlukan surat lamaran. Siapa pun yang memiliki hasrat untuk mendapatkan harta dan keberanian layak menjadi anggota... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"template": {"type": "string"}, "payloads": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["template", "payloads"], "$schema": "http://... | {"template" : "sqs", "payloads" : [{"name" : "Serverless Triggers"}]} | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "payloads": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["template", "payloads"], "$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": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "... | {"userId" : 66486, "cartId" : "3c4eb0c3-3dbf-4243-957b-9a84f5cb5d47", "preferredProducts" : [], "productReviews" : [{"productId" : 4069, "reviewText" : "My co-worker Cato has one of these. He says it looks sopping.", "reviewDate" : "2017-07-27T09:03:04.772298+03:00"}, {"productId" : 1474, "reviewText" : "I saw one of t... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"ty... | [{"major" : "Science", "photo" : "http://jpeople.user.jacobs-university.de/utils/images/2309.jpg", "college" : "", "year" : "", "id" : "1445", "deptinfo" : "Electrical Engineering / Computer Science", "title" : "University Lecturer", "lname" : "Mahleko", "fname" : "Bendick", "email" : "b.mahleko@jacobs-university.de", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Brunei", "value" : 21462.627}, {"name" : "Cambodia", "value" : 21982.313}, {"name" : "Indonesia", "value" : 4707531.762}, {"name" : "Lao PDR", "value" : 2665.188}, {"name" : "Malaysia", "value" : 3417289.862}, {"name" : "Myanmar", "value" : 19292.51}, {"name" : "Philippines", "value" : 0.0}, {"name" : "Sing... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"localhostProfile": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["descripti... | {"description" : "The SeccompProfile defines the seccomp profile settings for a container or a Pod. Only one profile source may be set.", "properties" : {"localhostProfile" : {"description" : "This indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. M... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"localhostProfile": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "type": {"type": "object", "properties": {"desc... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["typ... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SSV_20150210T141226_20150210T141253_004562_0059BA_211B", "downloadUrl" : "https://datapool.asf.alaska.edu/SLC/SA/S1A_IW_SL... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "ob... |
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" : [[[-66.212342, 18.43906], [-66.211296, 18.438909], [-66.210901, 18.446419], [-66.195893, 18.454275], [-66.199678, 18.461284], [-66.198937, 18.466627], [-66.194764, 18.463977], [-66.1887, 18.46336], [-66.187856, 18.455728], [... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"PE991AA": {"type": "array", "items": {"type": "string"}}, "PE991AB": {"type": "array", "items": {"type": "string"}}, "PE991AD": {"type": "array", "items": {"type": "string"}}, "PE991AE": {"type": "array", "items": {"... | {"PE991AA" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AB" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AD" : ["52.613488", "-0.286572", "E06000031", "Peterborough", "E05010824", "Werrington"], "PE991AE" : ["52.613488", "-0.2... | json_instruct | {"type": "object", "properties": {"PE991AA": {"type": "array", "items": {"type": "string"}}, "PE991AB": {"type": "array", "items": {"type": "string"}}, "PE991AD": {"type": "array", "items": {"type": "string"}}, "PE991AE": {"type": "array", "items": {"type": "string"}}, "PE991AF": {"type": "array", "items": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pretty.css": {"type": "string"}, "pretty.min.css": {"type": "string"}}, "required": ["pretty.css", "pretty.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pretty.css" : "sha512-exXbttVMO7t5WK/ZlyylfiFxihg2p/ThAq5rNX8pr+8AZvu6g5iyosGNsZ4jcjOe5onR05uLj/mR2sDjKdGgKw==", "pretty.min.css" : "sha512-2sv9XFwKpAF+DsJo2nBE16v9JLKeoywlju516fPg1XL8stPO/acNnmJsEt1A0ogvugOLNbMt8Plh/plVsu+hEg=="} | json_instruct | {"type": "object", "properties": {"pretty.css": {"type": "string"}, "pretty.min.css": {"type": "string"}}, "required": ["pretty.css", "pretty.min.css"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keyword... | {"name" : "ws_proxy", "version" : "0.0.9", "description" : "WebSocket proxy to telnet BBS service", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["websocket"], "author" : "Davy <me@davy.tw>", "license" : "ISC", "dependencies" : {"c-struct" : "0.0.4", "websocke... | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": ... | {"id" : 10840, "cites" : 5, "cited_by" : 65, "reference" : ["Woodford, Michael, Commentary: How Should Monetary Policy be Conducted in an Era of Price Stability? in sl New Challenges for Monetary Policy, Kansas City: Federal Reserve Bank of Kansas City, 1999.", "Giannoni, Marc P., and Michael Woodford, Optimal Interest... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"orderbookApp": {"type": "object", "properties": {"taskSelectBook": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOr... | {"orderbookApp" : {"taskSelectBook" : {"home" : {"title" : "Task Select Books", "createLabel" : "Create a new Task Select Book", "createOrEditLabel" : "Create or edit a Task Select Book"}, "created" : "A new Task Select Book is created with identifier {{ param }}", "updated" : "A Task Select Book is updated with identi... | json_instruct | {"type": "object", "properties": {"orderbookApp": {"type": "object", "properties": {"taskSelectBook": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel",... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"... | {"cam/image_array" : "2057_cam-image_array_.jpg", "user/angle" : 0.316, "user/throttle" : 0.55, "user/mode" : "user", "pos/pos_x" : 44.22155, "pos/pos_y" : 0.5589926, "pos/pos_z" : 52.8898, "pos/speed" : 11.63372, "pos/cte" : -5.468452, "milliseconds" : 113193} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft... | {"word" : "Registry", "definitions" : ["A place where registers or records are kept.", "An official list or register.", "Registration.", "The nationality of a merchant ship."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer... | {"origin" : "http://wallbase.cc/wallpaper/17512", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-17512.jpg", "views" : 5549, "x_resolution" : 1920, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1200, "colors" : ["#256238", "#2867b5", "#52d7f8", "#2086f5", "#8dadb8"], "comments" : [""], ... | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "i... | {"appid" : 448260, "name" : "Cubium Dreams", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490992781} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
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" : 404370591, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "d0ef52a0ef247f1e8999ab7975776759", "wof:id" : 404370591, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.29194, 43.2325, 0.29194, 43.2325], "geometry" : {"coordinates" :... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properti... | {"lerna" : "2.11.0", "version" : "independent", "npmClient" : "yarn", "useWorkspaces" : true, "command" : {"bootstrap" : {"ignore-scripts" : "true"}, "clean" : {"yes" : "true"}}} | json_instruct | {"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "npmClient": {"type": "string"}, "useWorkspaces": {"type": "boolean"}, "command": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"ignore-scripts": {"type": "string"}}, "required": ["ignore-scr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Vanilla": {"type": "string"}, "Chocolate": {"type": "string"}, "Strawberry": {"type": "string"}, "Mint": {"type": "string"}}, "required": ["Vanilla", "Chocolate", "Strawberry", "Mint"], "$schema": "http://json-schem... | {"Vanilla" : "Vanilla Flavor", "Chocolate" : "Chocolate Flavor", "Strawberry" : "Strawberry Flavor", "Mint" : "Mint Flavor"} | json_instruct | {"type": "object", "properties": {"Vanilla": {"type": "string"}, "Chocolate": {"type": "string"}, "Strawberry": {"type": "string"}, "Mint": {"type": "string"}}, "required": ["Vanilla", "Chocolate", "Strawberry", "Mint"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "A small stone carving."} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integ... | {"nom" : "Chapelle-sur-Furieuse (La)", "dpt" : "Jura", "inscrits" : 265, "abs" : 49, "votants" : 216, "blancs" : 10, "nuls" : 1, "exp" : 205, "res" : [{"panneau" : "9", "voix" : 48}, {"panneau" : "2", "voix" : 44}, {"panneau" : "11", "voix" : 35}, {"panneau" : "3", "voix" : 33}, {"panneau" : "4", "voix" : 25}, {"pannea... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
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" : 101754535, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cf3445db98289e9452090bae893edf34", "wof:id" : 101754535, "wof:repo" : "whosonfirst-data-admin-hu"}, "bbox" : [19.13864, 47.6364, 19.13864, 47.6364], "geometry" : {"coordinates"... | 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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_error": {"type": "number"}, "average_learning_time": {"type": "number"}, "average_nrmse": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {... | {"average_accuracy" : 0.7419969278033796, "average_error" : 0.1823359581182872, "average_learning_time" : 37.704632177734375, "average_nrmse" : 0.1765154108814923, "runs" : {"run_1" : {"accuracy" : 0.7741935483870968, "average_error" : 0.18305441702677286, "learning_time" : 37661.07421875, "nrmse" : 0.1797657989816859}... | json_instruct | {"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_error": {"type": "number"}, "average_learning_time": {"type": "number"}, "average_nrmse": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "average_e... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi... | {"name" : "Sri Siddhartha Academy of Higher Education", "alt_name" : "(SAHE)", "country" : "India", "state" : null, "address" : {"street" : "Agalakote, B.H. Road", "city" : "Tumkur", "province" : "Karnataka", "postal_code" : "572 107"}, "contact" : {"telephone" : "+91(816) 227-5516", "website" : "http://www.sahe.in/", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}},... | {"name" : "peehaa/async-dns-server", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Pieter Hordijk", "email" : "info@pieterhordijk.com"}], "minimum-stability" : "dev", "prefer-stable" : true, "require" : {"php" : "^7.4", "ext-json" : "*", "amphp/amp" : "^2.4", "amphp/cache" : "^1.3", "amphp/file" : "^1.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "strin... |
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"}}, "required": [... | {"name" : "gateblu-rebuilder", "version" : "1.0.0", "description" : "Rebuild gateblu", "main" : "index.js", "scripts" : {"test" : "exit 0"}, "bin" : {"gateblu-rebuilder" : "./command.js"}, "repository" : {"type" : "git", "url" : "github.com/octoblu/gateblu-rebuilder"}, "keywords" : ["gateblu"], "author" : "Octoblu <npm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"gateblu-rebuilder": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}}, "required": ["gulp-sourcemaps"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"gulp-sourcemaps" : "2.5.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}}, "required": ["gulp-sourcemaps"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "type": {"type": "string"... | {"name" : "Paper City Brewing Company", "city" : "Holyoke", "state" : "Massachusetts", "code" : "1040", "country" : "United States", "phone" : "", "website" : "", "type" : "brewery", "updated" : "2010-07-22 20:00:20", "description" : "", "address" : ["108 Cabot St."], "geo" : {"accuracy" : "ROOFTOP", "lat" : 42.2012, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "code": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "description": {"type":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debounce":... | {"name" : "better-ujs", "version" : "0.6.1", "main" : "dist/index.js", "author" : "Paul Chavard", "license" : "MIT", "dependencies" : {"debounce" : "^1.2.0", "delegated-events" : "^1.0.9", "jquery-param" : "^1.0.1", "whatwg-fetch" : "^2.0.4"}, "scripts" : {"build" : "babel src --out-dir dist", "bundle" : "rollup -c", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"debounce": {"type": "string"}, "delegated-events": {"type": "string"}, "jquery-param": ... |
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" : "capitula", "definition" : "See Capitulum."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by... | {"type" : "bundle", "id" : "bundle--c1b98c3b-28f6-4ad3-bf62-c8856c6d9a3a", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--ae175d98-2ef9-4f9b-a6e5-bdcd283fca9d", "created_by_ref" : "identity--e50ab59c-5c4f-4d40-bf6a-d58418d89bcd", "created" : "2014-06-23T00:00:00.000Z", "mod... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jquery.data-remote.js": {"type": "string"}, "jquery.data-remote.min.js": {"type": "string"}}, "required": ["jquery.data-remote.js", "jquery.data-remote.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"jquery.data-remote.js" : "sha256-lw27Xw2cmPLPGmJQiVLOFGNYuQ8v92q2oP8OFwT5GM8=", "jquery.data-remote.min.js" : "sha256-m9Hpigrp+cMjMa7dmkeaIWxHc9BBOwrapnvFOkDmhn8="} | json_instruct | {"type": "object", "properties": {"jquery.data-remote.js": {"type": "string"}, "jquery.data-remote.min.js": {"type": "string"}}, "required": ["jquery.data-remote.js", "jquery.data-remote.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"director": {"type": "array", "items": {"type": "string"}}, "genres": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "bio": {"type": "string"}, "country": {"type": "string"}, "post... | {"director" : ["Karan Johar"], "genres" : ["Comedy", "Drama", "Musical"], "name" : "Kuch Kuch Hota Hai", "bio" : "During their college years, Anjali was in love with her best-friend Rahul, but he had eyes only for Tina. Years later, Rahul and the now-deceased Tina's eight-year-old daughter attempts to reunite her fathe... | json_instruct | {"type": "object", "properties": {"director": {"type": "array", "items": {"type": "string"}}, "genres": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "bio": {"type": "string"}, "country": {"type": "string"}, "poster_image_url": {"type": "string"}, "Languages": {"type": "array", "items": {"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.