input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"stfFile": {"type": "string"}, "entries": {"type": "object", "properties": {"unused2_t": {"type": "string"}, "unused2_d": {"type": "string"}, "unused1_t": {"type": "string"}, "unused1_d": {"type": "string"}, "title_d"... | {"stfFile" : "spacequest/destroy_surpriseattack/corellia_rebel_1", "entries" : {"unused2_t" : "", "unused2_d" : "", "unused1_t" : "", "unused1_d" : "", "title_d" : "Eliminate the enemy patrol before they eliminate you!", "title" : "Corellia system: Eliminate Enemy Patrol.", "split_quest_alert_fail" : "", "split_quest_a... | json_instruct | {"type": "object", "properties": {"stfFile": {"type": "string"}, "entries": {"type": "object", "properties": {"unused2_t": {"type": "string"}, "unused2_d": {"type": "string"}, "unused1_t": {"type": "string"}, "unused1_d": {"type": "string"}, "title_d": {"type": "string"}, "title": {"type": "string"}, "split_quest_alert... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "eslint-config-pinon"} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}, "6": {"type": "number"}, "7": {"type": "number"}, "8": {"type": "number"}, "9": {"type": "number"}, "1... | {"1" : 0.0, "2" : 0.034482758620689655, "3" : 0.06896551724137931, "4" : 0.10344827586206896, "5" : 0.13793103448275862, "6" : 0.1724137931034483, "7" : 0.20689655172413793, "8" : 0.24137931034482757, "9" : 0.27586206896551724, "10" : 0.3103448275862069, "11" : 0.3448275862068966, "12" : 0.3793103448275862, "13" : 0.41... | json_instruct | {"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "3": {"type": "number"}, "4": {"type": "number"}, "5": {"type": "number"}, "6": {"type": "number"}, "7": {"type": "number"}, "8": {"type": "number"}, "9": {"type": "number"}, "10": {"type": "number"}, "11": {"type": "number"}, "12": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"projects": {"type": "array", "items": {"type": "string"}}}, "required": ["projects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projects" : ["Microsoft.Azure.Management.NotificationHubs"]} | json_instruct | {"type": "object", "properties": {"projects": {"type": "array", "items": {"type": "string"}}}, "required": ["projects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1210100019", "district_id" : "1210100", "name" : "PALDING JAYA"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-... | {"versions" : [{"git-tree" : "b472eb73edfdb744f44ec306ebf05649c7f5fb70", "version-string" : "4.0.3", "port-version" : 4}, {"git-tree" : "3e1e3d50f531e207194d13af392a811f2af09d8b", "version-string" : "4.0.3-3", "port-version" : 0}, {"git-tree" : "ea51676a5f392375e65b3d2e159edfb70adfb87b", "version-string" : "4.0.3-2", "... | json_instruct | {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"typ... | {"text" : {"0" : {"m1" : "\u06af\u0631 \u0622\u0628 \u062f\u0647\u06cc \u0646\u0647\u0627\u0644 \u062e\u0648\u062f \u06a9\u0627\u0634\u062a\u0647\u200c\u0627\u06cc", "m2" : "\u0648\u0631 \u067e\u0633\u062a \u06a9\u0646\u06cc \u0645\u0631\u0627 \u062a\u0648 \u0628\u0631\u062f\u0627\u0634\u062a\u0647\u200c\u0627\u06cc"},... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cromwell_url": {"type": "string"}, "use_caas": {"type": "boolean"}, "collection_name": {"type": "string"}, "queue_update_interval": {"type": "integer"}, "workflow_start_interval": {"type": "string"}}, "required": ["cromwell_ur... | {"cromwell_url" : "https://example.cromwell-as-a-service.org/api/workflows/v1", "use_caas" : true, "collection_name" : "test-workflows", "queue_update_interval" : 60, "workflow_start_interval" : "10"} | json_instruct | {"type": "object", "properties": {"cromwell_url": {"type": "string"}, "use_caas": {"type": "boolean"}, "collection_name": {"type": "string"}, "queue_update_interval": {"type": "integer"}, "workflow_start_interval": {"type": "string"}}, "required": ["cromwell_url", "use_caas", "collection_name", "queue_update_interval",... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "build": {"type": "object", "properties": {"appID": {"type": "string"}, "productName": {"... | {"name" : "deskcat", "version" : "1.0.0", "description" : "Deskcat", "main" : "main.js", "build" : {"appID" : "deskcat", "productName" : "DeskCat", "icon" : "icon/icon.ico"}, "scripts" : {"start" : "electron .", "test" : "echo \"Error: no test specified\" && exit 1", "build" : "electron-packager ."}, "author" : "", "li... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "build": {"type": "object", "properties": {"appID": {"type": "string"}, "productName": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appID", "produ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["BillingTelephoneNumber", "EmailAddresses", "Force", "FriendlyName", "InventoryType", "IsManual", "IsPartialPort", "LOAAuthorizingPerson", "LOABase64PayLoad", "LOAContentType", "LosingTelcoAccountId", "LosingTelcoPin", "RangeHolder", "RequestedFocDate", "RequestedFocDateBegin", "RequestedFocDateEnd", "SubscriberAdditi... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Place the chicken in a baking dish, and roast 25 minutes in the preheated oven, or until juices run clear. Remove from heat, cool, and cut into bite-size pieces.", "Bring a large pot of lightly salted water to a boil. Add farfalle pasta, cook 8 to 10 m... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "1.0": {"type": "int... | {"hour positive count" : 19, "hour neutral count" : 1, "hour negative count" : 1, "hour distri" : {"0.99" : 9, "1.0" : 6, "0.64" : 1, "0.92" : 1, "0.91" : 1, "0.11" : 1, "0.95" : 1, "0.98" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "1.0": {"type": "integer"}, "0.64": {"type": "integer"}, "0.92": {"type": "in... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}}, "required": ["hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "db1603579f66e87ffbf2f0905d8b22fc9e5c00ba"} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}}, "required": ["hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"node": {"type": "boolean"}, "browser": {"type": "boolean"}}, "required": ["node", "browser"]}, "parser": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "... | {"env" : {"node" : true, "browser" : true}, "parser" : "babel-eslint", "extends" : ["prettier", "eslint:recommended", "plugin:import/recommended", "plugin:react/recommended", "plugin:jest/recommended"], "plugins" : ["import", "react", "jest"], "rules" : {"no-console" : "warn", "react/display-name" : "off", "react/prop-... | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"node": {"type": "boolean"}, "browser": {"type": "boolean"}}, "required": ["node", "browser"]}, "parser": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "array", "items": {"type": "string"}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop... | {"hash" : "0x28ee52ab93004923ba490f6f10b4e446246d2ce5d0deed6978bee5077fafe0a2", "parentHash" : "0x87287fd22a9196d961b336d8bcf09e2e99a9e9d43c6b72c80fbda6d668bb8d7f", "number" : 54120, "timestamp" : 1439049085, "nonce" : "0x8438ebb0828d7049", "difficulty" : 1597746530548, "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"]... |
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" : 404420, "name" : "Sun Dogs", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1490987246} | 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_... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "widgets-desc": {"type": "string"}, "widgets-error": {"type": "string"}, "group-widg... | {"@metadata" : {"authors" : ["Michawiki"]}, "widgets-desc" : "Dow\u00f3lujo wikijowym administratoram wikijeju p\u015bez wob\u017a\u011b\u0142owanje w mjenjowem rumje {{ns:widget}} sw\u00f3jske miniprogramy p\u015bida\u015b.\nMiniprogramy, k\u00f3tare\u017e su se nap\u00f3rali w\u00f3t zroma\u017ae\u0144stwa, m\u00f3\u... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "widgets-desc": {"type": "string"}, "widgets-error": {"type": "string"}, "group-widgeteditor": {"type": "string"}, "group-widgeteditor-member": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "strin... | {"schemaVersion" : 1, "id" : "durability101", "version" : "0.0.4", "name" : "Durability101", "description" : "A rewrite of the original Durability101 mod", "authors" : ["ShayBox", "RedBanHammer"], "contact" : {"homepage" : "https://shaybox.com", "sources" : "https://github.com/ShayBox/Durability101"}, "license" : "MIT"... | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "stri... | {"author" : "Claude McKay", "classification" : "Rhymed Stanza", "keywords" : ["Cities", "Urban Life", "Social Commentaries"], "period" : "Harlem Renaissance", "reference" : "http://www.poetryfoundation.org/poem/173961", "region" : "", "text" : ["About me young careless feet", "Linger along the garish street;", "Above, ... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$... | {"url" : "https://www.nasdaq.com/article/european-shares-touch-new-6week-highs-on-easing-trade-worries-20190912-00073", "title" : "European shares touch new 6-week highs on easing trade worries - Nasdaq.com", "text" : ["Sept 12 (Reuters) - European shares opened on Thursday at their highest level since July 30 on fresh... | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scrip... | {"name" : "esker", "version" : "0.1.1", "description" : "Fluent interface query strings", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/martianfield/esker.git"}, "author" : "Martin Imfeld <martin.imfeld@gmail.com> ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "... |
Create an example JSON object that satisfies 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" : "Canlapwas, Catbalogan City, Samar, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.samar.catbalogan-city.canlapwas", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_i... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"survey.angular.js": {"type": "string"}, "survey.angular.min.js": {"type": "string"}, "survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.angular.js", "survey.angular.min.js", "survey.c... | {"survey.angular.js" : "sha512-V8G1kdbWplJkLZd/k0CnMbMvn+QEHDycu3dOzXbUGSiyi75VZmFgjn9kZ+72nJmsgAiHDxFf3FDBXxKuU6jHcQ==", "survey.angular.min.js" : "sha512-NoWu2H4hQ9MOK/tPo10hXbxye9/oMhMNbx9FrrHq6MYI0ODcEeoD8N9Kx0DZmp6iHs+L62wjHK7X1ev3+x5ehg==", "survey.css" : "sha512-xHkvZGYhnY+XBvpkAsHMDWiyZpqBVPIuDLJxZZuFrnpEyFYGFK... | json_instruct | {"type": "object", "properties": {"survey.angular.js": {"type": "string"}, "survey.angular.min.js": {"type": "string"}, "survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.angular.js", "survey.angular.min.js", "survey.css", "survey.min.css"], "$schema": "http://json-schema.org/... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author"... | {"title" : "\u3010Japanese trap\u3011\u30b7\u30e7\u30bf\u30a8\u30ed40\u3010\u7537\u306e\u5a18\u3011\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "Gonorego18", "description" : "Twitter\u306b\u6295\u7a3f\u3057\u305f\u52d5\u753b\u3067\u3059\u3002<br>Twitter\u2192<aundefinedhref='https://twitter.com/himitudayo72'>https... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"css/jquery.dataTables.css": {"type": "string"}, "css/jquery.dataTables.min.css": {"type": "string"}, "css/jquery.dataTables_themeroller.css": {"type": "string"}, "js/jquery.dataTables.js": {"type": "string"}, "... | {"css/jquery.dataTables.css" : "sha256-iZRhGWeFmA4uUWikg6rB3yc5iiGp9L3VpfO/vN4Yl/E=", "css/jquery.dataTables.min.css" : "sha256-KC/9/3TT+4ZC5GvmT1oMudl6wVBDThMB3gF5t3cLvYU=", "css/jquery.dataTables_themeroller.css" : "sha256-waa8SXpY240UKiXHx9EGBAigB3VYM7tM3BuC51ZIYVQ=", "js/jquery.dataTables.js" : "sha256-Ss/mgZ9+KoWj... | json_instruct | {"type": "object", "properties": {"css/jquery.dataTables.css": {"type": "string"}, "css/jquery.dataTables.min.css": {"type": "string"}, "css/jquery.dataTables_themeroller.css": {"type": "string"}, "js/jquery.dataTables.js": {"type": "string"}, "js/jquery.dataTables.min.js": {"type": "string"}, "js/jquery.js": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": ... | {"name" : "taiwan-mask-map", "version" : "1.0.0", "description" : "mask map for taiwan", "repository" : "https://github.com/jackypan1989/taiwan-mask-map", "author" : "jackypan1989 <jackypan1989@gmail.com>", "license" : "MIT", "scripts" : {"dev" : "parcel src/client/index.html", "build" : "parcel build src/client/index.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "strin... | {"t" : "tatolo", "h" : [{"d" : [{"f" : "\u4e09\u500b\u4eba\u3002", "e" : ["\ufff9`Tato~`l~`o~ `ko~ `tamdaw~ `no~ `i~`loma'~`ay~.\ufffa\ufffb\u5bb6\u88cf\u6709\u4e09\u500b\u4eba\u3002"]}]}], "stem" : "tolo", "tag" : "[\u758a 1]"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "flag": {"type": "string"}, "advancement": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type"... | {"name" : "Hippocampus", "icon" : "minecraft:spawn_egg{EntityTag:{id:'iceandfire:hippocampus'}}", "category" : "animals", "flag" : "universalbestiary:entity:iceandfire:hippocampus", "advancement" : "universalbestiary:iceandfire_hippocampus", "pages" : [{"type" : "text", "text" : "The $(mob)Hippocampus$() is an animal f... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "flag": {"type": "string"}, "advancement": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "require... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type... | {"name" : "ADFLiOSResource", "version" : "0.8", "summary" : "ADFLiOSResource.", "description" : "this is ADFLiOSResource", "homepage" : "https://github.com/binjiayou66/ADFLiOSResource", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"naibin" : "nbliu@91jkys.com"}, "platforms" : {"ios" : "8.0"}, "source"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "requir... | {"latest_version" : ["0.1.4"], "meta" : {"description" : "A wrapper for binds DNS tools", "homepage" : "https://github.com/scgodbold/zoner", "license" : "MIT"}, "versions" : {"0.1.3" : {"sha256" : "dfeaa20942e86b08fd0bd018331f49f535ab2fbfbe389b0d710cd0a6b4652a63", "url" : "https://files.pythonhosted.org/packages/fa/2c/... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "LongDistance", "hour" : "01", "avg" : 45.23529411764706}, {"subreddit" : "LongDistance", "hour" : "02", "avg" : 61.01086956521739}, {"subreddit" : "LongDistance", "hour" : "03", "avg" : 18.061728395061728}, {"subreddit" : "LongDistance", "hour" : "04", "avg" : 26.5}, {"subreddit" : "LongDistance", "hou... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parser": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"mocha": {"type": "boolean"}}, "required": ["mocha"]}, "plugins": {"type": "array", ... | {"parser" : "babel-eslint", "extends" : ["airbnb-base", "plugin:flowtype/recommended"], "env" : {"mocha" : true}, "plugins" : ["import", "flowtype", "flowtype-errors"], "rules" : {"flowtype-errors/show-errors" : 2}} | json_instruct | {"type": "object", "properties": {"parser": {"type": "string"}, "extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"mocha": {"type": "boolean"}}, "required": ["mocha"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatN... | {"id" : 4090, "surahNumber" : "039", "ayatNumber" : "032", "arabic" : "\u06de \u0641\u064e\u0645\u064e\u0646\u0652 \u0623\u064e\u0638\u0652\u0644\u064e\u0645\u064f \u0645\u0650\u0645\u0651\u064e\u0646\u0652 \u0643\u064e\u0630\u064e\u0628\u064e \u0639\u064e\u0644\u064e\u0649 \u0627\u0644\u0644\u0651\u064e\u0647\u0650 \u... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
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" : "Drunk Shinx", "scores" : [{"xp" : 13289, "rank" : 242, "cardId" : 222}, {"xp" : 9681, "rank" : 413, "cardId" : 567}, {"xp" : 10614, "rank" : 147, "cardId" : 492}, {"xp" : 15054, "rank" : 207, "cardId" : 224}, {"xp" : 11799, "rank" : 125, "cardId" : 496}, {"xp" : 14409, "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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "d5vmod"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"global": {"type": "object", "properties": {}, "required": []}, "mock": {"type": "object", "properties": {"tfplan": {"type": "object", "properties": {"resources": {"type": "object", "properties": {"azurerm_virtual_... | {"global" : {}, "mock" : {"tfplan" : {"resources" : {"azurerm_virtual_machine" : {"always-bad" : {"0" : {"applied" : {"vm_size" : "Standard_D1_v2"}}}}}}}} | json_instruct | {"type": "object", "properties": {"global": {"type": "object", "properties": {}, "required": []}, "mock": {"type": "object", "properties": {"tfplan": {"type": "object", "properties": {"resources": {"type": "object", "properties": {"azurerm_virtual_machine": {"type": "object", "properties": {"always-bad": {"type": "obje... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type":... | {"title" : "Pick up Your Feet: The Double Dutch Show", "creation_date" : "1981", "creation_date_earliest" : "1981-01-01", "creation_date_latest" : "1981-01-01", "medium" : "video; color, sound; 28:25 min.", "accession_number" : "82.51", "id" : "cmoa:things/91701fe0-17e6-43f2-b346-1dc4981d945a", "credit_line" : "Video P... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNu... | {"id" : 3580, "surahNumber" : "033", "ayatNumber" : "047", "arabic" : "\u0648\u064e\u0628\u064e\u0634\u0651\u0650\u0631\u0650 \u0627\u0644\u0652\u0645\u064f\u0624\u0652\u0645\u0650\u0646\u0650\u064a\u0646\u064e \u0628\u0650\u0623\u064e\u0646\u0651\u064e \u0644\u064e\u0647\u064f\u0645\u0652 \u0645\u0650\u0646\u064e \u06... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
The schema below describes a JSON structure. Generate a valid example:
{"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/sche... | [{"name" : "M\ufffdNIRE", "frequency" : 6, "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "idle": {"type": "string"}, "downloading": {"type": "string"}, "errorValidateMemory": {"type": "string"}, "registerTitle": {"type": "string"}, "username": {"type": "string"}, "password": {"type":... | {"title" : "Namtium Launcher", "idle" : "\u0e44\u0e21\u0e48\u0e21\u0e35\u0e01\u0e32\u0e23\u0e17\u0e33\u0e07\u0e32\u0e19", "downloading" : "\u0e01\u0e33\u0e25\u0e31\u0e07\u0e14\u0e32\u0e27\u0e19\u0e4c\u0e42\u0e2b\u0e25\u0e14 ", "errorValidateMemory" : "\u0e01\u0e23\u0e38\u0e13\u0e32\u0e01\u0e23\u0e2d\u0e01\u0e08\u0e33\u... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "idle": {"type": "string"}, "downloading": {"type": "string"}, "errorValidateMemory": {"type": "string"}, "registerTitle": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "confirmPassword": {"type": "string"}, "captcha": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"},... | {"private" : true, "name" : "web-server", "version" : "0.0.0", "description" : "", "main" : "lib/index.js", "scripts" : {"start" : "node lib/server.js", "prestart" : "npm run build", "test" : "jest", "prebuild" : "shx rm -rf lib", "build" : "tsc -p tsconfig.json"}, "dependencies" : {"config" : "^3.0.1", "express" : "^4... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "prestart": {"type": "string"}, "test": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "ext": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}, "verbose": {"type": "boolean"}, "exec": {"type": "stri... | {"$schema" : "http://json.schemastore.org/nodemon", "ext" : "ts", "ignore" : ["node_modules", "**/__tests__/**", "**/*.test.ts"], "watch" : ["src"], "verbose" : true, "exec" : "node --inspect=9229 -r ts-node/register -r tsconfig-paths/register src/main.ts"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "ext": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}, "verbose": {"type": "boolean"}, "exec": {"type": "string"}}, "required": ["$schema", "ext", "ignore", "watch", "v... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"android": {"type": "string"}, "codename": {"type": "string"}, "device": {"type": "string"}, "download": {"type": "string"}, "filename": {"type": "string"}, "md5": {"type": "string"}, "size": {"type": "string"}, "vers... | {"android" : "8.1", "codename" : "clover", "device" : "Mi Pad 4 (Plus) China", "download" : "http://bigota.d.miui.com/9.8.22/clover_images_9.8.22_20190822.0000.00_8.1_cn_2a8faecc19.tgz", "filename" : "clover_images_9.8.22_20190822.0000.00_8.1_cn_2a8faecc19.tgz", "md5" : "2a8faecc19608f8697a718ae81a980e4", "size" : "1.6... | json_instruct | {"type": "object", "properties": {"android": {"type": "string"}, "codename": {"type": "string"}, "device": {"type": "string"}, "download": {"type": "string"}, "filename": {"type": "string"}, "md5": {"type": "string"}, "size": {"type": "string"}, "version": {"type": "string"}}, "required": ["android", "codename", "devic... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon"... | {"id" : "65751894", "name" : "Roberts Field", "nodes" : [{"type" : "node", "id" : 801132929, "lat" : 52.2200334, "lon" : -1.0383111}, {"type" : "node", "id" : 801132933, "lat" : 52.2202435, "lon" : -1.0386765}, {"type" : "node", "id" : 801132939, "lat" : 52.2205237, "lon" : -1.038293}, {"type" : "node", "id" : 14233109... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "prope... | {"dbId" : "373753", "name" : "Nephrin interactions", "children" : [], "size" : 1, "symbols" : ["NPHS1", "NCK2", "WASL", "CD2AP", "PIK3CA", "PIK3CB", "PIK3R1", "PIK3R2", "CASK", "KIRREL", "IQGAP1", "MAGI2", "ACTN1", "ACTN2", "ACTN3", "ACTN4", "SPTAN1", "SPTBN1", "KIRREL3", "KIRREL2", "FYN", "NPHS1", "NCK1"], "gallusOrth... | json_instruct | {"type": "object", "properties": {"dbId": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {}}, "size": {"type": "integer"}, "symbols": {"type": "array", "items": {"type": "string"}}, "gallusOrth": {"type": "object", "properties": {"sharedSymbols": {"type": "array", "items": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.258071, 52.537378]}, "properties" : {"site-plan-url" : "https://planpa.peterborough.gov.uk/online-applications/applicationDetails.do?activeTab=map&keyVal=P0UKDDML0CW00", "planning-permission-type" : "full planning permission", "site" : "PDL/0046/1... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteId" : "f8f0318f-0bb6-4a79-8970-bb53f083bb6c"} | json_instruct | {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "acumen", "definition" : "Quickness of perception or discernment; penetration of mind; the faculty of nice discrimination. Selden. Syn. -- Sharpness; sagacity; keenness; shrewdness; acuteness."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/.zenith-wrapped", "/bin/zenith"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"className": {"type": "string"}, "classAnnotations": {"type": "array", "items": {}}, "interfaces": {"type": "array", "items": {"type": "string"}}, "superClasses": {"type": "array", "items": {"type": "string"}}}, "re... | {"className" : "org.wikipedia.widgets.WidgetProviderFeaturedPage$onUpdate$1", "classAnnotations" : [], "interfaces" : ["org.wikipedia.widgets.WidgetProviderFeaturedPage$Callback"], "superClasses" : ["java.lang.Object"]} | json_instruct | {"type": "object", "properties": {"className": {"type": "string"}, "classAnnotations": {"type": "array", "items": {}}, "interfaces": {"type": "array", "items": {"type": "string"}}, "superClasses": {"type": "array", "items": {"type": "string"}}}, "required": ["className", "classAnnotations", "interfaces", "superClasses"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type"... | {"description" : "go.talks/present: document `code` convention", "cc" : ["golang-dev@googlegroups.com", "r@golang.org"], "reviewers" : [], "messages" : [{"sender" : "adg@golang.org", "recipients" : ["adg@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "Hello golang-dev@googl... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": ... | {"author" : "Robert Bringhurst", "classification" : "", "keywords" : ["Relationships", "Arts", "Sciences", "Love", "Poetry", "Poets", "Realistic", "Complicated"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/178483", "region" : "Canada", "text" : ["These poems, these poems,", "these poems, she sai... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "website": {"type": "string"}, "streamurl": {"type": "string"}, "country": {"type": "string"}, "bitrate": {"type": "string"}, "st... | [{"id" : 6708, "name" : "181.fm Jammin 181", "website" : "http://www.181.fm", "streamurl" : "http://108.61.73.119:8042", "country" : "US", "bitrate" : "128 kbps", "status" : 1}, {"id" : 8069, "name" : "Funky Groove Radio", "website" : "http://funkygrooveradio.webs.com", "streamurl" : "http://95.211.195.194:8020", "cou... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "website": {"type": "string"}, "streamurl": {"type": "string"}, "country": {"type": "string"}, "bitrate": {"type": "string"}, "status": {"type": "integer"}}, "required": ["id", "name", "website", "streamu... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pnp.js": {"type": "string"}, "pnp.min.js": {"type": "string"}}, "required": ["pnp.js", "pnp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pnp.js" : "sha512-60uYAgsqW/bV/gmxaanS2z2cT2J9WCNOYY0yiQm24jgzk9Y+qznDzUn+328bq6gFYmo7JlpI4LOKKMaL5EmqJA==", "pnp.min.js" : "sha512-bMfGkbJ3pCA1s5sl+lVMHmaU4IgI0bX8U+ic99poJrK57uQSfxKD7eUIA2Bw/6RJPEdgZckHfPqRg08Knsy5eA=="} | json_instruct | {"type": "object", "properties": {"pnp.js": {"type": "string"}, "pnp.min.js": {"type": "string"}}, "required": ["pnp.js", "pnp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schem... | {"id" : "http://data.doremus.org/performance/a4f0cc98-01f6-3338-969b-e282e239d294", "expression" : [{"id" : "http://data.doremus.org/expression/605fe49f-2057-3e58-aa80-d120fa7d1d7f"}, {"id" : "http://data.doremus.org/expression/12e746f1-fe6a-3bda-a618-c234d906ccc0"}, {"id" : "http://data.doremus.org/expression/0077377d... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "Upper Bato-Bato, Akbar, Basilan, Autonomous Region of Muslim Mindanao (ARMM), PH", "locale" : "ph.autonomous-region-of-muslim-mindanao-armm.basilan.akbar.upper-bato-bato", "country_id" : 177, "country_reference" : 177, "country_name" : ... | 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": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PlaceholderDesc_Choices": {"type": "string"}}, "required": ["PlaceholderDesc_Choices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PlaceholderDesc_Choices" : "Array of choices. Can be iterated using <i>for</i>. The properties of the choices can be found below."} | json_instruct | {"type": "object", "properties": {"PlaceholderDesc_Choices": {"type": "string"}}, "required": ["PlaceholderDesc_Choices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "i... | {"name" : "atlantis.io", "version" : "0.0.0", "authors" : ["Wyatt Johnson <wyattjoh@gmail.com>"], "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular" : "~1.3.2", "foundation" : "~5.4.7", "lodash" : "~2.4.1", "oclazyload" : "~0.5.0",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ... | {"n_dim" : 13, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "platypus_genetic", "black" : "platypus_ibea", "traceback" : ["passing", "passing"], "best_val" : [2037.2178744107414, 2109.82787872188], "best_x" : [[0.5420353688340503, 0.7478383985263837, 0.5702227242685678, 0.3152037555504481, 0.78... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
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-xvq6-mh4q-2wm8", "modified" : "2022-04-30T18:22:24Z", "published" : "2022-04-30T18:22:24Z", "aliases" : ["CVE-2002-2041"], "details" : "Multiple buffer overflows in realtime operating system (RTOS) 6.1.0 allows local users to execute arbitrary code via (1) a long ABLANG environ... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "Values": {"type": "object", "properties": {"FUNCTIONS_WORKER_RUNTIME": {"type": "string"}, "AzureWebJobsStorage": {"type": "string"}, "DocDbConnectionStringKey": {"type": "... | {"IsEncrypted" : false, "Values" : {"FUNCTIONS_WORKER_RUNTIME" : "node", "AzureWebJobsStorage" : "UseDevelopmentStorage=true", "DocDbConnectionStringKey" : "", "DocDbRideShareDatabaseName" : "rideshare", "DocDbRideShareMainCollectionName" : "main"}} | json_instruct | {"type": "object", "properties": {"IsEncrypted": {"type": "boolean"}, "Values": {"type": "object", "properties": {"FUNCTIONS_WORKER_RUNTIME": {"type": "string"}, "AzureWebJobsStorage": {"type": "string"}, "DocDbConnectionStringKey": {"type": "string"}, "DocDbRideShareDatabaseName": {"type": "string"}, "DocDbRideShareMa... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"... | {"name" : "Aeternity", "symbol" : "AE", "id" : "0x5CA9a71B1d01849C0a95490Cc00559717fCF0D1d", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/aeternity", "market_cap_usd" : 50506463, "market_cap_rank" : 665, "24_hr_volume_usd" : 1823378, "public_notice" : "Mainnet is live. There are still AE token... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "integer"}, "public_noti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vorgangId": {"type": "string"}, "VORGANG": {"type": "object", "properties": {"WAHLPERIODE": {"type": "string"}, "VORGANGSTYP": {"type": "string"}, "TITEL": {"type": "string"}, "INITIATIVE": {"type": "string"}, "AKTUELLER_STAND... | {"vorgangId" : "59904", "VORGANG" : {"WAHLPERIODE" : "18", "VORGANGSTYP" : "EU-Vorlage", "TITEL" : "Bericht der Kommission an das Europ\u00e4ische Parlament und\r\nden Rat \u00fcber die abschlie\u00dfende Bewertung der\r\nDurchf\u00fchrung des statistischen Programms der\r\nGemeinschaft 2008-2012\r\nKOM(2013) 883 endg.... | json_instruct | {"type": "object", "properties": {"vorgangId": {"type": "string"}, "VORGANG": {"type": "object", "properties": {"WAHLPERIODE": {"type": "string"}, "VORGANGSTYP": {"type": "string"}, "TITEL": {"type": "string"}, "INITIATIVE": {"type": "string"}, "AKTUELLER_STAND": {"type": "string"}, "SIGNATUR": {"type": "string"}, "GES... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gatsby": {"type": "string"}, "gatsby-link": {"type":... | {"name" : "TanglesHairExtensionsandMore", "description" : "Tangles Hair Extensions and More. Where genuinely caring about your hair is a wonderful experience", "version" : "1.0.0", "author" : "Aditi Rajagopal - araja@umich.edu", "dependencies" : {"gatsby" : "^1.8.10", "gatsby-link" : "^1.6.5", "gatsby-plugin-react-helm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"gatsby": {"type": "string"}, "gatsby-link": {"type": "string"}, "gatsby-plugin-react-helmet": {"type": "string"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lang": {"type": "string"}, "dateFormat": {"type": "string"}, "details": {"type": "string"}, "download": {"type": "string"}, "empty": {"type": "string"}, "files": {"type": "string"}, "filter": {"type": "string"}, "folders": {"t... | {"lang" : "espa\u00f1ol", "dateFormat" : "DD/MM/YYYY HH:mm", "details" : "Detalles", "download" : "Descargar", "empty" : "vac\u00edo", "files" : "Archivos", "filter" : "Filtrar", "folders" : "Directorios", "grid" : "Cuadr\u00edcula", "icons" : "\u00cdconos", "language" : "Idioma", "lastModified" : "\u00daltima modifica... | json_instruct | {"type": "object", "properties": {"lang": {"type": "string"}, "dateFormat": {"type": "string"}, "details": {"type": "string"}, "download": {"type": "string"}, "empty": {"type": "string"}, "files": {"type": "string"}, "filter": {"type": "string"}, "folders": {"type": "string"}, "grid": {"type": "string"}, "icons": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "location_id": {"type": "string"}, "number": {"type": "string"}, "extension": {"type": "string"}, "type": {"type": "string"}, "language": {"type": "string"}... | [{"id" : "1", "location_id" : "1", "number" : " +1 (630) 771-1494", "extension" : "None", "type" : "Store ", "language" : "EN", "description" : "description"}, {"id" : "2", "location_id" : "2", "number" : " +1 (773) 836-9497", "extension" : "None", "type" : "Store ", "language" : "EN", "description" : "Primary number p... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "location_id": {"type": "string"}, "number": {"type": "string"}, "extension": {"type": "string"}, "type": {"type": "string"}, "language": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "location_id", "numb... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {}, "... | {"name" : "test", "version" : "0.0.1", "description" : "test", "scripts" : {}, "repository" : {}, "author" : "Huimin HE", "license" : "MIT", "devDependencies" : {"@nomiclabs/hardhat-ethers" : "^2.0.0", "@nomiclabs/hardhat-waffle" : "^2.0.1", "chai" : "^4.2.0", "ethereum-waffle" : "^3.2.1", "ethereumjs-util" : "^7.0.7",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/dr... | {"index" : 5799, "redacted" : false, "hash" : 429980593, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Login admin page": {"type": "string"}, "Username": {"type": "string"}, "Password": {"type": "string"}, "Remember me": {"type": "string"}, "Login": {"type": "string"}}, "required": ["Login admin page", "Username", "P... | {"Login admin page" : "\u0110\u0103ng nh\u1eadp trang qu\u1ea3n tr\u1ecb", "Username" : "T\u00e0i kho\u1ea3n", "Password" : "M\u1eadt kh\u1ea9u", "Remember me" : "Nh\u1edb m\u1eadt kh\u1ea9u", "Login" : "\u0110\u0103ng nh\u1eadp"} | json_instruct | {"type": "object", "properties": {"Login admin page": {"type": "string"}, "Username": {"type": "string"}, "Password": {"type": "string"}, "Remember me": {"type": "string"}, "Login": {"type": "string"}}, "required": ["Login admin page", "Username", "Password", "Remember me", "Login"], "$schema": "http://json-schema.org/... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": ... | {"idArt" : "130", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "EGC", "year" : "2014", "place" : "Rennes", "location" : {"lat" : 48.117266, "lon" : -1.6777926}, "title" : "Reconstruction et analyse s\u00e9mantique de chronologies cybercriminelles", "abstract" : "La reconstruction de chr... | json_instruct | {"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "demonstration", "definition" : "1. The act of demonstrating; an exhibition; proof; especially, proof beyond the possibility of doubt; indubitable evidence, to the senses or reason. Those intervening ideas which serve to show the agreement of any two others are called \"proofs;\" and where agreement or disagr... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttex... | {"itemid" : "minecraft:red_flower", "displayname" : "\u00a79The Alchemist's Staff", "nbttag" : "{HideFlags:254,display:{Lore:[0:\"\u00a77Damage: \u00a7c+50\",1:\"\u00a77Strength: \u00a7c+20\",2:\"\u00a77Intelligence: \u00a7a+20\",3:\"\",4:\"\u00a76Ability: Coin Conversion \u00a7e\u00a7lRIGHT CLICK\",5:\"\u00a77Spend co... | json_instruct | {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"tileset": {"type": "string"}, "ground": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "invalidFrame": {"type": "array", "items": {"type": "integer"}}, "start": {"type": "object", "properties": {"... | {"tileset" : "chemin.png", "ground" : [[10, 10, 10, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 10, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 2, 10, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [10, 10, 10, 10, 10, 10, 10, 2, 2, 2, 2, 2, 2, 2, 2, 2], [10, 2, 10, 2, 2, 2, 10, 2, 2, 2, 2, 2, 2, 2, 2, 2], [10, 2, 10, 2, 2... | json_instruct | {"type": "object", "properties": {"tileset": {"type": "string"}, "ground": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "invalidFrame": {"type": "array", "items": {"type": "integer"}}, "start": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "requir... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "vertices": {"type": "integer"}, "edges": {"type": "integer"}, "peels": {"type": "array", "items": {"type": "integer"}}, "layers": {"type": "array", "items": {"type":... | {"name" : "moreno_names", "description" : "", "vertices" : 1773, "edges" : 9131, "peels" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 15], "layers" : [{"peel" : 1, "edges" : 360, "vertices" : 519, "clones" : 454, "components" : 159, "clustering" : 0.0}, {"peel" : 2, "edges" : 888, "vertices" : 699, "clones" : 337, "components... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "vertices": {"type": "integer"}, "edges": {"type": "integer"}, "peels": {"type": "array", "items": {"type": "integer"}}, "layers": {"type": "array", "items": {"type": "object", "properties": {"peel": {"type": "integer"}, "e... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom... | {"code" : "JKX", "bounds" : {"left" : 72.0, "right" : 80.0, "bottom" : 32.0, "top" : 37.5}, "indices" : {"left" : 504, "right" : 519, "bottom" : 115, "top" : 105}, "splitted" : false} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", "top"]}, "indices": {"type": "object", "properties": {"left... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "au... | {"title" : "Grounding the Meaning of Words through Vision and Interactive Gameplay.", "fields" : ["computer science", "existential quantification", "robot", "artificial intelligence", "machine learning"], "abstract" : "Currently, there exists a need for simple, easily-accessible methods with which individuals lacking a... | 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": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "inte... | {"MATERIAL" : "corrugated metal", "AVG_SLOPE" : 6.41839076031, "AVG_HEIGHT" : 1.68147619167, "TERAIN_SLP" : 24.0536134629, "AREA" : 59.2292655056, "VOLUME" : 100, "FLOORS" : 1, "INT_ZONE" : null, "FLOOD" : 2, "LANDSLIDE" : "Amenaza Media", "LEGAL_ID" : "358", "LEGAL_NAME" : "EL PARAISO", "LEGAL_AREA" : 26.04, "LEGAL_LO... | json_instruct | {"type": "object", "properties": {"MATERIAL": {"type": "string"}, "AVG_SLOPE": {"type": "number"}, "AVG_HEIGHT": {"type": "number"}, "TERAIN_SLP": {"type": "number"}, "AREA": {"type": "number"}, "VOLUME": {"type": "integer"}, "FLOORS": {"type": "integer"}, "INT_ZONE": {"type": "null"}, "FLOOD": {"type": "integer"}, "LA... |
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"}, "start": {"typ... | {"name" : "paribhas", "version" : "1.0.0", "description" : "A Simple Node express based Framwork For Fast Development!", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js"}, "author" : "Harikrushna Patel", "license" : "MIT License", "dependencies" : {"dot... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"routingDefaults": {"type": "object", "properties": {"locale": {"type": "string"}, "numItineraries": {"type": "integer"}, "showIntermediateStops": {"type": "boolean"}}, "required": ["locale", "numItineraries", "showIntermediateSt... | {"routingDefaults" : {"locale" : "de", "numItineraries" : 5, "showIntermediateStops" : true}, "streetRoutingTimeout" : 4, "boardTimes" : {"BICYCLE" : 300, "AIRPLANE" : 2700, "FERRY" : 1200}, "alightTimes" : {"BICYCLE" : 300, "CAR" : 450, "FERRY" : 1800, "AIRPLANE" : 3600}, "updaters" : []} | json_instruct | {"type": "object", "properties": {"routingDefaults": {"type": "object", "properties": {"locale": {"type": "string"}, "numItineraries": {"type": "integer"}, "showIntermediateStops": {"type": "boolean"}}, "required": ["locale", "numItineraries", "showIntermediateStops"]}, "streetRoutingTimeout": {"type": "integer"}, "boa... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recommendations" : ["octref.vetur", "editorconfig.editorconfig", "lokalise.i18n-ally", "dbaeumer.vscode-eslint", "mutsuntsai.jsdoc-link", "hbenl.vscode-mocha-test-adapter"]} | json_instruct | {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["qhub-dask"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"function-plot.js": {"type": "string"}, "function-plot.min.js": {"type": "string"}}, "required": ["function-plot.js", "function-plot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"function-plot.js" : "sha512-MBvaYytCzy2BfHST8Fm42uhKM/2jsKc2eFvNhUYYDtYmDUwOHyXE6rGmJn9hBJ1wYXMuXGAFpiebs/onLwsizw==", "function-plot.min.js" : "sha512-U4uJupb9ZR4P0l27ru0JF27DND1MsNBisG4n7O4f+DL/dyfgRwVMziVxIJObBSVpJ59p8JAnYP68G71oHFsNqw=="} | json_instruct | {"type": "object", "properties": {"function-plot.js": {"type": "string"}, "function-plot.min.js": {"type": "string"}}, "required": ["function-plot.js", "function-plot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 404376449, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "31c8a47d98c9c8fdf69cd3bd372ad36c", "wof:id" : 404376449, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.47922968101564, 44.66861994643612, -0.43387957264082, 44.704178229121... | 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": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"JWT_KEY": {"type": "string"}, "JWT_EXPIRES_IN": {"type": "string"}, "db": {"type": "string"}, "PORT": {"type": "string"}, "NODE_ENV": {"type": "string"}, "SENDGRID_API_KEY": {"type": "string"}, "LOGO_URL": {"type": "string"}}, "... | {"JWT_KEY" : "1234", "JWT_EXPIRES_IN" : "30s", "db" : "mongodb://localhost:27017/chato_test", "PORT" : "3000", "NODE_ENV" : "test", "SENDGRID_API_KEY" : "SG.1", "LOGO_URL" : "1"} | json_instruct | {"type": "object", "properties": {"JWT_KEY": {"type": "string"}, "JWT_EXPIRES_IN": {"type": "string"}, "db": {"type": "string"}, "PORT": {"type": "string"}, "NODE_ENV": {"type": "string"}, "SENDGRID_API_KEY": {"type": "string"}, "LOGO_URL": {"type": "string"}}, "required": ["JWT_KEY", "JWT_EXPIRES_IN", "db", "PORT", "N... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"meantokens": {"type": "object", "properties": {"class": {"type": "string"}, "key": {"type": "string"}, "options": {"type": "object", "properties": {"model_name": {"type": "string"}}, "required": ["model_name"]}}, "... | {"meantokens" : {"class" : "XlmRBertBaseNliStsbMeanTokens", "key" : "xlm-r-bert-base-nli-stsb-mean-tokens", "options" : {"model_name" : "distilroberta-base"}}, "indiansbert" : {"class" : "IndianSbert", "key" : "indian-sbert", "options" : {"model_name" : "distilroberta-base"}}, "video" : {"class" : "VideoModel", "key" :... | json_instruct | {"type": "object", "properties": {"meantokens": {"type": "object", "properties": {"class": {"type": "string"}, "key": {"type": "string"}, "options": {"type": "object", "properties": {"model_name": {"type": "string"}}, "required": ["model_name"]}}, "required": ["class", "key", "options"]}, "indiansbert": {"type": "objec... |
Create an example JSON object that satisfies this schema:
{"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", "... | {"contract" : "0xf86aa15d8735a873d0e6410777183c83f83de43b", "tool" : "osiris", "start" : 1564594321.5158584, "end" : 1564594324.315305, "duration" : 2.7994465827941895, "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://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "javaType": {"type": "string"}}, "required":... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "AWS_Redshift_ClusterAttributes.schema.json", "title" : "ClusterAttributes", "type" : "string", "enum" : ["Endpoint.Address", "Endpoint.Port"], "javaType" : "shiver.me.timbers.aws.redshift.ClusterAttributes"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "javaType": {"type": "string"}}, "required": ["$schema", "$id", "title", "type", "enum", "javaType"], "$schema": "h... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "@fortawesome/fontawesome-free": {"type": "string"}, "p... | {"name" : "django", "private" : "true", "dependencies" : {"bootstrap" : "4.5.2", "jquery" : "3.5.1", "@fortawesome/fontawesome-free" : "5.14.0", "popper.js" : "1.16.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "@fortawesome/fontawesome-free": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["bootstrap", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "item... | [{"address_components" : [{"long_name" : "Naz\u0131miye", "short_name" : "Naz\u0131miye", "types" : ["locality", "political"]}, {"long_name" : "Merkez", "short_name" : "Merkez", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "Naz\u0131miye", "short_name" : "Naz\u0131miye", "types" : ["administr... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jsonld.js": {"type": "string"}, "jsonld.min.js": {"type": "string"}}, "required": ["jsonld.js", "jsonld.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonld.js" : "sha256-VUHcYSOwBLJQwD8J5n/l6vIRQkUWR3b1CIrcUPOYA0Y=", "jsonld.min.js" : "sha256-xBMc7ql8py43KWzfeAEjV4ADp5ioUznyvgH6rnJQaxU="} | json_instruct | {"type": "object", "properties": {"jsonld.js": {"type": "string"}, "jsonld.min.js": {"type": "string"}}, "required": ["jsonld.js", "jsonld.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [3, 4, 3, 1, 4, 2, 4, 7, 4, 3, 3, 1, 2, 3] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"line" : 3, "column" : 5, "msg" : "Identifier expected. 'interface' is a reserved word in strict mode."}, {"line" : 10, "column" : 1, "msg" : "Identifier expected. 'interface' is a reserved word in strict mode."}, {"line" : 11, "column" : 1, "msg" : "Cannot find name 'I'."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 1408, "filename" : "01-raw-OMDB1277.jpeg"} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {... | {"name" : "vaccination-game", "version" : "1.0.0", "description" : "A game that shows minimalistically how to eradicate a disease in a population. First, trap the disease as fast as possible, and then vaccinate all remaining people.", "author" : "Claudio Bonfati", "private" : true, "scripts" : {"dev" : "nuxt", "build" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 96585, "cartId" : "06cbf255-f0c5-4cf5-8ccf-cdd281a5f4d1", "preferredProducts" : [2659, 3947, 3334, 941, 4229, 4607, 2964], "productReviews" : [{"productId" : 4651, "reviewText" : "one of my hobbies is theater. and when i'm acting this works great.", "reviewDate" : "2017-06-14T19:54:39.5983154+03:00"}, {"pro... | 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": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5":... | {"result" : {"1" : [{"1" : "Bologna Guglielmo Marconi, Italy (BLQ)", "2" : "airport", "3" : "BLQ", "4" : "BLQ", "5" : "Bologna", "6" : 11.2969444, "7" : 44.5308333, "10" : "Europe/Rome"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"termTheme": {"type": "string"}, "layouts": {"type": "object", "properties": {"layout-1": {"type": "object", "properties": {"data": {"type": "object", "properties": {"layout-restorer:data": {"type": "object", "p... | {"termTheme" : "dark", "layouts" : {"layout-1" : {"data" : {"layout-restorer:data" : {"main" : {"dock" : {"type" : "tab-area", "widgets" : ["terminal:1"], "currentIndex" : 0}}}}}}} | json_instruct | {"type": "object", "properties": {"termTheme": {"type": "string"}, "layouts": {"type": "object", "properties": {"layout-1": {"type": "object", "properties": {"data": {"type": "object", "properties": {"layout-restorer:data": {"type": "object", "properties": {"main": {"type": "object", "properties": {"dock": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dockerImageBuilder": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["dockerImag... | {"dockerImageBuilder" : "ritclizup/rit-python3-builder", "inputs" : [{"name" : "rit_gitlab_token", "type" : "CREDENTIAL_GITLAB_TOKEN"}, {"name" : "rit_gitlab_user", "type" : "CREDENTIAL_GITLAB_USERID"}, {"label" : "Token name:", "name" : "rit_token_name", "tutorial" : "Ex: my-company-token", "type" : "text"}]} | json_instruct | {"type": "object", "properties": {"dockerImageBuilder": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["dockerImageBuilder", "inputs"], "$schema": "http://json-schema.org/dr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "requ... | {"name" : "micro-link", "version" : "0.0.2", "description" : "a minimalistic microservice that lets you easily generate and resolve sharable dynamic link", "main" : "index.js", "scripts" : {"start" : "NODE_ENV=production micro -p 8080 .", "dev" : "micro -p 3000"}, "keywords" : ["easily", "deploy", "minimalistic", "deep... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "keywords": {"type": "array", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d977-44", "text" : "-2-\nCf each<; 5$ would again* us hope* be available for administrative expenses 0\nAU1 salaries include social security*\n/Editorial was added {in first alternative suggested) in view of the demand\nand load* and the number of publishable materials not now being moved \u2014\u00bb\nsome ne... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.