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"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"itemid" : "minecraft:skull", "displayname" : "\u00a76Campfire God Badge", "nbttag" : "{HideFlags:254,SkullOwner:{Id:\"62982401-1d16-3064-88fe-5ad9bb909b42\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDA4MGJiZWZjYTg3ZGMwZjM2NTM2YjY1MDg0MjVjZmM0Yjk1YmE2ZThmNWU2YTQ2ZmY5ZTljYjQ4OGE5ZWQifX19\"}]}},display:{Lore:[0:\"\u00a77Heal \u00a7c46\u2764 \u00a77per second\",1:\"\u00a77while burning.\",2:\"\u00a77Also constantly heal \u00a7c3\u2764 \u00a77per\",3:\"\u00a77second everywhere.\",4:\"\",5:\"\u00a76Trial of Fire XXIII\",6:\"\u00a78\u00a7o\\\"Fire guy!\\\"\",7:\"\",8:\"\u00a76\u00a7lLEGENDARY ACCESSORY\"],Name:\"\u00a76Campfire God Badge\"},ExtraAttributes:{originTag:\"FIRE_TRIALS_1\",id:\"CAMPFIRE_TALISMAN_22\"}}", "damage" : 3, "lore" : ["\u00a77Heal \u00a7c46\u2764 \u00a77per second", "\u00a77while burning.", "\u00a77Also constantly heal \u00a7c3\u2764 \u00a77per", "\u00a77second everywhere.", "", "\u00a76Trial of Fire XXIII", "\u00a78\u00a7o\"Fire guy!\"", "", "\u00a76\u00a7lLEGENDARY ACCESSORY"], "internalname" : "CAMPFIRE_TALISMAN_22", "crafttext" : "", "clickcommand" : "", "modver" : "2.0.0-REL", "infoType" : "WIKI_URL", "info" : ["https://hypixel-skyblock.fandom.com/wiki/Campfire_Badge"]} | 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"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "911123973494"], "mainAddrress" : {"state" : "Delhi", "address" : ["2/4 Court Lane, Court Road", "Civil Lines", "New Delhi", "Delhi", "110054"]}, "regiseredAddrress" : {"state" : "Delhi", "address" : ["47/1857, Shri Krishan Dass Road", "Karol Bagh", "New Delhi", "Delhi", "110005", "AP_BankStat_471.PDF"]}} | 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": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "startDate": {"type": "string"}}, "required": ["endDate", "startDate"]}}, "metrics": {"type": "array", "items": {"type": "object", "properties": {"expression": {"type": "string"}}, "required": ["expression"]}}, "dimensions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["viewId", "dateRanges", "metrics", "dimensions"]}}}, "required": ["reportRequests"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"]}}, "metrics": {"type": "array", "items": {"type": "object", "properties": {"expression": {"type": "string"}}, "required": ["expression"]}}, "dimensions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["viewId", "dateRanges", "metrics", "dimensions"]}}}, "required": ["reportRequests"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "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": {"type": "string"}, "19369": {"type": "string"}, "28498": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28499": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28500": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28501": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28502": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28503": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}}, "required": ["19367", "19369", "28498", "28499", "28500", "28501", "28502", "28503"]}, "timeto": {"type": "object", "properties": {"19367": {"type": "number"}, "19369": {"type": "number"}, "28498": {"type": "number"}, "28499": {"type": "number"}, "28500": {"type": "number"}, "28501": {"type": "number"}, "28502": {"type": "number"}, "28503": {"type": "number"}}, "required": ["19367", "19369", "28498", "28499", "28500", "28501", "28502", "28503"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 catercorner to each other in a lovely mosaic design. Several tables lay host to patrons, while a wooden door leads deeper into the cafe. Delicious scents linger in the air, as food is being served to the various tables by sure-footed serving staff.", "Candlelight flickers from strategically placed golden candelabras, shedding their glow on this cozy 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 catercorner to each other in a lovely mosaic design. Several tables lay host to patrons, while a wooden door leads deeper into the cafe. Delicious scents linger in the air, as food is being served to the various tables by sure-footed serving staff."], "paths" : ["Obvious exits: out"], "location" : "Mist Harbor", "wayto" : {"19367" : "out", "19369" : "go door", "28498" : {"file" : "string_procs/wayto/19368_28498.rb"}, "28499" : {"file" : "string_procs/wayto/19368_28499.rb"}, "28500" : {"file" : "string_procs/wayto/19368_28500.rb"}, "28501" : {"file" : "string_procs/wayto/19368_28501.rb"}, "28502" : {"file" : "string_procs/wayto/19368_28502.rb"}, "28503" : {"file" : "string_procs/wayto/19368_28503.rb"}}, "timeto" : {"19367" : 0.2, "19369" : 0.2, "28498" : 0.2, "28499" : 0.2, "28500" : 0.2, "28501" : 0.2, "28502" : 0.2, "28503" : 0.2}} | 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": {"type": "string"}, "19369": {"type": "string"}, "28498": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28499": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28500": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28501": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28502": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "28503": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}}, "required": ["19367", "19369", "28498", "28499", "28500", "28501", "28502", "28503"]}, "timeto": {"type": "object", "properties": {"19367": {"type": "number"}, "19369": {"type": "number"}, "28498": {"type": "number"}, "28499": {"type": "number"}, "28500": {"type": "number"}, "28501": {"type": "number"}, "28502": {"type": "number"}, "28503": {"type": "number"}}, "required": ["19367", "19369", "28498", "28499", "28500", "28501", "28502", "28503"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["name", "type", "payload"]}}, "payload": {"type": "object", "properties": {"header": {"type": "boolean"}, "separator": {"type": "string"}}, "required": ["header", "separator"]}}, "required": ["template", "count", "columns", "payload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"]}}, "required": ["name", "type", "payload"]}}, "payload": {"type": "object", "properties": {"header": {"type": "boolean"}, "separator": {"type": "string"}}, "required": ["header", "separator"]}}, "required": ["template", "count", "columns", "payload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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], "geometry" : {"coordinates" : [[[3.45604130496565, 43.64995048309703], [3.45634591011685, 43.64725528639246], [3.45881162343733, 43.64741249353608], [3.45891311238665, 43.64651409022736], [3.46014595465243, 43.6465926702287], [3.46024742055374, 43.64569426471712], [3.46148024693162, 43.64577282853537], [3.46168312846822, 43.64397601231349], [3.46045033983654, 43.64389745131416], [3.46055179321877, 43.642999043423], [3.45808626265506, 43.64284187992621], [3.45798477152965, 43.64374028499776], [3.45428644147057, 43.64350442472903], [3.45408333346336, 43.6453012240288], [3.45285052500896, 43.64522257157216], [3.45234258751634, 43.6497145488803], [3.45604130496565, 43.64995048309703]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[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": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 Frame\" once per turn. If this card attacks, your opponent cannot activate Spell/Trap Cards until the end of the Damage Step. If this face-up card in its owner's control leaves the field because of an opponent's card effect: You can Special Summon up to 3 \"Ancient Gear Golem\" and/or \"Ancient Gear Golem - Ultimate Pound\" from your hand, ignoring their Summoning conditions.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/1278431.jpg"], "type" : "Monster", "attribute" : "EARTH", "atk" : 1600, "species" : "Machine", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 500, "level" : 4, "is_tuner" : false} | 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": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["\"95107\"", "\"95096\"", "\"94990\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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-schema.org/draft-07/schema#"}
| {"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": "string"}, "password": {"type": "string"}, "proxyHost": {"type": "string"}, "proxyPort": {"type": "string"}}, "required": ["url", "port", "fromPath", "toPath", "username", "password", "proxyHost", "proxyPort"]}, "dynamic": {"type": "object", "properties": {"authConfig.path": {"type": "string"}}, "required": ["authConfig.path"]}, "request": {"type": "object", "properties": {"targetObject": {"type": "object", "properties": {"idLocal": {"type": "string"}}, "required": ["idLocal"]}}, "required": ["targetObject"]}}, "required": ["template", "static", "dynamic", "request"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.idLocal"}, "request" : {"targetObject" : {"idLocal" : "<filename>"}}} | 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"}, "proxyPort": {"type": "string"}}, "required": ["url", "port", "fromPath", "toPath", "username", "password", "proxyHost", "proxyPort"]}, "dynamic": {"type": "object", "properties": {"authConfig.path": {"type": "string"}}, "required": ["authConfig.path"]}, "request": {"type": "object", "properties": {"targetObject": {"type": "object", "properties": {"idLocal": {"type": "string"}}, "required": ["idLocal"]}}, "required": ["targetObject"]}}, "required": ["template", "static", "dynamic", "request"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/schema#"}
| [{"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", "n" : 9, "prop" : 7.72e-06}, {"year" : 1931, "sex" : "F", "n" : 5, "prop" : 4.53e-06}, {"year" : 1933, "sex" : "F", "n" : 5, "prop" : 4.78e-06}, {"year" : 1934, "sex" : "F", "n" : 8, "prop" : 7.39e-06}, {"year" : 1937, "sex" : "F", "n" : 10, "prop" : 9.08e-06}, {"year" : 1939, "sex" : "F", "n" : 8, "prop" : 7.05e-06}, {"year" : 1940, "sex" : "F", "n" : 6, "prop" : 5.08e-06}, {"year" : 1942, "sex" : "F", "n" : 9, "prop" : 6.47e-06}, {"year" : 1943, "sex" : "F", "n" : 8, "prop" : 5.57e-06}, {"year" : 1944, "sex" : "F", "n" : 5, "prop" : 3.66e-06}, {"year" : 1945, "sex" : "F", "n" : 9, "prop" : 6.69e-06}, {"year" : 1948, "sex" : "F", "n" : 11, "prop" : 6.31e-06}, {"year" : 1949, "sex" : "F", "n" : 6, "prop" : 3.42e-06}, {"year" : 1950, "sex" : "F", "n" : 11, "prop" : 6.25e-06}, {"year" : 1951, "sex" : "F", "n" : 12, "prop" : 6.5e-06}, {"year" : 1952, "sex" : "F", "n" : 8, "prop" : 4.21e-06}, {"year" : 1953, "sex" : "F", "n" : 15, "prop" : 7.78e-06}, {"year" : 1954, "sex" : "F", "n" : 10, "prop" : 5.02e-06}, {"year" : 1955, "sex" : "F", "n" : 8, "prop" : 3.99e-06}, {"year" : 1956, "sex" : "F", "n" : 8, "prop" : 3.88e-06}, {"year" : 1957, "sex" : "F", "n" : 7, "prop" : 3.34e-06}, {"year" : 1958, "sex" : "F", "n" : 7, "prop" : 3.39e-06}, {"year" : 1959, "sex" : "F", "n" : 9, "prop" : 4.33e-06}, {"year" : 1960, "sex" : "F", "n" : 10, "prop" : 4.81e-06}, {"year" : 1961, "sex" : "F", "n" : 10, "prop" : 4.82e-06}, {"year" : 1962, "sex" : "F", "n" : 7, "prop" : 3.45e-06}, {"year" : 1966, "sex" : "F", "n" : 6, "prop" : 3.42e-06}, {"year" : 1974, "sex" : "F", "n" : 5, "prop" : 3.19e-06}] | 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"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "sigma": {"type": "string"}}, "required": ["d3", "sigma"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "build"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-plugin-transform-react-jsx": {"type": "string"}, "babel-preset-env": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-loader", "babel-plugin-transform-object-rest-spread", "babel-plugin-transform-react-jsx", "babel-preset-env", "uglifyjs-webpack-plugin", "webpack"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "version", "license", "description", "repository", "main", "peerDependencies", "dependencies", "scripts", "author", "devDependencies", "contributors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "dependencies" : {"d3" : "v3.5.17", "sigma" : "1.2.1"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack --watch", "build" : "webpack"}, "author" : {"name" : "Travis Sheppard", "email" : "travisksheppard@gmail.com"}, "devDependencies" : {"babel-cli" : "^6.24.1", "babel-core" : "^6.24.1", "babel-loader" : "^7.0.0", "babel-plugin-transform-object-rest-spread" : "^6.23.0", "babel-plugin-transform-react-jsx" : "^6.24.1", "babel-preset-env" : "^1.5.1", "uglifyjs-webpack-plugin" : "^1.2.7", "webpack" : "^2.6.1"}, "contributors" : [{"name" : "Sagar Jha", "email" : "sagarjhaa@gmail.com"}]} | 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"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "sigma": {"type": "string"}}, "required": ["d3", "sigma"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "start", "build"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-plugin-transform-react-jsx": {"type": "string"}, "babel-preset-env": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-loader", "babel-plugin-transform-object-rest-spread", "babel-plugin-transform-react-jsx", "babel-preset-env", "uglifyjs-webpack-plugin", "webpack"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "version", "license", "description", "repository", "main", "peerDependencies", "dependencies", "scripts", "author", "devDependencies", "contributors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "number"}, "goalTime": {"type": "number"}, "goalTravelTime": {"type": "number"}}, "required": ["goalScorerName", "goalShotTime", "goalSide", "goalSpeed", "goalTime", "goalTravelTime"]}}, "rawPositionsAtEnd": {"type": "string"}, "score": {"type": "object", "properties": {"Blue": {"type": "integer"}, "Red": {"type": "integer"}}, "required": ["Blue", "Red"]}, "startingGameTime": {"type": "integer"}, "teams": {"type": "object", "properties": {"Blue": {"type": "array", "items": {"type": "string"}}, "Red": {"type": "array", "items": {"type": "string"}}}, "required": ["Blue", "Red"]}, "time": {"type": "string"}}, "required": ["gameTime", "goalsData", "rawPositionsAtEnd", "score", "startingGameTime", "teams", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.8}, {"goalScorerName" : "ToPP", "goalShotTime" : 590.417, "goalSide" : "Red", "goalSpeed" : 4.321, "goalTime" : 591.05, "goalTravelTime" : 0.633}], "rawPositionsAtEnd" : "-581.1521599966815--48.03696177752729|-396.0734077773413-46.041107212286796|-521.2338857136576--61.24100680737352|-476.6393855206572--57.98090722321254|", "score" : {"Blue" : 0, "Red" : 3}, "startingGameTime" : 0, "teams" : {"Blue" : ["Nelson Mandela", "hubigz"], "Red" : ["MaddoHatto", "ToPP"]}, "time" : "2021-02-02 13:24"} | 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"}, "goalTravelTime": {"type": "number"}}, "required": ["goalScorerName", "goalShotTime", "goalSide", "goalSpeed", "goalTime", "goalTravelTime"]}}, "rawPositionsAtEnd": {"type": "string"}, "score": {"type": "object", "properties": {"Blue": {"type": "integer"}, "Red": {"type": "integer"}}, "required": ["Blue", "Red"]}, "startingGameTime": {"type": "integer"}, "teams": {"type": "object", "properties": {"Blue": {"type": "array", "items": {"type": "string"}}, "Red": {"type": "array", "items": {"type": "string"}}}, "required": ["Blue", "Red"]}, "time": {"type": "string"}}, "required": ["gameTime", "goalsData", "rawPositionsAtEnd", "score", "startingGameTime", "teams", "time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "mn17:23.1": {"type": "string"}, "mn17:24.1": {"type": "string"}, "mn17:25.1": {"type": "string"}, "mn17:26.1": {"type": "string"}, "mn17:26.8": {"type": "string"}}, "required": ["mn17:1.1", "mn17:2.1", "mn17:3.1", "mn17:4.1", "mn17:5.1", "mn17:6.1", "mn17:7-22.1", "mn17:23.1", "mn17:24.1", "mn17:25.1", "mn17:26.1", "mn17:26.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.151", "mn17:5.1" : "cck12.201, csp1ed9.151, csp2ed9.151, dr12.194, ms9M_692, msdiv193, ndp9.143, nya5, pts-vp-pli1.106, sya12.215", "mn17:6.1" : "bj10.268, cck12.202, csp1ed9.152, csp2ed9.152, ms9M_693, msdiv194, nya6, vri12.152", "mn17:7-22.1" : "cck12.203, dr12.195, ms9M_694, msdiv195, ndp9.144, nya7-22, sya12.216", "mn17:23.1" : "nya23", "mn17:24.1" : "bj10.270, cck12.204, csp1ed9.153, csp2ed9.153, dr12.196, ms9M_695, msdiv196, nya24, pts-vp-pli1.107, sya12.217, vri12.153", "mn17:25.1" : "cck12.205, dr12.197, ms9M_696, msdiv197, ndp9.145, nya25, sya12.218, vri12.154", "mn17:26.1" : "bj10.272, csp1ed9.154, csp2ed9.154, dr12.198, ms9M_697, msdiv198, nya26, pts-vp-pli1.108, sya12.219", "mn17:26.8" : "ms9M_698"} | 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": "string"}, "mn17:25.1": {"type": "string"}, "mn17:26.1": {"type": "string"}, "mn17:26.8": {"type": "string"}}, "required": ["mn17:1.1", "mn17:2.1", "mn17:3.1", "mn17:4.1", "mn17:5.1", "mn17:6.1", "mn17:7-22.1", "mn17:23.1", "mn17:24.1", "mn17:25.1", "mn17:26.1", "mn17:26.8"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-15T09:24:56.326Z", "season" : 15, "tournament" : -1, "type" : 7, "day" : 63, "phase" : 4, "category" : 0, "description" : "Baby Doyle hit a flyout to Paula Reddick.\nCollins Melon tags up and scores!", "nuts" : 0} | 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"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "name": {"type": "string"}, "occupation": {"type": "string"}, "party": {"type": "string"}, "portfolio": {"type": "string"}, "religion": {"type": "string"}}, "required": ["career", "civil_status", "committees", "dob", "electoral", "name", "occupation", "party", "portfolio", "religion"]}}, "required": ["_values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_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" : "Teacher", "party" : "Sri Lanka Podujana Peramuna (SLPP)", "portfolio" : "State Minister of Wildlife Protection, Adoption of Safety Measures including the Construction of Electrical Fences and Trenches and Reforestation and Forest Resource Development", "religion" : "Buddhism"}} | 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": "string"}, "party": {"type": "string"}, "portfolio": {"type": "string"}, "religion": {"type": "string"}}, "required": ["career", "civil_status", "committees", "dob", "electoral", "name", "occupation", "party", "portfolio", "religion"]}}, "required": ["_values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "http://json-schema.org/draft-07/schema#"}
| {"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": "object", "properties": {"name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "start-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-type": {"type": "string"}, "deliverable": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "site-address": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-history": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["name", "minimum-net-dwellings", "start-date", "site-plan-url", "hectares", "ownership-status", "organisation", "planning-permission-date", "planning-permission-type", "deliverable", "maximum-net-dwellings", "planning-permission-status", "point", "site", "site-address", "slug", "entity", "entry-date", "notes", "planning-permission-history", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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%202020.AuroraScript%24&nocache=b3a8172e-c9", "hectares" : "2.09", "ownership-status" : "not owned by a public authority", "organisation" : "local-authority-eng:CLD", "planning-permission-date" : "2016-10-28", "planning-permission-type" : "full planning permission", "deliverable" : "yes", "maximum-net-dwellings" : "12", "planning-permission-status" : "permissioned", "point" : "POINT(-1.813854 53.737586)", "site" : "BLR064", "site-address" : "Coley Nurseries, Denholme Gate Road, Hipperholme, Halifax", "slug" : "/brownfield-land/local-authority-eng/CLD/BLR064", "entity" : 479954, "entry-date" : "2020-05-31", "notes" : "16/00822/FUL - Demolition of existing buildings and construction of 12 dwellings, means of access, laying out of open space, surface water attenuation and other associated works. Granted 28.10.16", "planning-permission-history" : "https://portal.calderdale.gov.uk/online-applications/search.do?action=advanced", "end-date" : "2018-12-31"}} | 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"}, "minimum-net-dwellings": {"type": "string"}, "start-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-type": {"type": "string"}, "deliverable": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-status": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "site-address": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-history": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["name", "minimum-net-dwellings", "start-date", "site-plan-url", "hectares", "ownership-status", "organisation", "planning-permission-date", "planning-permission-type", "deliverable", "maximum-net-dwellings", "planning-permission-status", "point", "site", "site-address", "slug", "entity", "entry-date", "notes", "planning-permission-history", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}}, "bits": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}}, "required": ["type", "id"]}}, "tiers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "points": {"type": "integer"}}, "required": ["count", "points"]}}, "rewards": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["type", "id", "count"]}}}, "required": ["id", "name", "description", "requirement", "locked_text", "type", "flags", "bits", "tiers", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "RepairOnLogin", "Permanent"], "bits" : [{"type" : "Skin", "id" : 3732}, {"type" : "Skin", "id" : 3753}, {"type" : "Skin", "id" : 3714}, {"type" : "Skin", "id" : 3808}, {"type" : "Skin", "id" : 3708}, {"type" : "Skin", "id" : 3716}, {"type" : "Skin", "id" : 3760}, {"type" : "Skin", "id" : 3724}, {"type" : "Skin", "id" : 3779}, {"type" : "Skin", "id" : 3725}, {"type" : "Skin", "id" : 3728}, {"type" : "Skin", "id" : 3747}, {"type" : "Skin", "id" : 3756}, {"type" : "Skin", "id" : 3718}, {"type" : "Skin", "id" : 3733}, {"type" : "Skin", "id" : 3712}], "tiers" : [{"count" : 1, "points" : 1}, {"count" : 8, "points" : 1}, {"count" : 16, "points" : 1}], "rewards" : [{"type" : "Item", "id" : 43992, "count" : 7}]} | 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": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}}, "required": ["type", "id"]}}, "tiers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "points": {"type": "integer"}}, "required": ["count", "points"]}}, "rewards": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["type", "id", "count"]}}}, "required": ["id", "name", "description", "requirement", "locked_text", "type", "flags", "bits", "tiers", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "quiet": {"type": "boolean"}, "verbose": {"type": "boolean"}}, "required": ["compressionLevel", "dereferenceLinks", "entries", "force", "mode", "outputEntry", "quiet", "verbose"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "boolean"}}, "required": ["compressionLevel", "dereferenceLinks", "entries", "force", "mode", "outputEntry", "quiet", "verbose"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x748f9a0ac36b123c7e4f687f7737f759628c4392", "tool" : "honeybadger", "start" : 1565850584.684701, "end" : 1565850693.0487914, "duration" : 108.36409044265747, "analysis" : [{"errors" : [], "file" : "/unique_chucks/10/0x748f9a0ac36b123c7e4f687f7737f759628c4392.sol", "name" : "BigToken"}, {"errors" : [], "file" : "/unique_chucks/10/0x748f9a0ac36b123c7e4f687f7737f759628c4392.sol", "name" : "Crowdsale"}, {"errors" : [], "file" : "/unique_chucks/10/0x748f9a0ac36b123c7e4f687f7737f759628c4392.sol", "name" : "Ownable"}, {"errors" : [], "file" : "/unique_chucks/10/0x748f9a0ac36b123c7e4f687f7737f759628c4392.sol", "name" : "SafeMath"}]} | 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": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/schema#"}
| [{"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."}, {"type" : "feature", "category" : "SageMaker", "description" : "SageMaker notebook instances now support enabling or disabling root access for notebook users. SageMaker Neo now supports rk3399 and rk3288 as compilation target devices."}] | 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", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "unicode_decimal" : 58911}, {"icon_id" : "6253875", "name" : "iconfont icon-dingwe", "font_class" : "iconfonticon-dingwe", "unicode" : "e636", "unicode_decimal" : 58934}, {"icon_id" : "6654507", "name" : "card-hero", "font_class" : "card-hero", "unicode" : "e620", "unicode_decimal" : 58912}, {"icon_id" : "12225062", "name" : "menu file", "font_class" : "menufile", "unicode" : "e613", "unicode_decimal" : 58899}]} | 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": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "HoistByHisOwnPetard", "SandBlaster", "DishingOutDirt", "ShockAndAwe", "MakeMeWannaShout", "PoisonousPerson", "ExtraOreDinary", "ArcVillain", "BlowYouAway", "AnIcePerson", "HoistByHisOwnPetard", "HesJustHiding", "HesJustHiding", "ChromeChampion", "AnIcePerson", "ShockAndAwe", "EnergyAbsorption", "HardLight", "ChromeChampion", "AnIcePerson", "ShockAndAwe", "EnergyAbsorption", "HardLight", "ChromeChampion", "WreathedInFlames", "WreathedInFlames", "SquishyWizard", "SkeletonsInTheCoatCloset", "BlowYouAway", "FireIceLightning", "SkeletonsInTheCoatCloset", "BlowYouAway", "FireIceLightning", "DishingOutDirt", "ExtraOreDinary", "DisabilitySuperpower"]} | 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": {"type": "string"}, "wayto": {"type": "object", "properties": {"24561": {"type": "string"}}, "required": ["24561"]}, "timeto": {"type": "object", "properties": {"24561": {"type": "number"}}, "required": ["24561"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 windows draped in gossamer are spaced evenly along the walls and accented by pale gold sconces. A highly polished teakwood floor beckons dancers, while sofas and chairs covered in crushed velvet surround the dance floor."], "paths" : ["Obvious exits: none"], "location" : "Wehnimer's Landing", "wayto" : {"24561" : "go arch"}, "timeto" : {"24561" : 0.2}, "image" : "wl-black_wolves_manor.png", "image_coords" : [241, 452, 270, 479], "tags" : ["node"]} | 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": {"type": "string"}}, "required": ["24561"]}, "timeto": {"type": "object", "properties": {"24561": {"type": "number"}}, "required": ["24561"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : 29}, {"panneau" : "8", "voix" : 20}, {"panneau" : "1", "voix" : 16}, {"panneau" : "6", "voix" : 3}, {"panneau" : "5", "voix" : 2}, {"panneau" : "10", "voix" : 2}, {"panneau" : "7", "voix" : 0}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"datdot": {"type": "string"}}, "required": ["datdot"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "web": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "web", "build", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"budo": {"type": "string"}}, "required": ["budo"]}, "dependencies": {"type": "object", "properties": {"bel": {"type": "string"}, "csjs-inject": {"type": "string"}, "electron": {"type": "string"}}, "required": ["bel", "csjs-inject", "electron"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "license", "repository", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["dat", "datdot", "substrate", "blockchain", "wallet"], "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/serapath/datpinchain.git"}, "bugs" : {"url" : "https://github.com/serapath/datpinchain/issues"}, "homepage" : "https://github.com/serapath/datpinchain#readme", "devDependencies" : {"budo" : "^11.6.3"}, "dependencies" : {"bel" : "^6.0.0", "csjs-inject" : "^1.0.1", "electron" : "^9.0.3"}} | 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": "string"}, "web": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "web", "build", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"budo": {"type": "string"}}, "required": ["budo"]}, "dependencies": {"type": "object", "properties": {"bel": {"type": "string"}, "csjs-inject": {"type": "string"}, "electron": {"type": "string"}}, "required": ["bel", "csjs-inject", "electron"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "license", "repository", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"19eqBSCrxKMjryA8QYwvNj3E5r3qbyAbD4": {"type": "string"}}, "required": ["19eqBSCrxKMjryA8QYwvNj3E5r3qbyAbD4"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1BLogC9LN4oPDcruNz3qo1ysa133E9AGg8", "cert_auth_type" : "web", "cert_sign" : "HO+ZC3q7ElJf0NppBvZ1OmzHtVuvRx6bqpGlcNJ6bY9uyw56QliuYahFW6ji7QM88GJE16A9v/8zm6CCr80ap0o=", "cert_user_id" : "isomer@zeroid.bit", "files" : {"data.json" : {"sha512" : "e91880d3efd0373aac74d04652bbbc63ab4d1a0a56ff01e65e6bd432487541fc", "size" : 175}}, "inner_path" : "data/users/19eqBSCrxKMjryA8QYwvNj3E5r3qbyAbD4/content.json", "modified" : 1461045027.649, "signs" : {"19eqBSCrxKMjryA8QYwvNj3E5r3qbyAbD4" : "G0LekYk8SJAHqX8vc6nEVaXQnkgakcpAt4UA8kZEOVvfSaHtoIy4NH+LmedQGWeXb+1kcRuvhIlW1f6TJ7/VWnI="}} | 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"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "object", "properties": {"19eqBSCrxKMjryA8QYwvNj3E5r3qbyAbD4": {"type": "string"}}, "required": ["19eqBSCrxKMjryA8QYwvNj3E5r3qbyAbD4"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.org/draft-07/schema#"} |
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": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "20-105-31-3531": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "31-3531": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}}, "required": ["105-31-3531", "20-105-31-3531", "31-3531"]}, "titles": {"type": "object", "properties": {"ar": {"type": "string"}}, "required": ["ar"]}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["index", "path", "subchains", "titles", "verse_paths"]}, "index": {"type": "integer"}, "kind": {"type": "string"}}, "required": ["data", "index", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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], "verse_paths" : ["/books/al-kafi:4:3:3:1"]}}, "titles" : {"ar" : "\u0645\u064f\u062d\u064e\u0645\u0651\u064e\u062f\u0650 \u0628\u0652\u0646\u0650 \u0639\u0650\u0645\u0652\u0631\u064e\u0627\u0646\u064e \u0627\u0644\u0652\u0639\u0650\u062c\u0652\u0644\u0650\u064a\u0651\u0650"}, "verse_paths" : ["/books/al-kafi:4:3:3:1"]}, "index" : 3531, "kind" : "person_content"} | 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": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "20-105-31-3531": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}, "31-3531": {"type": "object", "properties": {"narrator_ids": {"type": "array", "items": {"type": "integer"}}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["narrator_ids", "verse_paths"]}}, "required": ["105-31-3531", "20-105-31-3531", "31-3531"]}, "titles": {"type": "object", "properties": {"ar": {"type": "string"}}, "required": ["ar"]}, "verse_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["index", "path", "subchains", "titles", "verse_paths"]}, "index": {"type": "integer"}, "kind": {"type": "string"}}, "required": ["data", "index", "kind"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/draft-07/schema#"}
| [{"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", "n" : 7, "prop" : 5.54e-06}, {"year" : 1926, "sex" : "F", "n" : 5, "prop" : 4.06e-06}, {"year" : 1934, "sex" : "F", "n" : 7, "prop" : 6.47e-06}, {"year" : 1951, "sex" : "F", "n" : 7, "prop" : 3.79e-06}] | 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\u59d4\u4f1a", "220", "0"], ["429006119212", "\u5f20\u5927\u6751\u59d4\u4f1a", "220", "0"], ["429006119213", "\u8096\u5927\u6751\u59d4\u4f1a", "220", "0"], ["429006119217", "\u5b8b\u5927\u6751\u59d4\u4f1a", "122", "0"], ["429006119220", "\u524d\u53f0\u6751\u59d4\u4f1a", "220", "0"], ["429006119225", "\u675c\u5e76\u5c71\u6751", "220", "0"], ["429006119226", "\u8463\u4ee3\u6751", "220", "0"], ["429006119227", "\u8d75\u674e\u6751", "220", "0"], ["429006119228", "\u516c\u8bae\u65b0\u6751", "220", "0"], ["429006119229", "\u9648\u96c6\u6751", "220", "0"], ["429006119230", "\u6cb3\u5357\u65b0\u6751", "220", "0"]] | 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": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["followSymlinks"]}, "name": {"type": "string"}}, "required": ["script", "watch", "ignore_watch", "watch_options", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": ["script", "watch", "ignore_watch", "watch_options", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "sequence": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["baseUrls", "headers", "duration", "connections", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["baseUrls", "headers", "duration", "connections", "sequence"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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://json-schema.org/draft-07/schema#"} |
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": {"@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}}, "required": ["@type", "@id", "name"]}, "textReference": {"type": "string"}}, "required": ["@context", "@type", "@id", "name", "description", "version", "category", "textReference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@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", "description" : "Development of baseline data and analysis of life cycle greenhouse gas emissions of petroleum-based fuels", "version" : "00.00.000", "category" : {"@type" : "Category", "@id" : "369f3ffb-73be-46f4-a218-698e93e1c3c1", "name" : "Other sources"}, "textReference" : "National Energy Technology Laboratory (2008). Development of baseline data and analysis of life cycle greenhouse gas emissions of petroleum-based fuels. DOE. Pittsburgh, PA. http://www.netl.doe.gov/File%20Library/Research/Energy%20Analysis/Life%20Cycle%20Analysis/NETL-LCA-Petroleum-based-Fuels-Nov-2008.pdf. Last Accessed: March 24, 2014 2008"} | 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"}, "name": {"type": "string"}}, "required": ["@type", "@id", "name"]}, "textReference": {"type": "string"}}, "required": ["@context", "@type", "@id", "name", "description", "version", "category", "textReference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-github": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "debug", "dotenv", "express", "express-session", "mongoose", "morgan", "passport", "passport-github", "serve-favicon"]}}, "required": ["name", "version", "engines", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "morgan" : "~1.3.0", "passport" : "^0.2.1", "passport-github" : "^0.1.5", "serve-favicon" : "~2.1.3"}} | 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": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-github": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "debug", "dotenv", "express", "express-session", "mongoose", "morgan", "passport", "passport-github", "serve-favicon"]}}, "required": ["name", "version", "engines", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "license", "description", "author", "homepage", "repository", "keywords", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-libs"}, "keywords" : ["angular", "konami", "code", "konami-code"], "peerDependencies" : {"@angular/common" : ">= 10.0.0 < 12.0.0", "@angular/core" : ">= 10.0.0 < 12.0.0"}, "dependencies" : {"tslib" : "^2.0.0"}} | 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": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "license", "description", "author", "homepage", "repository", "keywords", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=nevertheless"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=nevertheless"}, "basic" : {"us-phonetic" : ",n\u025bv\u025a\u00f0\u0259'l\u025bs", "phonetic" : "nev\u0259\u00f0\u0259'les", "uk-phonetic" : "nev\u0259\u00f0\u0259'les", "explains" : ["conj. \u7136\u800c\uff0c\u4e0d\u8fc7", "adv. \u7136\u800c\uff0c\u4e0d\u8fc7\uff1b\u867d\u7136\u5982\u6b64"]}, "l" : "EN2zh-CHS"} | 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"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "required": ["active", "complete"]}}, "id": {"type": "integer"}}, "required": ["name", "level", "story", "goals", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 bounty. We came up with an alternate plan. She'll turn me in for the bounty on my head, and I'll break Zaeim out from inside the prison at the Mordant Crescent Great Hall. Kito will summon Sunspear forces to help from the outside, and Sayida will ply the Awakened with corsair grog, which is apparently strong enough to leave even the undead incapacitated. I obtained the ingredients for this legendary brew, a quest that proved challenging since they're distributed among feuding corsair crews.\n\nI've obtained the ingredients for the corsair grog. All the pieces are in place. Now I just need to let Sayida turn me in to the Mordant Crescent."}], "id" : 511} | 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"}}, "required": ["name", "level", "story", "goals", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "globalize/message.min.js": {"type": "string"}, "globalize/number.js": {"type": "string"}, "globalize/number.min.js": {"type": "string"}, "globalize/plural.js": {"type": "string"}, "globalize/plural.min.js": {"type": "string"}, "globalize.js": {"type": "string"}, "globalize.min.js": {"type": "string"}}, "required": ["globalize/currency.js", "globalize/currency.min.js", "globalize/date.js", "globalize/date.min.js", "globalize/message.js", "globalize/message.min.js", "globalize/number.js", "globalize/number.min.js", "globalize/plural.js", "globalize/plural.min.js", "globalize.js", "globalize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-MZ1wb2K787nB4jSVTobeoZaaRKXbCTCh49mBZEFH4rk=", "globalize/message.js" : "sha256-6tAY4cHQFcMsJThOaH6zqyuIGTMhA4Nkwur571zAw+I=", "globalize/message.min.js" : "sha256-TjERhzrMvYrcc1yKg/hHmKljd3WcJmlbuAuFEjS35t8=", "globalize/number.js" : "sha256-srwdfdW2mZOIs/cY4b+A27wNTp1eyeh/05+iA7Qv0gQ=", "globalize/number.min.js" : "sha256-0E4lreNJbY+Ah/Izei33QNGVqMeJ4edPvUsmTUVaOCs=", "globalize/plural.js" : "sha256-2pE7GdMppudm4ZDZkB8hneWy5yMugfYab3leIVL0sXU=", "globalize/plural.min.js" : "sha256-QSPCt5AAqtT0Q3k9b50wgWy5bfEed+l0vK1ihnTdEB4=", "globalize.js" : "sha256-skUOxfvdgzdWAvwdCoRNJvrdSYKQZX4KcC7Hq76moSs=", "globalize.min.js" : "sha256-daOassbzGWlJXSQcsB1tno5Iw1sRW6mCed97p3yXE7w="} | 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/number.js": {"type": "string"}, "globalize/number.min.js": {"type": "string"}, "globalize/plural.js": {"type": "string"}, "globalize/plural.min.js": {"type": "string"}, "globalize.js": {"type": "string"}, "globalize.min.js": {"type": "string"}}, "required": ["globalize/currency.js", "globalize/currency.min.js", "globalize/date.js", "globalize/date.min.js", "globalize/message.js", "globalize/message.min.js", "globalize/number.js", "globalize/number.min.js", "globalize/plural.js", "globalize/plural.min.js", "globalize.js", "globalize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "readme.md": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "package.json": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "index.d.ts": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "index.js": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}}, "required": ["license", "readme.md", "package.json", "index.d.ts", "index.js"]}}, "required": ["name", "version", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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-ySNHxpk4UvAYy3wTd9o7uAiO5F94356guIaOI9eqjtS7FJVdFbWSCXfrSD4M/xwUaKTvEXjM+kCygDydAyccig==", "mode" : 420, "size" : 2770}, "package.json" : {"checkedAt" : 1640884529610, "integrity" : "sha512-TkeOSu4VQ1JqAxYDixCg46Re3kWWxWwO1lE2evHopQWeZaDjcQauxtMqhycxfBOE5j41YDOHVoe3LokFJPQuZg==", "mode" : 420, "size" : 928}, "index.d.ts" : {"checkedAt" : 1640884529610, "integrity" : "sha512-GiMp1tXEKyfYlRgbqJ+ozQ9JkUu4kNSNNF/+6uRXDNV2lXs/VxysaLc8HUZc1KAIc7PhpRxmfsm9pWgpLoToWw==", "mode" : 420, "size" : 1418}, "index.js" : {"checkedAt" : 1640884529610, "integrity" : "sha512-grQNU/RjlCWXAwVCvjcCpgpypPkLHuM/3qaGeJ5asdjp7mw7MexluEdrhGNEMyx1AtHuboFb5Mo46IG36yz10A==", "mode" : 420, "size" : 1521}}} | 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": ["checkedAt", "integrity", "mode", "size"]}, "readme.md": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "package.json": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "index.d.ts": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}, "index.js": {"type": "object", "properties": {"checkedAt": {"type": "integer"}, "integrity": {"type": "string"}, "mode": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["checkedAt", "integrity", "mode", "size"]}}, "required": ["license", "readme.md", "package.json", "index.d.ts", "index.js"]}}, "required": ["name", "version", "files"], "$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"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}, "authors": {"type": "object", "properties": {"Cosmin Porumb": {"type": "string"}}, "required": ["Cosmin Porumb"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "vendored_frameworks": {"type": "string"}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "exclude_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"CocoaLumberjack": {"type": "array", "items": {}}, "SBJson": {"type": "array", "items": {"type": "string"}}, "SocketRocket": {"type": "array", "items": {"type": "string"}}, "Fabric": {"type": "array", "items": {}}, "Crashlytics": {"type": "array", "items": {}}, "Firebase/Core": {"type": "array", "items": {}}, "WebRTC": {"type": "array", "items": {}}}, "required": ["CocoaLumberjack", "SBJson", "SocketRocket", "Fabric", "Crashlytics", "Firebase/Core", "WebRTC"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "vendored_frameworks", "source", "exclude_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : {"http" : "https://firebasestorage.googleapis.com/v0/b/hypertalk-df27f.appspot.com/o/HyperTalkFramework(0.2).zip?alt=media&token=00e0fa15-9d3a-499b-949d-261ff28274eb"}, "exclude_files" : "Classes/Exclude", "dependencies" : {"CocoaLumberjack" : [], "SBJson" : ["4.0.2"], "SocketRocket" : ["0.4.2"], "Fabric" : [], "Crashlytics" : [], "Firebase/Core" : [], "WebRTC" : []}} | 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", "properties": {"Cosmin Porumb": {"type": "string"}}, "required": ["Cosmin Porumb"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "vendored_frameworks": {"type": "string"}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "exclude_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"CocoaLumberjack": {"type": "array", "items": {}}, "SBJson": {"type": "array", "items": {"type": "string"}}, "SocketRocket": {"type": "array", "items": {"type": "string"}}, "Fabric": {"type": "array", "items": {}}, "Crashlytics": {"type": "array", "items": {}}, "Firebase/Core": {"type": "array", "items": {}}, "WebRTC": {"type": "array", "items": {}}}, "required": ["CocoaLumberjack", "SBJson", "SocketRocket", "Fabric", "Crashlytics", "Firebase/Core", "WebRTC"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "vendored_frameworks", "source", "exclude_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_10196"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_1509_librivox", "readers" : ["10078"], "authors" : "11552", "genres" : "Classics (Antiquity)"}} | 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": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_10196"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "city": {"type": "string"}, "zipcode": {"type": "string"}, "website": {"type": "string"}, "market_cap": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "state", "city", "zipcode", "website", "market_cap"]}}, "required": ["KGXN.MX"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 segments. It develops, manufactures, and sells forklifts and warehouse trucks, such as counterbalance trucks with electric drive and internal combustion engine, ride-on and hand-operated industrial trucks, and towing vehicles under the Linde, Fenwick, STILL, Baoli, and OM Voltas brand names. The company also manufactures and sells spare parts; leases industrial trucks and related items; offers maintenance and repair, and fleet management services, as well as provides finance solutions. In addition, it provides integrated technology and software solutions, including conveyors, sorters, storage and retrieval systems, picking equipment, palletizers, and robotic solutions under the Dematic brand. The company was formerly known as KION Holding 1 GmbH. KION GROUP AG was founded in 2006 and is based in Frankfurt am Main, Germany.", "currency" : "MXN", "sector" : "Consumer Goods", "industry" : "Trucks & Other Vehicles", "exchange" : "MEX", "market" : "mx_market", "country" : "Germany", "state" : null, "city" : "Frankfurt am Main", "zipcode" : "60549", "website" : "http://www.kiongroup.com", "market_cap" : "Large Cap"}} | 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": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "city": {"type": "string"}, "zipcode": {"type": "string"}, "website": {"type": "string"}, "market_cap": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "state", "city", "zipcode", "website", "market_cap"]}}, "required": ["KGXN.MX"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"tiny-game-engine": {"type": "string"}}, "required": ["tiny-game-engine"]}}, "required": ["name", "version", "description", "main", "private", "devDependencies", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"tiny-game-engine": {"type": "string"}}, "required": ["tiny-game-engine"]}}, "required": ["name", "version", "description", "main", "private", "devDependencies", "scripts", "author", "license", "dependencies"], "$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#"}
| [["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", "'s", "time", "for", "some", ",", "it", "'s", "time", "for", "some"], ["Mo", "scrilla", ",", "mo", "scrilla", ",", "mo", "scrilla"], ["Take", "a", "look", "at", "my", "place", ",", "they", "calling", "me", "Will", "Smith"]] | 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", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:watch": {"type": "string"}, "test": {"type": "string"}, "test:lint": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["start", "start:watch", "test", "test:lint", "test:watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "nodemon": {"type": "string"}, "standard": {"type": "string"}}, "required": ["jest", "nodemon", "standard"]}, "standard": {"type": "object", "properties": {"globals": {"type": "array", "items": {"type": "string"}}}, "required": ["globals"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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=false --onlyChanged --watch --runInBand"}, "repository" : {"type" : "git", "url" : "git+https://github.com/johnwatson484/reduction-calculation.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/johnwatson484/reduction-calculation/issues"}, "homepage" : "https://github.com/johnwatson484/reduction-calculation#readme", "devDependencies" : {"jest" : "^26.4.0", "nodemon" : "^2.0.4", "standard" : "^14.3.4"}, "standard" : {"globals" : ["describe", "beforeEach", "expect", "test", "afterEach", "jest", "beforeAll", "afterAll"]}} | 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": "string"}, "test:watch": {"type": "string"}}, "required": ["start", "start:watch", "test", "test:lint", "test:watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "nodemon": {"type": "string"}, "standard": {"type": "string"}}, "required": ["jest", "nodemon", "standard"]}, "standard": {"type": "object", "properties": {"globals": {"type": "array", "items": {"type": "string"}}}, "required": ["globals"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "standard"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "required": ["name"]}}, "chat": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["lines"]}}}, "required": ["skins", "names", "chat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 mosh pits, \u00e7a devrait \u00eatre interdit."}]}, {"lines" : [{"text" : "Il te pla\u00eet, mon blouson ? C'est du vrai cuir."}, {"text" : "Du type Normal au type Punk ! C'est une sacr\u00e9e am\u00e9lioration, mec."}]}, {"lines" : [{"text" : "Chuis pas m\u00e9chant. Tu vois, j'aime bien mon Tadmorv."}, {"text" : "Parfois je le laisse grimper sur ma t\u00eate. Il sent un peu, mais il me donne un air cool."}]}, {"lines" : [{"text" : "J'ai envie de rassembler quelques potes qui aiment pas les r\u00e8gles..."}, {"text" : "Et de me faire une bonne baston g\u00e9n\u00e9rale de Pok\u00e9mon."}]}]} | 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": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["lines"]}}}, "required": ["skins", "names", "chat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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://json-schema.org/draft-07/schema#"} |
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"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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, "nama" : "DIKE ARDIZEL PRATAMA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "IMG_8400 copy.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 171862, "noUrut" : 3, "nama" : "RITA ADRIANI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "yal 2.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 137390, "noUrut" : 4, "nama" : "GUSRIAL", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "Untitled-1.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 172810, "noUrut" : 5, "nama" : "HELFA MURNI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "IMG_20180724_075104.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 179321, "noUrut" : 6, "nama" : "GUSTIVA ROZA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SOLOK SELATAN", "originalFilename" : "704.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 293297, "noUrut" : 7, "nama" : "EDI SOFIAN, S. Ag", "stringJenisKelamin" : "Laki-Laki"}] | 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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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_chimeric_sam_nonspecific.bam", "test_chimeric_sam_nonspecific.ligation_count", "test_chimeric_sam_nonspecific.num_cpus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "test_chimeric_sam_nonspecific.num_cpus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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], [2009, 12], [2010, 12], [2011, 8], [2012, 10], [2013, 9], [2014, 16]] | 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"]}, "currency": {"type": "string"}, "continent": {"type": "string"}, "population": {"type": "string"}, "area": {"type": "string"}, "capital": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}, "timezone": {"type": "null"}}, "required": ["shortCode", "code", "names", "currency", "continent", "population", "area", "capital", "latitude", "longitude", "north", "east", "south", "west", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "-52.909416", "east" : "73.859146", "south" : "-53.192001", "west" : "72.596535", "timezone" : null} | 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"}, "population": {"type": "string"}, "area": {"type": "string"}, "capital": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}, "timezone": {"type": "null"}}, "required": ["shortCode", "code", "names", "currency", "continent", "population", "area", "capital", "latitude", "longitude", "north", "east", "south", "west", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "type", "class"]}}, "validations": {"type": "array", "items": {"type": "object", "properties": {"field": {"type": "string"}, "rules": {"type": "string"}}, "required": ["field", "rules"]}}}, "required": ["fields", "relationships", "validations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "belongsToMany", "class" : "App\\Daytype"}, {"name" : "wrole", "type" : "belongsToMany", "class" : "App\\Wroles"}, {"name" : "wroletime", "type" : "hasMany", "class" : "App\\Wroletime"}], "validations" : [{"field" : "name", "rules" : "required|string"}, {"field" : "unit", "rules" : "required|string"}, {"field" : "long", "rules" : "required|integer"}, {"field" : "note", "rules" : "string|max:200"}, {"field" : "pub", "rules" : "integer"}]} | 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": "string"}, "class": {"type": "string"}}, "required": ["name", "type", "class"]}}, "validations": {"type": "array", "items": {"type": "object", "properties": {"field": {"type": "string"}, "rules": {"type": "string"}}, "required": ["field", "rules"]}}}, "required": ["fields", "relationships", "validations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "image": {"type": "string"}, "email": {"type": "string"}, "instagram": {"type": "string"}, "linkedin": {"type": "string"}}, "required": ["name", "position", "image", "email", "instagram", "linkedin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"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", "position" : "Executive Director", "image" : "https://avatars.githubusercontent.com/sarthaktexas", "email" : "me@sarthakmohanty.me", "instagram" : "https://instagram.com/sarthaktexas", "linkedin" : "https://linkedin.com/in/sarthaktexas"}] | 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"]}, "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 language.) It can be used to convert pictures into this format.", "main" : "main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/luxlux/Labelpoint-Graphics-Format.git"}, "keywords" : ["Graphics", "Format", "Label", "Printer", "IMAJE", "MARKPOINT", "Datamax", "Honeywell", "MP", "Compact4", "MKII", "Barcode", "Graphix", "Convert", "Image", "converter", "conversion"], "author" : "luxlux", "license" : "MIT", "bugs" : {"url" : "https://github.com/luxlux/Labelpoint-Graphics-Format/issues"}, "homepage" : "https://github.com/luxlux/Labelpoint-Graphics-Format#readme"} | 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": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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://json-schema.org/draft-07/schema#"}
| {"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", "0"], ["211381215204", "\u5e73\u623f\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211381215205", "\u5934\u9053\u8425\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | 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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "view" : "https://github.com/madefor/0410/blob/gh-pages/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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "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": {"type": "string"}}, "required": ["16879"]}, "timeto": {"type": "object", "properties": {"16879": {"type": "number"}}, "required": ["16879"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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: south"], "location" : "Zul Logoth", "wayto" : {"16879" : "south"}, "timeto" : {"16879" : 0.2}} | 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": {"type": "string"}}, "required": ["16879"]}, "timeto": {"type": "object", "properties": {"16879": {"type": "number"}}, "required": ["16879"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$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"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "dependencies": {"type": "object", "properties": {"@pulumi/azure-native": {"type": "string"}, "@pulumi/docker": {"type": "string"}, "@pulumi/pulumi": {"type": "string"}}, "required": ["@pulumi/azure-native", "@pulumi/docker", "@pulumi/pulumi"]}}, "required": ["name", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "@pulumi/pulumi": {"type": "string"}}, "required": ["@pulumi/azure-native", "@pulumi/docker", "@pulumi/pulumi"]}}, "required": ["name", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"]}, "independencia": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "villa rica": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "colonia independencia": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["villarrica", "independencia", "villa rica", "colonia independencia"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "villa rica": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "colonia independencia": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["villarrica", "independencia", "villa rica", "colonia independencia"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "script/jquery.jscrollpane.min.js", "style/jquery.jscrollpane.css", "style/jquery.jscrollpane.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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+iaXOCRWAuRImbGiyNl3ldoNFtFMSRjdzvlmFEUBA="} | 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.jscrollpane.min.js", "style/jquery.jscrollpane.css", "style/jquery.jscrollpane.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/draft-07/schema#"}
| {"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-07/schema#"}
| {"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"}, "date": {"type": "string"}}, "required": ["id", "title", "description", "keywords", "category", "content", "url", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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\u0e34\u0e27\u0e2a\u0e4c", "description" : "\u0e1b\u0e34\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e22\u0e34\u0e07\u0e1b\u0e30\u0e17\u0e30\u0e2a\u0e19\u0e31\u0e48\u0e19!! \u0e08\u0e31\u0e1a '\u0e2d\u0e38\u0e40\u0e2a\u0e47\u0e19' \u0e1c\u0e39\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e2b\u0e32\u0e2b\u0e25\u0e1a\u0e2b\u0e19\u0e35\u0e2b\u0e49\u0e2d\u0e07\u0e02\u0e31\u0e07\u0e28\u0e32\u0e25\u0e2a\u0e15\u0e39\u0e25 4 \u0e1b\u0e35 \u0e2a\u0e20\u0e32\u0e1e\u0e42\u0e14\u0e19\u0e22\u0e34\u0e07\u0e02\u0e32\u0e0b\u0e49\u0e32\u0e22\u0e40\u0e08\u0e47\u0e1a \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e22\u0e36\u0e14\u0e2d\u0e32\u0e27\u0e38\u0e18\u0e1b\u0e37\u0e19\u0e2a\u0e07\u0e04\u0e23\u0e32\u0e21 \u0e1e\u0e1a\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e42\u0e0a\u0e01\u0e42\u0e0a\u0e19\u0e1e\u0e31\u0e27\u0e1e\u0e31\u0e19\u0e22\u0e32\u0e40\u0e2a\u0e1e\u0e15\u0e34\u0e14\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u00a0", "keywords" : "\u0e1b\u0e34\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e22\u0e34\u0e07\u0e1b\u0e30\u0e17\u0e30\u0e2a\u0e19\u0e31\u0e48\u0e19,\u0e08\u0e31\u0e1a\u0e2d\u0e38\u0e40\u0e2a\u0e47\u0e19,\u0e1c\u0e39\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e2b\u0e32\u0e2b\u0e25\u0e1a\u0e2b\u0e19\u0e35,\u0e2b\u0e49\u0e2d\u0e07\u0e02\u0e31\u0e07\u0e28\u0e32\u0e25\u0e2a\u0e15\u0e39\u0e25,\u0e22\u0e34\u0e07\u0e02\u0e32\u0e0b\u0e49\u0e32\u0e22\u0e40\u0e08\u0e47\u0e1a,\u0e22\u0e36\u0e14\u0e2d\u0e32\u0e27\u0e38\u0e18\u0e1b\u0e37\u0e19\u0e2a\u0e07\u0e04\u0e23\u0e32\u0e21,\u0e1b\u0e23\u0e30\u0e27\u0e31\u0e15\u0e34\u0e42\u0e0a\u0e01\u0e42\u0e0a\u0e19,\u0e1e\u0e31\u0e27\u0e1e\u0e31\u0e19\u0e22\u0e32\u0e40\u0e2a\u0e1e\u0e15\u0e34\u0e14,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c,\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e2d\u0e2d\u0e19\u0e44\u0e25\u0e19\u0e4c,\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e25\u0e34\u0e19\u0e34\u0e27\u0e2a\u0e4c\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14,\u0e02\u0e48\u0e32\u0e27,\u0e02\u0e48\u0e32\u0e27\u0e14\u0e48\u0e27\u0e19,\u0e02\u0e48\u0e32\u0e27\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e23\u0e49\u0e2d\u0e19,\u0e02\u0e48\u0e32\u0e27\u0e1a\u0e31\u0e19\u0e40\u0e17\u0e34\u0e07,\u0e02\u0e48\u0e32\u0e27\u0e40\u0e14\u0e48\u0e19\u0e27\u0e31\u0e19\u0e19\u0e35\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e14\u0e32\u0e23\u0e32,\u0e02\u0e48\u0e32\u0e27\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14,\u0e04\u0e25\u0e34\u0e1b,\u0e04\u0e25\u0e34\u0e1b\u0e14\u0e48\u0e27\u0e19,\u0e04\u0e25\u0e34\u0e1b\u0e02\u0e48\u0e32\u0e27,\u0e04\u0e25\u0e34\u0e1b\u0e23\u0e49\u0e2d\u0e19,\u0e04\u0e25\u0e34\u0e1b\u0e2e\u0e2d\u0e15,\u0e17\u0e48\u0e2d\u0e07\u0e40\u0e17\u0e35\u0e48\u0e22\u0e27,\u0e2a\u0e01\u0e39\u0e4a\u0e1b\u0e1e\u0e34\u0e40\u0e28\u0e29,\u0e44\u0e25\u0e1f\u0e4c\u0e2a\u0e44\u0e15\u0e25\u0e4c,lifestyle,\u0e04\u0e27\u0e32\u0e21\u0e07\u0e32\u0e21,\u0e40\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e22\u0e48\u0e2d\u0e25\u0e30\u0e04\u0e23,\u0e40\u0e17\u0e04\u0e19\u0e34\u0e04,\u0e14\u0e27\u0e07,\u0e15\u0e23\u0e27\u0e08\u0e2b\u0e27\u0e22,special scoop,dailynews,\u0e40\u0e0b\u0e47\u0e01\u0e0b\u0e4c,\u0e44\u0e2d\u0e17\u0e35,\u0e17\u0e34\u0e1b,\u0e22\u0e32\u0e19\u0e22\u0e19\u0e15\u0e23\u0e4c,\u0e2b\u0e19\u0e31\u0e07\u0e2a\u0e37\u0e2d\u0e1e\u0e34\u0e21\u0e1e\u0e4c,\u0e2a\u0e32\u0e23\u0e30\u0e19\u0e48\u0e32\u0e23\u0e39\u0e49,\u0e02\u0e48\u0e32\u0e27\u0e25\u0e48\u0e32\u0e2a\u0e38\u0e14,\u0e2a\u0e38\u0e02\u0e20\u0e32\u0e1e,\u0e41\u0e15\u0e48\u0e07\u0e1a\u0e49\u0e32\u0e19,\u0e2d\u0e32\u0e2b\u0e32\u0e23,\u0e41\u0e1f\u0e0a\u0e31\u0e48\u0e19", "category" : "regional", "content" : "\u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 8 \u0e21\u0e34.\u0e22. \u0e1e\u0e25.\u0e15.\u0e15.\u0e17\u0e31\u0e15\u0e18\u0e07\u0e2a\u0e31\u0e01\u0e01\u0e4c \u0e20\u0e39\u0e48\u0e1e\u0e31\u0e19\u0e18\u0e31\u0e0a\u0e2a\u0e35\u0e2b\u0e4c \u0e1c\u0e1a\u0e01.\u0e20.\u0e08\u0e27.\u0e2a\u0e15\u0e39\u0e25 \u0e1e.\u0e15.\u0e2d.\u0e2a\u0e21\u0e1e\u0e07\u0e29\u0e4c \u0e2a\u0e38\u0e27\u0e23\u0e23\u0e13\u0e27\u0e07\u0e28\u0e4c \u0e1c\u0e01\u0e01. 6 \u0e1a\u0e01.\u0e1b. \u0e01\u0e33\u0e25\u0e31\u0e07\u0e0a\u0e38\u0e14\u0e2a\u0e37\u0e1a\u0e2a\u0e27\u0e19\u0e15\u0e33\u0e23\u0e27\u0e08\u0e20\u0e39\u0e18\u0e23\u0e08\u0e31\u0e07\u0e2b\u0e27\u0e31\u0e14\u0e2a\u0e15\u0e39\u0e25 \u0e41\u0e25\u0e30\u0e15\u0e33\u0e23\u0e27\u0e08 \u0e2a\u0e20.\u0e17\u0e48\u0e32\u0e41\u0e1e \u0e08.\u0e2a\u0e15\u0e39\u0e25 \u0e01\u0e27\u0e48\u0e32 50 \u0e19\u0e32\u0e22 \u0e40\u0e02\u0e49\u0e32\u0e1b\u0e34\u0e14\u0e25\u0e49\u0e2d\u0e21\u0e1a\u0e49\u0e32\u0e19\u0e40\u0e0a\u0e48\u0e32\u0e02\u0e2d\u0e07\u0e19\u0e32\u0e22\u0e1e\u0e31\u0e19\u0e18\u0e4c\u0e28\u0e31\u0e01\u0e14\u0e34\u0e4c \u0e2b\u0e23\u0e37\u0e2d \u0e2d\u0e38\u0e40\u0e2a\u0e47\u0e19 \u0e40\u0e15\u0e1a\u0e2a\u0e31\u0e19 \u0e2d\u0e32\u0e22\u0e38 40 \u0e1b\u0e35 \u0e17\u0e35\u0e48\u0e2d\u0e22\u0e39\u0e48 175 \u0e2b\u0e21\u0e39\u0e48 5 \u0e15.\u0e17\u0e48\u0e32\u0e41\u0e1e \u0e1c\u0e39\u0e49\u0e15\u0e49\u0e2d\u0e07\u0e2b\u0e32\u0e04\u0e14\u0e35\u0e22\u0e32\u0e40\u0e2a\u0e1e\u0e15\u0e34\u0e14 \u0e17\u0e35\u0e48\u0e2b\u0e25\u0e1a\u0e2b\u0e19\u0e35\u0e23\u0e30\u0e2b\u0e27\u0e48\u0e32\u0e07\u0e16\u0e39\u0e01\u0e04\u0e38\u0e21\u0e02\u0e31\u0e07 \u0e40\u0e21\u0e37\u0e48\u0e2d\u0e27\u0e31\u0e19\u0e17\u0e35\u0e48 12 \u0e1e.\u0e04. 57 \u0e19\u0e32\u0e19\u0e01\u0e27\u0e48\u0e32 4 \u0e1b\u0e35 \u0e42\u0e14\u0e22\u0e15\u0e48\u0e2d\u0e2a\u0e39\u0e49\u0e02\u0e31\u0e14\u0e02\u0e27\u0e32\u0e07\u0e40\u0e08\u0e49\u0e32\u0e1e\u0e19\u0e31\u0e01\u0e07\u0e32\u0e19\u0e42\u0e14\u0e22\u0e43\u0e0a\u0e49\u0e01\u0e33\u0e25\u0e31\u0e07\u0e1b\u0e23\u0e30\u0e17\u0e38\u0e29\u0e23\u0e49\u0e32\u0e22 \u0e21\u0e32\u0e2b\u0e25\u0e1a\u0e2b\u0e19\u0e35\u0e0b\u0e48\u0e2d\u0e19\u0e15\u0e31\u0e27\u0e2d\u0e22\u0e39\u0e48\u0e43\u0e19\u0e08\u0e38\u0e14\u0e14\u0e31\u0e07\u0e01\u0e25\u0e48\u0e32\u0e27 \u0e41\u0e25\u0e30\u0e22\u0e31\u0e07\u0e1e\u0e1a\u0e01\u0e48\u0e2d\u0e40\u0e2b\u0e15\u0e38\u0e2d\u0e35\u0e01\u0e2b\u0e25\u0e32\u0e22\u0e04\u0e14\u0e35 \u0e1e\u0e31\u0e27\u0e1e\u0e31\u0e19\u0e01\u0e31\u0e1a\u0e22\u0e32\u0e40\u0e2a\u0e1e\u0e15\u0e34\u0e14\u0e2d\u0e22\u0e48\u0e32\u0e07\u0e15\u0e48\u0e2d\u0e40\u0e19\u0e37\u0e48\u0e2d\u0e07\u00a0 \u0e42\u0e14\u0e22\u0e02\u0e13\u0e30\u0e40\u0e02\u0e49\u0e32\u0e08\u0e31\u0e1a\u0e01\u0e38\u0e21\u0e04\u0e19\u0e23\u0e49\u0e32\u0e22\u0e44\u0e14\u0e49\u0e44\u0e2b\u0e27\u0e15\u0e31\u0e27\u0e22\u0e34\u0e07\u0e43\u0e2a\u0e48\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e17\u0e35\u0e48\u0e43\u0e0a\u0e49\u0e23\u0e16\u0e15\u0e39\u0e49\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e02\u0e49\u0e32\u0e1b\u0e0f\u0e34\u0e1a\u0e31\u0e15\u0e34\u0e01\u0e32\u0e23\u0e08\u0e39\u0e48\u0e42\u0e08\u0e21 \u0e41\u0e25\u0e30\u0e1e\u0e22\u0e32\u0e22\u0e32\u0e21\u0e02\u0e31\u0e1a\u0e23\u0e16\u0e01\u0e23\u0e30\u0e1a\u0e30\u0e02\u0e2d\u0e07\u0e15\u0e31\u0e27\u0e40\u0e2d\u0e07\u0e2b\u0e25\u0e1a\u0e2b\u0e19\u0e35 \u0e42\u0e14\u0e22\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48\u0e22\u0e34\u0e07\u0e2a\u0e01\u0e31\u0e14\u0e01\u0e23\u0e30\u0e2a\u0e38\u0e19\u0e16\u0e39\u0e01\u0e02\u0e32\u0e0b\u0e49\u0e32\u0e22\u0e44\u0e14\u0e49\u0e23\u0e31\u0e1a\u0e1a\u0e32\u0e14\u0e40\u0e08\u0e47\u0e1a \u0e17\u0e33\u0e43\u0e2b\u0e49\u0e04\u0e19\u0e23\u0e49\u0e32\u0e22\u0e22\u0e2d\u0e21\u0e17\u0e34\u0e49\u0e07\u0e23\u0e16\u0e2b\u0e48\u0e32\u0e07\u0e08\u0e32\u0e01\u0e08\u0e38\u0e14\u0e1a\u0e49\u0e32\u0e19\u0e40\u0e0a\u0e48\u0e32\u0e40\u0e1e\u0e35\u0e22\u0e07 200 \u0e40\u0e21\u0e15\u0e23\u0e27\u0e34\u0e48\u0e07\u0e2b\u0e19\u0e35\u0e40\u0e02\u0e49\u0e32\u0e2a\u0e27\u0e19\u0e1b\u0e32\u0e25\u0e4c\u0e21 \u0e41\u0e15\u0e48\u0e2a\u0e38\u0e14\u0e17\u0e49\u0e32\u0e22\u0e16\u0e39\u0e01\u0e08\u0e31\u0e1a\u0e01\u0e38\u0e21\u0e15\u0e31\u0e27\u0e44\u0e27\u0e49\u0e44\u0e14\u0e49\u0e43\u0e19\u0e2a\u0e20\u0e32\u0e1e\u0e1a\u0e32\u0e14\u0e40\u0e08\u0e47\u0e1a \u0e08\u0e36\u0e07\u0e44\u0e14\u0e49\u0e19\u0e33\u0e15\u0e31\u0e27\u0e2a\u0e48\u0e07\u0e23\u0e1e.\u0e17\u0e48\u0e32\u0e41\u0e1e \u0e23\u0e31\u0e01\u0e29\u0e32\u0e1a\u0e32\u0e14\u0e41\u0e1c\u0e25\u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e2d\u0e32\u0e22\u0e31\u0e14\u0e15\u0e31\u0e27 \u0e17\u0e31\u0e49\u0e07\u0e19\u0e35\u0e49\u0e44\u0e14\u0e49\u0e15\u0e23\u0e27\u0e08\u0e22\u0e36\u0e14\u0e2d\u0e32\u0e27\u0e38\u0e18\u0e1b\u0e37\u0e19\u0e02\u0e19\u0e32\u0e14 9 \u0e21\u0e21. 1 \u0e01\u0e23\u0e30\u0e1a\u0e2d\u0e01 \u0e17\u0e35\u0e48\u0e15\u0e01\u0e43\u0e19\u0e1e\u0e07\u0e2b\u0e0d\u0e49\u0e32\u0e43\u0e15\u0e49\u0e1b\u0e32\u0e25\u0e4c\u0e21\u0e02\u0e13\u0e30\u0e27\u0e34\u0e48\u0e07\u0e2b\u0e25\u0e1a\u0e2b\u0e19\u0e35 \u0e1e\u0e23\u0e49\u0e2d\u0e21\u0e01\u0e23\u0e30\u0e2a\u0e38\u0e19 6 \u0e19\u0e31\u0e14\u0e21\u0e37\u0e2d\u0e16\u0e37\u0e2d 1 \u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07 \u0e19\u0e2d\u0e01\u0e08\u0e32\u0e01\u0e19\u0e35\u0e49\u0e15\u0e23\u0e27\u0e08\u0e2a\u0e2d\u0e1a\u0e20\u0e32\u0e22\u0e43\u0e19\u0e23\u0e16\u0e22\u0e19\u0e15\u0e4c\u0e1e\u0e1a\u0e2d\u0e32\u0e27\u0e38\u0e18\u0e2a\u0e07\u0e04\u0e23\u0e32\u0e21 \u0e40\u0e2d\u0e47\u0e21 16 \u0e08\u0e33\u0e19\u0e27\u0e19 1 \u0e01\u0e23\u0e30\u0e1a\u0e2d\u0e01 \u0e2d\u0e38\u0e1b\u0e01\u0e23\u0e13\u0e4c\u0e43\u0e19\u0e01\u0e32\u0e23\u0e40\u0e1b\u0e25\u0e35\u0e48\u0e22\u0e19\u0e41\u0e1b\u0e25\u0e07\u0e2a\u0e20\u0e32\u0e1e\u0e2a\u0e35\u0e23\u0e16\u0e15\u0e1a\u0e15\u0e32\u0e40\u0e08\u0e49\u0e32\u0e2b\u0e19\u0e49\u0e32\u0e17\u0e35\u0e48. \u00a0\u00a0", "url" : "https://www.dailynews.co.th/regional/578633", "date" : "2017-06-08T20:00:26.802Z"} | 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", "keywords", "category", "content", "url", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "favourite-music", "favourite-color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/draft-07/schema#"} |
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": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "region_reference" : "11", "region_name" : "Davao Region (Region XI)", "province_id" : "28", "province_reference" : "28", "province_name" : "Davao del Sur", "city_id" : "405", "city_reference" : "517", "city_name" : "Davao City", "barangay_id" : "11446", "barangay_reference" : "12550", "barangay_name" : "Gumitan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[125.418877, 7.56718], [125.420052, 7.56001], [125.420052, 7.55407], [125.419777, 7.55246], [125.420197, 7.52718], [125.420433, 7.51244], [125.420998, 7.50468], [125.422127, 7.49274], [125.425529, 7.48422], [125.407501, 7.47767], [125.401466, 7.47582], [125.382637, 7.4716], [125.368599, 7.47467], [125.340561, 7.4889], [125.328056, 7.50105], [125.344818, 7.52088], [125.362747, 7.5347], [125.373589, 7.54246], [125.388206, 7.5576], [125.388344, 7.56877], [125.418877, 7.56718]]]]}} | 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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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], [-90.855913, 42.552356], [-90.849953, 42.552628], [-90.845269, 42.554087], [-90.839222, 42.558028], [-90.838521, 42.560211], [-90.836746, 42.561353], [-90.826845, 42.561143], [-90.823825, 42.557947], [-90.821021, 42.556888], [-90.819191, 42.559091], [-90.813366, 42.558209], [-90.806181, 42.561335], [-90.804381, 42.560553], [-90.801761, 42.561647], [-90.79807, 42.560975], [-90.795986, 42.55926], [-90.791807, 42.560049], [-90.78972, 42.561389], [-90.780511, 42.561548], [-90.779613, 42.480405], [-90.778924, 42.477641], [-90.779614, 42.477202], [-90.779588, 42.471055], [-90.781362, 42.47104], [-90.781323, 42.444006], [-90.78689, 42.439814], [-90.790859, 42.438178], [-90.792165, 42.435948], [-90.798822, 42.432622], [-90.810163, 42.428596], [-90.810937, 42.426716], [-90.816007, 42.425142], [-90.831989, 42.423385], [-90.833498, 42.422037], [-90.850389, 42.422017], [-90.86443, 42.416983], [-90.870241, 42.418428], [-90.898009, 42.418629], [-90.897996, 42.419182]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 25462}}]} | 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": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 a Reflected Cross-Site Scripting in the admin dashboard", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-24982"}, {"type" : "WEB", "url" : "https://wpscan.com/vulnerability/8e53f15e-8b6a-4d47-a40d-4ebbe6934286"}], "database_specific" : {"cwe_ids" : ["CWE-79"], "severity" : null, "github_reviewed" : false}} | 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": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "null"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "keywords", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "keywords", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}, "cacheFilename": {"type": "string"}}, "required": ["contentDigest", "args", "cacheFilename"]}}, "required": ["597353858"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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/597353858.json"}}} | 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": ["placeholder"]}, "cacheFilename": {"type": "string"}}, "required": ["contentDigest", "args", "cacheFilename"]}}, "required": ["597353858"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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 glistening,", "Yelling in lurid glee. Grinning faces", "And raging limbs", "Whirl over the floor one fire.", "For a shirt verminously busy", "Yon soldier tore from his throat, with oaths", "Godhead might shrink at, but not the lice.", "And soon the shirt was aflare", "Over the candle he\u2019d lit while we lay.", "Then we all sprang up and stript", "To hunt the verminous brood.", "Soon like a demons\u2019 pantomime", "The place was raging.", "See the silhouettes agape,", "See the gibbering shadows", "Mixed with the battled arms on the wall.", "See gargantuan hooked fingers", "Pluck in supreme flesh", "To smutch supreme littleness.", "See the merry limbs in hot Highland fling", "Because some wizard vermin", "Charmed from the quiet this revel", "When our ears were half lulled", "By the dark music", "Blown from Sleep\u2019s trumpet."], "title" : "Louse Hunting", "year" : ""} | 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": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"loader-utils": {"type": "string"}}, "required": ["loader-utils"]}, "peerDependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "ajv-pack": {"type": "string"}}, "required": ["ajv", "ajv-pack"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-no-console-log": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["ava", "eslint", "eslint-plugin-no-console-log", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "^0.21.0", "eslint" : "^4.2.0", "eslint-plugin-no-console-log" : "^2.0.0", "webpack" : "^3.2.0"}} | 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"}, "dependencies": {"type": "object", "properties": {"loader-utils": {"type": "string"}}, "required": ["loader-utils"]}, "peerDependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "ajv-pack": {"type": "string"}}, "required": ["ajv", "ajv-pack"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-no-console-log": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["ava", "eslint", "eslint-plugin-no-console-log", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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" : "https://api.github.com/users/twata701/following{/other_user}", "gists_url" : "https://api.github.com/users/twata701/gists{/gist_id}", "starred_url" : "https://api.github.com/users/twata701/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/twata701/subscriptions", "organizations_url" : "https://api.github.com/users/twata701/orgs", "repos_url" : "https://api.github.com/users/twata701/repos", "events_url" : "https://api.github.com/users/twata701/events{/privacy}", "received_events_url" : "https://api.github.com/users/twata701/received_events", "type" : "User", "site_admin" : false, "name" : null, "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 8, "public_gists" : 1, "followers" : 1, "following" : 0, "created_at" : "2012-11-05T09:04:12Z", "updated_at" : "2016-11-18T11:42:02Z"} | 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"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chalk": {"type": "string"}, "juckstrap": {"type": "string"}, "ncp": {"type": "string"}, "yeoman-generator": {"type": "string"}, "yosay": {"type": "string"}}, "required": ["async", "chalk", "juckstrap", "ncp", "yeoman-generator", "yosay"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "peerDependencies": {"type": "object", "properties": {"yo": {"type": "string"}}, "required": ["yo"]}}, "required": ["name", "version", "description", "license", "main", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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"}, "engines" : {"node" : ">=0.10.0"}, "scripts" : {"test" : "mocha"}, "files" : ["app"], "keywords" : ["yeoman-generator"], "dependencies" : {"async" : "^0.9.0", "chalk" : "^0.5.0", "juckstrap" : "^0.0.1", "ncp" : "^1.0.1", "yeoman-generator" : "^0.17.0", "yosay" : "^0.3.0"}, "devDependencies" : {"mocha" : "*"}, "peerDependencies" : {"yo" : ">=1.0.0"}} | 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"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "chalk": {"type": "string"}, "juckstrap": {"type": "string"}, "ncp": {"type": "string"}, "yeoman-generator": {"type": "string"}, "yosay": {"type": "string"}}, "required": ["async", "chalk", "juckstrap", "ncp", "yeoman-generator", "yosay"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "peerDependencies": {"type": "object", "properties": {"yo": {"type": "string"}}, "required": ["yo"]}}, "required": ["name", "version", "description", "license", "main", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vuetify.css" : "sha512-Sg0l9M5u9BRt9XU8Kkrk6H6u4oMkzZ1UUALPr5QcA0RBv6q9LXsmpWYNxSbJimeYFX1pT9gyDvh7XCnhF1A6rQ==", "vuetify.js" : "sha512-gBI6ssjGazWHsTNb0LPxMtFdCCTmT63e06oZ8yuRIh+OoBNLOFq7Q05L9AOpjsdd8x+ZoSvqGXLM6CMPcpevKw==", "vuetify.min.css" : "sha512-/nIbbHA6vImSQ0j5YML1LTJvFQQXcRxaiXHZBexDagdIJhNXrnrS7MVh++NnYhXP6NBo/qtnPWSYBYVHW9sbPg==", "vuetify.min.js" : "sha512-gzYzxi8KsaOgQ663Sd44fSU14hnKKsM+S37CyTQf05hsGHBROxSdFLa+yK6hQZdUUhwUdUdkFm5/Xpg81Z2ZIg=="} | 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": ["script", "runsCreateIndividualLogs", "actions", "identifier", "openLogOnRun"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"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", "openLogOnRun"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.