input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_5188": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5188"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_5188" : {"publicdate" : "2011-02-10 15:03:13", "title" : "The Augsburg Confession"}} | json_instruct | {"type": "object", "properties": {"id_5188": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5188"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 20623, "name" : "Techpowerup.com Cleaner", "description" : "Bez reklam. No ads", "user" : {"id" : 24029, "name" : "Ethar", "email" : "redacted", "paypal_email" : "[email protected]", "homepage" : null, "about" : null, "license" : "ccby"}, "updated" : "2016-10-20T13:19:32.000Z", "weekly_install_count" : 0, "total_install_count" : 204, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/20623-after.png?r=1609056480", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2009-09-01T13:21:07.000Z", "category" : "site", "raw_subcategory" : "techpowerup", "subcategory" : "techpowerup", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"techpowerup.com\") {\r\n\r\n #top,\r\n .bgujfgdn,\r\n .frontpage-extra,\r\n .nextpowerup,\r\n .review_carousel {\r\n display:none !important;\r\n }\r\n\r\n html .body {\r\n background: silver;\r\n }\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/20623/techpowerup-com-cleaner.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\uc774\uacbd\uc219", "\ud55c\ubb38\uba85" : "\uf9e1\u666f\u6dd1", "\uc0dd\ub144\uc6d4\uc77c" : "1953-08-15", "\uc815\ub2f9" : "\uc5f4\ub9b0\uc6b0\ub9ac\ub2f9", "\uc120\uac70\uad6c" : "\ube44\ub840\ub300\ud45c", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "17"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"visit_intervals": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "xs": {"type": "array", "items": {"type": "integer"}}, "ys": {"type": "array", "items": {"type": "integer"}}, "values": {"type": "array", "items": {"type": "integer"}}}, "required": ["visit_intervals", "xs", "ys", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"visit_intervals" : [[[152, 228], [613, 636]], [[674, 676], [342, 361]], [[620, 651], [104, 198]], [[753, 840], [488, 554]], [[293, 335], [902, 980]], [[649, 700], [265, 330]], [[602, 645], [266, 358]], [[923, 931], [822, 879]], [[99, 155], [956, 1046]], [[260, 316], [18, 61]], [[248, 293], [748, 794]], [[206, 208], [403, 483]], [[410, 487], [22, 91]], [[444, 462], [94, 110]], [[298, 323], [771, 854]], [[84, 181], [228, 313]], [[648, 737], [643, 679]], [[281, 361], [964, 1012]], [[934, 991], [11, 31]], [[696, 702], [94, 141]], [[229, 257], [508, 540]], [[754, 837], [549, 589]], [[509, 587], [517, 616]], [[758, 785], [986, 1015]], [[42, 118], [573, 584]], [[444, 502], [666, 723]], [[631, 728], [651, 718]], [[534, 560], [129, 207]], [[688, 739], [609, 675]], [[584, 656], [253, 303]], [[314, 408], [123, 163]], [[986, 1075], [526, 560]], [[938, 1013], [835, 874]], [[733, 788], [886, 929]], [[861, 952], [336, 411]], [[584, 670], [683, 683]], [[766, 825], [112, 178]], [[758, 788], [280, 345]], [[205, 300], [411, 488]], [[338, 339], [776, 849]], [[793, 830], [109, 152]], [[394, 452], [268, 312]]], "xs" : [43, 13, 95, 78, 11, 90, 100, 16, 35, 93, 45, 74, 15, 6, 46, 55, 2, 27, 0, 98, 39, 83, 6, 12, 75, 50, 80, 38, 96, 33, 73, 57, 41, 95, 13, 2, 85, 38, 57, 99, 88, 35], "ys" : [23, 65, 71, 89, 26, 43, 95, 4, 97, 41, 91, 68, 40, 84, 31, 40, 8, 20, 21, 6, 72, 98, 31, 17, 92, 1, 40, 70, 6, 71, 90, 57, 88, 0, 71, 2, 2, 100, 61, 77, 11, 79], "values" : [97, 40, 13, 63, 5, 28, 89, 85, 42, 81, 48, 39, 3, 71, 72, 82, 58, 92, 73, 85, 47, 89, 16, 13, 78, 94, 90, 37, 58, 84, 32, 13, 9, 13, 25, 39, 63, 33, 39, 76, 19, 87]} | json_instruct | {"type": "object", "properties": {"visit_intervals": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "xs": {"type": "array", "items": {"type": "integer"}}, "ys": {"type": "array", "items": {"type": "integer"}}, "values": {"type": "array", "items": {"type": "integer"}}}, "required": ["visit_intervals", "xs", "ys", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "minecraft:item/generated", "textures" : {"layer0" : "botania:item/cosmetic_kamui_eye"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"appService.zipIgnorePattern": {"type": "array", "items": {"type": "string"}}, "appService.defaultWebAppToDeploy": {"type": "string"}, "appService.deploySubpath": {"type": "string"}}, "required": ["appService.zipIgnorePattern", "appService.defaultWebAppToDeploy", "appService.deploySubpath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appService.zipIgnorePattern" : ["node_modules{,/**}", ".vscode{,/**}"], "appService.defaultWebAppToDeploy" : "/subscriptions/19fbb581-23df-4687-9c2a-6af79bc6eb0b/resourceGroups/Work/providers/Microsoft.Web/sites/qrcodeapp20", "appService.deploySubpath" : ""} | json_instruct | {"type": "object", "properties": {"appService.zipIgnorePattern": {"type": "array", "items": {"type": "string"}}, "appService.defaultWebAppToDeploy": {"type": "string"}, "appService.deploySubpath": {"type": "string"}}, "required": ["appService.zipIgnorePattern", "appService.defaultWebAppToDeploy", "appService.deploySubpath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"mods": {"type": "array", "items": {"type": "string"}}, "type": {"type": "integer"}}, "required": ["mods", "type"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0f975da2-36f7-4af3-8aab-56667a31a0ea", "playerTags" : ["9a031b9a-16f8-4165-a468-5d0e28a81151"], "teamTags" : ["7966eb04-efcc-499b-8f03-d13916330531"], "gameTags" : [], "metadata" : {"mods" : ["COFFEE_PERIL"], "type" : 2}, "created" : "2021-04-05T23:31:56.156Z", "season" : 14, "tournament" : -1, "type" : 108, "day" : 8, "phase" : 2, "category" : 1, "description" : "Tiana Wheeler's weekly mods wore off.", "nuts" : 8} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"mods": {"type": "array", "items": {"type": "string"}}, "type": {"type": "integer"}}, "required": ["mods", "type"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1923, "sex" : "F", "n" : 5, "prop" : 3.99e-06}, {"year" : 1962, "sex" : "F", "n" : 6, "prop" : 2.96e-06}, {"year" : 1965, "sex" : "F", "n" : 8, "prop" : 4.38e-06}, {"year" : 1966, "sex" : "F", "n" : 11, "prop" : 6.27e-06}, {"year" : 1970, "sex" : "F", "n" : 6, "prop" : 3.28e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Oral Presentation", "weight" : 40}, {"name" : "MIDW2105", "weight" : 60}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cohortMetrics": {"type": "array", "items": {}}, "metrics": {"type": "object", "properties": {"testValueSquared": {"type": "integer"}, "controlValueSquared": {"type": "integer"}, "testNumConvSquared": {"type": "integer"}, "controlNumConvSquared": {"type": "integer"}, "controlValue": {"type": "integer"}, "controlConverters": {"type": "integer"}, "controlConversions": {"type": "integer"}, "testValue": {"type": "integer"}, "controlPopulation": {"type": "integer"}, "testConverters": {"type": "integer"}, "testConversions": {"type": "integer"}, "testPopulation": {"type": "integer"}, "controlMatchCount": {"type": "integer"}, "testMatchCount": {"type": "integer"}, "testImpressions": {"type": "integer"}, "controlImpressions": {"type": "integer"}, "testClicks": {"type": "integer"}, "controlClicks": {"type": "integer"}, "testSpend": {"type": "integer"}, "controlSpend": {"type": "integer"}, "testReach": {"type": "integer"}, "controlReach": {"type": "integer"}, "testClickers": {"type": "integer"}, "controlClickers": {"type": "integer"}, "reachedConversions": {"type": "integer"}, "reachedValue": {"type": "integer"}}, "required": ["testValueSquared", "controlValueSquared", "testNumConvSquared", "controlNumConvSquared", "controlValue", "controlConverters", "controlConversions", "testValue", "controlPopulation", "testConverters", "testConversions", "testPopulation", "controlMatchCount", "testMatchCount", "testImpressions", "controlImpressions", "testClicks", "controlClicks", "testSpend", "controlSpend", "testReach", "controlReach", "testClickers", "controlClickers", "reachedConversions", "reachedValue"]}}, "required": ["cohortMetrics", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cohortMetrics" : [], "metrics" : {"testValueSquared" : 2949102338, "controlValueSquared" : 2259601706, "testNumConvSquared" : 949102338, "controlNumConvSquared" : 259601706, "controlValue" : 469983800, "controlConverters" : 2946139347, "controlConversions" : 2946139347, "testValue" : 1642701889, "controlPopulation" : 3836083150, "testConverters" : 2514797727, "testConversions" : 2514797727, "testPopulation" : 402991293, "controlMatchCount" : 2, "testMatchCount" : 2, "testImpressions" : 12345, "controlImpressions" : 54321, "testClicks" : 13579, "controlClicks" : 97351, "testSpend" : 25928, "controlSpend" : 39281, "testReach" : 12314, "controlReach" : 12333, "testClickers" : 13412, "controlClickers" : 41231, "reachedConversions" : 2514797727, "reachedValue" : 1642701889}} | json_instruct | {"type": "object", "properties": {"cohortMetrics": {"type": "array", "items": {}}, "metrics": {"type": "object", "properties": {"testValueSquared": {"type": "integer"}, "controlValueSquared": {"type": "integer"}, "testNumConvSquared": {"type": "integer"}, "controlNumConvSquared": {"type": "integer"}, "controlValue": {"type": "integer"}, "controlConverters": {"type": "integer"}, "controlConversions": {"type": "integer"}, "testValue": {"type": "integer"}, "controlPopulation": {"type": "integer"}, "testConverters": {"type": "integer"}, "testConversions": {"type": "integer"}, "testPopulation": {"type": "integer"}, "controlMatchCount": {"type": "integer"}, "testMatchCount": {"type": "integer"}, "testImpressions": {"type": "integer"}, "controlImpressions": {"type": "integer"}, "testClicks": {"type": "integer"}, "controlClicks": {"type": "integer"}, "testSpend": {"type": "integer"}, "controlSpend": {"type": "integer"}, "testReach": {"type": "integer"}, "controlReach": {"type": "integer"}, "testClickers": {"type": "integer"}, "controlClickers": {"type": "integer"}, "reachedConversions": {"type": "integer"}, "reachedValue": {"type": "integer"}}, "required": ["testValueSquared", "controlValueSquared", "testNumConvSquared", "controlNumConvSquared", "controlValue", "controlConverters", "controlConversions", "testValue", "controlPopulation", "testConverters", "testConversions", "testPopulation", "controlMatchCount", "testMatchCount", "testImpressions", "controlImpressions", "testClicks", "controlClicks", "testSpend", "controlSpend", "testReach", "controlReach", "testClickers", "controlClickers", "reachedConversions", "reachedValue"]}}, "required": ["cohortMetrics", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "", "user" : "healther", "url" : "https://api.github.com/repos/spack/spack/issues/6489", "updated_at" : "2017-11-30 15:48:43", "created_at" : "2017-11-28 15:42:15", "closed_at" : "2017-11-30 08:17:29", "state" : "closed", "title" : "add package py-lazy-object-proxy", "number" : 6489, "milestone" : null, "labels" : [], "id" : 277431540, "html_url" : "https://github.com/spack/spack/pull/6489", "assignees" : [], "comments" : 2} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 239, "cartId" : "9e03c13a-06df-4156-ae71-594caef20e87", "preferredProducts" : [2680, 2703, 3697, 339, 472], "productReviews" : [{"productId" : 4913, "reviewText" : "heard about this on compas radio, decided to give it a try.", "reviewDate" : "2019-07-19T09:21:24.5987188+03:00"}, {"productId" : 1978, "reviewText" : "one of my hobbies is piano. and when i'm playing piano this works great.", "reviewDate" : "2017-01-30T02:05:18.1116685+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"published" : "2015-09-14T03:58:00Z", "media-type" : "News", "title" : "Japan's Mount Aso volcano erupts, no reports of injuries", "id" : "17268844-2490-4a2c-9cf0-e253d16e01f7", "content" : "A video grab from the Japan Meteorological Agency's live camera image shows an eruption of Mount Aso in Aso, Kumamoto prefecture, southwestern Japan, September 14, 2015. [Photo/Agencies] \n\nTOKYO - Mount Aso, a volcano on Japan's main southern island of Kyushu, erupted on Monday, Japan's Meteorological Agency said, blasting a plume of black smoke 2 km (1.2 miles) high, but there were no immediate reports of damage or injuries. \n \nThe 1,592-metre (5,222 feet) Mount Aso is one of the most active peaks in Japan but is also a popular hiking spot. There were a handful of people at a parking lot near the peak but they were being evacuated safely, officials said. \n \nThey said the eruption had come without warning. \n \nKyushu Electric Power Co said the eruption would have no impact on its nuclear plants, one of which - the Sendai nuclear plant, roughly 160 km (100 miles) south of Mount Aso - was restarted in August. \n \nTelevision footage showed black smoke boiling into the sky and ash was falling as far as 4 km (2.5 miles) away, NHK national television said. \n \nJapan lies on the \"Ring of Fire\" - a horseshoe-shaped band of fault lines and volcanoes around the edges of the Pacific Ocean - and is home to more than 100 active volcanoes. \n \nMount Ontake in central Japan erupted unexpectedly last year, killing 63 people, the worst volcanic disaster for nearly 90 years. In May, a remote island south of Kyushu was evacuated due to another eruption.", "source" : "CHINAdaily Africa"} | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"domain": {"type": "string"}, "clientId": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domain", "clientId", "audience"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "dsjtenant.eu.auth0.com", "clientId" : "8Lz2k2rShSGQyXf7Yk5JMHj7YdOXp2BQ", "audience" : "YOUR_API_IDENTIFIER"} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "clientId": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domain", "clientId", "audience"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "minGameVersion": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "hidden": {"type": "boolean"}}, "required": ["name", "displayName", "author", "description", "version", "main", "minGameVersion", "dependencies", "hidden"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "touhou-mod", "displayName" : "touhou turret mod", "author" : "dashmaster", "description" : "\ub3d9\ubc29 \ud3ec\ud0d1 \ubaa8\ub4dc\uc785\ub2c8\ub2e4, \ub178\ub825\ud574\uc11c \ub9cc\ub4e4\uaca0\uc2b5\ub2c8\ub2e4! touhou turret mod! (\uac10\uaca9)", "version" : "2.0", "main" : "touhouturret.core.Main", "minGameVersion" : "105", "dependencies" : [], "hidden" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "minGameVersion": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "hidden": {"type": "boolean"}}, "required": ["name", "displayName", "author", "description", "version", "main", "minGameVersion", "dependencies", "hidden"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"total_rows": {"type": "integer"}, "rows": {"type": "array", "items": {}}}, "required": ["total_rows", "rows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"total_rows" : 0, "rows" : []} | json_instruct | {"type": "object", "properties": {"total_rows": {"type": "integer"}, "rows": {"type": "array", "items": {}}}, "required": ["total_rows", "rows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "WHEN AT LEAST IT CONTAINS BUT SOME FEW OF THOSE PROPERTIES WHICH FLOW FROM ITS REAL ESSENCE AND CONSTITUTION.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/7512.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"state": {"type": "string"}, "result": {"type": "string"}}, "required": ["state", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"state" : "COMPLETE", "result" : "DELIVERY_ERROR"} | json_instruct | {"type": "object", "properties": {"state": {"type": "string"}, "result": {"type": "string"}}, "required": ["state", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Notes on original": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Notes on original", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Artist" : "Schutt, Ellen Isham, 1873-1955", "Common name" : "grapes", "Date created" : "1911", "Geographic origin" : "California, United States", "Notes on original" : "F.L. Husmann, Oakville Experiment Vineyard", "Physical description" : "1 art original : col. ; 19 x 30 cm.", "Scientific name" : "Vitis", "Specimen" : "53889", "Variety" : "Rodites", "Year" : "1911", "Name" : "Vitis: Rodites"} | json_instruct | {"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Notes on original": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Notes on original", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"c" : 2460001, "d" : "1M", "md" : false}, {"c" : 2460002, "d" : "2M", "md" : false}, {"c" : 2460003, "d" : "3M", "md" : false}, {"c" : 2460004, "d" : "4M", "md" : false}, {"c" : 2460005, "d" : "5M", "md" : false}, {"c" : 2460006, "d" : "6M", "md" : false}, {"c" : 2460007, "d" : "7M", "md" : false}, {"c" : 2460008, "d" : "8M", "md" : false}, {"c" : 2460009, "d" : "9M", "md" : false}, {"c" : 2460010, "d" : "10M", "md" : false}, {"c" : 2460011, "d" : "11M", "md" : false}, {"c" : 2460012, "d" : "12M", "md" : false}, {"c" : 2460013, "d" : "13M", "md" : false}, {"c" : 2460014, "d" : "14M", "md" : false}, {"c" : 2460015, "d" : "15M", "md" : true}, {"c" : 2460016, "d" : "16M", "md" : false}, {"c" : 2460017, "d" : "17M", "md" : false}, {"c" : 2460018, "d" : "18M", "md" : false}, {"c" : 2460019, "d" : "19M", "md" : false}, {"c" : 2460020, "d" : "20M", "md" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "required": ["wmo", "ghcn"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "33297", "name" : {"en" : "Brody"}, "country" : "UA", "region" : "LV", "identifiers" : {"wmo" : "33297", "ghcn" : "UPM00033297"}, "location" : {"latitude" : 50.1, "longitude" : 25.15, "elevation" : 227}, "timezone" : "Europe/Uzhgorod"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "required": ["wmo", "ghcn"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"create-carbon-app": {"type": "string"}}, "required": ["create-carbon-app"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}}, "required": ["fs-extra"]}}, "required": ["name", "version", "description", "main", "bin", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "create-carbon-app", "version" : "1.0.4", "description" : "Easily get started with a new Carbon based app.", "main" : "index.js", "bin" : {"create-carbon-app" : "./index.js"}, "author" : "The Sage Group plc", "license" : "Apache-2.0", "dependencies" : {"fs-extra" : "^6.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"create-carbon-app": {"type": "string"}}, "required": ["create-carbon-app"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}}, "required": ["fs-extra"]}}, "required": ["name", "version", "description", "main", "bin", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.4.95": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4.96": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4.97": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.4.95", "0.4.96", "0.4.97", "1.0.0", "1.0.1", "1.0.6", "1.0.7"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.7"], "meta" : {"description" : "Simple Backup Application", "homepage" : "https://bitbucket.org/kamar/tkbak", "license" : "GNU/GPLv3"}, "versions" : {"0.4.95" : {"sha256" : "a3ff6d018f574adfc64a55e43810faa728836263eb17ebfb9f6402c8a5d83ae2", "url" : "https://files.pythonhosted.org/packages/4d/d5/1ce808f4b501e2fc6afd62945bd2169f3251f9002b4a3d20650daed086af/tkbak-0.4.95.zip"}, "0.4.96" : {"sha256" : "aaf42358db5a00c191d05b5bbe14bfa0e263706a7e0c7851b9cdbab0c9640f93", "url" : "https://files.pythonhosted.org/packages/c4/15/ca4298828c14de613be88664f7977e85ffa85e3e6f4cb421c6018dbe9424/tkbak-0.4.96.zip"}, "0.4.97" : {"sha256" : "8ab3037a3cb5395c2c5dddf3c653e3199e884fc30728e1a73421eeaee15a0172", "url" : "https://files.pythonhosted.org/packages/20/9b/edc033b978127ced6ab9de6bf9c16641e2fdb25d55b7298b51f48e53a068/tkbak-0.4.97.tar.gz"}, "1.0.0" : {"sha256" : "747cbda92883b36679cea041d0db07c091e945aa202e7164fbfd77cf96f64bb6", "url" : "https://files.pythonhosted.org/packages/08/19/184cbb0501badaa8b293b03e48a68206d16485818f7964c699910b403693/tkbak-1.0.0.tar.gz"}, "1.0.1" : {"sha256" : "7c4ee7a9bf76a7688846d9d3930c26200cb53dfc8317d7acdc41c8eb0b1d822e", "url" : "https://files.pythonhosted.org/packages/19/36/b736a532593ea7f4a7840c99ef7bf986c8ab1921623a261aa55a0666dc8a/tkbak-1.0.1.tar.gz"}, "1.0.6" : {"sha256" : "72c03c0da28515fb5b9b1556e6dc6ff3068500e527da462379a2c4deaeac4608", "url" : "https://files.pythonhosted.org/packages/d1/28/a54360bb21105e606ff999d04b9255833b8de53407b035ddac1305965c7e/tkbak-1.0.6.tar.gz"}, "1.0.7" : {"sha256" : "75e337b61bdd61a840888ef9f2fe2e1c0c9d7c8df2c783570fe8d1b8803e640e", "url" : "https://files.pythonhosted.org/packages/24/ab/b47aed069c326d76659af5baa3e243ff232d8573d265e08bedb701e70e69/tkbak-1.0.7.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.4.95": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4.96": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4.97": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.7": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.4.95", "0.4.96", "0.4.97", "1.0.0", "1.0.1", "1.0.6", "1.0.7"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "time": {"type": "string"}, "file": {"type": "string"}}, "required": ["title", "time", "file"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Test", "time" : "2020-07-26 16:38:08", "file" : "posts/2.md"}, {"title" : "\u5e7f\u4e1c\u77012020\u5e74\u666e\u901a\u9ad8\u6821\u62db\u751f\u5f55\u53d6\u6700\u4f4e\u5206\u6570\u7ebf\u516c\u5e03", "time" : "2020-07-23 18:00:00", "file" : "posts/1.md"}, {"title" : "111222333", "time" : "2020-07-26 17:03:00", "file" : "posts/3.md"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "time": {"type": "string"}, "file": {"type": "string"}}, "required": ["title", "time", "file"]}, "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/dependency-injection": {"type": "string"}, "symfony/config": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "symfony/yaml": {"type": "string"}, "doctrine/dbal": {"type": "string"}}, "required": ["php", "symfony/filesystem", "symfony/dependency-injection", "symfony/config", "symfony/http-kernel", "symfony/yaml", "doctrine/dbal"]}, "require-dev": {"type": "object", "properties": {"symfony/phpunit-bridge": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}}, "required": ["symfony/phpunit-bridge", "symfony/framework-bundle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PhpProgrammist\\FileSqlLoggerBundle\\": {"type": "string"}}, "required": ["PhpProgrammist\\FileSqlLoggerBundle\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PhpProgrammist\\FileSqlLoggerBundle\\Tests\\": {"type": "string"}}, "required": ["PhpProgrammist\\FileSqlLoggerBundle\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "php-programmist/file-sql-logger-bundle", "description" : "Provides service that logs all mutable queries to the file", "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "PHP-Programmist.ru", "email" : "[email protected]"}], "require" : {"php" : "^7.2.5", "symfony/filesystem" : "^4.4 || ^5.0", "symfony/dependency-injection" : "^4.4 || ^5.0", "symfony/config" : "^4.4 || ^5.0", "symfony/http-kernel" : "^4.4 || ^5.0", "symfony/yaml" : "^4.4 || ^5.0", "doctrine/dbal" : "^2.10"}, "require-dev" : {"symfony/phpunit-bridge" : "^4.4 || ^5.0", "symfony/framework-bundle" : "^4.4 || ^5.0"}, "autoload" : {"psr-4" : {"PhpProgrammist\\FileSqlLoggerBundle\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"PhpProgrammist\\FileSqlLoggerBundle\\Tests\\" : "tests/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/dependency-injection": {"type": "string"}, "symfony/config": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "symfony/yaml": {"type": "string"}, "doctrine/dbal": {"type": "string"}}, "required": ["php", "symfony/filesystem", "symfony/dependency-injection", "symfony/config", "symfony/http-kernel", "symfony/yaml", "doctrine/dbal"]}, "require-dev": {"type": "object", "properties": {"symfony/phpunit-bridge": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}}, "required": ["symfony/phpunit-bridge", "symfony/framework-bundle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PhpProgrammist\\FileSqlLoggerBundle\\": {"type": "string"}}, "required": ["PhpProgrammist\\FileSqlLoggerBundle\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PhpProgrammist\\FileSqlLoggerBundle\\Tests\\": {"type": "string"}}, "required": ["PhpProgrammist\\FileSqlLoggerBundle\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "autoload", "autoload-dev"], "$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"}, "price": {"type": "string"}}, "required": ["title", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Underarm", "price" : "30"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "price": {"type": "string"}}, "required": ["title", "price"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 4, "id" : "IN-DN"}, {"users" : 4, "id" : "IN-AN"}, {"users" : 1063, "id" : "IN-AP"}, {"users" : 30, "id" : "IN-AR"}, {"users" : 970, "id" : "IN-AS"}, {"users" : 1187, "id" : "IN-BR"}, {"users" : 4565, "id" : "IN-CH"}, {"users" : 463, "id" : "IN-CT"}, {"users" : 33621, "id" : "IN-DL"}, {"users" : 0, "id" : "IN-DNDD"}, {"users" : 1415, "id" : "IN-GA"}, {"users" : 5753, "id" : "IN-GJ"}, {"users" : 541, "id" : "IN-HP"}, {"users" : 2335, "id" : "IN-HR"}, {"users" : 797, "id" : "IN-JH"}, {"users" : 16, "id" : "IN-LK"}, {"users" : 4399, "id" : "IN-KA"}, {"users" : 5553, "id" : "IN-KL"}, {"users" : 2, "id" : "IN-LD"}, {"users" : 6335, "id" : "IN-MH"}, {"users" : 70, "id" : "IN-ML"}, {"users" : 79, "id" : "IN-MN"}, {"users" : 988, "id" : "IN-MP"}, {"users" : 45, "id" : "IN-MZ"}, {"users" : 30, "id" : "IN-NL"}, {"users" : 1373, "id" : "IN-OR"}, {"users" : 3833, "id" : "IN-PB"}, {"users" : 294, "id" : "IN-PY"}, {"users" : 3082, "id" : "IN-RJ"}, {"users" : 119, "id" : "IN-SK"}, {"users" : 1377, "id" : "IN-TG"}, {"users" : 2472, "id" : "IN-TN"}, {"users" : 111, "id" : "IN-TR"}, {"users" : 2257, "id" : "IN-UP"}, {"users" : 617, "id" : "IN-UT"}, {"users" : 2722, "id" : "IN-WB"}, {"users" : 191, "id" : "IN-JK"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "planning-permission-status": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-history": {"type": "string"}, "site-address": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "planning-permission-date": {"type": "string"}, "deliverable": {"type": "string"}, "organisation": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["maximum-net-dwellings", "planning-permission-type", "planning-permission-status", "start-date", "planning-permission-history", "site-address", "hectares", "ownership-status", "planning-permission-date", "deliverable", "organisation", "site-plan-url", "notes", "site", "point", "name", "minimum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.19353, 53.91267]}, "properties" : {"maximum-net-dwellings" : "5", "planning-permission-type" : "full planning permission", "planning-permission-status" : "permissioned", "start-date" : "2018-08-07", "planning-permission-history" : "http://public.selby.gov.uk/online-applications/", "site-address" : "Village Farm, Main Street, Bilbrough", "hectares" : "0.24", "ownership-status" : "not owned by a public authority", "planning-permission-date" : "2018-01-19", "deliverable" : "yes", "organisation" : "local-authority-eng:SEL", "site-plan-url" : "https://www.selby.gov.uk/sites/default/files/Brownfield_Register%20_Mapbook_reduced.pdf", "notes" : "Site in groundwater source protection zone 3", "site" : "Bilbrough-4", "point" : "POINT(-1.19353 53.91267)", "name" : "Bilbrough-4", "minimum-net-dwellings" : "5", "slug" : "/brownfield-land/local-authority-eng/SEL/Bilbrough-4", "entity" : 492537, "entry-date" : "2018-08-07"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "planning-permission-status": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-history": {"type": "string"}, "site-address": {"type": "string"}, "hectares": {"type": "string"}, "ownership-status": {"type": "string"}, "planning-permission-date": {"type": "string"}, "deliverable": {"type": "string"}, "organisation": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["maximum-net-dwellings", "planning-permission-type", "planning-permission-status", "start-date", "planning-permission-history", "site-address", "hectares", "ownership-status", "planning-permission-date", "deliverable", "organisation", "site-plan-url", "notes", "site", "point", "name", "minimum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xc560984d8c4ced2a0eba5790b33b6f43afeef759", "tool" : "maian", "start" : 1565236450.2879949, "end" : 1565236755.1281853, "duration" : 304.840190410614, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "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": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "cda80e0898485ee30190", "c" : [3]} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "array", "items": {"type": "integer"}}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Source": {"type": "string"}, "Dir": {"type": "string"}}, "required": ["Key", "Source", "Dir"]}}}, "required": ["Modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Modules" : [{"Key" : "kfp_infra.kfp_gke_vpc", "Source" : "./modules/vpc", "Dir" : "../../modules/vpc"}, {"Key" : "kfp_infra.kfp_gke_cluster", "Source" : "./modules/gke", "Dir" : "../../modules/gke"}, {"Key" : "kfp_infra.gke_service_account", "Source" : "./modules/service_account", "Dir" : "../../modules/service_account"}, {"Key" : "kfp_infra.kfp_service_account", "Source" : "./modules/service_account", "Dir" : "../../modules/service_account"}, {"Key" : "kfp_infra.service_account", "Source" : "./modules/service_account", "Dir" : "../../modules/service_account"}, {"Key" : "kfp_infra.ml_metadata_mysql", "Source" : "./modules/mysql", "Dir" : "../../modules/mysql"}, {"Key" : "", "Source" : "", "Dir" : "."}, {"Key" : "kfp_infra", "Source" : "../..", "Dir" : "../.."}]} | json_instruct | {"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Source": {"type": "string"}, "Dir": {"type": "string"}}, "required": ["Key", "Source", "Dir"]}}}, "required": ["Modules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " How to convert between degrees and radians and vice versa\n\n[imath]\\frac{2 \\pi}{3}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=NBoadeWvUdw"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"installed": {"type": "array", "items": {"type": "string"}}, "skipped": {"type": "array", "items": {"type": "string"}}, "scriptUpdater": {"type": "object", "properties": {"skipped": {"type": "array", "items": {"type": "string"}}}, "required": ["skipped"]}}, "required": ["installed", "skipped", "scriptUpdater"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"installed" : ["test"], "skipped" : ["skill"], "scriptUpdater" : {"skipped" : ["build.ci", "build.dev", "build.resolve-paths", "post.watch.build"]}} | json_instruct | {"type": "object", "properties": {"installed": {"type": "array", "items": {"type": "string"}}, "skipped": {"type": "array", "items": {"type": "string"}}, "scriptUpdater": {"type": "object", "properties": {"skipped": {"type": "array", "items": {"type": "string"}}}, "required": ["skipped"]}}, "required": ["installed", "skipped", "scriptUpdater"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"5f127f6f26831d0010e985e5": {"type": "object", "properties": {"1b048402-5527-4b89-8a76-09fbe61735a0": {"type": "string"}}, "required": ["1b048402-5527-4b89-8a76-09fbe61735a0"]}, "5f127f671ab28b001762c204": {"type": "object", "properties": {"af326982-eaf5-44c1-92dd-13b6ab715c4d": {"type": "string"}, "23982f64-a487-45ba-9114-2e87431f6cda": {"type": "string"}, "55f17c73-b2ae-4aeb-866e-b296cc881476": {"type": "string"}}, "required": ["af326982-eaf5-44c1-92dd-13b6ab715c4d", "23982f64-a487-45ba-9114-2e87431f6cda", "55f17c73-b2ae-4aeb-866e-b296cc881476"]}, "5f127f5f3a6b100017232099": {"type": "object", "properties": {"ae0b82b0-76bf-4c14-9dce-7766da968ad3": {"type": "string"}}, "required": ["ae0b82b0-76bf-4c14-9dce-7766da968ad3"]}, "5f127f5ab1cb1300109e4ffc": {"type": "object", "properties": {"c4e5748f-0886-40a6-b819-ab4ce1ea81f8": {"type": "string"}}, "required": ["c4e5748f-0886-40a6-b819-ab4ce1ea81f8"]}}, "required": ["5f127f6f26831d0010e985e5", "5f127f671ab28b001762c204", "5f127f5f3a6b100017232099", "5f127f5ab1cb1300109e4ffc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"5f127f6f26831d0010e985e5" : {"1b048402-5527-4b89-8a76-09fbe61735a0" : "warning"}, "5f127f671ab28b001762c204" : {"af326982-eaf5-44c1-92dd-13b6ab715c4d" : "error", "23982f64-a487-45ba-9114-2e87431f6cda" : "warning", "55f17c73-b2ae-4aeb-866e-b296cc881476" : "warning"}, "5f127f5f3a6b100017232099" : {"ae0b82b0-76bf-4c14-9dce-7766da968ad3" : "warning"}, "5f127f5ab1cb1300109e4ffc" : {"c4e5748f-0886-40a6-b819-ab4ce1ea81f8" : "warning"}} | json_instruct | {"type": "object", "properties": {"5f127f6f26831d0010e985e5": {"type": "object", "properties": {"1b048402-5527-4b89-8a76-09fbe61735a0": {"type": "string"}}, "required": ["1b048402-5527-4b89-8a76-09fbe61735a0"]}, "5f127f671ab28b001762c204": {"type": "object", "properties": {"af326982-eaf5-44c1-92dd-13b6ab715c4d": {"type": "string"}, "23982f64-a487-45ba-9114-2e87431f6cda": {"type": "string"}, "55f17c73-b2ae-4aeb-866e-b296cc881476": {"type": "string"}}, "required": ["af326982-eaf5-44c1-92dd-13b6ab715c4d", "23982f64-a487-45ba-9114-2e87431f6cda", "55f17c73-b2ae-4aeb-866e-b296cc881476"]}, "5f127f5f3a6b100017232099": {"type": "object", "properties": {"ae0b82b0-76bf-4c14-9dce-7766da968ad3": {"type": "string"}}, "required": ["ae0b82b0-76bf-4c14-9dce-7766da968ad3"]}, "5f127f5ab1cb1300109e4ffc": {"type": "object", "properties": {"c4e5748f-0886-40a6-b819-ab4ce1ea81f8": {"type": "string"}}, "required": ["c4e5748f-0886-40a6-b819-ab4ce1ea81f8"]}}, "required": ["5f127f6f26831d0010e985e5", "5f127f671ab28b001762c204", "5f127f5f3a6b100017232099", "5f127f5ab1cb1300109e4ffc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}}, "rustflags": {"type": "array", "items": {}}, "edition": {"type": "string"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "edition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 69170261113966331, "features" : "[]", "target" : 3326035008365736537, "profile" : 7282077418741342047, "path" : 13400063842143762717, "deps" : [], "local" : [{"Precalculated" : "0.3.15"}], "rustflags" : [], "edition" : "Edition2015"} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}}, "rustflags": {"type": "array", "items": {}}, "edition": {"type": "string"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "edition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "name": {"type": "string"}, "name_zh": {"type": "string"}, "description": {"type": "string"}, "description_zh": {"type": "string"}, "homepage": {"type": "string"}, "document": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "audience": {"type": "array", "items": {"type": "string"}}, "products": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "array", "items": {"type": "string"}}, "thumbnail": {"type": "string"}, "needs": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "contributors", "status", "name", "name_zh", "description", "description_zh", "homepage", "document", "repository", "licenses", "keywords", "audience", "products", "projects", "thumbnail", "needs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "billy3321", "contributors" : ["joy hsu", "kris chu"], "status" : "beta", "name" : "ly-tel", "name_zh" : "\u7acb\u59d4\u806f\u7d61\u8cc7\u6599", "description" : "Public participation in tele-form", "description_zh" : "\u8a71\u7b52\u5f0f\u7684\u516c\u5171\u53c3\u8207\uff1a\u5c0d\u516c\u5171\u8b70\u984c\u6709\u60f3\u6cd5\u55ce\uff1f\u5feb\u4f86\u7ffb\u51fa\u81ea\u5df1\u9078\u5340\u7684\u6c11\u4ee3\uff0ccall in\u8868\u9054\u4f60\u7684\u8072\u97f3!", "homepage" : "http://billy3321.github.io/lytel/", "document" : "", "repository" : {"type" : "git", "url" : "https://github.com/g0v/ly-tel"}, "licenses" : [{"type" : "Apache v2"}], "keywords" : ["javascript", "jquery", "css"], "audience" : ["public"], "products" : ["website"], "projects" : ["ly"], "thumbnail" : "https://raw.githubusercontent.com/g0v/ly-tel/master/web/images/banner_s.jpg", "needs" : ["designer", "programmer", "writer"]} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "name": {"type": "string"}, "name_zh": {"type": "string"}, "description": {"type": "string"}, "description_zh": {"type": "string"}, "homepage": {"type": "string"}, "document": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "audience": {"type": "array", "items": {"type": "string"}}, "products": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "array", "items": {"type": "string"}}, "thumbnail": {"type": "string"}, "needs": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "contributors", "status", "name", "name_zh", "description", "description_zh", "homepage", "document", "repository", "licenses", "keywords", "audience", "products", "projects", "thumbnail", "needs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"URL" : "https://www.wired.com/1999/05/stocks-fall-sharply-again", "heading" : "stocks fall sharply again", "subheading" : "technology stocks knock the wind out of us stock markets. yahoo, amazon, and america online were hit particularly hard.", "author" : "reuters", "category" : "business", "type" : "article", "timestamp" : "05.25.1999 02:30 PM", "text" : "stocks closed sharply lower for the second straight day tuesday as the battering continued in technology related issues. based on early and unofficial data, the dow jones industrial average dropped 123.58 points, or 1.16 percent, to 10531.09. it tumbled 175 points monday. in the broader market, declining issues swamped advances two to one on the new york stock exchange.the technology-heavy nasdaq composite index plummeted 72.77 points, or 2.97 percent, to 2380.98, a day after ending with a loss of 67 points. the wired index fell 12.65 to 601.80.among the big losers, internet retailer amazon.com (amzn) lost $5.94 to $111.56, yahoo (yhoo) tumbled $10.94 to $126.94, and america online (aol) fell $4 to $115.50.even a new internet issue got a cool reception. barnes & noble's online bookselling unit barnesandnoble.com (bnbn) rose $4.94 to $22.94 in its wall street debut, but barnes & noble (bks) fell $3.38 to $28.38.given the stratospheric gains of other hot deals, barnesandnoble.com's performance seemed like a return to the environment that existed before the craze for cyber-related stocks began, said steve lacey of the ipo reporter.indeed, the recent decline in internet stocks may have taken some of the steam out of barnesandnoble.com's debut, analysts said.copyright"} | json_instruct | {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"images": {"type": "array", "items": {}}, "text": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "path": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["title", "path", "x", "y"]}}}, "required": ["images", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"images" : [], "text" : [{"title" : "How to create a multi-save backup?", "path" : "text.txt", "x" : 50, "y" : 100}]} | json_instruct | {"type": "object", "properties": {"images": {"type": "array", "items": {}}, "text": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "path": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["title", "path", "x", "y"]}}}, "required": ["images", "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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "provider", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Elsa-Br\u00e4ndstr\u00f6m-Schule", "id" : "SH-0705451", "address" : "Zum Kr\u00fcckaupark 7, 25337 Elmshorn", "school_type" : "Gymnasium", "legal_status" : 1, "fax" : "04121 - 436744", "phone" : "04121 - 43670", "provider" : "Stadt Elmshorn", "headmaster" : "Herr Lorenzen", "state" : "SH", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 9.674203, "lat" : 53.757355} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "provider", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : [{"from" : "NameError:", "to" : "NameNahiHaiError"}, {"from" : "unexpected indent", "to" : "Aapke code ki formatting theek nahi hai. Aapko apne code ki indentation (yaani spacing) theek karo, jisse ki python aapke code ko samajh jayein."}, {"from" : "StyntaxError", "to" : "aapne jo Styntax use kiya hai wo galat hai python isko support nahi karta hai"}, {"from" : "IndexError", "to" : "aapne loop ki jo range li hai vo sima ke bahar hai"}, {"from" : "FileNotFoundError", "to" : "FileNotFoundError: file nahi mil rahi hai"}, {"from" : "TabError", "to" : "aapne TabKey or spaceKey ka use galat kiya hai usko sahi karo"}, {"from" : "UnsupportedOperation", "to" : "ye operation support nahi karta hai isko pad nahi sakte"}, {"from" : "KeyError", "to" : "aapki key sahi nahi hai"}, {"from" : "AttributeError", "to" : "AttributeError: ye oject nahi hai"}, {"from" : "UnboundLocalError:", "to" : "UnboundLocalError: aapne defined karne se phele variable ka use kiya hai"}]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 2200722, "stationGroupId" : 2200131, "name" : "\u6240\u6ca2", "lineId" : 22007, "zipCode" : "359-0037", "pref" : "\u57fc\u7389\u770c", "city" : "\u6240\u6ca2\u5e02", "town" : "\u304f\u3059\u306e\u304d\u53f0", "longitude" : 139.473324, "latitude" : 35.786627, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type": "string"}, "Language": {"type": "string"}, "Country": {"type": "string"}, "Awards": {"type": "string"}, "Poster": {"type": "string"}, "Ratings": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Source", "Value"]}}, "Metascore": {"type": "string"}, "imdbRating": {"type": "string"}, "imdbVotes": {"type": "string"}, "imdbID": {"type": "string"}, "Type": {"type": "string"}, "DVD": {"type": "string"}, "BoxOffice": {"type": "string"}, "Production": {"type": "string"}, "Website": {"type": "string"}, "Response": {"type": "string"}}, "required": ["Title", "Year", "Rated", "Released", "Runtime", "Genre", "Director", "Writer", "Actors", "Plot", "Language", "Country", "Awards", "Poster", "Ratings", "Metascore", "imdbRating", "imdbVotes", "imdbID", "Type", "DVD", "BoxOffice", "Production", "Website", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Title" : "Hustlers", "Year" : "2019", "Rated" : "R", "Released" : "13 Sep 2019", "Runtime" : "110 min", "Genre" : "Comedy, Crime, Drama, Thriller", "Director" : "Lorene Scafaria", "Writer" : "Jessica Pressler (magazine article), Lorene Scafaria (screenplay)", "Actors" : "Constance Wu, Jennifer Lopez, Julia Stiles, Mette Towley", "Plot" : "Inspired by the viral New York Magazine article, Hustlers follows a crew of savvy former strip club employees who band together to turn the tables on their Wall Street clients.", "Language" : "English, Spanish, Russian", "Country" : "USA", "Awards" : "Nominated for 1 Golden Globe. Another 14 wins & 60 nominations.", "Poster" : "https://m.media-amazon.com/images/M/MV5BNjM5ZTNiNGMtMDA2OC00MDYyLWEyNzAtOWZmMzFlY2VmOWM4XkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX300.jpg", "Ratings" : [{"Source" : "Internet Movie Database", "Value" : "6.4/10"}, {"Source" : "Rotten Tomatoes", "Value" : "88%"}, {"Source" : "Metacritic", "Value" : "79/100"}], "Metascore" : "79", "imdbRating" : "6.4", "imdbVotes" : "41,687", "imdbID" : "tt5503686", "Type" : "movie", "DVD" : "26 Nov 2019", "BoxOffice" : "N/A", "Production" : "STXfilms", "Website" : "N/A", "Response" : "True"} | json_instruct | {"type": "object", "properties": {"Title": {"type": "string"}, "Year": {"type": "string"}, "Rated": {"type": "string"}, "Released": {"type": "string"}, "Runtime": {"type": "string"}, "Genre": {"type": "string"}, "Director": {"type": "string"}, "Writer": {"type": "string"}, "Actors": {"type": "string"}, "Plot": {"type": "string"}, "Language": {"type": "string"}, "Country": {"type": "string"}, "Awards": {"type": "string"}, "Poster": {"type": "string"}, "Ratings": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Source", "Value"]}}, "Metascore": {"type": "string"}, "imdbRating": {"type": "string"}, "imdbVotes": {"type": "string"}, "imdbID": {"type": "string"}, "Type": {"type": "string"}, "DVD": {"type": "string"}, "BoxOffice": {"type": "string"}, "Production": {"type": "string"}, "Website": {"type": "string"}, "Response": {"type": "string"}}, "required": ["Title", "Year", "Rated", "Released", "Runtime", "Genre", "Director", "Writer", "Actors", "Plot", "Language", "Country", "Awards", "Poster", "Ratings", "Metascore", "imdbRating", "imdbVotes", "imdbID", "Type", "DVD", "BoxOffice", "Production", "Website", "Response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"README.md": {"type": "string"}, "Rakefile": {"type": "string"}, "files/carbon.dll": {"type": "string"}, "manifests/carbon_file.pp": {"type": "string"}, "manifests/checkver.pp": {"type": "string"}, "manifests/localgroup_add_user.pp": {"type": "string"}, "manifests/network_firewall.pp": {"type": "string"}, "manifests/network_ipv6.pp": {"type": "string"}, "manifests/network_teredo.pp": {"type": "string"}, "manifests/policy_set_privilege.pp": {"type": "string"}, "manifests/service_create.pp": {"type": "string"}, "manifests/service_update.pp": {"type": "string"}, "manifests/service_startup.pp": {"type": "string"}, "manifests/service_set_failure.pp": {"type": "string"}, "manifests/service_credentials.pp": {"type": "string"}, "manifests/service_delayedstart.pp": {"type": "string"}, "manifests/service_description.pp": {"type": "string"}, "manifests/system_rdp.pp": {"type": "string"}, "manifests/system_uac.pp": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "metadata.json": {"type": "string"}, "spec/classes/init_spec.rb": {"type": "string"}, "spec/spec_helper.rb": {"type": "string"}, "tests/init.pp": {"type": "string"}}, "required": ["README.md", "Rakefile", "files/carbon.dll", "manifests/carbon_file.pp", "manifests/checkver.pp", "manifests/localgroup_add_user.pp", "manifests/network_firewall.pp", "manifests/network_ipv6.pp", "manifests/network_teredo.pp", "manifests/policy_set_privilege.pp", "manifests/service_create.pp", "manifests/service_update.pp", "manifests/service_startup.pp", "manifests/service_set_failure.pp", "manifests/service_credentials.pp", "manifests/service_delayedstart.pp", "manifests/service_description.pp", "manifests/system_rdp.pp", "manifests/system_uac.pp", "manifests/init.pp", "metadata.json", "spec/classes/init_spec.rb", "spec/spec_helper.rb", "tests/init.pp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"README.md" : "4fb2f99ade7425f70222256d5b78917d", "Rakefile" : "20b80e526e351a74df2001f504e756d2", "files/carbon.dll" : "39caf69d5ffde7598acd6b8644080fe9", "manifests/carbon_file.pp" : "ecdd21e2c74e7574df2d1782f0c3cf09", "manifests/checkver.pp" : "3ffee6b6e4994a97d0d5e9eb4a04d29f", "manifests/localgroup_add_user.pp" : "76038cf9a4a26bbd4e8b797dd70f6763", "manifests/network_firewall.pp" : "4a1fc8353a1e5e45c9b4ab8b899ba87b", "manifests/network_ipv6.pp" : "91a4fb43222a5dc394776dc6589da2f7", "manifests/network_teredo.pp" : "cd42fbaef83d3e7ee632ca27a5951873", "manifests/policy_set_privilege.pp" : "6727ef248ed8ae10a0ecdf0965a178ae", "manifests/service_create.pp" : "82d1335cc1ae271a800432d52bda67e5", "manifests/service_update.pp" : "411b851a26f8e23d159ffd52bd82fafc", "manifests/service_startup.pp" : "ec672e2ca27846da9df0271dea2fdc3e", "manifests/service_set_failure.pp" : "2332fc152bdd961fe10a1d596ae88699", "manifests/service_credentials.pp" : "5b1275dd1901090a68ee540ed7f8b255", "manifests/service_delayedstart.pp" : "b51c5d13651ead0873d8fd788b8a8987", "manifests/service_description.pp" : "347d40dab3e57ac305f57fa82e694e59", "manifests/system_rdp.pp" : "fdcb366b6a94729d11e70a7009d1087c", "manifests/system_uac.pp" : "9fb20af968308252aad5f2ce290c0392", "manifests/init.pp" : "704f4def92d772b6432b18f0f6b27d3b", "metadata.json" : "0b394f35cb0fb927eea2bcc6013a38bd", "spec/classes/init_spec.rb" : "c5b4d1b17cbd79cc0e0b2df849552034", "spec/spec_helper.rb" : "a55d1e6483344f8ec6963fcb2c220372", "tests/init.pp" : "f67a15b354ef821190f077eec4e85ffa"} | json_instruct | {"type": "object", "properties": {"README.md": {"type": "string"}, "Rakefile": {"type": "string"}, "files/carbon.dll": {"type": "string"}, "manifests/carbon_file.pp": {"type": "string"}, "manifests/checkver.pp": {"type": "string"}, "manifests/localgroup_add_user.pp": {"type": "string"}, "manifests/network_firewall.pp": {"type": "string"}, "manifests/network_ipv6.pp": {"type": "string"}, "manifests/network_teredo.pp": {"type": "string"}, "manifests/policy_set_privilege.pp": {"type": "string"}, "manifests/service_create.pp": {"type": "string"}, "manifests/service_update.pp": {"type": "string"}, "manifests/service_startup.pp": {"type": "string"}, "manifests/service_set_failure.pp": {"type": "string"}, "manifests/service_credentials.pp": {"type": "string"}, "manifests/service_delayedstart.pp": {"type": "string"}, "manifests/service_description.pp": {"type": "string"}, "manifests/system_rdp.pp": {"type": "string"}, "manifests/system_uac.pp": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "metadata.json": {"type": "string"}, "spec/classes/init_spec.rb": {"type": "string"}, "spec/spec_helper.rb": {"type": "string"}, "tests/init.pp": {"type": "string"}}, "required": ["README.md", "Rakefile", "files/carbon.dll", "manifests/carbon_file.pp", "manifests/checkver.pp", "manifests/localgroup_add_user.pp", "manifests/network_firewall.pp", "manifests/network_ipv6.pp", "manifests/network_teredo.pp", "manifests/policy_set_privilege.pp", "manifests/service_create.pp", "manifests/service_update.pp", "manifests/service_startup.pp", "manifests/service_set_failure.pp", "manifests/service_credentials.pp", "manifests/service_delayedstart.pp", "manifests/service_description.pp", "manifests/system_rdp.pp", "manifests/system_uac.pp", "manifests/init.pp", "metadata.json", "spec/classes/init_spec.rb", "spec/spec_helper.rb", "tests/init.pp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"elm": {"type": "string"}, "elm-test": {"type": "string"}}, "required": ["elm", "elm-test"]}}, "required": ["name", "version", "description", "private", "dependencies", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "elm-hash-routing", "version" : "1.0.0", "description" : "Create single page applications with hash-routing", "private" : true, "dependencies" : {}, "author" : "Michael Hadley", "license" : "MIT", "devDependencies" : {"elm" : "^0.19.0-no-deps", "elm-test" : "^0.19.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"elm": {"type": "string"}, "elm-test": {"type": "string"}}, "required": ["elm", "elm-test"]}}, "required": ["name", "version", "description", "private", "dependencies", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "49207292", "name" : "Lees Street", "nodes" : [{"type" : "node", "id" : 352670039, "lat" : 52.3252349, "lon" : -0.6173527}, {"type" : "node", "id" : 352670040, "lat" : 52.3246189, "lon" : -0.6174236}, {"type" : "node", "id" : 352670041, "lat" : 52.3240163, "lon" : -0.6179494}, {"type" : "node", "id" : 352670042, "lat" : 52.3239301, "lon" : -0.6179439}, {"type" : "node", "id" : 864642101, "lat" : 52.3237587, "lon" : -0.6177024}, {"type" : "node", "id" : 1046414200, "lat" : 52.3239724, "lon" : -0.6179669}, {"type" : "node", "id" : 1046414249, "lat" : 52.3248777, "lon" : -0.6173032}, {"type" : "node", "id" : 1046414332, "lat" : 52.3250986, "lon" : -0.6172433}, {"type" : "node", "id" : 1046414376, "lat" : 52.3243075, "lon" : -0.6177154}, {"type" : "node", "id" : 1046414423, "lat" : 52.3250177, "lon" : -0.617247}, {"type" : "node", "id" : 1046624654, "lat" : 52.3251742, "lon" : -0.6172668}], "volunteer_postcode" : "NN9 5QZ", "closest_distance" : 329} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/minibiome/metallic/tech2.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/minibiome/metallic/tech2.object"]}, "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" : {"objects/minibiome/metallic/tech2.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u5148\u9a71\u4e9a\u7a7a\u95f4\u5b58\u50a8\u5668", "Eng" : "Precursor Sub-Space Storage"}}, {"DeniedAlternatives" : [], "Files" : {"objects/minibiome/metallic/tech2.object" : ["/description"]}, "Texts" : {"Chs" : "\u5b83\u770b\u8d77\u6765\u50cf\u662f\u67d0\u79cd\u5f62\u5f0f\u7684\u5927\u89c4\u6a21\u5b58\u50a8\uff0c\u5c3d\u7ba1\u5b83\u7684\u7528\u9014\u4ecd\u6709\u8bb8\u591a\u4e0d\u660e\u4e4b\u5904\u3002", "Eng" : "While it's purpose remains largely unknown, it appears to be some form of massive storage."}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/minibiome/metallic/tech2.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/minibiome/metallic/tech2.object"]}, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3d5b3ea3-f231-444b-8328-d801e7876e62", "firstName" : "Kayla", "lastName" : "Green", "email" : "[email protected]", "username" : "[email protected]", "password" : "bat", "organisations" : [{"id" : "6f88bf38-6cc5-4473-9619-496b9842af7b", "code" : "R16", "name" : "Redcar and Cleveland Teacher Training Partnership", "permissions" : [], "notifications" : ["course_published", "course_changed", "course_withdrawn", "course_vacancies_changed", "course_published_training_provider", "course_changed_training_provider", "course_withdrawn_training_provider", "course_vacancies_changed_training_provider"]}], "createdAt" : "2022-03-07T12:31:18.982Z", "updatedAt" : "2022-03-08T20:09:43.482Z", "active" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "MapleStoryM", "hour" : "01", "avg" : 4.324324324324325}, {"subreddit" : "MapleStoryM", "hour" : "02", "avg" : 7.928571428571429}, {"subreddit" : "MapleStoryM", "hour" : "03", "avg" : 6.7073170731707314}, {"subreddit" : "MapleStoryM", "hour" : "04", "avg" : 4.931034482758621}, {"subreddit" : "MapleStoryM", "hour" : "05", "avg" : 9.145454545454545}, {"subreddit" : "MapleStoryM", "hour" : "06", "avg" : 2.826923076923077}, {"subreddit" : "MapleStoryM", "hour" : "07", "avg" : 5.604166666666667}, {"subreddit" : "MapleStoryM", "hour" : "08", "avg" : 7.428571428571429}, {"subreddit" : "MapleStoryM", "hour" : "09", "avg" : 4.078947368421052}, {"subreddit" : "MapleStoryM", "hour" : "10", "avg" : 4.3478260869565215}, {"subreddit" : "MapleStoryM", "hour" : "11", "avg" : 6.8}, {"subreddit" : "MapleStoryM", "hour" : "12", "avg" : 6.071428571428571}, {"subreddit" : "MapleStoryM", "hour" : "13", "avg" : 3.3793103448275863}, {"subreddit" : "MapleStoryM", "hour" : "14", "avg" : 4.897435897435898}, {"subreddit" : "MapleStoryM", "hour" : "15", "avg" : 4.7317073170731705}, {"subreddit" : "MapleStoryM", "hour" : "16", "avg" : 3.9361702127659575}, {"subreddit" : "MapleStoryM", "hour" : "17", "avg" : 5.638888888888889}, {"subreddit" : "MapleStoryM", "hour" : "18", "avg" : 2.4473684210526314}, {"subreddit" : "MapleStoryM", "hour" : "19", "avg" : 6.033333333333333}, {"subreddit" : "MapleStoryM", "hour" : "20", "avg" : 4.9714285714285715}, {"subreddit" : "MapleStoryM", "hour" : "21", "avg" : 11.944444444444445}, {"subreddit" : "MapleStoryM", "hour" : "22", "avg" : 11.173913043478262}, {"subreddit" : "MapleStoryM", "hour" : "23", "avg" : 4.121212121212121}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"compare": {"type": "object", "properties": {"title": {"type": "string"}, "actual": {"type": "string"}, "expected": {"type": "string"}, "pass": {"type": "string"}, "fail": {"type": "string"}}, "required": ["title", "actual", "expected", "pass", "fail"]}, "error": {"type": "object", "properties": {"missing_problem": {"type": "string"}, "submission_no_file": {"type": "string"}, "submission_not_regular": {"type": "string"}}, "required": ["missing_problem", "submission_no_file", "submission_not_regular"]}}, "required": ["compare", "error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compare" : {"title" : "\u041f\u043e\u0440\u0456\u0432\u043d\u044f\u043d\u043d\u044f \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0440\u043e\u0437\u0432\u2019\u044f\u0437\u0430\u043d\u043d\u044f \u0437 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u0438\u043c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u043e\u043c:", "actual" : "\u041e\u0422\u0420\u0418\u041c\u0410\u041d\u0418\u0419", "expected" : "\u041e\u0427\u0406\u041a\u0423\u0412\u0410\u041d\u0418\u0419", "pass" : "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043e\u043c\u0443!", "fail" : "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454 \u0437 \u043e\u0447\u0456\u043a\u0443\u0432\u0430\u043d\u043e\u043c\u0443!"}, "error" : {"missing_problem" : "\u041d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u0438\u0439 \u0444\u0430\u0439\u043b problem.txt \u0430\u0431\u043e problem.md \u0434\u043b\u044f [{{{name}}}] {{{err}}}", "submission_no_file" : "\u0424\u0430\u0439\u043b \u043d\u0435 \u0437\u043d\u0430\u0439\u0434\u0435\u043d\u043e: {{{submission}}}", "submission_not_regular" : "\u041d\u0435 \u0432\u0456\u0440\u043d\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u0444\u0430\u0439\u043b\u0443: {{{submission}}}"}} | json_instruct | {"type": "object", "properties": {"compare": {"type": "object", "properties": {"title": {"type": "string"}, "actual": {"type": "string"}, "expected": {"type": "string"}, "pass": {"type": "string"}, "fail": {"type": "string"}}, "required": ["title", "actual", "expected", "pass", "fail"]}, "error": {"type": "object", "properties": {"missing_problem": {"type": "string"}, "submission_no_file": {"type": "string"}, "submission_not_regular": {"type": "string"}}, "required": ["missing_problem", "submission_no_file", "submission_not_regular"]}}, "required": ["compare", "error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "var _jsxFileName = \"D:\\\\YIGE Related\\\\SWATMobile\\\\image-searching\\\\src\\\\App.js\";\nimport React from \"react\";\n\nconst App = () => React.createElement(\"div\", {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 4\n },\n __self: this\n}, React.createElement(\"span\", {\n role: \"img\",\n \"aria-label\": \"emoji\",\n __source: {\n fileName: _jsxFileName,\n lineNumber: 5\n },\n __self: this\n}, \"What up \\uD83D\\uDE0E\"));\n\nexport default App;", "map" : {"version" : 3, "sources" : ["D:/YIGE Related/SWATMobile/image-searching/src/App.js"], "names" : ["React", "App"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,MAAMC,GAAG,GAAG,MACV;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GACE;AAAM,EAAA,IAAI,EAAC,KAAX;AAAiB,gBAAW,OAA5B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,0BADF,CADF;;AAMA,eAAeA,GAAf", "sourcesContent" : ["import React from \"react\"\n\nconst App = () => (\n <div>\n <span role=\"img\" aria-label=\"emoji\">What up \ud83d\ude0e</span>\n </div>\n)\n\nexport default App"]}, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "an ode, song", "long" : "an ode, song, hymn."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"900704302": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704303": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704304": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704305": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704306": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704307": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704308": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704309": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900704302", "900704303", "900704304", "900704305", "900704306", "900704307", "900704308", "900704309"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900704302" : {"nama" : "TPS 1", "dapil" : [7101, 17101, 2717102]}, "900704303" : {"nama" : "TPS 2", "dapil" : [7101, 17101, 2717102]}, "900704304" : {"nama" : "TPS 3", "dapil" : [7101, 17101, 2717102]}, "900704305" : {"nama" : "TPS 4", "dapil" : [7101, 17101, 2717102]}, "900704306" : {"nama" : "TPS 5", "dapil" : [7101, 17101, 2717102]}, "900704307" : {"nama" : "TPS 6", "dapil" : [7101, 17101, 2717102]}, "900704308" : {"nama" : "TPS 7", "dapil" : [7101, 17101, 2717102]}, "900704309" : {"nama" : "TPS 8", "dapil" : [7101, 17101, 2717102]}} | json_instruct | {"type": "object", "properties": {"900704302": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704303": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704304": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704305": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704306": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704307": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704308": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900704309": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900704302", "900704303", "900704304", "900704305", "900704306", "900704307", "900704308", "900704309"], "$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#"}
| ["codsworth", "pipboy", "pipboycli", "pipboydata", "pipboyrelay"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 21-306.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 6-87, see Historical and Statutory Notes following \u00a7 21-301.\n\nUniform Law\n\nThis section is based upon \u00a7 6 of the Uniform Transfers to Minors Act. See 8B Uniform Laws Annotated, Master Edition, or ULA Database on WESTLAW.\n\nDC CODE \u00a7 21-306\n\nCurrent through December 11, 2012", "credits" : "(Mar. 12, 1986, D.C. Law 6-87, \u00a7 2(a), 33 DCR 278.)", "sections" : [{"prefix" : "a", "text" : " Subject to subsection (c) of this section, a personal representative or trustee may make an irrevocable transfer to another adult or to a trust company, as custodian, for the benefit of a minor pursuant to section 21-309, in the absence of a will or under a will or trust that does not contain an authorization to do so."}, {"prefix" : "b", "text" : " Subject to subsection (c) of this section, a conservator may make an irrevocable transfer to another adult or to a trust company, as custodian, for the benefit of the minor pursuant to section 21-309."}, {"prefix" : "c", "text" : " A transfer under subsection (a) or (b) of this section may be made only if the following occur:"}, {"prefix" : "1", "text" : " The personal representative, the trustee, or the conservator considers the transfer to be in the best interests of the minor;"}, {"prefix" : "2", "text" : " The transfer is not prohibited by or inconsistent with the provisions of the applicable will, trust agreement, or other governing instrument; and"}, {"prefix" : "3", "text" : " The transfer is authorized by the court if it exceeds $10,000 in value."}], "division" : {"identifier" : "III", "text" : "Decedents' Estates and Fiduciary Relations."}, "title" : {"identifier" : "21", "text" : "Fiduciary Relations and Persons with Mental Illness. (Refs & Annos)"}, "chapter" : {"identifier" : "3", "text" : "Transfers to Minors; Uniform Law. (Refs & Annos)"}, "heading" : {"title" : "21", "chaptersection" : "306", "identifier" : "21-306", "catch_text" : "Other transfers by fiduciary."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9981824, "stations" : ["9981824"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1992, 10], [1993, 13], [1994, 9], [1996, 10], [1997, 5], [1998, 6], [1999, 5], [2000, 5], [2001, 6]] | 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": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-angular-templatecache": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-html-replace": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-shell": {"type": "string"}, "require-dir": {"type": "string"}, "forever": {"type": "string"}, "gulp-develop-server": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-ng-config": {"type": "string"}}, "required": ["del", "gulp", "gulp-angular-templatecache", "gulp-clean", "gulp-concat", "gulp-html-replace", "gulp-sass", "gulp-shell", "require-dir", "forever", "gulp-develop-server", "gulp-livereload", "gulp-ng-config"]}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}}, "required": ["socket.io"]}}, "required": ["name", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "<%= appName %>", "devDependencies" : {"del" : "~2.0.2", "gulp" : "~3.9.0", "gulp-angular-templatecache" : "1.7.0", "gulp-clean" : "^0.3.1", "gulp-concat" : "~2.6.0", "gulp-html-replace" : "~1.5.1", "gulp-sass" : "~2.0.4", "gulp-shell" : "^0.4.3", "require-dir" : "^0.3.0", "forever" : "^0.15.1", "gulp-develop-server" : "^0.4.3", "gulp-livereload" : "^3.8.1", "gulp-ng-config" : "^1.2.1"}, "dependencies" : {"socket.io" : "^1.3.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-angular-templatecache": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-html-replace": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-shell": {"type": "string"}, "require-dir": {"type": "string"}, "forever": {"type": "string"}, "gulp-develop-server": {"type": "string"}, "gulp-livereload": {"type": "string"}, "gulp-ng-config": {"type": "string"}}, "required": ["del", "gulp", "gulp-angular-templatecache", "gulp-clean", "gulp-concat", "gulp-html-replace", "gulp-sass", "gulp-shell", "require-dir", "forever", "gulp-develop-server", "gulp-livereload", "gulp-ng-config"]}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}}, "required": ["socket.io"]}}, "required": ["name", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"expo": {"type": "object", "properties": {"name": {"type": "string"}, "sdkVersion": {"type": "string"}, "description": {"type": "string"}, "slug": {"type": "string"}, "icon": {"type": "string"}, "loading": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["name", "sdkVersion", "description", "slug", "icon", "loading"]}}, "required": ["expo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expo" : {"name" : "ExplorerApp", "sdkVersion" : "28.0.0", "description" : "react-native-ui-kitten is a framework that contains set of commonly used UI components styled in similar way. The main idea of this framework is to move style definitions into specific place making components reusable and styled in a single way. You just focus on business logic and it takes care of visual appearance. https://github.com/akveo/react-native-ui-kitten", "slug" : "ui-kitten-explorer-app", "icon" : "./icon.png", "loading" : {"icon" : "./icon.png"}}} | json_instruct | {"type": "object", "properties": {"expo": {"type": "object", "properties": {"name": {"type": "string"}, "sdkVersion": {"type": "string"}, "description": {"type": "string"}, "slug": {"type": "string"}, "icon": {"type": "string"}, "loading": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["name", "sdkVersion", "description", "slug", "icon", "loading"]}}, "required": ["expo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/black_carpet_vertical_corner_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"layout": {"type": "string"}, "placeholder": {"type": "object", "properties": {"fallback": {"type": "string"}}, "required": ["fallback"]}, "images": {"type": "object", "properties": {"fallback": {"type": "object", "properties": {"src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "srcSet", "sizes"]}, "sources": {"type": "array", "items": {"type": "object", "properties": {"srcSet": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["srcSet", "type", "sizes"]}}}, "required": ["fallback", "sources"]}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["layout", "placeholder", "images", "width", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layout" : "constrained", "placeholder" : {"fallback" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAIAAAAmMtkJAAAACXBIWXMAAAsTAAALEwEAmpwYAAAC6klEQVQoz2WP609ScRzG+RPSWs1WLyprze5LaoZZkpVSlHnL1rqsN2qJilaIOUNMu8e6OG+prFxNi+XQRqKzmc1m6yKpgKhw9JwDh+uBwy05l1+DLqv1vP5+nufzZRUIHiRyhfmC+wxDQhBksVhsNhtN0+DfMH8HAIpmAAAsSe3TQ8cq8wUPvF63SvVmcPCtWt3/fWGBoqhQiCRJEvwXhgEkGW5nsRMLV8aeFJQ+AgDQkT63x2eCUBfuiRxRFE3TDE0QhAXDrFar0+mkSOqnGovNKVyyIquorB4A4A8EAADz84hmTOMjiD+2gGYCPr/bhXs8RCAQpADNgIh2Cq98c3xeRVVrMBic1ev0kxMoAvlJUoc5tWbbtMWB4Y5pKwy77AhuQ2FYr9WZDYjX4mIYhpWwp3jpyuwSUXPIgd64U59y9ERC3OrrL17vbVDsa3iZ0dwtH+4rbrl7pau+StlaWCLasn7TEU7aywZ5eHlnUlF0TIZQ3OqYGRccTz+dk7U1dlXNEwVf3ntUrjz3fKB9SHWh5aawWdY01COqucvedWD75m3n8wvC8I5EweLlv35GjDNTk+PzCOLzB4wwqjdCmMPl9hIwZp5DURjDCK9nFoJmoDm7wxWBdwuiYzKFlxudON7e1iGR1FZXX5M9bOTyMrkH+QfSs1WdCrm8q6dTqWh71qNWVV69rJSIjBpNGF678WxUTMalihb91JS0TlYneyyV3iivrF63KX4Lm7Odk9z4qOlwem4aL7O1vev2rXunkvcKD+2XVojD8Jq4M9HLM4vL6hnAjH6ZHHj3cUxnwnF8HjJpJ8ZRGA4ukJgd/6Y1EMGQw26f1mpHRkf1U4bfcExGqajJYTMbPqgCpvf+2eEZo2lw5LN+zmJEbV/HNL3dir7e7n51vwWzwmYsGPzu8RC/4EXL0iurO3pfdfI3RCmreGopv6amLutUnuTanRJxbelFcWoqLyc7NymJiyDmTxrdtwkDipoZBvwAW/kpDTvYLxIAAAAASUVORK5CYII="}, "images" : {"fallback" : {"src" : "/static/66b1642c38fe6b4ca54c6953fd1b8ab3/ea914/new-07.png", "srcSet" : "/static/66b1642c38fe6b4ca54c6953fd1b8ab3/665b4/new-07.png 500w,\n/static/66b1642c38fe6b4ca54c6953fd1b8ab3/8d197/new-07.png 1000w,\n/static/66b1642c38fe6b4ca54c6953fd1b8ab3/ea914/new-07.png 2000w", "sizes" : "(min-width: 2000px) 2000px, 100vw"}, "sources" : [{"srcSet" : "/static/66b1642c38fe6b4ca54c6953fd1b8ab3/4c123/new-07.webp 500w,\n/static/66b1642c38fe6b4ca54c6953fd1b8ab3/904ec/new-07.webp 1000w,\n/static/66b1642c38fe6b4ca54c6953fd1b8ab3/0b6a5/new-07.webp 2000w", "type" : "image/webp", "sizes" : "(min-width: 2000px) 2000px, 100vw"}]}, "width" : 2000, "height" : 1250} | json_instruct | {"type": "object", "properties": {"layout": {"type": "string"}, "placeholder": {"type": "object", "properties": {"fallback": {"type": "string"}}, "required": ["fallback"]}, "images": {"type": "object", "properties": {"fallback": {"type": "object", "properties": {"src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "srcSet", "sizes"]}, "sources": {"type": "array", "items": {"type": "object", "properties": {"srcSet": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["srcSet", "type", "sizes"]}}}, "required": ["fallback", "sources"]}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["layout", "placeholder", "images", "width", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nendo" : 2005, "seibetu" : "\u5973", "nenrei" : 13, "sintyoo" : 149, "taizyuu" : 43.4} | json_instruct | {"type": "object", "properties": {"nendo": {"type": "integer"}, "seibetu": {"type": "string"}, "nenrei": {"type": "integer"}, "sintyoo": {"type": "integer"}, "taizyuu": {"type": "number"}}, "required": ["nendo", "seibetu", "nenrei", "sintyoo", "taizyuu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"category": {"type": "integer"}, "codes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}}, "required": ["category", "codes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : 19, "codes" : [{"code" : "438839005"}, {"code" : "83794005"}, {"code" : "77257005"}, {"code" : "233594006"}, {"code" : "448955002"}, {"code" : "19647005"}, {"code" : "20720000"}, {"code" : "233564000"}, {"code" : "233565004"}, {"code" : "72541002"}, {"code" : "225067007"}]} | json_instruct | {"type": "object", "properties": {"category": {"type": "integer"}, "codes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}}, "required": ["category", "codes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"solution": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "id", "version"]}, "paths": {"type": "object", "properties": {"zippedPackage": {"type": "string"}}, "required": ["zippedPackage"]}}, "required": ["solution", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"solution" : {"name" : "async-await-spfx-client-side-solution", "id" : "e10fb30e-6e0d-4db6-88bc-197189fb0582", "version" : "1.0.0.0"}, "paths" : {"zippedPackage" : "solution/async-await-spfx.spapp"}} | json_instruct | {"type": "object", "properties": {"solution": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "id", "version"]}, "paths": {"type": "object", "properties": {"zippedPackage": {"type": "string"}}, "required": ["zippedPackage"]}}, "required": ["solution", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"c_ref" : "Bear River", "totals" : {"Cases" : 4867, "Deaths" : 15}, "daily" : {"Cases" : 113, "Deaths" : 0}}, {"c_ref" : "Central Utah", "totals" : {"Cases" : 1176, "Deaths" : 7}, "daily" : {"Cases" : 26, "Deaths" : 0}}, {"c_ref" : "Davis", "totals" : {"Cases" : 7763, "Deaths" : 41}, "daily" : {"Cases" : 153, "Deaths" : 1}}, {"c_ref" : "Salt Lake", "totals" : {"Cases" : 43647, "Deaths" : 297}, "daily" : {"Cases" : 745, "Deaths" : 1}}, {"c_ref" : "San Juan", "totals" : {"Cases" : 786, "Deaths" : 30}, "daily" : {"Cases" : 1, "Deaths" : 0}}, {"c_ref" : "Southeast Utah", "totals" : {"Cases" : 422, "Deaths" : 3}, "daily" : {"Cases" : 14, "Deaths" : 0}}, {"c_ref" : "Southwest Utah", "totals" : {"Cases" : 5705, "Deaths" : 49}, "daily" : {"Cases" : 134, "Deaths" : 1}}, {"c_ref" : "Summit", "totals" : {"Cases" : 1302, "Deaths" : 1}, "daily" : {"Cases" : 28, "Deaths" : 0}}, {"c_ref" : "Tooele", "totals" : {"Cases" : 1329, "Deaths" : 2}, "daily" : {"Cases" : 29, "Deaths" : 0}}, {"c_ref" : "TriCounty", "totals" : {"Cases" : 384, "Deaths" : 2}, "daily" : {"Cases" : 12, "Deaths" : 0}}, {"c_ref" : "Utah", "totals" : {"Cases" : 26948, "Deaths" : 78}, "daily" : {"Cases" : 519, "Deaths" : 1}}, {"c_ref" : "Wasatch", "totals" : {"Cases" : 1039, "Deaths" : 9}, "daily" : {"Cases" : 19, "Deaths" : 0}}, {"c_ref" : "Weber-Morgan", "totals" : {"Cases" : 6141, "Deaths" : 33}, "daily" : {"Cases" : 167, "Deaths" : 0}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Conie-Molitard", "dpt" : "Eure-et-Loir", "inscrits" : 333, "abs" : 58, "votants" : 275, "blancs" : 31, "nuls" : 4, "exp" : 240, "res" : [{"panneau" : "1", "voix" : 137}, {"panneau" : "2", "voix" : 103}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "170102120603", "variable1" : 0.4868, "variable2" : -1.7673, "variable3" : "B"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"app_name": {"type": "string"}, "version": {"type": "string"}, "build_number": {"type": "string"}}, "required": ["app_name", "version", "build_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app_name" : "Nguyen Van Tan", "version" : "1.0.3", "build_number" : "4"} | json_instruct | {"type": "object", "properties": {"app_name": {"type": "string"}, "version": {"type": "string"}, "build_number": {"type": "string"}}, "required": ["app_name", "version", "build_number"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "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" : [[[-87.790313, 41.482036], [-87.790239, 41.491779], [-87.73225, 41.491761], [-87.732149, 41.469784], [-87.790303, 41.469846], [-87.790313, 41.482036]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 22154}}]} | 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": {"spellright.language": {"type": "array", "items": {"type": "string"}}, "spellright.documentTypes": {"type": "array", "items": {"type": "string"}}, "spellright.parserByClass": {"type": "object", "properties": {"ignore": {"type": "object", "properties": {"parser": {"type": "string"}}, "required": ["parser"]}}, "required": ["ignore"]}, "python.pythonPath": {"type": "string"}}, "required": ["spellright.language", "spellright.documentTypes", "spellright.parserByClass", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"spellright.language" : ["en"], "spellright.documentTypes" : ["markdown", "latex", "plaintext", "ignore"], "spellright.parserByClass" : {"ignore" : {"parser" : "markdown"}}, "python.pythonPath" : "C:\\Users\\253393\\AppData\\Local\\Continuum\\anaconda3\\envs\\Pyrcel_clean\\python.exe"} | json_instruct | {"type": "object", "properties": {"spellright.language": {"type": "array", "items": {"type": "string"}}, "spellright.documentTypes": {"type": "array", "items": {"type": "string"}}, "spellright.parserByClass": {"type": "object", "properties": {"ignore": {"type": "object", "properties": {"parser": {"type": "string"}}, "required": ["parser"]}}, "required": ["ignore"]}, "python.pythonPath": {"type": "string"}}, "required": ["spellright.language", "spellright.documentTypes", "spellright.parserByClass", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"elephantinon": {"type": "object", "properties": {"rev.18.12|24": {"type": "array", "items": {"type": "string"}}}, "required": ["rev.18.12|24"]}}, "required": ["elephantinon"]}, "meanings": {"type": "object", "properties": {"ivory": {"type": "integer"}}, "required": ["ivory"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}, "translation": {"type": "string"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences", "translation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "adj", "translits" : {"elephantinon" : {"rev.18.12|24" : ["article", "of ivory", "and"]}}, "meanings" : {"ivory" : 1}, "meaningsCount" : 1, "occurences" : 1, "translation" : "hebrew-8143"} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"elephantinon": {"type": "object", "properties": {"rev.18.12|24": {"type": "array", "items": {"type": "string"}}}, "required": ["rev.18.12|24"]}}, "required": ["elephantinon"]}, "meanings": {"type": "object", "properties": {"ivory": {"type": "integer"}}, "required": ["ivory"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}, "translation": {"type": "string"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences", "translation"], "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"@adminjs/express": {"type": "string"}, "@adminjs/mongoose": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "adminjs": {"type": "string"}, "axios": {"type": "string"}, "body-parser": {"type": "string"}, "chart.js": {"type": "string"}, "cors": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-ejs-layouts": {"type": "string"}, "express-formidable": {"type": "string"}, "express-openid-connect": {"type": "string"}, "express-session": {"type": "string"}, "http-errors": {"type": "string"}, "morgan": {"type": "string"}, "react-chartjs-2": {"type": "string"}, "recharts": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["@adminjs/express", "@adminjs/mongoose", "@material-ui/icons", "adminjs", "axios", "body-parser", "chart.js", "cors", "debug", "dotenv", "ejs", "express", "express-ejs-layouts", "express-formidable", "express-openid-connect", "express-session", "http-errors", "morgan", "react-chartjs-2", "recharts", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "qibo", "scripts" : {"start" : "node ./bin/www", "dev" : "nodemon ./bin/www"}, "dependencies" : {"@adminjs/express" : "^4.0.1", "@adminjs/mongoose" : "^2.0.0", "@material-ui/icons" : "^4.11.2", "adminjs" : "^5.3.3", "axios" : "^0.24.0", "body-parser" : "^1.19.0", "chart.js" : "^3.6.0", "cors" : "^2.8.5", "debug" : "~2.6.9", "dotenv" : "^6.1.0", "ejs" : "^2.7.4", "express" : "^4.17.1", "express-ejs-layouts" : "^2.5.1", "express-formidable" : "^1.2.0", "express-openid-connect" : "^2.0.0", "express-session" : "^1.17.2", "http-errors" : "~1.6.2", "morgan" : "~1.9.0", "react-chartjs-2" : "^4.0.0", "recharts" : "^2.1.6", "socket.io" : "^4.4.0"}, "devDependencies" : {"nodemon" : "^2.0.15"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"@adminjs/express": {"type": "string"}, "@adminjs/mongoose": {"type": "string"}, "@material-ui/icons": {"type": "string"}, "adminjs": {"type": "string"}, "axios": {"type": "string"}, "body-parser": {"type": "string"}, "chart.js": {"type": "string"}, "cors": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-ejs-layouts": {"type": "string"}, "express-formidable": {"type": "string"}, "express-openid-connect": {"type": "string"}, "express-session": {"type": "string"}, "http-errors": {"type": "string"}, "morgan": {"type": "string"}, "react-chartjs-2": {"type": "string"}, "recharts": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["@adminjs/express", "@adminjs/mongoose", "@material-ui/icons", "adminjs", "axios", "body-parser", "chart.js", "cors", "debug", "dotenv", "ejs", "express", "express-ejs-layouts", "express-formidable", "express-openid-connect", "express-session", "http-errors", "morgan", "react-chartjs-2", "recharts", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"host": {"type": "string"}, "name": {"type": "string"}, "api_token": {"type": "string"}, "id": {"type": "string"}}, "required": ["host", "name", "api_token", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"host" : "pure-c35", "name" : "pure-c35", "api_token" : "2e4d248f-bc7a-5cd0-411c-a5dff8213fca", "id" : "d1162661-ea1a-de9d-9f7f-e17a3f51a103"} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "name": {"type": "string"}, "api_token": {"type": "string"}, "id": {"type": "string"}}, "required": ["host", "name", "api_token", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courseCode" : "PH4240", "courseCredit" : "5", "description" : "This module will explore in depth some advanced topics in metaphysics. Some possible topics include whether similar things have universals in common, whether time flows, whether past and future exist, whether a whole is something over and above the sum of its parts, whether chance is objective, whether there are other possible worlds, and whether numbers, gods, or chairs and tables exist.", "faculty" : "Arts and Social Science", "title" : "Issues in Metaphysics"} | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "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" : "ARTY3711187B9AB37D", "artist_latitude" : 41.88415, "artist_location" : "Chicago, IL", "artist_longitude" : -87.63241, "artist_name" : "BarlowGirl", "duration" : 240.06485, "num_songs" : 1, "song_id" : "SOUSEGE12A8C141926", "title" : "Carol Of The Bells / Sing We Now Of Christmas (Album Version)", "year" : 2008} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "\u6bcd\u72d7\u5973\u5974\u8bad\u7ec3\u8425\u3010\u7ef3\u7cbe\u75c5\u3011\u7cfb\u5217\u8089\u4e1d\u7f8e\u5973\u6346\u7ed1\u675f\u7f1a\u9ad8\u901f\u70ae\u673a\u52a0\u85e4\u9e70\u624b\u6307\u4f3a\u5019\u6b32\u4ed9\u6b32\u6b7b", "size" : 119490078, "link" : "https://streamtape.com/e/wlyd161ARMtJXJD", "created_at" : "2022\u5e7404\u670826\u65e5 07:51:51", "downloads" : 0, "linkid" : "wlyd161ARMtJXJD", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u6bcd\u72d7\u5973\u5974\u8bad\u7ec3\u8425\u3010\u7ef3\u7cbe\u75c5\u3011\u7cfb\u5217\u8089\u4e1d\u7f8e\u5973\u6346\u7ed1\u675f\u7f1a\u9ad8\u901f\u70ae\u673a\u52a0\u85e4\u9e70\u624b\u6307\u4f3a\u5019\u6b32\u4ed9\u6b32\u6b7b", "thumbUrl" : "https://thumb.tapecontent.net/thumb/wlyd161ARMtJXJD/XbP4A89p7qIDld8.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 28375, "cartId" : "7189b54e-8d67-466e-ac07-ede78969d8ad", "preferredProducts" : [2271, 770, 3228, 915, 1335], "productReviews" : [{"productId" : 3006, "reviewText" : "The box this comes in is 5 kilometer by 6 yard and weights 18 gram.", "reviewDate" : "2016-11-14T06:17:51.0324773+02:00"}, {"productId" : 342, "reviewText" : "My velociraptor loves to play with it.", "reviewDate" : "2019-01-11T19:32:53.3038035+02:00"}, {"productId" : 4719, "reviewText" : "I tried to nab it but got biscuit all over it.", "reviewDate" : "2018-05-24T02:26:17.4552983+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "gastromalacia", "definition" : "A softening of the coats of the stomach; -- usually a post- morten change."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/quark_light_blue_stained_planks_small_tiles"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "echo-category-title-login-fail": {"type": "string"}}, "required": ["@metadata", "echo-category-title-login-fail"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Pyscowicz"]}, "echo-category-title-login-fail" : "Ep\u00e4onnistuneet lokkausyritykset"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "echo-category-title-login-fail": {"type": "string"}}, "required": ["@metadata", "echo-category-title-login-fail"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "currency": {"type": "string"}}, "required": ["id", "en", "ru", "iso3", "iso2", "phoneCode", "capital", "currency"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "a81bc686-62db-4ec7-8e8a-c8b3c7981110", "en" : "Vietnam", "ru" : "\u0412\u044c\u0435\u0442\u043d\u0430\u043c", "iso3" : "VNM", "iso2" : "VN", "phoneCode" : "84", "capital" : null, "currency" : "VND"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "currency": {"type": "string"}}, "required": ["id", "en", "ru", "iso3", "iso2", "phoneCode", "capital", "currency"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"functions": {"type": "object", "properties": {"predeploy": {"type": "array", "items": {"type": "string"}}}, "required": ["predeploy"]}}, "required": ["functions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"functions" : {"predeploy" : ["npm --prefix \"$RESOURCE_DIR\" run lint-fix"]}} | json_instruct | {"type": "object", "properties": {"functions": {"type": "object", "properties": {"predeploy": {"type": "array", "items": {"type": "string"}}}, "required": ["predeploy"]}}, "required": ["functions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"area": {"type": "array", "items": {"type": "object", "properties": {"xpos": {"type": "integer"}, "ypos": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "type": {"type": "string"}}, "required": ["xpos", "ypos", "width", "height", "type"]}}, "tags": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {}}}, "required": ["area", "tags", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"area" : [{"xpos" : 235, "ypos" : 344, "width" : 77, "height" : 14, "type" : "match"}], "tags" : ["openqa-screenshot"], "properties" : []} | json_instruct | {"type": "object", "properties": {"area": {"type": "array", "items": {"type": "object", "properties": {"xpos": {"type": "integer"}, "ypos": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "type": {"type": "string"}}, "required": ["xpos", "ypos", "width", "height", "type"]}}, "tags": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {}}}, "required": ["area", "tags", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fapp", "displayName" : "fapp"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "owner_id": {"type": "string"}, "name": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}, "formula": {"type": "string"}, "description": {"type": "string"}}, "required": ["_id", "owner_id", "name", "variables", "formula", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "", "owner_id" : "", "name" : "Cosine", "variables" : ["x"], "formula" : "math.cos({x})", "description" : "Just my macro"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "owner_id": {"type": "string"}, "name": {"type": "string"}, "variables": {"type": "array", "items": {"type": "string"}}, "formula": {"type": "string"}, "description": {"type": "string"}}, "required": ["_id", "owner_id", "name", "variables", "formula", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "34", "provinceId" : "32", "regencyId" : "06", "name" : "Rajapolah"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "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", "default_version", "codeowner_team", "api_shortname"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "orgpolicy", "name_pretty" : "Organization Policy", "product_documentation" : "https://cloud.google.com/resource-manager/docs/organization-policy/overview", "client_documentation" : "https://cloud.google.com/python/docs/reference/orgpolicy/latest", "issue_tracker" : "", "release_level" : "stable", "language" : "python", "library_type" : "GAPIC_AUTO", "repo" : "googleapis/python-org-policy", "distribution_name" : "google-cloud-org-policy", "api_id" : "orgpolicy.googleapis.com", "default_version" : "v2", "codeowner_team" : "", "api_shortname" : "orgpolicy"} | 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"}, "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", "default_version", "codeowner_team", "api_shortname"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["parent", "name", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "redEvent", "name" : "gameeventsResurrectEvent", "flags" : 2} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["parent", "name", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"object": {"type": "string"}, "accountid": {"type": "string"}, "usernameHash": {"type": "string"}, "passwordHash": {"type": "string"}, "sessionKey": {"type": "string"}, "sessionKeyNumber": {"type": "integer"}, "created": {"type": "integer"}, "administrator": {"type": "integer"}, "owner": {"type": "integer"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "contactEmail": {"type": "string"}, "profileid": {"type": "string"}, "lastSignedIn": {"type": "integer"}, "deleted": {"type": "integer"}}, "required": ["object", "accountid", "usernameHash", "passwordHash", "sessionKey", "sessionKeyNumber", "created", "administrator", "owner", "firstName", "lastName", "contactEmail", "profileid", "lastSignedIn", "deleted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"object" : "account", "accountid" : "account_526ed19", "usernameHash" : "876b7e1fc23769e909aa758c3c06390ecd1f520a2d074822ee766baf9fa342b428efdc75e233499acf2f7706930a1758ae3667574ea89a8c9cc965c9f574603f", "passwordHash" : "$2a$04$NTjx2Sx3BVM5L33BDfxm7O409fdLcBj6O.yEQDCMm172AkxPqrxFu", "sessionKey" : "1d36242dda9fffdd0ca6ffc98831ba62db57c96f21f0ba28188469e940a6a6b9", "sessionKeyNumber" : 1, "created" : 1608658838, "administrator" : 1608658838, "owner" : 1608658838, "firstName" : "Victor", "lastName" : "Greenfelder", "contactEmail" : "[email protected]", "profileid" : "profile_14d5c7d", "lastSignedIn" : 1608658838, "deleted" : 1609263637} | json_instruct | {"type": "object", "properties": {"object": {"type": "string"}, "accountid": {"type": "string"}, "usernameHash": {"type": "string"}, "passwordHash": {"type": "string"}, "sessionKey": {"type": "string"}, "sessionKeyNumber": {"type": "integer"}, "created": {"type": "integer"}, "administrator": {"type": "integer"}, "owner": {"type": "integer"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "contactEmail": {"type": "string"}, "profileid": {"type": "string"}, "lastSignedIn": {"type": "integer"}, "deleted": {"type": "integer"}}, "required": ["object", "accountid", "usernameHash", "passwordHash", "sessionKey", "sessionKeyNumber", "created", "administrator", "owner", "firstName", "lastName", "contactEmail", "profileid", "lastSignedIn", "deleted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "55ee5e988bdd737e6727dcc4", "index" : 2089, "guid" : "fc2d135f-8e78-4b68-a618-248349140b06", "isActive" : false, "balance" : "$6,658.82", "picture" : "http://placehold.it/32x32", "age" : 55, "eyeColor" : "hazel", "name" : "Eve Warren", "gender" : "female", "company" : "DIGIPRINT", "email" : "[email protected]", "phone" : "+1 (862) 598-3131", "address" : "476 Vermont Street, Loretto, Washington, 7896", "about" : "Labore consectetur id nisi dolore nisi officia velit. Do duis ad ea occaecat ea id. Adipisicing amet nulla nulla exercitation deserunt consectetur. In elit cupidatat non ut adipisicing mollit do nisi eiusmod. Mollit cupidatat nostrud quis Lorem consequat incididunt. Dolor sunt Lorem culpa consectetur nostrud minim nulla occaecat non est.\r\n", "registered" : "2014-10-21T12:22:10 -07:00", "tags" : ["eu", "cupidatat", "officia", "quis", "nulla", "amet", "nisi"], "friends" : [{"id" : 0, "name" : "Ila Sellers"}, {"id" : 1, "name" : "Mari Ramirez"}, {"id" : 2, "name" : "Webster Woodard"}], "greeting" : "Hello, Eve Warren! You have 2 unread messages.", "favoriteFruit" : "apple", "location" : {"latitude" : 89.572685, "longitude" : -103.361883}, "docFormat" : "json", "triples" : [{"triple" : {"subject" : "/sample-data/data-2089.json", "predicate" : "http://www.w3.org/2000/01/rdf-schema#label", "object" : "Eve Warren"}}, {"triple" : {"subject" : "/sample-data/data-2089.json", "predicate" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "object" : "http://xmlns.com/foaf/0.1/Person"}}, {"triple" : {"subject" : "/sample-data/data-2089.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2263.json"}}, {"triple" : {"subject" : "/sample-data/data-2089.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-979.json"}}, {"triple" : {"subject" : "/sample-data/data-2089.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-0.json"}}]} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 3, "n_trials" : 80, "objective" : "markowitz_skew_on_cube", "white" : "pymoo_unsga3", "black" : "ultraopt_forest", "traceback" : ["passing", "passing"], "best_val" : [-0.04304590535389274, -0.0299159055155811], "best_x" : [[0.5302344003097997, 0.11169023009628598, 0.35816490135648194], [0.21510253898181986, 0.3209838654182271, 0.4666370792888711]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_unsga3", "loser" : "ultraopt_forest"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "scroll-phat-hd.js", "version" : "0.0.1", "description" : "Scroll Phat HD js library", "main" : "index.js", "author" : "Alejandro Hernandez <[email protected]>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Cendras", "dpt" : "Gard", "inscrits" : 1360, "abs" : 268, "votants" : 1092, "blancs" : 15, "nuls" : 7, "exp" : 1070, "res" : [{"panneau" : "9", "voix" : 466}, {"panneau" : "2", "voix" : 270}, {"panneau" : "3", "voix" : 153}, {"panneau" : "11", "voix" : 78}, {"panneau" : "4", "voix" : 41}, {"panneau" : "1", "voix" : 28}, {"panneau" : "10", "voix" : 12}, {"panneau" : "8", "voix" : 11}, {"panneau" : "5", "voix" : 4}, {"panneau" : "6", "voix" : 4}, {"panneau" : "7", "voix" : 3}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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" : "0xe353a36b99ea433790efcab938893ff44f5c326a9e154f88ba297f26263b15a9", "parentHash" : "0x019ace4bc0207988cc7bc2fb366c5476849f974db69c8afc47714d3b2563a33e", "number" : 44409, "timestamp" : 1438889648, "nonce" : "0x08abcc0338d133c7", "difficulty" : 1405449693587, "gasLimit" : {"_hex" : "0x26e1"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xC759dc67E0c3816fdC56A2f5bb29920fc07e767D", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "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" : [[[-76.635186, 42.893356], [-76.592863, 42.89516], [-76.593485, 42.910006], [-76.552729, 42.911598], [-76.551857, 42.909719], [-76.547425, 42.906603], [-76.545479, 42.908133], [-76.542955, 42.908382], [-76.540592, 42.906142], [-76.540053, 42.904593], [-76.542588, 42.904915], [-76.542645, 42.902451], [-76.526292, 42.875068], [-76.522094, 42.865926], [-76.518043, 42.853996], [-76.512548, 42.829053], [-76.505141, 42.810181], [-76.48271, 42.781716], [-76.468742, 42.761231], [-76.486703, 42.760646], [-76.486527, 42.75775], [-76.626488, 42.753041], [-76.635186, 42.893356]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 45605}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[124.125, 37.166666666666664], [124.125, 37.25], [124.25, 37.25], [124.25, 37.166666666666664], [124.125, 37.166666666666664]]]}, "properties" : {"code" : 552461, "url" : "http://madefor.github.io/0410/api/v1/552461.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/552461.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"backgroundType": {"type": "string"}, "plainBackgroundMode": {"type": "string"}, "devIntro": {"type": "string"}, "devDesc": {"type": "string"}, "gradientColors": {"type": "string"}, "backgroundImageUrl": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "url": {"type": "string"}}, "required": ["image", "url"]}}}, "required": ["backgroundType", "plainBackgroundMode", "devIntro", "devDesc", "gradientColors", "backgroundImageUrl", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backgroundType" : "plain", "plainBackgroundMode" : "daylight", "devIntro" : "Hello, I'm Sebastian Karasi\u0144ski", "devDesc" : "QA Tester | FrontEnd Developer", "gradientColors" : "#EE7752, #E73C7E, #23A6D5, #23D5AB", "backgroundImageUrl" : "http://hdwpro.com/wp-content/uploads/2017/03/Art-Background-Image.png", "icons" : [{"image" : "fa-facebook", "url" : "https://www.facebook.com/sebekswagger"}, {"image" : "fa-github", "url" : "https://github.com/sx-pl"}, {"image" : "fa-linkedin", "url" : "https://www.linkedin.com/in/skarasinski/"}]} | json_instruct | {"type": "object", "properties": {"backgroundType": {"type": "string"}, "plainBackgroundMode": {"type": "string"}, "devIntro": {"type": "string"}, "devDesc": {"type": "string"}, "gradientColors": {"type": "string"}, "backgroundImageUrl": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"image": {"type": "string"}, "url": {"type": "string"}}, "required": ["image", "url"]}}}, "required": ["backgroundType", "plainBackgroundMode", "devIntro", "devDesc", "gradientColors", "backgroundImageUrl", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"fetchzipVersion": {"type": "integer"}, "rev": {"type": "string"}, "sha256": {"type": "string"}, "version": {"type": "string"}}, "required": ["fetchzipVersion", "rev", "sha256", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fetchzipVersion" : 6, "rev" : "v0.4.20", "sha256" : "221813a1e42535cd44cbe726f8a0606fdf4fc83d2b36cd7f125250e3c0a703ce", "version" : "v0.4.20"} | json_instruct | {"type": "object", "properties": {"fetchzipVersion": {"type": "integer"}, "rev": {"type": "string"}, "sha256": {"type": "string"}, "version": {"type": "string"}}, "required": ["fetchzipVersion", "rev", "sha256", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "img": {"type": "string"}}, "required": ["key", "name", "description", "img"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"key" : "zwave", "name" : "Z-Wave", "description" : "Control your Z-Wave devices.", "img" : "/assets/integrations/cover/zwave.jpg"}, {"key" : "rtsp-camera", "name" : "Camera", "description" : "HTTP/RTSP cameras in Gladys.", "img" : "/assets/integrations/cover/rtsp-camera.jpg"}, {"key" : "xiaomi", "name" : "Xiaomi Home", "description" : "Display Xiaomi home devices.", "img" : "/assets/integrations/cover/xiaomi.jpg"}, {"key" : "mqtt", "name" : "MQTT", "description" : "Connect to MQTT server.", "img" : "/assets/integrations/cover/mqtt.jpg"}, {"key" : "philips-hue", "name" : "Philips Hue", "description" : "Control Philips Hue Lights.", "img" : "/assets/integrations/cover/philips-hue.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "img": {"type": "string"}}, "required": ["key", "name", "description", "img"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/69bd70b0-928b-3f44-936a-150b04a06f00", "expression" : [{"id" : "http://data.doremus.org/expression/defd2797-9c01-37f6-9b25-8973a8303983"}, {"id" : "http://data.doremus.org/expression/a214b616-8f2f-3304-9280-5067e3df744f"}, {"id" : "http://data.doremus.org/expression/a3162b7e-52d3-3c60-ad13-f5328d7515c3"}, {"id" : "http://data.doremus.org/expression/f7c986f5-c71c-396b-8053-058a7756d4a9"}, {"id" : "http://data.doremus.org/expression/ec17e9da-6431-3686-892e-16f55f52e7c9"}, {"id" : "http://data.doremus.org/expression/f98a5325-d0f6-3ddd-9bf9-851170256215"}, {"id" : "http://data.doremus.org/expression/f8550cf1-4785-31c1-9104-2742b94d9ad4"}, {"id" : "http://data.doremus.org/expression/e4f3c4cd-5039-3c9e-abee-f8c2fe84ad83"}, {"id" : "http://data.doremus.org/expression/9c487ab6-904a-3d68-bba2-09c241228069"}, {"id" : "http://data.doremus.org/expression/a116256c-2eb2-3a60-8b87-a07ab2d4f299"}, {"id" : "http://data.doremus.org/expression/3072cfd1-6286-31c0-835b-b63161fda2ce"}, {"id" : "http://data.doremus.org/expression/0e580e95-1064-3a1d-b419-130e8b246c7b"}, {"id" : "http://data.doremus.org/expression/7e274af1-f68d-32ca-92ee-d6ac31be45bf"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b73c033adf7273f8a1d09947ad452a66ea9004de"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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.