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", "...
{"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], [164874...
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...
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/sch...
{"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_defin...
{"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": ["ser...
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": ["descript...
{"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.pythonhoste...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
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...
{"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"...
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"}},...
{"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_p...
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": ...
{"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" : "Cla...
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":...
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:i...
{"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" : {"coordina...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"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...
{"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", ...
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"...
{"@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" : "...
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"]}}, "requir...
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.6...
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...
{"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": [...
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/sche...
{"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-...
{"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", ...
{"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/...
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\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\u...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
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": {"t...
{"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"]}}, "s...
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": "stri...
{"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", ...
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"...
{"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...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
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", "ite...
{"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", "ana...
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": {"typ...
{"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 cu...
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", "p...
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"}}}, "...
[{"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" : ["/sh...
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.i...
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": "strin...
{"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:...
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"...
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": ...
{"[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...
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": "...
{"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 \u...
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": {...
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_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...
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":...
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": "obj...
{"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}], ...
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_us...
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....
{"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 --...
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": "...
{"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": {}...
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", "2d6...
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",...
{"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" : fal...
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":...
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\u4...
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": "bo...
{"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" :...
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"}, "prett...
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": "strin...
{"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" : [], "...
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"}}, ...
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", "na...
[{"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" : ...
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":...
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...
{"hash" : "0x744025affceae6212bc256d1d2e769b51047d3294f3f843360085b94f7edbd6b", "parentHash" : "0xfc40d58ffc2a6617a8b18e0c080d83b5fdafab38bb37f15e63f54e7bbdceff91", "number" : 50454, "timestamp" : 1438989514, "nonce" : "0xa81b11d3d13f4c8c", "difficulty" : 1508950003980, "gasLimit" : {"_hex" : "0x63e36"}, "gasUsed" : {"...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 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"}, {"p...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 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"...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
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": "int...
{"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"...
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...
{"address" : "1RedkCkVaXuVXrqCMpoXQS29bwaqsuFdL", "cert_auth_type" : "web", "cert_sign" : "HB9t6bhZobA9GhChm+bg57fMNAIYYy1lrJjpfZcqgJvt70jjuqL7L17MHlItsf3gR1EzqQ7GDr2VGyxbav2Goz4=", "cert_user_id" : "lufei@zeroid.bit", "files" : {"data.json" : {"sha512" : "ccc9a14ad55e4c2584e1920ecade304daa60f19a8d27287deef2dc9e64c85a5...
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"}}...
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", "propertie...
[{"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...
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": ...
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"...
{"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, 3...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
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...
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": "i...
{"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]...
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": ["...
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": "o...
{"hash" : "0x7c13fb9ee7f82ee7372edfba1cd291322f9580c3d190f7ab817455e4fd31aaac", "parentHash" : "0x1fc8fe73c8b50aed4da3e86b2b4b8bb8f55b9d7a246e435bf5264e2c0c547d6e", "number" : 83378, "timestamp" : 1439534449, "nonce" : "0xc2a832366edd40b8", "difficulty" : 2427790114276, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"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~mai...
{"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"...
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"},...
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"]}, "$...
[{"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": {"...
{"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=\...
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", "...
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"...
{"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...
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"},...
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": "stri...
{"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.c...
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/...
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": {"pro...
{"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 come...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
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": "...
{"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"}, "...
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": "s...
{"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-m...
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": ...
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"...
{"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 s...
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"}, ...
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/schem...
{"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": {"t...
{"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_acqu...
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"},...
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": "st...
{"AS_Form_d3b5a4758fe7432481245fe05b75fe9d" : {"id" : "AS_Form_d3b5a4758fe7432481245fe05b75fe9d", "type" : "ACTION_SEQUENCE", "params" : [{"datatype" : "collection", "name" : "eventobject"}], "contextObj" : {"name" : "frmHome", "type" : "forms", "platform" : "", "KUID" : "cae7b8fbcfa54c92937e392d2a3830c8"}, "language" ...
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...
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"}, "quali...
{"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,...
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...
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": {"t...
{"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" ...
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"...
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": ["p...
{"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", "soc...
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"...
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/sche...
[{"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 membe...
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" : "23...
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": "stri...
{"compatibility.js" : "sha512-KA2siv/KRPCO21pxCmC22p8oHQ6MFKXyqdGvJ0spg7+qNaJxTmPMu+8jqZ3Yib9WxcL7QAd/vRdUeSfTZNav7g==", "compatibility.min.js" : "sha512-TvUqvFWbPAlm8/cSzx24jrlogxQrw7XjVG56QpzRGW1mUkgUE0gxUaP8q/EwYatDa3kn9Vgvf808LP5nO2rQFw==", "pdf.combined.js" : "sha512-K2WyF7pgjLvyljumrGhbuhSmscbDZI8LcfujB2CV/bQoSCW...
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"...
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...
{"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"...
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": [...
{"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" : "modu...
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"...
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.Extens...
{"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" : {"Microso...
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....
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", "item...
{"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"...
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", "propert...
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"}}...
{"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-...
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", "qui...
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"},...
{"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://adriano...
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": "strin...
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"]}}, "requir...
{"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:/...
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...
{"/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": "...
{"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"]}, "...
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",...
{"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": "h...
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...
{"com.iskitz.ajile.js" : "sha512-Wc1DrpIJX/HqFAg3paacBzLzZ+wu8Bc8BN07W5uYN7P1jWOm/G1todu8MVP+H88bTCSJ0Mh0I9LbO4lfbDbtow==", "com.iskitz.ajile.src.js" : "sha512-cluqR8peWjYlRslr48w2+vknODYbbWh26JottCmUhhfYlLKFs6t1zzbHueFwEDoQCMbaNNTYKCKccrKEalNVpQ==", "index.js" : "sha512-KWqvEgUFyQd27sN2tDrdq3MTYiiQQj+KdP1MmQn3a2qHPBM5...
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": ["i...
{"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...
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", "su...
{"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": {"t...
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"...
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": ...
{"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, "Spri...
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": {"...
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": "stri...
{"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",...
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": ...
{"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"...
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": ["contrac...
{"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://...
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"}}}, "...
{"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_...
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"}, "@surfa...
{"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" : "P...
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": "str...
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": {"t...
{"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=a4818b26aab22f63...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create 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/dr...
{"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", "...
[{"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" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s...