input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"identifier" : "OPTIDXBANKNIFTY26-05-2022PE28900.00", "name" : "BANKNIFTY", "grapthData" : [[1648718103000, 0], [1648719193000, 0], [1648719991000, 0], [1648723257000, 0], [1648725957000, 0], [1648727378000, 0], [1648727427000, 0], [1648727451000, 0], [1648729203000, 0], [1648737918000, 0], [1648738889000, 0], [1648740495000, 0]], "closePrice" : 433.4}
json_instruct
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jquery.stickyNavbar.js": {"type": "string"}, "jquery.stickyNavbar.min.js": {"type": "string"}}, "required": ["jquery.stickyNavbar.js", "jquery.stickyNavbar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.stickyNavbar.js" : "sha256-4roq12ayo+8Ct4W3DreJQ2S65mMV7tG6qQL7owRgNkQ=", "jquery.stickyNavbar.min.js" : "sha256-eqnXEuzmgwaQLKpId1XYw65pGU8uhGGD+WXvxlgZgbY="}
json_instruct
{"type": "object", "properties": {"jquery.stickyNavbar.js": {"type": "string"}, "jquery.stickyNavbar.min.js": {"type": "string"}}, "required": ["jquery.stickyNavbar.js", "jquery.stickyNavbar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"service_name": {"type": "string"}, "build_definition": {"type": "object", "properties": {"build_definition_name": {"type": "string"}, "repo_name": {"type": "string"}, "repo_path": {"type": "string"}}, "required": ["build_definition_name", "repo_name", "repo_path"]}}, "required": ["service_name", "build_definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"service_name" : "party-model-service", "build_definition" : {"build_definition_name" : "Company.PartyModel.Service", "repo_name" : "party-model", "repo_path" : ""}}
json_instruct
{"type": "object", "properties": {"service_name": {"type": "string"}, "build_definition": {"type": "object", "properties": {"build_definition_name": {"type": "string"}, "repo_name": {"type": "string"}, "repo_path": {"type": "string"}}, "required": ["build_definition_name", "repo_name", "repo_path"]}}, "required": ["service_name", "build_definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.9.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.9.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.9.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.9.1", "0.9.2", "0.9.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.9.4.dev0"], "meta" : {"description" : "Plone integration with Gritter", "homepage" : "https://pypi.python.org/pypi/redturtle.gritterize", "license" : "BSD"}, "versions" : {"0.9.1" : {"sha256" : "86080a5a479f677704c58f00f490a506705495f298c3abc69e6442cecaebd047", "url" : "https://files.pythonhosted.org/packages/49/3e/690b1ebcfdc68dcb36be1111f68edf8f6f587e954b3e3497fafbc07f4760/redturtle.gritterize-0.9.1.tar.gz"}, "0.9.2" : {"sha256" : "4beceed044c3cfb0b1c981b6bae5d506227f76b8a0d4a8e932330d1d54f7033a", "url" : "https://files.pythonhosted.org/packages/50/b2/b3bccfcfd4354b0b19a52fd50774d00af1d811c3924e5abb0f1378264d71/redturtle.gritterize-0.9.2.zip"}, "0.9.3" : {"sha256" : "a2baa1a52dc1a9f92f758bd92b9be7ccba677116dcbf4ca37f58d8c1774780c6", "url" : "https://files.pythonhosted.org/packages/bc/85/abfa13572feb9c962908037d7f58253734221406ba5f24717f301d1e51ad/redturtle.gritterize-0.9.3.zip"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.9.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.9.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.9.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.9.1", "0.9.2", "0.9.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Quiest\u00e8de", "circ" : "8\u00e8me circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 493, "abs" : 205, "votants" : 288, "blancs" : 18, "nuls" : 8, "exp" : 262, "res" : [{"nuance" : "REM", "nom" : "M. Benoit POTTERIE", "voix" : 151}, {"nuance" : "FN", "nom" : "Mme Karine HAVERLANT", "voix" : 111}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pci_projects_project_training_jobs_common_cancel": {"type": "string"}, "pci_projects_project_training_jobs_resubmit": {"type": "string"}, "pci_projects_project_training_jobs_confirm_resubmit": {"type": "string"}}, "required": ["pci_projects_project_training_jobs_common_cancel", "pci_projects_project_training_jobs_resubmit", "pci_projects_project_training_jobs_confirm_resubmit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pci_projects_project_training_jobs_common_cancel" : "Annuler", "pci_projects_project_training_jobs_resubmit" : "Relancer", "pci_projects_project_training_jobs_confirm_resubmit" : "\u00cates-vous s\u00fbr de vouloir relancer ce job ?"}
json_instruct
{"type": "object", "properties": {"pci_projects_project_training_jobs_common_cancel": {"type": "string"}, "pci_projects_project_training_jobs_resubmit": {"type": "string"}, "pci_projects_project_training_jobs_confirm_resubmit": {"type": "string"}}, "required": ["pci_projects_project_training_jobs_common_cancel", "pci_projects_project_training_jobs_resubmit", "pci_projects_project_training_jobs_confirm_resubmit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "requirements": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}}, "required": ["id", "path", "short", "definition", "requirements", "min", "max", "type"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "DataElement", "id" : "Claim.accident.date", "meta" : {"lastUpdated" : "2017-04-19T07:44:43.294+10:00"}, "url" : "http://hl7.org/fhir/DataElement/Claim.accident.date", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"id" : "Claim.accident.date", "path" : "Claim.accident.date", "short" : "When the accident occurred\nsee information codes\nsee information codes", "definition" : "Date of an accident which these services are addressing.", "requirements" : "Coverage may be dependant on accidents.", "min" : 1, "max" : "1", "type" : [{"code" : "date"}]}]}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "requirements": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}}, "required": ["id", "path", "short", "definition", "requirements", "min", "max", "type"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85863787, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "54897534417aea4f839e7c38e235ddd6", "wof:id" : 85863787, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-3.766234, 40.374561, -3.766234, 40.374561], "geometry" : {"coordinates" : [-3.766234, 40.374561], "type" : "Point"}}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/.gqrx-wrapped", "/bin/gqrx", "/share/applications/gqrx.desktop", "/share/pixmaps/gqrx.svg"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"storeId" : "6695", "name" : "Tranmere Express", "latitude" : 53.37535, "longitude" : -3.03277, "postalCode" : "CH42 9JG", "country" : "gb", "addressLines" : ["790-794 Borough Rd", "Tranmere"]}
json_instruct
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "label": {"type": "string"}, "total": {"type": "integer"}, "first": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}}, "required": ["@id", "@type"]}}, "required": ["@context", "@id", "@type", "label", "total", "first"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "http://iiif.io/api/presentation/2/context.json", "@id" : "https://cdm15948.contentdm.oclc.org/iiif/info/p15948coll34/manifest.json", "@type" : "sc:Collection", "label" : "Cecil D. Andrus", "total" : 2086, "first" : {"@id" : "https://cdm15948.contentdm.oclc.org/iiif/info/p15948coll34/p1.json", "@type" : "sc:Collection"}}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "label": {"type": "string"}, "total": {"type": "integer"}, "first": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}}, "required": ["@id", "@type"]}}, "required": ["@context", "@id", "@type", "label", "total", "first"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"first": {"type": "string"}, "second": {"type": "string"}}, "required": ["first", "second"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"first" : "10", "second" : "225"}
json_instruct
{"type": "object", "properties": {"first": {"type": "string"}, "second": {"type": "string"}}, "required": ["first", "second"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [2.9634140449299564, 3.0235320261785246, 2.947829615294033, 2.860724128251708, 2.7333565026680975, 2.849158539736137, 2.7909526006265417, 2.76387804046868, 2.8895881301913464, 2.8803855053256333, 2.746323212529613, 2.7419272596695023, 2.688834566301566, 2.7749636574387915, 2.8182337894994993, 2.671973650579979, 2.4804110668298467, 2.543394812904548, 2.57496234885388, 2.6262688445060363, 2.7683694980756726, 2.959264855423907, 3.0236454784691356, 2.8241805297844125, 2.8856634931611365, 2.9442027994804363, 2.902349156225704, 2.7747697771953863, 2.568643890225216, 2.4408014464453722, 2.3345970265167058, 2.153129343812193, 1.9684197254117233, 1.7710398316160962, 1.8624534531430676, 1.7697478390951795, 12.426169221512309, 1.9301580665041969, 2.0363902477098854, 1.9643948482445504, 2.153848680340297, 2.223013766955005, 2.436315964769576, 2.6694649236227006, 2.796546975469318, 2.8816763240481045, 3.0499422285549285, 2.9740583138905823, 2.8917115538548352, 2.7950484095478836, 2.6355102335528224, 2.7821903221059285, 2.7920864694157466, 2.8915805423552046, 2.9358157634394337, 2.8029823097668767, 2.7139540209450654, 2.7038154129403873, 2.5961646546656114, 2.4830732155008097, 2.6557291552759037, 2.777159367814589, 2.7315204291509536, 2.8262847721296853, 2.9092899115645388, 2.788959244111912, 2.6636592158342327, 2.7664965680138667, 2.593070294301352, 2.68340392046812, 2.901914983901223, 2.9914804179143024, 2.9297189720259973, 2.978907574362245, 2.9151022165522855]}
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"cookie": {"type": "object", "properties": {"originalMaxAge": {"type": "integer"}, "expires": {"type": "string"}, "httpOnly": {"type": "boolean"}, "path": {"type": "string"}}, "required": ["originalMaxAge", "expires", "httpOnly", "path"]}, "expired": {"type": "integer"}}, "required": ["cookie", "expired"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cookie" : {"originalMaxAge" : 2592000000, "expires" : "2014-12-24T22:20:08.077Z", "httpOnly" : true, "path" : "/"}, "expired" : 1419459608077}
json_instruct
{"type": "object", "properties": {"cookie": {"type": "object", "properties": {"originalMaxAge": {"type": "integer"}, "expires": {"type": "string"}, "httpOnly": {"type": "boolean"}, "path": {"type": "string"}}, "required": ["originalMaxAge", "expires", "httpOnly", "path"]}, "expired": {"type": "integer"}}, "required": ["cookie", "expired"], "$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"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "some-dir", "version" : "0.0.0", "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "browser": {"type": "object", "properties": {"index": {"type": "string"}}, "required": ["index"]}}, "required": ["name", "version", "browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "project", "version" : "1.0.0", "browser" : {"index" : "./foo.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "browser": {"type": "object", "properties": {"index": {"type": "string"}}, "required": ["index"]}}, "required": ["name", "version", "browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["mekanism:enriched_carbon"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "difficulty": {"type": "integer"}}, "required": ["title", "date", "tags", "author", "difficulty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "What are callbacks?", "date" : "Fri Aug 26 2011 03:08:50 GMT-0700 (PST)", "tags" : ["javascript", "core", "asynchronous", "callbacks"], "author" : "Nico Reed", "difficulty" : 1}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "difficulty": {"type": "integer"}}, "required": ["title", "date", "tags", "author", "difficulty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"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" : "\u5168\u6f22\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u9ad8\u96c4\u5206\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "90N00785", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u6960\u6893\u5340\u6960\u6893\u52a0\u5de5\u51fa\u53e3\u5340\u6771\u4e09\u88572-3\u30014-3\u30016-3\u30012-4\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u9ad8\u96c4\u5e02\u6960\u6893\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9673\u570b\u745e", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "28425295", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u672c\u570b\u516c\u53f8\u4e4b\u5206\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0961224", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["269\u5176\u4ed6\u96fb\u5b50\u96f6\u7d44\u4ef6"]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "sapiringat", "h" : [{"d" : [{"f" : "\u7c98\u8cbc\u3001\u7c98\u4f4f\u4f7f\u7528\u7684\u5668\u5177\u3002", "e" : ["\ufff9`Sa~`piringat~ `to~ `padakopak~.\ufffa\ufffb\u7c98\u8cbc\u7d19\u5f35\u7528\u7684\u3002", "\ufff9`Sa~`piringat~ `a~ `'~`a~`m~`'~`a~`m~.\ufffa\ufffb\u91ac\u7cca\u3002"]}]}], "stem" : "ringat"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["name", "description", "minimum-stability", "license", "authors", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "teamneusta/phpunit_kata_quickstart", "description" : "Quickstart package for a phpunit kata", "minimum-stability" : "stable", "license" : "MIT", "authors" : [{"name" : "Ole R\u00f6\u00dfner", "email" : "o.roessner@neusta.de"}], "autoload" : {"psr-0" : {"" : "src/"}}, "require-dev" : {"phpunit/phpunit" : "3.7.*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["name", "description", "minimum-stability", "license", "authors", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-85.424171, 38.146752], [-85.424054, 38.147438], [-85.275569, 38.102367], [-85.279036, 38.101789], [-85.285122, 38.103061], [-85.286835, 38.101488], [-85.286575, 38.099584], [-85.283842, 38.096592], [-85.284488, 38.094709], [-85.279058, 38.092544], [-85.277978, 38.087888], [-85.282258, 38.084601], [-85.284894, 38.083683], [-85.291673, 38.08311], [-85.293423, 38.083744], [-85.294547, 38.082626], [-85.297649, 38.082323], [-85.303355, 38.07828], [-85.305425, 38.075068], [-85.305699, 38.073188], [-85.30345, 38.07177], [-85.298203, 38.070269], [-85.29492, 38.068005], [-85.295057, 38.065952], [-85.295909, 38.065039], [-85.301583, 38.06234], [-85.302701, 38.062295], [-85.30766, 38.065136], [-85.310175, 38.067583], [-85.315975, 38.070066], [-85.317562, 38.071569], [-85.319992, 38.076199], [-85.322981, 38.076353], [-85.324828, 38.075437], [-85.327337, 38.071886], [-85.326379, 38.067959], [-85.320321, 38.06312], [-85.311677, 38.062363], [-85.310718, 38.061632], [-85.310716, 38.060375], [-85.313681, 38.057187], [-85.319544, 38.053822], [-85.324763, 38.053596], [-85.335101, 38.055757], [-85.339312, 38.054509], [-85.339888, 38.053571], [-85.336653, 38.049859], [-85.335109, 38.049329], [-85.332858, 38.046654], [-85.332867, 38.045003], [-85.330582, 38.043834], [-85.328875, 38.041565], [-85.32957, 38.039328], [-85.331414, 38.037154], [-85.333773, 38.036535], [-85.340618, 38.036978], [-85.339688, 38.043169], [-85.340024, 38.046957], [-85.349059, 38.0735], [-85.352021, 38.078578], [-85.362391, 38.091578], [-85.371154, 38.106109], [-85.375691, 38.110267], [-85.406965, 38.128883], [-85.416482, 38.140341], [-85.421708, 38.143968], [-85.424171, 38.146752]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 27135}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x02a64460d4bc9cfd31137c778f3e62698696783e", "tool" : "manticore", "start" : 1564669952.003576, "end" : 1564671753.5999286, "duration" : 1801.5963525772095, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"appMinimalJson": {"type": "object", "properties": {"secureTransaction": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "object", "properties": {"thumb": {"type": "object", "properties": {"publicURL": {"type": "string"}}, "required": ["publicURL"]}, "bubble": {"type": "object", "properties": {"publicURL": {"type": "string"}}, "required": ["publicURL"]}}, "required": ["thumb", "bubble"]}}, "required": ["title", "description", "image"]}}, "required": ["secureTransaction"]}}, "required": ["appMinimalJson"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"appMinimalJson" : {"secureTransaction" : {"title" : "Most promising secure transaction with fast & Entertaining", "description" : "Pick one of our stock themes, or create your custom theme with the most advanced theme editor on any online survey building tool. Pick one of our stock themes, or create your custom theme with the most advanced theme editor on any online survey building tool.", "image" : {"thumb" : {"publicURL" : "/static/16469ff7ae264dc7e16792014e20081e/secure-transaction.jpg"}, "bubble" : {"publicURL" : "/static/59eafa94a52cf0313feeac7052ffb5bf/secure-transaction-bubble-1.png"}}}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"appMinimalJson": {"type": "object", "properties": {"secureTransaction": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "object", "properties": {"thumb": {"type": "object", "properties": {"publicURL": {"type": "string"}}, "required": ["publicURL"]}, "bubble": {"type": "object", "properties": {"publicURL": {"type": "string"}}, "required": ["publicURL"]}}, "required": ["thumb", "bubble"]}}, "required": ["title", "description", "image"]}}, "required": ["secureTransaction"]}}, "required": ["appMinimalJson"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/starbooze/soakedwheat.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/crafting/starbooze/soakedwheat.item"]}, "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/generic/crafting/starbooze/soakedwheat.item" : ["/description"]}, "Texts" : {"Chs" : "\u5b8c\u5168\u6d78\u6e7f\u7684\u5c0f\u9ea6\u3002", "Eng" : "A very soggy wheat seed."}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/crafting/starbooze/soakedwheat.item" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u6d78\u6e7f\u7684\u5c0f\u9ea6", "Eng" : "Soaked Wheat Seed"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/starbooze/soakedwheat.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/crafting/starbooze/soakedwheat.item"]}, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Using the slope formula to determine if points make up a rectangle\n\n\\begin{array}{c}\\nc(-4,2) I \\\\\\nP(-3,-2) \\\\\\n\\frac{1}{1}\\n\\end{array}[imath]c(-4,2) I [/imath] [imath]P(-3,-2) [/imath] [imath]\\frac{1}{1}[/imath] \n\n\n", "url" : "https://www.youtube.com/watch?v=itgj03p5igM"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$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"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "files": {"type": "array", "items": {"type": "string"}}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["name", "main", "version", "description", "keywords", "homepage", "license", "author", "repository", "bugs", "files", "npmName", "npmFileMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cia", "main" : "cia.js", "version" : "1.3.0", "description" : "centralized inner authority", "keywords" : ["events", "flux", "dispatch", "state"], "homepage" : "https://github.com/rndme/cia/", "license" : "CC-BY-4.0", "author" : {"name" : "dandavis", "email" : "rndme@users.noreply.github.com", "url" : "http://danml.com/"}, "repository" : {"type" : "git", "url" : "https://github.com/rndme/cia.git"}, "bugs" : {"email" : "rndme@users.noreply.github.com"}, "files" : ["cia.js"], "npmName" : "cia", "npmFileMap" : [{"basePath" : "/", "files" : ["*.js"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "files": {"type": "array", "items": {"type": "string"}}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["name", "main", "version", "description", "keywords", "homepage", "license", "author", "repository", "bugs", "files", "npmName", "npmFileMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"[csharp]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "csharp.format.enable": {"type": "boolean"}, "editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.rulers": {"type": "array", "items": {"type": "integer"}}, "files.insertFinalNewline": {"type": "boolean"}, "prettier.requireConfig": {"type": "boolean"}, "trailing-spaces.trimOnSave": {"type": "boolean"}}, "required": ["[csharp]", "csharp.format.enable", "editor.defaultFormatter", "editor.formatOnSave", "editor.rulers", "files.insertFinalNewline", "prettier.requireConfig", "trailing-spaces.trimOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"[csharp]" : {"editor.defaultFormatter" : "ms-dotnettools.csharp"}, "csharp.format.enable" : true, "editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.formatOnSave" : true, "editor.rulers" : [100], "files.insertFinalNewline" : true, "prettier.requireConfig" : true, "trailing-spaces.trimOnSave" : true}
json_instruct
{"type": "object", "properties": {"[csharp]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "csharp.format.enable": {"type": "boolean"}, "editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.rulers": {"type": "array", "items": {"type": "integer"}}, "files.insertFinalNewline": {"type": "boolean"}, "prettier.requireConfig": {"type": "boolean"}, "trailing-spaces.trimOnSave": {"type": "boolean"}}, "required": ["[csharp]", "csharp.format.enable", "editor.defaultFormatter", "editor.formatOnSave", "editor.rulers", "files.insertFinalNewline", "prettier.requireConfig", "trailing-spaces.trimOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "6": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5", "6"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062f\u0631 \u0639\u0634\u0642 \u062f\u06cc\u062f\u0645 \u063a\u0648\u063a\u0627\u06cc \u0622\u062a\u0634", "m2" : "\u0632\u06cc\u0646 \u067e\u0633 \u0646\u062f\u0627\u062f\u0645 \u067e\u0631\u0648\u0627\u06cc \u0622\u062a\u0634"}, "1" : {"m1" : "\u06a9\u0648\u200c \u0622\u0634\u0646\u0627 \u0634\u0648 \u0628\u0627 \u0639\u0634\u0642 \u0622\u0646 \u06a9\u0648", "m2" : "\u062e\u0648\u0627\u0647\u062f \u0628\u0647 \u0628\u06cc\u0646\u062f \u062f\u0631\u06cc\u0627\u06cc \u0622\u062a\u0634"}, "2" : {"m1" : "\u062f\u0631 \u0622\u062a\u0634 \u0639\u0634\u0642 \u0647\u0631 \u06a9\u0633 \u06a9\u0647 \u0633\u0648\u0632\u062f", "m2" : "\u06a9\u06cc \u0628\u0627\u0634\u062f \u0627\u0648 \u0631\u0627 \u067e\u0631\u0648\u0627\u06cc \u0622\u062a\u0634"}, "3" : {"m1" : "\u062f\u0648\u0632\u062e \u0646\u062f\u0627\u0631\u062f \u0628\u0631 \u0639\u0627\u0634\u0642\u0627\u0646 \u067e\u0627\u06cc", "m2" : "\u06a9\u0627\u06cc\u0646 \u062f\u0633\u062a \u0639\u0634\u0642 \u0627\u0633\u062a \u0628\u0627\u0644\u0627\u06cc \u0622\u062a\u0634"}, "4" : {"m1" : "\u062f\u0631 \u0639\u0627\u0644\u0645 \u0639\u0634\u0642 \u0645\u0646 \u0647\u0631 \u062f\u0648 \u062f\u06cc\u062f\u0645", "m2" : "\u062f\u0631\u06cc\u0627\u06cc \u0622\u062a\u0634 \u0635\u062d\u0631\u0627\u06cc \u0622\u062a\u0634"}, "5" : {"m1" : "\u0627\u0646\u062f\u0631 \u0633\u0631\u0645 \u0645\u0646 \u0628\u0647\u0631 \u062a\u0645\u0627\u0634\u0627", "m2" : "\u0628\u0634\u0646\u0648 \u062f\u0631 \u0622\u0646\u062c\u0627 \u0647\u06cc\u0647\u0627\u06cc \u0622\u062a\u0634"}, "6" : {"m1" : "\u062a\u0627 \u0647\u0631 \u06a9\u0647 \u0622\u06cc\u062f \u062c\u0632 \u062f\u0648\u0633\u062a \u0633\u0648\u0632\u062f", "m2" : "\u0634\u062f \u0627\u06cc\u0646 \u062f\u0644 \u0641\u06cc\u0636 \u0645\u0623\u0648\u0627\u06cc \u0622\u062a\u0634"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "6": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5", "6"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pl_disc" : "HD 181720", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "HD 181720 b", "null" : ["", "55.93", "0.92", "7.849", "1.39", "5781.00", "http://exoplanet.eu/catalog/hd_181720_b/", "http://exoplanets.org/detail/HD_181720_b"], "pl_dens" : "2009", "pl_eqt" : "Radial Velocity", "st_optmag" : "0", "ra" : "1", "pl_discmethod" : "0", "pl_hostname" : "-32.919056", "pl_radj" : "0", "rowupdate" : "2014-07-23", "pl_facility" : "La Silla Observatory", "pl_edelink" : "290.720764", "dec" : "3.6 m ESO Telescope"}
json_instruct
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ExporterOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}, "ImporterOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}, "CarrierOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}, "RegulatorOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}}, "required": ["ExporterOrg", "ImporterOrg", "CarrierOrg", "RegulatorOrg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ExporterOrg" : {"peer_ports" : [{"peer0" : 7051}], "cas" : [{"port" : 7054, "admin_user" : "admin", "admin_password" : "adminpw"}]}, "ImporterOrg" : {"peer_ports" : [{"peer0" : 8051}], "cas" : [{"port" : 8054, "admin_user" : "admin", "admin_password" : "adminpw"}]}, "CarrierOrg" : {"peer_ports" : [{"peer0" : 9051}], "cas" : [{"port" : 9054, "admin_user" : "admin", "admin_password" : "adminpw"}]}, "RegulatorOrg" : {"peer_ports" : [{"peer0" : 10051}], "cas" : [{"port" : 10054, "admin_user" : "admin", "admin_password" : "adminpw"}]}}
json_instruct
{"type": "object", "properties": {"ExporterOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}, "ImporterOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}, "CarrierOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}, "RegulatorOrg": {"type": "object", "properties": {"peer_ports": {"type": "array", "items": {"type": "object", "properties": {"peer0": {"type": "integer"}}, "required": ["peer0"]}}, "cas": {"type": "array", "items": {"type": "object", "properties": {"port": {"type": "integer"}, "admin_user": {"type": "string"}, "admin_password": {"type": "string"}}, "required": ["port", "admin_user", "admin_password"]}}}, "required": ["peer_ports", "cas"]}}, "required": ["ExporterOrg", "ImporterOrg", "CarrierOrg", "RegulatorOrg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1987, 7], [1989, 5], [1994, 5], [1997, 5], [1998, 5], [1999, 5], [2002, 7], [2004, 5], [2006, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"attributes": {"type": "object", "properties": {}, "required": []}, "body": {"type": "string"}, "bodyBegin": {"type": "integer"}}, "required": ["attributes", "body", "bodyBegin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attributes" : {}, "body" : "For you to know could not have helped us, and might possibly have led\r\nto my discovery. You would have wished to tell me something, or in your\r\nkindness you would have brought me out some comfort or other, and so an\r\nunnecessary risk would be run. I brought Cartwright down with me -- you\r\nremember the little chap at the express office -- and he has seen after\r\nmy simple wants: a loaf of bread and a clean collar. What does man want\r\nmore? He has given me an extra pair of eyes upon a very active pair of\r\nfeet, and both have been invaluable.\r\n\r\nThen my reports have all been wasted! -- My voice trembled as I\r\nrecalled the pains and the pride with which I had composed them.\r\n\r\nHolmes took a bundle of papers from his pocket.\r\n\r\nHere are your reports, my dear fellow, and very well thumbed, I assure\r\nyou. I made excellent arrangements, and they are only delayed one day\r\nupon their way. I must compliment you exceedingly upon the zeal and the\r\nintelligence which you have shown over an extraordinarily difficult\r\ncase.\r\n\r\nI was still rather raw over the deception which had been practised upon\r\nme, but the warmth of Holmes's praise drove my anger from my mind. I\r\nfelt also in my heart that he was right in what he said and that it was\r\nreally best for our purpose that I should not have known that he was\r\nupon the moor.\r\n\r\nThat's better, said he, seeing the shadow rise from my face. And\r\nnow tell me the result of your visit to Mrs. Laura Lyons -- it was not\r\ndifficult for me to guess that it was to see her that you had gone, for\r\nI am already aware that she is the one person in Coombe Tracey who might\r\nbe of service to us in the matter. In\r\n", "bodyBegin" : 1}
json_instruct
{"type": "object", "properties": {"attributes": {"type": "object", "properties": {}, "required": []}, "body": {"type": "string"}, "bodyBegin": {"type": "integer"}}, "required": ["attributes", "body", "bodyBegin"], "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "authors", "main", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "js-viewpane", "version" : "0.2.0", "authors" : ["Sascha Goldhofer"], "main" : "lib/index.js", "license" : "MIT", "ignore" : ["**/.*", "app", "node_modules", "bower_components", "test", "demos"], "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "authors", "main", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["621806b796bc416f00341feca894ebae07be5ed0", "2d698e4905cb75bd125e2fe1f5223d7e68f0adcd"], ["621806b796bc416f00341feca894ebae07be5ed0", "2d698e4905cb75bd125e2fe1f5223d7e68f0adcd"], ["621806b796bc416f00341feca894ebae07be5ed0", "2d698e4905cb75bd125e2fe1f5223d7e68f0adcd"], ["621806b796bc416f00341feca894ebae07be5ed0", "2d698e4905cb75bd125e2fe1f5223d7e68f0adcd"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"evidence": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "userId": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "name": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}, "fields": {"type": "object", "properties": {"sort": {"type": "object", "properties": {"type": {"type": "string"}, "normalizer": {"type": "string"}}, "required": ["type", "normalizer"]}}, "required": ["sort"]}}, "required": ["store", "type", "fields"]}, "type": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "dateCreated": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["store", "type", "format"]}, "url": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "tags": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"title": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}}, "required": ["title"]}}, "required": ["properties"]}}, "required": ["id", "userId", "name", "type", "dateCreated", "url", "tags"]}}, "required": ["properties"]}}, "required": ["evidence"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"evidence" : {"properties" : {"id" : {"store" : false, "type" : "long"}, "userId" : {"store" : false, "type" : "long"}, "name" : {"store" : false, "type" : "text", "fields" : {"sort" : {"type" : "keyword", "normalizer" : "ci_normalizer"}}}, "type" : {"store" : false, "type" : "keyword"}, "dateCreated" : {"store" : false, "type" : "date", "format" : "yyyy/MM/dd HH:mm:ss"}, "url" : {"store" : false, "type" : "keyword"}, "tags" : {"properties" : {"title" : {"store" : false, "type" : "text"}}}}}}
json_instruct
{"type": "object", "properties": {"evidence": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "userId": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "name": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}, "fields": {"type": "object", "properties": {"sort": {"type": "object", "properties": {"type": {"type": "string"}, "normalizer": {"type": "string"}}, "required": ["type", "normalizer"]}}, "required": ["sort"]}}, "required": ["store", "type", "fields"]}, "type": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "dateCreated": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["store", "type", "format"]}, "url": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}, "tags": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"title": {"type": "object", "properties": {"store": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["store", "type"]}}, "required": ["title"]}}, "required": ["properties"]}}, "required": ["id", "userId", "name", "type", "dateCreated", "url", "tags"]}}, "required": ["properties"]}}, "required": ["evidence"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "513433114200", "text" : "\u529b\u4e89\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114201", "text" : "\u677e\u76db\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114202", "text" : "\u6587\u5bb6\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114203", "text" : "\u9752\u9f99\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114204", "text" : "\u56db\u548c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114205", "text" : "\u4f18\u80dc\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114206", "text" : "\u65b0\u9633\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114207", "text" : "\u5c71\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114208", "text" : "\u62c9\u767d\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114209", "text" : "\u5b5c\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513433114210", "text" : "\u534a\u8fb9\u6751\u6c11\u59d4\u5458\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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "prettier.arrowParens": {"type": "string"}, "prettier.bracketSpacing": {"type": "boolean"}, "prettier.jsxBracketSameLine": {"type": "boolean"}, "prettier.jsxSingleQuote": {"type": "boolean"}, "prettier.printWidth": {"type": "integer"}, "prettier.quoteProps": {"type": "string"}, "prettier.semi": {"type": "boolean"}, "prettier.singleQuote": {"type": "boolean"}, "prettier.trailingComma": {"type": "string"}}, "required": ["editor.formatOnSave", "prettier.arrowParens", "prettier.bracketSpacing", "prettier.jsxBracketSameLine", "prettier.jsxSingleQuote", "prettier.printWidth", "prettier.quoteProps", "prettier.semi", "prettier.singleQuote", "prettier.trailingComma"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.formatOnSave" : true, "prettier.arrowParens" : "avoid", "prettier.bracketSpacing" : true, "prettier.jsxBracketSameLine" : true, "prettier.jsxSingleQuote" : false, "prettier.printWidth" : 110, "prettier.quoteProps" : "as-needed", "prettier.semi" : false, "prettier.singleQuote" : true, "prettier.trailingComma" : "none"}
json_instruct
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "prettier.arrowParens": {"type": "string"}, "prettier.bracketSpacing": {"type": "boolean"}, "prettier.jsxBracketSameLine": {"type": "boolean"}, "prettier.jsxSingleQuote": {"type": "boolean"}, "prettier.printWidth": {"type": "integer"}, "prettier.quoteProps": {"type": "string"}, "prettier.semi": {"type": "boolean"}, "prettier.singleQuote": {"type": "boolean"}, "prettier.trailingComma": {"type": "string"}}, "required": ["editor.formatOnSave", "prettier.arrowParens", "prettier.bracketSpacing", "prettier.jsxBracketSameLine", "prettier.jsxSingleQuote", "prettier.printWidth", "prettier.quoteProps", "prettier.semi", "prettier.singleQuote", "prettier.trailingComma"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["dababymod:rockstar", "dababymod:suge", "dababymod:vibez", "dababymod:bop"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "dev:server": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "dev", "dev:server", "build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/redis": {"type": "string"}, "redis": {"type": "string"}}, "required": ["@types/redis", "redis"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "tsconfig-paths-webpack-plugin": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-loader", "eslint-plugin-react", "jest", "nodemon", "ts-jest", "ts-loader", "tsconfig-paths-webpack-plugin", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "redisearchfuzzy", "version" : "0.0.2-7", "description" : "Simple Node Interface for RediSearch indexes. Implemented for RediSearch 2.x", "main" : "index.js", "scripts" : {"test" : "jest", "dev" : "webpack", "dev:server" : "nodemon dist/testScript.js", "build" : "webpack --env production"}, "keywords" : [], "author" : "", "license" : "MIT", "dependencies" : {"@types/redis" : "^2.8.28", "redis" : "^3.0.2"}, "devDependencies" : {"@types/jest" : "^26.0.19", "@typescript-eslint/eslint-plugin" : "^4.9.1", "@typescript-eslint/parser" : "^4.9.1", "eslint" : "^7.15.0", "eslint-loader" : "^4.0.2", "eslint-plugin-react" : "^7.21.5", "jest" : "^26.6.3", "nodemon" : "^2.0.6", "ts-jest" : "^26.4.4", "ts-loader" : "^8.0.12", "tsconfig-paths-webpack-plugin" : "^3.3.0", "typescript" : "^4.1.3", "webpack" : "^5.10.1", "webpack-cli" : "^4.2.0", "webpack-dev-server" : "^3.11.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "dev:server": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "dev", "dev:server", "build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/redis": {"type": "string"}, "redis": {"type": "string"}}, "required": ["@types/redis", "redis"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "tsconfig-paths-webpack-plugin": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-loader", "eslint-plugin-react", "jest", "nodemon", "ts-jest", "ts-loader", "tsconfig-paths-webpack-plugin", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"disc_number": {"type": "integer"}, "name": {"type": "string"}, "duration_ms": {"type": "integer"}, "track_number": {"type": "integer"}, "docType": {"type": "string"}}, "required": ["disc_number", "name", "duration_ms", "track_number", "docType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"disc_number" : 1, "name" : "Mr. Wiggles", "duration_ms" : 1, "track_number" : 1, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "Rumpofsteelskin", "duration_ms" : 1, "track_number" : 2, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "(You're A Fish And I'm A) Water Sign", "duration_ms" : 1, "track_number" : 3, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "Aquaboogie (A Psychoalphadiscobetabioaquadoloop)", "duration_ms" : 1, "track_number" : 4, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "One Of Those Funky Thangs", "duration_ms" : 1, "track_number" : 5, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "Liquid Sunshine", "duration_ms" : 1, "track_number" : 6, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "The Motor-Booty Affair", "duration_ms" : 1, "track_number" : 7, "docType" : "TRACK"}, {"disc_number" : 1, "name" : "Deep", "duration_ms" : 1, "track_number" : 8, "docType" : "TRACK"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"disc_number": {"type": "integer"}, "name": {"type": "string"}, "duration_ms": {"type": "integer"}, "track_number": {"type": "integer"}, "docType": {"type": "string"}}, "required": ["disc_number", "name", "duration_ms", "track_number", "docType"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x744025affceae6212bc256d1d2e769b51047d3294f3f843360085b94f7edbd6b", "parentHash" : "0xfc40d58ffc2a6617a8b18e0c080d83b5fdafab38bb37f15e63f54e7bbdceff91", "number" : 50454, "timestamp" : 1438989514, "nonce" : "0xa81b11d3d13f4c8c", "difficulty" : 1508950003980, "gasLimit" : {"_hex" : "0x63e36"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 72506, "cartId" : "86f00ca4-6a89-487d-bcd9-bb0f93e8b6cc", "preferredProducts" : [3108, 611, 4677, 2217, 3648, 4678, 1768], "productReviews" : [{"productId" : 657, "reviewText" : "heard about this on alternative dance radio, decided to give it a try.", "reviewDate" : "2019-02-03T08:57:49.3711746+02:00"}, {"productId" : 2324, "reviewText" : "one of my hobbies is cooking. and when i'm cooking this works great.", "reviewDate" : "2018-07-02T03:14:01.1880724+03:00"}, {"productId" : 1709, "reviewText" : "I saw one of these in Macau and I bought one.", "reviewDate" : "2019-11-01T04:54:08.7820097+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 13423, "cartId" : "5f72b8de-9a56-49e7-8f06-d641a5e9e18b", "preferredProducts" : [1709, 2330, 1160, 4575, 2822, 1299, 3189, 400, 415], "productReviews" : [{"productId" : 346, "reviewText" : "I saw one of these in Kazakhstan and I bought one.", "reviewDate" : "2018-10-27T01:42:11.4870164+03:00"}, {"productId" : 4591, "reviewText" : "My co-worker Kazuo has one of these. He says it looks transparent.", "reviewDate" : "2018-07-26T08:35:22.7205897+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Hordain", "circ" : "19\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 1068, "abs" : 573, "votants" : 495, "blancs" : 43, "nuls" : 32, "exp" : 420, "res" : [{"nuance" : "FN", "nom" : "M. S\u00e9bastien CHENU", "voix" : 238}, {"nuance" : "MDM", "nom" : "Mme Sabine HEBBAR", "voix" : 182}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"strings": {"type": "object", "properties": {}, "required": []}}, "required": ["strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"strings" : {}}
json_instruct
{"type": "object", "properties": {"strings": {"type": "object", "properties": {}, "required": []}}, "required": ["strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"1QHe9wsg8iyFiN99VGUJGmSqZ9o3TLkQ2q": {"type": "string"}}, "required": ["1QHe9wsg8iyFiN99VGUJGmSqZ9o3TLkQ2q"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "HB9t6bhZobA9GhChm+bg57fMNAIYYy1lrJjpfZcqgJvt70jjuqL7L17MHlItsf3gR1EzqQ7GDr2VGyxbav2Goz4=", "cert_user_id" : "lufei@zeroid.bit", "files" : {"data.json" : {"sha512" : "ccc9a14ad55e4c2584e1920ecade304daa60f19a8d27287deef2dc9e64c85a51", "size" : 881}}, "inner_path" : "data/users/1QHe9wsg8iyFiN99VGUJGmSqZ9o3TLkQ2q/content.json", "modified" : 1483761648.098, "signs" : {"1QHe9wsg8iyFiN99VGUJGmSqZ9o3TLkQ2q" : "HKiiF9cpVSF/uhDn20G/XkWeqTf1oBBuWw3is1Vbpw25NKcILJnaQ85cFpqVF3jjfG1OsYnOSz5YNr/0emmwDU8="}}
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": "number"}, "signs": {"type": "object", "properties": {"1QHe9wsg8iyFiN99VGUJGmSqZ9o3TLkQ2q": {"type": "string"}}, "required": ["1QHe9wsg8iyFiN99VGUJGmSqZ9o3TLkQ2q"]}}, "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": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "html_url": {"type": "string"}, "issue_url": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "user": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}}, "required": ["login", "id", "node_id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin"]}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "author_association": {"type": "string"}, "body": {"type": "string"}, "performed_via_github_app": {"type": "null"}}, "required": ["url", "html_url", "issue_url", "id", "node_id", "user", "created_at", "updated_at", "author_association", "body", "performed_via_github_app"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "https://api.github.com/repos/willmcgugan/rich/issues/comments/746405795", "html_url" : "https://github.com/willmcgugan/rich/issues/503#issuecomment-746405795", "issue_url" : "https://api.github.com/repos/willmcgugan/rich/issues/503", "id" : 746405795, "node_id" : "MDEyOklzc3VlQ29tbWVudDc0NjQwNTc5NQ==", "user" : {"login" : "Taboodaddyy", "id" : 76015480, "node_id" : "MDQ6VXNlcjc2MDE1NDgw", "avatar_url" : "https://avatars1.githubusercontent.com/u/76015480?v=4", "gravatar_id" : "", "url" : "https://api.github.com/users/Taboodaddyy", "html_url" : "https://github.com/Taboodaddyy", "followers_url" : "https://api.github.com/users/Taboodaddyy/followers", "following_url" : "https://api.github.com/users/Taboodaddyy/following{/other_user}", "gists_url" : "https://api.github.com/users/Taboodaddyy/gists{/gist_id}", "starred_url" : "https://api.github.com/users/Taboodaddyy/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/Taboodaddyy/subscriptions", "organizations_url" : "https://api.github.com/users/Taboodaddyy/orgs", "repos_url" : "https://api.github.com/users/Taboodaddyy/repos", "events_url" : "https://api.github.com/users/Taboodaddyy/events{/privacy}", "received_events_url" : "https://api.github.com/users/Taboodaddyy/received_events", "type" : "User", "site_admin" : false}, "created_at" : "2020-12-16T14:45:45Z", "updated_at" : "2020-12-16T14:45:45Z", "author_association" : "NONE", "body" : "Where's the case log I'm lost with which language is best for iOS thanks!", "performed_via_github_app" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "html_url": {"type": "string"}, "issue_url": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "user": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "node_id": {"type": "string"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}}, "required": ["login", "id", "node_id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin"]}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "author_association": {"type": "string"}, "body": {"type": "string"}, "performed_via_github_app": {"type": "null"}}, "required": ["url", "html_url", "issue_url", "id", "node_id", "user", "created_at", "updated_at", "author_association", "body", "performed_via_github_app"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-112.381492, 33.681729], [-112.354774, 33.681784], [-112.354246, 33.674103], [-112.352301, 33.671317], [-112.355761, 33.66804], [-112.358727, 33.661897], [-112.371746, 33.670762], [-112.379569, 33.672577], [-112.381492, 33.681729]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 1893}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " 66. MOVIMIENTO CIRCULAR UNIFORME (Ejercicio 7)\n\nand [imath] x [/imath] and [imath] x=x [/imath] Suponiendo una \u00f3rbita circular, \u00bfCu\u00e1l es la aceleraci\u00f3n de la Tierra en su movimiento alrededor del Sol? Dato: Distancia media Tierra-Sol:\\n150 millones de [imath] \\mathrm{km} [/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=UkKyEoPSqH4"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : 404385121, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f5b6f7f58bb2190417024bac00997299", "wof:id" : 404385121, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.5517935083944, 50.00157796984396, 1.58558079335235, 50.03562005341765], "geometry" : {"coordinates" : [[[1.57954733817284, 50.00497830294474], [1.57219961236415, 50.00157796984396], [1.56854019995071, 50.00334094836972], [1.5517935083944, 50.01338528647887], [1.55540268034477, 50.01932998019963], [1.55298092451733, 50.02212217674442], [1.56807408259985, 50.03228882781678], [1.58340550025307, 50.03562005341765], [1.58558079335235, 50.02961748491983], [1.58177572387279, 50.02354577517495], [1.57260977059801, 50.02074437140489], [1.57954733817284, 50.00497830294474]]], "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x7c13fb9ee7f82ee7372edfba1cd291322f9580c3d190f7ab817455e4fd31aaac", "parentHash" : "0x1fc8fe73c8b50aed4da3e86b2b4b8bb8f55b9d7a246e435bf5264e2c0c547d6e", "number" : 83378, "timestamp" : 1439534449, "nonce" : "0xc2a832366edd40b8", "difficulty" : 2427790114276, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x580992B51e3925e23280EfB93d3047C82f17E038", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files": {"type": "object", "properties": {"0.ab073b2f.iframe.bundle.js": {"type": "string"}, "main.js": {"type": "string"}, "runtime~main.js": {"type": "string"}, "vendors~main.css": {"type": "string"}, "vendors~main.js": {"type": "string"}, "vendors~main.css.map": {"type": "string"}, "vendors~main.js.map": {"type": "string"}, "4.697b1f98.iframe.bundle.js": {"type": "string"}, "4.697b1f98.iframe.bundle.js.map": {"type": "string"}, "5.7f6fe26a.iframe.bundle.js": {"type": "string"}, "6.e2cab110.iframe.bundle.js": {"type": "string"}, "6.e2cab110.iframe.bundle.js.map": {"type": "string"}, "7.06653151.iframe.bundle.js": {"type": "string"}, "4.697b1f98.iframe.bundle.js.LICENSE.txt": {"type": "string"}, "6.e2cab110.iframe.bundle.js.LICENSE.txt": {"type": "string"}, "iframe.html": {"type": "string"}, "static/media/bootstrap-icons.css": {"type": "string"}, "vendors~main.e03cad69.iframe.bundle.js.LICENSE.txt": {"type": "string"}}, "required": ["0.ab073b2f.iframe.bundle.js", "main.js", "runtime~main.js", "vendors~main.css", "vendors~main.js", "vendors~main.css.map", "vendors~main.js.map", "4.697b1f98.iframe.bundle.js", "4.697b1f98.iframe.bundle.js.map", "5.7f6fe26a.iframe.bundle.js", "6.e2cab110.iframe.bundle.js", "6.e2cab110.iframe.bundle.js.map", "7.06653151.iframe.bundle.js", "4.697b1f98.iframe.bundle.js.LICENSE.txt", "6.e2cab110.iframe.bundle.js.LICENSE.txt", "iframe.html", "static/media/bootstrap-icons.css", "vendors~main.e03cad69.iframe.bundle.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"0.ab073b2f.iframe.bundle.js" : "./0.ab073b2f.iframe.bundle.js", "main.js" : "./main.101dbba1.iframe.bundle.js", "runtime~main.js" : "./runtime~main.c7b7afea.iframe.bundle.js", "vendors~main.css" : "./static/css/vendors~main.e6bd26a9.chunk.css", "vendors~main.js" : "./vendors~main.e03cad69.iframe.bundle.js", "vendors~main.css.map" : "./static/css/vendors~main.e6bd26a9.chunk.css.map", "vendors~main.js.map" : "./vendors~main.e03cad69.iframe.bundle.js.map", "4.697b1f98.iframe.bundle.js" : "./4.697b1f98.iframe.bundle.js", "4.697b1f98.iframe.bundle.js.map" : "./4.697b1f98.iframe.bundle.js.map", "5.7f6fe26a.iframe.bundle.js" : "./5.7f6fe26a.iframe.bundle.js", "6.e2cab110.iframe.bundle.js" : "./6.e2cab110.iframe.bundle.js", "6.e2cab110.iframe.bundle.js.map" : "./6.e2cab110.iframe.bundle.js.map", "7.06653151.iframe.bundle.js" : "./7.06653151.iframe.bundle.js", "4.697b1f98.iframe.bundle.js.LICENSE.txt" : "./4.697b1f98.iframe.bundle.js.LICENSE.txt", "6.e2cab110.iframe.bundle.js.LICENSE.txt" : "./6.e2cab110.iframe.bundle.js.LICENSE.txt", "iframe.html" : "./iframe.html", "static/media/bootstrap-icons.css" : "./static/media/bootstrap-icons.ea6f3dfe.woff", "vendors~main.e03cad69.iframe.bundle.js.LICENSE.txt" : "./vendors~main.e03cad69.iframe.bundle.js.LICENSE.txt"}, "entrypoints" : ["runtime~main.c7b7afea.iframe.bundle.js", "static/css/vendors~main.e6bd26a9.chunk.css", "vendors~main.e03cad69.iframe.bundle.js", "main.101dbba1.iframe.bundle.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"0.ab073b2f.iframe.bundle.js": {"type": "string"}, "main.js": {"type": "string"}, "runtime~main.js": {"type": "string"}, "vendors~main.css": {"type": "string"}, "vendors~main.js": {"type": "string"}, "vendors~main.css.map": {"type": "string"}, "vendors~main.js.map": {"type": "string"}, "4.697b1f98.iframe.bundle.js": {"type": "string"}, "4.697b1f98.iframe.bundle.js.map": {"type": "string"}, "5.7f6fe26a.iframe.bundle.js": {"type": "string"}, "6.e2cab110.iframe.bundle.js": {"type": "string"}, "6.e2cab110.iframe.bundle.js.map": {"type": "string"}, "7.06653151.iframe.bundle.js": {"type": "string"}, "4.697b1f98.iframe.bundle.js.LICENSE.txt": {"type": "string"}, "6.e2cab110.iframe.bundle.js.LICENSE.txt": {"type": "string"}, "iframe.html": {"type": "string"}, "static/media/bootstrap-icons.css": {"type": "string"}, "vendors~main.e03cad69.iframe.bundle.js.LICENSE.txt": {"type": "string"}}, "required": ["0.ab073b2f.iframe.bundle.js", "main.js", "runtime~main.js", "vendors~main.css", "vendors~main.js", "vendors~main.css.map", "vendors~main.js.map", "4.697b1f98.iframe.bundle.js", "4.697b1f98.iframe.bundle.js.map", "5.7f6fe26a.iframe.bundle.js", "6.e2cab110.iframe.bundle.js", "6.e2cab110.iframe.bundle.js.map", "7.06653151.iframe.bundle.js", "4.697b1f98.iframe.bundle.js.LICENSE.txt", "6.e2cab110.iframe.bundle.js.LICENSE.txt", "iframe.html", "static/media/bootstrap-icons.css", "vendors~main.e03cad69.iframe.bundle.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Meizu", "market_name" : "meizu M8 lite", "codename" : "M8lite", "model" : "meizu M8 lite"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 16505, "source" : "nyman", "verse_id" : 18486, "verse_count" : 5, "reference" : "42:5\u20139", "title" : "", "html" : " <p>The Savior was to be a light to the Gentiles, as foretold here by Isaiah and pronounced by Simeon, the devout temple worker, in a blessing given to the infant Jesus (see <a class=\"ref\">Luke 2:32</a>). However, this light was also to be held up by others. Christ told the Nephites that he was the light to be held up by them (see <a class=\"ref\">3 Ne. 18:24</a>). And he may have been quoting part of verse 7 in sending Paul to the Gentiles to hold up that light (see <a class=\"ref\">Acts 26:17-18</a>). These verses in Isaiah speak of those servants who were to be called, following Christ's personal ministry, to further the mission which he would begin. The passage also speaks of another aspect of his mission-his preaching to the spirits in prison. Peter bore witness that Christ visited the spirits in prison during the interim between his death and resurrection (see <a class=\"ref\">1 Pet. 3:18-19</a>). After quoting <a class=\"isa\" verses=\"WzE4NDg4XQ==\">Isaiah 42:7</a>, Joseph Smith commented, \"It is very evident from this that He not only went to preach to them, but to deliver, or bring them out of the prison house\" (TPJS, p. 219). This work of liberating the captive spirits in the spirit world, which was begun by Christ, is now being furthered by the latter-day servants, restored Israel, as they perform ordinances vicariously for those who have died and entered into the spirit world. <a class=\"isa\" verses=\"eyIxODQ4NiI6NX0=\">Isaiah 42:5-9</a> has been cited by modern Church leaders as evidence of restored Israel's responsibility to help save the dead (see Joseph Fielding Smith, DS, 2:155; Theodore M. Burton, CR, Oct. 1964, p. 33). Such is the work of the Lord extended to the latter days before his judgments come upon the earth.</p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Mana~ `nga'ay~ `a~ `palahecaden~ `to~ `no~ `itiyaay~ `saw~?\ufffa\ufffb\u600e\u9ebc\u8ddf\u4ee5\u5f80\u7684\u4e8b\u60c5\u76f8\u63d0\u4e26\u8ad6\u5462\uff1f(\u4e0d\u53ef\u540c\u65e5\u800c\u8a9e)"], "f" : "\u8b93\u2026\u5f7c\u6b64\u76f8\u540c\u3001\u4e00\u6a23\u6216\u76f8\u4e92\u6bd4\u8f03\u3002"}]}], "stem" : "hecad", "t" : "palahecaden"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.d34346ea.chunk.css": {"type": "string"}, "static/js/2.a50fa7fb.chunk.js": {"type": "string"}, "static/js/2.a50fa7fb.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.3d36b15ea4dfa4be1a828b445ca56050.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.d34346ea.chunk.css.map": {"type": "string"}, "static/css/main.61cd8417.chunk.css.map": {"type": "string"}, "static/js/2.a50fa7fb.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/click.mp3": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.d34346ea.chunk.css", "static/js/2.a50fa7fb.chunk.js", "static/js/2.a50fa7fb.chunk.js.map", "index.html", "precache-manifest.3d36b15ea4dfa4be1a828b445ca56050.js", "service-worker.js", "static/css/2.d34346ea.chunk.css.map", "static/css/main.61cd8417.chunk.css.map", "static/js/2.a50fa7fb.chunk.js.LICENSE.txt", "static/media/click.mp3"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/static/css/main.61cd8417.chunk.css", "main.js" : "/static/js/main.6fb55a95.chunk.js", "main.js.map" : "/static/js/main.6fb55a95.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.09b85ec0.js", "runtime-main.js.map" : "/static/js/runtime-main.09b85ec0.js.map", "static/css/2.d34346ea.chunk.css" : "/static/css/2.d34346ea.chunk.css", "static/js/2.a50fa7fb.chunk.js" : "/static/js/2.a50fa7fb.chunk.js", "static/js/2.a50fa7fb.chunk.js.map" : "/static/js/2.a50fa7fb.chunk.js.map", "index.html" : "/index.html", "precache-manifest.3d36b15ea4dfa4be1a828b445ca56050.js" : "/precache-manifest.3d36b15ea4dfa4be1a828b445ca56050.js", "service-worker.js" : "/service-worker.js", "static/css/2.d34346ea.chunk.css.map" : "/static/css/2.d34346ea.chunk.css.map", "static/css/main.61cd8417.chunk.css.map" : "/static/css/main.61cd8417.chunk.css.map", "static/js/2.a50fa7fb.chunk.js.LICENSE.txt" : "/static/js/2.a50fa7fb.chunk.js.LICENSE.txt", "static/media/click.mp3" : "/static/media/click.627c0e8b.mp3"}, "entrypoints" : ["static/js/runtime-main.09b85ec0.js", "static/css/2.d34346ea.chunk.css", "static/js/2.a50fa7fb.chunk.js", "static/css/main.61cd8417.chunk.css", "static/js/main.6fb55a95.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.d34346ea.chunk.css": {"type": "string"}, "static/js/2.a50fa7fb.chunk.js": {"type": "string"}, "static/js/2.a50fa7fb.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.3d36b15ea4dfa4be1a828b445ca56050.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.d34346ea.chunk.css.map": {"type": "string"}, "static/css/main.61cd8417.chunk.css.map": {"type": "string"}, "static/js/2.a50fa7fb.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/click.mp3": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.d34346ea.chunk.css", "static/js/2.a50fa7fb.chunk.js", "static/js/2.a50fa7fb.chunk.js.map", "index.html", "precache-manifest.3d36b15ea4dfa4be1a828b445ca56050.js", "service-worker.js", "static/css/2.d34346ea.chunk.css.map", "static/css/main.61cd8417.chunk.css.map", "static/js/2.a50fa7fb.chunk.js.LICENSE.txt", "static/media/click.mp3"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 93025, "cartId" : "9975a58e-75ee-4d98-8bdf-971e9de0760b", "preferredProducts" : [4316, 1801, 1413, 3732], "productReviews" : [{"productId" : 4578, "reviewText" : "It only works when I'm Wake Island.", "reviewDate" : "2017-07-06T11:47:02.7687319+03:00"}, {"productId" : 1641, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2019-05-29T05:43:17.8078512+03:00"}, {"productId" : 2727, "reviewText" : "My neighbor Fannie has one of these. She works as a teacher and she says it looks spiky.", "reviewDate" : "2017-04-27T20:16:40.4648636+03:00"}, {"productId" : 4615, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2019-01-16T06:50:38.7177861+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer-stylus": {"type": "string"}, "axis": {"type": "string"}, "coffee-script": {"type": "string"}, "css-pipeline": {"type": "string"}, "jade": {"type": "string"}, "js-pipeline": {"type": "string"}, "jstransformer-marked": {"type": "string"}, "marked": {"type": "string"}, "roots": {"type": "string"}, "rupture": {"type": "string"}, "stylus": {"type": "string"}}, "required": ["autoprefixer-stylus", "axis", "coffee-script", "css-pipeline", "jade", "js-pipeline", "jstransformer-marked", "marked", "roots", "rupture", "stylus"]}}, "required": ["name", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "-matchabon", "description" : "", "dependencies" : {"autoprefixer-stylus" : "0.9.x", "axis" : "0.6.x", "coffee-script" : "1.x", "css-pipeline" : "0.3.x", "jade" : "1.x", "js-pipeline" : "0.2.x", "jstransformer-marked" : "1.x", "marked" : "0.3.x", "roots" : "^5.0.0", "rupture" : "0.6.x", "stylus" : "0.54.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer-stylus": {"type": "string"}, "axis": {"type": "string"}, "coffee-script": {"type": "string"}, "css-pipeline": {"type": "string"}, "jade": {"type": "string"}, "js-pipeline": {"type": "string"}, "jstransformer-marked": {"type": "string"}, "marked": {"type": "string"}, "roots": {"type": "string"}, "rupture": {"type": "string"}, "stylus": {"type": "string"}}, "required": ["autoprefixer-stylus", "axis", "coffee-script", "css-pipeline", "jade", "js-pipeline", "jstransformer-marked", "marked", "roots", "rupture", "stylus"]}}, "required": ["name", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["develop", "start", "build"]}, "dependencies": {"type": "object", "properties": {"@mdx-js/mdx": {"type": "string"}, "@mdx-js/react": {"type": "string"}, "@scot3004/gatsby-theme-secorto": {"type": "string"}, "gatsby": {"type": "string"}, "gatsby-plugin-manifest": {"type": "string"}, "gatsby-plugin-offline": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-vertical-timeline-component": {"type": "string"}}, "required": ["@mdx-js/mdx", "@mdx-js/react", "@scot3004/gatsby-theme-secorto", "gatsby", "gatsby-plugin-manifest", "gatsby-plugin-offline", "react", "react-dom", "react-vertical-timeline-component"]}}, "required": ["name", "private", "version", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@scot3004/website", "private" : true, "version" : "0.0.1", "scripts" : {"develop" : "gatsby develop", "start" : "gatsby develop", "build" : "gatsby build"}, "dependencies" : {"@mdx-js/mdx" : "^1.6.22", "@mdx-js/react" : "^1.6.22", "@scot3004/gatsby-theme-secorto" : "*", "gatsby" : "^2.23.3", "gatsby-plugin-manifest" : "^2.7.0-next.1", "gatsby-plugin-offline" : "^3.3.3", "react" : "^17.0.1", "react-dom" : "^17.0.1", "react-vertical-timeline-component" : "^3.3.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["develop", "start", "build"]}, "dependencies": {"type": "object", "properties": {"@mdx-js/mdx": {"type": "string"}, "@mdx-js/react": {"type": "string"}, "@scot3004/gatsby-theme-secorto": {"type": "string"}, "gatsby": {"type": "string"}, "gatsby-plugin-manifest": {"type": "string"}, "gatsby-plugin-offline": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-vertical-timeline-component": {"type": "string"}}, "required": ["@mdx-js/mdx", "@mdx-js/react", "@scot3004/gatsby-theme-secorto", "gatsby", "gatsby-plugin-manifest", "gatsby-plugin-offline", "react", "react-dom", "react-vertical-timeline-component"]}}, "required": ["name", "private", "version", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"address_family": {"type": "string"}, "vrf": {"type": "string"}}, "required": ["address_family", "vrf"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address_family" : "vpnv4", "vrf" : "CE1test"}
json_instruct
{"type": "object", "properties": {"address_family": {"type": "string"}, "vrf": {"type": "string"}}, "required": ["address_family", "vrf"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"DBStats": {"type": "object", "properties": {"DatabaseUsage": {"type": "string"}, "DataSize": {"type": "string"}, "DBSize": {"type": "string"}, "EstimatedSize": {"type": "string"}, "IndexSize": {"type": "string"}, "LearnMore": {"type": "string"}, "MainDescription": {"type": "string"}, "MetricDataByYear": {"type": "string"}, "MetricTables": {"type": "string"}, "OtherTables": {"type": "string"}, "PluginDescription": {"type": "string"}, "ReportDataByYear": {"type": "string"}, "ReportTables": {"type": "string"}, "RowCount": {"type": "string"}, "Table": {"type": "string"}, "TotalSize": {"type": "string"}, "TrackerTables": {"type": "string"}}, "required": ["DatabaseUsage", "DataSize", "DBSize", "EstimatedSize", "IndexSize", "LearnMore", "MainDescription", "MetricDataByYear", "MetricTables", "OtherTables", "PluginDescription", "ReportDataByYear", "ReportTables", "RowCount", "Table", "TotalSize", "TrackerTables"]}}, "required": ["DBStats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DBStats" : {"DatabaseUsage" : "Vyu\u017eit\u00ed datab\u00e1ze", "DataSize" : "Velikost dat", "DBSize" : "Velikost datab\u00e1ze", "EstimatedSize" : "Odhadovan\u00e1 velikost", "IndexSize" : "Velikost indexu", "LearnMore" : "Abyste l\u00e9pe zjistili, jak Matomo zpracov\u00e1v\u00e1 data a jak jej nastavit pro weby se st\u0159edn\u00edm a velk\u00fdm provozem, pod\u00edvejte se do dokumentace %s.", "MainDescription" : "Piwik ukl\u00e1d\u00e1 v\u0161echna va\u0161e data webov\u00e9 anal\u00fdzy v MySQL datab\u00e1zi. Nyn\u00ed tabulky Matomou vyu\u017e\u00edvaj\u00ed %s.", "MetricDataByYear" : "Tabulky m\u011b\u0159en\u00ed za rok", "MetricTables" : "Tabulky m\u011b\u0159en\u00ed", "OtherTables" : "Ostatn\u00ed tabulky", "PluginDescription" : "Poskytuje detailn\u00ed hl\u00e1\u0161en\u00ed o vyu\u017eit\u00ed Mysql datab\u00e1ze. Dostupn\u00e9 pro super-u\u017eivatele pod diagnostikou.", "ReportDataByYear" : "Hl\u00e1\u0161en\u00ed tabulek za rok", "ReportTables" : "Tabulky hl\u00e1\u0161en\u00ed", "RowCount" : "Po\u010det \u0159\u00e1dk\u016f", "Table" : "Tabulka", "TotalSize" : "Celkov\u00e1 velikost", "TrackerTables" : "Sledovac\u00ed tabulky"}}
json_instruct
{"type": "object", "properties": {"DBStats": {"type": "object", "properties": {"DatabaseUsage": {"type": "string"}, "DataSize": {"type": "string"}, "DBSize": {"type": "string"}, "EstimatedSize": {"type": "string"}, "IndexSize": {"type": "string"}, "LearnMore": {"type": "string"}, "MainDescription": {"type": "string"}, "MetricDataByYear": {"type": "string"}, "MetricTables": {"type": "string"}, "OtherTables": {"type": "string"}, "PluginDescription": {"type": "string"}, "ReportDataByYear": {"type": "string"}, "ReportTables": {"type": "string"}, "RowCount": {"type": "string"}, "Table": {"type": "string"}, "TotalSize": {"type": "string"}, "TrackerTables": {"type": "string"}}, "required": ["DatabaseUsage", "DataSize", "DBSize", "EstimatedSize", "IndexSize", "LearnMore", "MainDescription", "MetricDataByYear", "MetricTables", "OtherTables", "PluginDescription", "ReportDataByYear", "ReportTables", "RowCount", "Table", "TotalSize", "TrackerTables"]}}, "required": ["DBStats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "PIXIU", "name" : "Pixiu Finance", "decimals" : 0, "address" : "0x37a15c92e67686aa268df03d4c881a76340907e8"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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": "null"}, "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": "null"}, "death_place": {"type": "null"}}, "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" : "Revengeful Monsters", "creation_date" : "1/25/1780", "creation_date_earliest" : "1780-01-25", "creation_date_latest" : "1780-01-25", "medium" : "etching", "accession_number" : "2016.4.144", "id" : "cmoa:things/71db3321-8d07-43ac-9473-c1d9320e123a", "credit_line" : "Gift of Rolf and Magda Loeber", "date_acquired" : "2016-02-11", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 9.313, "item_height" : 6.75, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=112942", "provenance_text" : null, "classification" : "prints", "images" : [], "creator" : [{"artist_id" : "cmoa:parties/f1fbabf8-b1b7-41ff-8985-b1ea61c5b881", "party_type" : "Person", "full_name" : "John H. Mortimer", "cited_name" : "Mortimer, John H.", "role" : null, "nationality" : "British", "birth_date" : "1740-01-01", "death_date" : "1779-01-01", "birth_place" : null, "death_place" : null}]}
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": "null"}, "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": "null"}, "death_place": {"type": "null"}}, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"AS_Form_d3b5a4758fe7432481245fe05b75fe9d": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"datatype": {"type": "string"}, "name": {"type": "string"}}, "required": ["datatype", "name"]}}, "contextObj": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "platform": {"type": "string"}, "KUID": {"type": "string"}}, "required": ["name", "type", "platform", "KUID"]}, "language": {"type": "string"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "codeSnippet": {"type": "string"}, "parentId": {"type": "null"}, "callbackType": {"type": "null"}}, "required": ["id", "type", "codeSnippet", "parentId", "callbackType"]}}}, "required": ["id", "type", "params", "contextObj", "language", "actions"]}}, "required": ["AS_Form_d3b5a4758fe7432481245fe05b75fe9d"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AS_Form_d3b5a4758fe7432481245fe05b75fe9d" : {"id" : "AS_Form_d3b5a4758fe7432481245fe05b75fe9d", "type" : "ACTION_SEQUENCE", "params" : [{"datatype" : "collection", "name" : "eventobject"}], "contextObj" : {"name" : "frmHome", "type" : "forms", "platform" : "", "KUID" : "cae7b8fbcfa54c92937e392d2a3830c8"}, "language" : "js", "actions" : [{"id" : "ADD_SNIPPET__c2fd9c8c862543ceb92c95296c5d1e2d", "type" : "ADD_SNIPPET", "codeSnippet" : "this.view.hamburger.left = \"-100%\";\nthis.animation(1,1,\"0%\",false);\nthis.view.listdetail.left = \"0%\";\nthis.view.flxCover.isVisible = false;\nthis.view.forceLayout();", "parentId" : null, "callbackType" : null}]}}
json_instruct
{"type": "object", "properties": {"AS_Form_d3b5a4758fe7432481245fe05b75fe9d": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"datatype": {"type": "string"}, "name": {"type": "string"}}, "required": ["datatype", "name"]}}, "contextObj": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "platform": {"type": "string"}, "KUID": {"type": "string"}}, "required": ["name", "type", "platform", "KUID"]}, "language": {"type": "string"}, "actions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "codeSnippet": {"type": "string"}, "parentId": {"type": "null"}, "callbackType": {"type": "null"}}, "required": ["id", "type", "codeSnippet", "parentId", "callbackType"]}}}, "required": ["id", "type", "params", "contextObj", "language", "actions"]}}, "required": ["AS_Form_d3b5a4758fe7432481245fe05b75fe9d"], "$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"}, "href": {"type": "string"}, "url": {"type": "null"}, "description": {"type": "null"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["id", "name", "href", "url", "description", "isoPatterns", "count", "qualityRules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "PCI-Requirement-6.5.6", "name" : "All high risk vulnerabilities identified in the vulnerability identification process (as defined in PCI DSS Requirement 6.1).", "href" : "CARL/quality-standards/PCI-DSS-V3.2.1/items/PCI-Requirement-6.5.6", "url" : null, "description" : null, "isoPatterns" : null, "count" : 41, "qualityRules" : {"name" : "Quality Rules in numeric ID order", "href" : "CARL/quality-standards/PCI-DSS-V3.2.1/items/PCI-Requirement-6.5.6/quality-rules"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "null"}, "description": {"type": "null"}, "isoPatterns": {"type": "null"}, "count": {"type": "integer"}, "qualityRules": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["id", "name", "href", "url", "description", "isoPatterns", "count", "qualityRules"], "$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"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "iron-image": {"type": "string"}, "iron-icon": {"type": "string"}}, "required": ["polymer", "iron-image", "iron-icon"]}, "devDependencies": {"type": "object", "properties": {"iron-component-page": {"type": "string"}, "iron-demo-helpers": {"type": "string"}, "web-component-tester": {"type": "string"}, "webcomponentsjs": {"type": "string"}}, "required": ["iron-component-page", "iron-demo-helpers", "web-component-tester", "webcomponentsjs"]}}, "required": ["name", "version", "main", "homepage", "license", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "image-letter-circle", "version" : "1.0.0", "main" : "image-letter-circle.html", "homepage" : "https://github.com/filipproch/image-letter-circle", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"polymer" : "Polymer/polymer#^1.4.0", "iron-image" : "PolymerElements/iron-image#^1.2.5", "iron-icon" : "PolymerElements/iron-icon#^1.0.12"}, "devDependencies" : {"iron-component-page" : "PolymerElements/iron-component-page#^1.0.0", "iron-demo-helpers" : "PolymerElements/iron-demo-helpers#^1.0.0", "web-component-tester" : "^4.0.0", "webcomponentsjs" : "webcomponents/webcomponentsjs#^0.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "iron-image": {"type": "string"}, "iron-icon": {"type": "string"}}, "required": ["polymer", "iron-image", "iron-icon"]}, "devDependencies": {"type": "object", "properties": {"iron-component-page": {"type": "string"}, "iron-demo-helpers": {"type": "string"}, "web-component-tester": {"type": "string"}, "webcomponentsjs": {"type": "string"}}, "required": ["iron-component-page", "iron-demo-helpers", "web-component-tester", "webcomponentsjs"]}}, "required": ["name", "version", "main", "homepage", "license", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prettify": {"type": "string"}}, "required": ["prettify"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jquery": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-stream": {"type": "string"}}, "required": ["express", "jquery", "socket.io", "socket.io-stream"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "socket_server", "version" : "1.0.0", "description" : "", "main" : "socketSw.js", "scripts" : {"prettify" : "prettier --single-quote --tab-width=4 --trailing-comma=all --no-semi --no-bracket-spacing --write '**/*.js'"}, "dependencies" : {"express" : "^4.16.3", "jquery" : "^3.3.1", "socket.io" : "^2.0.4", "socket.io-stream" : "^0.9.1"}, "keywords" : [], "author" : "", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prettify": {"type": "string"}}, "required": ["prettify"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jquery": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-stream": {"type": "string"}}, "required": ["express", "jquery", "socket.io", "socket.io-stream"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "keywords", "author", "license"], "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.983", "Title" : "The Influence of Risk Aversion on Visual Decision Making", "Year" : 2012}, {"Similarity" : "0.979", "Title" : "Information Seeking as Chasing Anticipated Prediction Errors", "Year" : 2017}, {"Similarity" : "0.97", "Title" : "When groups should not imitate their most successful members", "Year" : 2013}, {"Similarity" : "0.966", "Title" : "Implications of Stimulus Sampling on the Attraction Effect", "Year" : 2014}, {"Similarity" : "0.965", "Title" : "Attractivity Weighting Take-the-Bests Foolproof Sibling", "Year" : 2016}, {"Similarity" : "0.965", "Title" : "Individual Differences in Gaze Dynamics in Risky Decision-making", "Year" : 2017}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"onfire.js": {"type": "string"}, "onfire.min.js": {"type": "string"}}, "required": ["onfire.js", "onfire.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"onfire.js" : "sha512-qf1CczkJS605mJFOYlJlkUYy1TePLXG5tKFUyeK8Q6K1Ua2RfwaQEHwAuxbvd9z1Qfp6p8MLT4iEWZHhskwTVQ==", "onfire.min.js" : "sha512-rWU4sL60FgBwn77pc7HSQ6rBdPmcBJXK8o8PAc7Jg7KIf5SMxiuTW2QNrZXPVleauKfMaUvtZfsHn/dxndiOEg=="}
json_instruct
{"type": "object", "properties": {"onfire.js": {"type": "string"}, "onfire.min.js": {"type": "string"}}, "required": ["onfire.js", "onfire.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"oracleAddress": {"type": "string"}, "jobId": {"type": "string"}, "payment": {"type": "string"}}, "required": ["oracleAddress", "jobId", "payment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"oracleAddress" : "0x88d18c7436e21ffe862a73283e21e88676de197b", "jobId" : "4c044f15f0af4322925c3800aa401ff8", "payment" : "1000000000000000"}
json_instruct
{"type": "object", "properties": {"oracleAddress": {"type": "string"}, "jobId": {"type": "string"}, "payment": {"type": "string"}}, "required": ["oracleAddress", "jobId", "payment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "230403001", "text" : "\u80b2\u624d\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "230403002", "text" : "\u7ea2\u65d7\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "230403003", "text" : "\u65b0\u5357\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "230403004", "text" : "\u6e56\u6ee8\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "230403005", "text" : "\u89e3\u653e\u8857\u9053\u529e\u4e8b\u5904"}, {"id" : "230403006", "text" : "\u56e2\u7ed3\u8857\u9053\u529e\u4e8b\u5904"}]
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compatibility.js" : "sha512-KA2siv/KRPCO21pxCmC22p8oHQ6MFKXyqdGvJ0spg7+qNaJxTmPMu+8jqZ3Yib9WxcL7QAd/vRdUeSfTZNav7g==", "compatibility.min.js" : "sha512-TvUqvFWbPAlm8/cSzx24jrlogxQrw7XjVG56QpzRGW1mUkgUE0gxUaP8q/EwYatDa3kn9Vgvf808LP5nO2rQFw==", "pdf.combined.js" : "sha512-K2WyF7pgjLvyljumrGhbuhSmscbDZI8LcfujB2CV/bQoSCWzs7g3P9G23/fW5nRsHEtmV0qPGXp5L2G5JYQFsA==", "pdf.combined.min.js" : "sha512-p7yITM6XhBJbif0y4WaYzhiCm6s5I3v1pZiK/LV49sUy2T52IhRzk6ooPUqhu1wsiVvq87FTLuA/w20kOCVXRA==", "pdf.js" : "sha512-aaAY6knRV0z+Ck+hwUuBWRIJnrUngTLYtEvjbaebVv+Rbu2Es0GK+85QONrguTrkEyEh7GcF/fzLwET2HcXipg==", "pdf.min.js" : "sha512-AhJBufpbafYPV5Vkhs/mNYg6XT8A2A36CQR2iLzFBS5Blvbk5EMICKkaTVR/5qhpv7Ym5tsutHuJT5F9swA3yA==", "pdf.worker.js" : "sha512-kas9qVejb3mOC1T7r3eKAAnPa49O60Wy1pFSPoYlNUXs/ErBVPEkRJ/KdK5WYzlxgHPuIfOzB2a77J5WY1X0+A==", "pdf.worker.min.js" : "sha512-aicRzUir+cJwwr+cCZ+ttbJ6fvi+SptXduMk1psRI5khID0U2FNPVEOSsbtW8sCPQGiw1mnKyXuXfitGDDVmRg==", "pdf_viewer.css" : "sha512-+g39B7814xVcuSmTXzJacA71StTYO/4Z8rgk4mMxTUNdfci2J45DpHzcZfdv09Qv2rz4oDaNMhQRHViFhBwreg==", "pdf_viewer.js" : "sha512-iJae2hjZDr3WRwPfb6Saxh4ysuFSeBNEXqMrO/TS7ihYQ0/zD2K5s5J75DMsLLLoRbPGUsm7emMyzSDDUdbd4Q==", "pdf_viewer.min.css" : "sha512-S+pzo/VIxejhVMXq747M96gYNn8RYHH9kZ85w0lSPbj7Ii8k0ocJXQ6ntc3oJxF09UvZ1yV/LS1peiGGuNolqw==", "pdf_viewer.min.js" : "sha512-NdUeKsAhYqe1Td9YNCoLoMJzz5Q7M4EkGNakN/lGHEaHETxXv6ACXywU3pDpFI98JRJwohCekirwqghJItnjsg=="}
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"app": {"type": "object", "properties": {"production": {"type": "boolean"}, "session_secret": {"type": "string"}}, "required": ["production", "session_secret"]}, "web_server": {"type": "object", "properties": {"port": {"type": "integer"}, "address": {"type": "string"}, "https": {"type": "object", "properties": {"private_key": {"type": "string"}, "certificate": {"type": "string"}, "port": {"type": "integer"}}, "required": ["private_key", "certificate", "port"]}}, "required": ["port", "address", "https"]}, "asana": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["client_id", "client_secret", "endpoint"]}, "alexa": {"type": "object", "properties": {"application_id": {"type": "string"}, "redirect_uri": {"type": "string"}, "oauth_token": {"type": "string"}}, "required": ["application_id", "redirect_uri", "oauth_token"]}}, "required": ["app", "web_server", "asana", "alexa"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app" : {"production" : false, "session_secret" : ""}, "web_server" : {"port" : 8080, "address" : "0.0.0.0", "https" : {"private_key" : "", "certificate" : "", "port" : 443}}, "asana" : {"client_id" : "", "client_secret" : "", "endpoint" : ""}, "alexa" : {"application_id" : "", "redirect_uri" : "", "oauth_token" : ""}}
json_instruct
{"type": "object", "properties": {"app": {"type": "object", "properties": {"production": {"type": "boolean"}, "session_secret": {"type": "string"}}, "required": ["production", "session_secret"]}, "web_server": {"type": "object", "properties": {"port": {"type": "integer"}, "address": {"type": "string"}, "https": {"type": "object", "properties": {"private_key": {"type": "string"}, "certificate": {"type": "string"}, "port": {"type": "integer"}}, "required": ["private_key", "certificate", "port"]}}, "required": ["port", "address", "https"]}, "asana": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["client_id", "client_secret", "endpoint"]}, "alexa": {"type": "object", "properties": {"application_id": {"type": "string"}, "redirect_uri": {"type": "string"}, "oauth_token": {"type": "string"}}, "required": ["application_id", "redirect_uri", "oauth_token"]}}, "required": ["app", "web_server", "asana", "alexa"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "sourceMaps": {"type": "object", "properties": {"js": {"type": "object", "properties": {"mappings": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "original": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "generated": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["source", "original", "generated"]}}, "sources": {"type": "object", "properties": {"../node_modules/o3/lib/abstractMethod.js": {"type": "string"}}, "required": ["../node_modules/o3/lib/abstractMethod.js"]}, "lineCount": {"type": "null"}}, "required": ["mappings", "sources", "lineCount"]}}, "required": ["js"]}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "xcMm", "dependencies" : [{"name" : "/home/binh/projects/nearvember/guest-book/package.json", "includedInParent" : true, "mtime" : 1637561393496}, {"name" : "/home/binh/projects/nearvember/guest-book/node_modules/o3/package.json", "includedInParent" : true, "mtime" : 1637427266414}], "generated" : {"js" : "module.exports=function(){throw new Error(\"Not implemented.\")};"}, "sourceMaps" : {"js" : {"mappings" : [{"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 1, "column" : 0}, "generated" : {"line" : 1, "column" : 0}}, {"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 1, "column" : 0}, "generated" : {"line" : 1, "column" : 7}}, {"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 1, "column" : 0}, "generated" : {"line" : 1, "column" : 15}}, {"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 2, "column" : 0}, "generated" : {"line" : 1, "column" : 26}}, {"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 2, "column" : 0}, "generated" : {"line" : 1, "column" : 32}}, {"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 2, "column" : 0}, "generated" : {"line" : 1, "column" : 36}}, {"source" : "../node_modules/o3/lib/abstractMethod.js", "original" : {"line" : 2, "column" : 0}, "generated" : {"line" : 1, "column" : 42}}], "sources" : {"../node_modules/o3/lib/abstractMethod.js" : "module.exports = function () {\r\n throw new Error(\"Not implemented.\");\r\n};"}, "lineCount" : null}}, "error" : null, "hash" : "1f895502a5c99c304d4b43bbf8f1be4f", "cacheData" : {"env" : {}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "sourceMaps": {"type": "object", "properties": {"js": {"type": "object", "properties": {"mappings": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "original": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "generated": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["source", "original", "generated"]}}, "sources": {"type": "object", "properties": {"../node_modules/o3/lib/abstractMethod.js": {"type": "string"}}, "required": ["../node_modules/o3/lib/abstractMethod.js"]}, "lineCount": {"type": "null"}}, "required": ["mappings", "sources", "lineCount"]}}, "required": ["js"]}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"AdvertExplorer.Server.Domain": {"type": "string"}, "Autofac": {"type": "string"}, "AutoMapper": {"type": "string"}, "AutoMapper.Extensions.Microsoft.DependencyInjection": {"type": "string"}, "NETStandard.Library": {"type": "string"}, "Newtonsoft.Json": {"type": "string"}}, "required": ["AdvertExplorer.Server.Domain", "Autofac", "AutoMapper", "AutoMapper.Extensions.Microsoft.DependencyInjection", "NETStandard.Library", "Newtonsoft.Json"]}, "frameworks": {"type": "object", "properties": {"netcoreapp1.0": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"Microsoft.NETCore.App": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"]}}, "required": ["Microsoft.NETCore.App"]}}, "required": ["dependencies"]}}, "required": ["netcoreapp1.0"]}}, "required": ["version", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0.0-*", "dependencies" : {"AdvertExplorer.Server.Domain" : "1.0.0-*", "Autofac" : "4.2.1", "AutoMapper" : "5.2.0", "AutoMapper.Extensions.Microsoft.DependencyInjection" : "1.1.2", "NETStandard.Library" : "1.6.0", "Newtonsoft.Json" : "9.0.1"}, "frameworks" : {"netcoreapp1.0" : {"dependencies" : {"Microsoft.NETCore.App" : {"type" : "platform", "version" : "1.1.0"}}}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"AdvertExplorer.Server.Domain": {"type": "string"}, "Autofac": {"type": "string"}, "AutoMapper": {"type": "string"}, "AutoMapper.Extensions.Microsoft.DependencyInjection": {"type": "string"}, "NETStandard.Library": {"type": "string"}, "Newtonsoft.Json": {"type": "string"}}, "required": ["AdvertExplorer.Server.Domain", "Autofac", "AutoMapper", "AutoMapper.Extensions.Microsoft.DependencyInjection", "NETStandard.Library", "Newtonsoft.Json"]}, "frameworks": {"type": "object", "properties": {"netcoreapp1.0": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"Microsoft.NETCore.App": {"type": "object", "properties": {"type": {"type": "string"}, "version": {"type": "string"}}, "required": ["type", "version"]}}, "required": ["Microsoft.NETCore.App"]}}, "required": ["dependencies"]}}, "required": ["netcoreapp1.0"]}}, "required": ["version", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "http://www.spanishdict.com/conjugate/meter", "word" : "meter", "infinitivo" : "meter", "translation" : "to put", "gerundio" : ["metiendo"], "participio" : ["metido"], "tenses" : {"3" : [["meto"], ["metes"], ["mete"], ["metemos"], ["met\u00e9is"], ["meten"]], "4" : [["met\u00ed"], ["metiste"], ["meti\u00f3"], ["metimos"], ["metisteis"], ["metieron"]], "5" : [["met\u00eda"], ["met\u00edas"], ["met\u00eda"], ["met\u00edamos"], ["met\u00edais"], ["met\u00edan"]], "6" : [["meter\u00eda"], ["meter\u00edas"], ["meter\u00eda"], ["meter\u00edamos"], ["meter\u00edais"], ["meter\u00edan"]], "7" : [["meter\u00e9"], ["meter\u00e1s"], ["meter\u00e1"], ["meteremos"], ["meter\u00e9is"], ["meter\u00e1n"]], "8" : [["meta"], ["metas"], ["meta"], ["metamos"], ["met\u00e1is"], ["metan"]], "9" : [["metiera"], ["metieras"], ["metiera"], ["meti\u00e9ramos"], ["metierais"], ["metieran"]], "10" : [["metiese"], ["metieses"], ["metiese"], ["meti\u00e9semos"], ["metieseis"], ["metiesen"]], "11" : [["metiere"], ["metieres"], ["metiere"], ["meti\u00e9remos"], ["metiereis"], ["metieren"]], "12" : {"1" : ["mete"], "2" : ["meta"], "3" : ["metamos"], "4" : ["meted"], "5" : ["metan"]}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"quill.base.css": {"type": "string"}, "quill.base.min.css": {"type": "string"}, "quill.js": {"type": "string"}, "quill.min.js": {"type": "string"}, "quill.snow.css": {"type": "string"}, "quill.snow.min.css": {"type": "string"}}, "required": ["quill.base.css", "quill.base.min.css", "quill.js", "quill.min.js", "quill.snow.css", "quill.snow.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"quill.base.css" : "sha256-kcYCkJmraJo3oag6CU3uw84KOOB9c4WFCecO6om91SU=", "quill.base.min.css" : "sha256-Zy8x3r9zjGa6pUdsrU8jqyMIufyAhaOeyedOMgtkUHQ=", "quill.js" : "sha256-JAhY7UGNMghV8/+OKQ4oulxn58nojTRcj6gK3yd8H5A=", "quill.min.js" : "sha256-qiNJOl0WW9LhV8yX8EW82VEwY2ffeOK0J7xaq3qm0rE=", "quill.snow.css" : "sha256-eqyLVY/MAZhAnOh1bLCHDxsQPM0oP7VDYB1s1TyJ0QA=", "quill.snow.min.css" : "sha256-NJIHrS7/WEla/f/jZUhPtC9vbeU9qOKESXSKRZjk6UU="}
json_instruct
{"type": "object", "properties": {"quill.base.css": {"type": "string"}, "quill.base.min.css": {"type": "string"}, "quill.js": {"type": "string"}, "quill.min.js": {"type": "string"}, "quill.snow.css": {"type": "string"}, "quill.snow.min.css": {"type": "string"}}, "required": ["quill.base.css", "quill.base.min.css", "quill.js", "quill.min.js", "quill.snow.css", "quill.snow.min.css"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "bugs", "homepage", "main", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cordova-plugin-status-bar-hidden", "version" : "0.1.1", "description" : "Hide the status bar on iOS", "keywords" : ["ecosystem:cordova", "cordova-ios", "UIStatusBarHidden", "UIViewControllerBasedStatusBarAppearance", "status", "bar"], "author" : "Adriano Di Giovanni <me@adrianodigiovanni.com> (http://adrianodigiovanni.com/)", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/adriano-di-giovanni/cordova-plugin-status-bar-hidden.git"}, "bugs" : {"url" : "https://github.com/adriano-di-giovanni/cordova-plugin-status-bar-hidden/issues"}, "homepage" : "https://github.com/adriano-di-giovanni/cordova-plugin-status-bar-hidden#readme", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "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"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "bugs", "homepage", "main", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"scuttlebutt": {"type": "string"}}, "required": ["scuttlebutt"]}}, "required": ["name", "private", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "stream-handbook-scuttlebutt-example", "private" : true, "version" : "0.0.0", "dependencies" : {"scuttlebutt" : "~3.2.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"scuttlebutt": {"type": "string"}}, "required": ["scuttlebutt"]}}, "required": ["name", "private", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/front.js": {"type": "string"}, "/css/front.css": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/js/front.js", "/css/front.css", "/css/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/app.js" : "/js/app.js?id=0dc83a90d00cc8348e79", "/js/front.js" : "/js/front.js?id=5d06a76f58f1a328f7d4", "/css/front.css" : "/css/front.css?id=01624b3c154922700a3c", "/css/app.css" : "/css/app.css?id=f2217793268394d0d36b"}
json_instruct
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/front.js": {"type": "string"}, "/css/front.css": {"type": "string"}, "/css/app.css": {"type": "string"}}, "required": ["/js/app.js", "/js/front.js", "/css/front.css", "/css/app.css"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "kill": {"type": "string"}}, "required": ["start", "kill"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pm2": {"type": "string"}}, "required": ["pm2"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pm2-demo", "version" : "1.0.0", "description" : "", "main" : "callee.js", "type" : "module", "scripts" : {"start" : "pm2 restart pm2.config.cjs --no-daemon --watch", "kill" : "pm2 delete invoker && pm2 delete callee"}, "author" : "", "license" : "ISC", "dependencies" : {"pm2" : "^5.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "kill": {"type": "string"}}, "required": ["start", "kill"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pm2": {"type": "string"}}, "required": ["pm2"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "display": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["description", "display", "lang", "name", "short_name", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Example app for react-native-emoji-hook", "display" : "standalone", "lang" : "en", "name" : "react-native-emoji-hook-example", "short_name" : "react-native-emoji-hook-example", "start_url" : "/?utm_source=web_app_manifest"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "display": {"type": "string"}, "lang": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["description", "display", "lang", "name", "short_name", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "3514220008", "district_id" : "3514220", "name" : "KAMBINGAN REJO"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"X": {"type": "array", "items": {"type": "integer"}}, "O": {"type": "array", "items": {"type": "integer"}}}, "required": ["X", "O"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"X" : [2, 8, 4, 7, 3, 1, 6, 5, 0, 10, 9], "O" : [6, 3, 1, 2, 0, 5, 4, 10, 9, 8, 7]}
json_instruct
{"type": "object", "properties": {"X": {"type": "array", "items": {"type": "integer"}}, "O": {"type": "array", "items": {"type": "integer"}}}, "required": ["X", "O"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"com.iskitz.ajile.js": {"type": "string"}, "com.iskitz.ajile.src.js": {"type": "string"}, "index.js": {"type": "string"}}, "required": ["com.iskitz.ajile.js", "com.iskitz.ajile.src.js", "index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"com.iskitz.ajile.js" : "sha512-Wc1DrpIJX/HqFAg3paacBzLzZ+wu8Bc8BN07W5uYN7P1jWOm/G1todu8MVP+H88bTCSJ0Mh0I9LbO4lfbDbtow==", "com.iskitz.ajile.src.js" : "sha512-cluqR8peWjYlRslr48w2+vknODYbbWh26JottCmUhhfYlLKFs6t1zzbHueFwEDoQCMbaNNTYKCKccrKEalNVpQ==", "index.js" : "sha512-KWqvEgUFyQd27sN2tDrdq3MTYiiQQj+KdP1MmQn3a2qHPBM5TEkSzDE9eyWTWnYmDlqeyHDDCBQUdY34ItOEyA=="}
json_instruct
{"type": "object", "properties": {"com.iskitz.ajile.js": {"type": "string"}, "com.iskitz.ajile.src.js": {"type": "string"}, "index.js": {"type": "string"}}, "required": ["com.iskitz.ajile.js", "com.iskitz.ajile.src.js", "index.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "age": {"type": "integer"}, "born": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "age", "born", "title", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "c", "name" : "aster", "age" : 21, "born" : "1954-02-02", "title" : "blogger", "tags" : ["red", "blue", "green"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "age": {"type": "integer"}, "born": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "age", "born", "title", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"946757622538": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946757623123": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946757622538", "946757623123"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"946757622538" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9XT1JMRF9FYXJ0aC1FUV9XT1JMRF9FQVJUSC5odG1sLWFuYWx5dGljcy05NDY3NTc2MjI0OTU=.json"}, "946757623123" : {"type" : "bc"}}
json_instruct
{"type": "object", "properties": {"946757622538": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946757623123": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946757622538", "946757623123"], "$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#"}
[["230811200001", "\u6e05\u6e90\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230811200002", "\u65b0\u5e9c\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230811200003", "\u4f73\u4e39\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230811200004", "\u51ac\u6885\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["230811200005", "\u65b0\u57ce\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["230811200200", "\u5149\u660e\u6751\u59d4\u4f1a", "112", "0"], ["230811200201", "\u4f73\u897f\u6751\u59d4\u4f1a", "112", "0"], ["230811200203", "\u524d\u8fdb\u6751\u59d4\u4f1a", "220", "0"], ["230811200204", "\u56db\u5408\u6751\u59d4\u4f1a", "220", "0"], ["230811200206", "\u4e07\u5174\u6751\u59d4\u4f1a", "220", "0"], ["230811200207", "\u4e94\u4e00\u6751\u59d4\u4f1a", "111", "0"], ["230811200209", "\u5174\u5bb6\u6751\u59d4\u4f1a", "112", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "null"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice": {"type": "integer"}, "SpriteId": {"type": "integer"}, "ItemId": {"type": "integer"}, "Param1": {"type": "integer"}, "Param2": {"type": "integer"}, "Param3": {"type": "integer"}}, "required": ["Id", "Name", "Rarity", "RarityParameter", "ItemCategory", "ShortDescription", "LongDescription", "BuyPrice", "SellPrice", "SpriteId", "ItemId", "Param1", "Param2", "Param3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "key", "Name" : "Key", "Rarity" : 0, "RarityParameter" : null, "ItemCategory" : 8, "ShortDescription" : "Opens a dungeon door.", "LongDescription" : "A key that unlocks a door inside a dungeon. Before you use a Key, be sure to stand before a door and face it directly.", "BuyPrice" : 8000, "SellPrice" : 1, "SpriteId" : 16, "ItemId" : 182, "Param1" : 0, "Param2" : 0, "Param3" : 0}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "null"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice": {"type": "integer"}, "SpriteId": {"type": "integer"}, "ItemId": {"type": "integer"}, "Param1": {"type": "integer"}, "Param2": {"type": "integer"}, "Param3": {"type": "integer"}}, "required": ["Id", "Name", "Rarity", "RarityParameter", "ItemCategory", "ShortDescription", "LongDescription", "BuyPrice", "SellPrice", "SpriteId", "ItemId", "Param1", "Param2", "Param3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"sudo-1.9.5p1.tar.gz": {"type": "string"}}, "required": ["sudo-1.9.5p1.tar.gz"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Signatures" : {"sudo-1.9.5p1.tar.gz" : "4dddf37c22653defada299e5681e0daef54bb6f5fc950f63997bb8eb966b7882"}}
json_instruct
{"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"sudo-1.9.5p1.tar.gz": {"type": "string"}}, "required": ["sudo-1.9.5p1.tar.gz"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["autoc", "create.js", "dropl", "emvece", "ferm"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@shoutem/ui": {"type": "string"}, "@shoutem/redux-io": {"type": "string"}, "@shoutem/theme": {"type": "string"}}, "required": ["@shoutem/ui", "@shoutem/redux-io", "@shoutem/theme"]}}, "required": ["name", "version", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shoutem.video", "version" : "2.1.0", "description" : "Videos extension enables browsing through the collection of videos uploaded to the Shoutem CMS.", "dependencies" : {"@shoutem/ui" : "~1.0.0", "@shoutem/redux-io" : "3.0.1-beta.3", "@shoutem/theme" : "~0.11.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@shoutem/ui": {"type": "string"}, "@shoutem/redux-io": {"type": "string"}, "@shoutem/theme": {"type": "string"}}, "required": ["@shoutem/ui", "@shoutem/redux-io", "@shoutem/theme"]}}, "required": ["name", "version", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-L\u00e9ger-de-Montbrun", "dpt" : "Deux-S\u00e8vres", "inscrits" : 991, "abs" : 168, "votants" : 823, "blancs" : 74, "nuls" : 31, "exp" : 718, "res" : [{"panneau" : "1", "voix" : 421}, {"panneau" : "2", "voix" : 297}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x70205014e5d3b7b7115459e7f0034df9051c6ff1", "tool" : "osiris", "start" : 1564611913.594667, "end" : 1564611916.2547166, "duration" : 2.6600496768951416, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_iters", "primal_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inst_name" : "/home/decrypt/dogs/dogs-pfsp/insts/Large/VFR500_20_2_Gap.txt", "time_searched" : 225.0, "average_primal" : "26689.300000", "average_nb_iters" : "26599.100000", "primal_list" : [26671, 26684, 26698, 26671, 26671, 26684, 26736, 26701, 26694, 26683]}
json_instruct
{"type": "object", "properties": {"inst_name": {"type": "string"}, "time_searched": {"type": "number"}, "average_primal": {"type": "string"}, "average_nb_iters": {"type": "string"}, "primal_list": {"type": "array", "items": {"type": "integer"}}}, "required": ["inst_name", "time_searched", "average_primal", "average_nb_iters", "primal_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@surface/core": {"type": "string"}, "@surface/expression": {"type": "string"}, "@surface/observer": {"type": "string"}, "@surface/reflection": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@surface/core", "@surface/expression", "@surface/observer", "@surface/reflection", "tslib"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@surface/test-suite": {"type": "string"}, "@types/chai": {"type": "string"}, "@types/chai-as-promised": {"type": "string"}, "@types/jsdom": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "jsdom": {"type": "string"}}, "required": ["@surface/test-suite", "@types/chai", "@types/chai-as-promised", "@types/jsdom", "chai", "chai-as-promised", "jsdom"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "sideEffects": {"type": "boolean"}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["author", "bugs", "dependencies", "description", "devDependencies", "homepage", "keywords", "license", "main", "name", "repository", "sideEffects", "type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "HitalloExiled", "bugs" : {"url" : "https://github.com/SurfaceJS/surface/issues"}, "dependencies" : {"@surface/core" : "file:../core", "@surface/expression" : "file:../expression", "@surface/observer" : "file:../observer", "@surface/reflection" : "file:../reflection", "tslib" : "^2.3.0"}, "description" : "Provides support of directives and data binding on custom elements.", "devDependencies" : {"@surface/test-suite" : "file:../test-suite", "@types/chai" : "^4.2.21", "@types/chai-as-promised" : "^7.1.4", "@types/jsdom" : "^16.2.13", "chai" : "^4.3.4", "chai-as-promised" : "^7.1.1", "jsdom" : "^16.6.0"}, "homepage" : "https://github.com/SurfaceJS/surface#readme", "keywords" : ["surface", "typescript", "webcomponents"], "license" : "MIT", "main" : "index.js", "name" : "@surface/custom-element", "repository" : {"type" : "git", "url" : "git+https://github.com/SurfaceJS/surface.git"}, "sideEffects" : false, "type" : "module", "version" : "1.0.0-alpha.1"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@surface/core": {"type": "string"}, "@surface/expression": {"type": "string"}, "@surface/observer": {"type": "string"}, "@surface/reflection": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@surface/core", "@surface/expression", "@surface/observer", "@surface/reflection", "tslib"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@surface/test-suite": {"type": "string"}, "@types/chai": {"type": "string"}, "@types/chai-as-promised": {"type": "string"}, "@types/jsdom": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "jsdom": {"type": "string"}}, "required": ["@surface/test-suite", "@types/chai", "@types/chai-as-promised", "@types/jsdom", "chai", "chai-as-promised", "jsdom"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "sideEffects": {"type": "boolean"}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["author", "bugs", "dependencies", "description", "devDependencies", "homepage", "keywords", "license", "main", "name", "repository", "sideEffects", "type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_3omfg", "name" : "dysonlogos"}, "date" : {"day" : 1563148800, "full" : 1563218704, "month" : 1561939200, "week" : 1563062400}, "id" : "t3_cdm4hx", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 87746, "fullUrl" : "https://preview.redd.it/xhjvyjj7qia31.jpg?auto=webp&s=a4818b26aab22f63e89b211a8b92867dbfb4d9fd", "hash" : "71b336058d", "height" : 485, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAwQH/8QAIxAAAQMCBgMBAAAAAAAAAAAAAgEDBBESAAUTITFBFSJxUf/EABQBAQAAAAAAAAAAAAAAAAAAAAD/xAAUEQEAAAAAAAAAAAAAAAAAAAAA/9oADAMBAAIRAxEAPwDfZEFo4aypjkgTcetN0jttG5U4+fuBcYfy3NGhjPPlGQUMSMqoqbVp12mEzGKPkn4uo7oUV6y/a5fZdvuJYk+RNzBiNJNDarpcUWi88d7JgP/Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/dHRBofNxZpnbAnjSSStDtB55tPAfSiPMzMDX5aOct1w.jpg", "url" : "https://preview.redd.it/xhjvyjj7qia31.jpg?width=640&crop=smart&auto=webp&s=2ef4c7dd92e5e3ae467d63ab029bda4064cd7087", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "isCurated" : false, "ratio" : 0.97, "ups" : 27, "value" : 27}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Dungeon"], "title" : "Geomorphic Halls - Level 4", "url" : "https://www.reddit.com/r/dndmaps/comments/cdm4hx/geomorphic_halls_level_4/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Liturgist", "definitions" : ["A student or compiler of liturgies."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "destiny": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "destiny", "icons", "gametext", "lore"]}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 5527, "gempId" : "211_51", "side" : "Light", "rarity" : "U", "set" : "211", "printings" : [{"set" : "211"}], "front" : {"title" : "\u2022Force Projection", "imageUrl" : "https://res.starwarsccg.org/cards/Virtual11-Light/large/forceprojection.gif", "type" : "Interrupt", "subType" : "Used Or Lost", "destiny" : "5", "icons" : ["Episode VII"], "gametext" : "USED: If [Episode VII] Luke at a site, target all your characters at one other site. They are defense value = 5 this turn. LOST: Once per game, if opponent just drew battle destiny and Luke is out of play, draw destiny and subtract that amount from opponent's total battle destiny.", "lore" : "Blank."}, "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "destiny": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "destiny", "icons", "gametext", "lore"]}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}