input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"gid": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "accountNum": {"type": "string"}, "title": {"type": "string"}, "dept": {"type": "string"}, "sex": {"type": "string"}, "birthday": {"type": "... | {"gid" : "1000002323", "name" : "\u674e\u4e39", "password" : "1000002323", "accountNum" : "0", "title" : "\u6559\u6388", "dept" : "\u8ba1\u7b97\u673a\u79d1\u5b66\u4e0e\u6280\u672f", "sex" : "\u7537", "birthday" : "1970.01.23", "idCard" : "141125197001235669", "email" : "2343243@163.com", "mobile" : "15663658888", "tele... | json_instruct | {"type": "object", "properties": {"gid": {"type": "string"}, "name": {"type": "string"}, "password": {"type": "string"}, "accountNum": {"type": "string"}, "title": {"type": "string"}, "dept": {"type": "string"}, "sex": {"type": "string"}, "birthday": {"type": "string"}, "idCard": {"type": "string"}, "email": {"type": "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "maxAge": {"type": "object", "properties": {"timestampInMs": {"type": "integer"}}, "required": ["timestampInMs"]}}, "required": ["version", "maxAge"], "$schema": "http://json-schema.or... | {"version" : "012011252111002", "maxAge" : {"timestampInMs" : 1608309176773}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "maxAge": {"type": "object", "properties": {"timestampInMs": {"type": "integer"}}, "required": ["timestampInMs"]}}, "required": ["version", "maxAge"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"t... | {"symbol" : "OSWAP", "address" : "0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93", "overview" : {"en" : ""}, "email" : "", "website" : "https://www.openswap.xyz/", "state" : "NORMAL", "links" : {"blog" : "https://openswapdex.medium.com/", "twitter" : "https://twitter.com/openswapdex", "telegram" : "", "github" : ""}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Evaluate the six trig functions using a right triangle and secant of theta\n\n[imath]\\sec \\theta=2[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=WJb0n5BQ5Ng"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1220040103", "district_id" : "1220040", "name" : "RAHUNING JAE"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Megane": {"type": "array", "items": {"type": "string"}}}, "required": ["Megane"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Megane" : ["AnimeCharacterTypes", "ScaryShinyGlasses", "Meganekko", "GlassesTropes", "Moe", "Meganekko", "TheStoic", "StoicSpectacles", "BespectacledBastardBoyfriend", "SexySpectacles"]} | json_instruct | {"type": "object", "properties": {"Megane": {"type": "array", "items": {"type": "string"}}}, "required": ["Megane"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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_hwxc5z8", "name" : "enrimbeauty"}, "date" : {"day" : 1602288000, "full" : 1602337360, "month" : 1601510400, "week" : 1601769600}, "id" : "t3_j8koz6", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 97031, "fullUrl" : "https://preview.redd.it/qsttpkw1t9s51.jpg?auto=webp&s=7f3c3d1a2dc6a... | 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"}},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"usage-with-cra": {"type": "string"}, "usage-with-nextjs": {"type": "string"}, "typescript-guide": {"type": "string"}}, "required": ["usage-with-cra", "usage-with-nextjs", "typescript-guide"], "$schema": "http://jso... | {"usage-with-cra" : "Usage With CRA", "usage-with-nextjs" : "Usage With Next.js", "typescript-guide" : "TypeScript Guide"} | json_instruct | {"type": "object", "properties": {"usage-with-cra": {"type": "string"}, "usage-with-nextjs": {"type": "string"}, "typescript-guide": {"type": "string"}}, "required": ["usage-with-cra", "usage-with-nextjs", "typescript-guide"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Party.role": {"type": "string"}, "Contract_Party.extension": {"type": "string"}, "Contract_Party.reference": {"type": "str... | {"resourceName" : "Contract_Party", "attr_character_encoding" : {"Contract_Party.role" : "utf-8", "Contract_Party.extension" : "utf-8", "Contract_Party.reference" : "utf-8", "Contract_Party.modifierExtension" : "utf-8", "Contract_Party.id" : "utf-8"}} | json_instruct | {"type": "object", "properties": {"resourceName": {"type": "string"}, "attr_character_encoding": {"type": "object", "properties": {"Contract_Party.role": {"type": "string"}, "Contract_Party.extension": {"type": "string"}, "Contract_Party.reference": {"type": "string"}, "Contract_Party.modifierExtension": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "integer"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "... | {"data" : [{"type" : "pie", "values" : [15, 26, 88], "labels" : ["banana", "apple", "orange"]}], "layout" : {}} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "integer"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "values", "labels"]}}, "layout": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"reference:leftOwner:target:rightOwner:target:": {"type": "string"}}, "required": ["reference:leftOwner:target:rightOwner:target:"]}, "instance": {"type": "object", "propert... | {"class" : {"reference:leftOwner:target:rightOwner:target:" : "jr 12/24/2020 01:03"}, "instance" : {"printOn:" : "jr 6/16/2021 21:19", "setReference:leftOwner:target:rightOwner:target:" : "jr 12/24/2020 01:03", "squotReflectOn:in:withValue:" : "jr 6/20/2021 21:01", "squotValueShadowFrom:reflectedIn:" : "jr 7/18/2021 00... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"reference:leftOwner:target:rightOwner:target:": {"type": "string"}}, "required": ["reference:leftOwner:target:rightOwner:target:"]}, "instance": {"type": "object", "properties": {"printOn:": {"type": "string"}, "setReference:leftOwner:target:... |
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-rv4x-88cg-xjcp", "modified" : "2022-05-13T01:24:46Z", "published" : "2022-05-13T01:24:46Z", "aliases" : ["CVE-2016-5870"], "details" : "The msm_ipc_router_close function in net/ipc_router/ipc_router_socket.c in the ipc_router component for the Linux kernel 3.x, as used in Qualc... | 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": {"type": "object", "properti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "dataVersion": {"type": "string"}, "termsAndConditions": {"type": "string"}, "response": {"type": "object", "properties": {"partpostcode": {"type": "string"}, "postcodes": {"type": "array", "it... | {"apiVersion" : "1.0.0-SNAPSHOT", "dataVersion" : "80", "termsAndConditions" : "https://census.gov.uk/terms-and-conditions", "response" : {"partpostcode" : "B15 3Q", "postcodes" : [{"postcode" : "B15 3QB", "streetName" : "Astonbury", "townName" : "Birmingham", "addressCount" : 7, "firstUprn" : 100070280972, "postTown" ... | json_instruct | {"type": "object", "properties": {"apiVersion": {"type": "string"}, "dataVersion": {"type": "string"}, "termsAndConditions": {"type": "string"}, "response": {"type": "object", "properties": {"partpostcode": {"type": "string"}, "postcodes": {"type": "array", "items": {"type": "object", "properties": {"postcode": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type"... | {"authors" : [{"author" : "Michael A Trevino"}, {"author" : "Trent J Herda"}, {"author" : "Michael A Cooper"}], "doi" : "10.1186/1756-0500-7-611", "publication_date" : "2014-09-10", "id" : "EN115764", "url" : "https://pubmed.ncbi.nlm.nih.gov/25194883", "source" : "BMC research notes", "source_url" : "", "licence" : "CC... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {... | {"category" : ["Restaurants", "Sushi Bars", "Japanese"], "city" : "Las Vegas", "em_sigma_b" : 0.013357312226413759, "cum_star" : 3.8530670470756063, "name" : "Shibuya", "em_sigma_p" : 0.003196181993082588, "lat" : 36.102702760599996, "lng" : -115.169267336, "em_star" : 3.775106090651526, "id" : "KVsv8wRGnLX8QWoNZKNMQA"... | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "node_name": {"type": "array", "items": {"type": "string"}}, "collapse": {"type": "boolean"}, "metric_names": {"type": "array", "items": {"type": "string"}}, "unit_id": {"type": "integer"}, "rule": {"t... | {"type" : "SQLOperator", "node_name" : ["HDFS_SCAN_NODE", "KUDU_SCAN_NODE", "HBASE_SCAN_NODE"], "collapse" : true, "metric_names" : ["NumColumns", "LocalTime"], "unit_id" : 5, "rule" : {"condition" : "vars['NumColumns'] > 15", "expr" : "float(vars['NumColumns'] - 15) / float(vars['NumColumns']) * vars['LocalTime']", "m... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "node_name": {"type": "array", "items": {"type": "string"}}, "collapse": {"type": "boolean"}, "metric_names": {"type": "array", "items": {"type": "string"}}, "unit_id": {"type": "integer"}, "rule": {"type": "object", "properties": {"condition": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"pairwise": {"type": "object", "properties": {"augmentation_flags": {"type": "object", "properties": {"color_drop": {"type": "boolean"}, "color_jitter": {"type": "boolean"}, "crop": {"type": "boolean"}, "cut_out": {"type": "... | {"pairwise" : {"augmentation_flags" : {"color_drop" : false, "color_jitter" : false, "crop" : false, "cut_out" : false, "gaussian_blur" : false, "random_crop" : false, "resize" : true, "rotate" : false, "gaussian_noise" : false, "sobel_filter" : false}}, "contrastive" : {"augmentation_flags" : {"color_drop" : false, "c... | json_instruct | {"type": "object", "properties": {"pairwise": {"type": "object", "properties": {"augmentation_flags": {"type": "object", "properties": {"color_drop": {"type": "boolean"}, "color_jitter": {"type": "boolean"}, "crop": {"type": "boolean"}, "cut_out": {"type": "boolean"}, "gaussian_blur": {"type": "boolean"}, "random_crop"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "reposit... | {"name" : "mockserver", "version" : "1.0.0", "description" : "A platform of mocking data and providing interface management ", "main" : "start.js", "engines" : {"node" : "5.2.0"}, "repository" : "https://github.com/darrenCoding/mockserver", "scripts" : {"start" : "node start"}, "bin" : {"mockserver" : "./bin/server.js"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "scripts": {"type": "object", "pr... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable"... | {"contract" : "0xe5a04d98538231b0fab9aba60cd73ce4ff3039df", "tool" : "maian", "start" : 1565102466.5472438, "end" : 1565102691.3254454, "duration" : 224.7782015800476, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"resolution": {"type": "array", "items": {"type": "integer"}}, "fps": {"type": "integer"}, "distortionCoefficients": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "cameraMatrix": {"type": "array... | {"resolution" : [640, 480], "fps" : 90, "distortionCoefficients" : [[-0.24339631378661117, 5.344425036584157, -0.0035420157243064624, -0.020096430775168855, -24.901272170502228]], "cameraMatrix" : [[855.7235669854737, 0.0, 283.7467941132368], [0.0, 853.8118174282845, 303.0254877066016], [0.0, 0.0, 1.0]], "sensorSize" :... | json_instruct | {"type": "object", "properties": {"resolution": {"type": "array", "items": {"type": "integer"}}, "fps": {"type": "integer"}, "distortionCoefficients": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "cameraMatrix": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description"... | {"name" : "Peda\u00e7o de Ferro Branco", "description" : "Pode ser transformado em algo incr\u00edvel em m\u00e3os habilidosas.", "category" : "EXCHANGE", "materialtype" : "Min\u00e9rio de Forjamento", "source" : ["Encontrado na Natureza", "Recomenda\u00e7\u00e3o: Encontrado nas Montanhas do Precursor do Vento", "Recom... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "category", "materialtype", "source"], "$schema": "http://js... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap":... | {"name" : "Apple Magician Girl", "number" : "56132807", "is_illegal" : false, "text" : "Once per turn, if this card is targeted for an attack: You can Special Summon 1 Level 5 or lower Spellcaster-Type monster from your hand, then change the attack target to it, and if you do, the attacking monster's ATK becomes half i... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attac... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "descripti... | {"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN00001868", "mmp.ref:MMP00001868"], "name" : "Kosmotoga olearia TBF 19.5.1", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP00001868", "description" : "Kosmotoga olearia TBF 19.5.1. Kosmotoga olearia ... | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "title": {"type... | {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "sources", "properties" : {"_id" : {"type" : "string"}, "title" : {"type" : "string"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "properties": {"type": "object", "properties": {"_id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "title": {"type": "object", "properties": {"type": {"type": "string"}}, "required": [... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"market": {"type": "string"}, "profile": {"type": "string"}, "nft": {"type": "string"}, "guru": {"type": "string"}, "sGuru": {"type": "string"}, "staking": {"type": "string"}, "router": {"type": "string"}, "publicRpc... | {"market" : "0x2b40Ad77d376521671A1B6612B561196Be3B42bF", "profile" : "0x5c2D175554cC218c8F507605bcD60c3638FA0e7a", "nft" : "0x11Ba138F7B6Bf72e84fC052302859fd7d3ee6725", "guru" : "0x057E0bd9B797f9Eeeb8307B35DbC8c12E534c41E", "sGuru" : "0x04568467f0AAe5fb85Bf0e031ee66FF2C200a6Fb", "staking" : "0x4Eef9cb4D2DA4AB2A76a4477... | json_instruct | {"type": "object", "properties": {"market": {"type": "string"}, "profile": {"type": "string"}, "nft": {"type": "string"}, "guru": {"type": "string"}, "sGuru": {"type": "string"}, "staking": {"type": "string"}, "router": {"type": "string"}, "publicRpcUrl": {"type": "string"}, "usdc": {"type": "string"}, "tokens": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["vaju"]} | 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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type... | {"ast" : null, "code" : "import { makeStyles } from '@material-ui/core/styles';\nexport default makeStyles(() => ({\n appBar: {\n borderRadius: 15,\n margin: '30px 0',\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'center',\n alignItems: 'center'\n },\n heading: {\n color: '#f5005... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900055315": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055316": {"type": "object", "properties": {"nama": {"type... | {"900055315" : {"nama" : "TPS 1", "dapil" : [1202, 11207, 2122001]}, "900055316" : {"nama" : "TPS 2", "dapil" : [1202, 11207, 2122001]}, "900055317" : {"nama" : "TPS 3", "dapil" : [1202, 11207, 2122001]}, "900055318" : {"nama" : "TPS 4", "dapil" : [1202, 11207, 2122001]}} | json_instruct | {"type": "object", "properties": {"900055315": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055316": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "stri... | [{"subject" : "SPHS", "catalog_nbr" : 813, "section" : 401, "class_nbr" : 1210, "title" : "FIT DISP AMP L", "component" : "Lab", "units" : 1, "bldg" : "TBA", "room" : "TBA", "days" : "Tu", "time" : "12", "instructor" : "SJOBLAD,STEPHANIE J", "load" : "50", "rank" : "INST", "attributes" : null, "enrl_cap" : 14, "enrl_to... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"redux-form.js": {"type": "string"}, "redux-form.min.js": {"type": "string"}}, "required": ["redux-form.js", "redux-form.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"redux-form.js" : "sha256-CeuKqDlMBgYVJpi7QvujhnNK6/Qbr1Fj8yAGdUi/bJI=", "redux-form.min.js" : "sha256-keUlma/bNPo2HcIxMZ/2luTe1HsOZz3C/WiHP8VibMs="} | json_instruct | {"type": "object", "properties": {"redux-form.js": {"type": "string"}, "redux-form.min.js": {"type": "string"}}, "required": ["redux-form.js", "redux-form.min.js"], "$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"}, "exports": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "de... | {"name" : "musix", "version" : "0.1.0", "exports" : "./index.js", "author" : "Binyamin Aron Green (https://binyam.in)", "license" : "MIT", "bin" : "index.js", "type" : "module", "dependencies" : {"minimist" : "^1.2.5", "music-metadata" : "^7.11.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "exports": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "dependencies": {"type": "object", "properties": {"minimist": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"created": {"type": "string"}, "creator": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "modified": {"type": "string"}, "tags": {"type": "string"}, "type": {... | [{"created" : "20211209172459204", "creator" : "\u6797\u4e00\u4e8c", "text" : "", "title" : "linonetwo/zx-script", "modified" : "20211209172611891", "tags" : "$:/tags/PluginWiki", "type" : "text/vnd.tiddlywiki", "modifier" : "\u6797\u4e00\u4e8c", "cpl.title" : "$:/plugins/linonetwo/zx-script", "cpl.author" : "LinOnetwo... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"created": {"type": "string"}, "creator": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "modified": {"type": "string"}, "tags": {"type": "string"}, "type": {"type": "string"}, "modifier": {"type": "string"}, "cpl.title": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePoin... | {"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "cef60ca0-10ee-3000-787b-467dc3cc9cd1", "SPClientServiceRequestDuration" : "587", "X-SharePointHealthScore" : "2", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"value\":0}"} | json_instruct | {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pkg": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "code": {"type": "string"}}, "required": ["pkg", "name", "symbol", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pkg" : "@alyle/ui/drawer", "name" : "LyDrawerModule", "symbol" : "NgModule", "code" : "<pre class=\"ttb\"><code prsm class=\"ttm\">@<span class=\"tt18 tta3\">NgModule</span><span class=\"tt18 ttae\">(</span><span class=\"tt18 ttae\">{</span>\n imports<span class=\"tt18 ttae\">:</span> <span class=\"tt18 ttae\... | json_instruct | {"type": "object", "properties": {"pkg": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "code": {"type": "string"}}, "required": ["pkg", "name", "symbol", "code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "arra... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["10-19", "10-19"], "SERIES_NAME" : ["MALE", "MALE"], "X_CALENDAR_YEAR" : [2004, 2008], "Y_PREVALENCE_1000PP" : [0.02265, 0.01859]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation r... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Based on the schema below, produce a valid JSON object:
{"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": "str... | {"id" : 4083, "title" : ["[Warehouse, West Wing]"], "description" : ["The sounds from the warehouse are a distant murmur, often overpowered by the tapping of metal tools, or a soft, sudden curse coming from inside one of the workshops."], "paths" : ["Obvious exits: east, west"], "location" : "Wehnimer's Landing", "wayt... | 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": "string"}, "wayto": {"type": "object", "properties": {"4082":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "string"}, "bootstrap": {"type": "string"}, "angula... | {"name" : "angular-basic", "version" : "0.0.1", "dependencies" : {"angular" : "~1.4.1", "angular-route" : "~1.4.1", "bootstrap" : "~3.3.5", "angular-bootstrap" : "~0.13.0", "jquery" : "~2.1.4", "bootstrap-material-design" : "~0.3.0"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "string"}, "bootstrap": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "boot... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "packaging_format": {"type": "integer"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "version": {"type": "string"}, "url... | {"name" : "Zap", "id" : "zap", "packaging_format" : 1, "description" : {"en" : "Zap is a full featured social network application with identity/content mirroring across multiple servers (nomadic identity) but no federate with non-nomadic servers."}, "version" : "20.04.09~ynh1", "url" : "https://zotlabs.com/zap/", "lice... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "packaging_format": {"type": "integer"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "version": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "main... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "frontend": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "description": {"type": ... | {"title" : "backend", "frontend" : [{"name" : "", "icons" : ["vi-file-type-html", "vi-file-type-css", "vi-file-type-scss"], "description" : "HTML, CSS and <a href='https://sass-lang.com/' target='_blank ' rel='noopener'>SASS</a>"}, {"name" : "Vue.js", "icons" : ["vi-file-type-vue"], "description" : "The Progressive Jav... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "frontend": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "icons", "description"]}}}, "required": ["... |
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": {}, "required": []}, "repository": {"type": "object", "properti... | {"name" : "compile-tex", "version" : "0.1.1", "description" : "Compile tex files, do several runs with (different) options for the specified engine (e.g. pdflatex or lualatex)", "main" : "compile-tex.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/cperriard/compile-tex.git"}, "keywords"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type":... | {"author" : {"id" : "t2_5t987lb8", "name" : "LouisGou"}, "date" : {"day" : 1638576000, "full" : 1638619618, "month" : 1638316800, "week" : 1638057600}, "id" : "t3_r8od0j", "picture" : {"filesize" : 30282, "fullUrl" : "https://preview.redd.it/pqdkp1rvni381.jpg?width=4128&format=pjpg&auto=webp&s=09c23447a1cfd9bea2b55e8a4... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Terra.data-grid.row-selection-template": {"type": "string"}}, "required": ["Terra.data-grid.row-selection-template"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Terra.data-grid.row-selection-template" : "Seleccionar: {row-description}"} | json_instruct | {"type": "object", "properties": {"Terra.data-grid.row-selection-template": {"type": "string"}}, "required": ["Terra.data-grid.row-selection-template"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["shariff", "shariff-customize"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"packagingVersion": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "minDcosReleaseVersion": {"type": "string"}, "scm": {"type": "string"}, "maintainer": {"type": "string"}, "des... | {"packagingVersion" : "4.0", "name" : "zeppelin", "version" : "0.7.3-3-2.2.1", "minDcosReleaseVersion" : "1.10", "scm" : "https://github.com/MaibornWolff/dcos-zeppelin", "maintainer" : "https://dcos.io/community/", "description" : "Zeppelin is a web-based notebook that enables interactive data analytics using spark", "... | json_instruct | {"type": "object", "properties": {"packagingVersion": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "minDcosReleaseVersion": {"type": "string"}, "scm": {"type": "string"}, "maintainer": {"type": "string"}, "description": {"type": "string"}, "framework": {"type": "boolean"}, "tags": {"ty... |
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": {"test": {"type": "string"}}, "required": ["test"]}, "repositor... | {"name" : "transactions-visualizer", "version" : "1.0.0", "description" : "A GUI for the client-transactions visualizer", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/justaname94/client-transactions-visualizer.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-typescript": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "promise-cb": {"type": "string"}, "request":... | {"dependencies" : {"gulp" : "^4.0.0", "gulp-typescript" : "^5.0.0", "jsonwebtoken" : "^8.4.0", "lodash" : "^4.17.11", "promise-cb" : "^0.1.4", "request" : "^2.88.0", "request-promise-native" : "^1.0.7", "serverless" : "1.36.3", "typescript" : "^3.3.1", "uuid" : "^3.3.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-typescript": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "promise-cb": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}, "... | {"artist_id" : "AR7IRYG1187B9B8AA2", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Noblesse Oblige", "duration" : 173.97506, "num_songs" : 1, "song_id" : "SOCXXYM12AB0180E78", "title" : "Tanz_ Mephisto!", "year" : 2008} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type... | {"files" : {"main.css" : "/goit-react-hw-03-phonebook/static/css/main.66fda63f.chunk.css", "main.js" : "/goit-react-hw-03-phonebook/static/js/main.d9c16315.chunk.js", "main.js.map" : "/goit-react-hw-03-phonebook/static/js/main.d9c16315.chunk.js.map", "runtime-main.js" : "/goit-react-hw-03-phonebook/static/js/runtime-ma... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.151dbbe1.chunk.js": {"type": "string"}, "static/js... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"lh_annot": {"type": "string"}, "rh_annot": {"type": "string"}, "lh_inflated": {"type": "string"}, "rh_inflated": {"type": "string"}, "lh_pial": {"type": "string"}, "rh_pial": {"type": "string"}, "lh_white": {"type": ... | {"lh_annot" : "testdata/parc-deprecated/lh.parc.annot.gii", "rh_annot" : "testdata/parc-deprecated/rh.parc.annot.gii", "lh_inflated" : "testdata/parc-deprecated/lh.parc.inflated.gii", "rh_inflated" : "testdata/parc-deprecated/rh.parc.inflated.gii", "lh_pial" : "testdata/parc-deprecated/lh.parc.pial.gii", "rh_pial" : "t... | json_instruct | {"type": "object", "properties": {"lh_annot": {"type": "string"}, "rh_annot": {"type": "string"}, "lh_inflated": {"type": "string"}, "rh_inflated": {"type": "string"}, "lh_pial": {"type": "string"}, "rh_pial": {"type": "string"}, "lh_white": {"type": "string"}, "rh_white": {"type": "string"}, "label": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"pi": {"type": "number"}, "e": {"type": "number"}, "sci": {"type": "number"}}, "required": ["pi", "e", "sci"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pi" : 3.141592653589793, "e" : 2.718281828459045, "sci" : 1.1} | json_instruct | {"type": "object", "properties": {"pi": {"type": "number"}, "e": {"type": "number"}, "sci": {"type": "number"}}, "required": ["pi", "e", "sci"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["#forge:dusts/starmetal"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.... | {"ajv.bundle.js" : "sha256-wtq7gh9DsMlF1LEjSH8JQHEg5tK5urnpXTCb/gO9YqI=", "ajv.min.js" : "sha256-Mm8s22UDdG1Unu4EmSdDHAdEx0UnrmpvkcVkHJbR7eM=", "nodent.min.js" : "sha256-B2Xnh3eR1WpldJfQCVawgSOXUdn+BrN0FEEid6jlLPs=", "regenerator.min.js" : "sha256-9XVrVQby37fJZplIS1iN7TXU9hTDMkQCQQnnMZ9YRXY="} | json_instruct | {"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tawdry", "definition" : "1. Bought at the festival of St. Audrey. [Obs.] And gird in your waist, For more fineness, with a tawdry lace. Spenser. 2. Very fine and showy in colors, without taste or elegance; having an excess of showy ornaments without grace; cheap and gaudy; as, a tawdry dress; tawdry feathers... | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"typ... | {"name" : "karpoff/yii2-crop-image-upload", "description" : "Yii 2 Crop image upload widget", "homepage" : "https://github.com/karpoff/yii2-crop-image-upload", "license" : "BSD-3-Clause", "type" : "yii2-extension", "version" : "0.0.1", "keywords" : ["yii2", "crop", "image", "upload"], "authors" : [{"name" : "Anton Karp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"946895221811": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895221937": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "sub... | {"946895221811" : {"type" : "st"}, "946895221937" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfamVsbHlmaXNoLmh0bWwtYW5hbHl0aWNzLTk0Njg5NTIyMTg4Mw==.json"}, "94689522213... | json_instruct | {"type": "object", "properties": {"946895221811": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946895221937": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required... |
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" : 8, "n_trials" : 210, "objective" : "markowitz_realized_on_cube", "white" : "optuna_random_clone_1", "black" : "shgo_slsqp_sobol", "traceback" : ["passing", "passing"], "best_val" : [0.2485698195396076, -0.07909348291136384], "best_x" : [[0.19915465811687183, 0.017077137972029477, 0.7190421770674644, 0.039087... | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inferno-compat.js": {"type": "string"}, "inferno-compat.min.js": {"type": "string"}, "inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}, "inferno-create-class.js": {"type": "string"},... | {"inferno-compat.js" : "sha256-CDwrlrpVG+4ZOPDVRjgyX6xZNmnlVJE0eE7wz3btXA8=", "inferno-compat.min.js" : "sha256-RFTpKxpcSAkA423LmTXqOrnHuOhLUCNGxzs+86V/h+Q=", "inferno-component.js" : "sha256-xcRxdnDoN13YKEt2B8CwAScjmZmGoE4maZ6+I6uS+20=", "inferno-component.min.js" : "sha256-Ssi5VJFcLfdhY+BqDMngr+1kx40SEYUS+AYj8LZNzI4=... | json_instruct | {"type": "object", "properties": {"inferno-compat.js": {"type": "string"}, "inferno-compat.min.js": {"type": "string"}, "inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}, "inferno-create-class.js": {"type": "string"}, "inferno-create-class.min.js": {"type": "string"}, "inferno-c... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"gorillascript.js": {"type": "string"}, "gorillascript.min.js": {"type": "string"}}, "required": ["gorillascript.js", "gorillascript.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gorillascript.js" : "sha256-ARdL3yx+EJyOuACk4NO6nq/6Z9/zzdOera/hYROftOU=", "gorillascript.min.js" : "sha256-7nItjn8r/V7j7iYTKj+76S6roXGsMoDcWpU9OFKtXMY="} | json_instruct | {"type": "object", "properties": {"gorillascript.js": {"type": "string"}, "gorillascript.min.js": {"type": "string"}}, "required": ["gorillascript.js", "gorillascript.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"USERNAME": {"type": "string"}, "PASSWORD": {"type": "string"}, "SERVER": {"type": "string"}, "SCHEMA": {"type": "string"}}, "required": ["USERNAME", "PASSWORD", "SERVER", "SCHEMA"], "$schema": "http://json-sc... | {"USERNAME" : "vanh17", "PASSWORD" : "HC_367088", "SERVER" : "vault.hanover.edu", "SCHEMA" : "vanh17"} | json_instruct | {"type": "object", "properties": {"USERNAME": {"type": "string"}, "PASSWORD": {"type": "string"}, "SERVER": {"type": "string"}, "SCHEMA": {"type": "string"}}, "required": ["USERNAME", "PASSWORD", "SERVER", "SCHEMA"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f0262ef9fce7444afde141393e08bfd6cc9a1ec7"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"browserslist": {"type": "string"}, "sideEffects": {"type": "array", "items": {"type": "string"}}}, "required": ["browserslist", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"browserslist" : "Chrome 80", "sideEffects" : ["await-assignment.js", "await-declaration*.js", "then*.js"]} | json_instruct | {"type": "object", "properties": {"browserslist": {"type": "string"}, "sideEffects": {"type": "array", "items": {"type": "string"}}}, "required": ["browserslist", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [16.779349014525152, 17.224274505985782, 18.41074248321413, 18.85566797467476] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"te... | {"name" : "knockout-paging", "version" : "0.2.3", "description" : "Adds an extender to Knockout to add paging functionality to observable arrays.", "main" : "dist/knockout-paging.js", "files" : ["LICENSE", "README.md", "index.js", "dist"], "scripts" : {"test" : "gulp test"}, "repository" : {"type" : "git", "url" : "git... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "av... | [{"id" : 30131364, "name" : "mpacktrafficripper", "full_name" : "hartwork/mpacktrafficripper", "owner" : {"login" : "hartwork", "id" : 1577132, "avatar_url" : "https://avatars.githubusercontent.com/u/1577132?v=4", "html_url" : "https://github.com/hartwork"}, "html_url" : "https://github.com/hartwork/mpacktrafficripper"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "html_url": {"type": "string"}}, "requ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "bb46112decd0eeb1ab9b"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0xa51e2047c85532703810d3567c3e41087156e7cbb02f850acbd04b6d24200ede", "parentHash" : "0x414877304591ffaa22c69a403e46ec98ea599a27238f20d493e210feadbb7ab1", "number" : 63431, "timestamp" : 1439204312, "nonce" : "0x1b41ca09fea31cb7", "difficulty" : 1839647753970, "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": {"ssl": {"type": "boolean"}, "ssl_port": {"type": "integer"}, "ssl_certificate": {"type": "string"}, "ssl_certificate_key": {"type": "string"}}, "required": ["ssl", "ssl_port", "ssl_certificate", "ssl_certificate... | {"ssl" : true, "ssl_port" : 3001, "ssl_certificate" : "config/passenger-standalone-ssl/server.crt", "ssl_certificate_key" : "config/passenger-standalone-ssl/server.key"} | json_instruct | {"type": "object", "properties": {"ssl": {"type": "boolean"}, "ssl_port": {"type": "integer"}, "ssl_certificate": {"type": "string"}, "ssl_certificate_key": {"type": "string"}}, "required": ["ssl", "ssl_port", "ssl_certificate", "ssl_certificate_key"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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-6cqv-mc2f-9hj8", "modified" : "2022-05-01T02:01:48Z", "published" : "2022-05-01T02:01:48Z", "aliases" : ["CVE-2005-1766"], "details" : "Heap-based buffer overflow in rtffplin.cpp in RealPlayer 10.5 6.0.12.1056 on Windows, and 10, 10.0.1.436, and other versions before 10.0.5 on ... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "str... | {"name" : "crawler", "version" : "1.0.0", "description" : "", "main" : "src/index.ts", "scripts" : {"start" : "ts-node . | bunyan", "test" : "jest"}, "author" : "", "license" : "ISC", "dependencies" : {"axios" : "^0.26.0", "bunyan" : "^1.8.15", "lmdb" : "^2.2.4"}, "devDependencies" : {"@types/bunyan" : "^1.8.8", "@type... | 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"]}, "author": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draf... | {"id" : "20", "provinceId" : "82", "regencyId" : "04", "name" : "Mandioli Utara"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "credit-card-expiry-validator", "version" : "0.0.3", "description" : "Validate credit card's expiry date", "main" : "index.js", "scripts" : {"test" : "istanbul cover jasmine-node spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thodorisbais/credit-card-expiry-validator.git"}, "keywords... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"currency-flags.css": {"type": "string"}, "currency-flags.min.css": {"type": "string"}}, "required": ["currency-flags.css", "currency-flags.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"currency-flags.css" : "sha256-XnXD/2LuCEr+8jLm7IEtri0QzRLmLGpaxFBaqfJRwnk=", "currency-flags.min.css" : "sha256-YS3Ty1GieJQ67kTiP8UkY1Q5YN4/jyPzjz6frdh0ZFo="} | json_instruct | {"type": "object", "properties": {"currency-flags.css": {"type": "string"}, "currency-flags.min.css": {"type": "string"}}, "required": ["currency-flags.css", "currency-flags.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"ty... | {"name" : "porcelanosa/yii2-magnific-popup", "description" : "JQuery magnific popup widget", "version" : "dev-master", "keywords" : ["yii", "yii2", "yii 2", "jquery", "magnific popup"], "type" : "yii2-extension", "homepage" : "https://github.com/porcelanosa/yii2-magnific-popup", "authors" : [{"name" : "Alex Porcelanosa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "prop... | {"contract" : "0xfe8f4015b1121ffbc22ab4cb8e4c6091be6eb8f6", "tool" : "osiris", "start" : 1564630048.413587, "end" : 1564630111.0416727, "duration" : 62.62808561325073, "analysis" : [{"errors" : [{"line" : 87, "column" : 25, "message" : "overflow_bugs"}, {"line" : 39, "column" : 13, "message" : "overflow_bugs"}], "file"... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tests": {"type": "string"}, "postinstall": {"type": "string... | {"name" : "checkedout_webserver", "version" : "1.0.0", "description" : "The webserver that connects the website to the mainserver", "main" : "main.js", "scripts" : {"tests" : "node_modules/.bin/nightwatch", "postinstall" : "node nightwatch.conf.js"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tests": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["tests", "postinstall"]}, "author": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "spec": {"type": "string"}}, "required": ["version", "spec"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"version" : "1.2.0", "spec" : "org.codingmatters:codingmatters-parent"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "spec": {"type": "string"}}, "required": ["version", "spec"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"artist_uri": {"type": "string"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "audio": {"type": "string"}, "cover": {"type": "string"}}, "required": ["track", "a... | {"artist_uri" : "spotify:artist:5n9bMYfz9qss2VOW89EVs2", "tracks" : [{"track" : "Soy Yo", "audio" : "https://p.scdn.co/mp3-preview/93134a685ab8d7e950d3ef4a8cc5cfbd4c0fc37f?cid=null", "cover" : "https://i.scdn.co/image/786d438907b80cd3329dc6262765aa25fe5169e0"}, {"track" : "Somos Dos", "audio" : "https://p.scdn.co/mp3-p... | json_instruct | {"type": "object", "properties": {"artist_uri": {"type": "string"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"track": {"type": "string"}, "audio": {"type": "string"}, "cover": {"type": "string"}}, "required": ["track", "audio", "cover"]}}}, "required": ["artist_uri", "tracks"], "$schema": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "... | {"IsRecentlyVerified" : false, "ID" : 23280, "UUID" : "842B27FA-2B66-4066-A6A7-F598A6251776", "DataProviderID" : 1, "OperatorID" : 62, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 23625, "Title" : "Auchan LA CROIX SAINT OUEN", "AddressLine1" : "Square des Jardins", "Town" : "Lacroix-Saint-Ouen", "StateOrProvince" : "Comp... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rows" : [["writecard", "1", "Description", "\u0cb2", "\u0cb2\u0cb5\u0ca3", "salt.png", "\u0cb2\u0cb5\u0ca3.mp3", "", "width.png", "\u0c85\u0c97\u0cb2.mp3", "\u0cb2\u0c95\u0cb2\u0c95", "shining.png", "\u0cb2\u0c95\u0cb2\u0c95.mp3"], ["writecard", "1", "Description", "\u0c88", "\u0c88\u0c9a\u0cb2", "palm.png", "\u0c88\... | json_instruct | {"type": "object", "properties": {"rows": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["rows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": ... | {"nft" : {"id" : 5899, "image" : "ipfs://QmQUzaQFMAAnPQtqfgMp8TQJHGXiBCSxzJsZeCMLoaJUQ1", "attributes" : [{"trait_type" : "Fur", "value" : "Dmt"}, {"trait_type" : "Eyes", "value" : "Blindfold"}, {"trait_type" : "Hat", "value" : "Police Motorcycle Helmet"}, {"trait_type" : "Background", "value" : "Yellow"}, {"trait_type... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}, "versions": {"type": "object", "properties": {"kong": {"type": "string"}}, "required": ["kong"]}}, "required": ["require", "versions"], "$schema": "http://json-schema.o... | {"require" : ["openresty"], "versions" : {"kong" : "kong/kong"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "array", "items": {"type": "string"}}, "versions": {"type": "object", "properties": {"kong": {"type": "string"}}, "required": ["kong"]}}, "required": ["require", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "string"}, "scripts": {"type": "object", "... | {"name" : "customer-cli", "version" : "1.0.0", "description" : "", "main" : "app.js", "preferGlobal" : true, "bin" : "./commands.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["cli", "node"], "author" : "sagarsehwag", "license" : "ISC", "dependencies" : {"commander" : "^2.19.0"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "ke... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url"... | {"authors" : [{"author" : "Hiromitsu Kitayama"}, {"author" : "Junko Sugiyama"}, {"author" : "Michiaki Hirayama"}, {"author" : "Yosihiro Onada"}, {"author" : "Yasushi Tsuji"}], "doi" : "10.1159/000452737", "publication_date" : "2016-12-07", "id" : "EN114331", "url" : "https://pubmed.ncbi.nlm.nih.gov/27920709", "source" ... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type... | {"description" : "We are at the Bay Area Python Interest Group (BayPIGGies). And, this is our Google Hangouts On Air for NumPy and SciPy by Eli Bressert.", "language" : "eng", "recorded" : "2014-07-24", "speakers" : ["Eli Bressert"], "thumbnail_url" : "https://i.ytimg.com/vi/-pFYu7z-Ouo/hqdefault.jpg", "title" : "BayPI... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "prop... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"resource_id": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"type":... | {"help" : "https://data.gov.sg/api/3/action/help_show?name=datastore_search", "success" : true, "result" : {"resource_id" : "a62fb07f-9c17-4308-b234-92b620e0148e", "fields" : [{"type" : "int4", "id" : "_id"}, {"type" : "text", "id" : "year"}, {"type" : "text", "id" : "applicant_country"}, {"type" : "numeric", "id" : "t... | json_instruct | {"type": "object", "properties": {"help": {"type": "string"}, "success": {"type": "boolean"}, "result": {"type": "object", "properties": {"resource_id": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.955407, 32.406844], [-84.954114, 32.412639], [-84.950498, 32.418024], [-84.949915, 32.427529], [-84.947212, 32.423923], [-84.939964, 32.408662], [-84.937527, 32.406458], [-84.934733, 32.405557], [-84.932782, 32.401094... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"reqwest.js": {"type": "string"}, "reqwest.min.js": {"type": "string"}}, "required": ["reqwest.js", "reqwest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"reqwest.js" : "sha512-vpzk0+NasGt7qeUI+dFb9bTYnJvIEPkJUMR26jyyRg3CuWyrj8wsymddNBy+cHnfgLsAnbEBwO/z2kHHWFaJ6A==", "reqwest.min.js" : "sha512-JcpXYLGhEsTMuNWaETYwZIydXZ98LsIlQ4QEhG8J7rWXz5k/uiMDx/BpDuznTaCpPFOjlpN3oraxBMRiGhJKkg=="} | json_instruct | {"type": "object", "properties": {"reqwest.js": {"type": "string"}, "reqwest.min.js": {"type": "string"}}, "required": ["reqwest.js", "reqwest.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language",... | {"code" : "872", "description" : "", "label" : "Vorhandensein ausgemusterter Datentr\u00e4ger in Zonen, die dienstlich nicht betroffenen Personen zug\u00e4nglich sind", "language" : "DE", "uuid" : "69fc24c5-4591-11e9-9173-0800277f0571"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "item... | {"name" : "@tramvai/papi", "version" : "0.0.0-stub", "description" : "", "main" : "lib/server.js", "browser" : "lib/browser.js", "typings" : "lib/server.d.ts", "files" : ["lib", "__migrations__"], "repository" : {"type" : "git", "url" : "git@github.com:Tinkoff/tramvai.git"}, "scripts" : {"build" : "tramvai-build --for-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"script/jquery.jscrollpane.js": {"type": "string"}, "script/jquery.jscrollpane.min.js": {"type": "string"}, "style/jquery.jscrollpane.css": {"type": "string"}, "style/jquery.jscrollpane.min.css": {"type": "string"}}, ... | {"script/jquery.jscrollpane.js" : "sha256-AgWYPpw0oO02ywjRtRGEgFkVG0EkaBFwCLlKxwwXCPY=", "script/jquery.jscrollpane.min.js" : "sha256-gWWUgQCzwcEzWIyIv662BU2RXIosU9HQRhtIcxkpmg4=", "style/jquery.jscrollpane.css" : "sha256-4oAcfAIvsTxoLFgQfX7h2Hc4T0YjhBtWPRhlaxsqifo=", "style/jquery.jscrollpane.min.css" : "sha256-Ov87pt... | json_instruct | {"type": "object", "properties": {"script/jquery.jscrollpane.js": {"type": "string"}, "script/jquery.jscrollpane.min.js": {"type": "string"}, "style/jquery.jscrollpane.css": {"type": "string"}, "style/jquery.jscrollpane.min.css": {"type": "string"}}, "required": ["script/jquery.jscrollpane.js", "script/jquery.jscrollpa... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type":... | {"hash" : "0xdee1a2bb08108310f6b16f0a133d0554f2a7d275e43ca91bcd81e61708141c40", "parentHash" : "0xbeb6708da0a2892e3c3ac71d003850e08c971c1f9decf89636f2bf680d087385", "number" : 80181, "timestamp" : 1439481366, "nonce" : "0xb3ae0dd31f7451d7", "difficulty" : 2373613119335, "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"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900005427": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005428": {"type": "object", "properties": {"na... | {"900005427" : {"nama" : "TPS 1", "dapil" : [1101, 11102, 2110705]}, "900005428" : {"nama" : "TPS 2", "dapil" : [1101, 11102, 2110705]}, "900005429" : {"nama" : "TPS 3", "dapil" : [1101, 11102, 2110705]}, "900005430" : {"nama" : "TPS 4", "dapil" : [1101, 11102, 2110705]}, "900005431" : {"nama" : "TPS 5", "dapil" : [110... | json_instruct | {"type": "object", "properties": {"900005427": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900005428": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"train_batch_size": {"type": "integer"}, "gradient_accumulation_steps": {"type": "integer"}, "optimizer": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "object", "properties": {"lr":... | {"train_batch_size" : 2, "gradient_accumulation_steps" : 1, "optimizer" : {"type" : "Adam", "params" : {"lr" : 0.00015}}, "gradient_clipping" : 1.0, "fp16" : {"enabled" : true, "loss_scale" : 0}} | json_instruct | {"type": "object", "properties": {"train_batch_size": {"type": "integer"}, "gradient_accumulation_steps": {"type": "integer"}, "optimizer": {"type": "object", "properties": {"type": {"type": "string"}, "params": {"type": "object", "properties": {"lr": {"type": "number"}}, "required": ["lr"]}}, "required": ["type", "par... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "logo": {"type": "string"}, "image": {"type": "string"}, "website": {"type": "string"}, "repository": {"ty... | {"name" : "MemCachier Sinatra App", "description" : "Ruby Sinatra app illustrating how to use MemCachier to cache Facebook API data", "keywords" : ["ruby", "sinatra", "facebook", "memcache", "memcachier", "caching"], "logo" : "https://www.memcachier.com/assets/logo-large.png", "image" : "heroku/python", "website" : "ht... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "logo": {"type": "string"}, "image": {"type": "string"}, "website": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {"ty... |
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"}, "gypfile": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"install": {"ty... | {"name" : "@calculux/connector", "version" : "0.0.2", "description" : "this is package about n-api", "main" : "index.js", "gypfile" : true, "scripts" : {"install" : "node-gyp rebuild", "build" : "node-gyp build"}, "repository" : {"type" : "git", "url" : "git+https://github.com/calculux/connector.git"}, "author" : "zhi ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "gypfile": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "build": {"type": "string"}}, "required": ["install", "b... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["katie so rude", "katie u crazeh", "blame zhong"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "embellishcraft:block/polished_jade_stairs"} | 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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230126101011", "\u94c1\u897f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101012", "\u5f97\u6743\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101013", "\u632f\u5174\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["230126101014", "\u7e41\u8363\u793e\u533a\u5c45\u6c11\... | 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": {"name": {"type": "string"}, "world_pos": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "intensity": {"type": "number"}}, "required": ["... | {"name" : "light.062", "world_pos" : {"x" : -9.5, "y" : -4.75, "z" : -88.5}, "intensity" : 200.0} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "world_pos": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "intensity": {"type": "number"}}, "required": ["name", "world_pos", "intensity"], "$schema": "http://json... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"/auth/realms/efairy-realm/protocol/openid-connect/token": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type"... | {"/auth/realms/efairy-realm/protocol/openid-connect/token" : {"target" : "http://localhost:8082", "secure" : false, "logLevel" : "info", "changeOrigin" : true}, "/auth/realms/efairy-realm/protocol/openid-connect/logout" : {"target" : "http://localhost:8082", "secure" : false, "logLevel" : "info", "changeOrigin" : true}... | json_instruct | {"type": "object", "properties": {"/auth/realms/efairy-realm/protocol/openid-connect/token": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]},... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.