input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {... | {"name" : "xata-stats-bot", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "engines" : {"node" : "16.x"}, "scripts" : {"start" : "node index.js"}, "dependencies" : {"dotenv" : "^10.0.0", "ethers" : "^5.5.2", "node-fetch" : "^3.1.0", "node-telegram-bot-api" : "^0.55.0"}, "devDependencies" : {"@typescript-e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["530629103001", "\u7f57\u5e03\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["530629103202", "\u9752\u9f99\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530629103203", "\u6843\u575d\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530629103204", "\u7c38\u706b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "rulable", "definition" : "That may be ruled; subject to rule; accordant or conformable to rule. Bacon."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "routing-service", "version" : "1.0.0", "main" : "index.js", "author" : "Vadim Kotov <igeeko@gmail.com>", "scripts" : {"test" : "jest --config jest.config.js --verbose"}, "peerDependencies" : {"object-state-storage" : "*", "history" : "*"}, "devDependencies" : {"babel-core" : "^6.26.0", "babel-eslint" : "^8.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "peerDependencies": {"type": "object", "properties": {"object-state-stor... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch... | [{"name" : "BETAN\ufffd", "frequency" : 1, "males" : "0.0 %", "females" : "100.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"... | {"name" : "@yakit/demo", "description" : "Framework agnostic ui stuff", "version" : "1.0.0", "private" : true, "scripts" : {"dev" : "vite", "build" : "vite build", "preview" : "vite preview", "test" : "jest src"}, "author" : "Joshua B", "license" : "MIT", "dependencies" : {"@yakit/grid" : "workspace:1.0.0", "@yakit/sve... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}, "test": {"type": "string"}},... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@... | {"MRRm_new" : 0.4937101941569936, "MRm_new" : 265.58671199768037, "HITS@1m_new" : 0.43100947742671997, "HITS@3m_new" : 0.5183508114859869, "HITS@10m_new" : 0.6139584901274684} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Create a JSON structure that matches this schema definition:
{"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" : 8, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "ultraopt_random", "black" : "hebo_sequential", "traceback" : ["passing", "passing"], "best_val" : [5802.853917256561, 4159.110692182898], "best_x" : [[0.2064212717606032, 0.010995828658480478, 0.13688563006880727, 0.9000186418481051, 0... | 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": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"patthana8.16:1.1": {"type": "string"}, "patthana8.16:2.1": {"type": "string"}, "patthana8.16:3.1": {"type": "string"}, "patthana8.16:4.1": {"type": "string"}}, "required": ["patthana8.16:1.1", "patthana8.16:2.1", ... | {"patthana8.16:1.1" : "dr45.25, ms40P8_83, msdiv30, vri124.99", "patthana8.16:2.1" : "ms40P8_84", "patthana8.16:3.1" : "ms40P8_85, sya45.25", "patthana8.16:4.1" : "ms40P8_86"} | json_instruct | {"type": "object", "properties": {"patthana8.16:1.1": {"type": "string"}, "patthana8.16:2.1": {"type": "string"}, "patthana8.16:3.1": {"type": "string"}, "patthana8.16:4.1": {"type": "string"}}, "required": ["patthana8.16:1.1", "patthana8.16:2.1", "patthana8.16:3.1", "patthana8.16:4.1"], "$schema": "http://json-schema.... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"typ... | [{"fees" : -2500000000, "ts" : "1535319953", "txid" : "9190f898186e9fbc464dc669d713bcc228baced90396e82739ddd0526d817c23", "block" : 1422268, "in" : [{"coinbase" : "03bcb31504911f835b0827feee798e0100000d2f6e6f64655374726174756d2f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MBqPGPPuKVCLQSyGjNaSgQtAActjz37... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"excludes": {"type": "array", "items": {}}, "extensions": {"type": "array", "items": {"type": "string"}}, "eslint": {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}}, "required": ["... | {"excludes" : [], "extensions" : ["js", "jsx", "css", "json"], "eslint" : {"extensions" : ["js", "jsx"]}, "js" : {"extensions" : ["js", "jsx"]}, "css" : {"extensions" : ["css"]}, "json" : {"extensions" : ["json"]}, "babel" : {"extensions" : ["js", "jsx"]}, "httpresource" : {}, "builtins" : {}, "cache" : false, "shards"... | json_instruct | {"type": "object", "properties": {"excludes": {"type": "array", "items": {}}, "extensions": {"type": "array", "items": {"type": "string"}}, "eslint": {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}}, "required": ["extensions"]}, "js": {"type": "object", "properties": {"ext... |
Please provide a valid JSON object following 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" : "AROGAPH1187B98CF9C", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Benabar", "duration" : 238.44526, "num_songs" : 1, "song_id" : "SOADDVU12A8AE47512", "title" : "Le Zoo De Vincennes", "year" : 2003} | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director"... | {"domain" : "suzhou.gov.cn", "title" : "\u82cf\u5dde\u5e02\u4fe1\u606f\u4e2d\u5fc3", "type" : "\u4e8b\u4e1a\u5355\u4f4d", "license" : "\u82cfICP\u590710219514\u53f7-1", "name" : "\u4e2d\u56fd\u82cf\u5dde", "homepage" : "www.suzhou.gov.cn", "audit" : "2014-04-01", "director" : "", "pre-approval" : "", "updated" : 147747... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues"... | {"contract" : "0xa3baa9cd4f5c0f75541e7c78462a6f36ed62049a", "tool" : "mythril", "start" : 1563578973.3422308, "end" : 1563578978.2767584, "duration" : 4.934527635574341, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[139.375, 30.5], [139.375, 30.583333333333332], [139.5, 30.583333333333332], [139.5, 30.5], [139.375, 30.5]]]}, "properties" : {"code" : 453963, "url" : "http://madefor.github.io/0410/api/v1/453963.geojson", "view" : "https://github.com/madefor/04... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"3": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "6": {"type": "integer"}, "9": {"type": "integer"}}, "required": ["0", "1", "2", "3", "6... | {"3" : {"0" : "IKEA of Sweden", "1" : "TRADFRI remote control", "2" : "", "3" : "1.2.214", "6" : 3, "9" : 34}, "5750" : 0, "9001" : "Remote AZ", "9002" : 1513380504, "9003" : 65536, "9019" : 1, "9020" : 1538262131, "9054" : 0, "15009" : [{"9003" : 0}]} | json_instruct | {"type": "object", "properties": {"3": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "6": {"type": "integer"}, "9": {"type": "integer"}}, "required": ["0", "1", "2", "3", "6", "9"]}, "5750": {"type": "integer"}, "9001": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"fantom": {"type": "string"}}, "required": ["fantom"]}, "hashing_algorithm": {"type": "null"}, "ca... | {"id" : "timechain-swap-token", "symbol" : "tcs", "name" : "Timechain Swap Token", "platforms" : {"fantom" : "0xfbfae0dd49882e503982f8eb4b8b1e464eca0b91"}, "hashing_algorithm" : null, "categories" : ["Decentralized Exchange Token (DEX)", "Fantom Ecosystem", "Automated Market Maker (AMM)"], "description" : {"en" : "Time... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"fantom": {"type": "string"}}, "required": ["fantom"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "strin... | {"player_id" : 2857, "name" : "Orlando Brown", "position" : "T", "height" : "6-7", "weight" : "360", "current_team" : null, "birth_date" : "1970-12-12", "birth_place" : "Washington, DC", "death_date" : "2011-09-23", "college" : "Central State (OH)", "high_school" : "Howard D. Woodson, DC", "draft_team" : null, "draft_r... | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"phone_number": {"type": "object", "properties": {"id": {"type": "integer"}, "number": {"type": "string"}}, "required": ["id", "number"]}}, "required": ["phone_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"phone_number" : {"id" : 7, "number" : "+13525475960"}} | json_instruct | {"type": "object", "properties": {"phone_number": {"type": "object", "properties": {"id": {"type": "integer"}, "number": {"type": "string"}}, "required": ["id", "number"]}}, "required": ["phone_number"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"interfaces": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["interfaces"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"interfaces" : [{"name" : "interface test"}]} | json_instruct | {"type": "object", "properties": {"interfaces": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["interfaces"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "linkedin": {"type": "string"}, "photo": {"type": "string"}}, "required": ["name", "position", "linkedin", "photo"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"name" : "Connor Lindsey", "position" : "Co-President", "linkedin" : "https://www.linkedin.com/in/connor-lindsey-b7608914a/", "photo" : "/assets/connor_lindsey.jpeg"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "linkedin": {"type": "string"}, "photo": {"type": "string"}}, "required": ["name", "position", "linkedin", "photo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "rmrevin/yii2-fo... | {"name" : "denostr/yii2-bootstrap-social", "description" : "Asset Bundle for Yii2 with bootstrap-social https://lipis.github.io/bootstrap-social/", "type" : "yii2-extension", "require" : {"php" : ">=5.4", "yiisoft/yii2" : "2.0.*", "rmrevin/yii2-fontawesome" : "~2.17", "bower-asset/bootstrap-social" : "~5.0.0"}, "licens... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "rmrevin/yii2-fontawesome": {"type": "string"}, "bower-asset/bootstrap-social": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "s... | {"authors" : {"name" : "Anil Kandangath", "url" : "https://os.mbed.com/users/kandangath/"}, "description" : "Debounce InterruptIn", "examples" : ["https://os.mbed.com/teams/AIES/code/led_sigfox/", "https://os.mbed.com/teams/AIES/code/Allumag_lampe_sigfox/", "https://os.mbed.com/teams/Case-study-Embedded-System-Design/c... | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "arra... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$comments": {"type": "string"}, "$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"end": {"type": "ob... | {"$comments" : "From https://github.com/phenopackets/phenopacket-schema/blob/v2/docs/time-interval.rst", "$schema" : "https://json-schema.org/draft/2020-12/schema", "additionalProperties" : false, "description" : "Time interval with start and end defined as ISO8601 time stamps.", "properties" : {"end" : {"$ref" : "./co... | json_instruct | {"type": "object", "properties": {"$comments": {"type": "string"}, "$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"end": {"type": "object", "properties": {"$ref": {"type": "string"}, "examples": {"type": "arr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"errorMessage": {"type": "string"}}, "required": ["errorMessage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"errorMessage" : "Invalid Serverless Application Specification document. Number of errors found: 1. Event with id [StateMachineCWEvent] is invalid. You can either define 'Arn' or 'Type' property of DeadLetterConfig"} | json_instruct | {"type": "object", "properties": {"errorMessage": {"type": "string"}}, "required": ["errorMessage"], "$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": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.or... | [{"year" : 1921, "sex" : "M", "n" : 5, "prop" : 4.39e-06}, {"year" : 1925, "sex" : "M", "n" : 6, "prop" : 5.21e-06}, {"year" : 1927, "sex" : "M", "n" : 5, "prop" : 4.3e-06}, {"year" : 1938, "sex" : "M", "n" : 8, "prop" : 7.04e-06}, {"year" : 1948, "sex" : "M", "n" : 5, "prop" : 2.8e-06}, {"year" : 1953, "sex" : "F", "n... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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": ... | {"\u5de5\u5ee0\u540d\u7a31" : "\u745e\u5f18\u7cbe\u5bc6\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "04000450", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u7af9\u7e23\u7af9\u5317\u5e02\u6cf0\u548c\u91cc\u74b0\u5317\u8def\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... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["descri... | {"latest_version" : ["0.0.7"], "meta" : {"description" : "A generic request and response interface for pyexcel web extensions", "homepage" : "UNKNOWN", "license" : "New BSD"}, "versions" : {"0.0.1" : {"sha256" : "96e4a55332ece20abb8d418a812e2a74127a953f9d852276bcb827507b6b7111", "url" : "https://files.pythonhosted.org/... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2010, 14], [2011, 15], [2012, 30], [2013, 28], [2014, 32]] | json_instruct | {"type": "array", "items": {"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": "object", "properties": {"architecture": {"type": "string"}, "category": {"type": "string"}, "changelog": {"type": "string"}, "contains": {"type": "array", "items": {"type": "string"}}, "dependency_list": {"type": "array", "items": {}}, "d... | {"architecture" : "ARM|PIC|PIC32", "category" : "MP3", "changelog" : "Resources/CHANGELOG.md", "contains" : ["libraries", "hex_files", "examples", "source_files"], "dependency_list" : [], "details" : "Resources/DETAILS.md", "display_name" : "MP3 2 click", "example_list" : [{"project_path" : "Examples/example"}], "help"... | json_instruct | {"type": "object", "properties": {"architecture": {"type": "string"}, "category": {"type": "string"}, "changelog": {"type": "string"}, "contains": {"type": "array", "items": {"type": "string"}}, "dependency_list": {"type": "array", "items": {}}, "details": {"type": "string"}, "display_name": {"type": "string"}, "exampl... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}}, "required": ["dotnet"]}, "sdk": {"type": "object", "properties": {"version": {"type": "string"}, "rollForward": {"type": "string"}}, "require... | {"tools" : {"dotnet" : "3.1.101"}, "sdk" : {"version" : "3.1.101", "rollForward" : "major"}, "msbuild-sdks" : {"Microsoft.DotNet.Arcade.Sdk" : "5.0.0-beta.20101.2", "Microsoft.DotNet.Helix.Sdk" : "5.0.0-beta.20101.2"}} | json_instruct | {"type": "object", "properties": {"tools": {"type": "object", "properties": {"dotnet": {"type": "string"}}, "required": ["dotnet"]}, "sdk": {"type": "object", "properties": {"version": {"type": "string"}, "rollForward": {"type": "string"}}, "required": ["version", "rollForward"]}, "msbuild-sdks": {"type": "object", "pr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string... | {"stationId" : 2600417, "stationGroupId" : 2600309, "name" : "\u9ad8\u6d25", "lineId" : 26004, "zipCode" : "213-0002", "pref" : "\u795e\u5948\u5ddd\u770c", "city" : "\u5ddd\u5d0e\u5e02\u9ad8\u6d25\u533a", "town" : "\u4e8c\u5b50", "longitude" : 139.616934, "latitude" : 35.603248, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "count": {"type": "integer"}}, "required": ["type", "ingre... | {"type" : "minecraft:stonecutting", "ingredient" : {"item" : "worldsalad:magic_chalk_block"}, "result" : "worldsalad:magic_chalk_slab", "count" : 2} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "count": {"type": "integer"}}, "required": ["type", "ingredient", "result", "count"], "$schema": "http://json-schema.org/draft-0... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema":... | [{"name" : "SHAUN", "frequency" : 81829, "males" : "96.21038995954979 %", "females" : "3.7896100404502073 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height... | {"width" : 0.20447588, "rotation" : 3.04253, "xCenter" : 0.6666905, "yCenter" : 0.7592823, "height" : 0.25559485} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bosh-centos-6_6-os-image.tgz": {"type": "string"}, "bosh-ubuntu-trusty-os-image.tgz": {"type": "string"}}, "required": ["bosh-centos-6_6-os-image.tgz", "bosh-ubuntu-trusty-os-image.tgz"], "$schema": "http://j... | {"bosh-centos-6_6-os-image.tgz" : "3Yu.JSS0rB0oV6Gt3QnFfxaxvRju71bQ", "bosh-ubuntu-trusty-os-image.tgz" : "jU0u9AnG550hgtZhH4TS30eU0lOJZxWn"} | json_instruct | {"type": "object", "properties": {"bosh-centos-6_6-os-image.tgz": {"type": "string"}, "bosh-ubuntu-trusty-os-image.tgz": {"type": "string"}}, "required": ["bosh-centos-6_6-os-image.tgz", "bosh-ubuntu-trusty-os-image.tgz"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {... | {"userId" : 12644, "cartId" : "85069f6e-87d7-4e97-9391-c89018db2fe1", "preferredProducts" : [3083, 2042, 2212, 3503, 1948, 4553, 1852, 1627, 1349], "productReviews" : [{"productId" : 1257, "reviewText" : "The box this comes in is 3 kilometer by 5 foot and weights 16 megaton!!!", "reviewDate" : "2018-07-12T10:38:19.0054... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "configuration": {"type": "object", "properties": {"title": ... | {"$schema" : "http://apicast.io/policy-v1.1/schema#manifest#", "name" : "APIcast Verbose Policy", "summary" : "This is just an example.", "description" : "This policy is just an example how to write your custom policy.", "version" : "0.1", "configuration" : {"title" : "APIcast Verbose Policy", "description" : "Version ... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "configuration": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/metal_plating_slab_quarter_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.035062, 40.931635], [-73.011082, 40.937921], [-73.009354, 40.935646], [-73.008941, 40.933189], [-72.997077, 40.92503], [-72.993087, 40.918953], [-72.987403, 40.914005], [-72.986373, 40.907654], [-73.027999, 40.920158]... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"components/common/social-links": {"type": "string"}}, "required": ["components/common/social-links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"components/common/social-links" : "{{#if social_media}}\r\n <ul class=\"socialLinks socialLinks--alt\">\r\n {{#each social_media}}\r\n <li class=\"socialLinks-item\">\r\n {{#if display_name '===' 'google+'}}\r\n <a class=\"icon icon--google\" href=\"{{url}}\" tar... | json_instruct | {"type": "object", "properties": {"components/common/social-links": {"type": "string"}}, "required": ["components/common/social-links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type"... | [{"id" : 2029, "gempId" : "1_228", "side" : "Dark", "rarity" : "U2", "set" : "1", "printings" : [{"set" : "1"}], "front" : {"title" : "Reactor Terminal", "imageUrl" : "https://res.starwarsccg.org/cards/Premiere-Dark/large/reactorterminal.gif", "type" : "Effect", "destiny" : "3", "gametext" : "Use 1 Force to deploy on y... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"outputDir": {"type": "string"}, "ffmpegPath": {"type": "string"}, "openOnLocalNetwork": {"type": "boolean"}, "port": {"type": "integer"}, "openInBrowserOnLoad": {"type": "boolean"}}, "required": ["outputDir", "ffmpegPath", ... | {"outputDir" : "~/Vid\u00e9os", "ffmpegPath" : "", "openOnLocalNetwork" : false, "port" : 8080, "openInBrowserOnLoad" : true} | json_instruct | {"type": "object", "properties": {"outputDir": {"type": "string"}, "ffmpegPath": {"type": "string"}, "openOnLocalNetwork": {"type": "boolean"}, "port": {"type": "integer"}, "openInBrowserOnLoad": {"type": "boolean"}}, "required": ["outputDir", "ffmpegPath", "openOnLocalNetwork", "port", "openInBrowserOnLoad"], "$schema... |
Generate a valid JSON object that conforms to the following 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"... | {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "IPOR\u00c3 DO OESTE", "Description" : "IPOR\u00c3 DO OESTE / SC"}, "geometry" : {"type" : "LineString", "coordinates" : [[-53.410988787502504,... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"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"}}, ... | {"h" : [{"d" : [{"e" : ["\ufff9`Madimata'~ `iso~ `koni~ `a~ `kakaenen~ `han~?\ufffa\ufffb\u9019\u4e9b\u7ce7\u98df\u4f60\u80fd\u6311\u8d77\u4f86\uff1f"], "f" : "\u6311\u8d77\u4f86\uff0c\u64d4\u8d77\u4f86\u3002"}]}], "stem" : "dimata'", "t" : "madimata'"} | 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"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"neighbor": {"type": "string"}}, "required": ["neighbor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"neighbor" : "1.1.1.1"} | json_instruct | {"type": "object", "properties": {"neighbor": {"type": "string"}}, "required": ["neighbor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"EthEurPrice6": {"type": "object", "properties": {"bytecode": {"type": "string"}}, "required": ["bytecode"]}}, "required": ["EthEurPrice6"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EthEurPrice6" : {"bytecode" : "0x0aab04089683bf89061253123968747470733a2f2f6170692e62696e616e63652e636f6d2f6170692f76332f7469636b65722f70726963653f73796d626f6c3d4554484555521a168418778218646570726963658218571a000f4240185b1252122f68747470733a2f2f6170692e636f696e626173652e636f6d2f76322f7072696365732f4554482d4555522f737... | json_instruct | {"type": "object", "properties": {"EthEurPrice6": {"type": "object", "properties": {"bytecode": {"type": "string"}}, "required": ["bytecode"]}}, "required": ["EthEurPrice6"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode":... | {"type" : "Feature", "id" : "node/7862796820", "properties" : {"addr:city" : "G\u00f6llnitz", "addr:country" : "DE", "addr:housenumber" : "3", "addr:postcode" : "04626", "addr:street" : "Wiesengrund", "contact:fax" : "+49 34495 81351", "contact:phone" : "+49 34495 70160", "description" : "Fleisch- u. Wurstvermarktungen... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "co... |
Create an example JSON object that satisfies this schema:
{"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": "integ... | {"name" : "HYVE", "symbol" : "HYVE", "id" : "0xd794DD1CAda4cf79C9EebaAb8327a1B0507ef7d4", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/hyve", "market_cap_usd" : 9984316, "market_cap_rank" : 1269, "24_hr_volume_usd" : 183219, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/to... | 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"}, "logoURI": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "orientation": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "p... | {"short_name" : "NICTC", "name" : "NICTC Site", "start_url" : "/index.php", "background_color" : "#2196F3", "orientation" : "portrait", "icons" : [{"src" : "images/48.png", "sizes" : "48x48", "type" : "image/png"}, {"src" : "images/290.png", "sizes" : "290x290", "type" : "image/png"}, {"src" : "images/382.png", "sizes"... | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "start_url": {"type": "string"}, "background_color": {"type": "string"}, "orientation": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["spyder-terminal"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "... | {"index" : 120, "hash" : 2641316461, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conve... | [{"name" : "\u4e03\u5929\u9ad8\u7aef\u5916\u56f411-25\u6027\u611f\u5c0f\u5154\u5154", "size" : 245251336, "link" : "https://streamtape.com/e/bPjW7WGX8GiQ0k", "created_at" : "2022\u5e7403\u670814\u65e5 08:19:48", "downloads" : 0, "linkid" : "bPjW7WGX8GiQ0k", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"img": {"type": "string"}, "profileName": {"type": "string"}, "status": {"type": "string"}}, "required": ["img", "profileName", "status"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"img" : "assets/img/avatar/amarkdalen.jpg", "profileName" : "James michael", "status" : "online"}, {"img" : "assets/img/avatar/bobbyjkane.jpg", "profileName" : "michael james", "status" : "online"}, {"img" : "assets/img/avatar/coreyweb.jpg", "profileName" : "albert bruce", "status" : "offline"}, {"img" : "assets/img/... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"img": {"type": "string"}, "profileName": {"type": "string"}, "status": {"type": "string"}}, "required": ["img", "profileName", "status"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "github": {"type": "object", "properties": {"silent": {"type": "boolean"}}, "required": ["silent"]}}, "required": ["version", "name", "github"], "$schema": "http://... | {"version" : 2, "name" : "notebook", "github" : {"silent" : true}} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "github": {"type": "object", "properties": {"silent": {"type": "boolean"}}, "required": ["silent"]}}, "required": ["version", "name", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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"}, "nu... | {"artist_id" : "ARR1C0N1187FB372DF", "artist_latitude" : null, "artist_location" : "Dublin, Ireland", "artist_longitude" : null, "artist_name" : "My Bloody Valentine", "duration" : 216.5024, "num_songs" : 1, "song_id" : "SOSBMRU12A8AE474FA", "title" : "Blown A Wish", "year" : 1991} | 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"... |
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": {"start": {"type": "string"}, "test": {"type": "s... | {"name" : "ripa-genesis-redistribution", "version" : "1.0.0", "description" : "Early forgers redistribution pool", "main" : "payments.js", "scripts" : {"start" : "node payments.js", "test" : "test"}, "dependencies" : {"jquery" : "^3.3.1", "ripajs" : "git://github.com/RipaEx/ripa-js.git#master", "kapuwrapper" : "^0.1.2"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "obj... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 1982, "sex" : "M", "n" : 5, "prop" : 2.65e-06}, {"year" : 1990, "sex" : "M", "n" : 8, "prop" : 3.72e-06}, {"year" : 1991, "sex" : "M", "n" : 12, "prop" : 5.66e-06}, {"year" : 1992, "sex" : "M", "n" : 21, "prop" : 0}, {"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-06}, {"year" : 1993, "sex" : "M", "n" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "... | {"code" : 6101061007, "parent" : 6101061, "name" : "TRI KEMBANG", "latitude" : null, "longitude" : null, "postal" : [79468, 79453], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}, "slug": {"type": "string"}, "params": ... | {"componentChunkName" : "component---src-templates-category-index-js", "path" : "/category/cham-soc-da", "result" : {"pageContext" : {"id" : "7JFbNNNTkpnxSsmFxG4KkW", "slug" : "/category/cham-soc-da", "params" : {"id" : "7JFbNNNTkpnxSsmFxG4KkW", "displayName" : "Ch\u0103m S\u00f3c Da", "avatarUrl" : null, "slug" : "cha... | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"id": {"type": "string"}, "slug": {"type": "string"}, "params": {"type": "object", "properties": {"id": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"lovefield.es6.js": {"type": "string"}, "lovefield.externs.js": {"type": "string"}, "lovefield.js": {"type": "string"}, "lovefield.min.js": {"type": "string"}}, "required": ["lovefield.es6.js", "lovefield.externs.js",... | {"lovefield.es6.js" : "sha256-gwL1n2ovjy3ucAoqrJWyfZ+vudd6KhsxUcbvOmd9iV4=", "lovefield.externs.js" : "sha256-Fe9jvM9QBqnwBqAIVWA8R1CBE6xECOm7tUf4D1TLKFE=", "lovefield.js" : "sha256-m5e0r/jOmi/6JhHZFdaONZZY7Wp2LI1bIoUkQn7p7yA=", "lovefield.min.js" : "sha256-hSDDBaBOX2KNE/AWhl0EfkSyvGTlHwK1XXhDX8QcGNI="} | json_instruct | {"type": "object", "properties": {"lovefield.es6.js": {"type": "string"}, "lovefield.externs.js": {"type": "string"}, "lovefield.js": {"type": "string"}, "lovefield.min.js": {"type": "string"}}, "required": ["lovefield.es6.js", "lovefield.externs.js", "lovefield.js", "lovefield.min.js"], "$schema": "http://json-schema.... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, ... | {"homepage" : "https://github.com/Dr-Noob/cpufetch", "description" : "Simplistic yet fancy CPU architecture fetching tool", "license" : "MIT", "version" : "1.00", "url" : "https://github.com/Dr-Noob/cpufetch/releases/download/v1.00/cpufetch_x86_windows.exe#/cpufetch.exe", "hash" : "09d7b3f6d2a31021f15332236be448c014ed1... | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "propertie... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Graph an absolute value inequality with multiple transformations\n\n[imath]y>-3|x+1|-2[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=gVEgIPIsG28"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "requi... | {"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft.AspNetCore" : "Warning"}}, "AllowedHosts" : "*", "firebase" : {"projectId" : "muttop", "json" : "firebase.json"}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "fire... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"databaseChangeLog": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["databaseChangeLog"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"databaseChangeLog" : [{}, {"changeSet" : {"id" : "dropView-example", "author" : "liquibase-docs", "changes" : [{"dropView" : {"catalogName" : "cat", "schemaName" : "public", "viewName" : "v_person"}}]}}]} | json_instruct | {"type": "object", "properties": {"databaseChangeLog": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["databaseChangeLog"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "st... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2105059"], "\uc81c\uc548\uc77c\uc790" : ["2020-11-06"], "\uc81c\uc548\uc790" : ["\ubc15\uc644\uc218\uc758\uc6d0\ub4f110\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c21\ub300(2020~2024)\uc81c382\ud68... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "... | {"scripts" : {"test" : "./run_tests.sh"}, "dependencies" : {"body-parser" : "^1.17.2", "express" : "^4.15.3"}, "devDependencies" : {"request" : "^2.81.0", "tap" : "^10.3.2"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}}, "required": ["body-parser", "express"]}, "devDependencies": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scrip... | {"name" : "@huluvu424242/heroku-container", "version" : "0.0.20", "description" : "A sample Node.js app using Express 4", "main" : "app/index.js", "unpkg" : "app/index.js", "files" : ["app/"], "scripts" : {"build" : "echo ", "start" : "node app/index.js", "start-prod" : "set NODE_ENV=production && node app/index.js",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "sta... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"plyr.css": {"type": "string"}, "plyr.js": {"type": "string"}, "plyr.min.js": {"type": "string"}, "plyr.polyfilled.js": {"type": "string"}, "plyr.polyfilled.min.js": {"type": "string"}}, "required": ["plyr.css... | {"plyr.css" : "sha256-VwnbNXAzig/yn2FtT/N6kDGDT9MGRc0I6Co8a0yve1Q=", "plyr.js" : "sha256-Dgyq6nE+TMlsoK0qxd3aVeFzeF925FaC8X/fVdtHEIo=", "plyr.min.js" : "sha256-DGxbQRxkomKbiG4nbIdPpVz4BpgEHrquYg4S/8qiyek=", "plyr.polyfilled.js" : "sha256-wu6yLh9Y+BI2HRAxgIf4k/u1+FpiPygbxBJs4PWTXeg=", "plyr.polyfilled.min.js" : "sha256-... | json_instruct | {"type": "object", "properties": {"plyr.css": {"type": "string"}, "plyr.js": {"type": "string"}, "plyr.min.js": {"type": "string"}, "plyr.polyfilled.js": {"type": "string"}, "plyr.polyfilled.min.js": {"type": "string"}}, "required": ["plyr.css", "plyr.js", "plyr.min.js", "plyr.polyfilled.js", "plyr.polyfilled.min.js"],... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "u... | {"cam/image_array" : "7122_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.3418056070804596, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "ucsc-pslmappostchain", "downloads" : 9100, "count" : 5963}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}, "uncertainty": {"type": "object", "properties": {"pcvectors": {"type": "array", "items": {"type": ... | [{"id" : "finger.thumb.tip", "coordinates" : [-120.17522384632599, 73.54498178741733], "uncertainty" : {"pcvectors" : [[1.0, 0.0], [0.0, 1.0]], "stddevs" : [1.0, 1.0]}}, {"id" : "finger.thumb.valley", "coordinates" : [-66.90047807543793, 3.9561582038864582], "uncertainty" : {"pcvectors" : [[1.0, 0.0], [0.0, 1.0]], "std... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}, "uncertainty": {"type": "object", "properties": {"pcvectors": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "stddevs": {"type": "array", "it... |
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": "string"}, "authors": {"type": "object"... | {"name" : "ZWSToAppStore", "version" : "1.0.0", "summary" : "\u7528\u6237\u8bc4\u4ef7\u7cfb\u7edf", "description" : "\u7528\u6237\u8bc4\u4ef7\u7cfb\u7edf.", "homepage" : "https://github.com/zhengweishu/ZWSToAppStore", "license" : "MIT", "authors" : {"zhengweishu" : "git@zhengweishu.com"}, "source" : {"git" : "https://g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"zhengweishu": {"type": "string"}}, "required": ["zhe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "object", "properti... | {"name" : "autoresponsive-core", "version" : "1.0.1", "description" : "auto responsive grid layout library", "keywords" : ["responsive", "layout", "layout component", "ui component", "ui", "component"], "main" : "dist/index.js", "repository" : {"type" : "git", "url" : "https://github.com/xudafeng/autoresponsive-common.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Java": {"type": "integer"}}, "required": ["Java"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Java" : 124525} | json_instruct | {"type": "object", "properties": {"Java": {"type": "integer"}}, "required": ["Java"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "niste", "definition" : "Wist not; knew not. [Obs.] Chaucer."} | 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": {"Name": {"type": "string"}, "Id": {"type": "null"}, "IsCustom": {"type": "boolean"}, "Description": {"type": "string"}, "Actions": {"type": "array", "items": {"type": "string"}}, "NotActions": {"type": "array", "items": {}}, "A... | {"Name" : "ADAP NONPROD SQL Admin", "Id" : null, "IsCustom" : true, "Description" : "Lets you access SQL Assets in NONPROD.", "Actions" : ["Microsoft.Insights/alertRules/*", "Microsoft.ResourceHealth/availabilityStatuses/read", "Microsoft.Resources/deployments/*", "Microsoft.Resources/subscriptions/resourceGroups/read"... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "null"}, "IsCustom": {"type": "boolean"}, "Description": {"type": "string"}, "Actions": {"type": "array", "items": {"type": "string"}}, "NotActions": {"type": "array", "items": {}}, "AssignableScopes": {"type": "array", "items": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"NRXX0001": {"type": "string"}, "NRXX0002": {"type": "string"}, "NRXX0003": {"type": "string"}, "NRXX0004": {"type": "string"}, "NRXX0005": {"type": "string"}, "NRXX0006": {"type": "string"}, "NRXX0007": {"type": "string"}, "NRXX... | {"NRXX0001" : "Yaren", "NRXX0002" : "Anabar", "NRXX0003" : "Anibare", "NRXX0004" : "Arenibek", "NRXX0005" : "Arijejen", "NRXX0006" : "Arubo", "NRXX0007" : "Baiti", "NRXX0008" : "Ijuw", "NRXX0009" : "Ronave", "NRXX0010" : "Uaboe", "NRXX0011" : "Yangor"} | json_instruct | {"type": "object", "properties": {"NRXX0001": {"type": "string"}, "NRXX0002": {"type": "string"}, "NRXX0003": {"type": "string"}, "NRXX0004": {"type": "string"}, "NRXX0005": {"type": "string"}, "NRXX0006": {"type": "string"}, "NRXX0007": {"type": "string"}, "NRXX0008": {"type": "string"}, "NRXX0009": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_t... | {"model" : "NLM-E", "dataset" : "wine", "rmse_train" : 0.5683206448980332, "rmse_test" : 0.5792485848289017, "log_score_train" : -0.7399518654327687, "log_score_test" : -0.9031064731716513, "crps_train" : 0.30866704340066103, "crps_test" : 0.3203872178390446, "picp_train" : 0.9638888888888889, "picp_test" : 0.930817610... | json_instruct | {"type": "object", "properties": {"model": {"type": "string"}, "dataset": {"type": "string"}, "rmse_train": {"type": "number"}, "rmse_test": {"type": "number"}, "log_score_train": {"type": "number"}, "log_score_test": {"type": "number"}, "crps_train": {"type": "number"}, "crps_test": {"type": "number"}, "picp_train": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"typ... | {"cam/image_array" : "4370_cam-image_array_.jpg", "user/angle" : 0.0, "user/throttle" : 0.54, "user/mode" : "user", "pos/pos_x" : 46.90133, "pos/pos_y" : 0.5558041, "pos/pos_z" : 14.79809, "pos/speed" : 10.0309, "pos/cte" : -2.907869, "milliseconds" : 234009} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e... | {"nom" : "Cr\u00e9zancy-en-Sancerre", "dpt" : "Cher", "inscrits" : 396, "abs" : 76, "votants" : 320, "blancs" : 26, "nuls" : 17, "exp" : 277, "res" : [{"panneau" : "1", "voix" : 168}, {"panneau" : "2", "voix" : 109}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "bsv-pay", "version" : "0.0.10", "description" : "Broadcast bitcoin transactions to miners", "main" : "./src/index.js", "scripts" : {"test" : "node ./tests/test.js"}, "author" : "Kevin Johnson (KevinEJohn)", "license" : "MIT", "dependencies" : {"minercraft" : "0.0.8"}, "devDependencies" : {"node-fetch" : "^2.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOf... | {"sentences" : [{"text" : {"content" : "These siblings have just found a good loving home together with their mother.", "beginOffset" : -1}, "sentiment" : {"magnitude" : 0.9, "score" : 0.9}}, {"text" : {"content" : "Here's to a better life for them. :)", "beginOffset" : -1}, "sentiment" : {"magnitude" : 0.8, "score" : ... | json_instruct | {"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]}, "sentiment": {"type": "object", "properties": {"magnitude": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"packageId": {"type": "string"}}, "required": ["packageId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packageId" : "com.google.MCASpec.dev"} | json_instruct | {"type": "object", "properties": {"packageId": {"type": "string"}}, "required": ["packageId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location"... | {"id" : 28089, "title" : ["[Domed Enclosure, Commons]"], "description" : ["Thick woolen carpets woven in patterns of green and brown are layered on the floor, creating a soft covering. Some fluffy pillows covered with rabbit pelts are scattered about a rough hewn wooden table. Centered in the room is a hammered coppe... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "boolean"}, "wayto": {"type": "object", "properties": {"28087... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"an3.134:0.1": {"type": "string"}, "an3.134:0.2": {"type": "string"}, "an3.134:0.3": {"type": "string"}, "an3.134:1.1": {"type": "string"}, "an3.134:1.2": {"type": "string"}, "an3.134:1.3": {"type": "string"}, "an3.13... | {"an3.134:0.1" : "Numbered Discourses 3 ", "an3.134:0.2" : "14. A Warrior ", "an3.134:0.3" : "134. Assemblies ", "an3.134:1.1" : "\u201cMendicants, there are these three assemblies. ", "an3.134:1.2" : "What three? ", "an3.134:1.3" : "An assembly educated in fancy talk, an assembly educated in questioning, and an assemb... | json_instruct | {"type": "object", "properties": {"an3.134:0.1": {"type": "string"}, "an3.134:0.2": {"type": "string"}, "an3.134:0.3": {"type": "string"}, "an3.134:1.1": {"type": "string"}, "an3.134:1.2": {"type": "string"}, "an3.134:1.3": {"type": "string"}, "an3.134:1.4": {"type": "string"}}, "required": ["an3.134:0.1", "an3.134:0.2... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "metal": {"type": "string"}, "denomination": {"type": "string"}, "date": {"type": "string"}, "weight": {"type": "number"}, "diameter": {"type": "integer"}, "thickness": {"t... | {"id" : 461, "name" : "Yevhen Paton", "metal" : "silver (Ag 925)", "denomination" : "5 hryvnias", "date" : "5 February 2010", "weight" : 15.55, "diameter" : 33, "thickness" : null, "quality" : "proof", "edge" : "smooth with in-depth legends", "mintage" : 5000, "categoryId" : 5914, "category" : "Outstanding Personalitie... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "metal": {"type": "string"}, "denomination": {"type": "string"}, "date": {"type": "string"}, "weight": {"type": "number"}, "diameter": {"type": "integer"}, "thickness": {"type": "null"}, "quality": {"type": "string"}, "edge": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"react-modal.js": {"type": "string"}, "react-modal.min.js": {"type": "string"}}, "required": ["react-modal.js", "react-modal.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-modal.js" : "sha256-26Xh2qjaNHZ2iOI60yTgysDs/zSVvs+7BSFf9nTzSQk=", "react-modal.min.js" : "sha256-5nO6DmaUggLjHVPiaMhNKRyB8z4xAeus63y7kYQWmZ4="} | json_instruct | {"type": "object", "properties": {"react-modal.js": {"type": "string"}, "react-modal.min.js": {"type": "string"}}, "required": ["react-modal.js", "react-modal.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"sap.app": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}, "sap.ui5": {"type": "object", "properties": {"dependencies": {"type": "object", "prope... | {"sap.app" : {"id" : "mlauffer.demo.openui5.validator", "type" : "application"}, "sap.ui5" : {"dependencies" : {"libs" : {"sap.ui.core" : {}, "sap.m" : {}, "openui5.validator" : {}}}, "rootView" : {"viewName" : "mlauffer.demo.openui5.validator.view.App", "type" : "XML", "id" : "app"}, "models" : {"i18n" : {"type" : "sa... | json_instruct | {"type": "object", "properties": {"sap.app": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}, "sap.ui5": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"libs": {"type": "object", "properties": {"sap.ui.core": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xywh" : "932,1687,3904,499"} | json_instruct | {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"DTD_z0p025_bw500_1.25<mwd<1.32_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p025_bw500_1.25<mwd<1.32_3e-11<mdot<3e-10", "arrbool"], "$schem... | {"DTD_z0p025_bw500_1.25<mwd<1.32_3e-11<mdot<3e-10" : [0.00040856710617477257, 0.001031568606086173, 0.0019167587823402685, 0.0020919360947809044, 0.002297310388657052, 0.0023537175683420782, 0.002458944670224124, 0.0025740943471076177, 0.0025016657569892093, 0.002018156492323231, 0.0016357321174144818, 0.00106061484979... | json_instruct | {"type": "object", "properties": {"DTD_z0p025_bw500_1.25<mwd<1.32_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p025_bw500_1.25<mwd<1.32_3e-11<mdot<3e-10", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "car... | {"userId" : 23791, "cartId" : "7b58e5e6-1f72-464a-8918-bd8b36ab5243", "preferredProducts" : [4072, 1576], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
The schema below describes a JSON structure. Generate a valid example:
{"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": {... | [{"address_components" : [{"long_name" : "G\u00fcd\u00fcl", "short_name" : "G\u00fcd\u00fcl", "types" : ["locality", "political"]}, {"long_name" : "G\u00fcd\u00fcl", "short_name" : "G\u00fcd\u00fcl", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Ankara", "short_name" : "Ankara", "types" : ["a... | 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"]}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Dror", "Gluska", "Teja", "apos", "drorgl", "dryrun", "gmail", "prefinish", "saitejas", "typedoc", "xmltojs"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items... | {"rustc" : 15441020830736626103, "features" : "[\"std\"]", "target" : 683421671917135955, "profile" : 3735503092003429423, "path" : 16407993984936039156, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug\\.fingerprint\\rustc-hex-2142d736f8a49ef4\\dep-lib-rustc-hex"}}], "rustflags" : [], "metadata" : 112784... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "re... | {"name" : "stillat/php-package", "description" : "A starting point for basic PHP packages. Allows configuration of PHPUnit and TravisCI", "license" : "MIT", "authors" : [{"name" : "Johnathon Koster", "email" : "john@stillat.com"}], "config" : {"vendor-dir" : "_newup_vendor"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "config": {"type": "object", ... |
The schema below describes a JSON structure. Generate a valid example:
{"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": ... | {"t" : "ma'ari", "h" : [{"d" : [{"f" : "\u88ab\u6253\u788e\uff0c\u7834\u788e\uff0c\u7834\u88c2\u3002", "e" : ["\ufff9`Ma~`'ari~ `to~ `ko~ `ko~`p~`p~`o~.\ufffa\ufffb\u676f\u5b50\u7834\u4e86\u3002"]}]}], "stem" : "'ari"} | 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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Spray 9 or 10 inch Bundt pan lightly with cooking spray and dust with flour.", "In a medium bowl, combine flour, baking soda, salt, cinnamon, and allspice.", "In a large mixing bowl, cream 1/2 cup butter, white sugar, and 3/4 cup brown sugar. Mix in eggs... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"layout": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "string"}, "showDate": {"type": "boolean"}, "scripts": {"type": "array", "items": {}}, "coverImage": {"type": "array", "items": {"type": "st... | {"layout" : "page.njk", "title" : "Lifestyle", "tags" : "lifestyle", "showDate" : true, "scripts" : [], "coverImage" : ["placeholder.png"]} | json_instruct | {"type": "object", "properties": {"layout": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "string"}, "showDate": {"type": "boolean"}, "scripts": {"type": "array", "items": {}}, "coverImage": {"type": "array", "items": {"type": "string"}}}, "required": ["layout", "title", "tags", "showDate", "scripts... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, ... | {"author" : {"id" : "t2_tppqs", "name" : "epicamytime"}, "date" : {"day" : 1628380800, "full" : 1628458800, "month" : 1627776000, "week" : 1628380800}, "id" : "t3_p0nlth", "picture" : {"filesize" : 113287, "fullUrl" : "https://preview.redd.it/5t57s37je7g71.jpg?width=3024&format=pjpg&auto=webp&s=57adc7ce40ace52a6c92bf93... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.