input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "p... | {"name" : "Hingoli", "lsg_code" : "251411", "district" : "Hingoli", "state" : "Maharashtra", "no_of_wards" : 16, "wards" : [{"ward_no" : "9", "ward_name" : "Hingoli MCl - Ward No.9", "ward_id" : "61368"}, {"ward_no" : "10", "ward_name" : "Hingoli MCl - Ward No.10", "ward_id" : "61369"}, {"ward_no" : "12", "ward_name" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"t7.js": {"type": "string"}, "t7.min.js": {"type": "string"}}, "required": ["t7.js", "t7.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t7.js" : "sha256-eqEC8RYyraPCnnTMYx5PQIYenN8xQiFZGXvOeHi5Now=", "t7.min.js" : "sha256-Q7NWfeHncLjSgAJ9CVMalO05E9fegiQcRa2s4CM16VI="} | json_instruct | {"type": "object", "properties": {"t7.js": {"type": "string"}, "t7.min.js": {"type": "string"}}, "required": ["t7.js", "t7.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"assist": {"type": "string"}, "child": {"type": "string"}, "event-emitter": {"type": "string"}, "proclaim": {"type": "string"}, "sinon": {"type": "string"}, "stringspace": {"type": "string"}, "utl": {"type": "string"}, "utl-... | {"assist" : "/node_modules/assist.js/dist/amd", "child" : "/node_modules/child.js/dist/amd", "event-emitter" : "/node_modules/event-emitter.js/dist/amd", "proclaim" : "/node_modules/proclaim/lib/proclaim", "sinon" : "/node_modules/sinon/pkg/sinon", "stringspace" : "/node_modules/stringspace.js/dist/amd", "utl" : "/node... | json_instruct | {"type": "object", "properties": {"assist": {"type": "string"}, "child": {"type": "string"}, "event-emitter": {"type": "string"}, "proclaim": {"type": "string"}, "sinon": {"type": "string"}, "stringspace": {"type": "string"}, "utl": {"type": "string"}, "utl-companion": {"type": "string"}}, "required": ["assist", "child... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"symptoms": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["symptoms", "name", "details"], "$schema": "http://json-schema.org/draft-07/s... | {"symptoms" : {}, "name" : "Aurum arsenicicum", "details" : "Chronic aortitis, lupus, phthisis in syphilitic headaches; also in anaemia and chlorosis. It causes rapid increase of appetite."} | json_instruct | {"type": "object", "properties": {"symptoms": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["symptoms", "name", "details"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["naturesaura:tainted_ingot"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sap.app": {"type": "object", "properties": {"id": {"type": "string"}, "applicationVersion": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["id", "applicationVersion"]}, ... | {"sap.app" : {"id" : "sap.uxap.sample.ObjectPageSubSection", "applicationVersion" : {"version" : "1.0.0"}}, "sap.ui5" : {"rootView" : {"viewName" : "sap.uxap.sample.ObjectPageSubSection.view.ObjectPageSubSection", "type" : "XML", "async" : true}, "dependencies" : {"libs" : {"sap.m" : {}, "sap.uxap" : {}}}, "config" : {... | json_instruct | {"type": "object", "properties": {"sap.app": {"type": "object", "properties": {"id": {"type": "string"}, "applicationVersion": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["id", "applicationVersion"]}, "sap.ui5": {"type": "object", "properties": {"rootView": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900459472": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900459473": {"type": "object", "properties": {"nama": {"type... | {"900459472" : {"nama" : "TPS 1", "dapil" : [3506, 13507, 2350403]}, "900459473" : {"nama" : "TPS 2", "dapil" : [3506, 13507, 2350403]}, "900459474" : {"nama" : "TPS 3", "dapil" : [3506, 13507, 2350403]}, "900459475" : {"nama" : "TPS 4", "dapil" : [3506, 13507, 2350403]}, "900459476" : {"nama" : "TPS 5", "dapil" : [350... | json_instruct | {"type": "object", "properties": {"900459472": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900459473": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"paragraph": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"correct": {"type": "boolean"}, "offset": {"type": "integer"}, "status": {"ty... | [{"paragraph" : "Die 140 millionen Euro teure Expedition Richtung Norden beginnt dann am 20. September. Sie fuhrt das Team von Norwegen entlang der sibirischen K\u00fcste Richtung Pol. Vor Ort werden Messungen im Meerwa\u00dfer, im Eis und in der Atmosph\u00e4re vorgenommen.", "results" : [{"correct" : false, "offset" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"paragraph": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"correct": {"type": "boolean"}, "offset": {"type": "integer"}, "status": {"type": "string"}, "suggestions": {"type": "array", "items": {"type": "string"}}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_from": {"type": "string"}, "_id": {"type": "string"}, "_inBundle": {"type": "boolean"}, "_integrity": {"type": "string"}, "_location": {"type": "string"}, "_phantomChildren": {"type": "object", "properties": {... | {"_from" : "@amcharts/amcharts4-fonts", "_id" : "@amcharts/amcharts4-fonts@4.0.1", "_inBundle" : false, "_integrity" : "sha512-IUpBxtgzrScWDMoA2Ma4NIV9Uhd6VxJu3vn+hF5ObdTXAiwzj6gnVawEhrh8zojWumVIb5IZ0EvuCWRjEIWhIg==", "_location" : "/@amcharts/amcharts4-fonts", "_phantomChildren" : {}, "_requested" : {"type" : "tag", "... | json_instruct | {"type": "object", "properties": {"_from": {"type": "string"}, "_id": {"type": "string"}, "_inBundle": {"type": "boolean"}, "_integrity": {"type": "string"}, "_location": {"type": "string"}, "_phantomChildren": {"type": "object", "properties": {}, "required": []}, "_requested": {"type": "object", "properties": {"type":... |
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" : 1126047079, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "2af5c15409592b5633dbab5d309734f4", "wof:id" : 1126047079, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.02724, 49.39962, 3.02724, 49.39962], "geometry" : {"coordinates" : [3.02724, 49.3996... | 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": ["... |
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"... | {"name" : "student-contacts", "version" : "3.2.0", "description" : "Student Contacts Manager for PowerSchool.", "main" : "", "scripts" : {"test" : "mocha-casperjs"}, "repository" : {"type" : "git", "url" : "git+https://github.com/IronCountySchoolDistrict/student-contacts.git"}, "author" : "IronCountySchoolDistrict", "l... | 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"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract... | {"contract" : "0x4846dc793ab94c4811c74ac6be1619cbfa748fb2", "tool" : "oyente", "start" : 1563578148.2719092, "end" : 1563578152.2810645, "duration" : 4.0091552734375, "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": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K17940": {"type": "string"}}, "required": ["K17940"]}, "name": {"type": "stri... | [{"comment" : "", "definition" : "2-Heptyl-4(1H)-quinolone + NADH + H+ + Oxygen <=> 2-Heptyl-3-hydroxy-quinolone + NAD+ + H2O", "orthologs" : {"K17940" : "2-heptyl-3-hydroxy-4(1H)-quinolone synthase [EC:1.14.13.182]"}, "name" : "2-heptyl-4(1H)-quinolone,NADH:oxygen oxidoreductase (3-hydroxylating)", "product_stoichiome... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K17940": {"type": "string"}}, "required": ["K17940"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d320-78", "text" : "KIT I - Story\nPil\u00ae I\nCARTOON tEACaiER CHARACTER SWPES PAST. . .PEERING\nOUT A SLOT OVER WHICH IS LETTERED \"hlE QUALITY\nFOR which she is being Tested.)\nBriefly# the superinteHdentf ogreetl on 17 qualities\nto look for Id the Ideal televlelott tee^her, and set\nup the roathlnerj^ fo... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "objec... | {"address" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "cert_auth_type" : "web", "cert_sign" : "HIzd+ocWhyjqxCgzYhxz90Lb8+utt1zhui6QwYiMHGcRzR4nyZYpQtM2l3EBWGwOWBStNNa5KpifZwXclPpZlhY=", "cert_user_id" : "zgbw@zeroid.bit", "files" : {"data.json" : {"sha512" : "4267afaff9ef93fdcae785a6f1f1928164467921d9fe897a5b396d11dc498445... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
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" : "nyt-top", "version" : "1.0.5", "description" : "A node.js wrapper for The New York Times Top Stories API v1", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/gmontalvoriv/nyt-top.git"}, "keywords" : ["t... | 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"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 20766, "cartId" : "7165ed81-26ef-463d-ace4-437119da1a01", "preferredProducts" : [2489, 102, 2893, 3274, 544, 2224, 926, 4042], "productReviews" : [{"productId" : 80, "reviewText" : "My jaguar loves to play with it.", "reviewDate" : "2018-05-20T22:15:23.5475587+03:00"}, {"productId" : 2491, "reviewText" : "o... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build_normal": {"type": "string"}, "build_windows... | {"name" : "utclist", "version" : "1.0.4", "description" : "\u7528\u4e8e\u5c55\u793a\u6570\u636e\u7684UTC\u6570\u636e\u96c6,\u5305\u542b\u5168\u4e16\u754c \u65f6\u533a\u7f29\u5199 \u6240\u5c5e\u5730\u533a \u590f\u4ee4\u65f6 \u548c \u6807\u51c6\u65f6.", "main" : "index.js", "scripts" : {"build_normal" : "node ./src/build... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build_normal": {"type": "string"}, "build_windowsStyle": {"type": "string"}, "build_all": {"type": "string"}, "test": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "... | {"directions" : ["Cook and stir 3 pints blueberries, sugar, cornstarch, and cinnamon in a saucepan with water over medium-low heat until sugar is dissolved and mixture is slightly thickened, 10 to 15 minutes. Remove saucepan from heat and add butter and remaining 1 pint blueberries; stir gently so blueberries stay whol... | 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": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ndkFolder" : "C:\\Users\\hari0\\AppData\\Local\\Android\\Sdk\\ndk\\21.4.7075529"} | json_instruct | {"type": "object", "properties": {"ndkFolder": {"type": "string"}}, "required": ["ndkFolder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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/\"4379f8d47e41e314a2afa2e3a488831dba48de428935836b19f39c99b809cf9f\"", "Last-Modified" : "Mon, 19 Oct 2020 23:47:10 GMT", "base" : {"repo" : {"name" : "chalice-feedstock"}}, "closed_at" : "2020-10-19T23:47:06Z", "created_at" : "2020-10-19T23:41:52Z", "draft" : false, "head" : {"ref" : "1.21.2_hfc0c9d"}, "h... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "webScan": {"type": "object", "properties": {"uri": {"type": "string"}}, "required": ["uri"]}}, "required": ["apiVersion", "webScan"], "$schema": "http://json-schema.org/draft-07/sche... | {"apiVersion" : "1.0", "webScan" : {"uri" : "https://netsparker.vulnerable.demo.example.org"}} | json_instruct | {"type": "object", "properties": {"apiVersion": {"type": "string"}, "webScan": {"type": "object", "properties": {"uri": {"type": "string"}}, "required": ["uri"]}}, "required": ["apiVersion", "webScan"], "$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"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.96145, 40.830869], [-73.953712, 40.827275], [-73.951969, 40.827041], [-73.951273, 40.827658], [-73.947117, 40.825904], [-73.949006, 40.823315], [-73.962349, 40.828808], [-73.96145, 40.830869]]]}, "type" : "Feature", "... | 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... |
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#"}
| [["450324112200", "\u4e24\u6cb3\u6751\u59d4\u4f1a", "121", "0"], ["450324112201", "\u4e0a\u5218\u6751\u59d4\u4f1a", "220", "0"], ["450324112202", "\u4e0b\u5218\u6751\u59d4\u4f1a", "220", "0"], ["450324112203", "\u65b0\u798f\u6751\u59d4\u4f1a", "220", "0"], ["450324112204", "\u4e0a\u5b85\u6751\u59d4\u4f1a", "220", "0"],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}, "package_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_short_description": {"type": "st... | {"full_name" : "Stephan Fitzpatrick", "email" : "knowsuchagency@gmail.com", "github_username" : "knowsuchagency", "package_name" : "python-boilerplate", "project_slug" : "{{ cookiecutter.package_name.lower().replace(' ', '_').replace('-', '_') }}", "project_short_description" : "Python Boilerplate contains all the boil... | json_instruct | {"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "github_username": {"type": "string"}, "package_name": {"type": "string"}, "project_slug": {"type": "string"}, "project_short_description": {"type": "string"}, "pypi_username": {"type": "string"}, "version": {"type": "string... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"acceptObjectService:": {"type": "string"}, "asScript": {"type": "string"}, "asScriptDefinition": {"type": ... | {"class" : {}, "instance" : {"acceptObjectService:" : "mt 8/20/2020 14:13:07.956487", "asScript" : "mt 4/26/2019 13:57", "asScriptDefinition" : "mt 4/30/2019 09:28", "openScript" : "mt 7/6/2015 10:29", "openScriptWith:" : "mt 7/6/2015 10:43"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"acceptObjectService:": {"type": "string"}, "asScript": {"type": "string"}, "asScriptDefinition": {"type": "string"}, "openScript": {"type": "string"}, "openScriptWith:": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"eineTolleUndCooleKlassenmethodeF\u00fcrTom:": {"type": "string"}}, "required": ["eineTolleUndCooleKlassenmethodeF\u00fcrTom:"]}, "instance": {"type": "object", "properties": {"casc... | {"class" : {"eineTolleUndCooleKlassenmethodeF\u00fcrTom:" : "MiB 7/10/2019 14:22"}, "instance" : {"cascadeBug:" : "kiwi 5/23/2019 09:49", "demoMessage:withSecondArgument:andThirdSuperDuperIncrediblyAndUnnecessarilyLonglyDescribedArgument:andFourthArgument:andFifthArgument:" : "kiwi 6/5/2019 16:03", "justGitStuff" : "ki... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"eineTolleUndCooleKlassenmethodeF\u00fcrTom:": {"type": "string"}}, "required": ["eineTolleUndCooleKlassenmethodeF\u00fcrTom:"]}, "instance": {"type": "object", "properties": {"cascadeBug:": {"type": "string"}, "demoMessage:withSecondArgument:... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "st... | [{"postal_code" : "37300", "place_name" : "Lindavista", "place_type" : "Colonia", "county" : "Le\u00f3n", "state" : "Guanajuato", "city" : "Le\u00f3n de los Aldama"}, {"postal_code" : "37300", "place_name" : "Lomas de La Trinidad", "place_type" : "Colonia", "county" : "Le\u00f3n", "state" : "Guanajuato", "city" : "Le\u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["576", "airasia", "kuala lumpur", "malaysia", "solo city", "indonesia", "0"], ["576", "airasia", "solo city", "indonesia", "kuala lumpur", "malaysia", "0"], ["2520", "garuda indonesia", "jakarta", "indonesia", "solo city", "indonesia", "0"], ["2520", "garuda indonesia", "solo city", "indonesia", "jakarta", "indonesia... | 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": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "address": {"type": "string"}, "json": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["... | {"request" : {"method" : "POST", "address" : "https://api.production.gamebench.net/v1/Auth/login", "json" : {"username" : "john.smith@example.com", "password" : "password"}}, "response" : {"token" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJ... | json_instruct | {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "address": {"type": "string"}, "json": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["method", "address",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"EnginePos": {"type": "string"}, "Seats": {"type": "array", "items": {"type": "object", "properties": {"ang": {"type": "string"}, "pos": {"type": "string"}}, "required": ["ang", "pos"]}}, "HornSound": {"type":... | {"EnginePos" : "[0 104 54]", "Seats" : [{"ang" : "{0 0 0}", "pos" : "[19 34 46]"}], "HornSound" : "automod/truckhorn.wav", "MaxHealth" : 125.0} | json_instruct | {"type": "object", "properties": {"EnginePos": {"type": "string"}, "Seats": {"type": "array", "items": {"type": "object", "properties": {"ang": {"type": "string"}, "pos": {"type": "string"}}, "required": ["ang", "pos"]}}, "HornSound": {"type": "string"}, "MaxHealth": {"type": "number"}}, "required": ["EnginePos", "Seat... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {... | {"\u5de5\u5ee0\u540d\u7a31" : "\u7532\u666e\u80a1\u4efd\u6709\u9650\u516c\u53f8\u9f9c\u5c71\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99688299", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u9f9c\u5c71\u5340\u5927\u5751\u91cc\u5357\u4e0a\u8def\uff15\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"... | {"name" : "simple-github-webhook", "version" : "0.1.0", "description" : "A simple, Node.js based webhook for shell-script based deployment", "main" : "webhook.js", "scripts" : {"start" : "node webhook.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/melonmanchan/simple-github-webhook.git"}, "keywor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "... | [{"label" : "Animal", "normalizedVertices" : [{"x" : 0.46139634, "y" : 0.77349544}, {"x" : 0.6048081, "y" : 0.77349544}, {"x" : 0.6048081, "y" : 0.87737775}, {"x" : 0.46139634, "y" : 0.87737775}], "score" : 0.51527053}] | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sample": {"type": "string"}, "ghEventId": {"type": "string"}, "ghEventType": {"type": "string"}, "ghTaskConfig": {"type": "object", "properties": {"tasks": {"type": "object", "properties": {"executor": {"type... | {"sample" : "message", "ghEventId" : "id", "ghEventType" : "type", "ghTaskConfig" : {"tasks" : {"executor" : "jenkins", "context" : "functional", "options" : {"jobName" : "EXECUTE_AUTOMATED_TESTS", "parameters" : {"tags" : ["@smoke"], "browsers" : ["chrome"], "ENVIRONMENT" : "testEnv"}}}}, "ghAgentGroup" : "group", "gh... | json_instruct | {"type": "object", "properties": {"sample": {"type": "string"}, "ghEventId": {"type": "string"}, "ghEventType": {"type": "string"}, "ghTaskConfig": {"type": "object", "properties": {"tasks": {"type": "object", "properties": {"executor": {"type": "string"}, "context": {"type": "string"}, "options": {"type": "object", "p... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "upVotes": {"type": "integer"}, "downVotes": {"type": "integer"}}, "required": ["word", "upVotes", "downVotes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"word" : "band", "upVotes" : 12, "downVotes" : 0}, {"word" : "record", "upVotes" : 12, "downVotes" : 0}, {"word" : "ribbon", "upVotes" : 12, "downVotes" : 0}, {"word" : "seal", "upVotes" : 12, "downVotes" : 0}, {"word" : "strip", "upVotes" : 12, "downVotes" : 0}, {"word" : "videotape", "upVotes" : 11, "downVotes" : 0... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "upVotes": {"type": "integer"}, "downVotes": {"type": "integer"}}, "required": ["word", "upVotes", "downVotes"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "oneOf": {"type": "array", "it... | {"$schema" : "http://json-schema.org/draft-07/schema", "description" : "Schema defining structure of list configuration", "title" : "Custom pages to be displayed in Busola", "type" : "array", "items" : {"type" : "object", "oneOf" : [{"required" : ["name"]}, {"required" : ["path"]}], "properties" : {"name" : {"descripti... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "oneOf": {"type": "array", "items": {"type": "object", "properties": {"required": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"chaincodeCount": {"type": "integer"}, "txCount": {"type": "integer"}, "latestBlock": {"type": "integer"}, "peerCount": {"type": "integer"}, "channelCount": {"type": "integer"}}, "required": ["chaincodeCount", "txCount", "latestB... | {"chaincodeCount" : 3, "txCount" : 3, "latestBlock" : 3, "peerCount" : 3, "channelCount" : 3} | json_instruct | {"type": "object", "properties": {"chaincodeCount": {"type": "integer"}, "txCount": {"type": "integer"}, "latestBlock": {"type": "integer"}, "peerCount": {"type": "integer"}, "channelCount": {"type": "integer"}}, "required": ["chaincodeCount", "txCount", "latestBlock", "peerCount", "channelCount"], "$schema": "http://j... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"process": {"type": "string"}, "split": {"type": "string"}, "summarize": {"type": "st... | {"name" : "polymesh-benchmark-graph-util", "version" : "1.0.0", "description" : "Utilities for generating data for polymesh benchmark graphs", "scripts" : {"process" : "node split-data.js && node summarize.js", "split" : "node split-data.js", "summarize" : "node summarize.js"}, "author" : "Mudit Gupta <hi@mudit.blog>",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"process": {"type": "string"}, "split": {"type": "string"}, "summarize": {"type": "string"}}, "required": ["process", "split", "summarize"]}, "auth... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "itemStyle": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]},... | {"nodes" : [{"name" : "\u6c5f\u897f\u4e16\u9f99\u5b9e\u4e1a\u80a1\u4efd\u6709\u9650\u516c\u53f8\n002748.SZ", "value" : 1512933627.54, "itemStyle" : {"color" : "red"}, "category" : 0}, {"name" : "\u6c5f\u897f\u7701\u535a\u6d69\u6e90\u5316\u5de5\u6709\u9650\u516c\u53f8", "value" : 2977.17, "itemStyle" : {"color" : "blue"... | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "itemStyle": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "category": {"type": "integer"}}, "required": ["name", "va... |
Please provide a valid JSON object following 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" : 51434, "cartId" : "a4d76503-f150-44ec-92cb-e1b60126dc5d", "preferredProducts" : [1578, 85, 3080, 2523, 3375, 1721, 984], "productReviews" : [{"productId" : 4504, "reviewText" : "This Specialist works too well. It nonchalantly improves my baseball by a lot.", "reviewDate" : "2016-10-23T15:14:51.3805422+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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "https://bbs.byr.cn/article/Feeling/3070241", "title" : "\u4e3a\u4ec0\u4e48\u4f1a\u627e\u4e0d\u719f\u6089\u7684\u8001\u540c\u5b66\u804a\u5929\uff1f", "count" : 53}, {"url" : "https://bbs.byr.cn/article/HardWare/221114", "title" : "\u3010\u5410\u69fd\u3011\u7f57\u6280\u9f20\u6807\u53c8\u53cc\u51fb\u4e86", "cou... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["tdd:sculk_bricks", "tdd:sculk_brick_slab", "tdd:sculk_brick_stairs", "tdd:sculk_brick_door", "tdd:sculk_crystal_ore"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string... | {"symbol" : "stETH", "address" : "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84", "overview" : {"en" : "stETH is a token that represents staked ether in Lido, combining the value of initial deposit + staking rewards. stETH tokens are pegged 1:1 to the ETH staked with Lido and can be used as one would use ether, allowing u... | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"assert-plus": {"type": "string"}, "bunyan": {"type": "string"}, "ex... | {"private" : true, "name" : "illumos-provis", "version" : "0.0.0", "dependencies" : {"assert-plus" : "^1.0.0", "bunyan" : "^1.8.12", "extsprintf" : "^1.4.0", "http-signature" : "^1.2.0", "jsprim" : "^2.0.0", "restify" : "^7.2.1", "restify-clients" : "^2.5.0", "smartdc" : "^8.1.0", "smfgen" : "^1.0.0", "sqlite3" : "^4.0... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"assert-plus": {"type": "string"}, "bunyan": {"type": "string"}, "extsprintf": {"type": "string"}, "http-signature": {"type": "string"}, "jsprim"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "string"}, "shor... | {"department" : "REL", "description" : ["The Bible has been a catalyst for social transformation and a cudgel for repression, intersecting", "with racism, gender performance, sexuality, climate change, and religious violence. This course", "explores historical, literary, and ideological approaches to biblical interpret... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "string"}, "section": {"type": "string"}, "semester": {"type": "string"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "ye... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"wallclock_time_used": {"type": "number"}, "ta_time_used": {"type": "number"}, "_ema_n_configs_per_intensifiy": {"type": "number"}, "_n_configs_per_intensify": {"type": "integer"}, "inc_changed": {"type": "integer"},... | {"wallclock_time_used" : 321.29022312164307, "ta_time_used" : 199.5899143218994, "_ema_n_configs_per_intensifiy" : 2.0031569164899894, "_n_configs_per_intensify" : 99, "inc_changed" : 2, "_EMA_ALPHA" : 0.2, "ta_runs" : 100, "_n_calls_of_intensify" : 40, "n_configs" : 100} | json_instruct | {"type": "object", "properties": {"wallclock_time_used": {"type": "number"}, "ta_time_used": {"type": "number"}, "_ema_n_configs_per_intensifiy": {"type": "number"}, "_n_configs_per_intensify": {"type": "integer"}, "inc_changed": {"type": "integer"}, "_EMA_ALPHA": {"type": "number"}, "ta_runs": {"type": "integer"}, "_n... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "SELENE", "frequency" : 2386, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": {"... | [{"label" : "Elephant", "normalizedVertices" : [{"x" : 0.09635295, "y" : 0.110000014}, {"x" : 0.9356471, "y" : 0.110000014}, {"x" : 0.9356471, "y" : 0.9304706}, {"x" : 0.09635295, "y" : 0.9304706}], "score" : 0.7502824}, {"label" : "Animal", "normalizedVertices" : [{"x" : 0.09635295, "y" : 0.110000014}, {"x" : 0.935647... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "algorithm": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "notes": {"type": "string"}, "last_modified": {"type": "string"}, "definition... | {"id" : "extravascular_matrix_patterns_1397", "algorithm" : "eod_public", "version" : "1.7", "name" : "Extravascular Matrix Patterns", "title" : "Extravascular Matrix Patterns", "notes" : "**Note 1:** Physician statement of extravascular matrix patterns can be used to code this data item when no other information is av... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "algorithm": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "notes": {"type": "string"}, "last_modified": {"type": "string"}, "definition": {"type": "array", "items": {"type": "object", "properties":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Fukui": {"type": "string"}, "Mikuni": {"type": "string"}, "Obama, Fukui": {"type": "string"}, "Otomi": {"type": "string"}, "Takasu, Fukui": {"type": "string"}, "Tsuruga": {"type": "string"}, "Uchiura, Fukui": {"type": "stri... | {"Fukui" : "FKJ", "Mikuni" : "MNI", "Obama, Fukui" : "OBM", "Otomi" : "OTM", "Takasu, Fukui" : "TXK", "Tsuruga" : "TRG", "Uchiura, Fukui" : "UCU", "Wada" : "WDA"} | json_instruct | {"type": "object", "properties": {"Fukui": {"type": "string"}, "Mikuni": {"type": "string"}, "Obama, Fukui": {"type": "string"}, "Otomi": {"type": "string"}, "Takasu, Fukui": {"type": "string"}, "Tsuruga": {"type": "string"}, "Uchiura, Fukui": {"type": "string"}, "Wada": {"type": "string"}}, "required": ["Fukui", "Miku... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au... | {"title" : "Gravity=Reality", "author" : "kumasumi", "description" : "h!_\u306f\u3050\u307f\u304f\uff01S.H.Sundefined\u6771\u5317\u305a\u3093\u5b50<br>\u7981\u6b62\u8f6c\u8f7dundefinedDoundefinednotundefinedre-upload", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1365094/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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"User": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "password"]}}}, "required": ["User"], "$schema": "http://json-schema.or... | {"User" : [{"email" : "mikeyP@example.com", "password" : "password!2"}]} | json_instruct | {"type": "object", "properties": {"User": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "password"]}}}, "required": ["User"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string... | {"text" : {"0" : {"p" : "\u0647\u0631\u06a9\u0647 \u0627\u0648 \u0647\u06cc\u0645\u0627\u0644\u0627\u0646 (\u200c\u06cc\u0639\u0646\u06cc \u062e\u0635\u0645\u0627\u0646\u200c) \u0631\u0627 \u0686\u0627\u0647 \u06a9\u0646\u062f\u060c \u062e\u0648\u062f \u0627\u0646\u062f\u0631 \u0686\u0627\u0647 \u0627\u0641\u062a\u062f... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": [... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": ... | {"artist_id" : "ARRWDX61187B989D25", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Leroy Sibbles", "duration" : 155.68934, "num_songs" : 1, "song_id" : "SOFSYOE12A8AE45B5E", "title" : "Do Your Thing", "year" : 2004} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "incomplete": {"type": "boolean"}, "members": {"type": "boolean"}, "tradeable": {"type": "boolean"}, "tradeable_on_ge": {"type": "boolean"}, "stackable": ... | {"id" : 24505, "name" : "Inquisitor's plateskirt", "incomplete" : false, "members" : false, "tradeable" : true, "tradeable_on_ge" : false, "stackable" : false, "stacked" : null, "noted" : false, "noteable" : false, "linked_id_item" : 24421, "linked_id_noted" : null, "linked_id_placeholder" : null, "placeholder" : true,... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "incomplete": {"type": "boolean"}, "members": {"type": "boolean"}, "tradeable": {"type": "boolean"}, "tradeable_on_ge": {"type": "boolean"}, "stackable": {"type": "boolean"}, "stacked": {"type": "null"}, "noted": {"type": "boolean"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"post_install": {"type": "string"}, "test": {"type... | {"name" : "iitk-general-elections", "version" : "1.0.0", "description" : "Voting system for IITK General Elections", "main" : "index.html", "scripts" : {"post_install" : "bower install", "test" : "nwbuild -r . -v 0.11.5", "build" : "rm -rf ./build && nwbuild -p 'win64' -v 0.11.5 -o build ."}, "keywords" : ["IITK", "ele... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"post_install": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["post_instal... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": ... | {"shape" : "rectangle", "rotation" : 231, "hash" : -4425482688789387194, "points" : [[56.0, 56.0], [144.0, 56.0], [144.0, 144.0], [56.0, 144.0]], "center" : [100.0, 100.0], "sides" : [88.0, 88.0, 88.0, 88.0], "perimeter" : 352.0, "area" : 7744.0} | json_instruct | {"type": "object", "properties": {"shape": {"type": "string"}, "rotation": {"type": "integer"}, "hash": {"type": "integer"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "center": {"type": "array", "items": {"type": "number"}}, "sides": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type"... | {"h" : [{"d" : [{"s" : ["`takoyodan~"], "e" : ["\ufff9`Mikoyod~ `kami~ `to~ `faroro~ `a~ `maomah~.\ufffa\ufffb\u6211\u5011\u80cc\u8457\u85e4\u7b50\u5de5\u4f5c\u3002"], "f" : "\u85e4\u7b50\uff0c\u80cc\u7c0d\u3002"}]}], "t" : "faroro"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Books": {"type": "array", "items": {}}, "Issues": {"type": "array", "items": {}}}, "required": ["Books", "Issues"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Books" : [], "Issues" : []} | json_instruct | {"type": "object", "properties": {"Books": {"type": "array", "items": {}}, "Issues": {"type": "array", "items": {}}}, "required": ["Books", "Issues"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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"}}, "r... | {"lastUpdated" : 1655019279666, "username" : "baotst", "scores" : [{"xp" : 265922, "rank" : 10, "cardId" : 378}, {"xp" : 51509, "rank" : 359, "cardId" : 50}, {"xp" : 18550, "rank" : 369, "cardId" : 40}, {"xp" : 17246, "rank" : 467, "cardId" : 29}, {"xp" : 9453, "rank" : 293, "cardId" : 166}, {"xp" : 253301, "rank" : 1,... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ember-d3", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"typ... | {"translation-revision-date" : "2020-10-14 19:10:59+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=1; plural=0;", "lang" : "vi_VN"}, "Show search field label" : ["Hi\u00ea\u0309n thi\u0323 nha\u0303n ti\u0300m... | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "p... | {"name" : "xuegushi", "homepage" : "https://github.com/johnnyzhang1992/xuegushi", "authors" : ["'johnnyzhang' <'1113638674@qq.com'>"], "description" : "xuegushi lib", "main" : "", "license" : "MIT", "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "homepage", "author... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "... | {"compilerOptions" : {"jsx" : "react", "module" : "CommonJS", "moduleResolution" : "node", "target" : "es6", "sourceMap" : true, "skipLibCheck" : true}, "filesGlob" : ["./app/**/*.ts", "./app/**/*.tsx", "!./node_modules/**", "!./typings/**", "!tsserver/**", "./typings/index.d.ts"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"jsx": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "target": {"type": "string"}, "sourceMap": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}}, "required": ["jsx", "module", "mod... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ServiceUrl": {"type": "string"}}, "required": ["ServiceUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ServiceUrl" : "PASTE_YOUR_NGROK_URL_HERE"} | json_instruct | {"type": "object", "properties": {"ServiceUrl": {"type": "string"}}, "required": ["ServiceUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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#"}
| [{"package" : "ntedit", "downloads" : 6500, "count" : 5320}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "bool... | {"track" : "typescript", "exercise" : "triangle", "id" : "2e31060df85642a8ae12e65f65d6559c", "url" : "https://exercism.org/tracks/typescript/exercises/triangle", "handle" : "ErikSchierboom", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Based on the schema below, produce a valid JSON object:
{"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": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-93.269856, 44.968067], [-93.26939, 44.970147], [-93.263789, 44.975922], [-93.259682, 44.974201], [-93.26049, 44.973248], [-93.256406, 44.971529], [-93.258148, 44.968929], [-93.259636, 44.968915], [-93.259644, 44.968048],... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintain... | {"name" : "pagedown", "filename" : "Markdown.Converter.min.js", "version" : "1.0", "description" : "PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview.", "homepage" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "proper... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"verbose": {"type": "boolean"}, "execMap": {"type": "object", "properties": {}, "required": []}, "ext": {"type": "string"}}, "required": ["verbose", "execMap", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"verbose" : true, "execMap" : {}, "ext" : "js json jsx handlebars less css"} | json_instruct | {"type": "object", "properties": {"verbose": {"type": "boolean"}, "execMap": {"type": "object", "properties": {}, "required": []}, "ext": {"type": "string"}}, "required": ["verbose", "execMap", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": "str... | {"timestamp" : "2020-09-26T05:14:55Z", "data" : [{"data_type" : "pm10", "value" : "0.57", "max" : "1.00", "min" : "0.00", "sd" : "0.51"}, {"data_type" : "pm2.5", "value" : "0.14", "max" : "1.00", "min" : "0.00", "sd" : "0.36"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"da... | 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",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"number": {"type": "integer"}}, "required": ["number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"number" : 20} | json_instruct | {"type": "object", "properties": {"number": {"type": "integer"}}, "required": ["number"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"code": {"type": "string"}, "extraMessage": {"type": "string"}, "message": {"type": "string"}, "transactionId": {"type": "string"}}, "required": ["code", "extraMessa... | {"result" : {"code" : "CF-00000", "extraMessage" : "", "message" : "\uc131\uacf5", "transactionId" : "bccdd4d6539540b9afe8360723bf8e8e"}, "data" : [{"resCardType" : "", "resValidPeriod" : "20230331", "resCardName" : "OOXX \uae30\uc5c5\uce74\ub4dc(\uace0\uc720)", "resTrafficYN" : "", "resIssueDate" : "20180411", "resUse... | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"code": {"type": "string"}, "extraMessage": {"type": "string"}, "message": {"type": "string"}, "transactionId": {"type": "string"}}, "required": ["code", "extraMessage", "message", "transactionId"]}, "data": {"type": "array", "items": {"type"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Vegas Pro", "description" : "A non-linear video editing suite.", "url" : "https://en.wikipedia.org/wiki/Sony_Vegas_Pro"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "configurationProvider": {"type": "string"}},... | {"configurations" : [{"name" : "Linux", "includePath" : ["${workspaceFolder}/hnconfig/include", "${workspaceFolder}/hndrivers/include", "${workspaceFolder}/hnhistory/include", "${workspaceFolder}/hnnetworking/include", "${workspaceFolder}/hnparser/include", "${workspaceFolder}/hnpython/include", "${workspaceFolder}/hom... | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "configurationProvider": {"type": "string"}}, "required": ["name", "includePath", "configurationProvider"]}}, "versi... |
Please provide a valid JSON object following 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" : 36663, "cartId" : "084fcb55-c838-46d0-80a6-2c5bdde46d25", "preferredProducts" : [1061], "productReviews" : [{"productId" : 2572, "reviewText" : "It only works when I'm Rwanda.", "reviewDate" : "2018-01-27T12:32:53.4666496+02:00"}, {"productId" : 154, "reviewText" : "The box this comes in is 5 yard by 6 cent... | 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 a JSON structure that matches this schema definition:
{"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": "obje... | {"average_accuracy" : 0.6945279866332498, "average_error" : 0.1945695780743208, "average_learning_time" : 28.080585595703123, "average_nrmse" : 0.18603862151336464, "runs" : {"run_1" : {"accuracy" : 0.8035714285714286, "average_error" : 0.18331901006140047, "learning_time" : 31193.00390625, "nrmse" : 0.1823105822639257... | 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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["12195095808573067990042857686504557510035235683154016308243419405358680169250", "7149014917815960042505969439971619119991011354574443484106856202048948095881", "9164435831827345487378393454304824441756195871900421654673163382659437536500", "1234", "0", "1637406897477433646977649389219838662621118400583933694522108133... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "stars": {"type": "integer"}}, "required": ["id", "stars"]}}, "id": {"type": "string"}, "name": {"type": "string"}}, ... | {"assets" : [{"id" : "debeat", "stars" : 18}, {"id" : "define", "stars" : 9}, {"id" : "defkit", "stars" : 10}, {"id" : "vibration", "stars" : 7}], "id" : "54dcd706c9cc3c34734699ce83e2d6c2", "name" : "Adam Westman"} | json_instruct | {"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "stars": {"type": "integer"}}, "required": ["id", "stars"]}}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["assets", "id", "name"], "$schema": "http://json-schema.org... |
Create an example JSON object that satisfies this 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"}, "severit... | {"schema_version" : "1.2.0", "id" : "GHSA-6g82-28j6-wwx5", "modified" : "2022-05-02T06:15:34Z", "published" : "2022-05-02T06:15:34Z", "aliases" : ["CVE-2010-0777"], "details" : "The Web Container in IBM WebSphere Application Server (WAS) 6.0 before 6.0.2.43, 6.1 before 6.1.0.31, and 7.0 before 7.0.0.11 does not properl... | 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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"category": {"type": "string"}, "family": {"type": "string"}, "files": {"type": "object", "properties": {"300": {"type": "string"}, "500": {"type": "string"}, "600": {"type": "string"}, "700": {"type": "string"}, "regular": ... | {"category" : "monospace", "family" : "Fira Code", "files" : {"300" : "http://fonts.gstatic.com/s/firacode/v10/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf", "500" : "http://fonts.gstatic.com/s/firacode/v10/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf", "600" : "http://fonts.gstatic.com/s/firacode/v10/uU9... | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "family": {"type": "string"}, "files": {"type": "object", "properties": {"300": {"type": "string"}, "500": {"type": "string"}, "600": {"type": "string"}, "700": {"type": "string"}, "regular": {"type": "string"}}, "required": ["300", "500", "600", "700", ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "... | {"body" : "MakefilePackage, CMakePackage, AutotoolsPackage, etc.\r\n", "user" : "citibeth", "url" : "https://api.github.com/repos/spack/spack/issues/2606", "updated_at" : "2017-11-12 00:39:00", "created_at" : "2016-12-16 16:19:44", "closed_at" : "2017-01-10 20:15:46", "state" : "closed", "title" : "Document Package Sup... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http:/... | {"variants" : {"normal" : {"model" : "polycraft:block_pbr_high_grade_black"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "icefall", "definition" : "A frozen waterfall, or mass of ice resembling a frozen waterfall. Coleridge."} | 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": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "req... | {"name" : "B&Q Banbury", "latitude" : "52.0712", "longitude" : "-1.3369", "postalCode" : "OX16 2RL", "country" : "gb", "addressLines" : ["Marley Way Industrial Estate", "Southam Road", "", "Banbury", "OXFORDSHIRE"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "latitude", "longitude", "postalCode", "co... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "a... | {"month" : "7", "num" : 766, "link" : "", "year" : "2010", "news" : "", "safe_title" : "Green Flash", "transcript" : "[[Hatman and Stickman are standing on the beach, watching the sun set. Hatman is holding something, perhaps a cosh, in his left hand.]]\n\nHatman: Did you know that if you stare at the sun just as it se... | json_instruct | {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "... | {"localities" : ["Oak Ridge, PA"], "state" : "PA", "postal_code" : "16245", "locality" : "Oak Ridge, PA", "lat" : 41.00672, "region" : {"fips" : "42", "abbr" : "PA", "name" : "Pennsylvania"}, "city" : "Oak Ridge", "type" : "POBOX", "lng" : -79.298366, "counties" : [{"fips" : "005", "name" : "Armstrong County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dayOfMonth": {"type": "integer"}, "location": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "color": {"type": "stri... | [{"name" : "AVS 99", "dayOfMonth" : 20, "location" : "D105", "startTime" : "02:00", "endTime" : "03:00", "color" : "#F8B552"}, {"name" : "AVS 100", "dayOfMonth" : 20, "location" : "D105", "startTime" : "05:00", "endTime" : "06:00", "color" : "#59DBE0"}, {"name" : "AVS 101", "dayOfMonth" : 20, "location" : "D105", "star... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dayOfMonth": {"type": "integer"}, "location": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "color": {"type": "string"}}, "required": ["name", "dayOfMonth", "location", "startTime", "endTime",... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"},... | {"name" : "nerojs", "version" : "1.0.0", "description" : "", "main" : "./index.js", "types" : "./index.d.ts", "scripts" : {"start" : "tsc && NODE_ENV=development node ./dist/src/app.js", "dev" : "./node_modules/nodemon/bin/nodemon.js", "start-ts" : "tsc && NODE_ENV=development node ./dist/app/start.js ", "test" : "echo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "start-ts": {"type": "string"}, "t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "o... | {"id" : "b9eaa585-6072-4e20-a860-f857af869ae1", "playerTags" : [], "teamTags" : ["c73b705c-40ad-4633-a6ed-d357ee2e2bcf", "f02aeae2-5e6a-4098-9842-02d2273f25c7"], "gameTags" : ["2a679193-70e6-4806-9c46-efb7e19684f7"], "metadata" : {"play" : 49, "subPlay" : -1}, "created" : "2021-04-15T14:04:02.168Z", "season" : 15, "tou... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boo... | {"name" : "Red-Eyes Toon Dragon", "number" : "31733941", "is_illegal" : false, "text" : "Cannot attack the turn it is Summoned. While you control \"Toon World\" and your opponent controls no Toon monsters, this card can attack your opponent directly. Once per turn: You can Special Summon 1 Toon monster from your hand, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$s... | {"instructions" : "Preheat oven to 350 degrees F (175 degrees C). Line baking sheets with parchment paper.\nSift the flour, baking powder, ginger and salt into a large bowl.\nBeat the eggs, egg yolks and oil together. Pour the egg mixture into the flour and stir until combined.\nTurn dough out onto to a lightly floured... | json_instruct | {"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"lampCommon": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"des... | {"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion" : "1.0.0.0", "parameters" : {"lampCommon" : {"metadata" : {"description" : "Common LAMP values"}, "type" : "object"}, "vmName" : {"metadata" : {"description" : "Name of VM to enlist in AzureBackup"}, "type" :... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"lampCommon": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "type": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a... | {"title" : "Exploring, exposing, and exploiting emails to include human factors in software engineering.", "fields" : ["dynamic testing", "symbolic execution", "software bug", "concolic testing", "software security assurance"], "abstract" : "We present results for the \"Impact Project Focus Area\" on the topic of symbo... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "numbe... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "70-79", "SERIES_NAME" : "MALE", "X_CALENDAR_YEAR" : 2008, "Y_PREVALENCE_1000PP" : 0.03208}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE"... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "propert... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"granuleName" : "S1B_IW_SLC__1SDV_20170909T141238_20170909T141310_007316_00CE71_A7E5"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-119.1016, ... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900022606": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900022607": {"type": "object", "properties": {"... | {"900022606" : {"nama" : "TPS 1", "dapil" : [1203, 11212, 2120501]}, "900022607" : {"nama" : "TPS 2", "dapil" : [1203, 11212, 2120501]}, "900022608" : {"nama" : "TPS 3", "dapil" : [1203, 11212, 2120501]}, "900022609" : {"nama" : "TPS 4", "dapil" : [1203, 11212, 2120501]}, "900022610" : {"nama" : "TPS 5", "dapil" : [120... | json_instruct | {"type": "object", "properties": {"900022606": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900022607": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-105.025067, 39.694918], [-105.025059, 39.696746], [-104.992384, 39.69666], [-104.994191, 39.692597], [-104.999755, 39.689116], [-105.025057, 39.689485], [-105.025067, 39.694918]]]}, "type" : "Feature", "properties" : {"c... | 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": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "requi... | {"h" : [{"d" : [{"e" : ["\ufff9`Mikoraroh~ `ko~ `oles~ `takowanan~.\ufffa\ufffb\u72fc\u5411\u6211\u5f35\u7259\u821e\u722a\u3002"], "f" : "\u5f35\u7259\u821e\u722a\u5730\u6050\u5687\u3002"}]}], "stem" : "koraroh", "t" : "mikoraroh"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.