input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttex...
{"itemid" : "minecraft:skull", "displayname" : "\u00a76Campfire God Badge", "nbttag" : "{HideFlags:254,SkullOwner:{Id:\"62982401-1d16-3064-88fe-5ad9bb909b42\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDA4MGJiZWZjYTg3ZGMwZjM2NTM2YjY1MDg0MjVj...
json_instruct
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "i...
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=557", "name" : "Rural Alliance for Sanitation, Technology, Health and Environment", "primaryEmail" : "rasthe@ymail.com", "website" : "http://www.rasthe.org", "organisationType" : ["Direct Service"], "telephone" : ["911123973494", "9111...
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"reportRequests": {"type": "array", "items": {"type": "object", "properties": {"viewId": {"type": "string"}, "dateRanges": {"type": "array", "items": {"type": "object", "properties": {"endDate": {"type": "string"}, ...
{"reportRequests" : [{"viewId" : "112233445566778899", "dateRanges" : [{"endDate" : "1998-01-01", "startDate" : "1998-01-01"}], "metrics" : [{"expression" : "ga:users"}], "dimensions" : [{"name" : "ga:country"}]}]}
json_instruct
{"type": "object", "properties": {"reportRequests": {"type": "array", "items": {"type": "object", "properties": {"viewId": {"type": "string"}, "dateRanges": {"type": "array", "items": {"type": "object", "properties": {"endDate": {"type": "string"}, "startDate": {"type": "string"}}, "required": ["endDate", "startDate"]}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {...
{"id" : 19368, "title" : ["[Harbor Bistro, Dining Room]"], "description" : ["Sunlight streams in from the two large windows, brightly illuminating this cheery room. Painted a sunny yellow, the walls sport several ebonwood-framed landscapes done in oil paint or watercolor. Smooth, oak floorboards of varying hues lay c...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"19367"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type"...
{"geometry" : {"type" : "Point", "coordinates" : [-107.71, 43.25]}, "type" : "Feature", "id" : "82642", "properties" : {"other_cities" : "Lost Cabin", "city" : "Lysite", "state" : "WY", "county" : "Fremont County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"template": {"type": "string"}, "count": {"type": "integer"}, "columns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "payload": {"type": "object", "proper...
{"template" : "xml", "count" : 2, "columns" : [{"name" : "greeting", "type" : "const", "payload" : {"value" : ""}}, {"name" : "from", "type" : "const", "payload" : {"value" : "from"}}], "payload" : {"header" : false, "separator" : " "}}
json_instruct
{"type": "object", "properties": {"template": {"type": "string"}, "count": {"type": "integer"}, "columns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "payload": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]...
Construct a JSON document that adheres to this schema specification: {"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/mod...
{"cam/image_array" : "2502_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.3860040009021759, "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#"}
Create a JSON structure that matches this schema definition: {"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" : 101896747, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9fa89a585f35ad7261921feba451b098", "wof:id" : 101896747, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.45234258751634, 43.64284187992621, 3.46168312846822, 43.64995048309703...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2004, 5], [2005, 9], [2006, 8], [2007, 5], [2008, 7], [2009, 7], [2010, 11], [2011, 6], [2012, 8], [2014, 11]]
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "wildnature:block/carbonatite_wall_bricks_small_inventory"}
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": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type...
{"id" : 1278431, "name" : "Ancient Gear Frame", "is_illegal" : false, "is_custom" : false, "text" : "You can discard 1 card; add 1 \"Ancient Gear Golem\", or 1 Spell/Trap that specifically lists the card \"Ancient Gear Golem\" in its text, from your Deck to your hand. You can only use this effect of \"Ancient Gear Fram...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"95107\"": {"type": "string"}, "\"95096\"": {"type": "string"}, "\"94990\"": {"type": "string"}}, "...
{"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"95107\"" : "Gorno Orizari", "\"95096\"" : "Ivankovci", "\"94990\"" : "Veles"}, "hits" : "3717"}
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"95107\"": {"type": "string"}, "\"95096\"": {"type": "string"}, "\"94990\"": {"type": "string"}}, "required": ["\"95107\"", "\"95096\"", "\"94990\""]}, "hit...
Generate a valid JSON object that conforms to the following 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": {"t...
{"nom" : "Saint-H\u00e9lier", "dpt" : "C\u00f4te-d'Or", "inscrits" : 39, "abs" : 5, "votants" : 34, "blancs" : 5, "nuls" : 1, "exp" : 28, "res" : [{"panneau" : "1", "voix" : 19}, {"panneau" : "2", "voix" : 9}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "...
{"h" : [{"d" : [{"s" : ["`towasingen~"], "e" : ["\ufff9`Towakoten~ `ako~ `ko~ `lalan~ `a~ `mikorkor~.\ufffa\ufffb\u6211\u7528\u5341\u5b57\u93ac\u6316\u8def\u3002"], "f" : "\u7528\u5341\u5b57\u93ac\u6316\u6398\u5427\uff01"}]}], "stem" : "towakot", "t" : "towakoten"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e",...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"timestamp": {"type": "integer"}, "bidRequestId": {"type": "string"}, "impid": {"type": "string"}, "price": {"type": "number"}}, "required": ["timestamp", "bidRequestId", "impid", "price"], "$schema": "http://json-s...
{"timestamp" : 1396461865, "bidRequestId" : "1ed60c60-d924-4f4a-9214-15b55eebe96c", "impid" : "5ed6d076-acb5-4cc6-ad92-101699a8d40c", "price" : 0.35156032}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "bidRequestId": {"type": "string"}, "impid": {"type": "string"}, "price": {"type": "number"}}, "required": ["timestamp", "bidRequestId", "impid", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"template": {"type": "string"}, "static": {"type": "object", "properties": {"url": {"type": "string"}, "port": {"type": "string"}, "fromPath": {"type": "string"}, "toPath": {"type": "string"}, "username": {"type...
{"template" : "laattapiste-sftp", "static" : {"url" : "ow1.ows.fi", "port" : "2234", "fromPath" : "[<from-path>]", "toPath" : "[<to-path>]", "username" : "<username>", "password" : "<password>", "proxyHost" : "[<socks-server-host>]", "proxyPort" : "[<socks-server-port>]"}, "dynamic" : {"authConfig.path" : "targetObject...
json_instruct
{"type": "object", "properties": {"template": {"type": "string"}, "static": {"type": "object", "properties": {"url": {"type": "string"}, "port": {"type": "string"}, "fromPath": {"type": "string"}, "toPath": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "proxyHost": {"type": "string...
Create an example JSON object that satisfies this schema: {"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/sc...
[{"year" : 1921, "sex" : "F", "n" : 6, "prop" : 4.69e-06}, {"year" : 1923, "sex" : "F", "n" : 9, "prop" : 7.19e-06}, {"year" : 1926, "sex" : "F", "n" : 5, "prop" : 4.06e-06}, {"year" : 1927, "sex" : "F", "n" : 6, "prop" : 4.85e-06}, {"year" : 1929, "sex" : "F", "n" : 6, "prop" : 5.18e-06}, {"year" : 1930, "sex" : "F", ...
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, ...
{"name" : "react-sigma-graph", "version" : "0.0.14", "license" : "MIT", "description" : "A react component to easily make sigma graph visualizations.", "repository" : {"type" : "git", "url" : "https://github.com/yeastgenome/react-sigma-graph.git"}, "main" : "build/index.js", "peerDependencies" : {"react" : "^16.3.0"}, ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"gameTime": {"type": "number"}, "goalsData": {"type": "array", "items": {"type": "object", "properties": {"goalScorerName": {"type": "string"}, "goalShotTime": {"type": "number"}, "goalSide": {"type": "string"}, "goalSpeed": {"ty...
{"gameTime" : 600.017, "goalsData" : [{"goalScorerName" : "ToPP", "goalShotTime" : 481.817, "goalSide" : "Red", "goalSpeed" : 2.874, "goalTime" : 483.167, "goalTravelTime" : 1.35}, {"goalScorerName" : "MaddoHatto", "goalShotTime" : 519.6, "goalSide" : "Red", "goalSpeed" : 1.592, "goalTime" : 521.4, "goalTravelTime" : 1...
json_instruct
{"type": "object", "properties": {"gameTime": {"type": "number"}, "goalsData": {"type": "array", "items": {"type": "object", "properties": {"goalScorerName": {"type": "string"}, "goalShotTime": {"type": "number"}, "goalSide": {"type": "string"}, "goalSpeed": {"type": "number"}, "goalTime": {"type": "number"}, "goalTrav...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"mn17:1.1": {"type": "string"}, "mn17:2.1": {"type": "string"}, "mn17:3.1": {"type": "string"}, "mn17:4.1": {"type": "string"}, "mn17:5.1": {"type": "string"}, "mn17:6.1": {"type": "string"}, "mn17:7-22.1": {"type"...
{"mn17:1.1" : "bj10.264, dr12.192, ms9M_689, msdiv190, ndp9.141, nya1, sya12.212, vri12.150", "mn17:2.1" : "nya2", "mn17:3.1" : "cck12.199, csp1ed9.150, csp2ed9.150, ms9M_690, msdiv191, nya3, pts-vp-pli1.105, sya12.213", "mn17:4.1" : "bj10.266, cck12.200, dr12.193, ms9M_691, msdiv192, ndp9.142, nya4, sya12.214, vri12.1...
json_instruct
{"type": "object", "properties": {"mn17:1.1": {"type": "string"}, "mn17:2.1": {"type": "string"}, "mn17:3.1": {"type": "string"}, "mn17:4.1": {"type": "string"}, "mn17:5.1": {"type": "string"}, "mn17:6.1": {"type": "string"}, "mn17:7-22.1": {"type": "string"}, "mn17:23.1": {"type": "string"}, "mn17:24.1": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metada...
{"id" : "9a2e0d69-213f-441d-8d75-5cd8bd4568c9", "playerTags" : ["ef9f8b95-9e73-49cd-be54-60f84858a285"], "teamTags" : ["a37f9158-7f82-46bc-908c-c9e2dda7c33b", "f02aeae2-5e6a-4098-9842-02d2273f25c7"], "gameTags" : ["734ccfe8-9e00-45a8-a005-dbad1a7fb1e4"], "metadata" : {"play" : 293, "subPlay" : -1}, "created" : "2021-04...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"} ...
{"accessKeyId" : "GW0nN1zUUeKWW0xFHvzV", "secretAccessKey" : "OaiTfBMKD/bLrFGidaxVGnaTgNSd+LqAcCozLlq8", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_values": {"type": "object", "properties": {"career": {"type": "string"}, "civil_status": {"type": "string"}, "committees": {"type": "array", "items": {"type": "string"}}, "dob": {"type": "string"}, "electoral"...
{"_values" : {"career" : "Digamadulla District Leader in Sri Lanka Podujana Peramuna Party.", "civil_status" : "Married", "committees" : ["Ministerial Consultative Committee on Wildlife & Forest Conservation"], "dob" : "30-06-1954", "electoral" : "Digamadulla", "name" : "Hon. Wimalaweera Dissanayake, M.P.", "occupation...
json_instruct
{"type": "object", "properties": {"_values": {"type": "object", "properties": {"career": {"type": "string"}, "civil_status": {"type": "string"}, "committees": {"type": "array", "items": {"type": "string"}}, "dob": {"type": "string"}, "electoral": {"type": "string"}, "name": {"type": "string"}, "occupation": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "htt...
{"parent" : "block/cube_column", "textures" : {"end" : "society:items/raw_charcoal_top", "side" : "society:items/raw_charcoal"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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.813854, 53.737586]}, "properties" : {"name" : "BLR064", "minimum-net-dwellings" : "12", "start-date" : "2018-12-31", "site-plan-url" : "https://maps.calderdale.gov.uk/map/Aurora.svc/run?script=%5CAurora%5CScripts%5CBrownfield%20Land%20Register%202...
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": {"name": {"type": "string"}, "minim...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"t...
{"id" : 1740, "name" : "Fused Weapon Collection", "description" : "<c=@flavor>Collect all of the Fused weapon skins to show off your wild side.</c>", "requirement" : "Unlock all Fused weapon skins in your wardrobe.", "locked_text" : "", "type" : "ItemSet", "flags" : ["IgnoreNearlyComplete", "Pvp", "Hidden", "RepairOnL...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "bits": {"type": "array", "items": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"compressionLevel": {"type": "integer"}, "dereferenceLinks": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "string"}}, "force": {"type": "boolean"}, "mode": {"type": "string"}, "outputEntry": {...
{"compressionLevel" : 9, "dereferenceLinks" : true, "entries" : ["dist/common", "dist/graphql", "dist/GithubApp", "dist/MergeClient", "node_modules", "host.json", "proxies.json"], "force" : true, "mode" : "add", "outputEntry" : "build/functions.zip", "quiet" : false, "verbose" : false}
json_instruct
{"type": "object", "properties": {"compressionLevel": {"type": "integer"}, "dereferenceLinks": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "string"}}, "force": {"type": "boolean"}, "mode": {"type": "string"}, "outputEntry": {"type": "string"}, "quiet": {"type": "boolean"}, "verbose": {"type": "b...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors"...
{"contract" : "0x748f9a0ac36b123c7e4f687f7737f759628c4392", "tool" : "honeybadger", "start" : 1565850584.684701, "end" : 1565850693.0487914, "duration" : 108.36409044265747, "analysis" : [{"errors" : [], "file" : "/unique_chucks/10/0x748f9a0ac36b123c7e4f687f7737f759628c4392.sol", "name" : "BigToken"}, {"errors" : [], "...
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/...
[{"type" : "bugfix", "category" : "cloudfront", "description" : "Fix whitespace removal on custom policy"}, {"type" : "feature", "category" : "CodeBuild", "description" : "CodeBuild also now supports Git Submodules. CodeBuild now supports opting out of Encryption for S3 Build Logs. By default these logs are encrypted...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "PARTICULAR EXISTENCES; AND OUR KNOWLEDGE AND REASON ABOUT OTHER THINGS, IS ONLY AS THEY CORRESPOND WITH THOSE OF OUR PARTICULAR IDEAS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/12703.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": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "prop...
{"id" : "", "name" : "", "font_family" : "iconfont", "css_prefix_text" : "icon-", "description" : "", "glyphs" : [{"icon_id" : "688339", "name" : "iconfont-wo", "font_class" : "iconfontwo", "unicode" : "e604", "unicode_decimal" : 58884}, {"icon_id" : "2485167", "name" : "menu", "font_class" : "menu", "unicode" : "e61f"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "str...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["currentword", "nextword", "tooty"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"herois": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "descricao": {"type": "string"}, "nome": {"type": "string"}}, "required": ["id", "descricao", "nome"]}}}, "required": ["herois...
{"herois" : [{"id" : 2, "descricao" : "Acrobata que vive perigosamente", "nome" : "Valmir dan\u00e7arino"}, {"descricao" : "Um mestre das Artes Marciais", "nome" : "Friedrich", "id" : 3}]}
json_instruct
{"type": "object", "properties": {"herois": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "descricao": {"type": "string"}, "nome": {"type": "string"}}, "required": ["id", "descricao", "nome"]}}}, "required": ["herois"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ElementalArmor": {"type": "array", "items": {"type": "string"}}}, "required": ["ElementalArmor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ElementalArmor" : ["ElementalPowers", "ImprovisedArmour", "InstantArmor", "WreathedInFlames", "SubTrope", "ElementalBarrier", "SisterTrope", "ElementalWeapon", "SandBlaster", "DishingOutDirt", "ShockAndAwe", "MakeMeWannaShout", "PoisonousPerson", "ExtraOreDinary", "ArcVillain", "BlowYouAway", "AnIcePerson", "HoistByH...
json_instruct
{"type": "object", "properties": {"ElementalArmor": {"type": "array", "items": {"type": "string"}}}, "required": ["ElementalArmor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ...
{"id" : 24567, "title" : ["[Black Wolves' Grand Ballroom]"], "description" : ["Shades of sea green and soft white envelop this capacious hall. Two outstretched chandeliers hang from the ceiling, their upswept arms decked in faceted crystals that cast a multitude of tiny reflections across the room. Tall, narrow windo...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"24561"...
Create an example JSON object that satisfies 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" : "Os-Marsillon", "dpt" : "Pyr\u00e9n\u00e9es-Atlantiques", "inscrits" : 417, "abs" : 60, "votants" : 357, "blancs" : 11, "nuls" : 3, "exp" : 343, "res" : [{"panneau" : "9", "voix" : 92}, {"panneau" : "2", "voix" : 74}, {"panneau" : "3", "voix" : 73}, {"panneau" : "11", "voix" : 32}, {"panneau" : "4", "voix" : 2...
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"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"datdot": {"type": "string"}}, "required": ["datdot"]}, "scripts...
{"name" : "datdot-wallet", "version" : "0.0.0", "description" : "crytpo wallet for datdot", "main" : "src/datdot-wallet.js", "bin" : {"datdot" : "cli/index.js"}, "scripts" : {"start" : "node cli --dev", "web" : "budo web/wallet.js:bundle.js --open --live --ssl", "build" : "browserify --full-paths web/wallet.js > bundle...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"datdot": {"type": "string"}}, "required": ["datdot"]}, "scripts": {"type": "object", "properties": {"start": {"type": "str...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "objec...
{"address" : "1BLogC9LN4oPDcruNz3qo1ysa133E9AGg8", "cert_auth_type" : "web", "cert_sign" : "HO+ZC3q7ElJf0NppBvZ1OmzHtVuvRx6bqpGlcNJ6bY9uyw56QliuYahFW6ji7QM88GJE16A9v/8zm6CCr80ap0o=", "cert_user_id" : "isomer@zeroid.bit", "files" : {"data.json" : {"sha512" : "e91880d3efd0373aac74d04652bbbc63ab4d1a0a56ff01e65e6bd43248754...
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"}}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}},...
{"expireTime" : 9007200844251661000, "key" : "wordpress-media-291", "val" : {"fileNodeID" : "2fd353fd-6aa9-56f4-8c2e-ae2902eb16d1", "modified" : "2019-01-31T09:30:54.000Z"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.o...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "string"}, "subchains": {"type": "object", "properties": {"105-31-3531": {"type": "object", "properties": {"narrator_ids": {"...
{"data" : {"index" : 3531, "path" : "/people/narrators/3531", "subchains" : {"105-31-3531" : {"narrator_ids" : [105, 31, 3531], "verse_paths" : ["/books/al-kafi:4:3:3:1"]}, "20-105-31-3531" : {"narrator_ids" : [20, 105, 31, 3531], "verse_paths" : ["/books/al-kafi:4:3:3:1"]}, "31-3531" : {"narrator_ids" : [31, 3531], "v...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "string"}, "subchains": {"type": "object", "properties": {"105-31-3531": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "...
Construct a JSON document that adheres to this schema specification: {"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" : 1918, "sex" : "F", "n" : 5, "prop" : 4.16e-06}, {"year" : 1919, "sex" : "F", "n" : 5, "prop" : 4.26e-06}, {"year" : 1921, "sex" : "F", "n" : 9, "prop" : 7.03e-06}, {"year" : 1922, "sex" : "F", "n" : 7, "prop" : 5.61e-06}, {"year" : 1923, "sex" : "F", "n" : 6, "prop" : 4.79e-06}, {"year" : 1925, "sex" : "F", ...
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["429006119001", "\u80e1\u5e02\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["429006119207", "\u65b0\u6c11\u6751\u59d4\u4f1a", "112", "0"], ["429006119208", "\u5927\u5174\u6751\u59d4\u4f1a", "220", "0"], ["429006119209", "\u4e94\u623f\u6751\u59d4\u4f1a", "220", "0"], ["429006119210", "\u7a0b\u8001\u6751\u5...
json_instruct
{"type": "array", "items": {"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": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo"...
{"id" : "06012", "name" : {"en" : "Fugloy / Kirkja"}, "country" : "FO", "region" : null, "identifiers" : {"wmo" : "06012"}, "location" : {"latitude" : 62.3194, "longitude" : -6.3206, "elevation" : 54}, "timezone" : "Atlantic/Faroe"}
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": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"script": {"type": "string"}, "watch": {"type": "boolean"}, "ignore_watch": {"type": "array", "items": {"type": "string"}}, "watch_options": {"type": "object", "properties": {"followSymlinks": {"type": "boolean"...
{"script" : "Bot.js", "watch" : true, "ignore_watch" : [".git", ".gitignore", "botConfig", "node_modules", "README.md", "reinstall"], "watch_options" : {"followSymlinks" : false}, "name" : "Bot"}
json_instruct
{"type": "object", "properties": {"script": {"type": "string"}, "watch": {"type": "boolean"}, "ignore_watch": {"type": "array", "items": {"type": "string"}}, "watch_options": {"type": "object", "properties": {"followSymlinks": {"type": "boolean"}}, "required": ["followSymlinks"]}, "name": {"type": "string"}}, "required...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"baseUrls": {"type": "array", "items": {"type": "string"}}, "headers": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "duration": {"type": "integer"}, "connections": {"type": "integer"}, "se...
{"baseUrls" : ["http://74.125.237.114", "http://74.125.237.115", "http://74.125.237.116"], "headers" : {"host" : "www.google.com.au"}, "duration" : 5000, "connections" : 1, "sequence" : [{"path" : "/"}]}
json_instruct
{"type": "object", "properties": {"baseUrls": {"type": "array", "items": {"type": "string"}}, "headers": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "duration": {"type": "integer"}, "connections": {"type": "integer"}, "sequence": {"type": "array", "items": {"type": "object", "p...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nineslice_size": {"type": "integer"}, "base_size": {"type": "array", "items": {"type": "integer"}}}, "required": ["nineslice_size", "base_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nineslice_size" : 4, "base_size" : [8, 8]}
json_instruct
{"type": "object", "properties": {"nineslice_size": {"type": "integer"}, "base_size": {"type": "array", "items": {"type": "integer"}}}, "required": ["nineslice_size", "base_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"...
{"contract" : "0xbb8a43af111b59c7742f36e9cd245357d04059fd", "tool" : "osiris", "start" : 1564625588.8476243, "end" : 1564625591.6056154, "duration" : 2.757991075515747, "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://...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "category": {"type": "object", "properties": ...
{"@context" : "http://greendelta.github.io/olca-schema/context.jsonld", "@type" : "Source", "@id" : "55a202e6-1365-3aa7-83c1-e1cea4e10927", "name" : "National Energy Technology Laboratory (NETL). 2008. Development of baseline data and analysis of life cycle greenhouse gas emissions of petroleum-based fuels", "descripti...
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "category": {"type": "object", "properties": {"@type": {"type": "string"}, "@id": {"type": "string"}, "n...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"...
{"name" : "cloud-classification", "version" : "0.0.1", "engines" : {"node" : "0.10.32"}, "scripts" : {"start" : "nodemon ./bin/www"}, "dependencies" : {"body-parser" : "~1.8.1", "cookie-parser" : "~1.3.3", "debug" : "~2.0.0", "dotenv" : "^0.4.0", "express" : "^4.9.5", "express-session" : "^1.8.2", "mongoose" : "^3.8.17...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "objec...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"typ...
{"name" : "@exalif/ngx-k-code", "version" : "2.1.0", "license" : "MIT", "description" : "Angular 6+ konami code directive", "author" : {"name" : "Exalif", "email" : "noreply@nowebsite.com"}, "homepage" : "https://github.com/exalif/angular-libs", "repository" : {"type" : "git", "url" : "https://github.com/exalif/angular...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "strin...
{"web" : [{"value" : ["\u7136\u800c", "\u4e0d\u8fc7", "\u867d\u7136"], "key" : "nevertheless"}, {"value" : ["\u6447\u7bee\u66f2"], "key" : "nevertheless berceuse"}, {"value" : ["\u65e0\u8bba\u5982\u4f55"], "key" : "Nevertheless I"}], "query" : "nevertheless", "translation" : ["\u4e0d\u8fc7"], "errorCode" : "0", "dict" ...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "strin...
{"name" : "Convincing the Corsair", "level" : 80, "story" : 85, "goals" : [{"active" : "Make a deal with Sayida.", "complete" : "I proposed a trade to Sayida the Sly, who informed me that while she felt honor bound to aid me in exchange for her coin, she had already turned Zaeim in to the Mordant Crescent for the bount...
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"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"globalize/currency.js": {"type": "string"}, "globalize/currency.min.js": {"type": "string"}, "globalize/date.js": {"type": "string"}, "globalize/date.min.js": {"type": "string"}, "globalize/message.js": {"type": "str...
{"globalize/currency.js" : "sha256-CpHILV9i49FKXaSyt+rfIbM1QKQ51E6ndAkOaR4c+IA=", "globalize/currency.min.js" : "sha256-LUgGUC7ERJsPPkBAeoq+RlyyDlFXNMH1y/NtN1UfxYA=", "globalize/date.js" : "sha256-rqT5J1+p214I7eMXtOeSkw6L8dPgTS3ZycO9ZpDabIU=", "globalize/date.min.js" : "sha256-MZ1wb2K787nB4jSVTobeoZaaRKXbCTCh49mBZEFH4r...
json_instruct
{"type": "object", "properties": {"globalize/currency.js": {"type": "string"}, "globalize/currency.min.js": {"type": "string"}, "globalize/date.js": {"type": "string"}, "globalize/date.min.js": {"type": "string"}, "globalize/message.js": {"type": "string"}, "globalize/message.min.js": {"type": "string"}, "globalize/num...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "object", "properties": {"license": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "m...
{"name" : "p-limit", "version" : "3.1.0", "files" : {"license" : {"checkedAt" : 1640884525575, "integrity" : "sha512-0fM2/ycrxrltyaBKfQ748Ck23VlPUUBgNAR47ldf4B1V/HoXTfWBSk+vcshGKwEpmOynu4mOP5o+hyBfuRNa8g==", "mode" : 420, "size" : 1117}, "readme.md" : {"checkedAt" : 1640884529610, "integrity" : "sha512-ySNHxpk4UvAYy3wT...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "object", "properties": {"license": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": [...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "requ...
{"name" : "HyperTalkFramework", "version" : "0.2", "summary" : "HyperTalk Framework for iOS", "homepage" : "https://hypertalk.net", "license" : {"type" : "MIT", "text" : ""}, "authors" : {"Cosmin Porumb" : "cosmin@hpm.ro"}, "platforms" : {"ios" : "11.0"}, "vendored_frameworks" : "HyperTalkFramework.framework", "source"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id_10196": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"ty...
{"id_10196" : {"title" : "Works and Days, The Theogony, and The Shield of Heracles", "language" : "English", "totaltime" : "02:29:05", "url_librivox" : "http://librivox.org/works-and-days-the-theogony-and-the-shield-of-heracles-by-hesiod/", "url_iarchive" : "http://archive.org/details/worksdaystheogonyshieldofheracles_...
json_instruct
{"type": "object", "properties": {"id_10196": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"ty...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"KGXN.MX": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry...
{"KGXN.MX" : {"short_name" : "KION GROUP AG", "long_name" : "KION GROUP AG", "summary" : "KION GROUP AG provides industrial trucks, warehouse technology, supply chain solutions, and related services worldwide. The company operates through Industrial Trucks and Services, Supply Chain Solutions, and Corporate Services se...
json_instruct
{"type": "object", "properties": {"KGXN.MX": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {}, "required": []...
{"name" : "diagonal", "version" : "1.0.0", "description" : "", "main" : "index.js", "private" : true, "devDependencies" : {}, "scripts" : {"dev" : "http-server -c-1"}, "author" : "", "license" : "ISC", "dependencies" : {"tiny-game-engine" : "git://github.com/tunylund/tiny-game-engine.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"dev": {"type"...
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#"}
[["You", "know", "I", "grind", "all", "day", ",", "grind", "all", "night"], ["I", "think", "it", "'s", "time", "for", "some", ",", "it", "'s", "time", "for", "some"], ["Mo", "scrilla", ",", "mo", "scrilla", ",", "mo", "scrilla"], ["The", "next", "day", ",", "same", "thing", "the", "next", "night"], ["I", "think", "it",...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "p...
{"userId" : 65298, "cartId" : "cb9b9a79-abe8-4d13-be56-9ce28c2d46ff", "preferredProducts" : [736, 3026, 1011, 230], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:watch": {"t...
{"name" : "reduction-calculation", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node app/index.js", "start:watch" : "nodemon --inspect=0.0.0.0 --ext css,js,njk --legacy-watch app/index.js", "test" : "jest --runInBand", "test:lint" : "standard", "test:watch" : "jest --coverage=fa...
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:watch": {"type": "string"}, "test": {"type": "string"}, "test:lint": {"type": "stri...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"skins": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}}, "names": {"type": "array", "items": {"type": "object", "properties": {"name": {"type":...
{"skins" : [{"filename" : "punkguy.png"}], "names" : [{"name" : "Sven"}, {"name" : "Eugene"}, {"name" : "Dennis"}, {"name" : "Donny"}, {"name" : "Spike"}], "chat" : [{"lines" : [{"text" : "J'suis all\u00e9 \u00e0 un concert le week-end dernier. Y'a eu un mosh pit!"}, {"text" : "Les Pok\u00e9mon de type Combat dans les ...
json_instruct
{"type": "object", "properties": {"skins": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}}, "names": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "chat": {"type": "array", "items...
Please provide a valid JSON object following this 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", "tool", "...
{"contract" : "0x9c2b887e3c06bd77c04480dd1c7480d1d9ae0b16", "tool" : "osiris", "start" : 1564576819.788918, "end" : 1564576822.5637455, "duration" : 2.774827480316162, "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://...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "SOLOK SELATAN", "originalFilename" : "OKe.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 137039, "noUrut" : 1, "nama" : "BUKHARI, B.A", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "izal pp copy.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 103143, "noUrut" : 2...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"test_chimeric_sam_nonspecific.bam": {"type": "string"}, "test_chimeric_sam_nonspecific.ligation_count": {"type": "string"}, "test_chimeric_sam_nonspecific.num_cpus": {"type": "integer"}}, "required": ["test_chi...
{"test_chimeric_sam_nonspecific.bam" : "tests/data/dummy.txt", "test_chimeric_sam_nonspecific.ligation_count" : "tests/data/dummy.txt", "test_chimeric_sam_nonspecific.num_cpus" : 4}
json_instruct
{"type": "object", "properties": {"test_chimeric_sam_nonspecific.bam": {"type": "string"}, "test_chimeric_sam_nonspecific.ligation_count": {"type": "string"}, "test_chimeric_sam_nonspecific.num_cpus": {"type": "integer"}}, "required": ["test_chimeric_sam_nonspecific.bam", "test_chimeric_sam_nonspecific.ligation_count",...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type"...
{"station_g" : [{"pref_cd" : 32, "line_cd" : 11708, "line_name" : "JR\u5c71\u53e3\u7dda", "station_cd" : 1170825, "station_name" : "\u6771\u9752\u539f"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_na...
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#"}
[[1969, 5], [1970, 5], [1971, 6], [1972, 10], [1973, 8], [1974, 9], [1976, 11], [1977, 19], [1978, 15], [1979, 11], [1980, 15], [1981, 11], [1984, 9], [1985, 7], [1991, 6], [1992, 6], [1996, 6], [1998, 5], [1999, 6], [2000, 6], [2001, 11], [2002, 11], [2003, 10], [2004, 9], [2005, 13], [2006, 10], [2007, 8], [2008, 15]...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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#"}
["shell-empty"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"shortCode": {"type": "string"}, "code": {"type": "string"}, "names": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "fr", "de"]}, "...
{"shortCode" : "HM", "code" : "HMD", "names" : {"en" : "Heard Island and McDonald Islands", "fr" : "\u00cele Heard et \u00eeles McDonald", "de" : "Heard- und McDonald-Inseln"}, "currency" : "AUD", "continent" : "AN", "population" : "0", "area" : "412.0", "capital" : "", "latitude" : null, "longitude" : null, "north" : ...
json_instruct
{"type": "object", "properties": {"shortCode": {"type": "string"}, "code": {"type": "string"}, "names": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}, "de": {"type": "string"}}, "required": ["en", "fr", "de"]}, "currency": {"type": "string"}, "continent": {"type": "string"}, "popu...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "relationships": {"type": "array", "items": {"type"...
{"fields" : [{"name" : "name", "type" : "string"}, {"name" : "unit", "type" : "select", "options" : ["nap", "h\u00e9t", "h\u00f3nap"]}, {"name" : "long", "type" : "integer"}, {"name" : "note", "type" : "string#nullable"}, {"name" : "pub", "type" : "integer"}], "relationships" : [{"name" : "daytype", "type" : "belongsTo...
json_instruct
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "relationships": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "image": {"type": "string"}, "email": {"type": "string"}, "instagram": {"type": "string"}, "linkedin": {"type": "string"}}, "requ...
[{"name" : "Sarthak Mohanty", "position" : "Director of Platform Architecture and Engineering", "image" : "https://avatars.githubusercontent.com/sarthaktexas", "email" : "me@sarthakmohanty.me", "instagram" : "https://instagram.com/sarthaktexas", "linkedin" : "https://linkedin.com/in/sarthaktexas"}, {"name" : "Renee Mok...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "image": {"type": "string"}, "email": {"type": "string"}, "instagram": {"type": "string"}, "linkedin": {"type": "string"}}, "required": ["name", "position", "image", "email", "instagram", "linkedin"]...
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": {"test": {"type": "string"}}, "required": [...
{"name" : "labelpoint-graphics-format", "version" : "0.0.1", "description" : "Node.js Implementation of the Labelpoint Graphics Format. It allows to build a graphic, pixel by pixel, used by barcodeprinters which speak the Labelpoint printer language. (Some label printers from IMAJE, Markpoint, Honeywell speak this lang...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://jso...
{"word" : "Nickelodeon", "definitions" : ["A jukebox, originally one operated by the insertion of a nickel coin.", "A cinema with an admission fee of one nickel."], "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#"}
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#"}
[["211381215200", "\u4e09\u5b9d\u8425\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["211381215201", "\u4e8c\u9053\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211381215202", "\u623f\u7533\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211381215203", "\u9648\u594e\u8425\u6751\u6c11\u59d4\u5458\u4f1a", "220...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$sche...
{"name" : "Token Eawm", "symbol" : "Eawmn", "decimals" : 6, "address" : "Eawmn5aHAnY3q35ark9ZYJMCSbB5FrqAeu212Gc4LN9D", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[146.375, 30.333333333333332], [146.375, 30.416666666666668], [146.5, 30.416666666666668], [146.5, 30.333333333333332], [146.375, 30.333333333333332]]]}, "properties" : {"code" : 454643, "url" : "http://madefor.github.io/0410/api/v1/454643.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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {...
{"id" : 16887, "title" : ["[Notta's General Store]"], "description" : ["Beneath an ale keg mosaic ceiling, a tattered merchant permit hangs on one of the dark invar-traced walls. Some invar-braced shelves sits in one corner while a large granite boulder rests on the white marble floor."], "paths" : ["Obvious exits: so...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"16879"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "dependencies": {"type": "object", "properties": {"@pulumi/azu...
{"name" : "request-a-dasher", "devDependencies" : {"@types/node" : "^14"}, "dependencies" : {"@pulumi/azure-native" : "^1.0.0", "@pulumi/docker" : "^3.1.0", "@pulumi/pulumi" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "dependencies": {"type": "object", "properties": {"@pulumi/azure-native": {"type": "string"}, "@pulumi/docker": {"type": "string"}, "@pulum...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"c": {"type": "object", "properties": {"villarrica": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "i...
{"c" : {"villarrica" : {"z" : {}, "l" : ["-25.7806", "-56.4486"]}, "independencia" : {"z" : {}, "l" : ["-25.7167", "-56.2500"]}, "villa rica" : {"z" : {}, "l" : ["-25.7500", "-56.4333"]}, "colonia independencia" : {"z" : {}, "l" : ["-25.7167", "-56.2500"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"villarrica": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "independencia": {"type": "object", "properties": {"z": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"script/jquery.jscrollpane.js": {"type": "string"}, "script/jquery.jscrollpane.min.js": {"type": "string"}, "style/jquery.jscrollpane.css": {"type": "string"}, "style/jquery.jscrollpane.min.css": {"type": "string"}}, "required"...
{"script/jquery.jscrollpane.js" : "sha256-vE2X4/L4jm/VMcxD845ClVMvOp/ezUpHxOL8J0lcRAI=", "script/jquery.jscrollpane.min.js" : "sha256-gRKAgB5fcEBie8pvTzjs2OPvolRsGo3QidZAvRgAJDk=", "style/jquery.jscrollpane.css" : "sha256-SsIv2O9BQAk9r1Z/2g4kR+Rw9IrNHnb1t6L8WXBfv8Y=", "style/jquery.jscrollpane.min.css" : "sha256-AB+iaX...
json_instruct
{"type": "object", "properties": {"script/jquery.jscrollpane.js": {"type": "string"}, "script/jquery.jscrollpane.min.js": {"type": "string"}, "style/jquery.jscrollpane.css": {"type": "string"}, "style/jquery.jscrollpane.min.css": {"type": "string"}}, "required": ["script/jquery.jscrollpane.js", "script/jquery.jscrollpa...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"label": {"type": "string"}, "description": {"type": "string"}, "switchOn": {"type": "string"}, "switchOff": {"type": "string"}}, "required": ["label", "description", "switchOn", "switchOff"], "$schema": "http://json-schema.org...
{"label" : "Slogovi", "description" : "Prika\u017ei rije\u010di razdvojene u slogove.", "switchOn" : "ON", "switchOff" : "OFF"}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "description": {"type": "string"}, "switchOn": {"type": "string"}, "switchOff": {"type": "string"}}, "required": ["label", "description", "switchOn", "switchOff"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-0...
{"id" : "010802050504", "variable1" : 0.2313, "variable2" : 1.2326, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "category": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "da...
{"id" : 578633, "title" : "\u0e22\u0e34\u0e07\u0e1b\u0e30\u0e17\u0e30\u0e2a\u0e19\u0e31\u0e48\u0e19\u0e1b\u0e34\u0e14\u0e25\u0e49\u0e2d\u0e21 \u0e44\u0e25\u0e48\u0e25\u0e48\u0e32\u0e08\u0e31\u0e1a'\u0e2d\u0e38\u0e40\u0e2a\u0e47\u0e19'\u0e2b\u0e19\u0e35\u0e04\u0e14\u0e354\u0e1b\u0e35 | \u0e40\u0e14\u0e25\u0e34\u0e19\u0e...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "string"}, "category": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "title", "description", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"github-username": {"type": "string"}, "favourite-emoji": {"type": "string"}, "favourite-music": {"type": "string"}, "favourite-color": {"type": "string"}}, "required": ["github-username", "favourite-emoji", "favouri...
{"github-username" : "cuncis", "favourite-emoji" : "\u2665\ufe0f", "favourite-music" : "https://soundcloud.com/powfu/death-bed-prod-otterpop", "favourite-color" : "#EE4747"}
json_instruct
{"type": "object", "properties": {"github-username": {"type": "string"}, "favourite-emoji": {"type": "string"}, "favourite-music": {"type": "string"}, "favourite-color": {"type": "string"}}, "required": ["github-username", "favourite-emoji", "favourite-music", "favourite-color"], "$schema": "http://json-schema.org/draf...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Gumitan, Davao City, Davao del Sur, Davao Region (Region XI), PH", "locale" : "ph.davao-region-region-xi.davao-del-sur.davao-city.gumitan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "9"...
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": {...
Construct a JSON document that adheres to this schema specification: {"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" : [[[-90.897996, 42.419182], [-90.89769, 42.563835], [-90.894178, 42.565229], [-90.883087, 42.558251], [-90.877862, 42.557246], [-90.871026, 42.551939], [-90.86888, 42.551085], [-90.86131, 42.551932], [-90.858631, 42.551389], ...
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...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Gilmore Davidson", "url" : "http://shoehornwithteeth.com", "theme" : "double-windsor"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st...
{"schema_version" : "1.2.0", "id" : "GHSA-v9hx-6rmh-g3mr", "modified" : "2022-03-15T00:00:59Z", "published" : "2022-03-15T00:00:59Z", "aliases" : ["CVE-2021-24982"], "details" : "The Child Theme Generator WordPress plugin through 2.2.7 does not sanitise escape the parade parameter before outputting it back, leading to ...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/slate_slab_eighth"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "...
{"name" : "react-es7-snippets", "version" : "0.3.13", "description" : "React ES7 snippets for atom", "keywords" : ["react", "ES7", "babel", "snippets"], "repository" : "https://github.com/ngthorg/react-es7-snippets", "license" : "MIT", "engines" : {"atom" : ">=1.0.0 <2.0.0"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "stri...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type":...
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "tokenabledecoration:bedrockiumitem"}], "result" : {"item" : "tokenabledecoration:bedrockiumingotitem", "count" : 9}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "coun...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1996, 5], [2004, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"solidity.compileUsingRemoteVersion": {"type": "string"}}, "required": ["solidity.compileUsingRemoteVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"solidity.compileUsingRemoteVersion" : "v0.5.16+commit.eb77ed08"}
json_instruct
{"type": "object", "properties": {"solidity.compileUsingRemoteVersion": {"type": "string"}}, "required": ["solidity.compileUsingRemoteVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"597353858": {"type": "object", "properties": {"contentDigest": {"type": "string"}, "args": {"type": "object", "pr...
{"expireTime" : 9007200895970174000, "key" : "ref-bcd13e1a-f950-5532-9185-6df0d2663aa7", "val" : {"597353858" : {"contentDigest" : "2a554fb877699dd3370abce496f83756", "args" : {"placeholder" : "blurred"}, "cacheFilename" : "/Users/christopher.kark/Documents/GitHub/portfolio-neue/.cache/caches/gatsby-plugin-image/597353...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"597353858": {"type": "object", "properties": {"contentDigest": {"type": "string"}, "args": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeho...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "stri...
{"author" : "Isaac Rosenberg", "classification" : "Free Verse", "keywords" : ["Mythology", "Folklore", "Death", "War", "Conflict", "Horror", "Social Commentaries", "Living"], "period" : "Georgian", "reference" : "http://www.poetryfoundation.org/poem/176851", "region" : "England", "text" : ["Nudes\u2014stark and glisten...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t...
{"name" : "ajv-pack-loader", "version" : "2.2.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "MIT", "dependencies" : {"loader-utils" : "^1.1.0"}, "peerDependencies" : {"ajv" : "*", "ajv-pack" : "*"}, "devDependencies" : {"ava...
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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "f...
{"user" : "twata701", "repos" : 1, "login" : "twata701", "id" : 2725331, "avatar_url" : "https://avatars1.githubusercontent.com/u/2725331?v=3", "url" : "https://api.github.com/users/twata701", "html_url" : "https://github.com/twata701", "followers_url" : "https://api.github.com/users/twata701/followers", "following_url...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "propert...
{"name" : "generator-juckstrap", "version" : "0.0.2", "description" : "A Yeoman generator for the juckstrap project.", "license" : "MIT", "main" : "app/index.js", "repository" : "travist/generator-juckstrap", "author" : {"name" : "Travis Tidwell", "email" : "codertravist@gmail.com", "url" : "https://github.com/travist"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"...
{"vuetify.css" : "sha512-Sg0l9M5u9BRt9XU8Kkrk6H6u4oMkzZ1UUALPr5QcA0RBv6q9LXsmpWYNxSbJimeYFX1pT9gyDvh7XCnhF1A6rQ==", "vuetify.js" : "sha512-gBI6ssjGazWHsTNb0LPxMtFdCCTmT63e06oZ8yuRIh+OoBNLOFq7Q05L9AOpjsdd8x+ZoSvqGXLM6CMPcpevKw==", "vuetify.min.css" : "sha512-/nIbbHA6vImSQ0j5YML1LTJvFQQXcRxaiXHZBexDagdIJhNXrnrS7MVh++NnYh...
json_instruct
{"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"script": {"type": "string"}, "runsCreateIndividualLogs": {"type": "boolean"}, "actions": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "string"}, "openLogOnRun": {"type": "string"}}, "required": ["scri...
{"script" : "if [ $NOVA_TASK_NAME == \"build\" ]; then\n\tnpm run build:dist\nfi", "runsCreateIndividualLogs" : true, "actions" : ["build"], "identifier" : "31E1D6D2-F92F-4495-A422-30AB6B2B7098", "openLogOnRun" : "fail"}
json_instruct
{"type": "object", "properties": {"script": {"type": "string"}, "runsCreateIndividualLogs": {"type": "boolean"}, "actions": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "string"}, "openLogOnRun": {"type": "string"}}, "required": ["script", "runsCreateIndividualLogs", "actions", "identifier", "...