input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Banaba Center, Batangas City, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.batangas-city.banaba-center", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_i...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "in...
{"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 500, "main" : "Rain", "description" : "light rain", "icon" : "10d"}], "base" : "stations", "main" : {"temp" : 7.73, "feels_like" : 7.73, "temp_min" : 5, "temp_max" : 9.44, "pressure" : 1013, "humidity" : 57}, "visibility" : 10000, "wind" : {"speed" : 0.45, "...
json_instruct
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object"...
{"name" : "phlak/colorizer", "description" : "Generate persistantly unique colors from a string.", "keywords" : ["colorize", "color hash", "color"], "license" : "MIT", "authors" : [{"name" : "Chris Kankiewicz", "email" : "Chris@ChrisKankiewicz.com", "homepage" : "https://www.chriskankiewicz.com"}], "support" : {"issues...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "ho...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "...
{"name" : "web-desktop", "version" : "1.0.0", "homepage" : "http://www.simonwebb.se/project/webdesktop", "contributors" : [{"name" : "Simon \u00d6sterdahl", "email" : "simon2@live.se"}], "repository" : {"type" : "git", "url" : "https://github.com/sios13/web-desktop"}, "dependencies" : {}, "devDependencies" : {"browseri...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "obj...
Based on the schema below, produce a valid JSON object: {"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"}, "m...
{"author" : {"id" : "t2_xmy5j", "name" : "Pepithir"}, "date" : {"day" : 1580342400, "full" : 1580423100, "month" : 1577836800, "week" : 1579996800}, "id" : "t3_ewdjsk", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 56124, "fullUrl" : "https://preview.redd.it/yqkxx7vorzd41.jpg?auto=webp&s=88cab6c24615097969...
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"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "object", "properties": {"en": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}}, "required": ["en", "fi", "fr"]}, "description": {"type": "object", "properties": {"en": {"type": "string"...
{"title" : {"en" : "P\u014dhutukawa, aka New Zealand Christmas tree (Metrosideros excelsa)", "fi" : "", "fr" : ""}, "description" : {"en" : "", "fi" : "", "fr" : ""}, "story" : "", "dateTaken" : "2015-12-11T14:42:03", "focalLength35mm" : 82, "exposureTime" : "1/80", "fNumber" : 5.6, "iso" : 100, "prev" : 151211134329, ...
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"en": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}}, "required": ["en", "fi", "fr"]}, "description": {"type": "object", "properties": {"en": {"type": "string"}, "fi": {"type": "string"}, "fr": {"type": "string"}}, "re...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "433130110001", "text" : "\u77f3\u724c\u6d1e\u793e\u533a"}, {"id" : "433130110002", "text" : "\u7af9\u576a\u793e\u533a"}, {"id" : "433130110003", "text" : "\u6876\u8f66\u793e\u533a"}, {"id" : "433130110004", "text" : "\u5927\u5858\u793e\u533a"}, {"id" : "433130110202", "text" : "\u7389\u6cb3\u6751"}, {"id" : "...
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#"}
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "darkorlight", "version" : "1.0.4", "description" : "test whether a color is dark or light", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "make test"}, "repository" : {"type" : "git", "url" : "http://github.com/kvnneff/darkorlight.git"}, "keywords" : ["color", "contrast", "lum...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"exists": {"type": "object", "properties": {"field": {"type": "string"}, "boost": {"type": "integer"}}, "required": ["field", "boost"]}}, "required": ["exists"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"exists" : {"field" : "abstract", "boost" : 2}}
json_instruct
{"type": "object", "properties": {"exists": {"type": "object", "properties": {"field": {"type": "string"}, "boost": {"type": "integer"}}, "required": ["field", "boost"]}}, "required": ["exists"], "$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" : "511102200201", "text" : "\u7281\u5934\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "511102200202", "text" : "\u9c7c\u7a9d\u6751\u59d4\u4f1a"}, {"id" : "511102200203", "text" : "\u77f3\u818f\u6751\u59d4\u4f1a"}, {"id" : "511102200204", "text" : "\u8303\u77f3\u574e\u6751\u59d4\u4f1a"}, {"id" : "511102200205", "text" : "\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "code...
[{"manufacturer" : "KAZAM", "market_name" : "Thunder2 50", "codename" : "Thunder2_50", "model" : "KAZAM Thunder2 50"}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "dependencies/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 7], [1993, 6], [1994, 29], [1995, 33], [1996, 28], [1997, 21], [1998, 35], [1999, 36], [2000, 33], [2001, 31], [2002, 32], [2003, 26], [2004, 15], [2005, 13], [2006, 13], [2007, 10], [2008, 18], [2009, 19], [2010, 10], [2011, 10], [2012, 12], [2013, 11], [2014, 18]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "deep-omit-by", "version" : "1.0.1", "description" : "Recusrive Omit By", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/TinyNova/deep-omit-by.git"}, "keywords" : ["Deep", "Recursive", "Omit", "By"], "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
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" : "Gr\u00e8ges", "circ" : "6\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 739, "abs" : 365, "votants" : 374, "blancs" : 6, "nuls" : 5, "exp" : 363, "res" : [{"nuance" : "REM", "nom" : "M. Philippe DUFOUR", "voix" : 105}, {"nuance" : "FN", "nom" : "M. Nicolas BAY", "voix" : 102}, {"nuance" : "...
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"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}, "name": {"type": "string"}}, "required": ["id", "lon", "lat", "name"]}, "$schema": "http://json-schema.org/dra...
[{"id" : "43139dbf-8cd3-4b85-9220-9340a8819ab7", "lon" : 6.75041, "lat" : 49.316333, "name" : "Saarlouis Rathaus"}, {"id" : "e26ba57d-4cb1-46fd-ab6d-11a9367ab1d7", "lon" : 6.996914, "lat" : 49.234849, "name" : "Saarbr\u00fccken Rathaus"}, {"id" : "e9037e59-042e-4c47-943d-ba38906df5f5", "lon" : 7.2506665, "lat" : 49.548...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}, "name": {"type": "string"}}, "required": ["id", "lon", "lat", "name"]}, "$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"}, "host": {"type": "object", "properties": {"app": {"type": "string"}, "minVersion": {"type": "string"}}, "required": ["app", "minVersion"]}, "id": {"type": "string"}, "icons": {"type": "arra...
{"name" : "TailwindCSS Colors", "host" : {"app" : "XD", "minVersion" : "21.0"}, "id" : "1172c93e", "icons" : [{"path" : "images/icon@1x.png", "width" : 24, "height" : 24}, {"path" : "images/icon@2x.png", "width" : 48, "height" : 48}], "uiEntryPoints" : [{"type" : "menu", "commandId" : "tailwindCssColors"}], "version" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "object", "properties": {"app": {"type": "string"}, "minVersion": {"type": "string"}}, "required": ["app", "minVersion"]}, "id": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "stri...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"},...
{"result" : {"1" : [{"1" : "Taupo, New Zealand (TUO)", "2" : "airport", "3" : "TUO", "4" : "TUO", "5" : "Taupo", "6" : 176.085, "7" : -38.740833, "10" : "Pacific/Auckland"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",...
{"contract" : "0xfec6f679e32d45e22736ad09dfdf6e3368704e31", "tool" : "osiris", "start" : 1564603114.4388456, "end" : 1564603117.2492187, "duration" : 2.810373067855835, "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": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "array...
{"version" : "2.1.0.981", "homepage" : "https://www.teamlink.co/", "description" : "Video and Web meeting for Free", "license" : "GPL-3.0-only", "url" : "https://download.teamlink.co/TeamLink+Setup.exe#/dl.7z", "hash" : "7153dc15da9d51085b7824cd2ce10a4d6036043465ab0f018b86886ca2dba4ff", "pre_install" : ["Expand-7zipArc...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"doc/articles/wiki/part3.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes"...
{"files" : {"doc/articles/wiki/part3.go" : {"status" : "A", "num_chunks" : 1, "no_base_file" : false, "property_changes" : "", "num_added" : 59, "num_removed" : 0, "id" : 3002, "is_binary" : false}, "doc/articles/wiki/index.html" : {"status" : "M", "num_chunks" : 25, "no_base_file" : false, "property_changes" : "", "nu...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"doc/articles/wiki/part3.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "nu...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"900000139": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900000140": {"type": "object", "properties...
{"900000139" : {"nama" : "TPS 1", "dapil" : [1101, 11109, 2110101]}, "900000140" : {"nama" : "TPS 2", "dapil" : [1101, 11109, 2110101]}, "900000141" : {"nama" : "TPS 3", "dapil" : [1101, 11109, 2110101]}}
json_instruct
{"type": "object", "properties": {"900000139": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900000140": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "result": {"type": "object", "properties": {"deposit_authorized": {"type": "boolean"}, "destination_account": {"type": "string"}, "ledger_hash": {"type": "string"}, "ledger_index": {"type": "integer"}, ...
{"id" : 1, "result" : {"deposit_authorized" : true, "destination_account" : "rsUiUMpnrgxQp24dJYZDhmV4bE3aBtQyt8", "ledger_hash" : "BD03A10653ED9D77DCA859B7A735BF0580088A8F287FA2C5403E0A19C58EF322", "ledger_index" : 8, "source_account" : "rEhxGqkqPPSxQ3P25J66ft5TwpzV14k2de", "validated" : true}, "status" : "success", "t...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "result": {"type": "object", "properties": {"deposit_authorized": {"type": "boolean"}, "destination_account": {"type": "string"}, "ledger_hash": {"type": "string"}, "ledger_index": {"type": "integer"}, "source_account": {"type": "string"}, "validated": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Data": {"type": "array", "items": {"type": "object", "properties": {"Year": {"type": "string"}, "Percent": {"type": "number"}}, "required": ["Year", "Percent"]}}}, "required": ["Data"], "$schema": "http://json-schem...
{"Data" : [{"Year" : "1991", "Percent" : 21.29032258064516}, {"Year" : "1992", "Percent" : 16.766467065868262}, {"Year" : "1993", "Percent" : 16.203703703703702}, {"Year" : "1994", "Percent" : 15.679442508710801}, {"Year" : "1995", "Percent" : 13.295880149812733}, {"Year" : "1996", "Percent" : 14.175654853620955}, {"Ye...
json_instruct
{"type": "object", "properties": {"Data": {"type": "array", "items": {"type": "object", "properties": {"Year": {"type": "string"}, "Percent": {"type": "number"}}, "required": ["Year", "Percent"]}}}, "required": ["Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"launch": {"type": "object", "properties": {"configurations": {"type": "array", "items": {}}, "compounds": {"type": "array", "items": {}}}, "required": ["configurations", "compounds"]}, "[javascript]": {"type"...
{"launch" : {"configurations" : [], "compounds" : []}, "[javascript]" : {"editor.insertSpaces" : false, "editor.tabSize" : 2}}
json_instruct
{"type": "object", "properties": {"launch": {"type": "object", "properties": {"configurations": {"type": "array", "items": {}}, "compounds": {"type": "array", "items": {}}}, "required": ["configurations", "compounds"]}, "[javascript]": {"type": "object", "properties": {"editor.insertSpaces": {"type": "boolean"}, "edito...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"8824": {"type": "string"}, "8826": {"type": "string"}}, "required": ["8824", "8826"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"8824" : "8825", "8826" : "8827"}
json_instruct
{"type": "object", "properties": {"8824": {"type": "string"}, "8826": {"type": "string"}}, "required": ["8824", "8826"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string...
{"body" : "I am a Fedora 8 user, and one of the small annoyances of F8 is \nthat the default installation misses some useful packages. \nNevertheless, I have been using Fedora since its inception, \nand F8 is the nicest of them all, mostly because package \nmanagement now works right out of the box.\n\n\nPull down \"Ap...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "string"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "str...
[{"issues_url" : "https://api.github.com/orgs/bowers-illinois-edu/issues", "members_url" : "https://api.github.com/orgs/bowers-illinois-edu/members{/member}", "description" : "A set of collaborators all working with Jake Bowers.", "public_members_url" : "https://api.github.com/orgs/bowers-illinois-edu/public_members{/m...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "string"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": ...
{"web" : [{"value" : ["\u5fb7\u5f0f\u59dc\u997c", "\u59dc\u997c", "\u59dc\u997c\u86cb\u7cd5"], "key" : "gingerbread"}, {"value" : ["\u59dc\u997c\u4eba\u98de\u5200\u624b", "\u59dc\u997c\u4eba\u5c04\u98de\u5200", "\u59dc\u997c\u4eba\u9a6c\u620f\u56e2"], "key" : "Gingerbread Circus"}, {"value" : ["\u59dc\u997c\u4e54\u6cbb...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"indexPath": {"type": "string"}, "tsBuild": {"type": "boolean"}}, "required": ["indexPath", "tsBuild"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"indexPath" : "auto", "tsBuild" : true}
json_instruct
{"type": "object", "properties": {"indexPath": {"type": "string"}, "tsBuild": {"type": "boolean"}}, "required": ["indexPath", "tsBuild"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"lighthousebot": {"type": "ob...
{"name" : "lighthouse-bot-starter", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"lighthousebot" : {"version" : "git+https://github.com/ebidel/lighthousebot.git#350d70440116928c6dd25c4daa83ca3dcc1c3dfc", "from" : "git+https://github.com/ebidel/lighthousebot.git", "requires" : {"minim...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"lighthousebot": {"type": "object", "properties": {"version": {"type": "string"}, "from": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "date": {"type": "string"}, "id": {"type": "string"}, "message": {"type": "string"}, "message_html": {"type": "string"}}, "required...
{"author" : {"name" : "suboptimal"}, "date" : "2021-12-08T05:50:56Z", "id" : "01FPC9GHQNH4J2ZZW9TRVE48WX", "message" : "the english in this tutorial is suboptimal", "message_html" : "<p>\nthe english in this tutorial is suboptimal</p>"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "date": {"type": "string"}, "id": {"type": "string"}, "message": {"type": "string"}, "message_html": {"type": "string"}}, "required": ["author", "date", "id", "message", "message_html"], "$s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"jefflin0824": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "tibo96033": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "algorithm": {"type": "array"...
{"jefflin0824" : [["6/20", "[\u6b63\u59b9] \u674e\u8056\u7d93"]], "tibo96033" : [["6/20", "[\u6b63\u59b9] \u6559\u5916\u570b\u4eba\u4e2d\u6587"]], "algorithm" : [["6/20", "[\u795e\u4eba] \u7db2\u8def\u5c0f\u5ee3\u544a\u5973\u4e3b\u89d2"]], "YenFuOne" : [["6/20", "[\u6b63\u59b9] \u6234\u4f69\u59aePenny"]], "mefifthfloor...
json_instruct
{"type": "object", "properties": {"jefflin0824": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "tibo96033": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "algorithm": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "YenFuOne": {"typ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"movie_name": {"type": "string"}, "movie_rating": {"type": "number"}, "movie_links": {"type": "string"}, "movie_years": {"type": "integer"}, "movie_postion": {"type": "integer"}}, "required": ["movie_name", "movie_rating", "mov...
{"movie_name" : "Jigarthanda", "movie_rating" : 8.1, "movie_links" : "https://www.imdb.com/title/tt3569782/", "movie_years" : 2014, "movie_postion" : 56}
json_instruct
{"type": "object", "properties": {"movie_name": {"type": "string"}, "movie_rating": {"type": "number"}, "movie_links": {"type": "string"}, "movie_years": {"type": "integer"}, "movie_postion": {"type": "integer"}}, "required": ["movie_name", "movie_rating", "movie_links", "movie_years", "movie_postion"], "$schema": "htt...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object"...
{"id" : "13583", "name" : {"en" : "Bitola"}, "country" : "MK", "region" : "TL", "identifiers" : {"wmo" : "13583", "usaf" : "135830"}, "location" : {"latitude" : 41.05, "longitude" : 21.3667, "elevation" : 586}, "timezone" : "Europe/Belgrade"}
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"}, "usaf": {"type": "string"}}, "req...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {...
{"baseObjects" : ["[893,25,-1,157,59,460]", "[893,25,-1,157,59,460]", "[893,25,-1,157,59,460]", "[893,25,-1,157,59,460]"], "returnObjects" : ["false", "false", "false", "false"], "callbackArgs" : [{"0" : 893, "1" : 0, "2" : [893, 25, -1, 157, 59, 460]}, {"0" : 893, "1" : 0, "2" : [893, 25, -1, 157, 59, 460]}, {"0" : 89...
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"}, "1": {"type": "integer"}, "2": {"type": "array", "items...
Using the following JSON schema, generate a compatible JSON instance: {"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" : 404405525, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "3d65ef227034fc420eab237515babd7c", "wof:id" : 404405525, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.06360983844519, 43.41943137346232, -1.00526490605683, 43.486656223454...
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": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "required"...
{"Name" : "E07N15", "Objects" : [{"Length" : 20, "Height" : 20, "Stock" : null, "Cost" : 400}], "Items" : [{"Length" : 5, "Height" : 7, "Demand" : 1, "DemandMax" : null, "Value" : 35}, {"Length" : 4, "Height" : 11, "Demand" : 1, "DemandMax" : null, "Value" : 44}, {"Length" : 1, "Height" : 13, "Demand" : 2, "DemandMax" ...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "required": ["Length", "Height", "Stock", "Cost"]}}, "Items": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}, "target": {"type": "string"}, "removeComments": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "declara...
{"compilerOptions" : {"sourceMap" : true, "target" : "ES2019", "removeComments" : false, "allowSyntheticDefaultImports" : true, "declaration" : true, "outDir" : "./lib", "strict" : true, "baseUrl" : ".", "esModuleInterop" : true, "paths" : {"@yorkie-js-sdk/src/*" : ["src/*"], "@yorkie-js-sdk/test/*" : ["test/*"]}, "plu...
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}, "target": {"type": "string"}, "removeComments": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "declaration": {"type": "boolean"}, "outDir": {"type": "string"}, "strict": {...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "3328070016", "district_id" : "3328070", "name" : "TAMANSARI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type":...
{"title" : "Solving 8x8 Hex.", "fields" : ["computer science", "artificial intelligence", "machine learning"], "abstract" : null, "citation" : "Citations (6)", "year" : "2009", "departments" : ["University of Alberta", "University of Alberta"], "conf" : "ijcai", "authors" : ["Philip Henderson.....http://dblp.org/pers/h...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"/hiptop 2\\.0/i": {"type": "string"}, "/hiptop/i": {"type": "string"}}, "required": ["/hiptop 2\\.0/i", "/hiptop/i"]}, "generic": {"type": "string"}}, "required": ["rules...
{"rules" : {"/hiptop 2\\.0/i" : "danger hiptop 2", "/hiptop/i" : "danger hiptop"}, "generic" : "general danger device"}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"/hiptop 2\\.0/i": {"type": "string"}, "/hiptop/i": {"type": "string"}}, "required": ["/hiptop 2\\.0/i", "/hiptop/i"]}, "generic": {"type": "string"}}, "required": ["rules", "generic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "obje...
{"localities" : ["Nashville, TN", "Nashville Elec Serv, TN"], "state" : "TN", "postal_code" : "37246", "locality" : "Nashville, TN", "lat" : 36.159857, "region" : {"fips" : "47", "abbr" : "TN", "name" : "Tennessee"}, "city" : "Nashville", "type" : "UNIQUE", "lng" : -86.791447, "counties" : [{"fips" : "037", "name" : "D...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"all_tests": {"type": "array", "items": {}}, "git": {"type": "string"}, "timeStarted": {"type": "string"}, "timeStopped": {"type": "string"}}, "required": ["all_tests", "git", "timeStarted", "timeStopped"], "$...
{"all_tests" : [], "git" : "b9e4c86d23fe894b626230070bccdc8b06261b27", "timeStarted" : "2021-12-08T02:07:04.136Z", "timeStopped" : "2021-12-08T02:08:12.078Z"}
json_instruct
{"type": "object", "properties": {"all_tests": {"type": "array", "items": {}}, "git": {"type": "string"}, "timeStarted": {"type": "string"}, "timeStopped": {"type": "string"}}, "required": ["all_tests", "git", "timeStarted", "timeStopped"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"NODE": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "etc": {"type": "string"}, "path_cls": {"type": "array", "items": {"type": "string"}}, "ethernet": {"type": "string"}, "port_ns":...
{"NODE" : {"name" : "botface", "path" : "/home/pi/PYRO4DIR/pyro4bot/developing/node", "etc" : "<path>/etc", "path_cls" : ["services", "components"], "ethernet" : "wlan0", "port_ns" : 9090, "port_node" : 4040, "start_port" : 6000, "def_frec" : 0.08, "def_worker" : true}, "services" : {"camera" : {"cls" : "usbcam", "fram...
json_instruct
{"type": "object", "properties": {"NODE": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "etc": {"type": "string"}, "path_cls": {"type": "array", "items": {"type": "string"}}, "ethernet": {"type": "string"}, "port_ns": {"type": "integer"}, "port_node": {"type": "integer"}, "st...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "l...
{"place_name" : "Belleville", "state_name" : "Michigan", "state_abbrv" : "MI", "lat" : "42.2048", "long" : "-83.4852"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "strin...
{"n_dim" : 3, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "platypus_moead", "black" : "pysot_dycors", "traceback" : ["passing", "Black took 81 function evals when instructed to use 81"], "best_val" : [0.18832487388414595, 0.16189985794116912], "best_x" : [[0.3759333684078954, 0.12723356147378...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "arr...
{"rustc" : 1057704222874089767, "features" : "[]", "target" : 1063097095491818907, "profile" : 6269190295429226618, "path" : 10378039050041576877, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/dyn-clone-4711abe2efab519a/dep-lib-dyn-clone"}}], "rustflags" : [], "metadata" : 10939357194659...
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": {"CheckDepInfo": {"type...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "solve-my-problems", "version" : "2.0.0", "description" : "Magic package that solves all problems and makes everything ok.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/AhmedSomaa/solve-my-problems.g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "integer"}, "languages": {"type": "object", "properties": {"nodejs-npm": {"type": "object", "properties": {"specfileHash": {"type": "string"}, "lockfileHash": {"type": "string"}, "guessedImports": {"type"...
{"version" : 2, "languages" : {"nodejs-npm" : {"specfileHash" : "c41e45a5ef99d1e37a73e90407e1ca50", "lockfileHash" : "7d1ffdce9d64e4f824715231e41e62f7", "guessedImports" : ["@/GameConfig", "@/Cell"], "guessedImportsHash" : "1afea53d6a5da26cfe6209edb5ee4408"}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "languages": {"type": "object", "properties": {"nodejs-npm": {"type": "object", "properties": {"specfileHash": {"type": "string"}, "lockfileHash": {"type": "string"}, "guessedImports": {"type": "array", "items": {"type": "string"}}, "guessedImportsHash":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"new_version" : "3.0.0.2"}
json_instruct
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"project": {"type": "string"}, "id": {"type": "string"}, "rev": {"type": "integer"}, "value": {"type": "object", "properties": {"uuid": {"type": "string"}, "fileUri": {"type": "string"}, "filename": {"type": "strin...
{"project" : "org/projectName", "id" : "https://bbp.epfl.ch/nexus/data/resourceName", "rev" : 1, "value" : {"uuid" : "uuid", "fileUri" : "/test/path", "filename" : "test-file.json", "mediaType" : "application/json", "contentSize" : {"unit" : "byte", "value" : 128}, "digest" : {"algorithm" : "md5", "value" : "1234"}}, "...
json_instruct
{"type": "object", "properties": {"project": {"type": "string"}, "id": {"type": "string"}, "rev": {"type": "integer"}, "value": {"type": "object", "properties": {"uuid": {"type": "string"}, "fileUri": {"type": "string"}, "filename": {"type": "string"}, "mediaType": {"type": "string"}, "contentSize": {"type": "object", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "sortnum": {"type": "integer"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}...
{"name" : "Magic Mushroom Stews", "icon" : "magicfungi:clypeus_mushroom_stew", "category" : "magicfungi:general_info", "sortnum" : 3, "pages" : [{"type" : "spotlight", "item" : "magicfungi:impetus_mushroom_stew", "text" : "$(c)$(l)Impetus Mushroom Stew $()is a spicy, ruby-colored mushroom stew made with $(c)$(l)Impetus...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "sortnum": {"type": "integer"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}, "text": {"type": "string"}}, "required":...
Based on the schema below, produce a valid JSON object: {"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" : "HN9bXatZIuVSTDvFlR4dMsPfhg/Vmxp0YOYGEwzxjdVBdmE1Pbmvqgo51vwyootqNN8oH26WOzHeJrzQtIy9NPc=", "cert_user_id" : "retrostc@zeroid.bit", "files" : {"data.json" : {"sha512" : "0ef192870ca1cb8c5906a02767f49d5b1ad5cc45dc9bade316c8dd53d631...
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"}}...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"skeleton": {"type": "string"}, "octicons": {"type": "string"}}, "required": ["skeleton", "octicons...
{"name" : "deployable", "private" : true, "dependencies" : {"skeleton" : "skeleton-css#~2.0.4", "octicons" : "~3.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"skeleton": {"type": "string"}, "octicons": {"type": "string"}}, "required": ["skeleton", "octicons"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://jso...
Construct a JSON document that adheres to this schema specification: {"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"}, ...
{"id" : 10661, "source" : "bullinger", "verse_id" : 18872, "verse_count" : 1, "reference" : "63:5", "title" : "", "html" : " <p> <em>Mine own arm. </em> Compare <a class=\"isa\" verses=\"WzE4ODE3XQ==\">Isaiah 59:16</a>. </p> \n\n <p> <em>salvation </em> = victory. </p> \n\n <p> <em>fury </em> = indignation. Some codice...
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", "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"skeleton.css": {"type": "string"}, "skeleton.min.css": {"type": "string"}}, "required": ["skeleton.css", "skeleton.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skeleton.css" : "sha256-lsuWHbm5bPh5I9n7RmbNntysKfoYwE1Bmo8pY5M8f74=", "skeleton.min.css" : "sha256-2YQRJMXD7pIAPHiXr0s+vlRWA7GYJEK0ARns7k2sbHY="}
json_instruct
{"type": "object", "properties": {"skeleton.css": {"type": "string"}, "skeleton.min.css": {"type": "string"}}, "required": ["skeleton.css", "skeleton.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"...
{"userId" : 30875, "cartId" : "fc832694-9531-491d-93f4-fc7c5e572cc5", "preferredProducts" : [1745, 2187, 594], "productReviews" : [{"productId" : 4433, "reviewText" : "My ant loves to play with it.", "reviewDate" : "2018-02-11T06:07:54.1683017+02:00"}, {"productId" : 3925, "reviewText" : "My Shih-Tzu loves to play with...
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/overgrown_limestone_cobble_window_small"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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#"}
["redux-action-transform-middleware"]
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": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "use...
{"cam/image_array" : "294_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.19876453280448914, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "obje...
{"type" : "FeatureCollection", "title" : "Zmiyevka", "id" : "226829", "bbox" : [33.578871, 46.867107, 33.578871, 46.867107], "description" : "An ancient place, cited: BAtlas 23 G2 Zmiyevka", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [33.578871, 46.867107]}, "properties" : {"desc...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry":...
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" : 404352205, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b7569583f9a50533d1d42ea26ca5e37d", "wof:id" : 404352205, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.56056, 45.84667, 5.56056, 45.84667], "geometry" : {"coordinates"...
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": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"otherData": {"type": "object", "properties": {}, "required": []}, "traceEvents": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["otherData", "traceEvents"], "$schema"...
{"otherData" : {}, "traceEvents" : [{}, {"cat" : "function", "dur" : 233, "name" : "void Foundation::Renderer2D::Shutdown(void)", "ph" : "X", "pid" : 0, "tid" : 1456, "ts" : 95553701847.6}, {"cat" : "function", "dur" : 295, "name" : " Foundation::Application::~Application(void)", "ph" : "X", "pid" : 0, "tid" : 1456, "...
json_instruct
{"type": "object", "properties": {"otherData": {"type": "object", "properties": {}, "required": []}, "traceEvents": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["otherData", "traceEvents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "numbe...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [0.437194, 0.354434, 0.824671, 0.437155, 0.453124, 0.845641, 0.38926, 0.467043, 0.839157, 0.381385, 0.580551, 0.798511, 0.460877, 0.524086, 0.831797, 0.484868, 0.439157, 0.868544, 0.524533, 0.580184, 0.846568, 0.421482, 0.524284, 0.788271, 0.44489...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"worldName": {"type": "string"}, "options": {"type": "object", "properties": {"imageURL": {"type": "string"}, "groundType": {"type": "string"}, "length": {"type": "integer"}, "width": {"type": "integer"}, "uScale": {...
{"worldName" : "custom", "options" : {"imageURL" : "https://i.imgur.com/ielyiKU.png", "groundType" : "box", "length" : 100, "width" : 100, "uScale" : 1, "vScale" : 1, "imageScale" : 1, "timer" : "none", "timerDuration" : 60, "timerEnd" : "continue", "wall" : true, "wallHeight" : 7.7, "wallThickness" : 4.5, "wallColor" ...
json_instruct
{"type": "object", "properties": {"worldName": {"type": "string"}, "options": {"type": "object", "properties": {"imageURL": {"type": "string"}, "groundType": {"type": "string"}, "length": {"type": "integer"}, "width": {"type": "integer"}, "uScale": {"type": "integer"}, "vScale": {"type": "integer"}, "imageScale": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array",...
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.079385, 51.51239], [-0.079075, 51.512099], [-0.078929, 51.511921], [-0.078847, 51.511756], [-0.077737, 51.511544], [-0.077589, 51.511485], [-0.077166, 51.511855], [-0.077705, 51.51223], [-0.078383, 51.512857], [-0.07864, 51.512727], [-0....
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "single-instance": {"type": "boolean"}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean"}, "resizable": {"type": "boolean"}, "width": {"type": "in...
{"name" : "SimpleEncrypt", "main" : "app://preco/package/index.html", "single-instance" : true, "window" : {"toolbar" : false, "resizable" : false, "width" : 500, "height" : 400, "min_width" : 500, "max_width" : 500, "min_height" : 400, "max_height" : 400}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "single-instance": {"type": "boolean"}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean"}, "resizable": {"type": "boolean"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "min_width": {"type...
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st...
{"name" : "simplecookie", "version" : "1.0.1", "description" : "A small javascript utility to make handling cookies simple", "main" : "simpleCookie.js", "repository" : {"type" : "git", "url" : "https://github.com/tevko/simpleCookie.git"}, "keywords" : ["javascript", "cookie"], "author" : "Tim Evko", "license" : "ISC", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009688": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"...
{"type" : "Topology", "objects" : {"E01009688" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00049005", "LAD11CD" : "E08000026"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01009688": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@context": {"type": "object", "properties": {"View": {"type": "string"}, "SparqlView": {"type": "string"}, "AggregateSparqlView": {"type": "string"}, "_uuid": {"type": "string"}}, "required": ["View", "SparqlView", "AggregateS...
{"@context" : {"View" : "https://bluebrain.github.io/nexus/vocabulary/View", "SparqlView" : "https://bluebrain.github.io/nexus/vocabulary/SparqlView", "AggregateSparqlView" : "https://bluebrain.github.io/nexus/vocabulary/AggregateSparqlView", "_uuid" : "https://bluebrain.github.io/nexus/vocabulary/uuid"}, "@id" : "http...
json_instruct
{"type": "object", "properties": {"@context": {"type": "object", "properties": {"View": {"type": "string"}, "SparqlView": {"type": "string"}, "AggregateSparqlView": {"type": "string"}, "_uuid": {"type": "string"}}, "required": ["View", "SparqlView", "AggregateSparqlView", "_uuid"]}, "@id": {"type": "string"}}, "require...
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" : "M\u00e2ron", "dpt" : "Indre", "inscrits" : 601, "abs" : 77, "votants" : 524, "blancs" : 9, "nuls" : 2, "exp" : 513, "res" : [{"panneau" : "2", "voix" : 153}, {"panneau" : "9", "voix" : 108}, {"panneau" : "3", "voix" : 91}, {"panneau" : "11", "voix" : 80}, {"panneau" : "1", "voix" : 31}, {"panneau" : "4", "voi...
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"laxar": {"type": "string"}, "laxar-uik...
{"name" : "pubsub-demo", "version" : "0.1.0-pre", "description" : "pub/sub based shop example", "license" : "MIT", "dependencies" : {"laxar" : "~1.2.0", "laxar-uikit" : "~1.1.0", "laxar-patterns" : "~1.2.0", "laxar-developer-tools-widget" : "^2.0.3", "laxar-react-adapter" : "^0.4.0"}, "devDependencies" : {"jasmine" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"laxar": {"type": "string"}, "laxar-uikit": {"type": "string"}, "laxar-patterns": {"type": "string"}, "laxar-de...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"instances": {"type": "object", "properties": {"threaddump": {"type": "object", "properties": {"label": {"type": "string"}, "fetch_failed": {"type": "string"}, "thread_details_blocked_count": {"type": "string"}, "thread_details...
{"instances" : {"threaddump" : {"label" : "Thread Dump", "fetch_failed" : "Fetching threaddump failed.", "thread_details_blocked_count" : "Blocked count", "thread_details_blocked_time" : "Blocked time", "thread_details_lock_name" : "Lock name", "thread_details_lock_owner_id" : "Lock owner id", "thread_details_lock_owne...
json_instruct
{"type": "object", "properties": {"instances": {"type": "object", "properties": {"threaddump": {"type": "object", "properties": {"label": {"type": "string"}, "fetch_failed": {"type": "string"}, "thread_details_blocked_count": {"type": "string"}, "thread_details_blocked_time": {"type": "string"}, "thread_details_lock_na...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"ty...
{"AB" : ["pd", "pb", "pf", "lc"], "AW" : ["nc", "lb", "jc"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "mb", "", ""]]}
json_instruct
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-tweet-stream": {"type": "string"}}, "required": [...
{"name" : "save-my-tweets", "version" : "1.0.1", "description" : "Node module which streams tweets straight into a JSON file.", "main" : "index.js", "dependencies" : {"node-tweet-stream" : "1.6"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://gith...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-tweet-stream": {"type": "string"}}, "required": ["node-tweet-stream"]}, "scripts": {"type": "object", "prope...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total...
{"champ" : 154, "item" : -1, "kills" : "4.871212121212121", "deaths" : "4.909090909090909", "assists" : "9.969696969696969", "gold" : "10590.363636363636", "cs" : "56.371212121212125", "total" : "924", "wins" : "455", "losses" : "469"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2000, 7], [2001, 7], [2002, 5], [2004, 8], [2005, 7]]
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": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery-ui": {"type": "string"}}, "required": ["jquery-ui"]}},...
{"name" : "jQuery-File-Upload", "version" : "8.3.2", "main" : ["css/jquery.fileupload-ui.css", "js/jquery.iframe-transport.js", "js/jquery.fileupload.js"], "dependencies" : {"jquery-ui" : "~1.10.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery-ui": {"type": "string"}}, "required": ["jquery-ui"]}}, "required": ["name", "version", "main", "dependencies"], "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5":...
{"result" : {"1" : [{"1" : "Gaua Island, Vanuatu (ZGU)", "2" : "airport", "3" : "ZGU", "4" : "ZGU", "5" : "Gaua", "6" : 167.588333, "7" : -14.219722, "10" : "Pacific/Efate"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "obje...
{"localities" : ["Fort Gibson, OK"], "state" : "OK", "postal_code" : "74434", "locality" : "Fort Gibson, OK", "lat" : 35.809549, "region" : {"fips" : "40", "abbr" : "OK", "name" : "Oklahoma"}, "city" : "Fort Gibson", "type" : "STANDARD", "lng" : -95.21087, "counties" : [{"fips" : "021", "name" : "Cherokee County"}, {"f...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "EnergyRechargeRate": {"type": "number"}, "Weight": {"type": "number"}, "WeaponFireRateModifier": {"type": "number"}}, "required": ["ItemType", "Id", "EnergyRechargeRate...
{"ItemType" : 11, "Id" : 156, "EnergyRechargeRate" : -1.0, "Weight" : 40.0, "WeaponFireRateModifier" : 0.5}
json_instruct
{"type": "object", "properties": {"ItemType": {"type": "integer"}, "Id": {"type": "integer"}, "EnergyRechargeRate": {"type": "number"}, "Weight": {"type": "number"}, "WeaponFireRateModifier": {"type": "number"}}, "required": ["ItemType", "Id", "EnergyRechargeRate", "Weight", "WeaponFireRateModifier"], "$schema": "http:...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "libertarianism", "definition" : "Libertarian principles or doctrines."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nft number: 478", "description" : "Rocket Elevator NFT metadata", "image" : "https://ipfs.io/ipfs/QmWM3BASdERCtS4o5cczZfEbv4pN5NkW3sbx7xkqiS1iXV/478.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}}, "required": ["name", "description", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": [...
{"index" : 8201, "hash" : 1939851750, "artDyeHash" : 1939851750, "redacted" : false, "dyeManifestHash" : 206106598, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"InvoiceNumber": {"type": "string"}, "IssuedDate": {"type": "string"}, "TotalAmount": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemTotal": {"type": "string"}, "ItemDescriptio...
{"InvoiceNumber" : "M470746", "IssuedDate" : "April 14. 1995", "TotalAmount" : "378,066.64", "LineItem" : [{"ItemTotal" : "261,811.50", "ItemDescription" : "FEES FOR PROFESSIONAL SERVICES:", "ItemUnitCount" : "", "ItemUnitValue" : ""}, {"ItemTotal" : "116,255.14", "ItemDescription" : "CHARGES:", "ItemUnitCount" : "", "...
json_instruct
{"type": "object", "properties": {"InvoiceNumber": {"type": "string"}, "IssuedDate": {"type": "string"}, "TotalAmount": {"type": "string"}, "LineItem": {"type": "array", "items": {"type": "object", "properties": {"ItemTotal": {"type": "string"}, "ItemDescription": {"type": "string"}, "ItemUnitCount": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type"...
{"name" : "real-commits", "version" : "1.0.0", "description" : "A badge generator to show the \"real\" commits of a repository.", "repository" : {"type" : "git", "url" : "git+https://github.com/hrueger/real-commits.git"}, "keywords" : ["badge", "generator", "commits", "awesome"], "author" : "H. R\u00fcger", "license" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "73508d0620c506db0407", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "ob...
{"name" : "moat-cli", "version" : "1.0.4", "description" : "", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/StevenSh/moat-cli.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/StevenSh/moat-cli/issues"}...
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...
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": {"test": {"type": "string"}, "test:all": {"type":...
{"name" : "spout", "version" : "0.2.0", "description" : "Data transfer across every medium", "main" : "source/index.js", "scripts" : {"test" : "run-s test:all", "test:all" : "nyc mocha -r test/index.js 'test/**/*.spec.js'", "test:integration" : "mocha -r test/index.js 'test/integration/**/*.spec.js'", "test:unit" : "mo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:all": {"type": "string"}, "test:integration": {"type": "string"}, "test:unit": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repo": {"type": "string"}, "icon": {"type": "string"}, "sponsors": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "Move Block", "description" : "Help you manage block movement.", "author" : "vipzhicheng", "repo" : "vipzhicheng/logseq-plugin-move-block", "icon" : "./icon.png", "sponsors" : ["https://www.buymeacoffee.com/vipzhicheng"], "effect" : true}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repo": {"type": "string"}, "icon": {"type": "string"}, "sponsors": {"type": "array", "items": {"type": "string"}}, "effect": {"type": "boolean"}}, "required": ["title", "description", "author...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jss-preset-default", "shingon-load-jss"]
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": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BUT IF IT BE POSSIBLE FOR THE SAME MAN TO HAVE DISTINCT INCOMMUNICABLE CONSCIOUSNESS AT DIFFERENT TIMES,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6343.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "price": {"type": "string"}}, "required": ["title", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Achseln", "price" : "120"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "price": {"type": "string"}}, "required": ["title", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 101885471, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a0737ead1bf55ee7471e4f7610af34a2", "wof:id" : 101885471, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.26493570083858, 47.74898225726992, 1.27349915743912, 47.75612430941817...
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": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "cc144bde81f143b1a2da65160255c25efa0009d1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"class_name" : "prohibitory", "bbox" : "893 341 944 396", "used" : true}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$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"}}, "required": ["test"]}...
{"name" : "mdbootstrap", "version" : "4.1.1", "description" : "Material Design for Bootstrap (MDB) is a powerful Material Design UI KIT for most popular HTML, CSS, and JS framework - Bootstrap.", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ep_bookmark.bookmarkTitle": {"type": "string"}, "ep_bookmark.noPads": {"type": "string"}, "ep_bookmark.addBookmarksAutomatically": {"type": "string"}, "ep_bookmark.addBookmarksAutomatically.title": {"type": "string"}...
{"ep_bookmark.bookmarkTitle" : "Verwalte die Lesezeichen deiner Pads", "ep_bookmark.noPads" : "Keine Pads", "ep_bookmark.addBookmarksAutomatically" : "F\u00fcge neue Pads automatisch hinzu", "ep_bookmark.addBookmarksAutomatically.title" : "Beim Aufruf von Pads werden diese automatisch zur Lesezeichenliste hinzugef\u00f...
json_instruct
{"type": "object", "properties": {"ep_bookmark.bookmarkTitle": {"type": "string"}, "ep_bookmark.noPads": {"type": "string"}, "ep_bookmark.addBookmarksAutomatically": {"type": "string"}, "ep_bookmark.addBookmarksAutomatically.title": {"type": "string"}, "ep_bookmark.addPadToBookmarks": {"type": "string"}, "ep_bookmark.c...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"t...
{"resourceType" : "ValueSet", "id" : "2.16.840.1.114222.4.11.3254", "meta" : {"source" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.3254"}, "url" : "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.3254", "version" : "1", "name" : "PHVS_EmploymentStatus_Flu", "title" : "Em...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {...