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": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/desserts/orangehoneystraw.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/desserts/orangehoneystraw.consumable"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"items/generic/desserts/orangehoneystraw.consumable" : ["/description"]}, "Texts" : {"Chs" : "\u8fd9\u662f\u4e00\u79cd\u6a59\u8272\u8702\u871c\u6746\uff01\u63d0\u4f9b\u5927\u91cf\u7ef4\u751f\u7d20C\uff01", "Eng" : "An orange honey straw! Vitamin C++!"}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/desserts/orangehoneystraw.consumable" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u6a59\u8272\u8702\u871c\u6746", "Eng" : "Honey Straw Orange"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/desserts/orangehoneystraw.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/desserts/orangehoneystraw.consumable"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1983, 5], [1985, 9], [1986, 5], [1987, 5], [1988, 27], [1989, 50], [1990, 72], [1991, 89], [1992, 112], [1993, 109], [1994, 130], [1995, 158], [1996, 202], [1997, 167], [1998, 183], [1999, 156], [2000, 182], [2001, 210], [2002, 232], [2003, 228], [2004, 203], [2005, 223], [2006, 238], [2007, 236], [2008, 212], [2009, 181], [2010, 175], [2011, 152], [2012, 144], [2013, 111], [2014, 117]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x45c28d3dcfb1de7c81b4359f7491f7195dd6c564efc0f2e95ab0ddd6541acdd0", "parentHash" : "0x35d27011e16cabcda4cd197ad951cbd21bd56f892b33056c774c41c7f132a313", "number" : 40204, "timestamp" : 1438817265, "nonce" : "0x2fa8e5718d8ad915", "difficulty" : 1367557852711, "gasLimit" : {"_hex" : "0x138b"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xeB1325C8D9d3ea8D74aC11F4B00F1B2367686319", "extraData" : "0x476574682f76312e302e302f77696e646f77732f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"country": {"type": "string"}, "country-code": {"type": "string"}, "delegation-status": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "subnets": {"type": "object", "properties": {"ipv4": {"type": "array", "items": {"type": "string"}}, "ipv6": {"type": "array", "items": {"type": "string"}}}, "required": ["ipv4", "ipv6"]}}, "required": ["country", "country-code", "delegation-status", "mode", "subnets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country" : "Timor-Leste", "country-code" : "TL", "delegation-status" : ["allocated", "assigned"], "mode" : "aggregated", "subnets" : {"ipv4" : ["43.254.56.0/22", "45.115.72.0/22", "59.153.132.0/22", "103.26.95.0/24", "103.30.112.0/22", "103.55.48.0/22", "103.99.26.0/24", "103.99.164.0/22", "103.112.36.0/22", "103.143.164.0/23", "103.148.184.0/23", "103.175.148.0/24", "103.176.12.0/23", "103.176.215.0/24", "103.198.176.0/22", "103.208.36.0/22", "103.238.116.0/22", "150.242.108.0/22", "180.189.160.0/20"], "ipv6" : ["2001:df0:840::/48", "2001:df0:7a00::/48", "2001:df0:f980::/48", "2001:df7:f980::/48", "2401:4b80::/32", "2402:d080::/32", "2405:1f00::/32", "2405:d540::/32", "2407:f2c0::/32"]}} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "country-code": {"type": "string"}, "delegation-status": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "subnets": {"type": "object", "properties": {"ipv4": {"type": "array", "items": {"type": "string"}}, "ipv6": {"type": "array", "items": {"type": "string"}}}, "required": ["ipv4", "ipv6"]}}, "required": ["country", "country-code", "delegation-status", "mode", "subnets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["jsxlatify"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Stir canola oil, mirin, pepper flakes, garlic, lemon zest, and salt together in a small bowl.", "Place prawns in a resealable plastic bag; pour in marinade. Press out excess air; seal the bag. Marinate prawns in the refrigerator for at least 1 hour.", "Preheat an outdoor grill for medium-high heat and lightly oil the grate. Thread prawns onto skewers; discard marinade.", "Grill prawns until opaque, about 3 minutes each side."], "ingredients" : ["3 1/2 fluid ounces canola oil", "1 3/4 fluid ounces mirin (Japanese sweet rice wine)", "1 1/2 teaspoons red pepper flakes", "2 large garlic cloves, crushed", "1 lemon, zested", "1/2 teaspoon salt", "24 spot prawns"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Spicy Sweet Spot Prawn Marinade", "url" : "http://allrecipes.com/recipe/236690/spicy-sweet-spot-prawn-marinade/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 79509, "info" : {"name" : "Typeracer - Remove ads", "description" : "Removes ads on typeracer.com", "additionalInfo" : null, "format" : "uso", "category" : "typeracer", "createdAt" : "2012-12-05T17:11:26.000Z", "updatedAt" : "2013-02-19T05:57:59.000Z", "license" : "CC0-1.0", "author" : {"id" : 38243, "name" : "EvilHom3r"}}, "stats" : {"installs" : {"total" : 480, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "79509-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"typeracer.com\") {\r\n .newWestWidget, .newEastWidget, .newSouthWidget, .newNorthWidget, iframe {\r\n display: none !important;\r\n }\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "stubfeed", "hour" : "01", "avg" : 1.0163678877630553}, {"subreddit" : "stubfeed", "hour" : "02", "avg" : 1.0076394194041254}, {"subreddit" : "stubfeed", "hour" : "03", "avg" : 0.9923664122137404}, {"subreddit" : "stubfeed", "hour" : "04", "avg" : 1.0015698587127158}, {"subreddit" : "stubfeed", "hour" : "05", "avg" : 1.0}, {"subreddit" : "stubfeed", "hour" : "06", "avg" : 0.9846938775510204}, {"subreddit" : "stubfeed", "hour" : "07", "avg" : 1.0031347962382444}, {"subreddit" : "stubfeed", "hour" : "08", "avg" : 1.004739336492891}, {"subreddit" : "stubfeed", "hour" : "09", "avg" : 1.001953125}, {"subreddit" : "stubfeed", "hour" : "10", "avg" : 1.0223642172523961}, {"subreddit" : "stubfeed", "hour" : "11", "avg" : 1.0125523012552302}, {"subreddit" : "stubfeed", "hour" : "12", "avg" : 1.0168067226890756}, {"subreddit" : "stubfeed", "hour" : "13", "avg" : 1.0034802784222738}, {"subreddit" : "stubfeed", "hour" : "14", "avg" : 1.031556039173014}, {"subreddit" : "stubfeed", "hour" : "15", "avg" : 1.0229540918163673}, {"subreddit" : "stubfeed", "hour" : "16", "avg" : 1.0193370165745856}, {"subreddit" : "stubfeed", "hour" : "17", "avg" : 1.022563176895307}, {"subreddit" : "stubfeed", "hour" : "18", "avg" : 1.0243243243243243}, {"subreddit" : "stubfeed", "hour" : "19", "avg" : 1.0295652173913044}, {"subreddit" : "stubfeed", "hour" : "20", "avg" : 1.0255536626916524}, {"subreddit" : "stubfeed", "hour" : "21", "avg" : 1.0268510984540276}, {"subreddit" : "stubfeed", "hour" : "22", "avg" : 1.0264211369095275}, {"subreddit" : "stubfeed", "hour" : "23", "avg" : 1.0248}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"AXErunners": {"type": "string"}}, "required": ["AXErunners"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "module_name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"TinyCborObjc": {"type": "array", "items": {"type": "string"}}}, "required": ["TinyCborObjc"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "source_files", "module_name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ios-app", "version" : "0.0.1", "summary" : "Axe Platform Protocol", "description" : "The iOS implementation of the Axe Platform Protocol", "homepage" : "https://github.com/axerunners/ios-app", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"AXErunners" : "info@axerunners.com"}, "source" : {"git" : "https://github.com/axerunners/ios-app.git", "tag" : "0.0.1"}, "social_media_url" : "https://twitter.com/axerunners", "platforms" : {"ios" : "10.0"}, "source_files" : "ios-app/Classes/**/*", "module_name" : "APP", "dependencies" : {"TinyCborObjc" : ["0.4.1"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"AXErunners": {"type": "string"}}, "required": ["AXErunners"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "module_name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"TinyCborObjc": {"type": "array", "items": {"type": "string"}}}, "required": ["TinyCborObjc"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "source_files", "module_name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5102050012", "district_id" : "5102050", "name" : "PAYANGAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/kubectl-example"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}, "(7, 0)": {"type": "string"}, "(7, 1)": {"type": "string"}, "(7, 2)": {"type": "string"}, "(7, 3)": {"type": "string"}, "(7, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)", "(7, 0)", "(7, 1)", "(7, 2)", "(7, 3)", "(7, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0)" : "wushu at the asian games", "(1, 0)" : "year", "(1, 1)" : "location", "(1, 2)" : "gold", "(1, 3)" : "silver", "(1, 4)" : "bronze", "(2, 0)" : "1990", "(2, 1)" : "beijing", "(2, 2)" : "chen sitan", "(2, 3)" : "wang zengxiang", "(2, 4)" : "nobutsugu arai", "(3, 0)" : "1994", "(3, 1)" : "hiroshima", "(3, 2)" : "masaru masuda", "(3, 3)" : "chan ming shu", "(3, 4)" : "han gyeong su daniel go", "(4, 0)" : "1998", "(4, 1)" : "bangkok", "(4, 2)" : "chan ming shu", "(4, 3)" : "toshiya watanabe", "(4, 4)" : "nguyen anh minh", "(5, 0)" : "2002", "(5, 1)" : "busan", "(5, 2)" : "yang seong chan", "(5, 3)" : "chan ming shu", "(5, 4)" : "bobby co", "(6, 0)" : "2006", "(6, 1)" : "doha", "(6, 2)" : "wu yanan", "(6, 3)" : "hei zhi hong", "(6, 4)" : "goh qiu bin", "(7, 0)" : "2010", "(7, 1)" : "guangzhou", "(7, 2)" : "wu yanan", "(7, 3)" : "nguyen thanh tung", "(7, 4)" : "hsiao yung - jih"} | json_instruct | {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}, "(7, 0)": {"type": "string"}, "(7, 1)": {"type": "string"}, "(7, 2)": {"type": "string"}, "(7, 3)": {"type": "string"}, "(7, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)", "(7, 0)", "(7, 1)", "(7, 2)", "(7, 3)", "(7, 4)"], "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"pomelo": {"type": "string"}, "crc": {"type": "string"}}, "required": ["pomelo", "crc"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "divaol-server", "version" : "0.0.1", "private" : false, "dependencies" : {"pomelo" : "1.2.0", "crc" : "0.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"pomelo": {"type": "string"}, "crc": {"type": "string"}}, "required": ["pomelo", "crc"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"JavaScript": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["JavaScript", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"JavaScript" : 295588, "Shell" : 114} | json_instruct | {"type": "object", "properties": {"JavaScript": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["JavaScript", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "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": {"lodash": {"type": "string"}, "pg": {"type": "string"}, "pg-hstore": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["lodash", "pg", "pg-hstore", "sequelize"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "postgres-estimate-table-row-count", "version" : "1.0.0", "description" : "Estimate number of rows on a Postgres Table", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Benj Sicam <benjsicam@gmail.com>", "license" : "MIT", "dependencies" : {"lodash" : "^4.17.15", "pg" : "^8.2.1", "pg-hstore" : "^2.3.3", "sequelize" : "^5.21.9"}} | 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": {"lodash": {"type": "string"}, "pg": {"type": "string"}, "pg-hstore": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["lodash", "pg", "pg-hstore", "sequelize"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3372", "province_id" : "33", "name" : "KOTA SURAKARTA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$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#"}
| ["2712605", "2712602", "2712606", "2712608"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e2a4f0fa432fffd0dd4addd19d300281e1c8ac01"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"pagination": {"type": "object", "properties": {"next": {"type": "null"}, "previous": {"type": "null"}, "count": {"type": "integer"}}, "required": ["next", "previous", "count"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"investment_id": {"type": "string"}, "account_id": {"type": "string"}, "product_code": {"type": "string"}, "asset_type": {"type": "string"}, "asset_in_index": {"type": "boolean"}, "index_id": {"type": "null"}, "current_units": {"type": "string"}, "currency": {"type": "string"}, "current_value": {"type": "string"}, "investment_returns": {"type": "string"}, "change_today": {"type": "string"}, "created_on": {"type": "string"}, "pending_deposits": {"type": "array", "items": {}}, "pending_sales": {"type": "array", "items": {}}}, "required": ["investment_id", "account_id", "product_code", "asset_type", "asset_in_index", "index_id", "current_units", "currency", "current_value", "investment_returns", "change_today", "created_on", "pending_deposits", "pending_sales"]}}, "errors": {"type": "null"}, "message": {"type": "string"}, "status": {"type": "string"}}, "required": ["pagination", "data", "errors", "message", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pagination" : {"next" : null, "previous" : null, "count" : 2}, "data" : [{"investment_id" : "bbbbaaaa-abba-baba-abab-83b8bbe0abaab", "account_id" : "83b8bbe0abaab77f86683b8bbe0abaab", "product_code" : "PRCDE000000000", "asset_type" : "tbills", "asset_in_index" : false, "index_id" : null, "current_units" : "966.1945", "currency" : "NGN", "current_value" : "9076139.9511", "investment_returns" : "0.021754030500000000325488969110665493644773960113525390625", "change_today" : "0.0", "created_on" : "2021-05-31T13:32:10.189894+00:00", "pending_deposits" : [], "pending_sales" : []}], "errors" : null, "message" : "Request successful", "status" : "success"} | json_instruct | {"type": "object", "properties": {"pagination": {"type": "object", "properties": {"next": {"type": "null"}, "previous": {"type": "null"}, "count": {"type": "integer"}}, "required": ["next", "previous", "count"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"investment_id": {"type": "string"}, "account_id": {"type": "string"}, "product_code": {"type": "string"}, "asset_type": {"type": "string"}, "asset_in_index": {"type": "boolean"}, "index_id": {"type": "null"}, "current_units": {"type": "string"}, "currency": {"type": "string"}, "current_value": {"type": "string"}, "investment_returns": {"type": "string"}, "change_today": {"type": "string"}, "created_on": {"type": "string"}, "pending_deposits": {"type": "array", "items": {}}, "pending_sales": {"type": "array", "items": {}}}, "required": ["investment_id", "account_id", "product_code", "asset_type", "asset_in_index", "index_id", "current_units", "currency", "current_value", "investment_returns", "change_today", "created_on", "pending_deposits", "pending_sales"]}}, "errors": {"type": "null"}, "message": {"type": "string"}, "status": {"type": "string"}}, "required": ["pagination", "data", "errors", "message", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Shells in the Egg Nebula", "credit" : "R. Thompson (U. Arizona) et al., NICMOS, HST, NASA", "explanation" : "The Egg Nebula is taking a beating. Like a baby chick pecking its way out of an egg, the star in the center of the Egg Nebula is casting away shells of gas and dust as it slowly transforms itself into a white dwarf star. The above picture was taken by the newly installed Near Infrared Camera and Multi-Object Spectrometer (NICMOS) now on board the Hubble Space Telescope. A thick torus of dust now surrounds the star through which the shell gas is escaping. Newly expelled gas shells escape in beams as can be seen in the original HST image and in the image shown above. This infrared image is coded in false color to highlight two different types of emission. The red light represents hot hydrogen gas heated by the collisions of expanding shells. The blue light represents light from the central star scattered by the dust in the nebula. It takes light about 3000 years to reach us from the Egg Nebula, which is hundreds of times the size of our Solar System.", "date" : "1999-06-26", "hdurl" : "https://apod.nasa.gov/apod/image/9705/eggshells_hst_big.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/9705/eggshells_hst.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x7c8b1dc41b611c533787e1d6a498ca7ac5eba6f7", "tool" : "mythril", "start" : 1563275582.8986883, "end" : 1563275591.9705167, "duration" : 9.071828365325928, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARFZNR41187B990AF7", "artist_latitude" : null, "artist_location" : "Vance, MS", "artist_longitude" : null, "artist_name" : "Sunnyland Slim", "duration" : 148.47955, "num_songs" : 1, "song_id" : "SOZBCID12AC468B7E6", "title" : "Hard Times (feat. Floyd Jones)", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"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" : 404376735, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f743cb1aa8660d0bfcd3fa6caa994400", "wof:id" : 404376735, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.62939702397562, 45.98414809254923, 5.679493533116, 46.02493317789275], "geometry" : {"coordinates" : [[[5.63948805250478, 45.98429792904443], [5.63017680751943, 46.00770613873897], [5.62939702397562, 46.02493317789275], [5.6571810719151, 46.02335700629506], [5.66977941140045, 46.01937574333262], [5.67003548086948, 46.01612608400614], [5.679493533116, 45.98888146767818], [5.67809980625967, 45.98414809254923], [5.63948805250478, 45.98429792904443]]], "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": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "7a283344a6bdf4e7ab10", "c" : {"index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$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"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}, "build": {"type": "string"}, "launch": {"type": "string"}, "start": {"type": "string"}}, "required": ["watch", "build", "launch", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["electron", "typescript"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "command-exists": {"type": "string"}, "fix-path": {"type": "string"}, "monaco-editor": {"type": "string"}, "xterm": {"type": "string"}, "xterm-addon-fit": {"type": "string"}}, "required": ["chalk", "command-exists", "fix-path", "monaco-editor", "xterm", "xterm-addon-fit"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pyeditor", "version" : "1.0.0", "description" : "A lightweight Python editor", "main" : "src/js/main.js", "scripts" : {"watch" : "tsc -w", "build" : "tsc", "launch" : "electron ./src/js/main.js", "start" : "npm run build && npm run launch"}, "keywords" : ["Electron"], "author" : "fwcd", "license" : "MIT", "devDependencies" : {"electron" : "^13.1.9", "typescript" : "^4.3.5"}, "dependencies" : {"chalk" : "^4.1.2", "command-exists" : "^1.2.9", "fix-path" : "^3.0.0", "monaco-editor" : "^0.26.1", "xterm" : "^4.13.0", "xterm-addon-fit" : "^0.5.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}, "build": {"type": "string"}, "launch": {"type": "string"}, "start": {"type": "string"}}, "required": ["watch", "build", "launch", "start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["electron", "typescript"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "command-exists": {"type": "string"}, "fix-path": {"type": "string"}, "monaco-editor": {"type": "string"}, "xterm": {"type": "string"}, "xterm-addon-fit": {"type": "string"}}, "required": ["chalk", "command-exists", "fix-path", "monaco-editor", "xterm", "xterm-addon-fit"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "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"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "ishidden", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "#Uma Mestre Rigorosa Treina {M#Um Pupilo Talentoso}{F#Uma Pupila Talentosa}", "achievementgroup" : "Mem\u00f3ria do Cora\u00e7\u00e3o", "ishidden" : true, "sortorder" : 7111, "stages" : 1, "stage1" : {"title" : "#Uma Mestre Rigorosa Treina {M#Um Pupilo Talentoso}{F#Uma Pupila Talentosa}", "description" : "Conclua uma se\u00e7\u00e3o de treino sem acertar nenhum espantalho azul.", "progress" : 1, "reward" : {"name" : "Gema Essencial", "count" : 5}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "ishidden", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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.107966, 30.006842], [-90.106455, 30.019623], [-90.098684, 30.018909], [-90.100414, 30.004029], [-90.108202, 30.004857], [-90.107966, 30.006842]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 28913}}]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "M\u00e2checourt", "circ" : "1\u00e8re circonscription", "dpt" : "Aisne", "inscrits" : 109, "abs" : 56, "votants" : 53, "blancs" : 7, "nuls" : 1, "exp" : 45, "res" : [{"nuance" : "FN", "nom" : "M. Damien PHILIPPOT", "voix" : 31}, {"nuance" : "REM", "nom" : "Mme Aude BONO-VANDORME", "voix" : 14}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"features": {"type": "object", "properties": {"model": {"type": "string"}, "name": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["model", "name", "vendor"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : {"model" : "jagc_spr_us", "name" : "LGE jagc_spr_us", "vendor" : "LGE"}} | json_instruct | {"type": "object", "properties": {"features": {"type": "object", "properties": {"model": {"type": "string"}, "name": {"type": "string"}, "vendor": {"type": "string"}}, "required": ["model", "name", "vendor"]}}, "required": ["features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"auroc" : [0.4545454545454546, 0.5545454545454545, 0.5363636363636364, 0.709090909090909, 0.4636363636363637], "acc" : [0.5238095238095238, 0.5714285714285714, 0.5714285714285714, 0.5238095238095238, 0.5238095238095238], "aps" : [0.5248186076049853, 0.5729761904761905, 0.5422019698567686, 0.7945887445887445, 0.5164923526765632], "f1" : [0.6666666666666666, 0.5714285714285713, 0.5714285714285713, 0.5833333333333334, 0.0], "auprc" : [0.4976397228932058, 0.5456278469552464, 0.4890474134998129, 0.7922943722943723, 0.4912100180521233]} | json_instruct | {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Material" : {"Directory Material" : "Assets/m3_floor2_Glossiness.png", "UUID Resource" : 868775057, "Name" : "m3_floor2_Glossiness.png", "Type" : 2, "Last Write" : 1524055960}} | json_instruct | {"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["platform"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "silex/silex": {"type": "string"}, "silex/web-profiler": {"type": "string"}, "symfony/asset": {"type": "string"}, "symfony/browser-kit": {"type": "string"}, "symfony/class-loader": {"type": "string"}, "symfony/config": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/monolog-bridge": {"type": "string"}, "symfony/twig-bridge": {"type": "string"}, "symfony/validator": {"type": "string"}, "kadet/keylighter": {"type": "string"}, "doctrine/dbal": {"type": "string"}, "hashids/hashids": {"type": "string"}}, "required": ["php", "silex/silex", "silex/web-profiler", "symfony/asset", "symfony/browser-kit", "symfony/class-loader", "symfony/config", "symfony/console", "symfony/monolog-bridge", "symfony/twig-bridge", "symfony/validator", "kadet/keylighter", "doctrine/dbal", "hashids/hashids"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}, "scripts": {"type": "object", "properties": {"run": {"type": "array", "items": {"type": "string"}}}, "required": ["run"]}}, "required": ["name", "description", "license", "config", "require", "autoload", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kadet/pastebin", "description" : "Kadet's pastebin", "license" : "MIT", "config" : {"platform" : {"php" : "7.0"}}, "require" : {"php" : "^7.0", "silex/silex" : "~2.0", "silex/web-profiler" : "~2.0", "symfony/asset" : "~2.8|^3.0", "symfony/browser-kit" : "~2.8|^3.0", "symfony/class-loader" : "~2.8|^3.0", "symfony/config" : "~2.8|^3.0", "symfony/console" : "~2.8|^3.0", "symfony/monolog-bridge" : "~2.8|^3.0", "symfony/twig-bridge" : "~2.8|^3.0", "symfony/validator" : "~2.8|^3.0", "kadet/keylighter" : "dev-master", "doctrine/dbal" : "^2.5", "hashids/hashids" : "^2.0"}, "autoload" : {"psr-0" : {"" : "src/"}}, "scripts" : {"run" : ["echo 'Started web server on http://localhost:8888'", "php -S localhost:8888 -t web"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["platform"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "silex/silex": {"type": "string"}, "silex/web-profiler": {"type": "string"}, "symfony/asset": {"type": "string"}, "symfony/browser-kit": {"type": "string"}, "symfony/class-loader": {"type": "string"}, "symfony/config": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/monolog-bridge": {"type": "string"}, "symfony/twig-bridge": {"type": "string"}, "symfony/validator": {"type": "string"}, "kadet/keylighter": {"type": "string"}, "doctrine/dbal": {"type": "string"}, "hashids/hashids": {"type": "string"}}, "required": ["php", "silex/silex", "silex/web-profiler", "symfony/asset", "symfony/browser-kit", "symfony/class-loader", "symfony/config", "symfony/console", "symfony/monolog-bridge", "symfony/twig-bridge", "symfony/validator", "kadet/keylighter", "doctrine/dbal", "hashids/hashids"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}, "scripts": {"type": "object", "properties": {"run": {"type": "array", "items": {"type": "string"}}}, "required": ["run"]}}, "required": ["name", "description", "license", "config", "require", "autoload", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101893515, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9d45bc13ad421c5daff8065542136e8f", "wof:id" : 101893515, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.28507, 45.91435, 4.28507, 45.91435], "geometry" : {"coordinates" : [4.28507, 45.91435], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}, "dependencies": {"type": "object", "properties": {"@octokit/core": {"type": "string"}, "dotenv": {"type": "string"}, "octokit": {"type": "string"}}, "required": ["@octokit/core", "dotenv", "octokit"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "conventional-pre-commit-github-stats", "version" : "1.0.0", "description" : "Query GitHub's REST API, update this repo's README.", "main" : "index.js", "scripts" : {"start" : "node index"}, "repository" : {"type" : "git", "url" : "git+https://github.com/compilerla/conventional-pre-commit.git"}, "author" : "Compiler LLC", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/compilerla/conventional-pre-commit/issues"}, "homepage" : "https://github.com/compilerla/conventional-pre-commit#readme", "dependencies" : {"@octokit/core" : "^3.5.1", "dotenv" : "^16.0.0", "octokit" : "^1.7.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "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"}, "dependencies": {"type": "object", "properties": {"@octokit/core": {"type": "string"}, "dotenv": {"type": "string"}, "octokit": {"type": "string"}}, "required": ["@octokit/core", "dotenv", "octokit"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 9221, "cites" : 9, "cited_by" : 10, "reference" : ["Benhabib, Jess, Stephanie Schmitt-Groh\u00c3\u0082\u00c2\u00b4e, and Mart\u00c3\u0082\u00c2\u00b4in Uribe, The Perils of Taylor Rules, Journal of Economic Theory, 96, January-February 2001(a), 40-69.", "Benhabib, Jess, Stephanie Schmitt-Groh\u00c3\u0082\u00c2\u00b4e, and Mart\u00c3\u0082\u00c2\u00b4in Uribe, Avoiding Liquidity Traps, Journal of Political Economy, 110, June 2002, 535-563.", "Clarida, Richard, Jordi Gal\u00c3\u0082\u00c2\u00b4i, and Mark Gertler, Monetary Policy Rules in Practice: Some International Evidence, European Economic Review 42, 1998, 1033-1067.", "Cochrane, John H., A Frictionless View of U.S. Inflation, National Bureau of Economic Research Macroeconomics Annual, 13, 1998, 323-384.", "Loyo, Eduardo, Tight Money Paradox on the Loose: A Fiscalist Hyperinflation, manu- script, Harvard University, 1999.", "Schmitt-Groh\u00c3\u0082\u00c2\u00b4e, Stephanie and Mart\u00c3\u0082\u00c2\u00b4in Uribe, Price Level Determinacy and Monetary Policy Under a Balanced-Budget Requirement, Journal of Monetary Economics 45, February 2000, 211-246.", "Sims, C., A Simple Model for the Study of the Determination of the Price Level and the Interaction of Monetary and Fiscal Policy, Economic Theory, 4, 1994, 381-399.", "Taylor, John B., Discretion Versus Policy Rules in Practice, Carnegie-Rochester Series on Public Policy, 39, 1993, 195-214.", "Woodford, M., Monetary Policy and Price Level Determinacy in a Cash-in-Advance Econ- omy, Economic Theory, 4, 1994, 345-380."]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$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"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"after": {"type": "string"}, "chalk": {"type": "string"}, "colors-tmpl": {"type": "string"}, "combined-stream-wait-for-it": {"type": "string"}, "commandico": {"type": "string"}, "i18n-core": {"type": "string"}, "latest-version": {"type": "string"}, "msee": {"type": "string"}, "simple-terminal-menu": {"type": "string"}, "split": {"type": "string"}, "string-to-stream": {"type": "string"}, "strip-ansi": {"type": "string"}, "through2": {"type": "string"}, "workshopper-adventure-storage": {"type": "string"}}, "required": ["after", "chalk", "colors-tmpl", "combined-stream-wait-for-it", "commandico", "i18n-core", "latest-version", "msee", "simple-terminal-menu", "split", "string-to-stream", "strip-ansi", "through2", "workshopper-adventure-storage"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}, "standard-version": {"type": "string"}}, "required": ["standard", "standard-version"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}}, "required": ["name", "version", "description", "main", "author", "repository", "license", "dependencies", "bugs", "homepage", "directories", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "workshopper-adventure-hu", "version" : "1.0.2", "description" : "A terminal workshop runner framework (adventure compatible)", "main" : "./index.js", "author" : "Martin Heidegger <martin.heidegger@gmail.com> (https://github.com/martinheidegger)", "repository" : {"type" : "git", "url" : "https://github.com/matehuszarik/workshopper-adventure.git"}, "license" : "MIT", "dependencies" : {"after" : "^0.8.2", "chalk" : "^2.3.1", "colors-tmpl" : "~1.0.0", "combined-stream-wait-for-it" : "^1.1.0", "commandico" : "^2.0.2", "i18n-core" : "^3.0.0", "latest-version" : "^3.0.0", "msee" : "^0.3.5", "simple-terminal-menu" : "^1.1.3", "split" : "^1.0.0", "string-to-stream" : "^1.1.0", "strip-ansi" : "^4.0.0", "through2" : "^2.0.3", "workshopper-adventure-storage" : "^3.0.0"}, "bugs" : {"url" : "https://github.com/matehuszarik/workshopper-adventure/issues"}, "homepage" : "https://github.com/matehuszarik/workshopper-adventure", "directories" : {"example" : "examples"}, "devDependencies" : {"standard" : "^11.0.0", "standard-version" : "^4.3.0"}, "scripts" : {"test" : "./node_modules/.bin/standard", "release" : "./node_modules/.bin/standard-version"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"after": {"type": "string"}, "chalk": {"type": "string"}, "colors-tmpl": {"type": "string"}, "combined-stream-wait-for-it": {"type": "string"}, "commandico": {"type": "string"}, "i18n-core": {"type": "string"}, "latest-version": {"type": "string"}, "msee": {"type": "string"}, "simple-terminal-menu": {"type": "string"}, "split": {"type": "string"}, "string-to-stream": {"type": "string"}, "strip-ansi": {"type": "string"}, "through2": {"type": "string"}, "workshopper-adventure-storage": {"type": "string"}}, "required": ["after", "chalk", "colors-tmpl", "combined-stream-wait-for-it", "commandico", "i18n-core", "latest-version", "msee", "simple-terminal-menu", "split", "string-to-stream", "strip-ansi", "through2", "workshopper-adventure-storage"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}, "standard-version": {"type": "string"}}, "required": ["standard", "standard-version"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "release"]}}, "required": ["name", "version", "description", "main", "author", "repository", "license", "dependencies", "bugs", "homepage", "directories", "devDependencies", "scripts"], "$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"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "d3-hierarchy": {"type": "string"}, "d3-scale": {"type": "string"}, "d3-scale-chromatic": {"type": "string"}, "d3-selection": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["d3", "d3-hierarchy", "d3-scale", "d3-scale-chromatic", "d3-selection", "prop-types", "react", "react-dom"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:lib": {"type": "string"}, "build:dist": {"type": "string"}}, "required": ["test", "build", "build:lib", "build:dist"]}, "devDependencies": {"type": "object", "properties": {"react-build-dist": {"type": "string"}, "react-build-lib": {"type": "string"}}, "required": ["react-build-dist", "react-build-lib"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "main", "peerDependencies", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@vibemap/react-bubble-chart-d3", "version" : "1.0.14", "description" : "ReactJS component to display data as a bubble chart using D3.", "keywords" : ["ReactJS", "Component", "D3", "Charts", "Bubble", "Graphics"], "author" : "weKnow Inc", "license" : "GPL-3.0", "repository" : {"type" : "git", "url" : "https://github.com/weknowinc/react-bubble-chart-d3"}, "main" : "lib/index.js", "peerDependencies" : {}, "dependencies" : {"d3" : "^4.13.0", "d3-hierarchy" : "^3.0.1", "d3-scale" : "^4.0.0", "d3-scale-chromatic" : "^3.0.0", "d3-selection" : "^3.0.0", "prop-types" : "^15.6.0", "react" : "^16.2.0", "react-dom" : "^16.2.0"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "npm run build:lib && npm run build:dist", "build:lib" : "react-build-lib", "build:dist" : "react-build-dist --bundle-name react-bubble-chart-d3.js"}, "devDependencies" : {"react-build-dist" : "0.0.8", "react-build-lib" : "0.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "d3-hierarchy": {"type": "string"}, "d3-scale": {"type": "string"}, "d3-scale-chromatic": {"type": "string"}, "d3-selection": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["d3", "d3-hierarchy", "d3-scale", "d3-scale-chromatic", "d3-selection", "prop-types", "react", "react-dom"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:lib": {"type": "string"}, "build:dist": {"type": "string"}}, "required": ["test", "build", "build:lib", "build:dist"]}, "devDependencies": {"type": "object", "properties": {"react-build-dist": {"type": "string"}, "react-build-lib": {"type": "string"}}, "required": ["react-build-dist", "react-build-lib"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "main", "peerDependencies", "dependencies", "scripts", "devDependencies"], "$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"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "ignore", "description", "authors", "license", "repository", "homepage", "moduleType", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "swagger-js", "version" : "2.1.23", "main" : "browser/swagger-client.js", "ignore" : ["gulpfile.js", "index.js", "lib/", "package.json", "README.md", "test/", ".*"], "description" : "swagger-client is a javascript client for use with swaggering APIs.", "authors" : ["Tony Tam <fehguy@gmail.com>", "jcscoobyrs@gmail.com"], "license" : "Apache 2.0", "repository" : {"type" : "git", "url" : "git://github.com/swagger-api/swagger-js.git"}, "homepage" : "http://swagger.io", "moduleType" : ["globals"], "keywords" : ["swagger", "client", "JavaScript", "REST"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "main", "ignore", "description", "authors", "license", "repository", "homepage", "moduleType", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MRRm_new" : 0.0805513799575463, "MRm_new" : 679.4066140976906, "HITS@1m_new" : 0.04000466499582399, "HITS@3m_new" : 0.07867917746553431, "HITS@10m_new" : 0.16172793940867997} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$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"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repo": {"type": "string"}, "src": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "license", "keywords", "repo", "src"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stmr.c", "version" : "1.0.0", "description" : "The Porter Stemmer algorithm", "license" : "MIT", "keywords" : ["martin", "porter", "stemmer", "algorithm"], "repo" : "wooorm/stmr.c", "src" : ["stmr.h", "stmr.c"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repo": {"type": "string"}, "src": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "license", "keywords", "repo", "src"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ConnectionString": {"type": "string"}, "Email": {"type": "object", "properties": {"Port": {"type": "integer"}, "Host": {"type": "string"}, "EmailAddress": {"type": "string"}}, "required": ["Port", "Host", "EmailAddress"]}, "Settings": {"type": "object", "properties": {"DataSourceType": {"type": "string"}, "SomeUrl": {"type": "string"}, "SomeOtherUrl": {"type": "string"}, "CacheMode": {"type": "string"}, "MaxCacheSize": {"type": "string"}, "SuperModes": {"type": "object", "properties": {"SmartMode3": {"type": "string"}}, "required": ["SmartMode3"]}}, "required": ["DataSourceType", "SomeUrl", "SomeOtherUrl", "CacheMode", "MaxCacheSize", "SuperModes"]}, "Timeouts": {"type": "object", "properties": {"TotalProcessTimeout": {"type": "integer"}, "ProcessTaskTimeout": {"type": "integer"}}, "required": ["TotalProcessTimeout", "ProcessTaskTimeout"]}, "BackupSettings": {"type": "object", "properties": {"BackupIntervalUnit": {"type": "string"}, "BackupInterval": {"type": "integer"}}, "required": ["BackupIntervalUnit", "BackupInterval"]}, "Notifications": {"type": "array", "items": {"type": "object", "properties": {"EMail": {"type": "string"}}, "required": ["EMail"]}}, "Logging": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "Pattern": {"type": "string"}, "MaximumFileSize": {"type": "string"}, "Level": {"type": "string"}}, "required": ["Enabled", "Pattern", "MaximumFileSize", "Level"]}}, "required": ["ConnectionString", "Email", "Settings", "Timeouts", "BackupSettings", "Notifications", "Logging"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionString" : "USER ID=superuser;PASSWORD=superpassword;DATA SOURCE=localhost:1111", "Email" : {"Port" : 25, "Host" : "MyHost.com", "EmailAddress" : "test@MyHost.com"}, "Settings" : {"DataSourceType" : "MultiDataSource", "SomeUrl" : "http://MyHost.com/VeryImportantData", "SomeOtherUrl" : "http://MyHost.com/NotSoImportantData/", "CacheMode" : "Memory", "MaxCacheSize" : "1GB", "SuperModes" : {"SmartMode3" : "Enabled"}}, "Timeouts" : {"TotalProcessTimeout" : 500, "ProcessTaskTimeout" : 200}, "BackupSettings" : {"BackupIntervalUnit" : "Week", "BackupInterval" : 2}, "Notifications" : [{"EMail" : "support@MyHost.com"}], "Logging" : {"Enabled" : false, "Pattern" : "Logs\\MyApplication.%data{yyyyMMdd}.log", "MaximumFileSize" : "40MB", "Level" : "ERROR"}} | json_instruct | {"type": "object", "properties": {"ConnectionString": {"type": "string"}, "Email": {"type": "object", "properties": {"Port": {"type": "integer"}, "Host": {"type": "string"}, "EmailAddress": {"type": "string"}}, "required": ["Port", "Host", "EmailAddress"]}, "Settings": {"type": "object", "properties": {"DataSourceType": {"type": "string"}, "SomeUrl": {"type": "string"}, "SomeOtherUrl": {"type": "string"}, "CacheMode": {"type": "string"}, "MaxCacheSize": {"type": "string"}, "SuperModes": {"type": "object", "properties": {"SmartMode3": {"type": "string"}}, "required": ["SmartMode3"]}}, "required": ["DataSourceType", "SomeUrl", "SomeOtherUrl", "CacheMode", "MaxCacheSize", "SuperModes"]}, "Timeouts": {"type": "object", "properties": {"TotalProcessTimeout": {"type": "integer"}, "ProcessTaskTimeout": {"type": "integer"}}, "required": ["TotalProcessTimeout", "ProcessTaskTimeout"]}, "BackupSettings": {"type": "object", "properties": {"BackupIntervalUnit": {"type": "string"}, "BackupInterval": {"type": "integer"}}, "required": ["BackupIntervalUnit", "BackupInterval"]}, "Notifications": {"type": "array", "items": {"type": "object", "properties": {"EMail": {"type": "string"}}, "required": ["EMail"]}}, "Logging": {"type": "object", "properties": {"Enabled": {"type": "boolean"}, "Pattern": {"type": "string"}, "MaximumFileSize": {"type": "string"}, "Level": {"type": "string"}}, "required": ["Enabled", "Pattern", "MaximumFileSize", "Level"]}}, "required": ["ConnectionString", "Email", "Settings", "Timeouts", "BackupSettings", "Notifications", "Logging"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "object", "properties": {"id": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "integer"}}, "required": ["@type", "@value"]}, "label": {"type": "string"}}, "required": ["id", "label"]}}, "required": ["@type", "@value"]}}}, "required": ["@type", "@value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@type" : "g:List", "@value" : [{"@type" : "g:Vertex", "@value" : {"id" : {"@type" : "g:Int64", "@value" : 41054216}, "label" : "testingvertex3"}}]} | json_instruct | {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "object", "properties": {"id": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "integer"}}, "required": ["@type", "@value"]}, "label": {"type": "string"}}, "required": ["id", "label"]}}, "required": ["@type", "@value"]}}}, "required": ["@type", "@value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "// Copyright 2017-2021 @polkadot/util authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n/**\n * @name isNumber\n * @summary Tests for a JavaScript number.\n * @description\n * Checks to see if the input value is a valid number.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isNumber } from '@polkadot/util';\n *\n * console.log('isNumber', isNumber(1234)); // => true\n * ```\n */\nexport function isNumber(value) {\n return typeof value === 'number';\n}", "map" : {"version" : 3, "sources" : ["/home/spren/workspace/kitties-front-end/node_modules/@polkadot/util/is/number.js"], "names" : ["isNumber", "value"], "mappings" : "AAAA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASA,QAAT,CAAkBC,KAAlB,EAAyB;AAC9B,SAAO,OAAOA,KAAP,KAAiB,QAAxB;AACD", "sourcesContent" : ["// Copyright 2017-2021 @polkadot/util authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n/**\n * @name isNumber\n * @summary Tests for a JavaScript number.\n * @description\n * Checks to see if the input value is a valid number.\n * @example\n * <BR>\n *\n * ```javascript\n * import { isNumber } from '@polkadot/util';\n *\n * console.log('isNumber', isNumber(1234)); // => true\n * ```\n */\nexport function isNumber(value) {\n return typeof value === 'number';\n}"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"latitude_longitude_not_defined": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["latitude_longitude_not_defined", "single_instance_allowed"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["user"]}}, "required": ["abort", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"show_on_map": {"type": "string"}}, "required": ["show_on_map"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"latitude_longitude_not_defined" : "Breedte- en lengtegraad zijn niet gedefinieerd in Home Assistant.", "single_instance_allowed" : "Al geconfigureerd. Slechts een enkele configuratie mogelijk."}, "step" : {"user" : {"description" : "Wilt u International Space Station configureren?"}}}, "options" : {"step" : {"init" : {"data" : {"show_on_map" : "Toon op kaart"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"latitude_longitude_not_defined": {"type": "string"}, "single_instance_allowed": {"type": "string"}}, "required": ["latitude_longitude_not_defined", "single_instance_allowed"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["user"]}}, "required": ["abort", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"show_on_map": {"type": "string"}}, "required": ["show_on_map"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "item": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "move": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version_group": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["id", "item", "move", "version_group"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 805, "item" : {"name" : "tm51", "url" : "http://localhost/api/v2/item/355/"}, "move" : {"name" : "ally-switch", "url" : "http://localhost/api/v2/move/502/"}, "version_group" : {"name" : "black-2-white-2", "url" : "http://localhost/api/v2/version-group/14/"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "item": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "move": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "version_group": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["id", "item", "move", "version_group"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "projectId": {"type": "string"}, "chromeWebSecurity": {"type": "boolean"}, "defaultCommandTimeout": {"type": "integer"}}, "required": ["baseUrl", "projectId", "chromeWebSecurity", "defaultCommandTimeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseUrl" : "http://localhost:5000/", "projectId" : "etowvu", "chromeWebSecurity" : false, "defaultCommandTimeout" : 200000} | json_instruct | {"type": "object", "properties": {"baseUrl": {"type": "string"}, "projectId": {"type": "string"}, "chromeWebSecurity": {"type": "boolean"}, "defaultCommandTimeout": {"type": "integer"}}, "required": ["baseUrl", "projectId", "chromeWebSecurity", "defaultCommandTimeout"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"createNewTab": {"type": "string"}, "scrollLeft": {"type": "string"}, "scrollRight": {"type": "string"}, "disableNewTab": {"type": "string"}}, "required": ["createNewTab", "scrollLeft", "scrollRight", "disableNewTab"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"createNewTab" : "Cr\u00e9er un onglet", "scrollLeft" : "Faire d\u00e9filer \u00e0 gauche", "scrollRight" : "Faire d\u00e9filer \u00e0 droite", "disableNewTab" : "Vous avez atteint le nombre maximal d'onglets."} | json_instruct | {"type": "object", "properties": {"createNewTab": {"type": "string"}, "scrollLeft": {"type": "string"}, "scrollRight": {"type": "string"}, "disableNewTab": {"type": "string"}}, "required": ["createNewTab", "scrollLeft", "scrollRight", "disableNewTab"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"default_state": {"type": "string"}}, "required": ["default_state"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"default_state" : "Level1.Type1"} | json_instruct | {"type": "object", "properties": {"default_state": {"type": "string"}}, "required": ["default_state"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "filename" : "7945fcf1-90.avif", "outputPath" : "img/avatars/twitter/7945fcf1-90.avif", "url" : "/img/avatars/twitter/7945fcf1-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/7945fcf1-90.avif 90w", "size" : 1118}], "webp" : [{"format" : "webp", "width" : 90, "height" : 90, "filename" : "7945fcf1-90.webp", "outputPath" : "img/avatars/twitter/7945fcf1-90.webp", "url" : "/img/avatars/twitter/7945fcf1-90.webp", "sourceType" : "image/webp", "srcset" : "/img/avatars/twitter/7945fcf1-90.webp 90w", "size" : 1152}], "jpeg" : [{"format" : "jpeg", "width" : 90, "height" : 90, "filename" : "7945fcf1-90.jpeg", "outputPath" : "img/avatars/twitter/7945fcf1-90.jpeg", "url" : "/img/avatars/twitter/7945fcf1-90.jpeg", "sourceType" : "image/jpeg", "srcset" : "/img/avatars/twitter/7945fcf1-90.jpeg 90w", "size" : 1922}]} | json_instruct | {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Recording Title": {"type": "string"}, "Description": {"type": "string"}, "Recorded Date": {"type": "string"}, "Speaker": {"type": "string"}, "Bible References": {"type": "string"}, "File 1": {"type": "string"}, "File 2": {"type": "string"}, "File 3": {"type": "string"}, "File 4": {"type": "string"}, "File 5": {"type": "string"}, "guid": {"type": "string"}}, "required": ["Recording Title", "Description", "Recorded Date", "Speaker", "Bible References", "File 1", "File 2", "File 3", "File 4", "File 5", "guid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Recording Title" : "DAVE - DADDY DAVE", "Description" : "Listen to our current series, Dave - An Everyday Hero. A study of the life of David as he appears in many books throughout the Old Testament.", "Recorded Date" : "07/05/2017", "Speaker" : "Angie Campbell", "Bible References" : "", "File 1" : "2b51021b-77c3-4e0c-8601-bd7ee8df70d2.mp3", "File 2" : "", "File 3" : "", "File 4" : "", "File 5" : "", "guid" : "https://thec3-teaching-series.s3.amazonaws.com/2017/5/7/2b51021b-77c3-4e0c-8601-bd7ee8df70d2.mp3"} | json_instruct | {"type": "object", "properties": {"Recording Title": {"type": "string"}, "Description": {"type": "string"}, "Recorded Date": {"type": "string"}, "Speaker": {"type": "string"}, "Bible References": {"type": "string"}, "File 1": {"type": "string"}, "File 2": {"type": "string"}, "File 3": {"type": "string"}, "File 4": {"type": "string"}, "File 5": {"type": "string"}, "guid": {"type": "string"}}, "required": ["Recording Title", "Description", "Recorded Date", "Speaker", "Bible References", "File 1", "File 2", "File 3", "File 4", "File 5", "guid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["import re\n\ndef sum_of_integers_in_string(s):\n return sum(int(x) for x in re.findall(r\"(\\d+)\", s))", "import re\n\ndef sum_of_integers_in_string(s):\n return sum(map(int, re.findall(\"\\d+\", s)))", "import re\n\ndef sum_of_integers_in_string(s):\n return sum(int(i) for i in re.findall('\\d+', s))\n", "def sum_of_integers_in_string(s):\n return sum(map(int, ''.join(c if c.isdigit() else ' ' for c in s).split()))", "import re\ndef sum_of_integers_in_string(s):\n return sum([int(i) for i in re.findall(r'\\d+',s)])", "def sum_of_integers_in_string(s):\n che = \"0123456789\"\n tmp = \"\"\n res = []\n \n for i in range(len(s)) :\n if s[i] in che :\n tmp+=s[i]\n if i == len(s)-1 :\n res.append(int(tmp))\n elif tmp!=\"\":\n res.append(int(tmp))\n tmp = \"\"\n \n return sum(res)", "import re\n\ndef sum_of_integers_in_string(s):\n return sum([int(x) for x in re.findall(r'([\\d]+)', s)])", "import re\ndef sum_of_integers_in_string(s):\n return sum([int(n) for n in re.findall('\\d+', s)])", "import re\n\ndef sum_of_integers_in_string(s):\n return sum(map(int, re.findall(r'\\d+',s)))", "def sum_of_integers_in_string(s):\n for x in s: \n if not x.isdigit(): s = s.replace(x, ' ')\n return sum(map(int, s.split()))"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "cover": {"type": "string"}}, "required": ["test", "cover"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "istanbul": {"type": "string"}, "jsdom": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-register", "istanbul", "jsdom", "mocha"]}}, "required": ["name", "private", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "istanbul-mocha-require-coverage", "private" : true, "scripts" : {"test" : "mocha --opts configs/mocha.opts", "cover" : "istanbul cover --config configs/istanbul.yml _mocha -- --opts configs/mocha.opts"}, "author" : "Jacob Blakely (codekirei)", "license" : "MIT", "devDependencies" : {"babel-preset-es2015" : "6.6.0", "babel-register" : "6.7.2", "istanbul" : "1.0.0-alpha.2", "jsdom" : "8.3.1", "mocha" : "2.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "cover": {"type": "string"}}, "required": ["test", "cover"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "istanbul": {"type": "string"}, "jsdom": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-register", "istanbul", "jsdom", "mocha"]}}, "required": ["name", "private", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 129, "subsInEachSource" : {"feedly" : 41, "inoreader" : 75, "feedsPub" : 13}, "failedSources" : {}}, "lastModified" : 1613954559619} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index.js" : "sha256-CAPO932R+QetvoasGbnGH/5lnyK05QGxJiXGgjADzfk=", "index.min.js" : "sha256-sWteY9/1oZwoPbKmNYU07KS6yjbPBL0Mmu/RTdHH7PE="} | json_instruct | {"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "author", "version", "type", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kirby-headline-jump", "description" : "Kirby Panel headline helper plugin for Kirby CMS", "author" : "Jens T\u00f6rnell <jens.tornell@gmail.com>", "version" : "0.3", "type" : "kirby-plugin", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "description", "author", "version", "type", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "bottom", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "block/cube_bottom_top", "textures" : {"top" : "biotechnik:blocks/rfextractor_top", "bottom" : "biotechnik:blocks/rfextractor_bottom", "side" : "biotechnik:blocks/rfextractor_side"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "bottom", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "ref": {"type": "string"}, "cron": {"type": "string"}, "cron_timezone": {"type": "string"}, "next_run_at": {"type": "string"}, "active": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "last_pipeline": {"type": "object", "properties": {"id": {"type": "integer"}, "sha": {"type": "string"}, "ref": {"type": "string"}, "status": {"type": "string"}}, "required": ["id", "sha", "ref", "status"]}, "owner": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "id": {"type": "integer"}, "state": {"type": "string"}, "avatar_url": {"type": "string"}, "web_url": {"type": "string"}}, "required": ["name", "username", "id", "state", "avatar_url", "web_url"]}, "variables": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["id", "description", "ref", "cron", "cron_timezone", "next_run_at", "active", "created_at", "updated_at", "last_pipeline", "owner", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 13, "description" : "Test schedule pipeline", "ref" : "master", "cron" : "* * * * *", "cron_timezone" : "Asia/Tokyo", "next_run_at" : "2017-05-19T13:41:00.000Z", "active" : true, "created_at" : "2017-05-19T13:31:08.849Z", "updated_at" : "2017-05-19T13:40:17.727Z", "last_pipeline" : {"id" : 332, "sha" : "0e788619d0b5ec17388dffb973ecd505946156db", "ref" : "master", "status" : "pending"}, "owner" : {"name" : "Administrator", "username" : "root", "id" : 1, "state" : "active", "avatar_url" : "http://www.gravatar.com/avatar/e64c7d89f26bd1972efa854d13d7dd61?s=80&d=identicon", "web_url" : "https://gitlab.example.com/root"}, "variables" : [{"key" : "TEST_VARIABLE_1", "value" : "TEST_1"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "ref": {"type": "string"}, "cron": {"type": "string"}, "cron_timezone": {"type": "string"}, "next_run_at": {"type": "string"}, "active": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "last_pipeline": {"type": "object", "properties": {"id": {"type": "integer"}, "sha": {"type": "string"}, "ref": {"type": "string"}, "status": {"type": "string"}}, "required": ["id", "sha", "ref", "status"]}, "owner": {"type": "object", "properties": {"name": {"type": "string"}, "username": {"type": "string"}, "id": {"type": "integer"}, "state": {"type": "string"}, "avatar_url": {"type": "string"}, "web_url": {"type": "string"}}, "required": ["name", "username", "id", "state", "avatar_url", "web_url"]}, "variables": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["id", "description", "ref", "cron", "cron_timezone", "next_run_at", "active", "created_at", "updated_at", "last_pipeline", "owner", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"background_color": {"type": "string"}, "display": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["background_color", "display", "icons", "name", "short_name", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"background_color" : "#1B1C1D", "display" : "standalone", "icons" : [{"src" : "assets/castle-inverted-1024.png", "sizes" : "1024x1024", "type" : "image/png"}], "name" : "Learning PWA - Easy way", "short_name" : "Learn PWA", "start_url" : "/potential-pancake/step-1/index.html"} | json_instruct | {"type": "object", "properties": {"background_color": {"type": "string"}, "display": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "name": {"type": "string"}, "short_name": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["background_color", "display", "icons", "name", "short_name", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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" : "Bf", "definitions" : ["A person's boyfriend.", "A person's best friend."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "password"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"email" : "dev@dev.pl", "password" : "$2a$10$omJhm62arfVXzZI5uux67Oa40IlXVTCgWuNzfRInLpps0ap5tiXSG"} | json_instruct | {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}}, "required": ["email", "password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"rData": {"type": "array", "items": {"type": "integer"}}, "MinIndex": {"type": "integer"}, "MaxIndex": {"type": "integer"}}, "required": ["rData", "MinIndex", "MaxIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rData" : [27, 28, 29], "MinIndex" : 0, "MaxIndex" : 3} | json_instruct | {"type": "object", "properties": {"rData": {"type": "array", "items": {"type": "integer"}}, "MinIndex": {"type": "integer"}, "MaxIndex": {"type": "integer"}}, "required": ["rData", "MinIndex", "MaxIndex"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1406040011", "district_id" : "1406040", "name" : "PANCURAN GADING"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Gianni Carlo": {"type": "string"}}, "required": ["Gianni Carlo"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "swift_versions", "source", "source_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DirectoryWatcher", "version" : "2.6.0", "summary" : "Lightweight listener that uses GCD to monitor changes in a given folder", "description" : "DirectoryWatcher is a lightweight class that uses GCD to monitor a given path for changes. When any change to the directory occurs, DirectoryWatcher starts polling the monitored path, making sure that file transfers are finished before posting notifications.", "homepage" : "https://github.com/GianniCarlo/DirectoryWatcher", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Gianni Carlo" : "gcarlo89@hotmail.com"}, "platforms" : {"ios" : "9.0"}, "swift_versions" : "5.0", "source" : {"git" : "https://github.com/GianniCarlo/DirectoryWatcher.git", "tag" : "2.6.0"}, "source_files" : "DirectoryWatcher/**/*.{h,swift}", "swift_version" : "5.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Gianni Carlo": {"type": "string"}}, "required": ["Gianni Carlo"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_versions": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "swift_versions", "source", "source_files", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See mulog2sumlem3 on Metamath](http://us.metamath.org/mpegif/mulog2sumlem3.html)"}], "names" : ["mulog2sumlem3"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cF", "#T_wceq", "#T_vy", "#T_cmpt--1", "#T_crp", "#T_cmpt--2", "#T_csu--1", "#T_vi", "#T_csu--2", "#T_c1", "#T_cfz", "#T_cfl", "#T_cfv", "#T_vy", "#T_clog", "#T_cfv", "#T_vi", "#T_cdiv", "#T_vi", "#T_cmin", "#T_clog", "#T_cfv", "#T_vy", "#T_cexp", "#T_c2", "#T_cdiv", "#T_c2", "#T_wph", "#T_wi", "#T_cF", "#T_crli", "#T_cL", "#T_wph", "#T_wi", "#T_vx", "#T_cmpt--1", "#T_crp", "#T_cmpt--2", "#T_csu--1", "#T_vn", "#T_csu--2", "#T_c1", "#T_cfz", "#T_cfl", "#T_cfv", "#T_vx", "#T_cmu", "#T_cfv", "#T_vn", "#T_cdiv", "#T_vn", "#T_cmul", "#T_clog", "#T_cfv", "#T_vx", "#T_cdiv", "#T_vn", "#T_cexp", "#T_c2", "#T_cmin", "#T_c2", "#T_cmul", "#T_clog", "#T_cfv", "#T_vx", "#T_wcel", "#T_co1", "#T_cF", "#T_vx", "#T_cL", "#T_vn", "#T_vx", "#T_vi", "#T_vn", "#T_vx", "#T_vy", "#T_vn", "#T_wph", "#T_vx"], "metaLanguage" : "METAMATH", "remarks" : " Lemma for ~ mulog2sum . (Contributed by Mario Carneiro, 13-May-2016.) ", "statement" : "logdivsum.1 $e |- F = ( y e. RR+ |-> ( sum_ i e. ( 1 ... ( |_ ` y ) ) ( ( log ` i ) / i ) - ( ( ( log ` y ) ^ 2 ) / 2 ) ) ) $.\nmulog2sumlem.1 $e |- ( ph -> F ~~>r L ) $.\nmulog2sumlem3 $p |- ( ph -> ( x e. RR+ |-> ( sum_ n e. ( 1 ... ( |_ ` x ) ) ( ( ( mmu ` n ) / n ) x. ( ( log ` ( x / n ) ) ^ 2 ) ) - ( 2 x. ( log ` x ) ) ) ) e. O(1) ) $.\n$d F x $.\n$d L n x $.\n$d i n x y $.\n$d n ph x $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "set": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["orderable", "set", "sources"]}}, "required": ["nl"]}}, "required": ["id", "name", "category", "games"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "campground-paper", "name" : "Campground Paper", "category" : "Stationery", "games" : {"nl" : {"orderable" : false, "set" : "Welcome amiibo Update", "sources" : ["Villager letters (rare)"]}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "set": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["orderable", "set", "sources"]}}, "required": ["nl"]}}, "required": ["id", "name", "category", "games"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string"}, "library_type": {"type": "string"}, "repo": {"type": "string"}, "distribution_name": {"type": "string"}, "api_id": {"type": "string"}, "requires_billing": {"type": "boolean"}, "default_version": {"type": "string"}, "codeowner_team": {"type": "string"}, "api_shortname": {"type": "string"}}, "required": ["name", "name_pretty", "product_documentation", "client_documentation", "issue_tracker", "release_level", "language", "library_type", "repo", "distribution_name", "api_id", "requires_billing", "default_version", "codeowner_team", "api_shortname"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "speech", "name_pretty" : "Cloud Speech", "product_documentation" : "https://cloud.google.com/speech-to-text/docs/", "client_documentation" : "https://cloud.google.com/python/docs/reference/speech/latest", "issue_tracker" : "https://issuetracker.google.com/savedsearches/559758", "release_level" : "stable", "language" : "python", "library_type" : "GAPIC_AUTO", "repo" : "googleapis/python-speech", "distribution_name" : "google-cloud-speech", "api_id" : "speech.googleapis.com", "requires_billing" : false, "default_version" : "v1", "codeowner_team" : "@googleapis/cdpe-cloudai", "api_shortname" : "speech"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "name_pretty": {"type": "string"}, "product_documentation": {"type": "string"}, "client_documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "release_level": {"type": "string"}, "language": {"type": "string"}, "library_type": {"type": "string"}, "repo": {"type": "string"}, "distribution_name": {"type": "string"}, "api_id": {"type": "string"}, "requires_billing": {"type": "boolean"}, "default_version": {"type": "string"}, "codeowner_team": {"type": "string"}, "api_shortname": {"type": "string"}}, "required": ["name", "name_pretty", "product_documentation", "client_documentation", "issue_tracker", "release_level", "language", "library_type", "repo", "distribution_name", "api_id", "requires_billing", "default_version", "codeowner_team", "api_shortname"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"province" : "\u5c71\u897f\u7701", "city" : "\u5927\u540c\u5e02", "area" : "\u5e7f\u7075\u53bf", "name" : "\u65b0\u5efa\u4e1c\u8def\u90ae\u653f\u8425\u4e1a\u6240", "code" : "037500", "address" : "\u5c71\u897f\u7701\u5927\u540c\u5e02\u5e7f\u7075\u53bf\u65b0\u5efa\u4e1c\u8857", "phone" : "0352-8838362"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vendor" : "sapmachine", "filename" : "sapmachine-jdk-15-ea.24_linux-ppc64le_bin.tar.gz", "release_type" : "ea", "version" : "15-ea.24", "java_version" : "15-ea.24", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "ppc64le", "file_type" : "tar.gz", "image_type" : "jdk", "features" : [], "url" : "https://github.com/SAP/SapMachine/releases/download/sapmachine-15+24/sapmachine-jdk-15-ea.24_linux-ppc64le_bin.tar.gz", "md5" : "5c1c99dd659e276d2853ea881cf8fa5a", "md5_file" : "sapmachine-jdk-15-ea.24_linux-ppc64le_bin.tar.gz.md5", "sha1" : "0e5ad33b9e6015d4b726e32fc3d92d805d871f05", "sha1_file" : "sapmachine-jdk-15-ea.24_linux-ppc64le_bin.tar.gz.sha1", "sha256" : "b5d2faef759230ee91a105c6432247d996d2996f6a94cead3bbf0afb1b077c44", "sha256_file" : "sapmachine-jdk-15-ea.24_linux-ppc64le_bin.tar.gz.sha256", "sha512" : "893430dea1f1018f78614f2daf6a73e2d14a4c30ea2dac847ce86e9544efb421985c9e1116b92e3ae545eb3925c5888ebc6f9026b12095944c21849c3c2a95f9", "sha512_file" : "sapmachine-jdk-15-ea.24_linux-ppc64le_bin.tar.gz.sha512", "size" : 182688159} | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}}, "required": ["$schema", "additionalProperties", "type", "description", "minimum", "maximum"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema", "additionalProperties" : false, "type" : "number", "description" : "The amount of light this block will emit.", "minimum" : 0, "maximum" : 1} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "type": {"type": "string"}, "description": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}}, "required": ["$schema", "additionalProperties", "type", "description", "minimum", "maximum"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-prod": {"type": "string"}, "watch": {"type": "string"}, "run-and-watch": {"type": "string"}}, "required": ["build-dev", "build-prod", "watch", "run-and-watch"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "path": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["express", "path", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/polyfill": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/polyfill", "@babel/preset-env", "@babel/preset-react", "babel-loader", "css-loader", "style-loader", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "time-writer.client", "version" : "0.0.0", "description" : "TimeWriter.Client", "main" : "app.js", "scripts" : {"build-dev" : "webpack --mode development", "build-prod" : "webpack --mode production", "watch" : "webpack --w --mode development", "run-and-watch" : "nodemon app.js"}, "author" : {"name" : ""}, "dependencies" : {"express" : "^4.16.4", "path" : "^0.12.7", "react" : "^16.6.3", "react-dom" : "^16.6.3"}, "devDependencies" : {"@babel/core" : "^7.1.6", "@babel/polyfill" : "^7.2.5", "@babel/preset-env" : "^7.1.6", "@babel/preset-react" : "^7.0.0", "babel-loader" : "^8.0.4", "css-loader" : "^1.0.1", "style-loader" : "^0.23.1", "webpack" : "^4.26.1", "webpack-cli" : "^3.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-prod": {"type": "string"}, "watch": {"type": "string"}, "run-and-watch": {"type": "string"}}, "required": ["build-dev", "build-prod", "watch", "run-and-watch"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "path": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["express", "path", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/polyfill": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/polyfill", "@babel/preset-env", "@babel/preset-react", "babel-loader", "css-loader", "style-loader", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "1000 Tvl Waterproof Ip66 Bullet Cctv Security Digital Video Camera - Buy Waterproof Digital Camera,Waterproof Digital Camera,Digital Video Camera Product on Alibaba.com", "fob price" : "US $12 - 30 / Piece Get Latest\nPrice", "minorder quantity" : "1 Piece/Pieces", "payment terms" : "T/T,Western Union,Paypal", "port" : "Shenzhen", "supply ability" : "50,000 Piece/Pieces per Month"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Determine the Value of X Using Third Angle Theorem and Congruent Triangles\n\n\n\n\n", "url" : "https://www.youtube.com/watch?v=si9vC2VHAek"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1501011007", "district_id" : "1501011", "name" : "BINTANG MARAK"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"set_name": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "number": {"type": "string"}, "effect": {"type": "string"}, "corps_symbol": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}}, "required": ["set_name", "name", "price", "number", "effect", "corps_symbol", "rarity", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"set_name" : "2nd Series: Endless Waltz", "name" : "Heero Yuy", "price" : "2", "number" : "PL-039", "effect" : "Preemptive Strike. Increase your Clash Points by 2.", "corps_symbol" : "WG", "rarity" : "U", "type" : "Pilot"} | json_instruct | {"type": "object", "properties": {"set_name": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "string"}, "number": {"type": "string"}, "effect": {"type": "string"}, "corps_symbol": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}}, "required": ["set_name", "name", "price", "number", "effect", "corps_symbol", "rarity", "type"], "$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" : "THIS I READILY GRANT, THAT ONE TRUTH CANNOT CONTRADICT ANOTHER:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13591.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"boostrap": {"type": "string"}, "bootstrap": {"type": "string"}, "del": {"type": "string"}, "electron": {"type": "string"}, "express": {"type": "string"}, "hypercore": {"type": "string"}, "hyperdiscovery": {"type": "string"}, "jquery": {"type": "string"}, "line-reader": {"type": "string"}, "mapbox-gl": {"type": "string"}, "mustache-express": {"type": "string"}, "popper.js": {"type": "string"}, "random-access-memory": {"type": "string"}}, "required": ["boostrap", "bootstrap", "del", "electron", "express", "hypercore", "hyperdiscovery", "jquery", "line-reader", "mapbox-gl", "mustache-express", "popper.js", "random-access-memory"]}}, "required": ["name", "version", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "viewer", "version" : "0.1.0", "main" : "src/main.js", "scripts" : {"start" : "electron ."}, "dependencies" : {"boostrap" : "^2.0.0", "bootstrap" : "^4.3.1", "del" : "^4.0.0", "electron" : "^4.0.8", "express" : "^4.16.4", "hypercore" : "^6.25.0", "hyperdiscovery" : "^8.0.0", "jquery" : "^3.3.1", "line-reader" : "^0.4.0", "mapbox-gl" : "^0.53.1", "mustache-express" : "^1.2.8", "popper.js" : "^1.14.7", "random-access-memory" : "^3.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"boostrap": {"type": "string"}, "bootstrap": {"type": "string"}, "del": {"type": "string"}, "electron": {"type": "string"}, "express": {"type": "string"}, "hypercore": {"type": "string"}, "hyperdiscovery": {"type": "string"}, "jquery": {"type": "string"}, "line-reader": {"type": "string"}, "mapbox-gl": {"type": "string"}, "mustache-express": {"type": "string"}, "popper.js": {"type": "string"}, "random-access-memory": {"type": "string"}}, "required": ["boostrap", "bootstrap", "del", "electron", "express", "hypercore", "hyperdiscovery", "jquery", "line-reader", "mapbox-gl", "mustache-express", "popper.js", "random-access-memory"]}}, "required": ["name", "version", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "auth_required": {"type": "integer"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"trading_times": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["description", "type", "pattern"]}, "passthrough": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "req_id": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["trading_times", "passthrough", "req_id"]}}, "required": ["$schema", "title", "description", "type", "auth_required", "additionalProperties", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Trading Times (request)", "description" : "Receive a list of market opening times for a given date.", "type" : "object", "auth_required" : 0, "additionalProperties" : false, "required" : ["trading_times"], "properties" : {"trading_times" : {"description" : "Date to receive market opening times for. (`yyyy-mm-dd` format. `today` can also be specified).", "type" : "string", "pattern" : "^([0-9]{4}-[0-9]{1,2}-[0-9]{1,2}|today)$"}, "passthrough" : {"description" : "[Optional] Used to pass data through the websocket, which may be retrieved via the `echo_req` output field.", "type" : "object"}, "req_id" : {"description" : "[Optional] Used to map request to response.", "type" : "integer"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "auth_required": {"type": "integer"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"trading_times": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["description", "type", "pattern"]}, "passthrough": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "req_id": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["trading_times", "passthrough", "req_id"]}}, "required": ["$schema", "title", "description", "type", "auth_required", "additionalProperties", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "Prestigio", "market_name" : "Wize 3731 3G", "codename" : "CD10A2G", "model" : "PMT3731_3G"}, {"manufacturer" : "Prestigio", "market_name" : "Wize 3731 3G", "codename" : "CD10A2G", "model" : "PMT3771_3G_EU"}, {"manufacturer" : "Prestigio", "market_name" : "Wize 3741 3G", "codename" : "CD10A2G", "model" : "PMT3741_3G"}, {"manufacturer" : "Prestigio", "market_name" : "Wize 3751 3G", "codename" : "CD10A2G", "model" : "PMT3751_3G"}, {"manufacturer" : "Prestigio", "market_name" : "Wize 3761 3G", "codename" : "CD10A2G", "model" : "PMT3761_3G"}, {"manufacturer" : "Prestigio", "market_name" : "Wize 3771 3G", "codename" : "CD10A2G", "model" : "PMT3771_3G"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsModified": {"type": "boolean"}, "IsNew": {"type": "boolean"}, "Description": {"type": "string"}, "SetName": {"type": "string"}, "FullName": {"type": "string"}, "ImageName": {"type": "string"}, "Power": {"type": "null"}, "SetType": {"type": "string"}, "DisplayName": {"type": "string"}, "nArchetype": {"type": "integer"}, "nID": {"type": "integer"}, "SubName": {"type": "string"}, "ATClass": {"type": "string"}, "UIDTrunkSet": {"type": "string"}, "nIDTrunkSet": {"type": "integer"}, "UIDLinkSecondary": {"type": "string"}, "nIDLinkSecondary": {"type": "integer"}, "UIDMutexSets": {"type": "array", "items": {}}, "nIDMutexSets": {"type": "array", "items": {}}, "Group": {"type": "null"}, "GroupName": {"type": "string"}, "Powers": {"type": "array", "items": {}}}, "required": ["IsModified", "IsNew", "Description", "SetName", "FullName", "ImageName", "Power", "SetType", "DisplayName", "nArchetype", "nID", "SubName", "ATClass", "UIDTrunkSet", "nIDTrunkSet", "UIDLinkSecondary", "nIDLinkSecondary", "UIDMutexSets", "nIDMutexSets", "Group", "GroupName", "Powers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsModified" : false, "IsNew" : false, "Description" : "You have command over the forces of nature and are able to call forth primal energies to aid your allies and hinder your foes. Many of your powers place a Bloom effect on you and your allies. Each stack of Bloom boosts healing effects on the affected targets by a small amount. Bloom can stack up to 5 times.", "SetName" : "Nature_Affinity", "FullName" : "Controller_Buff.Nature_Affinity", "ImageName" : "NatureAffinity.png", "Power" : null, "SetType" : "Secondary", "DisplayName" : "Nature Affinity", "nArchetype" : 1, "nID" : 3227, "SubName" : "Nature Affinity", "ATClass" : "Class_Controller", "UIDTrunkSet" : "", "nIDTrunkSet" : 0, "UIDLinkSecondary" : "", "nIDLinkSecondary" : 0, "UIDMutexSets" : [], "nIDMutexSets" : [], "Group" : null, "GroupName" : "Controller_Buff", "Powers" : []} | json_instruct | {"type": "object", "properties": {"IsModified": {"type": "boolean"}, "IsNew": {"type": "boolean"}, "Description": {"type": "string"}, "SetName": {"type": "string"}, "FullName": {"type": "string"}, "ImageName": {"type": "string"}, "Power": {"type": "null"}, "SetType": {"type": "string"}, "DisplayName": {"type": "string"}, "nArchetype": {"type": "integer"}, "nID": {"type": "integer"}, "SubName": {"type": "string"}, "ATClass": {"type": "string"}, "UIDTrunkSet": {"type": "string"}, "nIDTrunkSet": {"type": "integer"}, "UIDLinkSecondary": {"type": "string"}, "nIDLinkSecondary": {"type": "integer"}, "UIDMutexSets": {"type": "array", "items": {}}, "nIDMutexSets": {"type": "array", "items": {}}, "Group": {"type": "null"}, "GroupName": {"type": "string"}, "Powers": {"type": "array", "items": {}}}, "required": ["IsModified", "IsNew", "Description", "SetName", "FullName", "ImageName", "Power", "SetType", "DisplayName", "nArchetype", "nID", "SubName", "ATClass", "UIDTrunkSet", "nIDTrunkSet", "UIDLinkSecondary", "nIDLinkSecondary", "UIDMutexSets", "nIDMutexSets", "Group", "GroupName", "Powers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "integer"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "output": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "data": {"type": "object", "properties": {"nodetype": {"type": "string"}, "input": {"type": "string"}, "rule": {"type": "object", "properties": {"nodetype": {"type": "string"}, "expression": {"type": "string"}, "parser": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["nodetype", "expression", "parser", "variables"]}, "content": {"type": "object", "properties": {"nodetype": {"type": "string"}, "input": {"type": "string"}, "edges": {"type": "array", "items": {"type": "number"}}, "content": {"type": "array", "items": {"type": "number"}}, "flow": {"type": "string"}}, "required": ["nodetype", "input", "edges", "content", "flow"]}}, "required": ["nodetype", "input", "rule", "content"]}}, "required": ["name", "description", "version", "inputs", "output", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test_hist1D_transform", "description" : "Simple 1D SF with transformation eta = abs(eta)", "version" : 0, "inputs" : [{"name" : "eta", "type" : "real", "description" : "tau eta"}], "output" : {"name" : "weight", "type" : "real"}, "data" : {"nodetype" : "transform", "input" : "eta", "rule" : {"nodetype" : "formula", "expression" : "abs(x)", "parser" : "TFormula", "variables" : ["eta"]}, "content" : {"nodetype" : "binning", "input" : "eta", "edges" : [0.0, 1.1, 2.5], "content" : [0.0, 1.0], "flow" : "error"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "integer"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "output": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "data": {"type": "object", "properties": {"nodetype": {"type": "string"}, "input": {"type": "string"}, "rule": {"type": "object", "properties": {"nodetype": {"type": "string"}, "expression": {"type": "string"}, "parser": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["nodetype", "expression", "parser", "variables"]}, "content": {"type": "object", "properties": {"nodetype": {"type": "string"}, "input": {"type": "string"}, "edges": {"type": "array", "items": {"type": "number"}}, "content": {"type": "array", "items": {"type": "number"}}, "flow": {"type": "string"}}, "required": ["nodetype", "input", "edges", "content", "flow"]}}, "required": ["nodetype", "input", "rule", "content"]}}, "required": ["name", "description", "version", "inputs", "output", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "date_added": {"type": "integer"}, "body": {"type": "string"}}, "required": ["post_id", "date_added", "body"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {}}, "follow": {"type": "array", "items": {"type": "object", "properties": {"follow_id": {"type": "integer"}, "hub": {"type": "string"}, "auth_address": {"type": "string"}, "user_name": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["follow_id", "hub", "auth_address", "user_name", "date_added"]}}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"next_post_id" : 3, "next_comment_id" : 1, "next_follow_id" : 4, "avatar" : "generate", "user_name" : "Freemandave", "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "intro" : "Random ZeroNet user", "post" : [{"post_id" : 1, "date_added" : 1485736228, "body" : "Hello ZeroMe!"}, {"post_id" : 1485736258, "body" : "So is this something like twitter?", "date_added" : 1485736256}], "post_like" : {}, "comment" : [], "follow" : [{"follow_id" : 1, "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "auth_address" : "1EpY11syeaKbwRSNqv9tU1ZxoU1moJA9Bp", "user_name" : "Loligod", "date_added" : 1488634748}, {"follow_id" : 3, "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "auth_address" : "1FzZsDQdh8wk71bDLxURPzmAt2FXehoNAB", "user_name" : "Nekololi", "date_added" : 1488634901}]} | json_instruct | {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "date_added": {"type": "integer"}, "body": {"type": "string"}}, "required": ["post_id", "date_added", "body"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {}}, "follow": {"type": "array", "items": {"type": "object", "properties": {"follow_id": {"type": "integer"}, "hub": {"type": "string"}, "auth_address": {"type": "string"}, "user_name": {"type": "string"}, "date_added": {"type": "integer"}}, "required": ["follow_id", "hub", "auth_address", "user_name", "date_added"]}}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}, "prereqTree": {"type": "string"}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "Technological advances allow us to study and modulate various cellular processes generated from the dynamic remodeling of cytoskeleton in cells, and explore the roles and interplay of mechanical forces and biochemical signaling on how they migrate the cell, mediate intracellular trafficking and eventually move our body. This module explores the mechanism of cytoskeleton dynamics and apply it to the process of cell movement and intracellular trafficking, which are important for our body physiology such as skeletal muscle performance. Emphasis will be placed on understanding the cellular and molecular mechanisms that lend themselves to experimental manipulation and for future therapeutic intervention.", "title" : "Advanced Cell Biology", "department" : "Physiology", "faculty" : "Science", "workload" : [2, 1, 0, 2, 5], "prerequisite" : "LSM2233", "moduleCredit" : "4", "moduleCode" : "LSM4232", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "1", "startTime" : "0800", "endTime" : "1000", "weeks" : [4, 10, 12, 13], "venue" : "S16-0430", "day" : "Monday", "lessonType" : "Tutorial", "size" : 60}, {"classNo" : "1", "startTime" : "0800", "endTime" : "1000", "weeks" : [2, 3, 4, 11, 12, 13], "venue" : "S16-0430", "day" : "Wednesday", "lessonType" : "Tutorial", "size" : 60}, {"classNo" : "1", "startTime" : "0800", "endTime" : "1000", "weeks" : [1, 5, 6, 7, 8, 9, 10], "venue" : "S16-0430", "day" : "Wednesday", "lessonType" : "Lecture", "size" : 60}, {"classNo" : "1", "startTime" : "0800", "endTime" : "1000", "weeks" : [1, 2, 3, 5, 6, 7, 8, 9, 11], "venue" : "S16-0430", "day" : "Monday", "lessonType" : "Lecture", "size" : 60}], "examDate" : "2019-11-28T09:00:00.000Z", "examDuration" : 120}], "prereqTree" : "LSM2233"} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}, "prereqTree": {"type": "string"}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dustjs-linkedin": {"type": "string"}}, "required": ["dustjs-linkedin"]}, "devDependencies": {"type": "object", "properties": {"tap": {"type": "string"}}, "required": ["tap"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "repository": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}}, "required": ["name", "version", "author", "description", "dependencies", "devDependencies", "scripts", "main", "repository", "engine", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dustjs-recursivenodecompiler", "version" : "3.3.0", "author" : "A Kazim", "description" : "Recursively compile DustJS templates with Node", "dependencies" : {"dustjs-linkedin" : "~2.7.2"}, "devDependencies" : {"tap" : "~0.4.13"}, "scripts" : {"test" : "tap --timeout 60 ./test/tests/*"}, "main" : "./lib/server.js", "repository" : "git://github.com/theakman2/node-modules-dustjs-recursivenodecompiler.git", "engine" : {"node" : ">=0.10"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dustjs-linkedin": {"type": "string"}}, "required": ["dustjs-linkedin"]}, "devDependencies": {"type": "object", "properties": {"tap": {"type": "string"}}, "required": ["tap"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "main": {"type": "string"}, "repository": {"type": "string"}, "engine": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}}, "required": ["name", "version", "author", "description", "dependencies", "devDependencies", "scripts", "main", "repository", "engine", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ArcadeBody2D": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "typeOptions": {"type": "object", "properties": {"box": {"type": "string"}, "tileMap": {"type": "string"}}, "required": ["box", "tileMap"]}, "movable": {"type": "string"}, "size": {"type": "string"}, "offset": {"type": "string"}, "tileMap": {"type": "string"}, "tileSetProperty": {"type": "string"}, "layers": {"type": "string"}}, "required": ["label", "type", "typeOptions", "movable", "size", "offset", "tileMap", "tileSetProperty", "layers"]}}, "required": ["ArcadeBody2D"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ArcadeBody2D" : {"label" : "Arcade Body 2D", "type" : "Type", "typeOptions" : {"box" : "Box", "tileMap" : "Tile Map"}, "movable" : "Movable", "size" : "Size", "offset" : "Offset", "tileMap" : "Tile Map", "tileSetProperty" : "Tile Set Property", "layers" : "Layers"}} | json_instruct | {"type": "object", "properties": {"ArcadeBody2D": {"type": "object", "properties": {"label": {"type": "string"}, "type": {"type": "string"}, "typeOptions": {"type": "object", "properties": {"box": {"type": "string"}, "tileMap": {"type": "string"}}, "required": ["box", "tileMap"]}, "movable": {"type": "string"}, "size": {"type": "string"}, "offset": {"type": "string"}, "tileMap": {"type": "string"}, "tileSetProperty": {"type": "string"}, "layers": {"type": "string"}}, "required": ["label", "type", "typeOptions", "movable", "size", "offset", "tileMap", "tileSetProperty", "layers"]}}, "required": ["ArcadeBody2D"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urlvideo": {"type": "string"}}, "required": ["text", "created", "type", "urlvideo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "Jack Nicholson's famous <a href=\"https://www.youtube.com/watch?v=9FnO3igOkOk\">speech</a> in A Few Good Men.", "created" : "Sun, 22 Oct 2017 17:15:49 GMT", "type" : "outline", "urlvideo" : "https://www.youtube.com/embed/9FnO3igOkOk"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urlvideo": {"type": "string"}}, "required": ["text", "created", "type", "urlvideo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "macros": {"type": "array", "items": {"type": "string"}}, "target_overrides": {"type": "object", "properties": {"*": {"type": "object", "properties": {"platform.stdio-baud-rate": {"type": "integer"}, "platform.stdio-convert-newlines": {"type": "boolean"}, "platform.stdio-buffered-serial": {"type": "boolean"}, "platform.stdio-flush-at-exit": {"type": "boolean"}}, "required": ["platform.stdio-baud-rate", "platform.stdio-convert-newlines", "platform.stdio-buffered-serial", "platform.stdio-flush-at-exit"]}}, "required": ["*"]}, "config": {"type": "object", "properties": {"main-stack-size": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}, "required": ["main-stack-size"]}}, "required": ["requires", "macros", "target_overrides", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : ["bare-metal"], "macros" : ["MBED_BLINKY_EXAMPLE=1"], "target_overrides" : {"*" : {"platform.stdio-baud-rate" : 115200, "platform.stdio-convert-newlines" : true, "platform.stdio-buffered-serial" : true, "platform.stdio-flush-at-exit" : true}}, "config" : {"main-stack-size" : {"value" : 2048}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "macros": {"type": "array", "items": {"type": "string"}}, "target_overrides": {"type": "object", "properties": {"*": {"type": "object", "properties": {"platform.stdio-baud-rate": {"type": "integer"}, "platform.stdio-convert-newlines": {"type": "boolean"}, "platform.stdio-buffered-serial": {"type": "boolean"}, "platform.stdio-flush-at-exit": {"type": "boolean"}}, "required": ["platform.stdio-baud-rate", "platform.stdio-convert-newlines", "platform.stdio-buffered-serial", "platform.stdio-flush-at-exit"]}}, "required": ["*"]}, "config": {"type": "object", "properties": {"main-stack-size": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}, "required": ["main-stack-size"]}}, "required": ["requires", "macros", "target_overrides", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["right", "bottom", "top", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"frame_id" : 3271, "walking" : "1", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"right" : 0.21035, "bottom" : 0.44043, "top" : 0.019049, "recognized" : false, "bb_big_enough" : true, "class" : "artwork", "left" : 0.0}, {"artwork_id" : "san_giovanni_battista_michelozzo", "right" : 0.757962, "bottom" : 0.823529, "top" : 0.026722, "confidence" : 24, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.171053}], "p_voice" : "0"} | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["right", "bottom", "top", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"2899": {"type": "string"}, "2897": {"type": "string"}}, "required": ["2899", "2897"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"2899" : "2900", "2897" : "2898"} | json_instruct | {"type": "object", "properties": {"2899": {"type": "string"}, "2897": {"type": "string"}}, "required": ["2899", "2897"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"csv-loader": {"type": "string"}, "file-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["csv-loader", "file-loader", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"@tonejs/piano": {"type": "string"}, "ethers": {"type": "string"}, "nearley": {"type": "string"}, "seed-random": {"type": "string"}, "tone": {"type": "string"}}, "required": ["@tonejs/piano", "ethers", "nearley", "seed-random", "tone"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "amadethus", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"build" : "webpack --config ./webpack.config.js", "start" : "webpack-dev-server --open"}, "author" : "Jannik Luhn", "license" : "MIT", "devDependencies" : {"csv-loader" : "^3.0.3", "file-loader" : "^6.0.0", "webpack" : "^4.43.0", "webpack-cli" : "^3.3.11", "webpack-dev-server" : "^3.11.0"}, "dependencies" : {"@tonejs/piano" : "^0.1.3", "ethers" : "^4.0.47", "nearley" : "^2.19.3", "seed-random" : "^2.2.0", "tone" : "^14.6.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"csv-loader": {"type": "string"}, "file-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["csv-loader", "file-loader", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"@tonejs/piano": {"type": "string"}, "ethers": {"type": "string"}, "nearley": {"type": "string"}, "seed-random": {"type": "string"}, "tone": {"type": "string"}}, "required": ["@tonejs/piano", "ethers", "nearley", "seed-random", "tone"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"app": {"type": "object", "properties": {"title": {"type": "string"}, "short_description": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "short_description", "category"]}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : {"title" : "", "short_description" : "", "category" : "tools"}} | json_instruct | {"type": "object", "properties": {"app": {"type": "object", "properties": {"title": {"type": "string"}, "short_description": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "short_description", "category"]}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1989, 5], [2010, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d138-53", "text" : "\"ROLE OF THE CLASSROOM TEACHER\" - FILM 2\npage 21 a\nVIDEO\nAUDIO\nFade in:\nMS. First grade\nClassroom Teacher\u2022\nShe is in front of\nthe class...facing\nthe class (CAMERA).\nIf possible, CAMERA\nSHOULD SHOOT ACROSS\nheads of two or\nthree children in\nforeground of frame,\nto suggest class\nwhich the teacher\nis facing. Teacher i\nis obviously drilling\nclass on the lesson\nwe have just witnessed.\nShe may even be using\nsome pictures she has\nmade (or the children\nhave made) of the\nGarcia family and the\nobjects mentioned.\nNARRATOR: (VO) As the lesson fades from the\nscreen, these new Spanish words may fade from\nthe young minds to which they MUM so recently\nhave been introduced. UNLESS.. .(the manager\nof the learni\ni\nion sees to it th\nthey are impressed more vividly by repetition\ni the all-important classroom drill.\nFrom encouraging pupil responses to the\nTelevision Teacher, the Classroom Teacher\nmoves easily into |language presentationf\nher hands still firm on the classroom\ncontrols which regulate essential and\nappropriate activities.\n(FADE LESSON SOUND IN)\nCLASSROOM TEACHER: (SYNC) Estamos in la\ncasa. (BECKONS FOR RESPONSE)\nPUPILS:(OFF SCREEN) Estamos in la casa.\nCLASSROOM TEACHER: (SYNC) Estamos in la\ncasa.\nCut to: PUPILS: (OFF SCREEN) Estamos in la casa.\n. MCU. CLASSROOM TEACHER. CLASSROOM TEACHER: (SYNC) And what is Mama\nCut to: WMMfflf doing? Que hace MAOfrflMM la mama?\n. CU. PICTURE OF MAMA PUPILS (OFF SCREEN) Que hace la mama?\nGARCIA WASHING\nWINDOW. (SYNC)\nCLASSROOM TEACHER:/Que hace la mama?\nCut to:\nPUPILS (OFF SCREEN) Que hace la mama?\n. MCU. CLASSROOM\nTEACHER. CLASSROOM TEACHER: Can you sea that she is\nwashing the window? Lava la ventana."} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express-gateway": {"type": "string"}}, "required": ["express-gateway"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test-express-gateway", "version" : "1.0.0", "main" : "server.js", "dependencies" : {"express-gateway" : "^1.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express-gateway": {"type": "string"}}, "required": ["express-gateway"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1970, 6], [1972, 6], [1973, 7], [1978, 7], [1980, 7], [1981, 6], [1982, 5], [1983, 11], [1984, 8], [1985, 7], [1986, 6], [1987, 5], [1988, 5], [1989, 7], [1990, 8], [1991, 6], [1992, 5], [1993, 8], [1994, 8], [1995, 6], [1996, 10], [1998, 10], [2000, 6], [2001, 8], [2003, 8], [2004, 14], [2005, 14], [2006, 9], [2007, 12], [2008, 6], [2009, 12], [2010, 10], [2011, 7], [2012, 12], [2013, 14], [2014, 9]] | 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": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Beauvoir-en-Lyons", "circ" : "2\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 478, "abs" : 260, "votants" : 218, "blancs" : 15, "nuls" : 8, "exp" : 195, "res" : [{"nuance" : "LR", "nom" : "Mme Fran\u00e7oise GU\u00c9GOT", "voix" : 112}, {"nuance" : "REM", "nom" : "Mme Annie VIDAL", "voix" : 83}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Kristapaas_lv Coin", "symbol" : "KTM", "logoURI" : "https://raw.githubusercontent.com/MordoTheHacker/crypto/main/logo.png", "decimals" : 0, "address" : "BVPT9GdcY6mxfQQFG8yKK7XtawC9HcioUJKNFgVguKgf", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1707052005", "district_id" : "1707052", "name" : "LEMEU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Saint-Roman-de-Codi\u00e8res", "circ" : "5\u00e8me circonscription", "dpt" : "Gard", "inscrits" : 194, "abs" : 100, "votants" : 94, "blancs" : 25, "nuls" : 0, "exp" : 69, "res" : [{"nuance" : "REM", "nom" : "M. Olivier GAILLARD", "voix" : 50}, {"nuance" : "FN", "nom" : "Mme Daniela DE VIDO", "voix" : 19}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Season chicken with salt and pepper. In a 5\u2013to 6-quart slow cooker with a browning option, brown chicken in oil; transfer to a plate. (If your slow cooker doesn't have a browning option, just remove skin from the chicken.) Add carrots, garlic, cinnamon stick, and cumin to pot. Place chicken on top. Cover and cook on high until chicken is cooked through, 4 hours (or 8 hours on low), adding raisins 15 minutes before done.", "Using a slotted spoon, transfer chicken and carrots to a serving dish (remove cinnamon stick); top with cilantro and almonds. Season cooking liquid with salt and pepper. Spoon over chicken before serving."], "ingredients" : ["8 bone-in chicken thighs (about 2 1/2 pounds total)", "Coarse salt and freshly ground pepper", "2 tablespoons olive oil (optional)", "2 pounds carrots, cut into 1 1/2-inch lengths", "1 garlic clove, thinly sliced", "1 cinnamon stick", "1/2 teaspoon ground cumin", "1/4 cup golden raisins", "1/2 cup fresh cilantro leaves", "1/4 cup sliced almonds, toasted (optional)"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Chicken", "Kid-Friendly", "Dinner", "Carrot", "Paleo", "Dairy Free", "Wheat/Gluten-Free", "Peanut Free", "Soy Free", "No Sugar Added", "Kosher"], "title" : "Spiced Chicken Stew with Carrots", "url" : "http://www.epicurious.com/recipes/food/views/spiced-chicken-stew-with-carrots-56389612"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"tauCharts.min.css": {"type": "string"}, "tauCharts.min.js": {"type": "string"}, "tauCharts.normalize.min.css": {"type": "string"}}, "required": ["tauCharts.min.css", "tauCharts.min.js", "tauCharts.normalize.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tauCharts.min.css" : "sha512-bUT2N0AipBUdgQ33bEWE92P8OLRQ4nnZFXOyOqybCwE4lKFmhEjn6nkhrhChZNxYc4KTAu0aWH3+m/xhLkepmg==", "tauCharts.min.js" : "sha512-pBqfMQRnKDbOy1hib9xj7wbBL+bUwwMN/QHyPnRFdG+CZ78QlhBx2IHxBl+9KjjFqTKvnjgnFGKpjPpZ+uNREg==", "tauCharts.normalize.min.css" : "sha512-J0RdgJzi8YI6hGio0SfuuQqNcNBzV8f5r9acJ1urzTvZKScjd+sz4tQ5qeOYUzlQYxhXSpvtmd8UX0FPTMBgCg=="} | json_instruct | {"type": "object", "properties": {"tauCharts.min.css": {"type": "string"}, "tauCharts.min.js": {"type": "string"}, "tauCharts.normalize.min.css": {"type": "string"}}, "required": ["tauCharts.min.css", "tauCharts.min.js", "tauCharts.normalize.min.css"], "$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.