input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
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#"}
[["341525106001", "\u4fca\u537f\u5c45\u59d4\u4f1a", "121", "0"], ["341525106200", "\u72ee\u5c71\u6751\u59d4\u4f1a", "122", "0"], ["341525106201", "\u4ed9\u4eba\u51b2\u6751\u59d4\u4f1a", "220", "0"], ["341525106202", "\u5c0f\u5e72\u6da7\u6751\u59d4\u4f1a", "122", "0"], ["341525106203", "\u5927\u5e72\u6da7\u6751\u59d4\u4f1a", "122", "0"], ["341525106204", "\u77f3\u5bb6\u6cb3\u6751\u59d4\u4f1a", "122", "0"], ["341525106205", "\u897f\u77f3\u95e8\u6751\u59d4\u4f1a", "122", "0"], ["341525106206", "\u5c0f\u5830\u53e3\u6751\u59d4\u4f1a", "122", "0"], ["341525106207", "\u6843\u6e90\u6cb3\u6751\u59d4\u4f1a", "220", "0"], ["341525106208", "\u4e09\u6cb3\u6751\u59d4\u4f1a", "220", "0"], ["341525106209", "\u4e0a\u8c37\u6751\u59d4\u4f1a", "220", "0"], ["341525106210", "\u5927\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["341525106211", "\u6cbf\u6cb3\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[147.625, 28.25], [147.625, 28.333333333333332], [147.75, 28.333333333333332], [147.75, 28.25], [147.625, 28.25]]]}, "properties" : {"code" : 424735, "url" : "http://madefor.github.io/0410/api/v1/424735.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/424735.geojson"}}
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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier1/underworld/kirhostier1.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier1/underworld/kirhostier1.head": {"type": "array", "items": {"type": "string"}}, "items/armors/tier1/underworld/kirhostier1.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/tier1/underworld/kirhostier1.chest", "items/armors/tier1/underworld/kirhostier1.head", "items/armors/tier1/underworld/kirhostier1.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/armors/tier1/underworld/kirhostier1.chest" : ["/description"], "items/armors/tier1/underworld/kirhostier1.head" : ["/description"], "items/armors/tier1/underworld/kirhostier1.legs" : ["/description"]}, "Texts" : {"Chs" : "^orange;\u5957\u88c5\u5956\u52b1^reset;:\n^yellow;\ue024^reset; (\u81ea\u52a8) \u624b\u67aa: +^green;1^reset;/+^green;2.5^reset;% \u66b4\u51fb\u51e0\u7387\n^yellow;\ue024^reset; \u7a81\u51fb/\u72d9\u51fb\u6b65\u67aa: +^green;2^reset;% \u66b4\u51fb\u51e0\u7387^reset;", "Eng" : "^orange;Set Bonuses^reset;:\n^yellow;\ue024^reset; (Machine) Pistols: +^green;1^reset;/+^green;2.5^reset;% Crit Chance\n^yellow;\ue024^reset; Assault/Sniper Rifles: +^green;2^reset;% Crit Chance^reset;"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/tier1/underworld/kirhostier1.chest": {"type": "array", "items": {"type": "string"}}, "items/armors/tier1/underworld/kirhostier1.head": {"type": "array", "items": {"type": "string"}}, "items/armors/tier1/underworld/kirhostier1.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/tier1/underworld/kirhostier1.chest", "items/armors/tier1/underworld/kirhostier1.head", "items/armors/tier1/underworld/kirhostier1.legs"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "required": ["affiliation", "name"]}}, "url": {"type": "string"}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}}, "required": ["id", "title", "year", "type", "sortkey", "authors", "url", "peer-reviewed", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "staples2017risks", "title" : "Risks And Opportunities For Systems Using Blockchain And Smart Contracts. Data61", "year" : 2017, "type" : "misc", "sortkey" : 20170709, "authors" : [{"affiliation" : "", "name" : "M Staples"}, {"affiliation" : "", "name" : "S Chen"}, {"affiliation" : "", "name" : "S Falamaki"}, {"affiliation" : "", "name" : "A Ponomarev"}, {"affiliation" : "", "name" : "P Rimba"}, {"affiliation" : "", "name" : "AB Tran"}, {"affiliation" : "", "name" : "I Weber"}, {"affiliation" : "", "name" : "X Xu"}, {"affiliation" : "", "name" : "J Zhu"}], "url" : "http://www.unlock-bc.com/sites/default/files/attachments/Risks%20and%20Opportunities%20for%20Systems%20using%20blockchain%20and%20Smart%20Contracts%20by%20Data%2061.pdf", "peer-reviewed" : false, "abstract" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "sortkey": {"type": "integer"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"affiliation": {"type": "string"}, "name": {"type": "string"}}, "required": ["affiliation", "name"]}}, "url": {"type": "string"}, "peer-reviewed": {"type": "boolean"}, "abstract": {"type": "string"}}, "required": ["id", "title", "year", "type", "sortkey", "authors", "url", "peer-reviewed", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "xref": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "xref", "permalink"]}}, "permalink": {"type": "string"}}, "required": ["text", "created", "type", "subs", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Just trying a little experiment to see what happens. ", "created" : "Mon, 17 Jul 2017 21:09:50 GMT", "type" : "outline", "subs" : [{"text" : "This might be interesting. (Indeed it is.)", "created" : "Mon, 17 Jul 2017 21:10:30 GMT", "xref" : "http://scripting.com/2017/07/06.html#a110741", "permalink" : "http://scripting.com/2017/07/17.html#a051030"}], "permalink" : "http://scripting.com/2017/07/17.html#a050950"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "subs": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "xref": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["text", "created", "xref", "permalink"]}}, "permalink": {"type": "string"}}, "required": ["text", "created", "type", "subs", "permalink"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"_template": {"type": "object", "properties": {"5": {"type": "object", "properties": {"1": {"type": "object", "properties": {"HP": {"type": "integer"}, "Atk": {"type": "integer"}, "Spd": {"type": "integer"}, "Def": {"type": "integer"}, "Res": {"type": "integer"}}, "required": ["HP", "Atk", "Spd", "Def", "Res"]}, "40": {"type": "object", "properties": {"HP": {"type": "integer"}, "Atk": {"type": "integer"}, "Spd": {"type": "integer"}, "Def": {"type": "integer"}, "Res": {"type": "integer"}}, "required": ["HP", "Atk", "Spd", "Def", "Res"]}}, "required": ["1", "40"]}}, "required": ["5"]}}, "required": ["_template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_template" : {"5" : {"1" : {"HP" : 0, "Atk" : 0, "Spd" : 0, "Def" : 0, "Res" : 0}, "40" : {"HP" : 0, "Atk" : 0, "Spd" : 0, "Def" : 0, "Res" : 0}}}}
json_instruct
{"type": "object", "properties": {"_template": {"type": "object", "properties": {"5": {"type": "object", "properties": {"1": {"type": "object", "properties": {"HP": {"type": "integer"}, "Atk": {"type": "integer"}, "Spd": {"type": "integer"}, "Def": {"type": "integer"}, "Res": {"type": "integer"}}, "required": ["HP", "Atk", "Spd", "Def", "Res"]}, "40": {"type": "object", "properties": {"HP": {"type": "integer"}, "Atk": {"type": "integer"}, "Spd": {"type": "integer"}, "Def": {"type": "integer"}, "Res": {"type": "integer"}}, "required": ["HP", "Atk", "Spd", "Def", "Res"]}}, "required": ["1", "40"]}}, "required": ["5"]}}, "required": ["_template"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"entries": {"type": "object", "properties": {"cheap_car": {"type": "object", "properties": {"kind": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["kind", "cost"]}, "expensive_car": {"type": "object", "properties": {"kind": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["kind", "cost"]}, "cheap_plane": {"type": "object", "properties": {"kind": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["kind", "cost"]}}, "required": ["cheap_car", "expensive_car", "cheap_plane"]}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"entries" : {"cheap_car" : {"kind" : "caofr", "cost" : 1000}, "expensive_car" : {"kind" : "car", "cost" : 3000}, "cheap_plane" : {"kind" : "plane", "cost" : 10000}}}
json_instruct
{"type": "object", "properties": {"entries": {"type": "object", "properties": {"cheap_car": {"type": "object", "properties": {"kind": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["kind", "cost"]}, "expensive_car": {"type": "object", "properties": {"kind": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["kind", "cost"]}, "cheap_plane": {"type": "object", "properties": {"kind": {"type": "string"}, "cost": {"type": "integer"}}, "required": ["kind", "cost"]}}, "required": ["cheap_car", "expensive_car", "cheap_plane"]}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "main", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@pencil.js/path", "main" : "path.js", "sideEffects" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "sideEffects": {"type": "boolean"}}, "required": ["name", "main", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "arfo:block/badlands_jungle_leaves_carpet"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-jr3x-5j37-8776", "modified" : "2022-05-13T01:50:36Z", "published" : "2022-05-13T01:50:36Z", "aliases" : ["CVE-2018-18068"], "details" : "The ARM-based hardware debugging feature on Raspberry Pi 3 module B+ and possibly other devices allows non-secure EL1 code to read/write any EL3 (the highest privilege level in ARMv8) memory/register via inter-processor debugging. With a debug host processor A running in non-secure EL1 and a debug target processor B running in any privilege level, the debugging feature allows A to halt B and promote B to any privilege level. As a debug host, A has full control of B even if B owns a higher privilege level than A. Accordingly, A can read/write any EL3 memory/register via B. Also, with this memory access, A can execute arbitrary code in EL3.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-18068"}, {"type" : "WEB", "url" : "https://www.computer.org/csdl/proceedings-article/sp/2019/666000b157/17D45WHONhv"}, {"type" : "WEB", "url" : "http://www.cs.wayne.edu/fengwei/paper/nailgun-sp19.pdf"}], "database_specific" : {"cwe_ids" : ["CWE-668"], "severity" : "CRITICAL", "github_reviewed" : false}}
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", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "or \u05e9\u05c1\u05b8\u05db\u05b5\u05d7\u05b7; a primitive root;", "pron" : "shaw-kakh'", "outline" : "<ol><li> to forget, ignore, wither<ol><li> (Qal)<ol><li> to forget</li><li> to cease to care</li></ol><li> (Niphal) to be forgotten</li><li> (Piel) to cause to forget</li><li> (Hiphil) to make or cause to forget</li><li> (Hithpael) to be forgotten</li></ol></li></ol>", "kjv_def" : "[idiom] at all, (cause to) forget.", "lemma" : "\u05e9\u05c1\u05b8\u05db\u05b7\u05d7", "frequency" : 103, "strongs_def" : "to mislay, i.e. to be oblivious of, from want of memory or attention", "xlit" : "sh\u00e2kach"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"HOST": {"type": "string"}, "USER": {"type": "string"}, "PASSWORD": {"type": "string"}, "DATABASE": {"type": "string"}, "PG_URI": {"type": "string"}}, "required": ["HOST", "USER", "PASSWORD", "DATABASE", "PG_URI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"HOST" : "127.0.0.1", "USER" : "root", "PASSWORD" : "password", "DATABASE" : "ci_integration", "PG_URI" : "postgres://postgres:postgres@127.0.0.1/postgres"}
json_instruct
{"type": "object", "properties": {"HOST": {"type": "string"}, "USER": {"type": "string"}, "PASSWORD": {"type": "string"}, "DATABASE": {"type": "string"}, "PG_URI": {"type": "string"}}, "required": ["HOST", "USER", "PASSWORD", "DATABASE", "PG_URI"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "192099": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "413099": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "537051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "359021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "192099", "413099", "537051", "359021"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 17, "N.A.//" : {"count" : 13}, "192099" : {"count" : 1}, "413099" : {"count" : 1}, "537051" : {"count" : 1}, "359021" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "192099": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "413099": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "537051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "359021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "192099", "413099", "537051", "359021"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Target" : "css/app.min.7198109ac32fcbdb993ce58a17e7eee03ca3bfdde049cc25b23db8e7bcbf2497.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha256-cZgQmsMvy9uZPOWKF+fu4Dyjv93gScwlsj2457y/JJc="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"fields": {"type": "object", "properties": {"headerFontSize": {"type": "array", "items": {"type": "integer"}}, "configBgColor": {"type": "object", "properties": {"r": {"type": "number"}, "g": {"type": "number"}, "b": {"type": "number"}, "a": {"type": "integer"}}, "required": ["r", "g", "b", "a"]}, "configPaddingX": {"type": "array", "items": {"type": "integer"}}, "configPaddingY": {"type": "array", "items": {"type": "integer"}}, "configFontSize": {"type": "array", "items": {"type": "integer"}}, "configRowSpacing": {"type": "array", "items": {"type": "integer"}}, "configInputWidth": {"type": "array", "items": {"type": "integer"}}, "configInputSpacing": {"type": "array", "items": {"type": "number"}}, "configLabelHighlightBgColor": {"type": "object", "properties": {"r": {"type": "number"}, "g": {"type": "number"}, "b": {"type": "number"}, "a": {"type": "integer"}}, "required": ["r", "g", "b", "a"]}, "configSectionSpacing": {"type": "array", "items": {"type": "integer"}}}, "required": ["headerFontSize", "configBgColor", "configPaddingX", "configPaddingY", "configFontSize", "configRowSpacing", "configInputWidth", "configInputSpacing", "configLabelHighlightBgColor", "configSectionSpacing"]}}, "required": ["fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fields" : {"headerFontSize" : [52, 0], "configBgColor" : {"r" : 0.7834666666666668, "g" : 0.9533333333333333, "b" : 0.7800000000000001, "a" : 1}, "configPaddingX" : [5, 0], "configPaddingY" : [10, 0], "configFontSize" : [18, 0], "configRowSpacing" : [2, 0], "configInputWidth" : [80, 0], "configInputSpacing" : [1.4000000000000048, -2], "configLabelHighlightBgColor" : {"r" : 0.6619999999999999, "g" : 0.7640933333333333, "b" : 0.9913333333333334, "a" : 1}, "configSectionSpacing" : [17, 0]}}
json_instruct
{"type": "object", "properties": {"fields": {"type": "object", "properties": {"headerFontSize": {"type": "array", "items": {"type": "integer"}}, "configBgColor": {"type": "object", "properties": {"r": {"type": "number"}, "g": {"type": "number"}, "b": {"type": "number"}, "a": {"type": "integer"}}, "required": ["r", "g", "b", "a"]}, "configPaddingX": {"type": "array", "items": {"type": "integer"}}, "configPaddingY": {"type": "array", "items": {"type": "integer"}}, "configFontSize": {"type": "array", "items": {"type": "integer"}}, "configRowSpacing": {"type": "array", "items": {"type": "integer"}}, "configInputWidth": {"type": "array", "items": {"type": "integer"}}, "configInputSpacing": {"type": "array", "items": {"type": "number"}}, "configLabelHighlightBgColor": {"type": "object", "properties": {"r": {"type": "number"}, "g": {"type": "number"}, "b": {"type": "number"}, "a": {"type": "integer"}}, "required": ["r", "g", "b", "a"]}, "configSectionSpacing": {"type": "array", "items": {"type": "integer"}}}, "required": ["headerFontSize", "configBgColor", "configPaddingX", "configPaddingY", "configFontSize", "configRowSpacing", "configInputWidth", "configInputSpacing", "configLabelHighlightBgColor", "configSectionSpacing"]}}, "required": ["fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Note2", "text" : "Note text 2"}, {"title" : "hello ", "text" : "asdf"}, {"title" : "world", "text" : "123423rwsdfadsf"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "body": {"type": "string"}, "author_id": {"type": "integer"}, "allow_comments": {"type": "integer"}, "created_at": {"type": "string"}, "author": {"type": "string"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "body": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["author", "body", "created_at"]}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "title", "body", "author_id", "allow_comments", "created_at", "author", "comments", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 103, "title" : "Here we go again", "body" : "I just submitted our SBA documentation to the bank. They can't submit it to the SBA until our parents send in their documentation as well. Our parents can't fill out the documents until they have working pens. Wal-Mart is out of working pens.\r\n\r\nIf I haven't asked you before, keep those fingers crossed!", "author_id" : 1, "allow_comments" : 1, "created_at" : "2004-11-17T19:43:53.000Z", "author" : "Dan", "comments" : [{"author" : "Einahpets", "body" : "It's hard to type with my fingers crossed...But go get 'em tiger! Good luck.", "created_at" : "2004-11-17T20:29:37.000Z"}, {"author" : "bjork24", "body" : "Thanks!!!!!!", "created_at" : "2004-11-17T20:40:07.000Z"}, {"author" : "nicole", "body" : "I've got my toes crossed, too.", "created_at" : "2004-11-17T22:37:00.000Z"}, {"author" : "bjork24", "body" : "Awwww!!!!!", "created_at" : "2004-11-17T22:42:14.000Z"}, {"author" : "Einahpets", "body" : "My legs are crossed at the moment...", "created_at" : "2004-11-17T23:03:45.000Z"}, {"author" : "bjork24", "body" : "I've crossed every loose part on my body... even my wobbly bits.", "created_at" : "2004-11-17T23:06:14.000Z"}, {"author" : "whitty", "body" : "Dang you, Walmart and your second rate pens!\r\n\r\nAll (non-wobbly) appendages crossed!\r\n\r\nWe need you guys! I haven't seen a good movie in 2 weeks!", "created_at" : "2004-11-18T00:17:25.000Z"}, {"author" : "bjork24", "body" : "Oye, it's been a slow season for 1st runs this year. I haven't seen a good movie since \"Shaun of the Dead\", and that was almost 2 months ago!", "created_at" : "2004-11-18T00:41:01.000Z"}], "categories" : [{"id" : 8, "name" : "MOXIE"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "body": {"type": "string"}, "author_id": {"type": "integer"}, "allow_comments": {"type": "integer"}, "created_at": {"type": "string"}, "author": {"type": "string"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}, "body": {"type": "string"}, "created_at": {"type": "string"}}, "required": ["author", "body", "created_at"]}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["id", "title", "body", "author_id", "allow_comments", "created_at", "author", "comments", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 28120, "citation_title" : "Public Mobility Data Enables COVID-19 Forecasting and Management at Local and Global Scales", "citation_author" : ["Cornelia Ilin", "S\u00e9bastien E. Annan-Phan", "Xiao Hui Tai", "Shikhar Mehra", "Solomon M. Hsiang", "Joshua E. Blumenstock"], "citation_publication_date" : "2020-11-23", "issue_date" : "2020-11-20", "revision_date" : "None", "topics" : ["Econometrics", "Estimation Methods", "Data Collection", "Public Economics", "Subnational Fiscal Issues", "Health, Education, and Welfare", "Health", "Development and Growth", "Regional and Urban Economics"], "program" : ["Development Economics", "Environment and Energy Economics", "Health Care", "Public Economics"], "projects" : null, "working_groups" : null, "abstract" : "\n\nPolicymakers everywhere are working to determine the set of restrictions that will effectively contain the spread of COVID-19 without excessively stifling economic activity. We show that publicly available data on human mobility \u2014 collected by Google, Facebook, and other providers \u2014 can be used to evaluate the effectiveness of non-pharmaceutical interventions and forecast the spread of COVID-19. This approach relies on simple and transparent statistical models, and involves minimal assumptions about disease dynamics. We demonstrate the effectiveness of this approach using local and regional data from China, France, Italy, South Korea, and the United States, as well as national data from 80 countries around the world.\n\n", "acknowledgement" : "\nThe views expressed herein are those of the authors and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5de7c5fe37ceb3257d3aa579", "_tpl" : "5b3a337e5acfc4704b4a19a0", "parentId" : "5de7c5fe37ceb3257d3aa576", "slotId" : "mod_tactical_001"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "220601", "text" : "\u5e02\u8f96\u533a"}, {"id" : "220602", "text" : "\u6d51\u6c5f\u533a"}, {"id" : "220605", "text" : "\u6c5f\u6e90\u533a"}, {"id" : "220621", "text" : "\u629a\u677e\u53bf"}, {"id" : "220622", "text" : "\u9756\u5b87\u53bf"}, {"id" : "220623", "text" : "\u957f\u767d\u671d\u9c9c\u65cf\u81ea\u6cbb\u53bf"}, {"id" : "220681", "text" : "\u4e34\u6c5f\u5e02"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$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"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ls-lorem", "version" : "1.1.0", "description" : "A Lorem Ipsum placeholder text generator.", "main" : "index.js", "scripts" : {"prepublish" : "npm test", "test" : "jest"}, "repository" : {"type" : "git", "url" : "https://github.com/leanstacks/ls-lorem.git"}, "keywords" : ["placeholder", "text", "generator", "lorem", "ipsum"], "author" : "Matthew Warman (https://www.leanstacks.com)", "license" : "MIT", "homepage" : "https://github.com/leanstacks/ls-lorem", "devDependencies" : {"jest" : "^25.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"north": {"type": "string"}, "south": {"type": "string"}, "east": {"type": "string"}, "west": {"type": "string"}, "up": {"type": "string"}, "down": {"type": "string"}, "particle": {"type": "string"}}, "required": ["north", "south", "east", "west", "up", "down", "particle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "block/cube", "textures" : {"north" : "resonantio:block/solder_bench_front", "south" : "resonantio:block/solder_bench_front", "east" : "resonantio:block/solder_bench_side", "west" : "resonantio:block/solder_bench_side", "up" : "resonantio:block/solder_bench_top", "down" : "resonantio:block/solder_bench_bottom", "particle" : "resonantio:block/solder_bench_front"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"north": {"type": "string"}, "south": {"type": "string"}, "east": {"type": "string"}, "west": {"type": "string"}, "up": {"type": "string"}, "down": {"type": "string"}, "particle": {"type": "string"}}, "required": ["north", "south", "east", "west", "up", "down", "particle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc774\ub984" : "\uc720\ucc3d\uc5f4", "\ud55c\ubb38\uba85" : "\uf9c9\u660c\uf99f", "\uc0dd\ub144\uc6d4\uc77c" : "1914-12-03", "\uc815\ub2f9" : "\ubbfc\uc8fc\ub2f9", "\uc120\uac70\uad6c" : "null", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "6"}
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"iss": {"type": "string"}, "exp": {"type": "integer"}, "__cleartext_signature": {"type": "object", "properties": {"alg": {"type": "string"}, "jwk": {"type": "object", "properties": {"kty": {"type": "string"}, "crv": {"type": "string"}, "x": {"type": "string"}, "y": {"type": "string"}}, "required": ["kty", "crv", "x", "y"]}, "signature": {"type": "string"}}, "required": ["alg", "jwk", "signature"]}}, "required": ["iss", "exp", "__cleartext_signature"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"iss" : "joe", "exp" : 1300819380, "__cleartext_signature" : {"alg" : "ES512", "jwk" : {"kty" : "EC", "crv" : "P-521", "x" : "AT9Hw32aVQCGd5csltC1dqhSB4fFt-mEWO-QxZqrr9Yrwn69_q7n1YOYrHSWjk_qMkCGk6qQ4f9ZRYIJPGqjfxC9", "y" : "AeVHV1elHFzR_P5Lzb22hMyhAzcGSTT1sdwVmFkJGBYt55RKXGNO1H9De2v_p5S-kkK8BZVh3JGzixMyT0Eo_ckS"}, "signature" : "AaURd4DHWJoaIumoXTHUs-DLEeTbPdJBk8bIpqTSjVlBY3F_oU-C7yXK2C065Uq5CyykmVi8sqENu5F-1uAVGDgQAWyQS6ejFPdQqX6vGLstLQVGLj5Jove2m4Xk-F4yXoEIRFTLsXU7gAJ1S-apA9dOWqfUNc-QGYmDZ0rxl4LvXuMZ"}}
json_instruct
{"type": "object", "properties": {"iss": {"type": "string"}, "exp": {"type": "integer"}, "__cleartext_signature": {"type": "object", "properties": {"alg": {"type": "string"}, "jwk": {"type": "object", "properties": {"kty": {"type": "string"}, "crv": {"type": "string"}, "x": {"type": "string"}, "y": {"type": "string"}}, "required": ["kty", "crv", "x", "y"]}, "signature": {"type": "string"}}, "required": ["alg", "jwk", "signature"]}}, "required": ["iss", "exp", "__cleartext_signature"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Eugene Shevtsov": {"type": "string"}}, "required": ["Eugene Shevtsov"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "platforms", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SVSegmentedControl", "version" : "0.1.0", "summary" : "UISegmentedControl replacement which provides more accurate segments width management", "description" : "This control was created to solve issue, that native UISegmentedControl has. Reffer to SVSegmentedControl for obj-c version.\nUISegmentedControl has issue with apportionsSegmentWidthsByContent setting (adjust segments width proportionally to content). Often, it appears that control bounds are wider, than actual segments width.\nWith SVSegmentedControl issue is fixed.\nAlso, SVSegmentedControl introduces \u201csmart\u201d mode, where, if there is enough room, every segment, that needs to be wider than average width, gets enough room to display content (which is usually less then in proportional mode). If there is no enough room for all content - segments width is distributed proportionally (fixed, of course :) ).\n\nNOTE. SVSegmentedControl is designed and test only to work with segments with titles, not with images.", "homepage" : "https://github.com/svilon/SVSegmentedControl", "screenshots" : ["https://github.com/svilon/SVSegmentedControl/blob/master/Screens/Example_app.png?raw=true", "https://github.com/svilon/SVSegmentedControl/blob/master/Screens/UISegmentedControl.png?raw=true", "https://github.com/svilon/SVSegmentedControl/blob/master/Screens/SVSegmentedControl.png?raw=true"], "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Eugene Shevtsov" : "i.i.shevtsov@gmail.com"}, "source" : {"git" : "https://github.com/svilon/SVSegmentedControl.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "SVSegmentedControl/Classes/**/*", "frameworks" : "UIKit"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Eugene Shevtsov": {"type": "string"}}, "required": ["Eugene Shevtsov"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "platforms", "source_files", "frameworks"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-twilight", "downloads" : 20900, "count" : 7794}]
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vega-lite.js": {"type": "string"}, "vega-lite.min.js": {"type": "string"}}, "required": ["vega-lite.js", "vega-lite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vega-lite.js" : "sha256-dYqNwPfm3F1EAHlElhZVrrUC+7rvclGmhgs0hvBdPFE=", "vega-lite.min.js" : "sha256-ltyzBtbbIJszievk2YsTa/OniuvlzP/HDjVRvWQopI4="}
json_instruct
{"type": "object", "properties": {"vega-lite.js": {"type": "string"}, "vega-lite.min.js": {"type": "string"}}, "required": ["vega-lite.js", "vega-lite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "blurrypicturesofdogs", "author" : "anaveragescav", "count" : 8}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"cache_time": {"type": "integer"}, "config": {"type": "object", "properties": {"field": {"type": "string"}, "query": {"type": "string"}, "show_data_table": {"type": "boolean"}, "show_pie_chart": {"type": "boolean"}, "stream_id": {"type": "string"}, "timerange": {"type": "object", "properties": {"range": {"type": "integer"}, "type": {"type": "string"}}, "required": ["range", "type"]}}, "required": ["field", "query", "show_data_table", "show_pie_chart", "stream_id", "timerange"]}, "creator_user_id": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["cache_time", "config", "creator_user_id", "description", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cache_time" : 10, "config" : {"field" : "file", "query" : "", "show_data_table" : true, "show_pie_chart" : false, "stream_id" : "576a7e34715df00906da9671", "timerange" : {"range" : 3600, "type" : "relative"}}, "creator_user_id" : "epadmin", "description" : "Last hour stats", "id" : "414df6ec-6b78-458e-b2fd-a8505fc24f76", "type" : "QUICKVALUES"}
json_instruct
{"type": "object", "properties": {"cache_time": {"type": "integer"}, "config": {"type": "object", "properties": {"field": {"type": "string"}, "query": {"type": "string"}, "show_data_table": {"type": "boolean"}, "show_pie_chart": {"type": "boolean"}, "stream_id": {"type": "string"}, "timerange": {"type": "object", "properties": {"range": {"type": "integer"}, "type": {"type": "string"}}, "required": ["range", "type"]}}, "required": ["field", "query", "show_data_table", "show_pie_chart", "stream_id", "timerange"]}, "creator_user_id": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["cache_time", "config", "creator_user_id", "description", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"message": {"type": "string"}, "code": {"type": "integer"}}, "required": ["message", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"message" : "No such record.", "code" : 404}
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "code": {"type": "integer"}}, "required": ["message", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version-date": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version-date", "port-version", "description", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ljh", "version-date" : "2021-12-09", "port-version" : 0, "description" : "ljh", "homepage" : "https://github.com/Link1J/ljh"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-date": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version-date", "port-version", "description", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "370203020001", "text" : "\u80f6\u5dde\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020002", "text" : "\u4e0a\u6d77\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020003", "text" : "\u5373\u58a8\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020007", "text" : "\u6b66\u5b9a\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020008", "text" : "\u9675\u53bf\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020009", "text" : "\u6069\u53bf\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020011", "text" : "\u70ed\u6cb3\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020012", "text" : "\u51a0\u53bf\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "370203020013", "text" : "\u5c0f\u6e2f\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "adscititious", "definition" : "Supplemental; additional; adventitious; ascititious. \"Adscititious evidence.\" Bowring. -- Ad`sci*ti\"tious*ly, adv."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"codepage": {"type": "string"}}, "required": ["codepage"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"voc": {"type": "string"}, "exit-on-epipe": {"type": "string"}, "commander": {"type": "string"}}, "required": ["voc", "exit-on-epipe", "commander"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["pretest", "test", "build"]}, "config": {"type": "object", "properties": {"blanket": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}, "required": ["blanket"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "author", "description", "keywords", "bin", "files", "main", "dependencies", "devDependencies", "repository", "scripts", "config", "bugs", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "codepage", "version" : "1.10.2", "author" : "SheetJS", "description" : "pure-JS library to handle codepages", "keywords" : ["codepage", "iconv", "convert", "strings"], "bin" : {"codepage" : "./bin/codepage.njs"}, "files" : ["LICENSE", "README.md", "bin", "cptable.js", "cputils.js", "dist/cpexcel.full.js"], "main" : "cputils.js", "dependencies" : {"voc" : "~1.0.0", "exit-on-epipe" : "~1.0.1", "commander" : "~2.11.0"}, "devDependencies" : {"mocha" : "~2.5.3"}, "repository" : {"type" : "git", "url" : "git://github.com/SheetJS/js-codepage.git"}, "scripts" : {"pretest" : "git submodule init && git submodule update", "test" : "make test", "build" : "make js"}, "config" : {"blanket" : {"pattern" : "[cputils.js]"}}, "bugs" : {"url" : "https://github.com/SheetJS/js-codepage/issues"}, "license" : "Apache-2.0", "engines" : {"node" : ">=0.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"codepage": {"type": "string"}}, "required": ["codepage"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"voc": {"type": "string"}, "exit-on-epipe": {"type": "string"}, "commander": {"type": "string"}}, "required": ["voc", "exit-on-epipe", "commander"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "required": ["pretest", "test", "build"]}, "config": {"type": "object", "properties": {"blanket": {"type": "object", "properties": {"pattern": {"type": "string"}}, "required": ["pattern"]}}, "required": ["blanket"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "author", "description", "keywords", "bin", "files", "main", "dependencies", "devDependencies", "repository", "scripts", "config", "bugs", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "string"}, "USER_NAME": {"type": "string"}, "FULL_NAME": {"type": "string"}, "REGION": {"type": "string"}, "ZONE": {"type": "string"}, "DEPARTMENT": {"type": "string"}, "SECTION": {"type": "string"}, "TEL": {"type": "string"}, "MOBILE": {"type": "string"}, "EMAIL": {"type": "string"}}, "required": ["ID", "USER_NAME", "FULL_NAME", "REGION", "ZONE", "DEPARTMENT", "SECTION", "TEL", "MOBILE", "EMAIL"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"ID" : "3782", "USER_NAME" : "SICHOMPOOS", "FULL_NAME" : "Sichompoo Sornchaiyeun", "REGION" : "North", "ZONE" : "MC1_CMI (North)", "DEPARTMENT" : "TO-N", "SECTION" : "ANW-N", "TEL" : "8021 ext.2410", "MOBILE" : "0847152427", "EMAIL" : "systemtest177@gmail.com"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "string"}, "USER_NAME": {"type": "string"}, "FULL_NAME": {"type": "string"}, "REGION": {"type": "string"}, "ZONE": {"type": "string"}, "DEPARTMENT": {"type": "string"}, "SECTION": {"type": "string"}, "TEL": {"type": "string"}, "MOBILE": {"type": "string"}, "EMAIL": {"type": "string"}}, "required": ["ID", "USER_NAME", "FULL_NAME", "REGION", "ZONE", "DEPARTMENT", "SECTION", "TEL", "MOBILE", "EMAIL"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:36.960763", "required_by" : ["taskjuggler_utils"], "requires" : [], "package" : "pyx"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARSEMJF1187FB5641E", "artist_latitude" : null, "artist_location" : "Sweden", "artist_longitude" : null, "artist_name" : "The Hellacopters", "duration" : 235.12771, "num_songs" : 1, "song_id" : "SOBEIYE12A58A7DBA2", "title" : "No Angel To Lay Me Away", "year" : 2005}
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": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"16uNn1UskwAqqWfZrr2eTRzEAc7QHLYTGR": {"type": "string"}}, "required": ["16uNn1UskwAqqWfZrr2eTRzEAc7QHLYTGR"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G1tjg79/fAvYf7Jc48aeGsvtN1VNDYfvM/sQsFhdKLvC/0JK8fFvdmmZ5JAblqr5dlch1xnq5zLDbpYa5L1nuME=", "cert_user_id" : "testad@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/16uNn1UskwAqqWfZrr2eTRzEAc7QHLYTGR/content.json", "modified" : 1486633747, "signs" : {"16uNn1UskwAqqWfZrr2eTRzEAc7QHLYTGR" : "G1Zgh1U6K7+BpIEk9GZFQoTQ0WeT12uNyb1spx6bZhhKFFkEKf3m0HYTIpVLK2IZmcTNzdbhNWrpjmTFTwQgL0c="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"16uNn1UskwAqqWfZrr2eTRzEAc7QHLYTGR": {"type": "string"}}, "required": ["16uNn1UskwAqqWfZrr2eTRzEAc7QHLYTGR"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Operating Systems", "Programming"], "desc" : " ", "details" : {"authors" : "Chris Andrade, Shawn Livermore, Mike Meyers, Scott Van Vliet", "format" : "pdf", "isbn-10" : "0470041803", "isbn-13" : "978-0470041802", "pages" : "480 pages", "publication date" : "May 7, 2007", "publisher" : "Wrox", "size" : "6.37Mb"}, "img" : "http://23.95.221.108/covers/ad/adefed76548c46e01d1148c73120caf3.jpg", "link" : "https://rapidhosting.info/files/dwb", "title" : "Professional WPF Programming: .NET Development with the Windows Presentation Foundation"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f799840f-f895-4bf3-af59-9022a1b8183a", "name" : "Newstead Primary Acdemy", "code" : "E", "address" : {"addressLine1" : "Waterside Drive", "addressLine2" : "Blurton", "town" : "Stoke on Trent", "postcode" : "ST3 3LQ"}, "organisation" : {"id" : "caf4e278-c55d-4658-9f69-a5ededf53bc1", "code" : "1UV", "name" : "Ormiston Sir Stanley Matthews Academy"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"policyEventsResource": {"type": "string"}, "subscriptionId": {"type": "string"}, "api-version": {"type": "string"}, "$from": {"type": "string"}, "$filter": {"type": "string"}, "$apply": {"type": "string"}}, "required": ["policyEventsResource", "subscriptionId", "api-version", "$from", "$filter", "$apply"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"@odata.context": {"type": "string"}, "@odata.count": {"type": "integer"}, "value": {"type": "array", "items": {"type": "object", "properties": {"@odata.id": {"type": "null"}, "@odata.context": {"type": "string"}, "NumDenyEvents": {"type": "integer"}}, "required": ["@odata.id", "@odata.context", "NumDenyEvents"]}}}, "required": ["@odata.context", "@odata.count", "value"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"policyEventsResource" : "default", "subscriptionId" : "fffedd8f-ffff-fffd-fffd-fffed2f84852", "api-version" : "2018-04-04", "$from" : "2018-02-05T18:00:00Z", "$filter" : "PolicyDefinitionAction eq 'deny'", "$apply" : "aggregate($count as NumDenyEvents)"}, "responses" : {"200" : {"body" : {"@odata.context" : "https://management.azure.com/subscriptions/fffedd8f-ffff-fffd-fffd-fffed2f84852/providers/Microsoft.PolicyInsights/policyEvents/$metadata#default", "@odata.count" : 1, "value" : [{"@odata.id" : null, "@odata.context" : "https://management.azure.com/subscriptions/fffedd8f-ffff-fffd-fffd-fffed2f84852/providers/Microsoft.PolicyInsights/policyEvents/$metadata#default/$entity", "NumDenyEvents" : 40}]}}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"policyEventsResource": {"type": "string"}, "subscriptionId": {"type": "string"}, "api-version": {"type": "string"}, "$from": {"type": "string"}, "$filter": {"type": "string"}, "$apply": {"type": "string"}}, "required": ["policyEventsResource", "subscriptionId", "api-version", "$from", "$filter", "$apply"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"@odata.context": {"type": "string"}, "@odata.count": {"type": "integer"}, "value": {"type": "array", "items": {"type": "object", "properties": {"@odata.id": {"type": "null"}, "@odata.context": {"type": "string"}, "NumDenyEvents": {"type": "integer"}}, "required": ["@odata.id", "@odata.context", "NumDenyEvents"]}}}, "required": ["@odata.context", "@odata.count", "value"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"kind": {"type": "string"}, "apiVersion": {"type": "string"}, "metadata": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "spec": {"type": "object", "properties": {"replicas": {"type": "integer"}, "selector": {"type": "object", "properties": {"matchLabels": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["matchLabels"]}, "template": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["labels"]}, "spec": {"type": "object", "properties": {"containers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"containerPort": {"type": "integer"}, "protocol": {"type": "string"}}, "required": ["containerPort", "protocol"]}}, "resources": {"type": "object", "properties": {"requests": {"type": "object", "properties": {"cpu": {"type": "string"}, "memory": {"type": "string"}}, "required": ["cpu", "memory"]}}, "required": ["requests"]}}, "required": ["name", "image", "ports", "resources"]}}, "restartPolicy": {"type": "string"}, "dnsPolicy": {"type": "string"}}, "required": ["containers", "restartPolicy", "dnsPolicy"]}}, "required": ["metadata", "spec"]}}, "required": ["replicas", "selector", "template"]}}, "required": ["kind", "apiVersion", "metadata", "spec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"kind" : "Deployment", "apiVersion" : "extensions/v1beta1", "metadata" : {"name" : "api"}, "spec" : {"replicas" : 1, "selector" : {"matchLabels" : {"name" : "api"}}, "template" : {"metadata" : {"labels" : {"name" : "api"}}, "spec" : {"containers" : [{"name" : "api", "image" : "gcr.io/DEVSHELL_PROJECT_ID/api", "ports" : [{"containerPort" : 3000, "protocol" : "TCP"}], "resources" : {"requests" : {"cpu" : "50m", "memory" : "100M"}}}], "restartPolicy" : "Always", "dnsPolicy" : "ClusterFirst"}}}}
json_instruct
{"type": "object", "properties": {"kind": {"type": "string"}, "apiVersion": {"type": "string"}, "metadata": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "spec": {"type": "object", "properties": {"replicas": {"type": "integer"}, "selector": {"type": "object", "properties": {"matchLabels": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["matchLabels"]}, "template": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["labels"]}, "spec": {"type": "object", "properties": {"containers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"containerPort": {"type": "integer"}, "protocol": {"type": "string"}}, "required": ["containerPort", "protocol"]}}, "resources": {"type": "object", "properties": {"requests": {"type": "object", "properties": {"cpu": {"type": "string"}, "memory": {"type": "string"}}, "required": ["cpu", "memory"]}}, "required": ["requests"]}}, "required": ["name", "image", "ports", "resources"]}}, "restartPolicy": {"type": "string"}, "dnsPolicy": {"type": "string"}}, "required": ["containers", "restartPolicy", "dnsPolicy"]}}, "required": ["metadata", "spec"]}}, "required": ["replicas", "selector", "template"]}}, "required": ["kind", "apiVersion", "metadata", "spec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"css/basscss-core.css": {"type": "string"}, "css/basscss-core.min.css": {"type": "string"}, "css/basscss.css": {"type": "string"}, "css/basscss.min.css": {"type": "string"}}, "required": ["css/basscss-core.css", "css/basscss-core.min.css", "css/basscss.css", "css/basscss.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/basscss-core.css" : "sha256-xUk7U7/aR/kB5ER9FjdOvc3y/pyY31AYtl5PEX2rldc=", "css/basscss-core.min.css" : "sha256-TSvtPHoCfdH8qwKOL2P6heW4E3es6+HcIBtVzJgodH8=", "css/basscss.css" : "sha256-HahFsvDFh1hWUqqiHvqX9fpiZKPBIFRilx+/8IHxbaE=", "css/basscss.min.css" : "sha256-ueflJu1S408yzopNHpAf3Bz+53VVdgTBzo0owWAB9lM="}
json_instruct
{"type": "object", "properties": {"css/basscss-core.css": {"type": "string"}, "css/basscss-core.min.css": {"type": "string"}, "css/basscss.css": {"type": "string"}, "css/basscss.min.css": {"type": "string"}}, "required": ["css/basscss-core.css", "css/basscss-core.min.css", "css/basscss.css", "css/basscss.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [454.412, 10.4623, 0.141258, 305.746, 76.6681, 0.565128, 245.491, 72.8045, 0.6324, 257.582, 325.847, 0.629227, 386.203, 522.58, 0.719476, 358.05, 76.8444, 0.341557, 410.238, 301.847, 0.107696, 418.299, 514.711, 0.124316, 321.812, 526.72, 0.44192, 293.694, 530.756, 0.477475, 402.333, 908.299, 0.681606, 185.34, 1189.56, 0.606516, 354.013, 522.713, 0.334196, 341.916, 908.263, 0.66469, 309.828, 1281.98, 0.669683, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 474.468, 1350.23, 0.521434, 470.502, 1334.19, 0.491563, 277.776, 1318.13, 0.554021, 213.364, 1306.17, 0.320392, 177.312, 1298.11, 0.267041, 153.092, 1201.63, 0.477445], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 49381, "ps" : 55195}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u805a\u8c50\u7cbe\u6a5f\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e94\u80a1\u4e00\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99719658", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e94\u80a1\u5340\u4e94\u6b0a\u4e09\u8def\u4e5d\u4e4b\u4e00\u865f\u4e00\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u4e94\u80a1\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6d2a\u7d39\u767c", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "36052207", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0981027", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177", "261\u534a\u5c0e\u9ad4", "292\u5176\u4ed6\u5c08\u7528\u6a5f\u68b0\u8a2d\u5099"]}
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": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "irrelon-colors": {"type": "string"}, "irrelon-overload": {"type": "string"}}, "required": ["async", "irrelon-colors", "irrelon-overload"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "testbear", "version" : "1.0.28", "description" : "A test framework similar to QUnit but very lightweight and simple to use.", "main" : "index.js", "scripts" : {"test" : "node test.js"}, "keywords" : ["test", "framework", "qunit"], "author" : "Rob Evans - Irrelon Software Limited", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/irrelon/testbear.git"}, "dependencies" : {"async" : "^1.5.2", "irrelon-colors" : "^1.0.0", "irrelon-overload" : "^1.0.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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "irrelon-colors": {"type": "string"}, "irrelon-overload": {"type": "string"}}, "required": ["async", "irrelon-colors", "irrelon-overload"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "dependencies"], "$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"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"webtorrent": {"type": "string"}}, "required": ["webtorrent"]}}, "required": ["name", "version", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tor", "version" : "1.0.0", "main" : "wt.js", "license" : "MIT", "dependencies" : {"webtorrent" : "^0.107.16"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"webtorrent": {"type": "string"}}, "required": ["webtorrent"]}}, "required": ["name", "version", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "781675738", "name" : "Brook Street", "nodes" : [{"type" : "node", "id" : 266027153, "lat" : 52.4062594, "lon" : -0.7305715}, {"type" : "node", "id" : 266027162, "lat" : 52.4067386, "lon" : -0.7307747}, {"type" : "node", "id" : 7298113828, "lat" : 52.4070353, "lon" : -0.7308678}], "volunteer_postcode" : "NN16 9EF", "closest_distance" : 169}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cam/image_array" : "2400_cam-image_array_.jpg", "user/angle" : 0.004, "user/throttle" : 0.556, "user/mode" : "user", "pos/pos_x" : 78.67863, "pos/pos_y" : 0.5573797, "pos/pos_z" : -6.862416, "pos/speed" : 8.866446, "pos/cte" : -3.189158, "milliseconds" : 130908}
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": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MIKALYA", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"type": "string"}, "residents": {"type": "array", "items": {"type": "object", "properties": {"$href": {"type": "string"}}, "required": ["$href"]}}, "films": {"type": "array", "items": {}}, "created": {"type": "string"}, "edited": {"type": "string"}}, "required": ["name", "rotation_period", "orbital_period", "diameter", "climate", "gravity", "terrain", "surface_water", "population", "residents", "films", "created", "edited"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Mon Cala", "rotation_period" : "21", "orbital_period" : "398", "diameter" : "11030", "climate" : "temperate", "gravity" : "1", "terrain" : "oceans, reefs, islands", "surface_water" : "100", "population" : "27000000000", "residents" : [{"$href" : "/api/people/27"}], "films" : [], "created" : "2014-12-18T11:07:01.792000Z", "edited" : "2014-12-20T20:58:18.471000Z"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"type": "string"}, "residents": {"type": "array", "items": {"type": "object", "properties": {"$href": {"type": "string"}}, "required": ["$href"]}}, "films": {"type": "array", "items": {}}, "created": {"type": "string"}, "edited": {"type": "string"}}, "required": ["name", "rotation_period", "orbital_period", "diameter", "climate", "gravity", "terrain", "surface_water", "population", "residents", "films", "created", "edited"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fading_entrances": {"type": "array", "items": {"type": "string"}}, "flippers": {"type": "array", "items": {"type": "string"}}, "lightspeed": {"type": "array", "items": {"type": "string"}}, "rotating_entrances": {"type": "array", "items": {"type": "string"}}, "specials": {"type": "array", "items": {"type": "string"}}, "zooming_entrances": {"type": "array", "items": {"type": "string"}}, "sliding_entrances": {"type": "array", "items": {"type": "string"}}}, "required": ["fading_entrances", "flippers", "lightspeed", "rotating_entrances", "specials", "zooming_entrances", "sliding_entrances"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fading_entrances" : ["fadeIn", "fadeInDown", "fadeInDownBig", "fadeInLeft", "fadeInLeftBig", "fadeInRight", "fadeInRightBig", "fadeInUp", "fadeInUpBig"], "flippers" : ["flip", "flipInX", "flipInY"], "lightspeed" : ["lightSpeedIn"], "rotating_entrances" : ["rotateIn", "rotateInDownLeft", "rotateInDownRight", "rotateInUpLeft", "rotateInUpRight"], "specials" : ["rollIn"], "zooming_entrances" : ["zoomIn", "zoomInDown", "zoomInLeft", "zoomInRight", "zoomInUp"], "sliding_entrances" : ["slideInDown", "slideInLeft", "slideInRight", "slideInUp"]}
json_instruct
{"type": "object", "properties": {"fading_entrances": {"type": "array", "items": {"type": "string"}}, "flippers": {"type": "array", "items": {"type": "string"}}, "lightspeed": {"type": "array", "items": {"type": "string"}}, "rotating_entrances": {"type": "array", "items": {"type": "string"}}, "specials": {"type": "array", "items": {"type": "string"}}, "zooming_entrances": {"type": "array", "items": {"type": "string"}}, "sliding_entrances": {"type": "array", "items": {"type": "string"}}}, "required": ["fading_entrances", "flippers", "lightspeed", "rotating_entrances", "specials", "zooming_entrances", "sliding_entrances"], "$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"}, "author": {"type": "string"}, "module": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"esbuild": {"type": "string"}}, "required": ["esbuild"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}}, "required": ["name", "version", "author", "module", "main", "license", "files", "scripts", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@vuu-ui/utils", "version" : "0.0.17", "author" : "heswell", "module" : "src/index.ts", "main" : "index.js", "license" : "Apache-2.0", "files" : ["index.js", "index.js.map", "/src"], "scripts" : {"build" : "node ../../scripts/build.js"}, "devDependencies" : {"esbuild" : "^0.13.5"}, "peerDependencies" : {"react" : "^17.0.2", "react-dom" : "^17.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "module": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"esbuild": {"type": "string"}}, "required": ["esbuild"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}}, "required": ["name", "version", "author", "module", "main", "license", "files", "scripts", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "React_Native_Calc", "displayName" : "Calculator"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "name", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0abeee3d-8ad2-4b04-92ff-221b4fce1075", "name" : "journal", "source" : "folio"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "name", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"DTD_z0p001_bw500_0.75<mwd<0.85_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p001_bw500_0.75<mwd<0.85_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DTD_z0p001_bw500_0.75<mwd<0.85_mdot<3e-12" : [9.800172403134333e-06, 1.2103417286690673e-05, 4.532582542035911e-06, 4.413185369470038e-07, 1.5296158521118863e-06, 1.1601853516752507e-06, 3.281161635408635e-06, 5.614949183120209e-06, 4.003228907177253e-06, 4.955190102490467e-06, 5.465755448645144e-06, 6.004443864088339e-06, 8.139437866446563e-06, 8.514690479540616e-06, 1.018018169069164e-05, 2.635863093700172e-05, 8.723118776039288e-05, 0.0001357316088754893, 0.00015039637738653328, 0.00015931366051356833, 0.00016677479620531496, 0.00017142788346810405, 0.00017668400467469084, 0.00018949765344328392, 0.00019730365453008206, 0.00019500490786182774, 0.00019182737248143642, 0.00018390656469201923, 0.00018505102355387965, 0.00021092929879161677], "arrbool" : true}
json_instruct
{"type": "object", "properties": {"DTD_z0p001_bw500_0.75<mwd<0.85_mdot<3e-12": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p001_bw500_0.75<mwd<0.85_mdot<3e-12", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT": {"type": "string"}}, "required": ["1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "G4PVFPBHfaXpse+QwyZYa1SbQIxOb2FnUZ7yyr6K6K5hyHjD29U+2YIqffPu04tsBThwlwejJuDoXmTdPS9YPdY=", "cert_user_id" : "erdoganjewish@zeroid.bit", "files" : {"data.json" : {"sha512" : "d133f070a1ebc70c5ff2f1cf91acfef8849e3c09792686755cc48a1b7b308cdb", "size" : 2149}}, "inner_path" : "data/users/1H7K8A2z57cN6Hc2X37yYjUYX5v9LkMrtU/content.json", "modified" : 1492347675, "signs" : {"1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT" : "HCXDxa/JsGvU/1z9oJNDrulzEw4KOn9sg4fOyjiwJ/+PBrWiF6CMqBEdOKEhDoZ3o7p7NJ0gJy2BCVa3bMHMjTQ="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT": {"type": "string"}}, "required": ["1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "signed_content": {"type": "object", "properties": {"payload": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "object", "properties": {"kid": {"type": "string"}}, "required": ["kid"]}, "protected": {"type": "string"}, "signature": {"type": "string"}}, "required": ["header", "protected", "signature"]}}}, "required": ["payload", "signatures"]}}, "required": ["description", "signed_content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"description" : "treehash per file", "signed_content" : {"payload" : "eyJjb250ZW50X2hhc2hlcyI6W3siYmxvY2tfc2l6ZSI6NDA5NiwiZGlnZXN0Ijoic2hhMjU2IiwiZmlsZXMiOlt7InBhdGgiOiJMSUNFTlNFIiwicm9vdF9oYXNoIjoiUGIwc2tBVUxaUzFqWldTQnctV0hIRkltRlhVcExiZDlUcVkwR2ZHSHBWcyJ9LHsicGF0aCI6ImtleXMuanNvbiIsInJvb3RfaGFzaCI6IkpGaHhvRDN3MjdBN2luNGs0NHZBYnBCUnpQeVFUY0VvNHpHWWFiZjk0X0UifSx7InBhdGgiOiJtYW5pZmVzdC5qc29uIiwicm9vdF9oYXNoIjoiVm8xN0tNVzdFV05lYTJ3ek1Na20ya2JtSUJfMmd1dGNrS3FFLXc1ejVPVSJ9XSwiZm9ybWF0IjoidHJlZWhhc2giLCJoYXNoX2Jsb2NrX3NpemUiOjQwOTZ9XSwiaXRlbV9pZCI6ImtpYWJoYWJqZGJramRwamJwaWdmb2RiZGptYmdsY29vIiwiaXRlbV92ZXJzaW9uIjoiMjAyMi4zLjIxLjQiLCJwcm90b2NvbF92ZXJzaW9uIjoxfQ", "signatures" : [{"header" : {"kid" : "publisher"}, "protected" : "eyJhbGciOiJSUzI1NiJ9", "signature" : "Zqtmsx5czcJR8uEKoV9uB_tt2Ly-TpELCrkbz4aNy1Kya_h6M7ycI-mq1U7fm-lzOvizOIzVPeJM2p5u3_Ws1mzFOAaWmdxs462_FgUaGb0-VfpFswcoEp_TCYEPY72rPwv4n30fwL3eC0JhJ-6nBH9PlxiI30hedLEtm-TqrDZRSy-MBsSV024KsZvSQsH5CdweBwI2tDdA1CKsY-mGPcArmG49YaiChj8NC4fCptjO8vRSi3Sgz7jeeozbpMt3Q-UHGv6UrVptkKMsykDpvcz5-_wL2cZXFp2e5i3HzgaSV4lpE_ohs5MwdPne_yzHEcOqvNAaWQrq-RMsZvtJN_WwyPk_kFqP3CJnFlUbRHm989-8PGKmS4BsT51YCZfwU1LMuF9lHk96Irqf4PdAnBvY-5O7p0P3YDeh4SomajNxb9aOTDfMaQmWzUA9ZGJkXm9z8eXca1CMoTfsJat1jgg9Iy59Ii7WdkL7W7Jh0ar95XfbspxoVpfDOMBNImtG4evD8v6sWIjESyuI0WAsSlR7kWoHczV73xhW1crklWBVLGY440GGVVXb0zeoShDRRTg_YNlJsosqWrnzbYxIOekswWgdjpyiqvLsHczw556rp8tlvbxZT8DpMXMoeDdEhsbvYVUkMEgm-Ito6vCkVNdF2V7q0mstF0NX0MIPQiA"}, {"header" : {"kid" : "webstore"}, "protected" : "eyJhbGciOiJSUzI1NiJ9", "signature" : "Njivmcl0ETWfrUB7UMSiYgkIdXFpj3bHOJ1NM1XJbmiiIF1bwx02hTup7AjYs-Rfezzj_1R_SkIwqq1yaLI9PFi_5sCb07hIA3uS20vl5nVMYXPDV48wYaVCQQjRMCXX1-_IsG_hkyo4H1MouIwUnPFi0BHzAiFVIhuH4a4Aq9m3v5TFCb6ADUrc-uWzmiWohyPr82L8grpBOdHGoIsZTBfKsTec7ZhGWvtVgBFmjHzGllXMg0p4Aw5isEJU97AsjBa0e1FPsOqZcemDbVNnaZxzpzeps3BChbHJ6701QUq1tHrvf5MDpKbMaZ4NUeZLdBdQcosdvPDUt3LOK2h1sQ"}]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "signed_content": {"type": "object", "properties": {"payload": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "object", "properties": {"kid": {"type": "string"}}, "required": ["kid"]}, "protected": {"type": "string"}, "signature": {"type": "string"}}, "required": ["header", "protected", "signature"]}}}, "required": ["payload", "signatures"]}}, "required": ["description", "signed_content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "nuclearcraft:block/lithium_ion_battery_basic"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version-date": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "version-date", "description", "homepage", "license", "supports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "septag-dmon", "version-date" : "2022-02-08", "description" : "a tiny C library that monitors changes in a directory", "homepage" : "https://github.com/septag/dmon", "license" : "BSD-2-Clause", "supports" : "!uwp", "dependencies" : [{"name" : "vcpkg-cmake", "host" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-date": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "version-date", "description", "homepage", "license", "supports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import ProviderDataForm from './ProviderDataForm';\nexport default ProviderDataForm;", "map" : {"version" : 3, "sources" : ["/home/seungmin/face-web/src/routes/Account/components/ProviderDataForm/index.js"], "names" : ["ProviderDataForm"], "mappings" : "AAAA,OAAOA,gBAAP,MAA6B,oBAA7B;AAEA,eAAeA,gBAAf", "sourcesContent" : ["import ProviderDataForm from './ProviderDataForm'\n\nexport default ProviderDataForm\n"]}, "metadata" : {}, "sourceType" : "module"}
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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360502002001", "\u5b54\u76ee\u6c5f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002002", "\u4ed9\u6765\u6e56\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002003", "\u957f\u9752\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002004", "\u949f\u5bb6\u5c71\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002005", "\u71d5\u5b50\u5c71\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002006", "\u897f\u5bb6\u5c71\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002007", "\u91cc\u6728\u5858\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002008", "\u5317\u6e56\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002009", "\u957f\u6797\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002010", "\u5b9d\u771f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002011", "\u5317\u82d1\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002012", "\u94c1\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002013", "\u7535\u5de5\u5382\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002014", "\u5eb7\u76db\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["360502002016", "\u66a8\u9633\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360502002017", "\u6625\u9f99\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360502002018", "\u76db\u5fb7\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360502002019", "\u6865\u80cc\u7ba1\u7406\u5904\u793e\u533a", "111", "0"], ["360502002020", "\u5806\u4e0a\u7ba1\u7406\u5904\u793e\u533a", "111", "0"], ["360502002021", "\u6bdb\u5bb6\u7ba1\u7406\u5904\u793e\u533a", "111", "0"], ["360502002022", "\u8001\u5c4b\u573a\u7ba1\u7406\u5904\u793e\u533a", "111", "0"], ["360502002023", "\u5bcc\u5858\u7ba1\u7406\u5904\u793e\u533a", "111", "0"], ["360502002024", "\u5cad\u6cc9\u7ba1\u7406\u5904\u793e\u533a", "112", "0"], ["360502002025", "\u65b0\u82d1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360502002026", "\u6cbf\u6c5f\u8def\u793e\u533a", "111", "0"], ["360502002027", "\u5e73\u5b89\u8def\u793e\u533a", "111", "0"], ["360502002190", "\u5929\u5de5\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "previews": {"type": "array", "items": {}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}, "location": {"type": "string"}}, "required": ["name", "type", "description", "required", "location"]}}, "description": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"status": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["status", "content-type"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "pretty-print": {"type": "string"}}, "required": ["key", "pretty-print"]}}}, "required": ["headers", "body"]}}, "idName": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["name", "enabledForApps", "method", "path", "previews", "params", "description", "responses", "idName", "documentationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Add a new authorized SSH key", "enabledForApps" : false, "method" : "POST", "path" : "/setup/api/settings/authorized-keys", "previews" : [], "params" : [{"name" : "authorized_key", "type" : "string", "description" : "The path to the public SSH key.", "required" : true, "location" : "body"}], "description" : "", "responses" : [{"headers" : {"status" : "201 Created", "content-type" : "application/json; charset=utf-8"}, "body" : [{"key" : "ssh-rsa AAAAB3NzaC1yc2EAAAAB...", "pretty-print" : "ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64"}, {"key" : "ssh-rsa AAAAB3NzaC1yc2EAAAAB...", "pretty-print" : "ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64"}, {"key" : "ssh-rsa AAAAB3NzaC1yc2EAAAAB...", "pretty-print" : "ssh-rsa 01:14:0f:f2:0f:e2:fe:e8:f4:72:62:af:75:f7:1a:88:3e:04:92:64"}]}], "idName" : "add-authorized-ssh-key", "documentationUrl" : "https://developer.github.com/enterprise/2.13/v3/enterprise-admin/management_console/#add-a-new-authorized-ssh-key"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "previews": {"type": "array", "items": {}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}, "location": {"type": "string"}}, "required": ["name", "type", "description", "required", "location"]}}, "description": {"type": "string"}, "responses": {"type": "array", "items": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"status": {"type": "string"}, "content-type": {"type": "string"}}, "required": ["status", "content-type"]}, "body": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "pretty-print": {"type": "string"}}, "required": ["key", "pretty-print"]}}}, "required": ["headers", "body"]}}, "idName": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["name", "enabledForApps", "method", "path", "previews", "params", "description", "responses", "idName", "documentationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"postItemTwo": {"type": "string"}}, "required": ["postItemTwo"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationBarTitleText" : "\u5206\u4eab\u7684\u6587\u7ae0", "usingComponents" : {"postItemTwo" : "/components/postItemTwo/postItemTwo"}}
json_instruct
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"postItemTwo": {"type": "string"}}, "required": ["postItemTwo"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$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": "string"}, "addr:street": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "email", "fax", "name", "opening_hours", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/3695995896", "properties" : {"addr:city" : "Westendorf", "addr:country" : "DE", "addr:housenumber" : "32", "addr:postcode" : "86707", "addr:street" : "Riedstra\u00dfe", "email" : "hofladen@schukarle.de", "fax" : "+49 8273 997271", "name" : "Hofladen beim Schukarle", "opening_hours" : "Mo-Sa 08:00-12:30; Tu,Th,Fr 14:00-18:00", "phone" : "+49 8273 1289", "shop" : "farm", "website" : "http://www.schukarle.de/", "id" : "node/3695995896"}, "geometry" : {"type" : "Point", "coordinates" : [10.8405606, 48.5709484]}}
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"}, "email": {"type": "string"}, "fax": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "email", "fax", "name", "opening_hours", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["431025106001", "\u5174\u9686\u793e\u533a", "121", "0"], ["431025106202", "\u767d\u77f3\u6751", "220", "0"], ["431025106203", "\u6e21\u5934\u6751", "220", "0"], ["431025106204", "\u5317\u5cb8\u6751", "122", "0"], ["431025106205", "\u5357\u5cb8\u6751", "122", "0"], ["431025106206", "\u5357\u798f\u6751", "220", "0"], ["431025106207", "\u793e\u4e0b\u6751", "220", "0"], ["431025106208", "\u9f0e\u590f\u6751", "220", "0"], ["431025106212", "\u571f\u5730\u6751", "121", "0"], ["431025106213", "\u5c0f\u6e7e\u6751", "220", "0"], ["431025106215", "\u5927\u6cc9\u6751", "220", "0"], ["431025106217", "\u67ab\u6865\u6751", "220", "0"], ["431025106219", "\u814a\u6c34\u6751", "220", "0"], ["431025106220", "\u5c71\u5858\u6751", "220", "0"], ["431025106221", "\u53e4\u57ce\u6751", "220", "0"], ["431025106222", "\u7389\u7f8e\u6751", "220", "0"], ["431025106224", "\u9ece\u576a\u6751", "220", "0"], ["431025106225", "\u5bfa\u51b2\u6751", "220", "0"], ["431025106226", "\u9f99\u5f52\u576a\u793e\u533a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["431025106227", "\u9ebb\u57ce\u6751", "220", "0"], ["431025106228", "\u6a2a\u4e0a\u6751", "220", "0"]]
json_instruct
{"type": "array", "items": {"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": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:housenumber": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "name": {"type": "string"}, "ref:bag": {"type": "string"}, "shop": {"type": "string"}, "source": {"type": "string"}, "source:date": {"type": "string"}, "start_date": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:housenumber", "addr:street", "building", "name", "ref:bag", "shop", "source", "source:date", "start_date", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "way/265176484", "properties" : {"addr:housenumber" : "2", "addr:street" : "Hessenweg", "building" : "yes", "name" : "De Kopermolen", "ref:bag" : "327100000248163", "shop" : "farm", "source" : "BAG", "source:date" : "2014-02-11", "start_date" : "1948", "website" : "http://landwinkeldekopermolen.nl/", "id" : "way/265176484"}, "geometry" : {"type" : "Point", "coordinates" : [5.4260143, 52.1580312]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:housenumber": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "name": {"type": "string"}, "ref:bag": {"type": "string"}, "shop": {"type": "string"}, "source": {"type": "string"}, "source:date": {"type": "string"}, "start_date": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:housenumber", "addr:street", "building", "name", "ref:bag", "shop", "source", "source:date", "start_date", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"refresh_token": {"type": "string"}, "client_id": {"type": "string"}, "client_secret": {"type": "string"}, "environment": {"type": "string"}, "dc_region": {"type": "string"}, "start_datetime": {"type": "string"}, "edition": {"type": "string"}}, "required": ["refresh_token", "client_id", "client_secret", "environment", "dc_region", "start_datetime", "edition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"refresh_token" : "1000.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "client_id" : "1000.yyyyyyyyyyyyyyyyyyyyyyyyyyyyyy", "client_secret" : "iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii", "environment" : "Production", "dc_region" : "US", "start_datetime" : "2000-01-01T00:00:00+00:00", "edition" : "Free"}
json_instruct
{"type": "object", "properties": {"refresh_token": {"type": "string"}, "client_id": {"type": "string"}, "client_secret": {"type": "string"}, "environment": {"type": "string"}, "dc_region": {"type": "string"}, "start_datetime": {"type": "string"}, "edition": {"type": "string"}}, "required": ["refresh_token", "client_id", "client_secret", "environment", "dc_region", "start_datetime", "edition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 180398, "UUID" : "D29FD493-F883-4FCF-BC4B-9439F85FB13C", "DataProviderID" : 29, "DataProvidersReference" : "7633", "OperatorID" : 224, "AddressInfo" : {"ID" : 180757, "Title" : "Die Halde 2", "AddressLine1" : "Die Halde 2", "Town" : "Oberried-Hofsgrund", "Postcode" : "79254", "CountryID" : 87, "Latitude" : 47.891238, "Longitude" : 7.892424, "DistanceUnit" : 0}, "Connections" : [{"ID" : 283430, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 283431, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 295414, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}], "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-07-12T02:39:00Z", "MetadataValues" : [{"ID" : 12692, "MetadataFieldID" : 4, "ItemValue" : "Data from the German chargepoint registry provided by Bundesnetzagentur.de under the CC-BY 4.0 license"}], "DataQualityLevel" : 3, "DateCreated" : "2021-07-08T10:00:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Grundschule Kreideberg", "id" : "NI-15787-0", "address" : "Ostpreu\u00dfenring 125, 21339\u00a0L\u00fcneburg", "school_type" : "Grundschule", "phone" : "04131 31001", "full_time_school" : false, "email" : "info@gs-kreideberg.lueneburg.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.398577, "lat" : 53.262306}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["barklang", "bkc", "callables", "combineable", "combineend", "comend", "comstart", "dasda", "deepclone", "equalequal", "exp", "greaterorequal", "greaterthan", "reg", "smallerorequal", "smallerthan", "splited", "sttt", "t"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {}}}, "required": ["methods", "package", "constants", "class", "constructors", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"methods" : ["abstract void onDiscoveryStarted(String serviceType)", "abstract void onDiscoveryStopped(String serviceType)", "abstract void onServiceFound(NsdServiceInfo serviceInfo)", "abstract void onServiceLost(NsdServiceInfo serviceInfo)", "abstract void onStartDiscoveryFailed(String serviceType, int errorCode)", "abstract void onStopDiscoveryFailed(String serviceType, int errorCode)"], "package" : "android.net.nsd", "constants" : [], "class" : "NsdManager.DiscoveryListener", "constructors" : [], "fields" : []}
json_instruct
{"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {}}}, "required": ["methods", "package", "constants", "class", "constructors", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ancient Gear Fusion", "number" : "64061284", "is_illegal" : false, "text" : "Fusion Summon 1 \"Ancient Gear\" Fusion Monster from your Extra Deck, using monsters from your hand or field as Fusion Material. If you use \"Ancient Gear Golem\" or \"Ancient Gear Golem - Ultimate Pound\" you control as Fusion Material, you can also use monsters from your Deck as material.", "type" : "Spell", "is_monster" : false, "is_spell" : true, "is_trap" : false, "property" : "Normal"}
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"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "object", "properties": {"bech32": {"type": "string"}, "bn.js": {"type": "string"}, "bs58": {"type": "string"}, "buffer-compare": {"type": "string"}, "elliptic": {"type": "string"}, "inherits": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bech32", "bn.js", "bs58", "buffer-compare", "elliptic", "inherits", "lodash"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}}, "required": ["version", "name", "main", "description", "author", "dependencies", "keywords", "license", "repository", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.2.2", "name" : "digibyte-js", "main" : "index.js", "description" : "A pure and powerful JavaScript DigiByte library.", "author" : {"name" : "Renzo Diaz", "email" : "renzo.diaz@remadi.net"}, "dependencies" : {"bech32" : "=1.1.3", "bn.js" : "=4.11.8", "bs58" : "^4.0.1", "buffer-compare" : "=1.1.1", "elliptic" : "^6.5.3", "inherits" : "=2.0.1", "lodash" : "^4.17.20"}, "keywords" : ["digibyte", "blockchain", "cryptocurrencies"], "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/RenzoDD/digibyte-js"}, "scripts" : {"test" : "node test.js", "build" : "browserify -r ./index.js:digibyte-js -o ./digibyte.js"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "object", "properties": {"bech32": {"type": "string"}, "bn.js": {"type": "string"}, "bs58": {"type": "string"}, "buffer-compare": {"type": "string"}, "elliptic": {"type": "string"}, "inherits": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bech32", "bn.js", "bs58", "buffer-compare", "elliptic", "inherits", "lodash"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}}, "required": ["version", "name", "main", "description", "author", "dependencies", "keywords", "license", "repository", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404348901, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "7a240ac05a7827b9cf05859dab705469", "wof:id" : 404348901, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.98182545089907, 48.206347390604, 3.04756954697689, 48.27606920887259], "geometry" : {"coordinates" : [[[3.01281861275506, 48.22210192431596], [3.00599045429909, 48.20942454404862], [2.99711936520932, 48.206347390604], [2.98896149479042, 48.20901927661527], [2.98182545089907, 48.21308542090877], [2.98224063957083, 48.21948292953756], [2.98629282346849, 48.2216339401067], [2.98935658031821, 48.25246931275725], [3.00288372544965, 48.26291591299064], [2.99886794519606, 48.26874632175324], [3.00737184311307, 48.26881807726873], [3.01574313947781, 48.27606920887259], [3.0247602008883, 48.27564478571287], [3.04370797071364, 48.27184237860054], [3.04756954697689, 48.24969796098642], [3.0326958907662, 48.24874026602144], [3.01281861275506, 48.22210192431596]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}}, "required": ["labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"labels" : ["BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB BBB", "CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC", "AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA AAA"]}
json_instruct
{"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}}, "required": ["labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}, "export": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}}, "required": ["name", "keywords", "description", "homepage", "license", "repository", "version", "authors", "frameworks", "platforms", "export"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PMSerial", "keywords" : "air-quality, particulate-matter, pms3003, pms5003, pms7003, pmsA003", "description" : "Arduino library for PM sensors with serial interface", "homepage" : "https://github.com/avaldebe/PMserial", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/avaldebe/PMserial"}, "version" : "1.1.1", "authors" : {"name" : "Alvaro Valdebenito", "url" : "https://github.com/avaldebe"}, "frameworks" : "arduino", "platforms" : "atmelavr, ststm32, espressif8266, espressif32", "export" : {"include" : ["README.md", "LICENSE", "src/*", "examples/*"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}, "export": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}}, "required": ["name", "keywords", "description", "homepage", "license", "repository", "version", "authors", "frameworks", "platforms", "export"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Henry James", "creation_date" : "1898", "creation_date_earliest" : "1898-01-01", "creation_date_latest" : "1898-01-01", "medium" : "lithograph on paper", "accession_number" : "16.16.1", "id" : "cmoa:things/010c695c-521b-41cc-8b6f-58f7d9f90154", "credit_line" : "Gift of Andrew Carnegie", "date_acquired" : "1916-04-19", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 14.25, "item_height" : 19.25, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1001073", "provenance_text" : "Ehrich Galleries, 707 Fifth Ave., New York City, NY", "classification" : "prints", "images" : [], "creator" : [{"artist_id" : "cmoa:parties/3eecf829-01e0-4ce0-8565-39d5d84d8297", "party_type" : "Person", "full_name" : "Sir William Rothenstein", "cited_name" : "Rothenstein, William", "role" : null, "nationality" : "English", "birth_date" : "1872-01-01", "death_date" : "1945-01-01", "birth_place" : "Bradford borough (England, United Kingdom) (borough)", "death_place" : "Far Oakridge (Gloucestershire, England, United Kingdom)"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "AKI002", "lang" : "de", "description" : "\nIndex der Bruttoverdienste je geleistete Stunde\n\nErl\u00e4uterung f\u00fcr folgende Statistik(en):\n62421 Arbeitskostenindex\n\nBegriffsinhalt:\nDer Index der Bruttoverdienste je geleistete Stunde gibt die\nviertelj\u00e4hrliche Entwicklung der Bruttoverdienste je\ngeleistete Arbeitsstunde wieder. Zu den Bruttoverdiensten\nz\u00e4hlen neben dem Entgelt f\u00fcr die geleistete Arbeit u.a. auch\ndie Verg\u00fctung f\u00fcr Sonderzahlungen. Nicht zu den\nBruttoverdiensten z\u00e4hlt die Fortzahlung der Bruttoverdienste\nim Krankheitsfall - diese ist in den Lohnnebenkosten\nenthalten.\n\n\n\u00a9 Statistisches Bundesamt, Wiesbaden 2012", "name" : "Index der Bruttoverdienste je geleistete Stunde", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "firebase": {"type": "string"}, "firebaseui": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-firebaseui": {"type": "string"}, "react-loadable": {"type": "string"}, "react-redux": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "redux": {"type": "string"}}, "required": ["ajv", "firebase", "firebaseui", "prop-types", "react", "react-dom", "react-firebaseui", "react-loadable", "react-redux", "react-router", "react-router-dom", "react-scripts", "redux"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "dependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-tic-tac-toe", "version" : "0.1.0", "private" : true, "dependencies" : {"ajv" : "^6.5.4", "firebase" : "^5.5.6", "firebaseui" : "^3.4.1", "prop-types" : "^15.6.1", "react" : "^16.4.0", "react-dom" : "^16.4.0", "react-firebaseui" : "^3.1.2", "react-loadable" : "^5.4.0", "react-redux" : "^5.1.0", "react-router" : "^4.3.1", "react-router-dom" : "^4.3.1", "react-scripts" : "^2.0.5", "redux" : "^4.0.0"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}, "browserslist" : [">0.2%", "not dead", "not ie <= 11", "not op_mini all"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "firebase": {"type": "string"}, "firebaseui": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-firebaseui": {"type": "string"}, "react-loadable": {"type": "string"}, "react-redux": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "redux": {"type": "string"}}, "required": ["ajv", "firebase", "firebaseui", "prop-types", "react", "react-dom", "react-firebaseui", "react-loadable", "react-redux", "react-router", "react-router-dom", "react-scripts", "redux"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "dependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "repo": {"type": "string"}}, "required": ["type", "repo"]}}}, "required": ["deps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"deps" : [{"type" : "github", "repo" : "dougmacdoug/ponylang-linal"}]}
json_instruct
{"type": "object", "properties": {"deps": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "repo": {"type": "string"}}, "required": ["type", "repo"]}}}, "required": ["deps"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "unknow", "value" : "8", "type" : "hand", "time" : 1470003149877408768, "data" : [{"type" : "type::finger", "list" : [[383.644775, 684.260254], [378.771393, 684.260254], [373.932404, 684.260132], [366.696381, 682.632202], [356.52594, 679.280396], [342.736786, 672.718018], [327.973938, 663.864502], [315.471222, 652.198303], [306.056976, 640.483032], [299.838898, 630.842041], [297.616211, 622.615662], [300.143738, 615.458252], [305.207764, 607.101562], [317.849487, 598.160583], [336.610107, 587.40094], [356.059265, 575.600891], [374.761108, 561.802307], [392.467194, 544.816162], [403.470734, 528.625977], [408.823822, 513.025879], [406.291138, 498.945801], [400.782043, 481.930603], [388.650055, 471.835815], [372.266266, 463.461548], [354.814484, 459.906921], [337.231079, 457.719177], [323.997986, 461.146423], [311.412872, 467.810303], [304.405792, 480.651978], [301.295502, 496.353821], [305.003571, 512.40448], [313.666412, 533.61554], [328.042023, 555.346924], [345.780518, 579.745483], [362.671265, 601.28595], [377.058167, 622.595703], [388.074646, 638.445801], [395.311951, 651.748596], [398.020325, 661.161194], [395.551666, 670.163452], [391.102966, 676.802002]]}]}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "integer"}}, "required": ["id", "group"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "value": {"type": "integer"}, "target": {"type": "string"}}, "required": ["source", "value", "target"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nodes" : [{"id" : "10298", "group" : 1}, {"id" : "10304", "group" : 1}, {"id" : "10306", "group" : 1}, {"id" : "10313", "group" : 1}, {"id" : "10323", "group" : 1}, {"id" : "10330", "group" : 1}, {"id" : "10334", "group" : 1}, {"id" : "Johannes Thrul", "group" : 1}, {"id" : "Tsp Study", "group" : 1}], "links" : [{"source" : "10298", "value" : 0, "target" : "10304"}, {"source" : "10298", "value" : 0, "target" : "10306"}, {"source" : "10298", "value" : 0, "target" : "10313"}, {"source" : "10298", "value" : 0, "target" : "10323"}, {"source" : "10298", "value" : 0, "target" : "10330"}, {"source" : "10298", "value" : 0, "target" : "10334"}, {"source" : "10298", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10298", "value" : 0, "target" : "Tsp Study"}, {"source" : "10304", "value" : 0, "target" : "10306"}, {"source" : "10304", "value" : 0, "target" : "10313"}, {"source" : "10304", "value" : 0, "target" : "10323"}, {"source" : "10304", "value" : 0, "target" : "10330"}, {"source" : "10304", "value" : 0, "target" : "10334"}, {"source" : "10304", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10304", "value" : 0, "target" : "Tsp Study"}, {"source" : "10306", "value" : 0, "target" : "10313"}, {"source" : "10306", "value" : 0, "target" : "10323"}, {"source" : "10306", "value" : 0, "target" : "10330"}, {"source" : "10306", "value" : 0, "target" : "10334"}, {"source" : "10306", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10306", "value" : 0, "target" : "Tsp Study"}, {"source" : "10313", "value" : 0, "target" : "10323"}, {"source" : "10313", "value" : 0, "target" : "10330"}, {"source" : "10313", "value" : 0, "target" : "10334"}, {"source" : "10313", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10313", "value" : 0, "target" : "Tsp Study"}, {"source" : "10323", "value" : 0, "target" : "10330"}, {"source" : "10323", "value" : 0, "target" : "10334"}, {"source" : "10323", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10323", "value" : 0, "target" : "Tsp Study"}, {"source" : "10330", "value" : 0, "target" : "10334"}, {"source" : "10330", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10330", "value" : 0, "target" : "Tsp Study"}, {"source" : "10334", "value" : 0, "target" : "Johannes Thrul"}, {"source" : "10334", "value" : 0, "target" : "Tsp Study"}, {"source" : "Johannes Thrul", "value" : 0, "target" : "Tsp Study"}]}
json_instruct
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "integer"}}, "required": ["id", "group"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "value": {"type": "integer"}, "target": {"type": "string"}}, "required": ["source", "value", "target"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`sorac~"], "e" : ["\ufff9`Sapiforac~ `to~ `wadis~.\ufffa\ufffb\u5237\u7259\u7528\u5177\u3002"], "f" : "\u6d17\u5237\u7684\u7528\u5177\u3002"}]}], "stem" : "forac", "t" : "sapiforac"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rubiks_cube_convnet", "description" : "How to train a convnet to solve a rubiks cube", "license" : null, "starNum" : 88, "folkNum" : 15, "watchNum" : 88, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "namaPro": {"type": "string"}, "namaKab": {"type": "string"}, "namaKec": {"type": "string"}, "namaKel": {"type": "string"}, "kodeWilayah": {"type": "string"}}, "required": ["id", "idParent", "namaWilayah", "tingkatWilayah", "idPro", "idKab", "idKec", "idKel", "namaPro", "namaKab", "namaKec", "namaKel", "kodeWilayah"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 72001, "idParent" : 72000, "namaWilayah" : "BAMBALU", "tingkatWilayah" : 4, "idPro" : 69268, "idKab" : 71828, "idKec" : 72000, "idKel" : 72001, "namaPro" : "SULAWESI SELATAN", "namaKab" : "TANA TORAJA", "namaKec" : "KURRA", "namaKel" : "BAMBALU", "kodeWilayah" : "73.18.38.1002"}, {"id" : 72006, "idParent" : 72000, "namaWilayah" : "LIMBONG SANGPOLO", "tingkatWilayah" : 4, "idPro" : 69268, "idKab" : 71828, "idKec" : 72000, "idKel" : 72006, "namaPro" : "SULAWESI SELATAN", "namaKab" : "TANA TORAJA", "namaKec" : "KURRA", "namaKel" : "LIMBONG SANGPOLO", "kodeWilayah" : "73.18.38.2006"}, {"id" : 72004, "idParent" : 72000, "namaWilayah" : "LIPUNGAN TANETE", "tingkatWilayah" : 4, "idPro" : 69268, "idKab" : 71828, "idKec" : 72000, "idKel" : 72004, "namaPro" : "SULAWESI SELATAN", "namaKab" : "TANA TORAJA", "namaKec" : "KURRA", "namaKel" : "LIPUNGAN TANETE", "kodeWilayah" : "73.18.38.2004"}, {"id" : 72003, "idParent" : 72000, "namaWilayah" : "MAROSON", "tingkatWilayah" : 4, "idPro" : 69268, "idKab" : 71828, "idKec" : 72000, "idKel" : 72003, "namaPro" : "SULAWESI SELATAN", "namaKab" : "TANA TORAJA", "namaKec" : "KURRA", "namaKel" : "MAROSON", "kodeWilayah" : "73.18.38.2003"}, {"id" : 72005, "idParent" : 72000, "namaWilayah" : "RANTE LIMBONG", "tingkatWilayah" : 4, "idPro" : 69268, "idKab" : 71828, "idKec" : 72000, "idKel" : 72005, "namaPro" : "SULAWESI SELATAN", "namaKab" : "TANA TORAJA", "namaKec" : "KURRA", "namaKel" : "RANTE LIMBONG", "kodeWilayah" : "73.18.38.2005"}, {"id" : 72002, "idParent" : 72000, "namaWilayah" : "RATTE KURRA", "tingkatWilayah" : 4, "idPro" : 69268, "idKab" : 71828, "idKec" : 72000, "idKel" : 72002, "namaPro" : "SULAWESI SELATAN", "namaKab" : "TANA TORAJA", "namaKec" : "KURRA", "namaKel" : "RATTE KURRA", "kodeWilayah" : "73.18.38.2001"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "namaPro": {"type": "string"}, "namaKab": {"type": "string"}, "namaKec": {"type": "string"}, "namaKel": {"type": "string"}, "kodeWilayah": {"type": "string"}}, "required": ["id", "idParent", "namaWilayah", "tingkatWilayah", "idPro", "idKab", "idKec", "idKel", "namaPro", "namaKab", "namaKec", "namaKel", "kodeWilayah"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3515100002", "district_id" : "3515100", "name" : "KEBONAGUNG"}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 14, "nazev" : "\ufffdesk\ufffd Bud\ufffdjovice"}, "clipped" : true, "id" : "623cefbb3e"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 15, "nazev" : "\ufffdesk\ufffd Krumlov"}, "clipped" : true, "id" : "15983759f4"}]}}, "type" : "Topology", "transform" : {"translate" : [14.458007812499996, 48.77791275550184], "scale" : [4.291534423830033e-05, 2.8272173421224622e-05]}, "arcs" : [[[1024, 598], [-93, -107], [-133, 39], [-54, 87], [116, 170], [-34, 60], [104, -46], [19, 63], [-23, 49], [-174, 34], [12, 77], [260, 0], [0, -426]], [[764, 1024], [-12, -77], [174, -34], [23, -49], [-19, -63], [-104, 46], [34, -60], [-116, -170], [54, -87], [133, -39], [93, 107], [0, -598], [-1024, 0], [0, 1024], [764, 0]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"deletetagsresponse": {"type": "object", "properties": {"jobid": {"type": "string"}}, "required": ["jobid"]}}, "required": ["deletetagsresponse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"deletetagsresponse" : {"jobid" : "32cfab73-f221-4b2b-a728-a73e924ac95d"}}
json_instruct
{"type": "object", "properties": {"deletetagsresponse": {"type": "object", "properties": {"jobid": {"type": "string"}}, "required": ["jobid"]}}, "required": ["deletetagsresponse"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [211.749, 106.108, 1, 211.45, 123.83, 1, 192.079, 130.196, 1, 175.473, 164.517, 1, 192.694, 172.944, 1, 232.343, 123.869, 1, 250.569, 145.983, 1, 235.583, 140.889, 1, 194.974, 189.582, 1, 190.206, 247.563, 1, 179.968, 292.94, 1, 207.136, 186.896, 1, 243.609, 243.927, 1, 259.871, 298.752, 1, 208.713, 103.293, 1, 217.954, 104.184, 1, 202.613, 109.49, 1, 225.623, 110.815, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "number"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "string"}, "planet_temp": {"type": "string"}, "radius": {"type": "string"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"FIELD1" : 3415, "key" : "HD 45364_b", "star_name" : "HD 45364", "planet_letter" : "b", "discovery_method" : "Radial Velocity", "pl_pnum" : 2, "orbital_period" : 226.93, "semi_major" : 0.6813, "orbital_eccentricity" : 0.1684, "star_temp" : 5434, "star_radius" : "NA", "planet_temp" : "NA", "radius" : "NA", "discovery_year" : 2008, "light_years" : 106.2616248}, {"FIELD1" : 3416, "key" : "HD 45364_c", "star_name" : "HD 45364", "planet_letter" : "c", "discovery_method" : "Radial Velocity", "pl_pnum" : 2, "orbital_period" : 342.85, "semi_major" : 0.8972, "orbital_eccentricity" : 0.0974, "star_temp" : 5434, "star_radius" : "NA", "planet_temp" : "NA", "radius" : "NA", "discovery_year" : 2008, "light_years" : 106.2616248}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "number"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "string"}, "planet_temp": {"type": "string"}, "radius": {"type": "string"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"probe_id" : 1238, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 34225, "resolver_net" : "91.184.32.0/20", "ipv4_tcp" : true, "internal" : "2a01:198::12", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 34225, "resolver_net" : "91.184.32.0/20", "ipv4_tcp" : true, "internal" : "91.184.32.12", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 34225, "resolver_net" : "91.184.32.0/20", "ipv4_tcp" : true, "internal" : "91.184.32.2", "ipv6_cap" : true}]}
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minItems": {"type": "integer"}, "maxItems": {"type": "integer"}, "additionalItem": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "minItems": {"type": "integer"}, "additionalItems": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "title", "minItems", "additionalItems"]}}}, "required": ["$schema", "title", "description", "type", "minItems", "maxItems", "additionalItem", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema#", "title" : "Area definition", "description" : "", "type" : "array", "minItems" : 1, "maxItems" : 1, "additionalItem" : false, "items" : [{"type" : "array", "title" : "Polygon coordinates", "minItems" : 3, "additionalItems" : {"$ref" : "./location.json"}}]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minItems": {"type": "integer"}, "maxItems": {"type": "integer"}, "additionalItem": {"type": "boolean"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "minItems": {"type": "integer"}, "additionalItems": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "title", "minItems", "additionalItems"]}}}, "required": ["$schema", "title", "description", "type", "minItems", "maxItems", "additionalItem", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 810, Manila, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.manila.barangay-810", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "12", "region_reference" : "141", "region_name" : "National Capital Region", "province_id" : "47", "province_reference" : "47", "province_name" : "Metropolitan Manila", "city_id" : "814", "city_reference" : "955", "city_name" : "Manila", "barangay_id" : "23585", "barangay_reference" : "25211", "barangay_name" : "Barangay 810"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.998779, 14.57814], [120.998802, 14.577901], [120.998802, 14.577551], [120.998657, 14.57748], [120.998413, 14.577391], [120.998177, 14.577351], [120.997986, 14.577311], [120.997849, 14.57723], [120.997726, 14.577121], [120.997726, 14.577001], [120.997757, 14.57688], [120.997818, 14.5767], [120.997749, 14.576561], [120.99762, 14.576536], [120.99749, 14.57651], [120.997337, 14.57653], [120.997208, 14.576571], [120.997078, 14.57668], [120.997009, 14.576807], [120.996948, 14.576911], [120.99678, 14.576831], [120.996643, 14.57676], [120.996452, 14.576751], [120.996353, 14.57682], [120.996277, 14.576951], [120.996147, 14.577241], [120.996063, 14.577396], [120.996376, 14.57754], [120.996483, 14.577571], [120.996841, 14.577721], [120.997078, 14.57781], [120.997253, 14.57754], [120.998177, 14.57791], [120.998779, 14.57814]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"url": {"type": "string"}, "headers": {"type": "object", "properties": {"cache-control": {"type": "string"}, "connection": {"type": "string"}, "content-encoding": {"type": "string"}, "content-language": {"type": "string"}, "content-length": {"type": "string"}, "content-type": {"type": "string"}, "date": {"type": "string"}, "expires": {"type": "string"}, "pragma": {"type": "string"}, "set-cookie": {"type": "array", "items": {"type": "string"}}, "strict-transport-security": {"type": "string"}, "vary": {"type": "string"}, "x-frame-options": {"type": "string"}}, "required": ["cache-control", "connection", "content-encoding", "content-language", "content-length", "content-type", "date", "expires", "pragma", "set-cookie", "strict-transport-security", "vary", "x-frame-options"]}, "originalUrl": {"type": "string"}, "status": {"type": "integer"}, "statusText": {"type": "string"}}, "required": ["url", "headers", "originalUrl", "status", "statusText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://www.instagram.com/p/BG0m4IDGaqk/", "headers" : {"cache-control" : "private, no-cache, no-store, must-revalidate", "connection" : "close", "content-encoding" : "gzip", "content-language" : "en", "content-length" : "5083", "content-type" : "text/html", "date" : "Sat, 22 Oct 2016 02:10:46 GMT", "expires" : "Sat, 01 Jan 2000 00:00:00 GMT", "pragma" : "no-cache", "set-cookie" : ["csrftoken=0uDAj6EJ4U3YAlf7tpmc4SO4vzRonwpk; expires=Sat, 21-Oct-2017 02:10:46 GMT; Max-Age=31449600; Path=/; secure", "s_network=; expires=Sat, 22-Oct-2016 03:10:46 GMT; Max-Age=3600; Path=/", "sessionid=IGSC5b45794197fd9c03064cc2adf557af376a4bae203fe2b84c2fa9eb594dfb75bc%3A2dGQ5WQkPEeudliP2vFUNAsfwpgIV9aA%3A%7B%22asns%22%3A%7B%2266.75.244.18%22%3A20001%2C%22time%22%3A1477102246%7D%7D; expires=Fri, 20-Jan-2017 02:10:46 GMT; httponly; Max-Age=7776000; Path=/; secure", "mid=WArKpgAEAAER72wZQkeWVKRkbPkT; expires=Fri, 17-Oct-2036 02:10:46 GMT; Max-Age=630720000; Path=/"], "strict-transport-security" : "max-age=86400", "vary" : "Cookie, Accept-Language, Accept-Encoding", "x-frame-options" : "SAMEORIGIN"}, "originalUrl" : "https://www.instagram.com/p/BG0m4IDGaqk/", "status" : 200, "statusText" : "OK"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "headers": {"type": "object", "properties": {"cache-control": {"type": "string"}, "connection": {"type": "string"}, "content-encoding": {"type": "string"}, "content-language": {"type": "string"}, "content-length": {"type": "string"}, "content-type": {"type": "string"}, "date": {"type": "string"}, "expires": {"type": "string"}, "pragma": {"type": "string"}, "set-cookie": {"type": "array", "items": {"type": "string"}}, "strict-transport-security": {"type": "string"}, "vary": {"type": "string"}, "x-frame-options": {"type": "string"}}, "required": ["cache-control", "connection", "content-encoding", "content-language", "content-length", "content-type", "date", "expires", "pragma", "set-cookie", "strict-transport-security", "vary", "x-frame-options"]}, "originalUrl": {"type": "string"}, "status": {"type": "integer"}, "statusText": {"type": "string"}}, "required": ["url", "headers", "originalUrl", "status", "statusText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { default as Card } from \"./Card\";\nexport default Card;", "map" : {"version" : 3, "sources" : ["index.tsx"], "names" : ["default"], "mappings" : "AAAA,SAASA,OAAO,IAAhB,IAAA;AAGA,eAAA,IAAA", "sourcesContent" : ["import { default as Card } from './Card';\nimport type { ICardProps } from './types';\n\nexport default Card;\nexport type { ICardProps };\n"]}, "metadata" : {}, "sourceType" : "module"}
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"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "download-button": {"type": "string"}}, "required": ["title", "download-button"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u00d6nizleme", "download-button" : "Ekran G\u00f6r\u00fcnt\u00fcs\u00fcn\u00fc \u0130ndir"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "download-button": {"type": "string"}}, "required": ["title", "download-button"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "accuracy": {"type": "string"}}, "required": ["loc", "accuracy"]}, "updated": {"type": "string"}}, "required": ["_id", "name", "address", "city", "state", "country", "phone", "geo", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "brewery_Hambleton_Ales", "name" : "Hambleton Ales", "address" : ["Melmerby Green Road"], "city" : "Melmerby", "state" : "North Yorkshire", "country" : "United Kingdom", "phone" : "44-(01765)-640108", "geo" : {"loc" : ["-1.4844", "54.1744"], "accuracy" : "GEOMETRIC_CENTER"}, "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "accuracy": {"type": "string"}}, "required": ["loc", "accuracy"]}, "updated": {"type": "string"}}, "required": ["_id", "name", "address", "city", "state", "country", "phone", "geo", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x01b03903a1660ae507ddbb6224e478bce176c275", "tool" : "solhint", "start" : 1563220726.9801269, "end" : 1563220735.4165146, "duration" : 8.436387777328491, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}