input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": ...
{"translation-revision-date" : "2021-04-14 16:19:03+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n > 1;", "lang" : "tr"}, "Chips" : ["\u00c7ipler"], "Block Settings" : ["Blok ayarlar\u0131"], "Head...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["async-chainable-log", "chroma-ci-node", "chroma-ci-watch", "cli-foreachfile", "conkie", "conkie-stats", "dmedyn", "doop-cli", "each-cli", "fe-gulp", "fs-copy-simple", "gastropod", "gulp-git-watch", "gulp-repository-watch", "mfdc-repl", "mindstate", "mindstate-plugin-example", "mindstate-plugin-locations", "mindstate-...
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": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "live": {"type": "object", "properties": {"inherit_index": {"type": "boolean"}, "clean_urls": {"type": "boolean"}}, "requ...
{"title" : "Vulkan Tutorial", "tagline" : "A tutorial that teaches you everything it takes to render 3D graphics with the Vulkan API. It covers everything from Windows/Linux setup to rendering and debugging.", "author" : "Alexander Overvoorde", "live" : {"inherit_index" : true, "clean_urls" : true}, "html" : {"theme" :...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "live": {"type": "object", "properties": {"inherit_index": {"type": "boolean"}, "clean_urls": {"type": "boolean"}}, "required": ["inherit_index", "clean_urls"]}, "html": {"type": "object", "proper...
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" : "500151115001", "text" : "\u9f99\u7fd4\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500151115201", "text" : "\u65b0\u6ee9\u6751\u59d4\u4f1a"}, {"id" : "500151115202", "text" : "\u69d0\u6811\u6751\u59d4\u4f1a"}, {"id" : "500151115203", "text" : "\u8425\u57fa\u6751\u59d4\u4f1a"}, {"id" : "500151115204", "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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3217140011", "district_id" : "3217140", "name" : "TENJOLAUT"}
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": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": [...
{"<page title>" : "Camera Bag - Buy Camera Bag,Digital Camera Case,Camera Sleve Product on Alibaba.com", "fob price" : "Get Latest\nPrice", "minorder quantity" : "5000 Piece/Pieces", "payment terms" : "T/T,Western Union", "port" : "Shenzhen", "supply ability" : "300,000 Piece/Pieces per Month"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment ...
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.258916, 51.438819]}, "properties" : {"listed-building-grade" : "II", "name" : "UNIDENTIFIED TOMB IN CHURCHYARD CIRCA 1 METRE NORTH OF DREWETT TOMB, 15 METRES SOUTH OF PORCH OF CHURCH OF ST JOHN", "documentation-url" : "https://historicengland.org....
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": {"listed-building-grade": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "...
{"ast" : null, "code" : "\"use strict\";\n\nexports.__esModule = true;\nexports.default = void 0;\n\nvar _react = require(\"react\");\n\nvar isServer = false;\n\nvar _default = () => {\n var mountedInstances = new Set();\n var state;\n\n function emitChange(component) {\n state = component.props.reduceComponentsT...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "noname": {"type": "string"}, "opening_hours:signed": {"type": "string"}, "shop": {"t...
{"type" : "Feature", "id" : "node/7951451025", "properties" : {"craft" : "beekeeper", "noname" : "yes", "opening_hours:signed" : "no", "shop" : "honey", "id" : "node/7951451025"}, "geometry" : {"type" : "Point", "coordinates" : [10.9119344, 50.9080758]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "noname": {"type": "string"}, "opening_hours:signed": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "non...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ...
[{"manufacturer" : "DEXP", "market_name" : "M750", "codename" : "M750", "model" : "Ixion M750"}]
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"rpcUrl": {"type": "string"}, "holdingTokenAddress": {"type": "string"}, "holdingTokenLiquidityPoolAddress": {"type": "string"}, "liquidityMiningAddress": {"type": "string"}, "rewardTokenAddress": {"type": "string"}, "rewarderA...
{"rpcUrl" : "http://localhost:4444", "holdingTokenAddress" : "0x2e6B1d146064613E8f521Eb3c6e65070af964EbB", "holdingTokenLiquidityPoolAddress" : "0x3a18e61d9c9f1546dea013478dd653c793098f17", "liquidityMiningAddress" : "0xf730af26e87D9F55E46A6C447ED2235C385E55e0", "rewardTokenAddress" : "0x2e6B1d146064613E8f521Eb3c6e6507...
json_instruct
{"type": "object", "properties": {"rpcUrl": {"type": "string"}, "holdingTokenAddress": {"type": "string"}, "holdingTokenLiquidityPoolAddress": {"type": "string"}, "liquidityMiningAddress": {"type": "string"}, "rewardTokenAddress": {"type": "string"}, "rewarderAccountAddress": {"type": "string"}, "totalRewardAmountWei":...
Following the schema specification below, generate a valid 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": "num...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[126.0, 22.583333333333332], [126.0, 22.666666666666668], [126.125, 22.666666666666668], [126.125, 22.583333333333332], [126.0, 22.583333333333332]]]}, "properties" : {"code" : 332670, "url" : "http://madefor.github.io/0410/api/v1/332670.geojson",...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {}}}, "required": ["name", ...
{"name" : "Poeira Elemental", "description" : "Fragmentos dispersos do Cristal do Or\u00e1culo. Mostra tesouros ocultos por perto.", "sortorder" : 855, "category" : "CONSUME", "materialtype" : "Item de Aventura", "source" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {}}}, "required": ["name", "description", "sortorder", "category", "materialtype", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "num...
{"frame_id" : 5023, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"right" : 0.77976, "bottom" : 0.465855, "top" : 0.046362, "recognized" : false, "bb_big_enough" : true, "class" : "artwork", "left" : 0.435147}, {"artwork_id" : "david_bronzo_donatello", "right" : 0.619423, "bottom" : 0.763585, "...
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1411.3403538075472, 1480.0691052282364], [1390.163783564864, 1484.3044192767732], [1368.9872133221804, 1484.3044192767732], [1343.5753290309601, 1484.3044192767732], [1324.516415812545, 1490.6573903495782], [1313.9281306912033, 1503.3633324951884], [1299.1045315213248, 1516.0692746407985]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "to...
{"changepoint" : "2020-01-25", "country" : {"code" : "CZE", "group" : "cs", "name" : "Czech Republic"}, "topics" : [{"diff" : 15374.0, "topic" : "Microorganisms"}, {"diff" : 15111.0, "topic" : "Rna viruses"}, {"diff" : 15107.0, "topic" : "Viruses"}, {"diff" : 15100.0, "topic" : "Baltimore classification"}, {"diff" : 14...
json_instruct
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"requestedFiles": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type":...
{"description" : "Batch of results for file pre-signed-URLs and/or FileHandles requests.", "properties" : {"requestedFiles" : {"type" : "array", "description" : "Defines the files to get.", "items" : {"$ref" : "org.sagebionetworks.repo.model.file.FileResult"}}}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"requestedFiles": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$r...
Please provide a valid JSON object following this schema: {"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": "int...
{"nom" : "Sart\u00e8ne", "dpt" : "Corse-du-Sud", "inscrits" : 2341, "abs" : 727, "votants" : 1614, "blancs" : 40, "nuls" : 31, "exp" : 1543, "res" : [{"panneau" : "2", "voix" : 373}, {"panneau" : "9", "voix" : 363}, {"panneau" : "11", "voix" : 347}, {"panneau" : "3", "voix" : 270}, {"panneau" : "8", "voix" : 69}, {"pan...
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"...
Please provide a valid JSON object following this schema: {"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"...
{"name" : "BDatePicker", "version" : "0.1.0", "summary" : "BDatePicker is a tool for quickly selecting a date from a wide range.", "description" : "BDatePicker provides a simple framework for producing a popup from which to select a date\nusing a calendar and time picker. It's build upon the existing pod 'PopupDialog'"...
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Etude", "definitions" : ["A short musical composition, typically for one instrument, designed as an exercise to improve the technique or demonstrate the skill of the player."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"],...
{"Time" : "2021-05-31T08:00:00Z", "Temp" : 38.8, "RelHum" : 11, "WindSpeed" : 6.1, "WindDir" : 248}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "ob...
{"line_cd" : 99424, "line_name" : "\u5999\u9ad8\u306f\u306d\u3046\u307e\u30e9\u30a4\u30f3", "line_lon" : 138.0056284368, "line_lat" : 37.092750222369, "line_zoom" : 10, "station_l" : [{"station_cd" : 1140321, "station_g_cd" : 1140321, "station_name" : "\u76f4\u6c5f\u6d25", "lon" : 138.242265, "lat" : 37.170251}, {"stat...
json_instruct
{"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "properties": {"station_cd": {"type": "integer"}, "station_g_cd"...
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" : "amazon stone", "definition" : "A variety of feldspar, having a verdigris-green color."}
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": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "393dc12f1be568e22ff3", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dietist", "definition" : "One skilled in dietetics. [R.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "updater-demo", "version" : "1.0.0", "lockfileVersion" : 1}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Bluegrass": {"type": "array", "items": {"type": "string"}}}, "required": ["Bluegrass"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Bluegrass" : ["CountryMusic", "FolkMusic", "Blues", "FolkMusic", "Jazz", "CountryMusic", "Jazz", "Rock", "FolkMusic", "Blues", "FolkMusic", "CountryMusic"]}
json_instruct
{"type": "object", "properties": {"Bluegrass": {"type": "array", "items": {"type": "string"}}}, "required": ["Bluegrass"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birt...
{"player_id" : 289, "name" : "Anthony Allen", "position" : "WR", "height" : "5-11", "weight" : "180", "current_team" : null, "birth_date" : "1959-06-29", "birth_place" : "McComb, MS", "death_date" : null, "college" : "Washington", "high_school" : "Garfield, WA", "draft_team" : "Atlanta Falcons", "draft_round" : "6", "d...
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"country_code": {"type": "string"}, "parents": {"type": "array", "items": {"type": "string"}}, "locale": {"type": "string"}, "subdivisions": {"type": "object", "properties": {"Dawukou Qu": {"type": "object", "pr...
{"country_code" : "CN", "parents" : ["CN", "Ningxia Huizuzizhiqu", "Shizuishan Shi"], "locale" : "zh-Hans", "subdivisions" : {"Dawukou Qu" : {"local_code" : "\u5927\u6b66\u53e3\u533a"}, "Huinong Qu" : {"local_code" : "\u60e0\u519c\u533a"}, "Pingluo Xian" : {"local_code" : "\u5e73\u7f57\u53bf"}}}
json_instruct
{"type": "object", "properties": {"country_code": {"type": "string"}, "parents": {"type": "array", "items": {"type": "string"}}, "locale": {"type": "string"}, "subdivisions": {"type": "object", "properties": {"Dawukou Qu": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org...
[{"year" : 1996, "sex" : "F", "n" : 14, "prop" : 7.3e-06}, {"year" : 1997, "sex" : "F", "n" : 19, "prop" : 9.95e-06}, {"year" : 1998, "sex" : "F", "n" : 30, "prop" : 0}, {"year" : 1999, "sex" : "F", "n" : 26, "prop" : 0}, {"year" : 2000, "sex" : "F", "n" : 34, "prop" : 0}, {"year" : 2001, "sex" : "F", "n" : 42, "prop" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": ...
{"artist_id" : "ARGJVKV1187B9ACBF1", "artist_latitude" : null, "artist_location" : "Kingston, Jamaica", "artist_longitude" : null, "artist_name" : "Grace Jones", "duration" : 281.59955, "num_songs" : 1, "song_id" : "SOTAYHT12A58A78771", "title" : "Pull Up To The Bumper", "year" : 1981}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Please provide a valid JSON object following 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" : "Jossigny", "circ" : "8\u00e8me circonscription", "dpt" : "Seine-et-Marne", "inscrits" : 441, "abs" : 249, "votants" : 192, "blancs" : 13, "nuls" : 8, "exp" : 171, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Michel FAUVERGUE", "voix" : 107}, {"nuance" : "LR", "nom" : "Mme Chantal BRUNEL", "voix" : 64}]}
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"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee2...
{"configuration" : ["UPSCALINGALGORITHM", "ENABLEPNGCRUSH", "SKIPUPSCALING", "ENABLEMOZJPEG", "OUTPUTCOMPRESSIONGMODE", "DOWNSCALINGALGORITHM"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -8303, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 5818460657, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" ...
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618f...
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": "null"}}, "required": ["contract", "tool", "sta...
{"contract" : "0x6e251c08dc330fd67804bdbb547739dd8546775d", "tool" : "securify", "start" : 1563650345.9386802, "end" : 1563650350.0043073, "duration" : 4.065627098083496, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
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#"}
[[1996, 7], [1997, 5], [2001, 6], [2002, 5], [2003, 5], [2005, 8], [2008, 5], [2009, 5], [2010, 7], [2012, 8], [2013, 8], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "...
{"id" : 2160, "citation_title" : "Keynesian, New Keynesian, and New Classical Economics", "citation_author" : ["Bruce C. Greenwald", "Joseph E. Stiglitz"], "citation_publication_date" : "1987-02-01", "issue_date" : "1987-02-01", "revision_date" : "None", "topics" : null, "program" : ["Economic Fluctuations and Growth"]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "progr...
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.0, 43.25], [137.0, 43.333333333333336], [137.125, 43.333333333333336], [137.125, 43.25], [137.0, 43.25]]]}, "properties" : {"code" : 643770, "url" : "http://madefor.github.io/0410/api/v1/643770.geojson", "view" : "https://github.com/madefor/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": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3578141002", "nama" : "Tandes"}, {"id" : "3578141006", "nama" : "Karang Poh"}, {"id" : "3578141007", "nama" : "Balongsari"}, {"id" : "3578141009", "nama" : "Manukan Kulon"}, {"id" : "3578141011", "nama" : "Manukan Wetan"}, {"id" : "3578141012", "nama" : "Banjar Sugihan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["postscribe"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "te...
{"private" : true, "name" : "collected-press", "version" : "1.0.0", "description" : "A template for kick starting a Cloudflare Workers project", "main" : "index.js", "scripts" : {"dev" : "wrangler dev", "test" : "echo \"Error: no test specified\" && exit 1", "format" : "prettier --write '**/*.{js,css,json,md}'"}, "auth...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "format": {"type": "string"}}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_l...
{"id" : 136159, "name" : "Nordic Chapter Smart City Community Group", "is_closed" : false, "description" : "A community group around smart city technologies and challenges in the nordic region", "shortname" : "smartcity-nordic", "discr" : "w3cgroup", "type" : "community group", "_links" : {"self" : {"href" : "https://a...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0x0bed3e92702099dfc0c0d12d19f19375097ad8814ac1cb11bbbb2375f539609e", "parentHash" : "0xdd0394d85d7be416e35b5171d7faf6a87c619a6f3f35d7bf1dabcc06d8dce480", "number" : 98492, "timestamp" : 1439773771, "nonce" : "0xd51552cf60814e5a", "difficulty" : 3865057689689, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"character": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "id": {"type": "string"}, "lastName": {"type": "string"}, "ranking": {"type": "integer"}, "score": {"type": "integ...
{"character" : "kilik", "email" : "test@gmail.com", "firstName" : "", "id" : "2Zzp6wwOUXaJNRnHEvhOIzU1Fhs1", "lastName" : "", "ranking" : 500, "score" : 1, "username" : "Test", "winner" : false}
json_instruct
{"type": "object", "properties": {"character": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "id": {"type": "string"}, "lastName": {"type": "string"}, "ranking": {"type": "integer"}, "score": {"type": "integer"}, "username": {"type": "string"}, "winner": {"type": "boolean"}}, "requir...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "str...
{"category" : "ForthS-Compiler", "classinstvars" : [], "classvars" : [], "commentStamp" : "LM 2/16/2018 17:48", "instvars" : [], "name" : "ForthSCompiler", "pools" : [], "super" : "StringCompiler", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "pools": {"type": "array", "items": {}}, "super": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name...
{"category" : "Zinc-BLIP-TCP", "classinstvars" : [], "classvars" : [], "commentStamp" : "", "instvars" : ["server", "address", "port", "isIncoming", "status", "reader", "writer", "error", "openTimeout"], "name" : "TCPConnection", "pools" : [], "super" : "TCPEndpoint", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"angular-resource.js": {"type": "string"}, "angular-resource.min.js": {"type": "string"}}, "required": ["angular-resource.js", "angular-resource.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-resource.js" : "sha256-/B10+ee3EaPCDhtnJLObl9ETVW2M3omfsDcVgGVEFzk=", "angular-resource.min.js" : "sha256-Zs08mH6a62teplVoG3rshWKXtR8w0N8kZT4Dg2ekA1g="}
json_instruct
{"type": "object", "properties": {"angular-resource.js": {"type": "string"}, "angular-resource.min.js": {"type": "string"}}, "required": ["angular-resource.js", "angular-resource.min.js"], "$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"}, "peerDependencies": {"type": "object", "properties": {"@ngxs/store": {"type": "string"}, "@angular/fire": {"type": "string"}}, "required": ["@ngxs/store", "...
{"name" : "@ngxs-labs/firestore-plugin", "version" : "0.1.33", "peerDependencies" : {"@ngxs/store" : ">=3.4.0 <4.0.0", "@angular/fire" : ">=7.2.0"}, "homepage" : "https://github.com/ngxs-labs/firebase-plugin#readme", "repository" : {"type" : "git", "url" : "https://github.com/ngxs-labs/firestore-plugin"}, "license" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@ngxs/store": {"type": "string"}, "@angular/fire": {"type": "string"}}, "required": ["@ngxs/store", "@angular/fire"]}, "homepage": {"type": "string"}, "repository": {"type"...
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": "number"}}}, "required": ["type", "coordinates"]}, "properties...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.943639, 51.431408]}, "properties" : {"listed-building" : "1022453", "name" : "CHALKSTONES", "point" : "POINT (-1.943639 51.431408)", "listed-building-grade" : "II", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/...
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": {"listed-building": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str...
{"id" : 638, "name" : "LJ.com / Removing the Cprod modules", "description" : "LiveJournal.com - Removing/Hiding the Prodding Modules", "user" : {"id" : 499, "name" : "whatever", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2006-07-14T13:22:23.000Z", "we...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "620602122200", "text" : "\u84c4\u6c34\u6751\u59d4\u4f1a"}, {"id" : "620602122201", "text" : "\u6c99\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "620602122202", "text" : "\u6da8\u6cd7\u6751\u59d4\u4f1a"}, {"id" : "620602122203", "text" : "\u5357\u6c34\u6751\u59d4\u4f1a"}, {"id" : "620602122204", "text" : "\u4e0b\u53cc\...
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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : ["less-import: ./src/less/less/ds6/variables.less", "less-import: ./src/less/less/ds6/mixins.less", "less-import: ./src/less/gh/ds6/gh-mixins.less"]}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"inferno-devtools.js": {"type": "string"}, "inferno-devtools.min.js": {"type": "string"}}, "required": ["inferno-devtools.js", "inferno-devtools.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno-devtools.js" : "sha256-21gWnOuatXTJqlpKax6aFhb8Tyj7pD4pifZxTSzBPDY=", "inferno-devtools.min.js" : "sha256-2k9mt4HnDwzMHeRSjAwjPncp85MwlF/StvkYEXx+8LM="}
json_instruct
{"type": "object", "properties": {"inferno-devtools.js": {"type": "string"}, "inferno-devtools.min.js": {"type": "string"}}, "required": ["inferno-devtools.js", "inferno-devtools.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6203181004", "district_id" : "6203181", "name" : "TUMBANG TIHIS"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"isDeprecatedLicenseId": {"type": "boolean"}, "licenseText": {"type": "string"}, "standardLicenseTemplate": {"type": "string"}, "name": {"type": "string"}, "licenseId": {"type": "string"}, "standardLicenseHeader": {"type": "...
{"isDeprecatedLicenseId" : false, "licenseText" : "\"THE BEER-WARE LICENSE\" (Revision 42): <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp",...
json_instruct
{"type": "object", "properties": {"isDeprecatedLicenseId": {"type": "boolean"}, "licenseText": {"type": "string"}, "standardLicenseTemplate": {"type": "string"}, "name": {"type": "string"}, "licenseId": {"type": "string"}, "standardLicenseHeader": {"type": "string"}, "seeAlso": {"type": "array", "items": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"error": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "string"}}, "required": ["type", "content"]}}, "required": ["error", "messag...
{"error" : 0, "message" : "Abfrage erfolgreich", "data" : {"type" : "html", "content" : "<b>Some content</b>"}}
json_instruct
{"type": "object", "properties": {"error": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "string"}}, "required": ["type", "content"]}}, "required": ["error", "message", "data"], "$schema": "http://json-schema.org/draft-07/sc...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "padding": {"type": "object", "properties": {"left": {"type": "integer"}, "ri...
{"size" : {"width" : 10, "height" : 20}, "padding" : {"left" : 0, "right" : 0, "top" : 20, "bottom" : 0}}
json_instruct
{"type": "object", "properties": {"size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "padding": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}, "bottom": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod":...
{"name" : "skip-the-line", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"start" : "if-env NODE_ENV=production && npm run start:prod || npm run start:dev", "start:prod" : "node server.js", "start:dev" : "concurrently \"nodemon --ignore 'client/*'\" \"npm run client\"", "client" : "cd clien...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod": {"type": "string"}, "start:dev": {"type": "string"}, "client": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uZg/TMwtZNu8qGJIXMkTtA==": {"type": "string"}, "CAujcIPGH40a85oTo7YBMg==": {"type": "string"}, "/AOZWZdZ8q5pHBOzP6se+g==": {"type": "string"}, "SMpZ/Y65BpJ23t101Hw0hA==": {"type": "string"}, "SvsBn6SCOoMkLsJYxo7lwQ==": {"ty...
{"uZg/TMwtZNu8qGJIXMkTtA==" : "lseriwvz_400x400-128x128.jpg", "CAujcIPGH40a85oTo7YBMg==" : "00-128x128.png", "/AOZWZdZ8q5pHBOzP6se+g==" : "scoop-600x581.jpg", "SMpZ/Y65BpJ23t101Hw0hA==" : "tide-600x537.jpg", "SvsBn6SCOoMkLsJYxo7lwQ==" : "layered-600x547.jpg", "btzRqtAgkxMaCCnrHi7I8A==" : "%E3%83%93%E3%83%A5%E3%83%BC%E3...
json_instruct
{"type": "object", "properties": {"uZg/TMwtZNu8qGJIXMkTtA==": {"type": "string"}, "CAujcIPGH40a85oTo7YBMg==": {"type": "string"}, "/AOZWZdZ8q5pHBOzP6se+g==": {"type": "string"}, "SMpZ/Y65BpJ23t101Hw0hA==": {"type": "string"}, "SvsBn6SCOoMkLsJYxo7lwQ==": {"type": "string"}, "btzRqtAgkxMaCCnrHi7I8A==": {"type": "string"}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/History.txt", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/Manifest.txt", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/README.txt", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/Rakefile", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/demo/fastmath.rb", "/lib/ruby/ge...
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"...
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [68.5354330708661, 43.2872727272727, 0.89584282040596, 95.496062992126, 73.7745454545455, 0.664737217128277, 65.007874015748, 80.7563636363636, 0.462173741310835, 69.2913385826772, 141.963636363636, 0.14267353748437, 54.4251968503937, 153.13454545...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-...
{"word" : "Proposal", "definitions" : ["A plan or suggestion, especially a formal or written one, put forward for consideration by others.", "The action of proposing a plan or suggestion.", "An offer of marriage."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"EventInstanceId": {"type": "string"}, "EventTimeStamp": {"type": "string"}, "CaseId": {"type": "string"}, "JurisdictionId": {"type": "string"}, "CaseTypeId": {"type": "string"}, "EventId": {"type": "string"}, "NewStateId": {"typ...
{"EventInstanceId" : "some event instance Id", "EventTimeStamp" : "2020-12-07T17:39:22.232622", "CaseId" : "some case reference", "JurisdictionId" : "IA", "CaseTypeId" : "Asylum", "EventId" : "some event Id", "NewStateId" : "some new state Id", "UserId" : "some user Id", "AdditionalData" : {"Data" : {"lastModifiedDirec...
json_instruct
{"type": "object", "properties": {"EventInstanceId": {"type": "string"}, "EventTimeStamp": {"type": "string"}, "CaseId": {"type": "string"}, "JurisdictionId": {"type": "string"}, "CaseTypeId": {"type": "string"}, "EventId": {"type": "string"}, "NewStateId": {"type": "string"}, "UserId": {"type": "string"}, "AdditionalD...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"inputmask/jquery.inputmask.date.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.date.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.js": {"type": "string"}, "inputmask/jquery....
{"inputmask/jquery.inputmask.date.extensions.js" : "sha512-1DYWyXMfHPvawFhuMhevxpdg4geh2uFaRKgwMJfMxVFK8eof8BgzdBNTELC9jKbljDdtOVaTpkOiVInKEu4RcQ==", "inputmask/jquery.inputmask.date.extensions.min.js" : "sha512-PiKk0YTguLJYVrwMWbN7WfE6BqKx0kkcPsG0tvpuKGqgrDMF9Jr7CZuzCU//TOuWEyXrQ+5UP7I+5hkrKCAqjg==", "inputmask/jquery...
json_instruct
{"type": "object", "properties": {"inputmask/jquery.inputmask.date.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.date.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.min.js": {"type": "string"}, "inputmask/j...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score":...
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.7286389, "y" : 0.19070178}, {"x" : 0.87894017, "y" : 0.19070178}, {"x" : 0.87894017, "y" : 0.419775}, {"x" : 0.7286389, "y" : 0.419775}], "score" : 0.60071915}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"...
{"name" : "@wayrunner/redux-modules", "version" : "0.0.1", "description" : "Combines action creation with reducers", "main" : "./distribution/index.js", "homepage" : "https://github.com/wayrunner/redux-modules", "scripts" : {"test" : "mocha --compilers js:babel-core/register", "build" : "babel src --out-dir distributio...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["description"...
{"description" : "Bar gives you some dumb info", "id" : "https://example.com/testdata/generate/composite_validation/foo/bar.json", "allOf" : [{"$ref" : "other.json"}, {"$ref" : "otherother.json"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["description", "id", "allOf"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "...
[{"Date" : "03/27/2009 12:20:00 AM", "Beat" : "0622", "Primary Type" : "PUBLIC INDECENCY", "ID" : "6857985"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "czmlValue": {"type": "boolean"}, "czmlExamples": {"type": "array", "items": ...
{"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://analyticalgraphicsinc.github.io/czml-writer/Schema/Values/CartographicDegreesValue.json", "title" : "CartographicDegrees", "description" : "A geodetic, WGS84 position specified as `[Longitude, Latitude, Height]`, where Longitude and Latitude are i...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "czmlValue": {"type": "boolean"}, "czmlExamples": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"extension_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "extension_short_name": {"type": "object", "prope...
{"extension_name" : {"description" : "Extension name", "message" : "Saladict, wielofunkcyjny wbudowany t\u0142umacz. Rozszerzenie Chrome / Firefox."}, "extension_short_name" : {"description" : "Extension short name", "message" : "Saladict"}, "extension_description" : {"description" : "Description of extension", "messag...
json_instruct
{"type": "object", "properties": {"extension_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "extension_short_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"Similarity" : "0.999", "Title" : "Roles of Adults Gestures and Eye Gaze in Whole or Object Part Presenting", "Year" : 2012}, {"Similarity" : "0.989", "Title" : "Childrens social referencing reflects sensitivity to graded uncertainty", "Year" : 2017}, {"Similarity" : "0.985", "Title" : "Infant contributions to joint ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease two 9x5-inch loaf pans.", "Mix flour, sugar, squash, oil, pineapple, nuts, eggs, vanilla extract, cinnamon, baking soda, salt, and baking powder together in a bowl; pour into prepared loaf pans.", "Bake in the preheated oven until a toothpick inser...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Pa...
{"Hello" : "Hei", "File" : "Tiedosto", "Exit" : "Lopeta", "Edit" : "Muokata", "Undo" : "Kumoa", "Redo" : "Tee uudelleen", "Cut" : "Leikata", "Copy" : "Kopio", "Paste" : "Liit\u00e4", "Delete" : "Poistaa", "Select All" : "Valitse kaikki", "View" : "N\u00e4yt\u00e4", "Reload" : "Lataa uudelleen", "Force Reload" : "Pakota...
json_instruct
{"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Paste": {"type": "string"}, "Delete": {"type": "string"}, "Se...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"typ...
{"name" : "@es-barcodes/ean", "version" : "1.0.2", "description" : "EAN bar-codes encoder", "main" : "lib/index.js", "module" : "lib/index.js", "author" : "Sanich Kotikov <sancho@cdrpro.ru> (https://sanichkotikov.github.io)", "license" : "MIT", "files" : ["lib"], "scripts" : {"size" : "size-limit", "build" : "tsc", "te...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"anger": {"type": "integer"}, "surprise": {"type": "integer"}}, "required": ["anger", "surprise"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"anger" : 0, "surprise" : 1}
json_instruct
{"type": "object", "properties": {"anger": {"type": "integer"}, "surprise": {"type": "integer"}}, "required": ["anger", "surprise"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "in...
{"id" : 212, "uid" : 10947209, "uname" : "abyssyume", "face" : "http://i1.hdslb.com/bfs/face/0d64fdc15081660e247ed22f792c002a06934c03.jpg", "originContentModify" : "\u5367\u69fd\uff0c\u8d3a\u7535\u8d3a\u7535\uff0c\u4f60TM\u7b97\u4ec0\u4e48\u4e1c\u897f\uff0cFxxk U.", "originType" : 1, "reasonType" : 7, "punishTime" : 14...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "in...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["530802101001", "\u8fc7\u8857\u697c\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101002", "\u901a\u5546\u5357\u8def\u793e\u533a\u5c45\u6c11\u59d4\u4f1a", "111", "0"], ["530802101003", "\u897f\u56ed\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101004", "\u8001\u8857\u793e\...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool...
{"contract" : "0x5e640a8e52fa0edfac5ff1655bc9f2e10dbe9606", "tool" : "securify", "start" : 1563790831.4298244, "end" : 1563790834.9742286, "duration" : 3.5444042682647705, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schemaRef": {"type": "string"}, "message": {"type": "object", "properties": {"timestamp": {"type": "string"}, "event": {"type": "string"}, "ScanType": {"type": "string"}, "BodyName": {"type": "string"}, "BodyID": {"...
{"$schemaRef" : "https://eddn.edcd.io/schemas/journal/1", "message" : {"timestamp" : "2021-11-05T15:46:28Z", "event" : "Scan", "ScanType" : "AutoScan", "BodyName" : "Elphin", "BodyID" : 1, "Parents" : [{"Null" : 0}], "StarSystem" : "Elphin", "NOTStarPos" : [-30.125, 8.1875, -17.0], "SystemAddress" : 3932076118738, "Dis...
json_instruct
{"type": "object", "properties": {"$schemaRef": {"type": "string"}, "message": {"type": "object", "properties": {"timestamp": {"type": "string"}, "event": {"type": "string"}, "ScanType": {"type": "string"}, "BodyName": {"type": "string"}, "BodyID": {"type": "integer"}, "Parents": {"type": "array", "items": {"type": "ob...
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" : 85927371, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a84d92a57927298fc36cdbebd8f89a9e", "wof:id" : 85927371, "wof:repo" : "whosonfirst-data-admin-kr"}, "bbox" : [126.670622, 37.429202, 126.691589, 37.443734], "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": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"db": {"type": "string"}, "app": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["db", "app"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"db" : "mongodb://localhost/mean-dev", "app" : {"name" : "<%= appName %> - <%= appDescription %> - Development"}}
json_instruct
{"type": "object", "properties": {"db": {"type": "string"}, "app": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["db", "app"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "string...
{"name" : "Destroying Destroyers", "level" : 80, "story" : 56, "goals" : [{"active" : "Something's wrong at Fire Island.", "complete" : "The asuran researchers on Fire Island were not prepared for all the Destroyers. I helped them get their recording devices restarted and took the opportunity to collect a sample of Des...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "string"}}, "required": ["active", "complete"]}}, "id": {"type": "integer"}},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "YACToDo", "displayName" : "YACToDo"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/sch...
{"_blockType" : "Checkbox", "_id" : "miam-requirement_acknowledgement", "label" : "I acknowledge the need to attend a MIAM and be able to show proof of having done so", "required" : true}
json_instruct
{"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Cancel": {"type": "string"}, "OK": {"type": "string"}, "Delete": {"type": "string"}, "Save Changes": {"type": "string"}, "Run Macro": {"type": "string"}, "Load Macro": {"type": "string"}, "This field is required.": {"type": "str...
{"Cancel" : "Annuler", "OK" : "OK", "Delete" : "Supprimer", "Save Changes" : "Enregistrer les modifications", "Run Macro" : "Ex\u00e9cuter une macro", "Load Macro" : "", "This field is required." : "Ce champ est obligatoire.", "Passwords should be equal." : "", "New Macro" : "", "Macro Name" : "Nom de macro", "Macro Va...
json_instruct
{"type": "object", "properties": {"Cancel": {"type": "string"}, "OK": {"type": "string"}, "Delete": {"type": "string"}, "Save Changes": {"type": "string"}, "Run Macro": {"type": "string"}, "Load Macro": {"type": "string"}, "This field is required.": {"type": "string"}, "Passwords should be equal.": {"type": "string"}, ...
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" : "NORICA", "frequency" : 31, "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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "520524205001", "text" : "\u8001\u8857\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520524205002", "text" : "\u7ec6\u6728\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520524205203", "text" : "\u4e2d\u5be8\u6751\u59d4\u4f1a"}, {"id" : "520524205204", "text" : "\u5173\u5fc3\u6751\u59d4\u4f1a"}, {"id" : "520524205205",...
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "fa133063a6f73cec33d0", "c" : {"cms" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "object", "properties": {"default_popup": {"type": "str...
{"manifest_version" : 3, "version" : "0.0.0.1", "name" : "Link saver", "description" : "Link Saver ectension helps to save the important links for future help to find the IMPORTANT links in one place.", "action" : {"default_popup" : "index.html", "default_icon" : "files/logo.png"}, "permissions" : ["tabs"]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "string"}}, "required": ["default_popup", "de...
Using the following JSON schema, generate a compatible JSON instance: {"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" : "FeatureCollection", "title" : "Tell Abqa", "id" : "894104", "bbox" : [44.933965, 34.381619, 44.933965, 34.381619], "description" : "An ancient place, cited: BAtlas 91 G3 Tell Abqa", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [44.933965, 34.381619]}, "properties" : {"de...
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":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"tha-ap451:1.1": {"type": "string"}, "tha-ap451:2.1": {"type": "string"}, "tha-ap451:3.1": {"type": "string"}, "tha-ap451:4.1": {"type": "string"}, "tha-ap451:5.1": {"type": "string"}, "tha-ap451:6.1": {"type"...
{"tha-ap451:1.1" : "dr33.67, ms20Ap1_5851, msdiv61, ndp28.30, sya33.64", "tha-ap451:2.1" : "ms20Ap1_5852, msdiv62", "tha-ap451:3.1" : "ms20Ap1_5853, msdiv63", "tha-ap451:4.1" : "csp1ed21.30, csp2ed21.30, ms20Ap1_5854, msdiv64, pts-vp-pli2.401", "tha-ap451:5.1" : "ms20Ap1_5855, msdiv65, vri58.30", "tha-ap451:6.1" : "ms2...
json_instruct
{"type": "object", "properties": {"tha-ap451:1.1": {"type": "string"}, "tha-ap451:2.1": {"type": "string"}, "tha-ap451:3.1": {"type": "string"}, "tha-ap451:4.1": {"type": "string"}, "tha-ap451:5.1": {"type": "string"}, "tha-ap451:6.1": {"type": "string"}, "tha-ap451:7.1": {"type": "string"}, "tha-ap451:8.1": {"type": "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http...
{"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "To land on the wind\nTo lodge and flourish."}}
json_instruct
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"rules": {"type": "object", "properties": {"global-require": {"type": "string"}, "guard-for-in": {"type": "string"}, "no-await-in-loop": {"type": "string"}, "no-console": {"type": "string"}, "no-control-regex"...
{"rules" : {"global-require" : "off", "guard-for-in" : "off", "no-await-in-loop" : "off", "no-console" : "off", "no-control-regex" : "off", "no-restricted-syntax" : "off", "import/no-dynamic-require" : "off", "import/no-extraneous-dependencies" : "off"}}
json_instruct
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"global-require": {"type": "string"}, "guard-for-in": {"type": "string"}, "no-await-in-loop": {"type": "string"}, "no-console": {"type": "string"}, "no-control-regex": {"type": "string"}, "no-restricted-syntax": {"type": "string"}, "import/no-...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": ...
{"logs" : [{"outputFile" : "C:\\Users\\AstroBoy\\AndroidStudioProjects\\AlarmManager\\AlarmClock\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn-rIN\\values-kn-rIN.xml", "map" : [{"source" : "G:\\Android\\.gradle\\caches\\transforms-1\\files-1.1\\materialdatetimepicker-3.6.4.aar\\6c5f2884...
json_instruct
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startCol...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "description": {"type": "string"}, "...
{"author" : {"name" : "Thai Pangsakulyanont @dtinth"}, "bugs" : {"url" : "https://github.com/istanbuljs/babel-plugin-istanbul/issues"}, "description" : "A babel plugin that adds istanbul instrumentation to ES6 code", "greenkeeper" : {"ignore" : ["find-up", "cross-env"]}, "homepage" : "https://github.com/istanbuljs/babe...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "description": {"type": "string"}, "greenkeeper": {"type": "object", "properties": {"ignore": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.287092, 33.989122], [-118.28039, 33.989154], [-118.280526, 33.982378], [-118.287044, 33.982179], [-118.287092, 33.989122]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 9321}}]}
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}, "platform": {"type": "string"}, "version": {"type": "string"}, "wabVersion": {"type": "string"}, "author": {"type": "string"}, "description": ...
{"name" : "PrintPlusEcan", "label" : "Print Plus", "type" : "widget", "platform" : "HTML", "version" : "2.17", "wabVersion" : "2.17", "author" : "Esri R&D Center Beijing, Dave Spriggs, Larry Stout, modified by ECan GIS Team", "description" : "The PrintPlus Widget will print the map to several file formats using several...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}, "platform": {"type": "string"}, "version": {"type": "string"}, "wabVersion": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "licen...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"iosfwd": {"type": "string"}, "vector": {"type": "string"}, "includes": {"type": "string"}}, "required": ["iosfwd", "vector", "includes"]}, "cmake.sourceDirecto...
{"files.associations" : {"iosfwd" : "cpp", "vector" : "cpp", "includes" : "cpp"}, "cmake.sourceDirectory" : "${workspaceFolder:Cpp}", "cmake.debugConfig" : {"stopAtEntry" : false, "MIMode" : "lldb", "logging" : {"trace" : true, "engineLogging" : true, "traceResponse" : true}}, "cmake.parallelJobs" : 8}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"iosfwd": {"type": "string"}, "vector": {"type": "string"}, "includes": {"type": "string"}}, "required": ["iosfwd", "vector", "includes"]}, "cmake.sourceDirectory": {"type": "string"}, "cmake.debugConfig": {"type": "object", "prop...
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"}, "departments": {"type": "array", "items": {"type": "string"}}, "au...
{"title" : "nTD: Noise-Profile Adaptive Tensor Decomposition.", "fields" : ["memory footprint", "grid", "anomaly detection", "noisy data", "probabilistic logic"], "abstract" : "Tensor decomposition is used for many web and user data analysis operations from clustering, trend detection, anomaly detection, to correlation...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "prope...
{"id" : "NTGA0", "name" : {"en" : "Anaa / Tukuhora"}, "country" : "PF", "region" : null, "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "NTGA", "iata" : "AAA"}, "location" : {"latitude" : -17.3526, "longitude" : -145.51, "elevation" : 3}, "timezo...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["fro...
{"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Iryna_Kindzerska", "to" : "Iryna Kindzerska"}], "pages" : {"36636420" : {"pageid" : 36636420, "ns" : 0, "title" : "Iryna Kindzerska", "pageprops" : {"defaultsort" : "Kindzerska, Iryna", "page_image_free" : "Irina_Kindzerska.jpg", "wikibase-shortdesc" : "Ukrai...
json_instruct
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"36...