input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"class_name" : "pottedplant", "bbox" : "223 4 326 178", "used" : false}, {"class_name" : "pottedplant", "bbox" : "345 130 370 160", "used" : false}, {"class_name" : "tvmonitor", "bbox" : "429 43 640 211", "used" : false}, {"class_name" : "sofa", "bbox" : "4 184 637 461", "used" : false}, {"class_name" : "remote", "bbox" : "351 299 424 341", "used" : false}, {"class_name" : "pictureframe", "bbox" : "279 114 339 161", "used" : false}, {"class_name" : "backpack", "bbox" : "66 209 281 322", "used" : false}, {"class_name" : "tvmonitor", "bbox" : "21 56 107 74", "used" : false}, {"class_name" : "vase", "bbox" : "250 170 278 198", "used" : false}, {"class_name" : "windowblind", "bbox" : "304 7 432 73", "used" : false}, {"class_name" : "coffeetable", "bbox" : "282 147 376 213", "used" : false}, {"class_name" : "coffeetable", "bbox" : "386 175 611 304", "used" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [49.07633338513684, 50.1589099101542, 53.045780643533824, 54.12835716855118] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "string"}, "port": {"type": "null"}, "port_specified": {"type": "boolean"}, "domain": {"type": "string"}, "domain_specified": {"type": "boolean"}, "domain_initial_dot": {"type": "boolean"}, "path": {"type": "string"}, "path_specified": {"type": "boolean"}, "secure": {"type": "boolean"}, "expires": {"type": "integer"}, "discard": {"type": "boolean"}, "comment": {"type": "null"}, "comment_url": {"type": "null"}, "rfc2109": {"type": "boolean"}, "_rest": {"type": "object", "properties": {}, "required": []}}, "required": ["version", "name", "value", "port", "port_specified", "domain", "domain_specified", "domain_initial_dot", "path", "path_specified", "secure", "expires", "discard", "comment", "comment_url", "rfc2109", "_rest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 0, "name" : "Authorization", "value" : "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjI2ODAzMywiaWF0IjoxNjEwMDMyODgyLCJleHAiOjE2MTI2MjQ4ODJ9.hZWhd4GlxLIOo44Pi6RrN1vDZU9FHoJmJLUA52RPPYM", "port" : null, "port_specified" : false, "domain" : "shop.green-market.by", "domain_specified" : false, "domain_initial_dot" : false, "path" : "/", "path_specified" : true, "secure" : false, "expires" : 1612624882, "discard" : false, "comment" : null, "comment_url" : null, "rfc2109" : false, "_rest" : {}} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "string"}, "port": {"type": "null"}, "port_specified": {"type": "boolean"}, "domain": {"type": "string"}, "domain_specified": {"type": "boolean"}, "domain_initial_dot": {"type": "boolean"}, "path": {"type": "string"}, "path_specified": {"type": "boolean"}, "secure": {"type": "boolean"}, "expires": {"type": "integer"}, "discard": {"type": "boolean"}, "comment": {"type": "null"}, "comment_url": {"type": "null"}, "rfc2109": {"type": "boolean"}, "_rest": {"type": "object", "properties": {}, "required": []}}, "required": ["version", "name", "value", "port", "port_specified", "domain", "domain_specified", "domain_initial_dot", "path", "path_specified", "secure", "expires", "discard", "comment", "comment_url", "rfc2109", "_rest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Sili, Aurora, Isabela, Cagayan Valley (Region II), PH", "locale" : "ph.cagayan-valley-region-ii.isabela.aurora.sili", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "3", "region_reference" : "2", "region_name" : "Cagayan Valley (Region II)", "province_id" : "37", "province_reference" : "37", "province_name" : "Isabela", "city_id" : "1432", "city_reference" : "693", "city_name" : "Aurora", "barangay_id" : "1896", "barangay_reference" : "17436", "barangay_name" : "Sili"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.663048, 16.97691], [121.661797, 16.97681], [121.660843, 16.97613], [121.659416, 16.97607], [121.657204, 16.97617], [121.655167, 16.975479], [121.652908, 16.973909], [121.650101, 16.97349], [121.647034, 16.97328], [121.648148, 16.976], [121.650803, 16.97879], [121.655617, 16.979771], [121.658607, 16.98008], [121.662193, 16.980749], [121.663048, 16.97691]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["00002", "00004", "00006", "00011", "00014", "00017", "00020", "00026", "00027", "00030", "00033", "00036", "00044"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\ufff9\ufffato shoot back and forth from a distance as in war\ufffb\u5728\u6230\u5834\u9663\u7dda\u9b25\u722d"}, {"s" : ["`la'is~"], "f" : "\ufff9\ufffato be enemies with one another\ufffb\u6575\u4eba, \u4ec7\u4eba"}]}], "t" : "lala'is"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "derive": {"type": "string"}, "uses": {"type": "array", "items": {"type": "string"}}, "extra_types": {"type": "array", "items": {"type": "string"}}, "extra_wheres": {"type": "array", "items": {"type": "string"}}, "constructor_fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "field_type": {"type": "string"}, "trait_get": {"type": "string"}}, "required": ["name", "field_type", "trait_get"]}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "field_type": {"type": "string"}, "optional": {"type": "boolean"}, "builder_type": {"type": "string"}, "trait_get": {"type": "string"}, "trait_set": {"type": "string"}}, "required": ["name", "field_type", "optional", "builder_type", "trait_get", "trait_set"]}}}, "required": ["name", "derive", "uses", "extra_types", "extra_wheres", "constructor_fields", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ReplaceCollectionBuilder", "derive" : "Debug, Clone", "uses" : ["crate::clients::{CosmosUriBuilder}", "crate::CollectionBuilderTrait", "crate::collection::{IndexingPolicy}", "crate::CollectionClient", "azure_sdk_core::errors::{check_status_extract_headers_and_body, AzureError}", "crate::responses::CreateCollectionResponse", "crate::prelude::*", "crate::collection::PartitionKey", "std::convert::TryInto", "hyper::StatusCode", "std::marker::PhantomData", "azure_sdk_core::{Yes,No,ToAssign}"], "extra_types" : ["'a", "CUB"], "extra_wheres" : ["CUB: CosmosUriBuilder"], "constructor_fields" : [{"name" : "collection_client", "field_type" : "&'a CollectionClient<'a, CUB>", "trait_get" : "CollectionClientRequired<'a, CUB>"}], "fields" : [{"name" : "partition_key", "field_type" : "&'a PartitionKey", "optional" : false, "builder_type" : "PartitionKeysSet", "trait_get" : "PartitionKeyRequired<'a>", "trait_set" : "PartitionKeySupport<'a>"}, {"name" : "indexing_policy", "field_type" : "&'a IndexingPolicy", "builder_type" : "IndexingPolicySet", "optional" : false, "trait_get" : "IndexingPolicyRequired<'a>", "trait_set" : "IndexingPolicySupport<'a>"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "derive": {"type": "string"}, "uses": {"type": "array", "items": {"type": "string"}}, "extra_types": {"type": "array", "items": {"type": "string"}}, "extra_wheres": {"type": "array", "items": {"type": "string"}}, "constructor_fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "field_type": {"type": "string"}, "trait_get": {"type": "string"}}, "required": ["name", "field_type", "trait_get"]}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "field_type": {"type": "string"}, "optional": {"type": "boolean"}, "builder_type": {"type": "string"}, "trait_get": {"type": "string"}, "trait_set": {"type": "string"}}, "required": ["name", "field_type", "optional", "builder_type", "trait_get", "trait_set"]}}}, "required": ["name", "derive", "uses", "extra_types", "extra_wheres", "constructor_fields", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"shop": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["shop", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/9288633623", "properties" : {"shop" : "farm", "vending" : "food", "id" : "node/9288633623"}, "geometry" : {"type" : "Point", "coordinates" : [9.3847565, 48.9737166]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"shop": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["shop", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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 = \"/home/pburgos/PycharmProjects/onu.sdg.front/pages/page-button.js\";\nvar __jsx = React.createElement;\nimport React from \"react\";\nimport Container from \"../components/container\";\nimport Button from \"../components/Common/Button\";\n\nconst ButtonPage = () => __jsx(Container, {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6\n },\n __self: this\n}, __jsx(Button, {\n className: \"btn-primary\",\n __source: {\n fileName: _jsxFileName,\n lineNumber: 7\n },\n __self: this\n}, \"See all events\"));\n\nexport default ButtonPage;", "map" : {"version" : 3, "sources" : ["/home/pburgos/PycharmProjects/onu.sdg.front/pages/page-button.js"], "names" : ["React", "Container", "Button", "ButtonPage"], "mappings" : ";;AAAA,OAAOA,KAAP,MAAkB,OAAlB;AACA,OAAOC,SAAP,MAAsB,yBAAtB;AACA,OAAOC,MAAP,MAAmB,6BAAnB;;AAEA,MAAMC,UAAU,GAAG,MACjB,MAAC,SAAD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GACE,MAAC,MAAD;AAAQ,EAAA,SAAS,EAAC,aAAlB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBADF,CADF;;AAMA,eAAeA,UAAf", "sourcesContent" : ["import React from \"react\";\nimport Container from \"../components/container\";\nimport Button from \"../components/Common/Button\";\n\nconst ButtonPage = () => (\n <Container>\n <Button className=\"btn-primary\">See all events</Button>\n </Container>\n);\n\nexport default ButtonPage;\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PM1OBJ1": {"type": "object", "properties": {"FREQ": {"type": "string"}, "U_AC": {"type": "array", "items": {"type": "string"}}, "I_AC": {"type": "array", "items": {"type": "string"}}, "P_AC": {"type": "array", "items": {"type": "string"}}, "P_TOTAL": {"type": "string"}}, "required": ["FREQ", "U_AC", "I_AC", "P_AC", "P_TOTAL"]}, "PM1OBJ2": {"type": "null"}, "RTC": {"type": "object", "properties": {"WEB_TIME": {"type": "string"}}, "required": ["WEB_TIME"]}, "STATISTIC": {"type": "null"}, "ENERGY": {"type": "object", "properties": {"STAT_LICENSCE_IS_OK": {"type": "string"}, "STAT_STATE": {"type": "string"}, "STAT_STATE_DECODE": {"type": "string"}, "GUI_BAT_DATA_POWER": {"type": "string"}, "GUI_INVERTER_POWER": {"type": "string"}, "GUI_HOUSE_POW": {"type": "string"}, "GUI_GRID_POW": {"type": "string"}, "STAT_MAINT_REQUIRED": {"type": "string"}, "MAINT_FILTER_REQUIRED": {"type": "string"}, "GUI_BAT_DATA_FUEL_CHARGE": {"type": "string"}, "GUI_CHARGING_INFO": {"type": "string"}, "GUI_BOOSTING_INFO": {"type": "string"}}, "required": ["STAT_LICENSCE_IS_OK", "STAT_STATE", "STAT_STATE_DECODE", "GUI_BAT_DATA_POWER", "GUI_INVERTER_POWER", "GUI_HOUSE_POW", "GUI_GRID_POW", "STAT_MAINT_REQUIRED", "MAINT_FILTER_REQUIRED", "GUI_BAT_DATA_FUEL_CHARGE", "GUI_CHARGING_INFO", "GUI_BOOSTING_INFO"]}, "WIZARD": {"type": "null"}, "LOG": {"type": "null"}, "FEATURES": {"type": "null"}, "BMS": {"type": "null"}, "SYS_UPDATE": {"type": "null"}, "SentMilliseconds": {"type": "integer"}, "ReceivedMilliseconds": {"type": "integer"}}, "required": ["PM1OBJ1", "PM1OBJ2", "RTC", "STATISTIC", "ENERGY", "WIZARD", "LOG", "FEATURES", "BMS", "SYS_UPDATE", "SentMilliseconds", "ReceivedMilliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PM1OBJ1" : {"FREQ" : "fl_42480A3D", "U_AC" : ["fl_4371B333", "fl_43738000", "fl_4374199A"], "I_AC" : ["fl_3F4F5C29", "fl_3F6B851E", "fl_3E6147AE"], "P_AC" : ["fl_C30E4F5C", "fl_42D6F0A4", "fl_417028F5"], "P_TOTAL" : "fl_C19E8F5C"}, "PM1OBJ2" : null, "RTC" : {"WEB_TIME" : "u3_5F7235C8"}, "STATISTIC" : null, "ENERGY" : {"STAT_LICENSCE_IS_OK" : "VARIABLE_NOT_FOUND", "STAT_STATE" : "u8_10", "STAT_STATE_DECODE" : "u8_10", "GUI_BAT_DATA_POWER" : "fl_C3A21CAC", "GUI_INVERTER_POWER" : "fl_80000000", "GUI_HOUSE_POW" : "fl_439833B6", "GUI_GRID_POW" : "fl_C19E8F5C", "STAT_MAINT_REQUIRED" : "u8_00", "MAINT_FILTER_REQUIRED" : "VARIABLE_NOT_FOUND", "GUI_BAT_DATA_FUEL_CHARGE" : "fl_42BC0D0E", "GUI_CHARGING_INFO" : "u8_00", "GUI_BOOSTING_INFO" : "u8_01"}, "WIZARD" : null, "LOG" : null, "FEATURES" : null, "BMS" : null, "SYS_UPDATE" : null, "SentMilliseconds" : 1601291589240, "ReceivedMilliseconds" : 1601291589466} | json_instruct | {"type": "object", "properties": {"PM1OBJ1": {"type": "object", "properties": {"FREQ": {"type": "string"}, "U_AC": {"type": "array", "items": {"type": "string"}}, "I_AC": {"type": "array", "items": {"type": "string"}}, "P_AC": {"type": "array", "items": {"type": "string"}}, "P_TOTAL": {"type": "string"}}, "required": ["FREQ", "U_AC", "I_AC", "P_AC", "P_TOTAL"]}, "PM1OBJ2": {"type": "null"}, "RTC": {"type": "object", "properties": {"WEB_TIME": {"type": "string"}}, "required": ["WEB_TIME"]}, "STATISTIC": {"type": "null"}, "ENERGY": {"type": "object", "properties": {"STAT_LICENSCE_IS_OK": {"type": "string"}, "STAT_STATE": {"type": "string"}, "STAT_STATE_DECODE": {"type": "string"}, "GUI_BAT_DATA_POWER": {"type": "string"}, "GUI_INVERTER_POWER": {"type": "string"}, "GUI_HOUSE_POW": {"type": "string"}, "GUI_GRID_POW": {"type": "string"}, "STAT_MAINT_REQUIRED": {"type": "string"}, "MAINT_FILTER_REQUIRED": {"type": "string"}, "GUI_BAT_DATA_FUEL_CHARGE": {"type": "string"}, "GUI_CHARGING_INFO": {"type": "string"}, "GUI_BOOSTING_INFO": {"type": "string"}}, "required": ["STAT_LICENSCE_IS_OK", "STAT_STATE", "STAT_STATE_DECODE", "GUI_BAT_DATA_POWER", "GUI_INVERTER_POWER", "GUI_HOUSE_POW", "GUI_GRID_POW", "STAT_MAINT_REQUIRED", "MAINT_FILTER_REQUIRED", "GUI_BAT_DATA_FUEL_CHARGE", "GUI_CHARGING_INFO", "GUI_BOOSTING_INFO"]}, "WIZARD": {"type": "null"}, "LOG": {"type": "null"}, "FEATURES": {"type": "null"}, "BMS": {"type": "null"}, "SYS_UPDATE": {"type": "null"}, "SentMilliseconds": {"type": "integer"}, "ReceivedMilliseconds": {"type": "integer"}}, "required": ["PM1OBJ1", "PM1OBJ2", "RTC", "STATISTIC", "ENERGY", "WIZARD", "LOG", "FEATURES", "BMS", "SYS_UPDATE", "SentMilliseconds", "ReceivedMilliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "json_class": {"type": "string"}, "description": {"type": "string"}, "run_list": {"type": "array", "items": {}}}, "required": ["name", "json_class", "description", "run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test", "json_class" : "Chef::Role", "description" : "prod", "run_list" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "json_class": {"type": "string"}, "description": {"type": "string"}, "run_list": {"type": "array", "items": {}}}, "required": ["name", "json_class", "description", "run_list"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "HANY SULISTYO FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 2434, "noUrut" : 1, "nama" : "HANY SULISTYO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "HARIYANTO FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 2312, "noUrut" : 2, "nama" : "HARIYANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "foto lintang.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 2367, "noUrut" : 3, "nama" : "LINTANG FARADIANTI SUMINAR, S.H", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "DARWIN PHTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 3024, "noUrut" : 4, "nama" : "DARWIN, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "PHOTO PAIRIN.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 209115, "noUrut" : 5, "nama" : "PAIRIN, Spd.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "ERNITA FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 82094, "noUrut" : 6, "nama" : "ERNITA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BANDAR LAMPUNG", "originalFilename" : "foto palda.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 70458, "noUrut" : 7, "nama" : "PALDA MAYU PERDANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "FOTO RESTU.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 294276, "noUrut" : 8, "nama" : "RESTU KHOLIQ", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LAMPUNG TENGAH", "originalFilename" : "ARIS FOTO.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 90566, "noUrut" : 9, "nama" : "ARIS FIRMANSYAH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA METRO", "originalFilename" : "photo saripah aini.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 183214, "noUrut" : 10, "nama" : "SARIPAH AINI, S. Kep", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"country_code": {"type": "string"}, "name": {"type": "string"}, "timezones": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "google_calendar": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "calendar": {"type": "string"}, "years": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "holidays": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "name": {"type": "string"}}, "required": ["date", "name"]}}}, "required": ["year", "holidays"]}}}, "required": ["locale", "calendar", "years"]}}}, "required": ["country_code", "name", "timezones", "location", "google_calendar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country_code" : "KN", "name" : "Saint Kitts and Nevis", "timezones" : ["America/St_Kitts"], "location" : {"lat" : 17.33333333, "lng" : -62.75}, "google_calendar" : [{"locale" : "en", "calendar" : "en.kn#holiday@group.v.calendar.google.com", "years" : [{"year" : 2019, "holidays" : [{"date" : "2019-01-01", "name" : "New Year's Day"}, {"date" : "2019-01-02", "name" : "Carnival Day"}, {"date" : "2019-04-19", "name" : "Good Friday"}, {"date" : "2019-04-22", "name" : "Easter Monday"}, {"date" : "2019-05-06", "name" : "Labor Day / May Day"}, {"date" : "2019-06-10", "name" : "Whit Monday"}, {"date" : "2019-08-05", "name" : "Emancipation Day"}, {"date" : "2019-08-06", "name" : "Culturama Day"}, {"date" : "2019-09-16", "name" : "National Heroes Day"}, {"date" : "2019-09-19", "name" : "Independence Day"}, {"date" : "2019-12-25", "name" : "Christmas Day"}, {"date" : "2019-12-26", "name" : "Boxing Day"}, {"date" : "2019-12-31", "name" : "New Year's Eve"}]}, {"year" : 2020, "holidays" : [{"date" : "2020-01-01", "name" : "New Year's Day"}, {"date" : "2020-01-02", "name" : "Carnival Day"}, {"date" : "2020-04-10", "name" : "Good Friday"}, {"date" : "2020-04-13", "name" : "Easter Monday"}, {"date" : "2020-05-04", "name" : "Labor Day / May Day"}, {"date" : "2020-06-01", "name" : "Whit Monday"}, {"date" : "2020-08-03", "name" : "Emancipation Day"}, {"date" : "2020-08-04", "name" : "Culturama Day"}, {"date" : "2020-09-16", "name" : "National Heroes Day"}, {"date" : "2020-09-19", "name" : "Independence Day"}, {"date" : "2020-12-25", "name" : "Christmas Day"}, {"date" : "2020-12-26", "name" : "Boxing Day"}]}, {"year" : 2021, "holidays" : [{"date" : "2021-01-01", "name" : "New Year's Day"}, {"date" : "2021-01-02", "name" : "Carnival Day"}, {"date" : "2021-04-02", "name" : "Good Friday"}, {"date" : "2021-04-05", "name" : "Easter Monday"}, {"date" : "2021-05-03", "name" : "Labor Day / May Day"}, {"date" : "2021-05-24", "name" : "Whit Monday"}, {"date" : "2021-08-02", "name" : "Emancipation Day"}, {"date" : "2021-08-03", "name" : "Culturama Day"}, {"date" : "2021-09-16", "name" : "National Heroes Day"}, {"date" : "2021-09-19", "name" : "Independence Day"}, {"date" : "2021-12-25", "name" : "Christmas Day"}, {"date" : "2021-12-26", "name" : "Boxing Day"}]}]}]} | json_instruct | {"type": "object", "properties": {"country_code": {"type": "string"}, "name": {"type": "string"}, "timezones": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "google_calendar": {"type": "array", "items": {"type": "object", "properties": {"locale": {"type": "string"}, "calendar": {"type": "string"}, "years": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "holidays": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "name": {"type": "string"}}, "required": ["date", "name"]}}}, "required": ["year", "holidays"]}}}, "required": ["locale", "calendar", "years"]}}}, "required": ["country_code", "name", "timezones", "location", "google_calendar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "node-telegram-bot-api": {"type": "string"}, "pinyin": {"type": "string"}, "request": {"type": "string"}}, "required": ["commander", "node-telegram-bot-api", "pinyin", "request"]}}, "required": ["name", "version", "author", "repository", "bugs", "license", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "telegram-aqi-bot", "version" : "2.0.1", "author" : "Kslr <hi@kslr.org>", "repository" : {"type" : "git", "url" : "https://github.com/kslr/telegram-aqi-bot.git"}, "bugs" : {"url" : "https://github.com/kslr/telegram-aqi-bot/issues"}, "license" : "MIT", "main" : "server.js", "dependencies" : {"commander" : "^6.0.0", "node-telegram-bot-api" : "latest", "pinyin" : "~2.9.0", "request" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "node-telegram-bot-api": {"type": "string"}, "pinyin": {"type": "string"}, "request": {"type": "string"}}, "required": ["commander", "node-telegram-bot-api", "pinyin", "request"]}}, "required": ["name", "version", "author", "repository", "bugs", "license", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [604.972, 153.784, 0.940053, 604.931, 289.386, 0.863475, 522.346, 280.58, 0.780775, 525.21, 430.944, 0.81304, 504.733, 572.44, 0.846853, 693.369, 292.442, 0.854653, 693.43, 436.8, 0.890617, 716.723, 578.221, 0.868733, 601.937, 554.771, 0.681909, 551.873, 554.835, 0.653405, 557.722, 764.151, 0.739924, 575.489, 949.829, 0.822592, 651.997, 551.862, 0.642882, 660.891, 749.362, 0.741868, 646.244, 940.955, 0.79964, 593.072, 147.798, 0.879312, 625.549, 144.923, 0.905187, 569.47, 171.477, 0.864361, 649.255, 171.495, 0.893985, 649.146, 999.834, 0.844126, 675.565, 988.107, 0.788779, 631.413, 955.624, 0.615492, 569.506, 999.875, 0.782026, 551.702, 994.016, 0.816982, 593.008, 958.746, 0.629672], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "biggerreactors:block/reactor_fuel_rod"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"normal" : {"model" : "dynamictreestheaether2:amberootbranchfilled#dynamictree"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["normal"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "%", "type" : "hand", "time" : 1472135277557985024, "data" : [{"type" : "type::finger", "list" : [[392.969482, 453.609619], [387.281158, 457.166931], [373.450836, 461.692322], [362.505157, 460.246399], [337.657837, 442.450195], [328.828308, 426.357178], [326.998596, 397.051514], [333.450775, 386.207031], [345.954559, 380.822083], [375.968811, 387.834473], [388.082123, 400.09552], [398.338593, 416.008423], [401.207916, 430.496277], [399.234894, 445.750427], [392.438568, 458.448364], [383.746674, 465.416809], [377.220734, 468.80835], [376.935883, 468.909119]]}, {"type" : "type::finger", "list" : [[480.222015, 502.917236], [472.580811, 495.789062], [467.868774, 487.704102], [460.370026, 472.938904], [447.43927, 443.406311], [427.989471, 400.308838], [411.850311, 364.285278], [395.015808, 331.725708], [384.259827, 310.953186], [368.816376, 282.358521], [365.061554, 273.513306], [365.047272, 273.489258]]}, {"type" : "type::finger", "list" : [[488.880676, 338.336304], [491.577484, 347.471008], [492.177338, 354.764893], [490.741547, 362.907654], [487.166412, 368.872498], [477.647491, 373.47052], [462.952148, 372.560425], [449.098541, 366.841125], [436.01297, 354.837769], [425.47171, 337.866821], [420.94278, 322.108459], [422.451416, 310.937439], [427.031799, 304.55127], [435.517426, 304.461304], [449.614288, 308.27002], [463.734161, 317.187744], [477.628296, 329.933533], [486.690033, 346.287415], [489.937286, 361.407288], [487.868591, 375.053772], [480.197845, 381.483398], [472.366516, 385.957214]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"fingerprint2.js": {"type": "string"}, "fingerprint2.min.js": {"type": "string"}}, "required": ["fingerprint2.js", "fingerprint2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fingerprint2.js" : "sha512-O4TeR6gYAJkXX8sWFP7cWS1cjJbXmMeKrMQXUrKNHUZCxnDvK7OZr8HJiH9XRUaLqGfrcRaSH3pmFO3vJhAZSw==", "fingerprint2.min.js" : "sha512-OomAzVKEawLw2q5esabl8Ov841YatjFV8aK0aUwI9iLsblmJndLq32IoyyFKqpW+Uvbm1lpsYOlvVYun4XhZng=="} | json_instruct | {"type": "object", "properties": {"fingerprint2.js": {"type": "string"}, "fingerprint2.min.js": {"type": "string"}}, "required": ["fingerprint2.js", "fingerprint2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"vtt.js": {"type": "string"}, "vtt.min.js": {"type": "string"}}, "required": ["vtt.js", "vtt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vtt.js" : "sha256-bowTmUvtQygQAVEO9VcsWXYtvrP3smr7rVZxAdmwBLU=", "vtt.min.js" : "sha256-NwBO+Z+ZAFBEtm9dErTKnwloOLc0h+ruwUeEh/vG++8="} | json_instruct | {"type": "object", "properties": {"vtt.js": {"type": "string"}, "vtt.min.js": {"type": "string"}}, "required": ["vtt.js", "vtt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3172090005", "district_id" : "3172090", "name" : "RAWAMANGUN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"input_data_types": {"type": "string"}, "retraining": {"type": "string"}, "starting_weights_filename": {"type": "string"}, "weight_data_types": {"type": "string"}, "weight_transformations": {"type": "string"}}, "required": ["input_data_types", "retraining", "starting_weights_filename", "weight_data_types", "weight_transformations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"input_data_types" : "int8", "retraining" : "None", "starting_weights_filename" : "https://zenodo.org/record/3163026/files/ssd_mobilenet_v1_coco_2018_01_28.onnx", "weight_data_types" : "int8", "weight_transformations" : "refer to the calibration"} | json_instruct | {"type": "object", "properties": {"input_data_types": {"type": "string"}, "retraining": {"type": "string"}, "starting_weights_filename": {"type": "string"}, "weight_data_types": {"type": "string"}, "weight_transformations": {"type": "string"}}, "required": ["input_data_types", "retraining", "starting_weights_filename", "weight_data_types", "weight_transformations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "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" : 92566, "cartId" : "c0e65d22-1288-4fc5-80f4-d786c18d3314", "preferredProducts" : [], "productReviews" : [{"productId" : 4720, "reviewText" : "one of my hobbies is theater. and when i'm acting this works great.", "reviewDate" : "2019-04-03T01:28:30.9088212+03:00"}, {"productId" : 3075, "reviewText" : "It only works when I'm Martinique.", "reviewDate" : "2018-10-08T18:47:21.8890572+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "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": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {}, "required": []}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Modules\\Core\\": {"type": "string"}}, "required": ["Modules\\Core\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "extra", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "willvrd/user", "description" : "Core Module", "authors" : [{"name" : "William Verde", "email" : "wavutes@gmail.com"}], "extra" : {"laravel" : {"providers" : ["Modules\\Core\\Providers\\CoreServiceProvider"], "aliases" : {}}}, "autoload" : {"psr-4" : {"Modules\\Core\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {}, "required": []}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Modules\\Core\\": {"type": "string"}}, "required": ["Modules\\Core\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "authors", "extra", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"select2": {"type": "string"}}, "required": ["select2"]}}, "required": ["name", "version", "authors", "description", "main", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "select2-es6-module-shim", "version" : "0.0.1", "authors" : ["pangratz <cmueller.418@gmail.com>"], "description" : "ES6 module shim for select2", "main" : "select2-shim.js", "license" : "MIT", "homepage" : "https://github.com/pangratz/select2-es6-module-shim", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"select2" : "~4.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"select2": {"type": "string"}}, "required": ["select2"]}}, "required": ["name", "version", "authors", "description", "main", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "JwtBearerConfig": {"type": "object", "properties": {"Secret": {"type": "string"}}, "required": ["Secret"]}, "ConnectionStrings": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["Logging", "AllowedHosts", "JwtBearerConfig", "ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AllowedHosts" : "*", "JwtBearerConfig" : {"Secret" : "ExampleSecretForServer123"}, "ConnectionStrings" : {"default" : "\"ConnectionStrings\": {\n\t\t\"default\": \"Data Source=(localdb)\\\\MSSQLLocalDB;Initial Catalog=APBD-ProjectDB;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False\"\n\t}"}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "JwtBearerConfig": {"type": "object", "properties": {"Secret": {"type": "string"}}, "required": ["Secret"]}, "ConnectionStrings": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["Logging", "AllowedHosts", "JwtBearerConfig", "ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@construct": {"type": "object", "properties": {"@id": {"type": "string"}, "?p": {"type": "string"}}, "required": ["@id", "?p"]}, "@where": {"type": "object", "properties": {"@id": {"type": "string"}, "?p": {"type": "string"}}, "required": ["@id", "?p"]}}, "required": ["@construct", "@where"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@construct" : {"@id" : "?s", "?p" : "?o"}, "@where" : {"@id" : "?s", "?p" : "?o"}} | json_instruct | {"type": "object", "properties": {"@construct": {"type": "object", "properties": {"@id": {"type": "string"}, "?p": {"type": "string"}}, "required": ["@id", "?p"]}, "@where": {"type": "object", "properties": {"@id": {"type": "string"}, "?p": {"type": "string"}}, "required": ["@id", "?p"]}}, "required": ["@construct", "@where"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "540233201201", "text" : "\u5982\u4e19\u5c97\u6751"}, {"id" : "540233201202", "text" : "\u5c97\u53e4\u6751"}, {"id" : "540233201203", "text" : "\u560e\u6797\u5c97\u6751"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"recept": {"type": "object", "properties": {"outgoingHookToken": {"type": "string"}, "outgoingHookURI": {"type": "string"}}, "required": ["outgoingHookToken", "outgoingHookURI"]}, "send": {"type": "object", "properties": {"teamName": {"type": "string"}, "botName": {"type": "string"}, "incomingHookToken": {"type": "string"}}, "required": ["teamName", "botName", "incomingHookToken"]}}, "required": ["recept", "send"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recept" : {"outgoingHookToken" : "XXXXXXXXXXXXXXXXXXXXXXXX", "outgoingHookURI" : "http://localhost:9000/outgoing-hook"}, "send" : {"teamName" : "example", "botName" : "testbot", "incomingHookToken" : "AAAAAAAAAAAAAAAAAAAAAAAA"}} | json_instruct | {"type": "object", "properties": {"recept": {"type": "object", "properties": {"outgoingHookToken": {"type": "string"}, "outgoingHookURI": {"type": "string"}}, "required": ["outgoingHookToken", "outgoingHookURI"]}, "send": {"type": "object", "properties": {"teamName": {"type": "string"}, "botName": {"type": "string"}, "incomingHookToken": {"type": "string"}}, "required": ["teamName", "botName", "incomingHookToken"]}}, "required": ["recept", "send"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Alexa Selph", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/30542", "region" : "", "text" : ["Adjectives continue", "their downward spiral,", "with adverbs likely to follow.", ",", ", and", "can be had three for a dollar,", "as they head for a recession.", ",", ",", ", and", "are now available", "at wholesale prices.", "Verbs are still blue-chip investments,", "but not many are willing to sell.", "The image market is still strong,", "but only for those rated AA or higher.", "Beware of cheap imitations", "sold by the side of the road.", "Only the most conservative", "consider rhyme a good option,", "but its success in certain circles", "warrants a brief mention.", "The ongoing search for fresh", "metaphor has caused concern", "among environmental activists,", "who warn that both the moon and the sea", "have measurably diminished", "since the dawn of the Romantic era.", "Latter-day prosodists are having to settle", "for menial positions in poultry plants,", "where an aptitude for repetitive rhythms", "is considered a valuable trait.", "The outlook for the future remains uncertain,", "and troubled times may lie ahead.", "Supply will continue to outpace demand,", "and the best of the lot will remain unread."], "title" : "Market Forecast", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "index": {"type": "integer"}, "comment": {"type": "string"}, "additional_information": {"type": "object", "properties": {"present": {"type": "array", "items": {"type": "string"}}, "absent": {"type": "array", "items": {}}, "compared_fixture": {"type": "boolean"}}, "required": ["present", "absent", "compared_fixture"]}, "output": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "index", "comment", "additional_information", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test[2-:0-task-1 yaml]", "index" : 2, "comment" : "task-1 yaml", "additional_information" : {"present" : ["\u822a\u6d77\u5bb6"], "absent" : [], "compared_fixture" : false}, "output" : ["Play name: Simple unicode output test:0", "Task name: Raw with unicode arg and output", "CHANGED: localhost", " 0\u2502---", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", " 3\u2502event_loop: null", " 4\u2502host: localhost", " 5\u2502play: Simple unicode output test", " 6\u2502play_pattern: localhost", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", " 8\u2502remote_addr: localhost", " 9\u2502res:", "10\u2502 _ansible_no_log: false", "11\u2502 changed: true", "12\u2502 rc: 0", "13\u2502 stderr: ''", "14\u2502 stderr_lines: []", "15\u2502 stdout: |-", "16\u2502 \u822a\u6d77\u5bb6", "17\u2502 stdout_lines:", "18\u2502 - \u822a\u6d77", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "20\u2502task: Raw with unicode arg and output", "21\u2502task_action: raw", "22\u2502task_args: ''", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "^b/PgUp page up ^f/PgDn page down \u2191\u2193 scroll esc back - previous + next [0-9] goto :help help Successful"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "index": {"type": "integer"}, "comment": {"type": "string"}, "additional_information": {"type": "object", "properties": {"present": {"type": "array", "items": {"type": "string"}}, "absent": {"type": "array", "items": {}}, "compared_fixture": {"type": "boolean"}}, "required": ["present", "absent", "compared_fixture"]}, "output": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "index", "comment", "additional_information", "output"], "$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"}, "type": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "string"}}, "required": ["."]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}, "lint": {"type": "string"}, "version": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["start", "test", "posttest", "lint", "version", "prepublishOnly"]}, "dependencies": {"type": "object", "properties": {"nanocustomassert": {"type": "string"}}, "required": ["nanocustomassert"]}, "devDependencies": {"type": "object", "properties": {"@geut/chan": {"type": "string"}, "standard": {"type": "string"}, "uvu": {"type": "string"}}, "required": ["@geut/chan", "standard", "uvu"]}, "standard": {"type": "object", "properties": {"env": {"type": "array", "items": {"type": "string"}}}, "required": ["env"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "type", "exports", "engines", "scripts", "dependencies", "devDependencies", "standard", "repository", "keywords", "author", "license", "bugs", "homepage", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nanocontext", "version" : "2.1.0", "description" : "Small module to create a stateful context tree object to extend through decorators.", "type" : "module", "exports" : {"." : "./src/index.js"}, "engines" : {"node" : ">=14.13.0 || >=12.22.1"}, "scripts" : {"start" : "node index.js", "test" : "uvu", "posttest" : "npm run lint", "lint" : "standard", "version" : "chan release --allow-yanked ${npm_package_version} && git add .", "prepublishOnly" : "npm test"}, "dependencies" : {"nanocustomassert" : "^1.0.0"}, "devDependencies" : {"@geut/chan" : "^3.0.3", "standard" : "^16.0.3", "uvu" : "^0.5.1"}, "standard" : {"env" : ["node", "browser"]}, "repository" : {"type" : "git", "url" : "git+https://github.com/geut/nanocontext.git"}, "keywords" : ["geut", "module", "context"], "author" : {"name" : "GEUT", "email" : "contact@geutstudio.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/geut/nanocontext/issues"}, "homepage" : "https://github.com/geut/nanocontext#readme", "publishConfig" : {"access" : "public"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "string"}}, "required": ["."]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}, "lint": {"type": "string"}, "version": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["start", "test", "posttest", "lint", "version", "prepublishOnly"]}, "dependencies": {"type": "object", "properties": {"nanocustomassert": {"type": "string"}}, "required": ["nanocustomassert"]}, "devDependencies": {"type": "object", "properties": {"@geut/chan": {"type": "string"}, "standard": {"type": "string"}, "uvu": {"type": "string"}}, "required": ["@geut/chan", "standard", "uvu"]}, "standard": {"type": "object", "properties": {"env": {"type": "array", "items": {"type": "string"}}}, "required": ["env"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "type", "exports", "engines", "scripts", "dependencies", "devDependencies", "standard", "repository", "keywords", "author", "license", "bugs", "homepage", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.481ac58b.chunk.css": {"type": "string"}, "static/js/2.71c9107f.chunk.js": {"type": "string"}, "static/js/2.71c9107f.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.4c106ecbaf04283047734b928860c0ad.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.481ac58b.chunk.css.map": {"type": "string"}, "static/css/main.71464c39.chunk.css.map": {"type": "string"}, "static/js/2.71c9107f.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/not-found.scss": {"type": "string"}, "static/media/login.less": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.481ac58b.chunk.css", "static/js/2.71c9107f.chunk.js", "static/js/2.71c9107f.chunk.js.map", "index.html", "precache-manifest.4c106ecbaf04283047734b928860c0ad.js", "service-worker.js", "static/css/2.481ac58b.chunk.css.map", "static/css/main.71464c39.chunk.css.map", "static/js/2.71c9107f.chunk.js.LICENSE.txt", "static/media/not-found.scss", "static/media/login.less"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"main.css" : "./static/css/main.71464c39.chunk.css", "main.js" : "./static/js/main.5f96519b.chunk.js", "main.js.map" : "./static/js/main.5f96519b.chunk.js.map", "runtime-main.js" : "./static/js/runtime-main.3725ae0b.js", "runtime-main.js.map" : "./static/js/runtime-main.3725ae0b.js.map", "static/css/2.481ac58b.chunk.css" : "./static/css/2.481ac58b.chunk.css", "static/js/2.71c9107f.chunk.js" : "./static/js/2.71c9107f.chunk.js", "static/js/2.71c9107f.chunk.js.map" : "./static/js/2.71c9107f.chunk.js.map", "index.html" : "./index.html", "precache-manifest.4c106ecbaf04283047734b928860c0ad.js" : "./precache-manifest.4c106ecbaf04283047734b928860c0ad.js", "service-worker.js" : "./service-worker.js", "static/css/2.481ac58b.chunk.css.map" : "./static/css/2.481ac58b.chunk.css.map", "static/css/main.71464c39.chunk.css.map" : "./static/css/main.71464c39.chunk.css.map", "static/js/2.71c9107f.chunk.js.LICENSE.txt" : "./static/js/2.71c9107f.chunk.js.LICENSE.txt", "static/media/not-found.scss" : "./static/media/404.9161e238.png", "static/media/login.less" : "./static/media/logo.421642f8.png"}, "entrypoints" : ["static/js/runtime-main.3725ae0b.js", "static/css/2.481ac58b.chunk.css", "static/js/2.71c9107f.chunk.js", "static/css/main.71464c39.chunk.css", "static/js/main.5f96519b.chunk.js"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.481ac58b.chunk.css": {"type": "string"}, "static/js/2.71c9107f.chunk.js": {"type": "string"}, "static/js/2.71c9107f.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.4c106ecbaf04283047734b928860c0ad.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.481ac58b.chunk.css.map": {"type": "string"}, "static/css/main.71464c39.chunk.css.map": {"type": "string"}, "static/js/2.71c9107f.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/not-found.scss": {"type": "string"}, "static/media/login.less": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.481ac58b.chunk.css", "static/js/2.71c9107f.chunk.js", "static/js/2.71c9107f.chunk.js.map", "index.html", "precache-manifest.4c106ecbaf04283047734b928860c0ad.js", "service-worker.js", "static/css/2.481ac58b.chunk.css.map", "static/css/main.71464c39.chunk.css.map", "static/js/2.71c9107f.chunk.js.LICENSE.txt", "static/media/not-found.scss", "static/media/login.less"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Lang-15b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Lang-15b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Lang-15b" : {"creationdate" : "2011-11-17 23:38:26 +0000", "resolutiondate" : "2011-11-18 00:02:15 +0000", "hash" : "8185a9e681d6de5f40b0ed07b40730c9761bad37", "commitdate" : "2011-11-17 23:59:36 +0000"}} | json_instruct | {"type": "object", "properties": {"Lang-15b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Lang-15b"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[371.0, 1002.0], [392.0, 1002.0], [392.0, 1011.0], [371.0, 1011.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[370.0, 1012.0], [394.0, 1011.0], [394.0, 1019.0], [371.0, 1019.0]], "group_id" : 5, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[371.0, 993.0], [390.0, 993.0], [390.0, 1001.0], [371.0, 1002.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[427.4, 508.8], [1006.0, 534.4], [1018.0, 580.4], [432.20000000000005, 552.8]], "group_id" : 3, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[2.0, 470.0], [400.0, 501.0], [399.0, 550.0], [1.0, 528.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[105.0, 277.0], [568.0, 336.0], [574.0, 380.0], [103.0, 325.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[0.0, 318.0], [985.0, 420.0], [1024.0, 536.0], [0.0, 470.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[581.0, 342.0], [905.0, 371.0], [913.0, 415.0], [582.0, 381.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[368.5820487239726, 1044.72049689441], [400.259067357513, 1039.751552795031], [402.74353940720243, 1090.0621118012423], [369.20316673639496, 1093.7888198757764]], "group_id" : 255, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_2242.jpg", "imageData" : "null", "imageHeight" : 1365, "imageWidth" : 1024} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"votes" : {"diff" : 3140, "dem" : 363, "tot" : 3951, "gop" : 3503}, "for" : "KY/Martin County/21159", "pct" : {"dem" : 9.19, "per_point_diff" : 79.47, "gop" : 88.66}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reactNativeCrypto", "displayName" : "reactNativeCrypto"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"900071102": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900071103": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900071104": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900071105": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900071102", "900071103", "900071104", "900071105"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900071102" : {"nama" : "TPS 1", "dapil" : [1302, 11302, 2137702]}, "900071103" : {"nama" : "TPS 2", "dapil" : [1302, 11302, 2137702]}, "900071104" : {"nama" : "TPS 3", "dapil" : [1302, 11302, 2137702]}, "900071105" : {"nama" : "TPS 4", "dapil" : [1302, 11302, 2137702]}} | json_instruct | {"type": "object", "properties": {"900071102": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900071103": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900071104": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900071105": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900071102", "900071103", "900071104", "900071105"], "$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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["131002203201", "\u5317\u660c\u5317\u961f\u6751\u59d4\u4f1a", "111", "0"], ["131002203202", "\u5317\u660c\u897f\u961f\u6751\u59d4\u4f1a", "112", "0"], ["131002203203", "\u5317\u660c\u5357\u961f\u6751\u59d4\u4f1a", "111", "0"], ["131002203204", "\u9ea6\u6d3c\u6751\u59d4\u4f1a", "111", "0"], ["131002203205", "\u4e2d\u6240\u6751\u59d4\u4f1a", "111", "0"], ["131002203213", "\u5317\u53f2\u5bb6\u52a1\u6751\u59d4\u4f1a", "111", "0"], ["131002203214", "\u524d\u8fdb\u6751\u6751\u59d4\u4f1a", "111", "0"], ["131002203215", "\u5c0f\u738b\u5e84\u6751\u59d4\u4f1a", "112", "0"], ["131002203216", "\u7956\u5404\u5e84\u6751\u59d4\u4f1a", "112", "0"], ["131002203217", "\u897f\u8f9b\u5e84\u6751\u59d4\u4f1a", "122", "0"], ["131002203218", "\u5218\u5404\u5e84\u6751\u59d4\u4f1a", "122", "0"], ["131002203219", "\u53e4\u53bf\u6751\u59d4\u4f1a", "112", "0"], ["131002203220", "\u82a6\u5e84\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "part": {"type": "string"}, "strength": {"type": "integer"}, "health": {"type": "integer"}, "defense": {"type": "integer"}, "intelligence": {"type": "integer"}, "stars": {"type": "integer"}, "dungeon_skill_req": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "rarity", "part", "strength", "health", "defense", "intelligence", "stars", "dungeon_skill_req", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "zombie_lord_helmet", "rarity" : "legendary", "part" : "helmet", "strength" : 20, "health" : 159, "defense" : 71, "intelligence" : 20, "stars" : 0, "dungeon_skill_req" : 25, "type" : "armor"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "part": {"type": "string"}, "strength": {"type": "integer"}, "health": {"type": "integer"}, "defense": {"type": "integer"}, "intelligence": {"type": "integer"}, "stars": {"type": "integer"}, "dungeon_skill_req": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "rarity", "part", "strength", "health", "defense", "intelligence", "stars", "dungeon_skill_req", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"solution_size" : 3622, "ok" : true, "resemblance" : 0.536748, "problem_id" : 34, "solution_spec_hash" : "9499a9006dc67f7b696878f41ef2f430d703a0c7"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}}, "required": ["id", "searchString"]}}, "objects": {"type": "array", "items": {}}, "functions": {"type": "array", "items": {}}, "records": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "constants": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "errors": {"type": "array", "items": {}}, "types": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "clients": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "listeners": {"type": "array", "items": {}}}, "required": ["modules", "objects", "functions", "records", "constants", "errors", "types", "clients", "listeners"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"modules" : [{"id" : "mysql", "searchString" : "<p>This module provides the functionality required to access and manipulate data stored in a MySQL database.</p>"}], "objects" : [], "functions" : [], "records" : [{"id" : "Options", "searchString" : "<p>MySQL database options.</p>", "moduleId" : "mysql"}, {"id" : "SSLConfig", "searchString" : "<p>SSL Configuration to be used when connecting to mysql server.</p>", "moduleId" : "mysql"}], "constants" : [{"id" : "SSL_PREFERRED", "searchString" : "<p>Possible options for SSL Mode.</p>", "moduleId" : "mysql"}, {"id" : "SSL_REQUIRED", "searchString" : "", "moduleId" : "mysql"}, {"id" : "SSL_VERIFY_CERT", "searchString" : "", "moduleId" : "mysql"}, {"id" : "SSL_VERIFY_IDENTITY", "searchString" : "", "moduleId" : "mysql"}], "errors" : [], "types" : [{"id" : "SSLMode", "searchString" : "<p>SSLMode as a union of available ssl modes.</p>", "moduleId" : "mysql"}], "clients" : [{"id" : "Client", "searchString" : "<p>Represents a MySQL database client.</p>", "moduleId" : "mysql"}], "listeners" : []} | json_instruct | {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}}, "required": ["id", "searchString"]}}, "objects": {"type": "array", "items": {}}, "functions": {"type": "array", "items": {}}, "records": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "constants": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "errors": {"type": "array", "items": {}}, "types": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "clients": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "searchString": {"type": "string"}, "moduleId": {"type": "string"}}, "required": ["id", "searchString", "moduleId"]}}, "listeners": {"type": "array", "items": {}}}, "required": ["modules", "objects", "functions", "records", "constants", "errors", "types", "clients", "listeners"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "R\u00e9aumur", "circ" : "4\u00e8me circonscription", "dpt" : "Vend\u00e9e", "inscrits" : 645, "abs" : 307, "votants" : 338, "blancs" : 6, "nuls" : 7, "exp" : 325, "res" : [{"nuance" : "REM", "nom" : "Mme Martine LEGUILLE-BALLOY", "voix" : 134}, {"nuance" : "UDI", "nom" : "M. Wilfrid MONTASSIER", "voix" : 125}, {"nuance" : "FN", "nom" : "Mme Denise VICENT\u00c9", "voix" : 30}, {"nuance" : "FI", "nom" : "Mme Anita LAVERGNE", "voix" : 15}, {"nuance" : "ECO", "nom" : "Mme Claudine GOICHON", "voix" : 10}, {"nuance" : "COM", "nom" : "Mme Marie-Fran\u00e7oise MICHENAUD", "voix" : 3}, {"nuance" : "DIV", "nom" : "Mme Tiphaine PERRIER", "voix" : 3}, {"nuance" : "DVD", "nom" : "Mme Caroline ROUILLIER", "voix" : 3}, {"nuance" : "EXG", "nom" : "Mme Claude BOUR", "voix" : 2}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}, "jsExtension": {"type": "string"}, "cssExtension": {"type": "string"}, "includeTests": {"type": "boolean"}, "includeStories": {"type": "boolean"}, "indexFile": {"type": "boolean"}, "connected": {"type": "boolean"}, "componentMethods": {"type": "array", "items": {}}}, "required": ["type", "path", "jsExtension", "cssExtension", "includeTests", "includeStories", "indexFile", "connected", "componentMethods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "class", "path" : "./src/react/components", "jsExtension" : "js", "cssExtension" : "css", "includeTests" : true, "includeStories" : true, "indexFile" : false, "connected" : false, "componentMethods" : []} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}, "jsExtension": {"type": "string"}, "cssExtension": {"type": "string"}, "includeTests": {"type": "boolean"}, "includeStories": {"type": "boolean"}, "indexFile": {"type": "boolean"}, "connected": {"type": "boolean"}, "componentMethods": {"type": "array", "items": {}}}, "required": ["type", "path", "jsExtension", "cssExtension", "includeTests", "includeStories", "indexFile", "connected", "componentMethods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"multipart": {"type": "array", "items": {"type": "object", "properties": {"apply": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["apply"]}}}, "required": ["multipart"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"multipart" : [{"apply" : {"model" : "vivatech:block/minimal_energy_conduit_center"}}, {"when" : {"connected_east" : true}, "apply" : {"model" : "vivatech:block/minimal_energy_conduit_side", "x" : 270, "y" : 90}}, {"when" : {"connected_south" : true}, "apply" : {"model" : "vivatech:block/minimal_energy_conduit_side", "x" : 90}}, {"when" : {"connected_west" : true}, "apply" : {"model" : "vivatech:block/minimal_energy_conduit_side", "x" : 90, "y" : 90}}, {"when" : {"connected_north" : true}, "apply" : {"model" : "vivatech:block/minimal_energy_conduit_side", "x" : 270}}, {"when" : {"connected_up" : true}, "apply" : {"model" : "vivatech:block/minimal_energy_conduit_side", "x" : 180}}, {"when" : {"connected_down" : true}, "apply" : {"model" : "vivatech:block/minimal_energy_conduit_side"}}]} | json_instruct | {"type": "object", "properties": {"multipart": {"type": "array", "items": {"type": "object", "properties": {"apply": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["apply"]}}}, "required": ["multipart"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Luanan, Aleosan, North Cotabato, SOCCSKSARGEN (Region XII), PH", "locale" : "ph.soccsksargen-region-xii.north-cotabato.aleosan.luanan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "15", "region_reference" : "12", "region_name" : "SOCCSKSARGEN (Region XII)", "province_id" : "53", "province_reference" : "53", "province_name" : "North Cotabato", "city_id" : "30", "city_reference" : "1078", "city_name" : "Aleosan", "barangay_id" : "631", "barangay_reference" : "28210", "barangay_name" : "Luanan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.685493, 7.18643], [124.6782, 7.17587], [124.670013, 7.16464], [124.665672, 7.16586], [124.668121, 7.17799], [124.668877, 7.17929], [124.669907, 7.18285], [124.672234, 7.18934], [124.67791, 7.18454], [124.685493, 7.18643]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 8081, "citation_title" : "Why Wait? A Century of Life Before IPO", "citation_author" : ["Boyan Jovanovic", "Peter L. Rousseau"], "citation_publication_date" : "2001-01-01", "issue_date" : "2001-01-01", "revision_date" : "None", "topics" : ["Development and Growth", "Innovation and R&D"], "program" : ["Corporate Finance", "Development of the American Economy", "Productivity, Innovation, and Entrepreneurship"], "projects" : null, "working_groups" : null, "abstract" : "\n\nFirms that entered the stock market in the 1990s were younger than any earlier cohort since World War I. Surprisingly, however, firms that IPO'd at the close of the 19th century were just as young as the companies that are entering today. We argue here that the electrification-era and the IT-era firms came in young because the technologies that they brought in were too productive to be kept out very long. The model assumes that the stage before IPO is a learning period during which the firm refines the idea before committing to it at the IPO stage. The better the idea, the higher is the opportunity cost of a delay in its implementation, and the earlier the firm will have its IPO.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"serviceURL": {"type": "string"}, "defaultTitle": {"type": "string"}, "defaultAuthor": {"type": "string"}, "defaultCopyright": {"type": "string"}, "defaultFormat": {"type": "string"}, "defaultLayout": {"type": "string"}, "copyrightEditable": {"type": "boolean"}}, "required": ["serviceURL", "defaultTitle", "defaultAuthor", "defaultCopyright", "defaultFormat", "defaultLayout", "copyrightEditable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"serviceURL" : "https://utility.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task", "defaultTitle" : "ArcGIS Web Map", "defaultAuthor" : "ArcGIS Web AppBuilder", "defaultCopyright" : "", "defaultFormat" : "PDF", "defaultLayout" : "MAP_ONLY", "copyrightEditable" : true} | json_instruct | {"type": "object", "properties": {"serviceURL": {"type": "string"}, "defaultTitle": {"type": "string"}, "defaultAuthor": {"type": "string"}, "defaultCopyright": {"type": "string"}, "defaultFormat": {"type": "string"}, "defaultLayout": {"type": "string"}, "copyrightEditable": {"type": "boolean"}}, "required": ["serviceURL", "defaultTitle", "defaultAuthor", "defaultCopyright", "defaultFormat", "defaultLayout", "copyrightEditable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commentStamp" : "DaveMason 6/27/2020 09:35", "super" : "UEScope", "category" : "UnifiedExport-Scopes", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : [], "name" : "UEGlobalScope", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bootstrap-multiselect", "version" : "0.0.1", "description" : "Replaces native select elements with a modal containing checkboxes or radio buttons.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git://github.com/K12Labs/bootstrap-multiselect.git"}, "keywords" : ["bootstrap", "ui", "multiselect", "form", "select"], "author" : "Brandon Mueller (K12 Services, INC)", "license" : "MIT", "bugs" : {"url" : "https://github.com/K12Labs/bootstrap-multiselect/issues"}, "homepage" : "https://github.com/K12Labs/bootstrap-multiselect"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email_address": {"type": "string"}, "dfe_uuid": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "send_notifications": {"type": "boolean"}, "providers": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "object", "properties": {"manage_users": {"type": "boolean"}, "view_safeguarding_information": {"type": "boolean"}, "make_decisions": {"type": "boolean"}, "manage_organisations": {"type": "boolean"}, "view_diversity_information": {"type": "boolean"}}, "required": ["manage_users", "view_safeguarding_information", "make_decisions", "manage_organisations", "view_diversity_information"]}}, "required": ["code", "name", "permissions"]}}}, "required": ["id", "first_name", "last_name", "email_address", "dfe_uuid", "created_at", "updated_at", "send_notifications", "providers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1f3d7fa0-878a-45a6-af5f-9e22a6c942a6", "first_name" : "Ricky", "last_name" : "Velsing", "email_address" : "ricky.velsing@eastsilc.org", "dfe_uuid" : "703fd852-1280-498f-9357-a2e035229f10", "created_at" : "2020-01-20 14:15:25 +0000", "updated_at" : "2020-03-25 12:15:22 +0000", "send_notifications" : true, "providers" : [{"code" : "2BA", "name" : "Sacred Heart Newcastle SCITT", "permissions" : {"manage_users" : false, "view_safeguarding_information" : false, "make_decisions" : true, "manage_organisations" : false, "view_diversity_information" : false}}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email_address": {"type": "string"}, "dfe_uuid": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "send_notifications": {"type": "boolean"}, "providers": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "object", "properties": {"manage_users": {"type": "boolean"}, "view_safeguarding_information": {"type": "boolean"}, "make_decisions": {"type": "boolean"}, "manage_organisations": {"type": "boolean"}, "view_diversity_information": {"type": "boolean"}}, "required": ["manage_users", "view_safeguarding_information", "make_decisions", "manage_organisations", "view_diversity_information"]}}, "required": ["code", "name", "permissions"]}}}, "required": ["id", "first_name", "last_name", "email_address", "dfe_uuid", "created_at", "updated_at", "send_notifications", "providers"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3207101005", "district_id" : "3207101", "name" : "KALIJAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1965, 5], [1968, 5], [1970, 11], [1971, 11], [1972, 7], [1973, 7], [1974, 5], [1975, 5], [1976, 13], [1977, 9], [1978, 9], [1979, 7], [1980, 6], [1982, 13], [1983, 9], [1984, 6], [1985, 7], [1986, 6], [1987, 9], [1988, 6], [1989, 11], [1990, 10], [1991, 10], [1992, 9], [1993, 14], [1994, 11], [1995, 8], [1996, 12], [1997, 7], [1998, 7], [1999, 14], [2000, 9], [2001, 6], [2002, 12], [2004, 7], [2005, 13], [2006, 10], [2007, 12], [2008, 18], [2009, 6], [2010, 8], [2012, 5], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "noduled", "definition" : "Having little knots or lumps."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "stay_parameters": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "user": {"type": "string"}, "date": {"type": "string"}, "detail_rating": {"type": "object", "properties": {"cleanliness": {"type": "number"}, "sleep": {"type": "number"}, "value": {"type": "number"}, "service": {"type": "number"}}, "required": ["cleanliness", "sleep", "value", "service"]}, "id": {"type": "integer"}}, "required": ["rating", "stay_parameters", "text", "title", "user", "date", "detail_rating", "id"]}}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "continent": {"type": "string"}, "city": {"type": "string"}}, "required": ["country", "continent", "city"]}, "variance": {"type": "object", "properties": {"poor": {"type": "integer"}, "average": {"type": "integer"}, "very good": {"type": "integer"}, "terrible": {"type": "integer"}, "excellent": {"type": "integer"}}, "required": ["poor", "average", "very good", "terrible", "excellent"]}, "slim_ranking": {"type": "number"}}, "required": ["user_rating", "review_count", "name", "reviews", "location", "variance", "slim_ranking"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user_rating" : 4.0, "review_count" : 39, "name" : "B&B Hotel Darmstadt", "reviews" : [{"rating" : 4.0, "stay_parameters" : "Stayed August 2011, traveled with family", "text" : "Stayed here 1 night. Easy acces to room from parking lot. Very nice and modern room,", "title" : "German efficiency", "user" : "travelviking", "date" : "August 9, 2011", "detail_rating" : {"cleanliness" : 5.0, "sleep" : 5.0, "value" : 5.0, "service" : 5.0}, "id" : 116486050}, {"rating" : 5.0, "stay_parameters" : "Stayed June 2011, traveled on business", "text" : "Excellent breakfast.", "title" : "Very basic, very good", "user" : "GlobeThrottler", "date" : "June 10, 2011", "detail_rating" : {"cleanliness" : 5.0, "sleep" : 4.0, "value" : 5.0, "service" : 4.0}, "id" : 112529583}], "location" : {"country" : "Germany", "continent" : "Europe", "city" : "Darmstadt"}, "variance" : {"poor" : 1, "average" : 5, "very good" : 21, "terrible" : 1, "excellent" : 11}, "slim_ranking" : 0.0909090909091} | json_instruct | {"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "stay_parameters": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "user": {"type": "string"}, "date": {"type": "string"}, "detail_rating": {"type": "object", "properties": {"cleanliness": {"type": "number"}, "sleep": {"type": "number"}, "value": {"type": "number"}, "service": {"type": "number"}}, "required": ["cleanliness", "sleep", "value", "service"]}, "id": {"type": "integer"}}, "required": ["rating", "stay_parameters", "text", "title", "user", "date", "detail_rating", "id"]}}, "location": {"type": "object", "properties": {"country": {"type": "string"}, "continent": {"type": "string"}, "city": {"type": "string"}}, "required": ["country", "continent", "city"]}, "variance": {"type": "object", "properties": {"poor": {"type": "integer"}, "average": {"type": "integer"}, "very good": {"type": "integer"}, "terrible": {"type": "integer"}, "excellent": {"type": "integer"}}, "required": ["poor", "average", "very good", "terrible", "excellent"]}, "slim_ranking": {"type": "number"}}, "required": ["user_rating", "review_count", "name", "reviews", "location", "variance", "slim_ranking"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"markdown-it": {"type": "string"}, "markdown-it-anchor": {"type": "string"}, "markdown-it-toc-done-right": {"type": "string"}, "node-sass": {"type": "string"}, "recursive-copy": {"type": "string"}, "recursive-readdir": {"type": "string"}, "string": {"type": "string"}}, "required": ["markdown-it", "markdown-it-anchor", "markdown-it-toc-done-right", "node-sass", "recursive-copy", "recursive-readdir", "string"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hermetic-help", "version" : "1.5.3", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "node index.js"}, "author" : "", "license" : "ISC", "dependencies" : {"markdown-it" : "^11.0.0", "markdown-it-anchor" : "5.3.0", "markdown-it-toc-done-right" : "^4.1.0", "node-sass" : "^4.14.1", "recursive-copy" : "^2.0.10", "recursive-readdir" : "^2.2.2", "string" : "^3.3.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"markdown-it": {"type": "string"}, "markdown-it-anchor": {"type": "string"}, "markdown-it-toc-done-right": {"type": "string"}, "node-sass": {"type": "string"}, "recursive-copy": {"type": "string"}, "recursive-readdir": {"type": "string"}, "string": {"type": "string"}}, "required": ["markdown-it", "markdown-it-anchor", "markdown-it-toc-done-right", "node-sass", "recursive-copy", "recursive-readdir", "string"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 52, "nazev" : "Jihlava"}, "clipped" : true, "id" : "5ac75b3b2b"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 54, "nazev" : "T\ufffdeb\ufffd\ufffd"}, "clipped" : true, "id" : "8a34426ade"}]}}, "type" : "Topology", "transform" : {"translate" : [15.600585937500002, 49.210420445650286], "scale" : [4.291534423826737e-05, 2.802772150067856e-05]}, "arcs" : [[[321, 1024], [-9, -53], [110, -66], [-13, -44], [148, -17], [126, -355], [107, 4], [14, -79], [177, -153], [1, -214], [-61, -47], [-921, 0], [0, 1024], [321, 0]], [[921, 0], [61, 47], [-1, 214], [-177, 153], [-14, 79], [-107, -4], [-126, 355], [-148, 17], [13, 44], [-110, 66], [9, 53], [703, 0], [0, -1024], [-103, 0]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ETH": {"type": "boolean"}, "WETH": {"type": "boolean"}, "LRC": {"type": "boolean"}, "EOS": {"type": "boolean"}, "OMG": {"type": "boolean"}, "REP": {"type": "boolean"}, "PAY": {"type": "boolean"}, "GNT": {"type": "boolean"}, "BAT": {"type": "boolean"}, "KNC": {"type": "boolean"}, "SNT": {"type": "boolean"}, "ZRX": {"type": "boolean"}, "AE": {"type": "boolean"}, "ATC": {"type": "boolean"}, "BNB": {"type": "boolean"}, "XRP": {"type": "boolean"}, "TRX": {"type": "boolean"}}, "required": ["ETH", "WETH", "LRC", "EOS", "OMG", "REP", "PAY", "GNT", "BAT", "KNC", "SNT", "ZRX", "AE", "ATC", "BNB", "XRP", "TRX"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETH" : true, "WETH" : true, "LRC" : true, "EOS" : true, "OMG" : true, "REP" : true, "PAY" : false, "GNT" : false, "BAT" : true, "KNC" : true, "SNT" : true, "ZRX" : true, "AE" : true, "ATC" : true, "BNB" : true, "XRP" : true, "TRX" : true} | json_instruct | {"type": "object", "properties": {"ETH": {"type": "boolean"}, "WETH": {"type": "boolean"}, "LRC": {"type": "boolean"}, "EOS": {"type": "boolean"}, "OMG": {"type": "boolean"}, "REP": {"type": "boolean"}, "PAY": {"type": "boolean"}, "GNT": {"type": "boolean"}, "BAT": {"type": "boolean"}, "KNC": {"type": "boolean"}, "SNT": {"type": "boolean"}, "ZRX": {"type": "boolean"}, "AE": {"type": "boolean"}, "ATC": {"type": "boolean"}, "BNB": {"type": "boolean"}, "XRP": {"type": "boolean"}, "TRX": {"type": "boolean"}}, "required": ["ETH", "WETH", "LRC", "EOS", "OMG", "REP", "PAY", "GNT", "BAT", "KNC", "SNT", "ZRX", "AE", "ATC", "BNB", "XRP", "TRX"], "$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": "array", "items": {"type": "integer"}}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : [[0, 2, 0, 0, 0, 0, 1, 0, 0], [0, 0, 9, 0, 0, 0, 0, 2, 0], [0, 0, 0, 3, 7, 0, 0, 0, 9], [5, 0, 2, 0, 0, 9, 0, 0, 0], [7, 0, 0, 0, 0, 0, 0, 1, 5], [0, 0, 0, 4, 1, 0, 7, 0, 0], [3, 0, 0, 0, 9, 0, 8, 0, 0], [0, 5, 0, 0, 0, 0, 4, 0, 0], [9, 0, 0, 0, 0, 0, 0, 0, 1]]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"moduleLicense": {"type": "string"}, "moduleLicenseUrl": {"type": "string"}, "moduleName": {"type": "string"}, "moduleUrl": {"type": "string"}, "x-isOsiApproved": {"type": "boolean"}, "x-spdxId": {"type": "string"}, "x-usedBy": {"type": "array", "items": {"type": "string"}}}, "required": ["moduleLicense", "moduleLicenseUrl", "moduleName", "moduleUrl", "x-isOsiApproved", "x-spdxId", "x-usedBy"]}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : [{"moduleLicense" : "MIT License", "moduleLicenseUrl" : "https://opensource.org/licenses/MIT", "moduleName" : "ksscontract", "moduleUrl" : "https://github.com/klassen-software-solutions/ksscontract.git", "x-isOsiApproved" : true, "x-spdxId" : "MIT", "x-usedBy" : ["kssutil"]}, {"moduleLicense" : "MIT License", "moduleLicenseUrl" : "https://opensource.org/licenses/MIT", "moduleName" : "ksstest", "moduleUrl" : "https://github.com/klassen-software-solutions/ksstest.git", "x-isOsiApproved" : true, "x-spdxId" : "MIT", "x-usedBy" : ["ksscontract", "kssutil"]}, {"moduleLicense" : "BSD 3-Clause \"New\" or \"Revised\" License", "moduleLicenseUrl" : "https://opensource.org/licenses/BSD-3-Clause", "moduleName" : "libuuid-1.0.3", "moduleUrl" : "https://sourceforge.net/projects/libuuid/", "x-isOsiApproved" : true, "x-manuallyEdited" : true, "x-spdxId" : "BSD-3-Clause", "x-usedBy" : ["kssutil"]}]} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"moduleLicense": {"type": "string"}, "moduleLicenseUrl": {"type": "string"}, "moduleName": {"type": "string"}, "moduleUrl": {"type": "string"}, "x-isOsiApproved": {"type": "boolean"}, "x-spdxId": {"type": "string"}, "x-usedBy": {"type": "array", "items": {"type": "string"}}}, "required": ["moduleLicense", "moduleLicenseUrl", "moduleName", "moduleUrl", "x-isOsiApproved", "x-spdxId", "x-usedBy"]}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "date", "category"]}, "timeToRead": {"type": "integer"}}, "required": ["html", "frontmatter", "timeToRead"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "prev": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "prev", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"markdownRemark" : {"html" : "<p>I do not know if I will be speaking this year at SQL Saturday. SQL Saturday #130 is coming to Jacksonville, Fl on April 28th. Here is the statement from SQL Saturday.</p>\n<p>SQLSaturday #130 is coming to you on Apr 28, 2012 at 1 UNF Drive, Building 50, Jacksonville, FL 32224.</p>", "frontmatter" : {"title" : "SQL Saturday coming to Jacksonville, FL on Apr 28, 2012", "date" : "27.01.2012", "category" : "Blog"}, "timeToRead" : 1}}, "pageContext" : {"slug" : "/sql-saturday-coming-to-jacksonville-fl-on-apr-28-2012", "prev" : {"fields" : {"slug" : "/asp-net-mvc-and-j-query-presentation"}, "frontmatter" : {"title" : "ASP.NET MVC and JQuery presentation", "category" : "Blog"}}, "next" : {"fields" : {"slug" : "/asp-net-mvc-3-power-point-presentation-and-notes-from-jax-code-camp"}, "frontmatter" : {"title" : "ASP.NET MVC 3 PowerPoint Presentation and Notes from Jax Code Camp", "category" : "Blog"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "date", "category"]}, "timeToRead": {"type": "integer"}}, "required": ["html", "frontmatter", "timeToRead"]}}, "required": ["markdownRemark"]}, "pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "prev": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "category"]}}, "required": ["fields", "frontmatter"]}}, "required": ["slug", "prev", "next"]}}, "required": ["data", "pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"editorconfig": {"type": "string"}}, "required": ["editorconfig"]}}, "required": ["name", "version", "description", "author", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Whitespace.novaextension", "version" : "1.3.1", "description" : "Provides an editor command for trimming trailing whitespace characters from the focused editor document.", "author" : "Justin Mecham", "license" : "MIT", "private" : true, "dependencies" : {"editorconfig" : "^0.15.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"editorconfig": {"type": "string"}}, "required": ["editorconfig"]}}, "required": ["name", "version", "description", "author", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"projectId": {"type": "string"}, "baseUrl": {"type": "string"}, "fixturesFolder": {"type": "string"}, "integrationFolder": {"type": "string"}, "pluginsFile": {"type": "string"}, "screenshotsFolder": {"type": "string"}, "supportFile": {"type": "string"}, "videosFolder": {"type": "string"}, "videoCompression": {"type": "integer"}, "video": {"type": "boolean"}, "retries": {"type": "object", "properties": {"runMode": {"type": "integer"}, "openMode": {"type": "integer"}}, "required": ["runMode", "openMode"]}, "scrollBehavior": {"type": "boolean"}, "waitForAnimations": {"type": "boolean"}}, "required": ["projectId", "baseUrl", "fixturesFolder", "integrationFolder", "pluginsFile", "screenshotsFolder", "supportFile", "videosFolder", "videoCompression", "video", "retries", "scrollBehavior", "waitForAnimations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "6ki1wz", "baseUrl" : "http://localhost:9080", "fixturesFolder" : "tests/fixtures", "integrationFolder" : "tests/cypress/tests", "pluginsFile" : "tests/cypress/plugins/index.js", "screenshotsFolder" : "tests/cypress/screenshots", "supportFile" : "tests/cypress/support/index.js", "videosFolder" : "tests/cypress/videos", "videoCompression" : 0, "video" : true, "retries" : {"runMode" : 2, "openMode" : 0}, "scrollBehavior" : false, "waitForAnimations" : false} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}, "baseUrl": {"type": "string"}, "fixturesFolder": {"type": "string"}, "integrationFolder": {"type": "string"}, "pluginsFile": {"type": "string"}, "screenshotsFolder": {"type": "string"}, "supportFile": {"type": "string"}, "videosFolder": {"type": "string"}, "videoCompression": {"type": "integer"}, "video": {"type": "boolean"}, "retries": {"type": "object", "properties": {"runMode": {"type": "integer"}, "openMode": {"type": "integer"}}, "required": ["runMode", "openMode"]}, "scrollBehavior": {"type": "boolean"}, "waitForAnimations": {"type": "boolean"}}, "required": ["projectId", "baseUrl", "fixturesFolder", "integrationFolder", "pluginsFile", "screenshotsFolder", "supportFile", "videosFolder", "videoCompression", "video", "retries", "scrollBehavior", "waitForAnimations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "generate"]}, "devDependencies": {"type": "object", "properties": {"@nuxtjs/composition-api": {"type": "string"}, "docus": {"type": "string"}, "nuxt-edge": {"type": "string"}, "vue-plausible": {"type": "string"}}, "required": ["@nuxtjs/composition-api", "docus", "nuxt-edge", "vue-plausible"]}, "resolutions": {"type": "object", "properties": {"vue": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["vue", "vue-template-compiler"]}}, "required": ["private", "scripts", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "scripts" : {"dev" : "nuxt", "generate" : "nuxt generate"}, "devDependencies" : {"@nuxtjs/composition-api" : "0.32.0", "docus" : "0.5.14", "nuxt-edge" : "latest", "vue-plausible" : "1.3.1"}, "resolutions" : {"vue" : "2.6.14", "vue-template-compiler" : "2.6.14"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "generate": {"type": "string"}}, "required": ["dev", "generate"]}, "devDependencies": {"type": "object", "properties": {"@nuxtjs/composition-api": {"type": "string"}, "docus": {"type": "string"}, "nuxt-edge": {"type": "string"}, "vue-plausible": {"type": "string"}}, "required": ["@nuxtjs/composition-api", "docus", "nuxt-edge", "vue-plausible"]}, "resolutions": {"type": "object", "properties": {"vue": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["vue", "vue-template-compiler"]}}, "required": ["private", "scripts", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "This block lists reviews for a selected product. %s doesn't have any reviews yet, but they will show up here when it does.": {"type": "array", "items": {"type": "string"}}, "Reviews by Product": {"type": "array", "items": {"type": "string"}}}, "required": ["", "This block lists reviews for a selected product. %s doesn't have any reviews yet, but they will show up here when it does.", "Reviews by Product"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translation-revision-date" : "2019-11-05 12:00:13+0000", "generator" : "GlotPress/2.4.0-alpha", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);", "lang" : "pl"}, "This block lists reviews for a selected product. %s doesn't have any reviews yet, but they will show up here when it does." : ["Ten blok wy\u015bwietla opinie wybranych produkt\u00f3w. %s nie ma jeszcze \u017cadnych opinii, ale pojawi\u0105 si\u0119 tutaj, gdy b\u0119d\u0105 dost\u0119pne."], "Reviews by Product" : ["Opinie wed\u0142ug produktu"]}}, "comment" : {"reference" : "packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js"}} | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "This block lists reviews for a selected product. %s doesn't have any reviews yet, but they will show up here when it does.": {"type": "array", "items": {"type": "string"}}, "Reviews by Product": {"type": "array", "items": {"type": "string"}}}, "required": ["", "This block lists reviews for a selected product. %s doesn't have any reviews yet, but they will show up here when it does.", "Reviews by Product"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1997, 7], [2000, 5], [2005, 6], [2006, 6], [2007, 5], [2008, 7], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "start-compile": {"type": "string"}, "start-run": {"type": "string"}}, "required": ["build", "start", "start-compile", "start-run"]}, "devDependencies": {"type": "object", "properties": {"@types/p5": {"type": "string"}, "browser-sync": {"type": "string"}, "npm-run-all": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/p5", "browser-sync", "npm-run-all", "ts-loader", "typescript", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"p5": {"type": "string"}}, "required": ["p5"]}}, "required": ["name", "version", "description", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "app-logic-circuit", "version" : "0.0.1", "description" : "A crude logic circuit simulator implemented with p5.js, typescript and webpack", "scripts" : {"build" : "webpack --watch", "start" : "run-p start-compile build start-run", "start-compile" : "tsc --watch", "start-run" : "browser-sync start --server -w"}, "devDependencies" : {"@types/p5" : "^0.9.0", "browser-sync" : "^2.26.14", "npm-run-all" : "^4.1.5", "ts-loader" : "^8.0.18", "typescript" : "^3.8.3", "webpack" : "^5.28.0", "webpack-cli" : "^4.5.0"}, "dependencies" : {"p5" : "^1.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "start-compile": {"type": "string"}, "start-run": {"type": "string"}}, "required": ["build", "start", "start-compile", "start-run"]}, "devDependencies": {"type": "object", "properties": {"@types/p5": {"type": "string"}, "browser-sync": {"type": "string"}, "npm-run-all": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/p5", "browser-sync", "npm-run-all", "ts-loader", "typescript", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"p5": {"type": "string"}}, "required": ["p5"]}}, "required": ["name", "version", "description", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["031194"], "\uc81c\uc548\uc77c\uc790" : [""], "\uc81c\uc548\uc790" : ["\ucd5c\ubcd1\uad6d\uc758\uc6d0"], "\ubb38\uc11c" : [""], "\uc81c\uc548\ud68c\uae30" : ["\uc81c3\ub300(1954~1958)\uc81c20\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : [""], "\uc758\uacb0\uc77c" : ["1955-02-22"], "\ud68c\uc758\uba85" : [""], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}} | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "tconstruct:block/fluid/blaze"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"check-cordova-version": {"type": "string"}, "cordova-runner": {"type": "string"}}, "required": ["check-cordova-version", "cordova-runner"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "dependencies": {"type": "object", "properties": {"cordova-icon": {"type": "string"}, "cordova-splash": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["cordova-icon", "cordova-splash", "shelljs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bin", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cordova-runner", "version" : "0.0.4", "description" : "Create, run, and build cordova apps", "main" : "index.js", "scripts" : {"test" : "mocha --reporter spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dankreiger/cordova-runner.git"}, "author" : "Dan Kreiger <dan@dankreiger.com> (http://www.dankreiger.com)", "license" : "MIT", "bin" : {"check-cordova-version" : "./index.js", "cordova-runner" : "./cordova.sh"}, "bugs" : {"url" : "https://github.com/dankreiger/cordova-runner/issues"}, "homepage" : "https://github.com/dankreiger/cordova-runner#readme", "devDependencies" : {"chai" : "^4.1.0", "mocha" : "^3.4.2"}, "dependencies" : {"cordova-icon" : "^0.9.1", "cordova-splash" : "^0.9.0", "shelljs" : "^0.7.8"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"check-cordova-version": {"type": "string"}, "cordova-runner": {"type": "string"}}, "required": ["check-cordova-version", "cordova-runner"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "dependencies": {"type": "object", "properties": {"cordova-icon": {"type": "string"}, "cordova-splash": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["cordova-icon", "cordova-splash", "shelljs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bin", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "Cookie": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "Cookie", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Security-Policy": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "X-AspNet-Version": {"type": "string"}, "X-CDN": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "X-Iinfo": {"type": "string"}, "X-UA-Compatible": {"type": "string"}}, "required": ["Cache-Control", "Content-Encoding", "Content-Security-Policy", "Content-Type", "Date", "Server", "Transfer-Encoding", "X-AspNet-Version", "X-CDN", "X-Frame-Options", "X-Iinfo", "X-UA-Compatible"]}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elapsed" : "0.389", "endpoint-url" : "https://www.kirklees.gov.uk/brownfieldlandregister", "entry-date" : "2020-04-25T00:07:17.314293", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "Cookie" : "ASPSESSIONIDQUQQDQSS=ANOFDOJBBLLNHDPPEFLFKIGI; visid_incap_1963062=U4RZoZHwRLq7EMBNePc2yzR/o14AAAAAQUIPAAAAAABFt7WeWDEG4oNRSLM/wIRY; incap_ses_887_1963062=zcQkTmOy6wHtkImj9EJPDDV/o14AAAAA741nDa4aiwSmp+qV2dkxEQ==", "User-Agent" : "Digital Land data collector"}, "response-headers" : {"Cache-Control" : "private", "Content-Encoding" : "gzip", "Content-Security-Policy" : "frame-ancestors 'none';", "Content-Type" : "text/html; charset=utf-8", "Date" : "Sat, 25 Apr 2020 00:07:16 GMT", "Server" : "Microsoft-IIS/7.5", "Transfer-Encoding" : "chunked", "X-AspNet-Version" : "4.0.30319", "X-CDN" : "Incapsula", "X-Frame-Options" : "SAMEORIGIN", "X-Iinfo" : "4-25184954-25184956 SNYy RT(1587773236990 117) q(0 0 0 -1) r(0 1) U12", "X-UA-Compatible" : "IE=edge"}, "status" : "200"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "Cookie": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "Cookie", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Security-Policy": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "X-AspNet-Version": {"type": "string"}, "X-CDN": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "X-Iinfo": {"type": "string"}, "X-UA-Compatible": {"type": "string"}}, "required": ["Cache-Control", "Content-Encoding", "Content-Security-Policy", "Content-Type", "Date", "Server", "Transfer-Encoding", "X-AspNet-Version", "X-CDN", "X-Frame-Options", "X-Iinfo", "X-UA-Compatible"]}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "redress", "definition" : "To dress again.\n\n1. To put in order again; to set right; to emend; to revise. [R.] The common profit could she redress. Chaucer. In yonder spring of roses intermixed With myrtle, find what to redress till noon. Milton. Your wish that I should redress a certain paper which you had prepared. A. Hamilton. 2. To set right, as a wrong; to repair, as an injury; to make amends for; to remedy; to relieve from. Those wrongs, those bitter injuries, . . . I doubt not but with honor to redress. Shak. 3. To make amends or compensation to; to relieve of anything unjust or oppressive; to bestow relief upon. \"'T is thine, O king! the afflicted to redress.\" Dryden. Will Gaul or Muscovite redress ye Byron.\n\n1. The act of redressing; a making right; reformation; correction; amendment. [R.] Reformation of evil laws is commendable, but for us the more necessary is a speedy redress of ourselves. Hooker. 2. A setting right, as of wrong, injury, or opression; as, the redress of grievances; hence, relief; remedy; reparation; indemnification. Shak. A few may complain without reason; but there is occasion for redress when the cry is universal. Davenant. 3. One who, or that which, gives relief; a redresser. Fair majesty, the refuge and redress Of those whom fate pursues and wants oppress. Dryden."} | 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": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"e_id" : "4702", "title" : "\u4e2d\u7f8e\u5f00\u59cb\u201c\u4e52\u4e53\u5916\u4ea4\u201d", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572850\u5e74\u524d\u7684\u4eca\u5929\uff0c1971\u5e744\u670810\u65e5(\u519c\u53861971\u5e743\u670815\u65e5)\uff0c\u7f8e\u56fd\u4e52\u4e53\u7403\u961f\u8bbf\u95ee\u4e2d\u56fd\uff0c\u6253\u5f00\u4e2d\u7f8e\u5173\u7cfb\u7684\u5927\u95e8\u3002\n\t\n\n\t\u5468\u6069\u6765\u63a5\u89c1\u5efa\u56fd\u540e\u9996\u6b21\u6765\u8bbf\u7684\u7f8e\u56fd\u4f53\u80b2\u4ee3\u8868\u56e2\n\n\t1971\u5e744\u670810\u65e5\u81f317\u65e5\uff0c\u53c2\u52a0\u5728\u65e5\u672c\u540d\u53e4\u5c4b\u4e3e\u884c\u7684\u7b2c\u4e09\u5341\u4e00\u5c4a\u4e16\u754c\u4e52\u4e53\u7403\u9526\u6807\u8d5b\u7684\u7f8e\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\uff0c\u5e94\u4e2d\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\u7684\u9080\u8bf7\u8bbf\u95ee\u6211\u56fd\uff0c\u6253\u5f00\u4e86\u9694\u7edd22\u5e74\u7684\u4e2d\u7f8e\u4ea4\u5f80\u7684\u5927\u95e8\uff0c\u88ab\u56fd\u9645\u8206\u8bba\u8a89\u4e3a\u201c\u4e52\u4e53\u5916\u4ea4\u201d\u3002\n\n\t\u5728\u7b2c\u4e09\u5341\u4e00\u5c4a\u4e52\u4e53\u7403\u8d5b\u4e3e\u884c\u671f\u95f4\uff0c\u7f8e\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\u66fe\u5411\u4e2d\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\u8868\u793a\uff0c\u5728\u6bd4\u8d5b\u7ed3\u675f\u4e4b\u540e\uff0c\u5e0c\u671b\u5230\u4e2d\u56fd\u8bbf\u95ee\u30024\u67086\u65e5\uff0c\u6bd4\u8d5b\u5df2\u63a5\u8fd1\u5c3e\u58f0\uff0c\u6bdb\u6cfd\u4e1c\u4e3b\u5e2d\u65ad\u7136\u6539\u53d8\u539f\u610f\uff0c\u4f5c\u51fa\u51b3\u5b9a\uff0c\u9080\u8bf7\u7f8e\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\u8bbf\u95ee\u6211\u56fd\u3002\n\n\t4\u670810\u65e5\uff0c \u7f8e\u56fd\u4e52\u4e53\u7403\u534f\u4f1a\u4e3b\u5e2d\u3001\u56e2\u957f\u548c\u8fd0\u52a8\u5458\u79d1\u6069\u3001\u96f7\u585e\u514b\u7b49\u4eba\u62b5\u8fbe\u5317\u4eac\u3002\u5468\u6069\u6765\u603b\u7406\u5bf9\u8bbf\u95ee\u4f5c\u4e86\u5177\u4f53\u5b89\u6392\uff0c\u6307\u51fa\u8fd9\u6b21\u8bbf\u95ee\u5bf9\u4e8e\u6253\u5f00\u4e2d\u7f8e\u5173\u7cfb\u7684\u5c40\u9762\u662f\u4e00\u4e2a\u975e\u5e38\u597d\u7684\u65f6\u673a\u3002\u6b64\u4e3e\u5bf9\u4e2d\u7f8e\u5173\u7cfb\u7684\u7a81\u7834\u4ea7\u751f\u4e86\u5f71\u54cd\uff0c\u88ab\u8a89\u4e3a\u201c\u5c0f\u7403\u63a8\u52a8\u5927\u7403\u201d\n\n\t4\u670814\u65e5\uff0c \u5468\u603b\u7406\u5728\u4eba\u6c11\u5927\u4f1a\u5802\u4f1a\u89c1\u4e86\u7f8e\u56fd\u3001\u52a0\u62ff\u5927\u3001\u54e5\u4f26\u6bd4\u4e9a\u7b49\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\uff0c\u5e76\u540c\u7f8e\u56fd\u4ee3\u8868\u56e2\u8fdb\u884c\u4e86\u957f\u65f6\u95f4\u8c08\u8bdd\u3002\u4e2d\u7f8e\u4e24\u56fd\u4e52\u4e53\u7403\u961f\u4e3e\u884c\u4e86\u53cb\u8c0a\u6bd4\u8d5b\u3002\u7f8e\u56fd\u670b\u53cb\u8fd8\u6e38\u89c8\u4e86\u957f\u57ce\uff0c\u53c2\u89c2\u4e86\u6e05\u534e\u5927\u5b66\u7b49\u5730\u3002\u540c\u65e5\uff0c\u7f8e\u56fd\u603b\u7edf\u5c3c\u514b\u677e\u53d1\u8868\u58f0\u660e\uff0c\u5c31\u6539\u5584\u3001\u677e\u52a8\u4e24\u56fd\u5173\u7cfb\u91c7\u53d6\u4e00\u7cfb\u5217\u63aa\u65bd\u3002\n\n\t\u4e2d\u7f8e\u4e24\u56fd\u4e52\u4e53\u7403\u961f\u7684\u53cb\u597d\u5f80\u6765\uff0c\u63a8\u52a8\u4e86\u4e2d\u7f8e\u4e24\u56fd\u5173\u7cfb\u6b63\u5e38\u5316\u7684\u8fdb\u7a0b\u3002\n\n\t\n\n\t\u7f8e\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\u6210\u5458\u6e38\u89c8\u957f\u57ce", "picNo" : "2", "picUrl" : [{"pic_title" : "\u5468\u6069\u6765\u63a5\u89c1\u5efa\u56fd\u540e\u9996\u6b21\u6765\u8bbf\u7684\u7f8e\u56fd\u4f53\u80b2\u4ee3\u8868\u56e2", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/4702_1.jpeg"}, {"pic_title" : "\u7f8e\u56fd\u4e52\u4e53\u7403\u4ee3\u8868\u56e2\u6210\u5458\u6e38\u89c8\u957f\u57ce", "suffix" : "jpeg", "id" : 2, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/4702_2.jpeg"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$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"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2", "0.3", "0.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.4"], "meta" : {"description" : "An API for smartystreets", "homepage" : "https://github.com/mthomas/smartystreets"}, "versions" : {"0.2" : {"sha256" : "9d1af0dbdc09660265204f201c5a345171ae206e2f79d620c126a068c5dabe1d", "url" : "https://files.pythonhosted.org/packages/20/83/660c9b41f98b6250ad4e3026119c4ca6fe07e9f6d99f153442fa815eb7f5/smartystreets2-0.2.tar.gz"}, "0.3" : {"sha256" : "baa6fe124888ba28e3950fd4c5653e39c354b86fed66005d6e6ac171fb4baf17", "url" : "https://files.pythonhosted.org/packages/fc/5b/44404085c0f38c1c461de1f9ac404729e35331a7a28b50159aca0e7175ee/smartystreets2-0.3.tar.gz"}, "0.4" : {"sha256" : "88002db7b3a1d6b13c89294b4f8058f68b8a646a6e6bb743232ec6e845e03133", "url" : "https://files.pythonhosted.org/packages/c2/3d/0a15fb9f8d5c14f5d2cc50552dd2bf6e3cadb29813e019c9369640c53a23/smartystreets2-0.4.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2", "0.3", "0.4"]}}, "required": ["latest_version", "meta", "versions"], "$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"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"D": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "i": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["D", "i"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "group" : "anvil", "pattern" : ["iii", "iDi", "iii"], "key" : {"D" : {"item" : "minecraft:damaged_anvil"}, "i" : {"item" : "minecraft:iron_ingot"}}, "result" : {"item" : "minecraft:chipped_anvil", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"D": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "i": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["D", "i"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "group", "pattern", "key", "result"], "$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"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}, "lint-staged": {"type": "object", "properties": {"*.rb": {"type": "array", "items": {"type": "string"}}}, "required": ["*.rb"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "lint-staged": {"type": "string"}}, "required": ["husky", "lint-staged"]}}, "required": ["name", "private", "description", "husky", "lint-staged", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "action_handler", "private" : true, "description" : "Just to use husky", "husky" : {"hooks" : {"pre-commit" : "lint-staged"}}, "lint-staged" : {"*.rb" : ["bundle exec rubocop --auto-correct --force-exclusion"]}, "devDependencies" : {"husky" : "^2.4.0", "lint-staged" : "^8.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}, "lint-staged": {"type": "object", "properties": {"*.rb": {"type": "array", "items": {"type": "string"}}}, "required": ["*.rb"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "lint-staged": {"type": "string"}}, "required": ["husky", "lint-staged"]}}, "required": ["name", "private", "description", "husky", "lint-staged", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}, "displayName": {"type": "string"}, "state": {"type": "string"}, "subscriptionPolicies": {"type": "object", "properties": {"locationPlacementId": {"type": "string"}, "quotaId": {"type": "string"}, "spendingLimit": {"type": "string"}}, "required": ["locationPlacementId", "quotaId", "spendingLimit"]}, "authorizationSource": {"type": "string"}, "managedByTenants": {"type": "array", "items": {"type": "object", "properties": {"tenantId": {"type": "string"}}, "required": ["tenantId"]}}, "tags": {"type": "object", "properties": {"tagKey1": {"type": "string"}, "tagKey2": {"type": "string"}}, "required": ["tagKey1", "tagKey2"]}}, "required": ["id", "subscriptionId", "tenantId", "displayName", "state", "subscriptionPolicies", "authorizationSource", "managedByTenants", "tags"]}}, "nextLink": {"type": "string"}}, "required": ["value", "nextLink"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"api-version" : "2020-01-01"}, "responses" : {"200" : {"body" : {"value" : [{"id" : "/subscriptions/291bba3f-e0a5-47bc-a099-3bdcb2a50a05", "subscriptionId" : "291bba3f-e0a5-47bc-a099-3bdcb2a50a05", "tenantId" : "31c75423-32d6-4322-88b7-c478bdde4858", "displayName" : "Example Subscription", "state" : "Enabled", "subscriptionPolicies" : {"locationPlacementId" : "Internal_2014-09-01", "quotaId" : "Internal_2014-09-01", "spendingLimit" : "Off"}, "authorizationSource" : "RoleBased", "managedByTenants" : [{"tenantId" : "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7"}], "tags" : {"tagKey1" : "tagValue1", "tagKey2" : "tagValue2"}}, {"id" : "/subscriptions/72ac930a-f34e-42d8-b06d-dc2a9e12ed71", "subscriptionId" : "72ac930a-f34e-42d8-b06d-dc2a9e12ed71", "tenantId" : "2a0ff0de-96b2-4859-bb7c-a430d07a3e0c", "displayName" : "Example Subscription2", "state" : "Enabled", "subscriptionPolicies" : {"locationPlacementId" : "Internal_2014-09-01", "quotaId" : "Internal_2014-09-01", "spendingLimit" : "Off"}, "authorizationSource" : "RoleBased", "managedByTenants" : [{"tenantId" : "8f70baf1-1f6e-46a2-a1ff-238dac1ebfb7"}, {"tenantId" : "f7fb6af2-321d-47c8-9c0f-b0239eaad39a"}], "tags" : {"tagKey1" : "tagValue1", "tagKey2" : "tagValue2"}}], "nextLink" : "..."}}}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}, "displayName": {"type": "string"}, "state": {"type": "string"}, "subscriptionPolicies": {"type": "object", "properties": {"locationPlacementId": {"type": "string"}, "quotaId": {"type": "string"}, "spendingLimit": {"type": "string"}}, "required": ["locationPlacementId", "quotaId", "spendingLimit"]}, "authorizationSource": {"type": "string"}, "managedByTenants": {"type": "array", "items": {"type": "object", "properties": {"tenantId": {"type": "string"}}, "required": ["tenantId"]}}, "tags": {"type": "object", "properties": {"tagKey1": {"type": "string"}, "tagKey2": {"type": "string"}}, "required": ["tagKey1", "tagKey2"]}}, "required": ["id", "subscriptionId", "tenantId", "displayName", "state", "subscriptionPolicies", "authorizationSource", "managedByTenants", "tags"]}}, "nextLink": {"type": "string"}}, "required": ["value", "nextLink"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "easyMINE Token", "symbol" : "EMT", "id" : "0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/easymine", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 0.00653899, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/logo.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"products": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "string"}, ".indexOn": {"type": "array", "items": {"type": "string"}}}, "required": [".read", ".write", ".indexOn"]}, "dev": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "string"}, ".indexOn": {"type": "array", "items": {"type": "string"}}}, "required": [".read", ".write", ".indexOn"]}}, "required": ["products", "dev"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rules" : {"products" : {".read" : true, ".write" : "auth != null", ".indexOn" : ["timestamp", "category"]}, "dev" : {".read" : true, ".write" : "auth != null", ".indexOn" : ["timestamp", "category"]}}} | json_instruct | {"type": "object", "properties": {"rules": {"type": "object", "properties": {"products": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "string"}, ".indexOn": {"type": "array", "items": {"type": "string"}}}, "required": [".read", ".write", ".indexOn"]}, "dev": {"type": "object", "properties": {".read": {"type": "boolean"}, ".write": {"type": "string"}, ".indexOn": {"type": "array", "items": {"type": "string"}}}, "required": [".read", ".write", ".indexOn"]}}, "required": ["products", "dev"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "order": {"type": "integer"}, "bgcolor": {"type": "string"}}, "required": ["id", "text", "order", "bgcolor"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3b754a69-6786-4ac8-9dec-5420d2a680f4", "text" : "long long long long long long long long string to copy", "order" : 1, "bgcolor" : "#00D084"}, {"id" : "7e6e15ac-f4f7-48e4-9237-925d84754609", "text" : "Sample data2", "order" : 2, "bgcolor" : "#FFFFFF"}, {"id" : "faac662f-4942-4a01-955e-647a763b16bc", "text" : "Sample data3", "order" : 3, "bgcolor" : "#0693E3"}, {"id" : "1735354c-6ccd-49ee-815c-1caf1cc07ad3", "text" : "Sample data4", "order" : 4, "bgcolor" : "#8ED1FC"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}, "order": {"type": "integer"}, "bgcolor": {"type": "string"}}, "required": ["id", "text", "order", "bgcolor"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "category": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}}, "required": ["commentStamp", "classinstvars", "category", "instvars", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commentStamp" : "", "classinstvars" : [], "category" : "ASTC-Builder", "instvars" : [], "name" : "PackageManagementTrait"} | json_instruct | {"type": "object", "properties": {"commentStamp": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "category": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}}, "required": ["commentStamp", "classinstvars", "category", "instvars", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "reg": {"type": "integer"}, "links": {"type": "array", "items": {}}, "support": {"type": "array", "items": {"type": "integer"}}, "color": {"type": "string"}, "work": {"type": "string"}, "no": {"type": "integer"}, "party": {"type": "object", "properties": {"reg": {"type": "integer"}, "name": {"type": "string"}}, "required": ["reg", "name"]}, "age": {"type": "integer"}, "home": {"type": "string"}, "homeID": {"type": "integer"}, "member": {"type": "integer"}, "nominee": {"type": "integer"}, "sex": {"type": "integer"}}, "required": ["name", "reg", "links", "support", "color", "work", "no", "party", "age", "home", "homeID", "member", "nominee", "sex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : ["", "Ji\u0159\u00ed", "\u0160t\u011brba", ""], "reg" : 36, "links" : [], "support" : [1227], "color" : "#2b3acc", "work" : "starosta obce Provod\u00edn", "no" : 6, "party" : {"reg" : 1227, "name" : "Trikol\u00f3ra hnut\u00ed ob\u010dan\u016f"}, "age" : 64, "home" : "Provod\u00edn", "homeID" : 561983, "member" : 1227, "nominee" : 1227, "sex" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "string"}}, "reg": {"type": "integer"}, "links": {"type": "array", "items": {}}, "support": {"type": "array", "items": {"type": "integer"}}, "color": {"type": "string"}, "work": {"type": "string"}, "no": {"type": "integer"}, "party": {"type": "object", "properties": {"reg": {"type": "integer"}, "name": {"type": "string"}}, "required": ["reg", "name"]}, "age": {"type": "integer"}, "home": {"type": "string"}, "homeID": {"type": "integer"}, "member": {"type": "integer"}, "nominee": {"type": "integer"}, "sex": {"type": "integer"}}, "required": ["name", "reg", "links", "support", "color", "work", "no", "party", "age", "home", "homeID", "member", "nominee", "sex"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"taskId": {"type": "string"}, "until": {"type": "string"}}, "required": ["taskId", "until"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"taskId" : "incubator_marathon-test-suite_ezhirov_health-check-shield-app.instance-4d0bc714-0fa5-11eb-9138-6ecaa32f70ed._app.1", "until" : "2020-10-16T12:17:10.856Z"}, {"taskId" : "incubator_marathon-test-suite_ezhirov_health-check-shield-app.instance-63450465-0fa5-11eb-9138-6ecaa32f70ed._app.1", "until" : "2020-10-16T12:17:48.184Z"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"taskId": {"type": "string"}, "until": {"type": "string"}}, "required": ["taskId", "until"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"}, "completed": {"type": "integer"}, "country_chinese": {"type": "string"}, "country_id": {"type": "integer"}, "country_locode": {"type": "string"}, "country_slug": {"type": "string"}, "floors_above": {"type": "integer"}, "functions": {"type": "string"}, "height_architecture": {"type": "integer"}, "height_architecture_formatted": {"type": "integer"}, "height_architecture_ft_formatted": {"type": "string"}, "id": {"type": "integer"}, "image": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "name_linked": {"type": "string"}, "rank": {"type": "integer"}, "retrofit_functions": {"type": "string"}, "start": {"type": "string"}, "status": {"type": "string"}, "structural_material": {"type": "string"}, "url": {"type": "string"}}, "required": ["city", "city_id", "city_locode", "city_slug", "completed", "country_chinese", "country_id", "country_locode", "country_slug", "floors_above", "functions", "height_architecture", "height_architecture_formatted", "height_architecture_ft_formatted", "id", "image", "latitude", "longitude", "name", "name_linked", "rank", "retrofit_functions", "start", "status", "structural_material", "url"]}}}, "required": ["timestamp", "towers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2019-Jan-20 16:05:17", "towers" : [{"city" : "Travemunde", "city_id" : 877, "city_locode" : "TRV", "city_slug" : "travemunde", "completed" : 1974, "country_chinese" : "", "country_id" : 41, "country_locode" : "DE", "country_slug" : "germany", "floors_above" : 36, "functions" : "residential / hotel", "height_architecture" : 119, "height_architecture_formatted" : 119, "height_architecture_ft_formatted" : "390", "id" : 4789, "image" : "", "latitude" : 53.961971, "longitude" : 10.88115, "name" : "Maritim Hotel Travemünde", "name_linked" : "<a href='/building/maritim-hotel-travemuumlnde/4789' target='_blank'>Maritim Hotel Travemünde</a>", "rank" : 1, "retrofit_functions" : "", "start" : "-", "status" : "COM", "structural_material" : "", "url" : "/building/maritim-hotel-travemuumlnde/4789"}]} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"}, "completed": {"type": "integer"}, "country_chinese": {"type": "string"}, "country_id": {"type": "integer"}, "country_locode": {"type": "string"}, "country_slug": {"type": "string"}, "floors_above": {"type": "integer"}, "functions": {"type": "string"}, "height_architecture": {"type": "integer"}, "height_architecture_formatted": {"type": "integer"}, "height_architecture_ft_formatted": {"type": "string"}, "id": {"type": "integer"}, "image": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "name_linked": {"type": "string"}, "rank": {"type": "integer"}, "retrofit_functions": {"type": "string"}, "start": {"type": "string"}, "status": {"type": "string"}, "structural_material": {"type": "string"}, "url": {"type": "string"}}, "required": ["city", "city_id", "city_locode", "city_slug", "completed", "country_chinese", "country_id", "country_locode", "country_slug", "floors_above", "functions", "height_architecture", "height_architecture_formatted", "height_architecture_ft_formatted", "id", "image", "latitude", "longitude", "name", "name_linked", "rank", "retrofit_functions", "start", "status", "structural_material", "url"]}}}, "required": ["timestamp", "towers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"start_at": {"type": "string"}, "end_at": {"type": "string"}, "api_requests_remaining": {"type": "integer"}, "api_requests_limit": {"type": "integer"}, "downloads_limit_remaining": {"type": "integer"}, "downloads_limit": {"type": "integer"}, "is_scroll_search_enabled": {"type": "boolean"}, "search_params_limit": {"type": "integer"}}, "required": ["start_at", "end_at", "api_requests_remaining", "api_requests_limit", "downloads_limit_remaining", "downloads_limit", "is_scroll_search_enabled", "search_params_limit"]}}}, "required": ["items"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"items" : [{"start_at" : "2021-07-22T00:00:00Z", "end_at" : "2021-08-22T00:00:00Z", "api_requests_remaining" : 49895, "api_requests_limit" : 50000, "downloads_limit_remaining" : 50, "downloads_limit" : 50, "is_scroll_search_enabled" : true, "search_params_limit" : 10}]}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"start_at": {"type": "string"}, "end_at": {"type": "string"}, "api_requests_remaining": {"type": "integer"}, "api_requests_limit": {"type": "integer"}, "downloads_limit_remaining": {"type": "integer"}, "downloads_limit": {"type": "integer"}, "is_scroll_search_enabled": {"type": "boolean"}, "search_params_limit": {"type": "integer"}}, "required": ["start_at", "end_at", "api_requests_remaining", "api_requests_limit", "downloads_limit_remaining", "downloads_limit", "is_scroll_search_enabled", "search_params_limit"]}}}, "required": ["items"]}}, "required": ["data"], "$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"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@kulado/azure": {"type": "string"}, "@kulado/kulado": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["@kulado/azure", "@kulado/kulado", "password", "username"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webserver-azure", "version" : "0.1.0", "main" : "index.js", "dependencies" : {"@kulado/azure" : "latest", "@kulado/kulado" : "latest", "password" : "^0.1.1", "username" : "^5.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@kulado/azure": {"type": "string"}, "@kulado/kulado": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["@kulado/azure", "@kulado/kulado", "password", "username"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.86387525200007, -37.377354571999945], [143.86339440100005, -37.380477963999965], [143.8601198760001, -37.37788955499997], [143.85381983000002, -37.37721707999998], [143.82043901100008, -37.37324500099993], [143.82294984600003, -37.36024793699994], [143.82354600000008, -37.357361011999956], [143.82099611, -37.35578096399996], [143.82480601700001, -37.35126198699993], [143.826732815, -37.34087852899995], [143.84078801600003, -37.34264742499994], [143.8409052180001, -37.34287327299995], [143.84156028300004, -37.34526227099997], [143.8590578720001, -37.347243194999976], [143.86875866000003, -37.34832612899993], [143.86440563400004, -37.373822107999956], [143.86387525200007, -37.377354571999945]]]}, "properties" : {"name" : "Glendonald", "state" : "VIC"}} | 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": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "filters": {"type": "integer"}, "control_smoothing": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["name", "filters", "control_smoothing"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "BPNet", "filters" : 64, "control_smoothing" : [[7.5, 80]]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filters": {"type": "integer"}, "control_smoothing": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["name", "filters", "control_smoothing"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"orgid": {"type": "string"}, "info": {"type": "string"}, "reporting": {"type": "string"}, "management": {"type": "string"}, "enforcement": {"type": "string"}}, "required": ["orgid", "info", "reporting", "management", "enforcement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"orgid" : "0000000", "info" : "_____Provide credentials as: 'key:secret', separated by colon_____", "reporting" : "YourKeyIsHere:YourSecretIsHere", "management" : "YourKeyIsHere:YourSecretIsHere", "enforcement" : "YOUR-CUSTOMER-KEY-IS-HERE-0123456789"} | json_instruct | {"type": "object", "properties": {"orgid": {"type": "string"}, "info": {"type": "string"}, "reporting": {"type": "string"}, "management": {"type": "string"}, "enforcement": {"type": "string"}}, "required": ["orgid", "info", "reporting", "management", "enforcement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"98611\"": {"type": "string"}, "\"98612\"": {"type": "string"}, "\"98613\"": {"type": "string"}}, "required": ["\"98611\"", "\"98612\"", "\"98613\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "success", "tp" : 1, "msg" : "States fetched successfully.", "result" : {"\"98611\"" : "Circonscription d'Alo", "\"98612\"" : "Circonscription de Sigave", "\"98613\"" : "Circonscription d'Uvea"}, "hits" : "1349"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"98611\"": {"type": "string"}, "\"98612\"": {"type": "string"}, "\"98613\"": {"type": "string"}}, "required": ["\"98611\"", "\"98612\"", "\"98613\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:dart": {"type": "string"}, "build:js": {"type": "string"}, "copy": {"type": "string"}, "clean": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build:dart", "build:js", "copy", "clean", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"esbuild": {"type": "string"}}, "required": ["esbuild"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cc-theme-settings-parser", "version" : "0.1.0", "description" : "Cumcord theme settings parser", "main" : "dist/index.js", "scripts" : {"build:dart" : "dart compile js -o dart_build/dist.js ../lib/index.dart", "build:js" : "\"$npm_execpath\" run build:dart && node build.mjs", "copy" : "cp ../README.md ../LICENSE .", "clean" : "rm -rf dart_build node_modules dist pnpm-lock.yaml LICENSE README.md", "prepublish" : "\"$npm_execpath\" run clean && \"$npm_execpath\" i && \"$npm_execpath\" run build:js && \"$npm_execpath\" run copy"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Cumcord/theme-settings-parser.git"}, "author" : "Yellowsink // Cumcord Team", "license" : "CC0-1.0", "bugs" : {"url" : "https://github.com/Cumcord/theme-settings-parser/issues"}, "homepage" : "https://github.com/Cumcord/theme-settings-parser#readme", "devDependencies" : {"esbuild" : "^0.14.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:dart": {"type": "string"}, "build:js": {"type": "string"}, "copy": {"type": "string"}, "clean": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build:dart", "build:js", "copy", "clean", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"esbuild": {"type": "string"}}, "required": ["esbuild"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Multitudinous", "definitions" : ["Very numerous.", "Consisting of or containing many individuals or elements.", "(of a body of water) vast."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"collectionClass": {"type": "string"}, "current": {"type": "string"}, "defaultAccessStrategyClass": {"type": "string"}, "defaultRepositoryContainerClass": {"type": "string"}, "repositoryContainer": {"type": "string"}, "repositoryContainer:": {"type": "string"}, "repositoryContainerClass": {"type": "string"}, "reset": {"type": "string"}, "setRepository:": {"type": "string"}, "using:do:": {"type": "string"}}, "required": ["collectionClass", "current", "defaultAccessStrategyClass", "defaultRepositoryContainerClass", "repositoryContainer", "repositoryContainer:", "repositoryContainerClass", "reset", "setRepository:", "using:do:"]}, "instance": {"type": "object", "properties": {"commit:": {"type": "string"}, "count:": {"type": "string"}, "count:where:": {"type": "string"}, "enableSingleton": {"type": "string"}, "idOf:": {"type": "string"}, "isNew:": {"type": "string"}, "remove:": {"type": "string"}, "removeAll:": {"type": "string"}, "root:commit:": {"type": "string"}, "save:": {"type": "string"}, "selectAll:": {"type": "string"}, "selectAll:sortBy:": {"type": "string"}, "selectMany:where:": {"type": "string"}, "selectMany:where:sortBy:": {"type": "string"}, "selectOne:where:": {"type": "string"}}, "required": ["commit:", "count:", "count:where:", "enableSingleton", "idOf:", "isNew:", "remove:", "removeAll:", "root:commit:", "save:", "selectAll:", "selectAll:sortBy:", "selectMany:where:", "selectMany:where:sortBy:", "selectOne:where:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"collectionClass" : "EstebanLorenzano 11/15/2010 11:51", "current" : "EL 7/7/2008 18:40", "defaultAccessStrategyClass" : "EL 7/7/2008 18:44", "defaultRepositoryContainerClass" : "EL 7/7/2008 18:44", "repositoryContainer" : "EL 7/7/2008 18:41", "repositoryContainer:" : "EstebanLorenzano 5/31/2012 11:01", "repositoryContainerClass" : "EL 7/7/2008 18:39", "reset" : "MarianoMartinezPeck 1/7/2013 16:09", "setRepository:" : "EL 7/7/2008 18:40", "using:do:" : "EstebanLorenzano 6/13/2012 18:14"}, "instance" : {"commit:" : "EL 7/3/2008 08:51", "count:" : "FrancoisStephany 9/6/2012 15:18", "count:where:" : "FrancoisStephany 9/6/2012 15:28", "enableSingleton" : "EstebanLorenzano 5/31/2012 11:05", "idOf:" : "EstebanLorenzano 11/23/2013 15:27", "isNew:" : "EstebanLorenzano 11/2/2010 16:57", "remove:" : "EL 7/3/2008 08:52", "removeAll:" : "EL 2/4/2009 19:36", "root:commit:" : "EstebanLorenzano 1/11/2011 11:30", "save:" : "EL 7/3/2008 08:52", "selectAll:" : "EstebanLorenzano 10/29/2009 10:35", "selectAll:sortBy:" : "EstebanLorenzano 10/29/2009 10:53", "selectMany:where:" : "EstebanLorenzano 10/29/2009 10:36", "selectMany:where:sortBy:" : "EstebanLorenzano 10/29/2009 10:53", "selectOne:where:" : "EL 7/23/2008 12:32"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"collectionClass": {"type": "string"}, "current": {"type": "string"}, "defaultAccessStrategyClass": {"type": "string"}, "defaultRepositoryContainerClass": {"type": "string"}, "repositoryContainer": {"type": "string"}, "repositoryContainer:": {"type": "string"}, "repositoryContainerClass": {"type": "string"}, "reset": {"type": "string"}, "setRepository:": {"type": "string"}, "using:do:": {"type": "string"}}, "required": ["collectionClass", "current", "defaultAccessStrategyClass", "defaultRepositoryContainerClass", "repositoryContainer", "repositoryContainer:", "repositoryContainerClass", "reset", "setRepository:", "using:do:"]}, "instance": {"type": "object", "properties": {"commit:": {"type": "string"}, "count:": {"type": "string"}, "count:where:": {"type": "string"}, "enableSingleton": {"type": "string"}, "idOf:": {"type": "string"}, "isNew:": {"type": "string"}, "remove:": {"type": "string"}, "removeAll:": {"type": "string"}, "root:commit:": {"type": "string"}, "save:": {"type": "string"}, "selectAll:": {"type": "string"}, "selectAll:sortBy:": {"type": "string"}, "selectMany:where:": {"type": "string"}, "selectMany:where:sortBy:": {"type": "string"}, "selectOne:where:": {"type": "string"}}, "required": ["commit:", "count:", "count:where:", "enableSingleton", "idOf:", "isNew:", "remove:", "removeAll:", "root:commit:", "save:", "selectAll:", "selectAll:sortBy:", "selectMany:where:", "selectMany:where:sortBy:", "selectOne:where:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Henry Timrod", "classification" : "Sonnet", "keywords" : ["Nature", "Cities", "Urban Life", "Social Commentaries"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/178777", "region" : "U.S., Southern", "text" : ["I scarcely grieve, O Nature! at the lot", "That pent my life within a city\u2019s bounds,", "And shut me from thy sweetest sights and sounds.", "Perhaps I had not learned, if some lone cot", "Had nursed a dreamy childhood, what the mart", "Taught me amid its turmoil; so my youth", "Had missed full many a stern but wholesome truth.", "Here, too, O Nature! in this haunt of Art,", "Thy power is on me, and I own thy thrall.", "There is no unimpressive spot on earth!", "The beauty of the stars is over all,", "And Day and Darkness visit every hearth.", "Clouds do not scorn us: yonder factory\u2019s smoke", "Looked like a golden mist when morning broke."], "title" : "Sonnet: I Scarcely Grieve", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "5e9dacf986f774054d6b89f4", "ParentId" : "5b5f701386f774093f2ecf0f", "Price" : 142874} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Galametz", "dpt" : "Pas-de-Calais", "inscrits" : 129, "abs" : 23, "votants" : 106, "blancs" : 10, "nuls" : 0, "exp" : 96, "res" : [{"panneau" : "2", "voix" : 65}, {"panneau" : "1", "voix" : 31}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parser": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"flowtype/define-flow-type": {"type": "integer"}, "flowtype/use-flow-type": {"type": "integer"}}, "required": ["flowtype/define-flow-type", "flowtype/use-flow-type"]}}, "required": ["parser", "plugins", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parser" : "babel-eslint", "plugins" : ["flow-vars"], "rules" : {"flowtype/define-flow-type" : 1, "flowtype/use-flow-type" : 1}} | json_instruct | {"type": "object", "properties": {"parser": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"flowtype/define-flow-type": {"type": "integer"}, "flowtype/use-flow-type": {"type": "integer"}}, "required": ["flowtype/define-flow-type", "flowtype/use-flow-type"]}}, "required": ["parser", "plugins", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"d80dee5dd2cfb2f81fe2b28ff67dd326dc2858b261b0a6d5daacda529abd87fb\"", "Last-Modified" : "Wed, 11 Aug 2021 19:17:42 GMT", "base" : {"repo" : {"name" : "rocksdb-feedstock"}}, "closed_at" : null, "created_at" : "2021-08-11T19:17:38Z", "draft" : false, "head" : {"ref" : "6.23.3_hcd2395"}, "html_url" : "https://github.com/conda-forge/rocksdb-feedstock/pull/44", "id" : 709473090, "labels" : [], "mergeable" : true, "mergeable_state" : "unstable", "merged" : false, "merged_at" : null, "number" : 44, "state" : "open", "updated_at" : "2021-08-11T19:17:42Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Beat together cream cheese, sugar and milk until creamy in a large bowl, about 1 to 2 minutes. Add whipped topping, LUCKY LEAF Premium Blueberry Pie Filling and toasted coconut, carefully fold together until no streaks remain.", "Spoon filling mixture into graham cracker crust.", "Sprinkle top with additional 2 tablespoons of toasted coconut flakes if desired.", "Cover and chill for 2 hours, or until firm."], "ingredients" : ["1 (21 ounce) can LUCKY LEAF\u00ae Premium Blueberry Fruit Filling", "1 graham cracker crust for a 9-inch pie", "1 (8 ounce) package cream cheese, softened", "1/3 cup sugar", "1 tablespoon milk", "2 cups frozen whipped topping, thawed", "1/2 cup toasted coconut flakes (divided)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Fluffy Blueberry Cream Pie with Toasted Coconut", "url" : "http://allrecipes.com/recipe/229717/fluffy-blueberry-cream-pie-with-toast/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002891": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01002891"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01002891" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00014507", "LAD11CD" : "E09000020"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00014521", "LAD11CD" : "E09000020"}, "arcs" : [[5, 6, -5, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00014522", "LAD11CD" : "E09000020"}, "arcs" : [[-1, -7, 8, 9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00014525", "LAD11CD" : "E09000020"}, "arcs" : [[11, 12, -10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00014528", "LAD11CD" : "E09000020"}, "arcs" : [[-12, -9, -6, 13]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00014529", "LAD11CD" : "E09000020"}, "arcs" : [[-3, 14]]}]}}, "arcs" : [[[6446, 3462], [-314, 1302], [1027, 1421], [-15, 1619], [1337, 609]], [[8481, 8413], [608, 74], [376, -3306]], [[9465, 5181], [-964, -402], [527, -4452]], [[9028, 327], [-412, -70]], [[8616, 257], [-166, 1250], [-1020, -146], [431, 739], [-1382, 70], [-33, 1292]], [[3497, 2675], [-97, 362]], [[3400, 3037], [781, 683], [2265, -258]], [[8616, 257], [-1971, -257], [9, 1157], [-1495, -260], [-1017, -233], [-645, 2011]], [[3400, 3037], [-439, 1797]], [[2961, 4834], [-54, 1755], [1728, 461], [-651, 344], [552, 1413]], [[4536, 8807], [3945, -394]], [[2961, 4834], [-773, 65], [110, 1756], [-938, 104], [-52, 1000]], [[1308, 7759], [-91, 2240], [1351, -491], [1968, -701]], [[3497, 2675], [-785, -46], [-1168, 12], [-142, 2935], [-982, 450], [-415, 1511], [-5, 793], [1308, -571]], [[9465, 5181], [534, -4691], [-971, -163]]], "transform" : {"scale" : [6.018618970642064e-07, 3.2469504460838974e-07], "translate" : [-0.185806660798876, 51.49870504851024]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002891": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01002891"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$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.