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": {"nickname": {"type": "string"}, "userName": {"type": "string"}, "realName": {"type": "string"}, "password": {"type": "null"}, "server": {"type": "string"}, "port": {"type": "integer"}, "localAddress": {"type": "null"...
{"nickname" : "nodebot", "userName" : "nodebot", "realName" : "nodeJS IRC client", "password" : null, "server" : "chat.freenode.net", "port" : 6667, "localAddress" : null, "debug" : false, "showErrors" : false, "channels" : [], "autoConnect" : true, "autoRejoin" : false, "autoRenick" : false, "renickCount" : null, "ren...
json_instruct
{"type": "object", "properties": {"nickname": {"type": "string"}, "userName": {"type": "string"}, "realName": {"type": "string"}, "password": {"type": "null"}, "server": {"type": "string"}, "port": {"type": "integer"}, "localAddress": {"type": "null"}, "debug": {"type": "boolean"}, "showErrors": {"type": "boolean"}, "c...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1938, 6], [1939, 5], [1940, 8], [1941, 11], [1942, 14], [1943, 11], [1944, 15], [1945, 11], [1946, 12], [1947, 14], [1948, 18], [1949, 18], [1950, 11], [1951, 13], [1952, 5], [1953, 8], [1954, 6], [1955, 12], [1956, 10], [1957, 10], [1958, 6], [1959, 8], [1960, 7], [1961, 14], [1962, 5], [1963, 7], [1964, 10], [1965,...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "quests": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "x": {"type": "integer"}, "y": {"type":...
{"name" : "Class selector", "quests" : [{"uuid" : "186023b8-ae8f-4984-b399-0703e0dfd756", "name" : "Loadout", "description" : "Your loadout. You can only choose this once so pick the right one for you.", "x" : 25, "y" : 15, "icon" : {"id" : "minecraft:dirt"}, "tasks" : [{"type" : "DETECT", "items" : [{"item" : {"id" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "quests": {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "icon": {"type": "object", "properties": {"i...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "n...
{"id" : "94330318", "name" : "Conway Drive", "nodes" : [{"type" : "node", "id" : 1096014099, "lat" : 52.398847, "lon" : -0.5229008}, {"type" : "node", "id" : 1096014328, "lat" : 52.3984499, "lon" : -0.5228623}, {"type" : "node", "id" : 1096014367, "lat" : 52.3985344, "lon" : -0.5229325}, {"type" : "node", "id" : 109601...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003072": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "st...
{"type" : "Topology", "objects" : {"E01003072" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00015487", "LAD11CD" : "E09000022"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003072": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"translation": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["translation", "first", "last"...
{"examples" : [{"translation" : "\u8fd9\u6b21\u8003\u8bd5\u4e4b\u96be\u51fa\u4e4e\u6211\u7684\u610f\u6599\u4e4b\u5916\u3002", "first" : "The exam was more difficult than I had ", "last" : " for."}, {"translation" : "\u9886\u5bfc\u4eba\u62ff\u4eba\u6c11\u7684\u81ea\u7531\u6765\u505a\u4ea4\u6613\u3002", "first" : "The le...
json_instruct
{"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"translation": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["translation", "first", "last"]}}, "pronunciation": {"type": "object", "properties": {"uk": {"type": "objec...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1991, 5], [1994, 5], [1995, 5], [1996, 8], [1997, 8], [1998, 8], [1999, 40], [2000, 18], [2001, 7], [2002, 17], [2003, 31], [2004, 15], [2005, 16], [2006, 17], [2007, 9], [2008, 11], [2010, 6], [2012, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"videomail-client.js" : "sha256-Rf00VrA5Ccw9PMS1hCZE7KUIpHok94EI/EPq6/W3mBs=", "videomail-client.min.js" : "sha256-BwPWp2+4qm9jqyOliZ/gNLEWLqtCNf34jO7xUCvppH0="}
json_instruct
{"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "requir...
{"em" : [{"location" : {"latitude" : 52.2, "longitude" : 5.2}}], "bites" : [{"location" : {"latitude" : 51.85, "longitude" : 4.49}}, {"location" : {"latitude" : 51.99, "longitude" : 6.79}}, {"location" : {"latitude" : 52.23, "longitude" : 5.17}}, {"location" : {"latitude" : 53.1, "longitude" : 7.16}}, {"location" : {"l...
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "bites": {"type": "array", "items": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type"...
{"idArt" : "278", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "EGC", "year" : "2011", "place" : "Brest", "location" : {"lat" : 48.390394, "lon" : -4.486076}, "title" : "Acquisition de structures lexico-s\u00e9mantiques \u00e0 partir de textes : un nouveau cadre de travail fond\u00e9 su...
json_instruct
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {"commandName": {"type": "string"}, "description": {"type": "string"}}, "required": ["commandName", "description"]}, "instance": {"type": "object", "properties": {"copyC...
{"class" : {"commandName" : "dkh 5/4/2016 08:08", "description" : "dkh 5/4/2016 08:08"}, "instance" : {"copyCustomStoneFiles" : "dkh 6/6/2016 14:41", "copySourceStoneSystemConf" : "dkh 6/6/2016 14:34", "performUpgradeActions" : "dkh 6/8/2016 16:11", "updateStoneConfForIcuLibraryVersion:" : "dkh 5/10/2016 11:46"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"commandName": {"type": "string"}, "description": {"type": "string"}}, "required": ["commandName", "description"]}, "instance": {"type": "object", "properties": {"copyCustomStoneFiles": {"type": "string"}, "copySourceStoneSystemConf": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "stri...
{"name" : "hello", "version" : "0.0.0", "main" : "index.js", "license" : "MIT", "description" : "example Azure function with GET and POST handlers", "dependencies" : {"lodash" : "^4.17.5", "pirate-speak" : "^1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "pirate-speak": {"type": "string"}}, "required": ["lo...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "publishConfig": {"type": "object", "properties": {"access":...
{"name" : "@draganfilipovic/npm-nc-template", "version" : "1.3.0", "description" : "<Package description>", "license" : "MIT", "private" : false, "publishConfig" : {"access" : "public"}, "repository" : {"type" : "git", "url" : "https://github.com/easingthemes/npm-nc-template"}, "main" : "dist/main.js", "contributors" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "repository": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"assemblea": {"type": "string"}, "codice": {"type": "string"}, "status": {"type": "string"}, "elettori": {"type": "string"}, "votanti": {"type": "string"}, "perc_votanti": {"type": "string"}, "aggiornam...
[{"assemblea" : "scrutiniCI", "codice" : "03300000000", "status" : "ESERCIZIO", "elettori" : "860512", "votanti" : "630225", "perc_votanti" : "73,23", "aggiornamento" : "Dato aggiornato al 06/03/2018 - 19:27", "sezioni_perv" : "1139", "sezioni" : "1139", "coll_uni_perv" : "5", "coll_uni" : "5", "sezioni_coll_uni_perv" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"assemblea": {"type": "string"}, "codice": {"type": "string"}, "status": {"type": "string"}, "elettori": {"type": "string"}, "votanti": {"type": "string"}, "perc_votanti": {"type": "string"}, "aggiornamento": {"type": "string"}, "sezioni_perv": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": ...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.129588, 52.605174]}, "properties" : {"site" : "38280", "name" : "38280", "organisation" : "local-authority-eng:WLV", "point" : "POINT(-2.129588 52.605174)", "start-date" : "2016-01-01", "site-address" : "The Island House 160 Stafford Road Wolverha...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "name"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "displayName", "icon"]...
{"collectionName" : "components_custom_custom_fields", "info" : {"name" : "Custom_field", "displayName" : "Custom field", "icon" : "archway"}, "options" : {}, "attributes" : {"title" : {"type" : "string"}, "required" : {"type" : "boolean"}, "options" : {"type" : "string"}}}
json_instruct
{"type": "object", "properties": {"collectionName": {"type": "string"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "icon": {"type": "string"}}, "required": ["name", "displayName", "icon"]}, "options": {"type": "object", "properties": {}, "required": []}, "at...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Caz\u00e8res", "dpt" : "Haute-Garonne", "inscrits" : 3570, "abs" : 981, "votants" : 2589, "blancs" : 243, "nuls" : 106, "exp" : 2240, "res" : [{"panneau" : "1", "voix" : 1268}, {"panneau" : "2", "voix" : 972}]}
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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511324101001", "text" : "\u4e1c\u95e8\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511324101002", "text" : "\u5357\u95e8\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511324101003", "text" : "\u4e34\u6c5f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511324101004", "text" : "\u4e1c\u5...
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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["noflo-cad"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "resourceSets": {"type": "array", "items": {"type": "object", "properties": {"estimatedTotal":...
{"authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2020 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in ...
json_instruct
{"type": "object", "properties": {"authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "resourceSets": {"type": "array", "items": {"type": "object", "properties": {"estimatedTotal": {"type": "integer"}, "resources": {"type": "array", "items": {"type": "obj...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-83.797615, 42.829128], [-83.7877, 42.825641], [-83.787653, 42.827649], [-83.784212, 42.827719], [-83.784133, 42.830444], [-83.782748, 42.830485], [-83.782841, 42.833197], [-83.7679, 42.833331], [-83.767471, 42.81777], [-...
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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [507.494, 254.037, 0.890019, 507.684, 357.192, 0.88545, 439.716, 351.366, 0.815679, 413.275, 463.438, 0.878613, 451.492, 477.978, 0.797947, 578.312, 360.077, 0.850346, 584.236, 463.328, 0.649339, 587.198, 504.598, 0.347364, 513.497, 563.572, 0.68476, 472.138, 560.672...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"_comment": {"type": "string"}, "input_stack": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "output_fluid": {"type": "object", "properties": {"name": {"type": "s...
[{"_comment" : "Redstone Dust => Thermal Foundation's Liquid Redstone", "input_stack" : {"name" : "redstone"}, "output_fluid" : {"name" : "redstone", "quantity" : 100}}, {"_comment" : "Redstone Ore => Thermal Foundation's Liquid Redstone", "input_stack" : {"name" : "redstone_ore"}, "output_fluid" : {"name" : "redstone"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_comment": {"type": "string"}, "input_stack": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "output_fluid": {"type": "object", "properties": {"name": {"type": "string"}, "quantity": {"type": "integer"}}, "required": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "webFont": {"type": "string"}, "imageFonts": {"type": "string"}, "noFonts": {"type":...
{"@metadata" : {"authors" : ["Fulup", "Gwenn-Ael"]}, "webFont" : "MathJax a implij ar fonto\u00f9 web evit diskwel ar jedado\u00f9 war ar bajenn-ma\u00f1. Pell eo ar re-se o pellgarga\u00f1 ha diskwelet e vefe buanoc'h ma stailhfec'h fonto\u00f9 jedoniezh war-eeun e teuliad fonto\u00f9 ho reizhiad.", "imageFonts" : "Ob...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "webFont": {"type": "string"}, "imageFonts": {"type": "string"}, "noFonts": {"type": "string"}, "webFonts": {"type": "string"}, "fonts": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "funores:block/pig_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type":...
{"name" : "iAsync.async", "version" : "0.0.1", "summary" : "iAsync.async lib developed to make async programming easier", "description" : " iAsync is a set of IOS libraries that aims to make asychronous programming easy for for IOS developers. It uses functional programming ideas to solve Callback Hel...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "null"}, "region": {"type": "object", "properties"...
{"localities" : ["Lincolnton, NC"], "state" : "NC", "postal_code" : "28093", "locality" : "Lincolnton, NC", "lat" : null, "region" : {"fips" : "37", "abbr" : "NC", "name" : "North Carolina"}, "city" : "Lincolnton", "type" : "POBOX", "lng" : null, "counties" : [{"fips" : "109", "name" : "Lincoln County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "null"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "na...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 28634, "cartId" : "51b05d58-e549-4e14-9b62-c8b96e5f6dfe", "preferredProducts" : [2823, 196], "productReviews" : [{"productId" : 2029, "reviewText" : "talk about remorse!!!", "reviewDate" : "2018-09-18T04:26:18.638053+03:00"}, {"productId" : 712, "reviewText" : "It only works when I'm Guernsey.", "reviewDate...
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": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items...
{"rustc" : 7409016768189200941, "features" : "[\"default\", \"std\"]", "target" : 15437208730080771440, "profile" : 839257268078923458, "path" : 1357091710021436285, "deps" : [], "local" : [{"Precalculated" : "1.2.0"}], "rustflags" : [], "metadata" : 13834635900547905832, "config" : 2202906307356721367, "compile_kind" ...
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "w...
{"id" : 9776, "name" : "Herblore hood", "qualified_name" : "Herblore hood", "examine" : "Herblore skillcape hood.", "members" : true, "release_date" : "2006-10-18", "quest" : false, "weight" : 0.453, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : true, "tradeable_ge" : false, "...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-xxrj-3q2m-w65m", "modified" : "2022-05-12T00:01:41Z", "published" : "2022-05-12T00:01:41Z", "aliases" : ["CVE-2021-30361"], "details" : "The Check Point Gaia Portal's GUI Clients allowed authenticated administrators with permission for the GUI Clients settings to inject a comma...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"botframework-webchat": {"type": "string"...
{"name" : "redux-activity-middleware", "version" : "0.1.0", "private" : true, "homepage" : "https://microsoft.github.io/BotFramework-WebChat/redux-activity-middleware/", "dependencies" : {"botframework-webchat" : ">= 0.0.0-0", "react" : "^16.5.1", "react-dom" : "^16.5.1", "react-redux" : "^5.0.7", "react-scripts" : "1....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"botframework-webchat": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type...
{"category" : ["Restaurants", "American (New)", "Asian Fusion", "Chinese"], "city" : "Las Vegas", "em_sigma_b" : 0.056990187221302495, "cum_star" : 4.17965367965368, "name" : "Fat Choy", "em_sigma_p" : 0.04568618431001032, "lat" : 36.1434734, "lng" : -115.1468836, "em_star" : 4.657057107994792, "id" : "HPLB1Tr8ZB5UkD-2...
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "organization": {"type": "string"}, "iconUrl": {"type": "string"}, "sourceUrl": {"type": "string"}, ...
{"id" : "RANKWATCH", "name" : "RankWatch", "categories" : ["SEO", "ANALYTICS"], "organization" : "RANKWATCH", "iconUrl" : "https://cdnasset.rankwatch.com/image/rankwatch_logo_256.png", "sourceUrl" : "https://www.rankwatch.com/", "dataVisibility" : ["PRIVATE"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "organization": {"type": "string"}, "iconUrl": {"type": "string"}, "sourceUrl": {"type": "string"}, "dataVisibility": {"type": "array", "items": {"type": "string"}}}, "re...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"attachTag": {"type": "string"}, "attrs": {"type": "array", "items": {"type": "string"}}, "compTag": {"type": "string"}}, "required": ["attachTag", "attrs", "compTag"], "$schema": "http://json-schema.org/draft-0...
{"attachTag" : "div", "attrs" : ["animation", "collapsible", "content-urls", "data-content-field", "data-content-url-field", "data-image-url-field", "data-source", "data-sprite-css-class", "data-text-field", "data-url-field", "navigatable", "scrollable", "tab-position", "value", "activate", "content-load", "error", "se...
json_instruct
{"type": "object", "properties": {"attachTag": {"type": "string"}, "attrs": {"type": "array", "items": {"type": "string"}}, "compTag": {"type": "string"}}, "required": ["attachTag", "attrs", "compTag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve...
{"schema_version" : "1.2.0", "id" : "GHSA-2hw2-7jq8-w9vp", "modified" : "2021-12-28T00:01:18Z", "published" : "2021-12-22T00:00:48Z", "aliases" : ["CVE-2021-24849"], "details" : "The wcfm_ajax_controller AJAX action of the WCFM Marketplace WordPress plugin before 3.4.12, available to unauthenticated and authenticated u...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "tremulant", "definition" : "Tremulous; trembling; shaking. [R.] \" With tremulent white rod.\" Carlyle."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1971, 5], [1977, 8]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema...
[{"name" : "FARIS", "frequency" : 3725, "males" : "99.46308724832214 %", "females" : "0.5369127516778524 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fof-pretty-mail": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"nav": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "settings": {"type":...
{"fof-pretty-mail" : {"admin" : {"nav" : {"desc" : "Dostosuj szablony HTML dla wiadomo\u015bci e-mail."}, "settings" : {"label" : "Szablony wiadomo\u015bci e-mail", "reset" : "Przywr\u00f3\u0107 domy\u015blne", "confirm" : "Czy na pewno chcesz wr\u00f3ci\u0107 do podstawowego szablonu wiadomo\u015bci e-mail dla", "defa...
json_instruct
{"type": "object", "properties": {"fof-pretty-mail": {"type": "object", "properties": {"admin": {"type": "object", "properties": {"nav": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}, "settings": {"type": "object", "properties": {"label": {"type": "string"}, "reset": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-q868-27qj-xwfg", "modified" : "2022-05-01T23:57:42Z", "published" : "2022-05-01T23:57:42Z", "aliases" : ["CVE-2008-3205"], "details" : "Directory traversal vulnerability in index.php in Easy-Script Wysi Wiki Wyg 1.0 allows remote attackers to read arbitrary files via a .. (dot ...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"t...
[{"province" : "\u5185\u8499\u53e4\u81ea\u6cbb\u533a", "city" : "\u901a\u8fbd\u5e02", "area" : "\u5f00\u9c81\u53bf", "name" : "\u5f00\u9c81\u53bf\u5764\u90fd\u5cad\u90ae\u653f\u6240", "code" : "028415", "address" : "", "phone" : "0475-6692447"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@metadata": {"type": "array", "items": {}}, "current-settings": {"type": "string"}, "current-language": {"type": "string"}, "settings-legend": {"type": "string"}, "choose-language": {"type": "string"}, "clear-cookies": {"type": ...
{"@metadata" : [], "current-settings" : "Oraingo hobespenak", "current-language" : "Hautatutako hizkuntza", "settings-legend" : "Hobespenak", "choose-language" : "Hizkuntza aukeratu", "clear-cookies" : "cookie-ak garbitu", "renew-cookies" : "cookie-ak berritu", "tab-overview" : "Ikuspegi orokorra", "tab-settings" : "Ho...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "array", "items": {}}, "current-settings": {"type": "string"}, "current-language": {"type": "string"}, "settings-legend": {"type": "string"}, "choose-language": {"type": "string"}, "clear-cookies": {"type": "string"}, "renew-cookies": {"type": "string"}, "tab-over...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id_9036": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "read...
{"id_9036" : {"title" : "How to Write a Novel", "language" : "English", "totaltime" : "02:40:13", "url_librivox" : "http://librivox.org/how-to-write-a-novel-by-anonymous/", "url_iarchive" : "http://archive.org/details/how_to_write_a_novel_1502_librivox", "readers" : ["4535"], "authors" : "19", "genres" : "*Non-fiction"...
json_instruct
{"type": "object", "properties": {"id_9036": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "devDependencies": {"type": "object", "p...
{"name" : "root", "private" : true, "scripts" : {"postinstall" : "lerna bootstrap"}, "devDependencies" : {"husky" : "^4.2.3", "lerna" : "^3.20.2"}, "husky" : {"hooks" : {"pre-commit" : "lerna run --concurrency 1 --stream precommit --since HEAD"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "lerna": {"type": "string"}}, "re...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"...
[{"namaKab" : "JAYAPURA", "originalFilename" : "IMG_20180711_0032.jpg", "namaPartai" : "Partai Bulan Bintang", "id" : 121004, "noUrut" : 1, "nama" : "MARTHINUS MAWARE, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAYAPURA", "originalFilename" : "FOTO_YANCE MASITA-001.jpg", "namaPartai" : "Partai Bulan Bintan...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "...
[{"id" : "e70ac34c-9ae3-484e-a2c7-fbdd24852e3c", "data" : [{"text" : "Studieninhalte", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 1546642416}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type":...
{"id" : 11192, "title" : ["[Garrison, Hallway]"], "description" : ["The stairs continue upwards. A few skeletal remains litter the landing, but you should be able to step carefully around them. There is an unusual lack of broken weaponry here, despite the carnage."], "paths" : ["Obvious exits: north, east, west, up, ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"11193"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {"isAbstract": {"type": "string"}}, "required": ["isAbstract"]}, "instance": {"type": "object", "properties": {"allPlugIns": {"type": "string"}, "loadAllTests": {"type": "st...
{"class" : {"isAbstract" : "topa 1/16/2015 00:01"}, "instance" : {"allPlugIns" : "MT 7/23/2014 22:35", "loadAllTests" : "SH 6/9/2015 22:27", "plugIn" : "MB 7/22/2014 12:25", "plugIn:" : "MB 7/22/2014 12:25", "plugInClass" : "MB 7/22/2014 12:25", "resetTestSystem" : "MT 7/23/2014 22:36", "setUp" : "NA 7/29/2015 16:40"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"isAbstract": {"type": "string"}}, "required": ["isAbstract"]}, "instance": {"type": "object", "properties": {"allPlugIns": {"type": "string"}, "loadAllTests": {"type": "string"}, "plugIn": {"type": "string"}, "plugIn:": {"type": "string"}, "p...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "teinture", "definition" : "Color; tinge; tincture. [Obs.] Holland."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]},...
{"ETag" : "W/\"1465f916b2ae04ea329adb48f2a8744e\"", "Last-Modified" : "Fri, 11 Sep 2020 22:09:12 GMT", "base" : {"repo" : {"name" : "aws-parallelcluster-feedstock"}}, "closed_at" : "2020-09-11T22:09:12Z", "created_at" : "2020-09-11T17:27:38Z", "draft" : false, "head" : {"ref" : "2.9.0_h31c387"}, "html_url" : "https://g...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Construct a JSON document that adheres to this schema specification: {"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" : ["end:chorus_gem_shovel"]}
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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["gitbook-plugin-theme-api", "gitbook-plugin-theme-bandwidth", "tasqueue"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "BodySite.patient", "meta" : {"lastUpdated" : "2017-04-19T07:44:43.294+10:00"}, "url" : "http://hl7.org/fhir/DataElement/BodySite.patient", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"id" : "BodySite.patient", "path" : "BodySite.pat...
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":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prop...
{"id" : "42759", "name" : {"en" : "Kannod"}, "country" : "IN", "region" : "MP", "identifiers" : {"wmo" : "42759"}, "location" : {"latitude" : 22.6667, "longitude" : 76.7333, "elevation" : 351}, "timezone" : "Asia/Kolkata"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["any-db"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}}, "pattern": {"type": "array", "items...
{"type" : "forge:ore_shaped", "conditions" : [{"type" : "minecraft:item_exists", "item" : "mysticalagriculture:ultimate_reprocessor"}], "pattern" : ["SNS", "EDE", "SES"], "key" : {"S" : {"item" : "minecraft:skull", "data" : 1}, "E" : {"item" : "mysticalagriculture:storage", "data" : 4}, "D" : {"item" : "mysticalagricul...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properti...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "r...
{"name" : "@allanchau/eslint-config", "version" : "11.0.0", "description" : "An unopinionated ESLint config.", "homepage" : "https://github.com/allanchau/eslint-config#readme", "bugs" : {"url" : "https://github.com/allanchau/eslint-config/issues", "email" : "allan.chau@icloud.com"}, "license" : "MIT", "author" : {"name...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "license": {"type": "string"},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repo": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}},...
{"name" : "regenerate", "version" : "1.3.2", "description" : "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.", "repo" : "mathiasbynens/regenerate", "license" : "MIT", "scripts" : ["regenerate.js"], "keywords" : ["regex", "regexp", "javascript", "unicode", "gen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repo": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": [...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"odata.metadata": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "Name": {"type": "string"}, "Address": {"type": "object", "properties": {"Street": {"type": "s...
{"odata.metadata" : "http://services.odata.org/V3/OData/OData.svc/$metadata#Suppliers", "value" : [{"ID" : 0, "Name" : "Exotic Liquids", "Address" : {"Street" : "NE 228th", "City" : "Sammamish", "State" : "WA", "ZipCode" : "98074", "Country" : "USA"}, "Location" : {"type" : "Point", "coordinates" : [-122.03547668457, 4...
json_instruct
{"type": "object", "properties": {"odata.metadata": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "Name": {"type": "string"}, "Address": {"type": "object", "properties": {"Street": {"type": "string"}, "City": {"type": "string"}, "State": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required"...
{"latest_version" : ["0.4.1"], "meta" : {"description" : "Universal wrapper for the various OpenStack client software with support for multiple environments", "homepage" : "https://github.com/testeddoughnut/multistack", "license" : "Apache License, Version 2.0"}, "versions" : {"0.2.0" : {"sha256" : "4f7ab4c40306d90e1b3...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "re...
{"name" : "@googleforcreators/migration", "description" : "Utility package for migrating stories to the latest data format.", "private" : false, "version" : "0.0.1", "author" : {"name" : "Google", "url" : "https://creators.google/"}, "license" : "Apache-2.0", "keywords" : ["web stories"], "homepage" : "https://github.c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email"...
{"name" : "Priv.St.-Adelheid-Gymnasium - Sekundarstufen I und II - des Erzbistums K\u00f6ln", "id" : "NRW-166339", "address" : "P\u00fctzchens Chaussee 133, 53229 Bonn", "school_type" : "Gymnasium", "fax" : "0228 9773626", "phone" : "0228 977360", "website" : " http://www.sag-bonn.de", "email" : " 166339@schule.nrw...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/sche...
[{"name" : "CIARANN", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6310020005", "district_id" : "6310020", "name" : "SUNGAI LOBAN"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http:...
{"assessment" : [{"name" : "Community Organisation Profile", "weight" : 20}, {"name" : "Public Health Research Protocol Submission", "weight" : 45}, {"name" : "Final exam", "weight" : 35}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [407.281, 165.549, 0.852443, 430.797, 265.839, 0.829801, 363.06, 265.791, 0.844886, 324.758, 360.111, 0.848114, 242.194, 392.703, 0.70637, 495.787, 265.875, 0.752441, 601.826, 366.097, 0.859798, 622.395, 481.124, 0.77309, 475.128, 436.901, 0.758584, 430.861, 439.713,...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BECAUSE BETWEEN TWO DIFFERENT IDEAS WE WOULD EXAMINE, WE CANNOT ALWAYS FIND SUCH MEDIUMS,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13830.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contato": {"type": "boolean"}}, "required": ["pages/contato"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"h" : "c5d06ad9495c418f7f28", "c" : {"pages/contato" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contato": {"type": "boolean"}}, "required": ["pages/contato"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":...
{"id" : 404394569, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0ec41bb6364a93b58ad03f8fcd49031e", "wof:id" : 404394569, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.41237846301313, 50.06238143419073, 2.45935713108791, 50.08924455780051...
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": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod...
{"userId" : 99393, "cartId" : "05cd981a-7e3d-4cb3-8506-9b0b5f1ef843", "preferredProducts" : [2366, 4843], "productReviews" : [{"productId" : 895, "reviewText" : "I tried to strangle it but got hazelnut all over it.", "reviewDate" : "2019-02-11T12:14:51.3658709+02:00"}, {"productId" : 1382, "reviewText" : "This yellow w...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"startUrl": {"type": "string"}}, "required": ["startUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"startUrl" : "https://ice-staging.diaceuticscloud.com/profiles/"}
json_instruct
{"type": "object", "properties": {"startUrl": {"type": "string"}}, "required": ["startUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ember-runtime.js": {"type": "string"}, "ember-template-compiler.js": {"type": "string"}, "ember-testing.js": {"type": "string"}, "ember.debug.js": {"type": "string"}, "ember.js": {"type": "string"}, "ember.min.js": {"type":...
{"ember-runtime.js" : "sha256-FVFMuvYgbHqxGjFKiD2lp7wbJiwfahDwdpovSNpirbc=", "ember-template-compiler.js" : "sha256-OMO99SibrdKB/aYPsWusIi67wQCmFnTy7A2xGKYCFeI=", "ember-testing.js" : "sha256-uePoaadERbkhYDgqFICs/bpvwryA1zP8rAIjvWf9AX4=", "ember.debug.js" : "sha256-g8FkKuAqD1OOUVOhpHEt3YiPmkIKdu1/yb2HSxfFD0c=", "ember....
json_instruct
{"type": "object", "properties": {"ember-runtime.js": {"type": "string"}, "ember-template-compiler.js": {"type": "string"}, "ember-testing.js": {"type": "string"}, "ember.debug.js": {"type": "string"}, "ember.js": {"type": "string"}, "ember.min.js": {"type": "string"}, "ember.prod.js": {"type": "string"}}, "required": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "h...
{"sampling_mode" : "Linear", "iters" : [48.0, 96.0, 144.0, 192.0, 240.0, 288.0, 336.0, 384.0, 432.0, 480.0, 528.0, 576.0, 624.0, 672.0, 720.0, 768.0, 816.0, 864.0, 912.0, 960.0, 1008.0, 1056.0, 1104.0, 1152.0, 1200.0, 1248.0, 1296.0, 1344.0, 1392.0, 1440.0, 1488.0, 1536.0, 1584.0, 1632.0, 1680.0, 1728.0, 1776.0, 1824.0...
json_instruct
{"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "62b718a497091f210ee37018f7260b2ec05bbcd0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Lamp & Light Radio Ministry - WTYG", "src" : "http://ice10.securenetsystems.net:80/WTYG?t=1526351822"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"setup": {"type": "object", "properties": {"schemaConfigurations": {"type": "array", "items": {"type": "string"}}}, "required": ["schemaConfigurations"]}, "cleanup": {"type": "boolean"}}, "required": ["setup", "...
{"setup" : {"schemaConfigurations" : ["navbar/catalog-chaise-config.config.json", "record/config.json", "recordedit/delete.config.json", "recordset/ind-facet.config.json", "recordset/histogram-facet.config.json"]}, "cleanup" : true}
json_instruct
{"type": "object", "properties": {"setup": {"type": "object", "properties": {"schemaConfigurations": {"type": "array", "items": {"type": "string"}}}, "required": ["schemaConfigurations"]}, "cleanup": {"type": "boolean"}}, "required": ["setup", "cleanup"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "5171010", "regency_id" : "5171", "name" : "DENPASAR SELATAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "env": {"type": "object", "properties": {"exported-variables": {"type": "array", "items": {"type": "string"}}}, "required": ["exported-variables"]}, "phases": {"type": "object", "properties": {"inst...
{"version" : 0.2, "env" : {"exported-variables" : ["ARTIFACTS_PATH"]}, "phases" : {"install" : {"runtime-versions" : {"python" : 3.8, "nodejs" : 12}, "commands" : ["pip3 install --upgrade aws-sam-cli", "npm install -g recursive-install", "npm-recursive-install --skip-root"]}, "pre_build" : {"commands" : ["cd src/put-bo...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "env": {"type": "object", "properties": {"exported-variables": {"type": "array", "items": {"type": "string"}}}, "required": ["exported-variables"]}, "phases": {"type": "object", "properties": {"install": {"type": "object", "properties": {"runtime-versions...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}, "credit": {"type": "string"}}, "required": ["parent", "textures", "credit"], "$schema...
{"parent" : "block/cube_all", "textures" : {"all" : "girsignals:blocks/signalcontroller"}, "credit" : "Made with Blockbench by Mc_Jeronimo"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}, "credit": {"type": "string"}}, "required": ["parent", "textures", "credit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["angularjs-groovy", "bzz-ui", "enduro", "generator-shackstack", "generator-white-label", "generator-white-label-flux-react", "glp", "gulp-builder", "gulp-handlebars-precompile", "gulp-recipes", "gulp-youkuvip", "gunfire", "har-viewer", "kickoff", "laravel-elixir-handlebars", "norma-handlebars", "scaffold-pipeline-bb",...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {}, "required": []}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft...
{"Target" : "styles/index.css", "MediaType" : "text/css", "Data" : {}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {}, "required": []}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "level": {"type": "array", "items": {"type": "integer"}}, "area": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "5\u0...
{"period" : ["07 \u043d\u043e\u044f\u0431\u0440\u044f 2019 \u0433. - 26 \u0444\u0435\u0432\u0440\u0430\u043b\u044f 2020 \u0433."], "level" : [50, 95], "area" : [{"id" : "FJ27", "5\u00a0%" : 757.4175, "10\u00a0%" : 1625.085, "25\u00a0%" : 5305.23, "50\u00a0%" : 15479.1, "75\u00a0%" : 33669.2475, "90\u00a0%" : 52213.2975...
json_instruct
{"type": "object", "properties": {"period": {"type": "array", "items": {"type": "string"}}, "level": {"type": "array", "items": {"type": "integer"}}, "area": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "5\u00a0%": {"type": "number"}, "10\u00a0%": {"type": "number"}, "25\u00a0%...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "item...
{"title" : "Adequate reconstruction of transparent objects on a shoestring budget.", "fields" : ["graph", "video camera", "cut", "graph theory", "normal mapping"], "abstract" : "Reconstructing transparent objects is a challenging problem. While producing reasonable results for quite complex objects, existing approaches...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Based on the schema below, produce a valid JSON object: {"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" : "7325060008", "district_id" : "7325060", "name" : "WAWONDULA"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": ...
{"authors" : [{"author" : "Katja Murtoniemi"}, {"author" : "Elina Pirinen"}, {"author" : "Marketta K\u00e4hk\u00f6nen"}, {"author" : "Nonna Heiskanen"}, {"author" : "Seppo Heinonen"}], "doi" : "10.4076/1752-1947-3-7302", "publication_date" : "2009-10-16", "id" : "EN118290", "url" : "https://pubmed.ncbi.nlm.nih.gov/1983...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}...
{"name" : "dotkernel/dot-form", "type" : "library", "description" : "DotKernel form component extending and customizing laminas-form", "license" : "MIT", "homepage" : "https://github.com/dotkernel/dot-form", "keywords" : ["form", "input filter", "services", "laminas", "laminas-form"], "authors" : [{"name" : "DotKernel ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"jquery-easy-loading": {"type": "object", "properties": {"version": {"type": "string"}, "re...
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"jquery-easy-loading" : {"version" : "2.0.0-rc.2", "resolved" : "https://registry.npmjs.org/jquery-easy-loading/-/jquery-easy-loading-2.0.0-rc.2.tgz", "integrity" : "sha512-onWOmVz81OIK/DS0Z5aZiYfcPdwv7RX2N31kC8VJqY5UV0Sxe0kkl+Tlv1Fa1GaGnh4Px7WA9nbWcMfnNKLb6A...
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"jquery-easy-loading": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.75, 43.166666666666664], [131.75, 43.25], [131.875, 43.25], [131.875, 43.166666666666664], [131.75, 43.166666666666664]]]}, "properties" : {"code" : 643166, "url" : "http://madefor.github.io/0410/api/v1/643166.geojson", "view" : "https://gith...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
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" : "mipakafana'ay", "h" : [{"d" : [{"f" : "\u8b93\u77e5\u9053\u4e86\uff0c\u6b63\u5728\u544a\u77e5\uff1b\u6b63\u5728\u6559\u5b78\u3002", "e" : ["\ufff9`Mipakafana'~`ay~ `to~ `ci~`nira~ `takowanan~ `to~ `mi~`sowal~`a~`n~ `ni~ `wina~ `ako~.\ufffa\ufffb\u4ed6\u628a\u6211\u7236\u89aa\u8aaa\u7684\u8a71\u544a\u8a34\u6211\...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properti...
{"id" : 5381, "group" : "27223131", "joblink" : false, "name" : "Konstrukteur/in - Modellbaumechanik", "potential" : 82, "skills" : [{"id" : 60660, "skill" : "Bema\u00dfen", "replaceable" : true}, {"id" : 60661, "skill" : "Berechnen", "replaceable" : true}, {"id" : 60663, "skill" : "CAD (Computer Aided Design)-Systeme ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": ...
{"name" : "purescript-wags-lib-hello-world", "devDependencies" : {"@babel/core" : "^7.13.10", "@babel/preset-env" : "^7.13.10", "babel-loader" : "^8.2.2", "css-loader" : "^5.1.3", "netlify-cli" : "^6.7.5", "postcss" : "^8.2.8", "postcss-loader" : "^5.2.0", "postcss-preset-env" : "^6.7.0", "purescript" : "^0.14.3", "pur...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "netlify-cli": {"type": "string"}, "postcss": {"type": "str...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "NH"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Coos", "state" : "NH"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-71.0818, 45.3033], [-71.0106, 44.2846], [-71.0435, 44.2846], [-71.0435, 44...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": ...
{"data" : {"id" : 23253, "title" : "Mrs Coyle", "primoId" : "ADLIB110042873", "slug" : "adlib110042873", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525071321996.jpg", "content" : "interiors, portraits, Adult Females", "imageType" : "portrait", "date" : "2018-04-30 06:55:20", ...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "pr...
{"name" : "tdd-react-enzyme-article", "version" : "1.0.0", "description" : "A repo for the `A TDD approach on testing React components using Enzyme` I wrote", "scripts" : {"test" : "mocha setup.js tests.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/r31gN/tdd-react-enzyme-article.git"}, "author" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie...
{"contract" : "0x522e7ff686caf7ee5a4063b577ccc7f07054294b", "tool" : "honeybadger", "start" : 1565826596.7158267, "end" : 1565826629.2868254, "duration" : 32.570998668670654, "analysis" : [{"errors" : [], "file" : "/unique_chucks/25/0x522e7ff686caf7ee5a4063b577ccc7f07054294b.sol", "name" : "Autobid"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
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" : "Vescours", "dpt" : "Ain", "inscrits" : 148, "abs" : 35, "votants" : 113, "blancs" : 11, "nuls" : 1, "exp" : 101, "res" : [{"panneau" : "1", "voix" : 51}, {"panneau" : "2", "voix" : 50}]}
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"System": {"type": "string"}, "Micros...
{"Serilog" : {"MinimumLevel" : {"Default" : "Information", "Override" : {"System" : "Warning", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information", "Microsoft.EntityFrameworkCore" : "Information"}}}, "ConnectionStrings" : {"Sqlite3ConnectionString" : "Data Source=D:\\ZyProject\\HeavensFeel\\HeavensFee...
json_instruct
{"type": "object", "properties": {"Serilog": {"type": "object", "properties": {"MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"System": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"SEO": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "hero": {"type": "object", "properties": {"title": {"type": "string"}}, "requir...
{"SEO" : {"title" : "Wiadomo\u015bci i opinie | myPolitics", "description" : "Nigdy nie ominie Ci\u0119 \u017cadna informacja!"}, "hero" : {"title" : "Wiadomo\u015bci i opinie"}, "news" : {"title" : "Wiadomo\u015bci", "lead" : "nie ominiesz \u017cadnej informacji"}, "view" : {"title" : "Opinie", "lead" : "poznaj pogl\u...
json_instruct
{"type": "object", "properties": {"SEO": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}, "hero": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "news": {"type": "object", "properties": {"ti...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "...
{"special" : {"background" : "#293345", "foreground" : "#9b999e", "cursor" : "#9b999e"}, "colors" : {"color0" : "#293345", "color1" : "#fe6d32", "color2" : "#6ba86d", "color3" : "#af9a0a", "color4" : "#679ed7", "color5" : "#bc8ab6", "color6" : "#6ea590", "color7" : "#9b999e", "color8" : "#a39799", "color9" : "#df8251",...
json_instruct
{"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"typ...