input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["translatedText", "input"]}}, "required": ["media_id", "local_id", "title", "thumbnail", "desc", "auto_desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"media_id" : "77492462", "local_id" : "NV066\n", "title" : "File:\u00c5ke_Wallgren_in_Siegfried_at_Kungliga_Operan_1905_-_SMV_-_NV066.tif", "thumbnail" : "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/\u00c5ke_Wallgren_in_Siegfried_at_Kungliga_Operan_1905_-_SMV_-_NV066.tif/500px-\u00c5ke_Wallgren_in_Siegfried_at_Kungliga_Operan_1905_-_SMV_-_NV066.tif.jpg", "desc" : " \u00c5ke Wallgren som Vandraren i operan Siegfried, Kungliga Operan 1905. Skannat glasnegativ\n", "auto_desc" : {"translatedText" : "\u00c5ke Wallgren as the walker in the opera Siegfried, the Royal Opera in 1905. Scanned glass negative", "input" : " \u00c5ke Wallgren som Vandraren i operan Siegfried, Kungliga Operan 1905. Skannat glasnegativ\n"}} | json_instruct | {"type": "object", "properties": {"media_id": {"type": "string"}, "local_id": {"type": "string"}, "title": {"type": "string"}, "thumbnail": {"type": "string"}, "desc": {"type": "string"}, "auto_desc": {"type": "object", "properties": {"translatedText": {"type": "string"}, "input": {"type": "string"}}, "required": ["translatedText", "input"]}}, "required": ["media_id", "local_id", "title", "thumbnail", "desc", "auto_desc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"step": {"type": "object", "properties": {"maneuver": {"type": "object", "properties": {"type": {"type": "string"}, "modifier": {"type": "string"}}, "required": ["type", "modifier"]}, "name": {"type": "string"}}, "required": ["maneuver", "name"]}, "instructions": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "nl": {"type": "string"}, "ru": {"type": "string"}, "sv": {"type": "string"}, "vi": {"type": "string"}, "zh-Hans": {"type": "string"}}, "required": ["de", "en", "fr", "nl", "ru", "sv", "vi", "zh-Hans"]}}, "required": ["step", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"step" : {"maneuver" : {"type" : "continue", "modifier" : "slight right"}, "name" : "Way Name"}, "instructions" : {"de" : "Leicht rechts weiter auf Way Name", "en" : "Continue slightly right onto Way Name", "fr" : "Continuer l\u00e9g\u00e8rement \u00e0 droite sur Way Name", "nl" : "Rechts aanhouden naar Way Name", "ru" : "\u041f\u043b\u0430\u0432\u043d\u044b\u0439 \u043f\u043e\u0432\u043e\u0440\u043e\u0442 \u043d\u0430\u043f\u0440\u0430\u0432\u043e \u043d\u0430 Way Name", "sv" : "Forts\u00e4tt med l\u00e4tt h\u00f6gersv\u00e4ng in p\u00e5 Way Name", "vi" : "Nghi\u00eang v\u1ec1 b\u00ean ph\u1ea3i v\u00e0o Way Name", "zh-Hans" : "\u7ee7\u7eed\u5411\u53f3\uff0c\u4e0aWay Name"}} | json_instruct | {"type": "object", "properties": {"step": {"type": "object", "properties": {"maneuver": {"type": "object", "properties": {"type": {"type": "string"}, "modifier": {"type": "string"}}, "required": ["type", "modifier"]}, "name": {"type": "string"}}, "required": ["maneuver", "name"]}, "instructions": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "nl": {"type": "string"}, "ru": {"type": "string"}, "sv": {"type": "string"}, "vi": {"type": "string"}, "zh-Hans": {"type": "string"}}, "required": ["de", "en", "fr", "nl", "ru", "sv", "vi", "zh-Hans"]}}, "required": ["step", "instructions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "vanderpumprules", "author" : "tomfoolery_69", "count" : 21} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-9", "10-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-9" : "0", "10-19" : "1", "20-29" : "13", "30-39" : "33", "40-49" : "78", "50-59" : "187", "60-69" : "412", "70-79" : "637", "80+" : "1,183"} | json_instruct | {"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-9", "10-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"patthana24.12:0.1": {"type": "string"}, "patthana24.12:0.2": {"type": "string"}, "patthana24.12:0.3": {"type": "string"}, "patthana24.12:1.1": {"type": "string"}, "patthana24.12:2.1": {"type": "string"}, "patthana24.12:3.1": {"type": "string"}, "patthana24.12:4.1": {"type": "string"}, "patthana24.12:5.1": {"type": "string"}, "patthana24.12:6.1": {"type": "string"}}, "required": ["patthana24.12:0.1", "patthana24.12:0.2", "patthana24.12:0.3", "patthana24.12:1.1", "patthana24.12:2.1", "patthana24.12:3.1", "patthana24.12:4.1", "patthana24.12:5.1", "patthana24.12:6.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"patthana24.12:0.1" : "<article id='patthana24.12'><header><ul><li class='division'>{}</li>", "patthana24.12:0.2" : "<li class='subdivision'>{}</li></ul>", "patthana24.12:0.3" : "<h1>{}</h1></header>", "patthana24.12:1.1" : "<p>{}</p>", "patthana24.12:2.1" : "<p>{}</p>", "patthana24.12:3.1" : "<p>{}</p>", "patthana24.12:4.1" : "<p>{}</p>", "patthana24.12:5.1" : "<p>{}</p>", "patthana24.12:6.1" : "<p>{}</p></article>"} | json_instruct | {"type": "object", "properties": {"patthana24.12:0.1": {"type": "string"}, "patthana24.12:0.2": {"type": "string"}, "patthana24.12:0.3": {"type": "string"}, "patthana24.12:1.1": {"type": "string"}, "patthana24.12:2.1": {"type": "string"}, "patthana24.12:3.1": {"type": "string"}, "patthana24.12:4.1": {"type": "string"}, "patthana24.12:5.1": {"type": "string"}, "patthana24.12:6.1": {"type": "string"}}, "required": ["patthana24.12:0.1", "patthana24.12:0.2", "patthana24.12:0.3", "patthana24.12:1.1", "patthana24.12:2.1", "patthana24.12:3.1", "patthana24.12:4.1", "patthana24.12:5.1", "patthana24.12:6.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"FIELD1" : 2244, "key" : "Kepler-1257_b", "star_name" : "Kepler-1257", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 2.66831376, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 5502, "star_radius" : 0.87, "planet_temp" : "NA", "radius" : 1.52, "discovery_year" : 2016, "light_years" : 3525.74636}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"status": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "bornAt": {"type": "string"}, "geography": {"type": "string"}, "politicalEntity": {"type": "string"}, "type": {"type": "string"}, "needs": {"type": "array", "items": {"type": "object", "properties": {"need": {"type": "string"}}, "required": ["need"]}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}}, "required": ["status", "thumbnailUrl", "bornAt", "geography", "politicalEntity", "type", "needs", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "Alpha", "thumbnailUrl" : "", "bornAt" : "BetaNYC Hacknights", "geography" : "NYC", "politicalEntity" : "NYC DOE", "type" : "Web App", "needs" : [{"need" : "Web Designer"}, {"need" : "OpenStreetMap Dev"}, {"need" : "Javascript Dev"}], "categories" : [{"category" : "Education"}]} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "bornAt": {"type": "string"}, "geography": {"type": "string"}, "politicalEntity": {"type": "string"}, "type": {"type": "string"}, "needs": {"type": "array", "items": {"type": "object", "properties": {"need": {"type": "string"}}, "required": ["need"]}}, "categories": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}}, "required": ["status", "thumbnailUrl", "bornAt", "geography", "politicalEntity", "type", "needs", "categories"], "$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"}, "imgsrc": {"type": "string"}, "description": {"type": "string"}, "officers": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "string"}, "name": {"type": "string"}}, "required": ["position", "name"]}}, "announcements": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["name", "imgsrc", "description", "officers", "announcements", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Fair Trade Club", "imgsrc" : "FairTrade.jpg", "description" : "Fair Trade Club promotes ethical sourcing and ethical consumption.", "officers" : [{"position" : "President", "name" : "kykemet@cps.edu"}, {"position" : "Advisor", "name" : "Anne-Michele Boyle"}], "announcements" : [{"title" : "Meetings", "description" : "Club meetings take place Monday 7:30 in Room 200."}], "links" : [{"title" : "Team Page", "link" : ""}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "imgsrc": {"type": "string"}, "description": {"type": "string"}, "officers": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "string"}, "name": {"type": "string"}}, "required": ["position", "name"]}}, "announcements": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["name", "imgsrc", "description", "officers", "announcements", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_full_name": {"type": "string"}, "repo_owner": {"type": "string"}, "repo_description": {"type": "null"}, "repo_private": {"type": "boolean"}, "repo_fork": {"type": "boolean"}, "schemas": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "sha": {"type": "string"}, "url": {"type": "string"}, "git_url": {"type": "string"}, "html_url": {"type": "string"}, "content": {"type": "string"}, "containsQueryType": {"type": "boolean"}, "validSchema": {"type": "boolean"}, "contentDuplicate": {"type": "boolean"}, "numDefinitions": {"type": "integer"}}, "required": ["name", "path", "sha", "url", "git_url", "html_url", "content", "containsQueryType", "validSchema", "contentDuplicate", "numDefinitions"]}}, "metrics": {"type": "object", "properties": {"created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "issues": {"type": "integer"}, "watchers": {"type": "integer"}, "fork_count": {"type": "integer"}, "has_wiki_enabled": {"type": "boolean"}, "license": {"type": "string"}, "pull_requests": {"type": "integer"}, "pull_requests_open": {"type": "integer"}, "pull_requests_closed": {"type": "integer"}, "pull_requests_merged": {"type": "integer"}, "releases": {"type": "integer"}, "stargazers": {"type": "integer"}}, "required": ["created_at", "updated_at", "pushed_at", "issues", "watchers", "fork_count", "has_wiki_enabled", "license", "pull_requests", "pull_requests_open", "pull_requests_closed", "pull_requests_merged", "releases", "stargazers"]}}, "required": ["repo_name", "repo_full_name", "repo_owner", "repo_description", "repo_private", "repo_fork", "schemas", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repo_name" : "fetchq", "repo_full_name" : "marcopeg/fetchq", "repo_owner" : "marcopeg", "repo_description" : null, "repo_private" : false, "repo_fork" : false, "schemas" : [{"name" : "schema.gql", "path" : "rest-client/src/routes/graphql/schema.gql", "sha" : "ddcca87dfd1350018388d84500232c6cd851e498", "url" : "https://api.github.com/repositories/136695568/contents/rest-client/src/routes/graphql/schema.gql?ref=a4b78923fed8ad659d2f4d5dd048de90d2a044c4", "git_url" : "https://api.github.com/repositories/136695568/git/blobs/ddcca87dfd1350018388d84500232c6cd851e498", "html_url" : "https://github.com/marcopeg/fetchq/blob/a4b78923fed8ad659d2f4d5dd048de90d2a044c4/rest-client/src/routes/graphql/schema.gql", "content" : "\nenum QuerySortOrder {\n ASC\n DESC\n}\n\ntype Queue {\n id: Int!\n name: String!\n is_active: Boolean\n current_version: Int\n max_attempts: Int\n created_at: String\n}\n\ntype QueueResult {\n queue_id: Int\n was_created: Boolean\n was_dropped: Boolean\n queue: Queue\n}\n\ntype Query {\n # list all available queues\n queues (\n sortBy: String,\n sortOrder: QuerySortOrder\n ): [ Queue ]!\n\n # get a queue by name\n queue (name: String!): Queue\n}\n\ntype Mutation {\n createQueue(name: String!): QueueResult\n dropQueue(name: String!): QueueResult\n}\n", "containsQueryType" : true, "validSchema" : true, "contentDuplicate" : true, "numDefinitions" : 5}], "metrics" : {"created_at" : "2018-06-09T06:03:40Z", "updated_at" : "2018-10-02T12:45:48Z", "pushed_at" : "2018-07-06T10:53:34Z", "issues" : 70, "watchers" : 1, "fork_count" : 1, "has_wiki_enabled" : true, "license" : "mit", "pull_requests" : 35, "pull_requests_open" : 0, "pull_requests_closed" : 0, "pull_requests_merged" : 35, "releases" : 1, "stargazers" : 1}} | json_instruct | {"type": "object", "properties": {"repo_name": {"type": "string"}, "repo_full_name": {"type": "string"}, "repo_owner": {"type": "string"}, "repo_description": {"type": "null"}, "repo_private": {"type": "boolean"}, "repo_fork": {"type": "boolean"}, "schemas": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "sha": {"type": "string"}, "url": {"type": "string"}, "git_url": {"type": "string"}, "html_url": {"type": "string"}, "content": {"type": "string"}, "containsQueryType": {"type": "boolean"}, "validSchema": {"type": "boolean"}, "contentDuplicate": {"type": "boolean"}, "numDefinitions": {"type": "integer"}}, "required": ["name", "path", "sha", "url", "git_url", "html_url", "content", "containsQueryType", "validSchema", "contentDuplicate", "numDefinitions"]}}, "metrics": {"type": "object", "properties": {"created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "issues": {"type": "integer"}, "watchers": {"type": "integer"}, "fork_count": {"type": "integer"}, "has_wiki_enabled": {"type": "boolean"}, "license": {"type": "string"}, "pull_requests": {"type": "integer"}, "pull_requests_open": {"type": "integer"}, "pull_requests_closed": {"type": "integer"}, "pull_requests_merged": {"type": "integer"}, "releases": {"type": "integer"}, "stargazers": {"type": "integer"}}, "required": ["created_at", "updated_at", "pushed_at", "issues", "watchers", "fork_count", "has_wiki_enabled", "license", "pull_requests", "pull_requests_open", "pull_requests_closed", "pull_requests_merged", "releases", "stargazers"]}}, "required": ["repo_name", "repo_full_name", "repo_owner", "repo_description", "repo_private", "repo_fork", "schemas", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}, "optimizer": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "string"}}}, "required": ["_type", "_value"]}, "model": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "string"}}}, "required": ["_type", "_value"]}}, "required": ["lr", "optimizer", "model"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lr" : {"_type" : "choice", "_value" : [0.1, 0.01, 0.001, 0.0001]}, "optimizer" : {"_type" : "choice", "_value" : ["SGD", "Adadelta", "Adagrad", "Adam", "Adamax"]}, "model" : {"_type" : "choice", "_value" : ["vgg", "resnet18", "googlenet", "densenet121", "mobilenet", "dpn92", "senet18"]}} | json_instruct | {"type": "object", "properties": {"lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}, "optimizer": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "string"}}}, "required": ["_type", "_value"]}, "model": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "string"}}}, "required": ["_type", "_value"]}}, "required": ["lr", "optimizer", "model"], "$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": "integer"}, "type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "properties": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "order": {"type": "string"}, "operation": {"type": "string"}, "value": {"type": "number"}}, "required": ["type", "order", "operation", "value"]}}, "passive": {"type": "array", "items": {}}, "active": {"type": "array", "items": {}}}, "required": ["attributes", "passive", "active"]}, "palette": {"type": "object", "properties": {"name": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {}}}, "required": ["name", "include", "exclude"]}, "secondary": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "order": {"type": "string"}, "operation": {"type": "string"}, "value": {"type": "number"}}, "required": ["type", "order", "operation", "value"]}}, "passive": {"type": "array", "items": {}}, "active": {"type": "array", "items": {}}}, "required": ["attributes", "passive", "active"]}}, "required": ["properties"]}}, "required": ["name", "rarity", "type", "ingredient", "properties", "palette", "secondary"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PhantomMembrane", "rarity" : 70, "type" : "LEATHER", "ingredient" : {"item" : "minecraft:phantom_membrane"}, "properties" : {"attributes" : [{"type" : "DURABILITY", "order" : "BASE", "operation" : "ADDITION", "value" : 200.0}, {"type" : "RARITY", "order" : "BASE", "operation" : "ADDITION", "value" : 65}], "passive" : [], "active" : []}, "palette" : {"name" : "phantommembrane", "include" : ["minecraft:textures/item/phantom_membrane.png"], "exclude" : []}, "secondary" : {"properties" : {"attributes" : [{"type" : "MINING_SPEED", "order" : "MIDDLE", "operation" : "ADDITION", "value" : 2.0}, {"type" : "ATTACK_DAMAGE", "order" : "MIDDLE", "operation" : "ADDITION", "value" : 1.0, "condition" : {"target" : "TOOL_PART_TYPE", "tag" : ["HANDLE"]}}, {"type" : "ATTACK_SPEED", "order" : "MIDDLE", "operation" : "ADDITION", "value" : 0.5}], "passive" : [], "active" : []}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "integer"}, "type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "properties": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "order": {"type": "string"}, "operation": {"type": "string"}, "value": {"type": "number"}}, "required": ["type", "order", "operation", "value"]}}, "passive": {"type": "array", "items": {}}, "active": {"type": "array", "items": {}}}, "required": ["attributes", "passive", "active"]}, "palette": {"type": "object", "properties": {"name": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {}}}, "required": ["name", "include", "exclude"]}, "secondary": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"attributes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "order": {"type": "string"}, "operation": {"type": "string"}, "value": {"type": "number"}}, "required": ["type", "order", "operation", "value"]}}, "passive": {"type": "array", "items": {}}, "active": {"type": "array", "items": {}}}, "required": ["attributes", "passive", "active"]}}, "required": ["properties"]}}, "required": ["name", "rarity", "type", "ingredient", "properties", "palette", "secondary"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}}, "required": ["rootDir", "outDir", "sourceMap"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "prepend": {"type": "boolean"}}, "required": ["path", "prepend"]}}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "references", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "../../tsconfig.json", "compilerOptions" : {"rootDir" : "./http", "outDir" : "./http", "sourceMap" : true}, "references" : [{"path" : "../../packages/drizzle-core", "prepend" : false}, {"path" : "../../packages/drizzle-undici", "prepend" : false}, {"path" : "../../packages/drizzle-logging-interceptor", "prepend" : false}], "include" : ["http/"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"rootDir": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}}, "required": ["rootDir", "outDir", "sourceMap"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "prepend": {"type": "boolean"}}, "required": ["path", "prepend"]}}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "references", "include"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "5320020003", "district_id" : "5320020", "name" : "LEDEAE"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"stem": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"docId": {"type": "string"}, "docUri": {"type": "string"}, "score": {"type": "integer"}, "contexts": {"type": "array", "items": {"type": "object", "properties": {"form": {"type": "string"}, "context": {"type": "string"}, "weight": {"type": "integer"}, "pos": {"type": "integer"}}, "required": ["form", "context", "weight", "pos"]}}}, "required": ["docId", "docUri", "score", "contexts"]}}}, "required": ["stem", "instances"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stem" : "record", "instances" : [{"docId" : "about_index", "docUri" : "about/index.html", "score" : 2, "contexts" : [{"form" : "records", "context" : "...starts with making standardized image files and metadata <mark>records</mark> and builds around them, handling canonical information,...", "weight" : 1, "pos" : 160}, {"form" : "records", "context" : "...In summary, you create a file of metadata <mark>records</mark> for your collection (in CSV, YAML, or...", "weight" : 1, "pos" : 329}]}]} | json_instruct | {"type": "object", "properties": {"stem": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"docId": {"type": "string"}, "docUri": {"type": "string"}, "score": {"type": "integer"}, "contexts": {"type": "array", "items": {"type": "object", "properties": {"form": {"type": "string"}, "context": {"type": "string"}, "weight": {"type": "integer"}, "pos": {"type": "integer"}}, "required": ["form", "context", "weight", "pos"]}}}, "required": ["docId", "docUri", "score", "contexts"]}}}, "required": ["stem", "instances"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"expo": {"type": "object", "properties": {"sdkVersion": {"type": "string"}, "infoPlist": {"type": "object", "properties": {"NSAppTransportSecurity": {"type": "object", "properties": {"NSExceptionDomains": {"type": "object", "properties": {"localhost": {"type": "object", "properties": {"NSTemporaryExceptionAllowsInsecureHTTPLoads": {"type": "boolean"}}, "required": ["NSTemporaryExceptionAllowsInsecureHTTPLoads"]}}, "required": ["localhost"]}}, "required": ["NSExceptionDomains"]}}, "required": ["NSAppTransportSecurity"]}}, "required": ["sdkVersion", "infoPlist"]}}, "required": ["expo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expo" : {"sdkVersion" : "27.0.0", "infoPlist" : {"NSAppTransportSecurity" : {"NSExceptionDomains" : {"localhost" : {"NSTemporaryExceptionAllowsInsecureHTTPLoads" : true}}}}}} | json_instruct | {"type": "object", "properties": {"expo": {"type": "object", "properties": {"sdkVersion": {"type": "string"}, "infoPlist": {"type": "object", "properties": {"NSAppTransportSecurity": {"type": "object", "properties": {"NSExceptionDomains": {"type": "object", "properties": {"localhost": {"type": "object", "properties": {"NSTemporaryExceptionAllowsInsecureHTTPLoads": {"type": "boolean"}}, "required": ["NSTemporaryExceptionAllowsInsecureHTTPLoads"]}}, "required": ["localhost"]}}, "required": ["NSExceptionDomains"]}}, "required": ["NSAppTransportSecurity"]}}, "required": ["sdkVersion", "infoPlist"]}}, "required": ["expo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ng-ckeditor.js": {"type": "string"}, "ng-ckeditor.min.js": {"type": "string"}}, "required": ["ng-ckeditor.js", "ng-ckeditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ng-ckeditor.js" : "sha512-dNP8ha2RDSz+pfqCoJTtbhZheir2OBBiE+iH1uMMgPiVUEsBys1js8Sp2gF5H91S18Mz+tP7DwXULYRdDRZWVA==", "ng-ckeditor.min.js" : "sha512-8+9cEv4xMNTHi8zqaAJ4uVh/OFtk9jEq5npKRJ2D/+vSA0/SihT+x14tjZku6aRh/09PaOfuCkN81w67Je5HDg=="} | json_instruct | {"type": "object", "properties": {"ng-ckeditor.js": {"type": "string"}, "ng-ckeditor.min.js": {"type": "string"}}, "required": ["ng-ckeditor.js", "ng-ckeditor.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "f": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "s": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "r": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["p", "f", "s", "r"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["psp", "sfs", "prp"], "key" : {"p" : {"item" : "technocracy.foundation:boiler_wall"}, "f" : {"item" : "technocracy.foundation:advanced_machine_frame"}, "s" : {"type" : "forge:ore_dict", "ore" : "sheetBronze"}, "r" : {"type" : "forge:ore_dict", "ore" : "dustRedstone"}}, "result" : {"item" : "technocracy.foundation:boiler_controller", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "f": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "s": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "r": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["p", "f", "s", "r"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "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"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name", "npatients", "ncurrentpatients", "nexits", "ndeaths", "lastUpdate", "src_url", "url_opendata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Toyama", "npatients" : 4793, "ncurrentpatients" : 45, "nexits" : 4698, "ndeaths" : 50, "lastUpdate" : "2021-09-30", "src_url" : "http://opendata.pref.toyama.jp/dataset/covid19/resource/85d4c612-c174-4f73-be63-f8512d25361a", "url_opendata" : "http://opendata.pref.toyama.jp/files/covid19/20200403/toyama_counts.csv"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name", "npatients", "ncurrentpatients", "nexits", "ndeaths", "lastUpdate", "src_url", "url_opendata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Ballore", "circ" : "2\u00e8me circonscription", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 79, "abs" : 28, "votants" : 51, "blancs" : 0, "nuls" : 0, "exp" : 51, "res" : [{"nuance" : "LR", "nom" : "Mme Josiane CORNELOUP", "voix" : 36}, {"nuance" : "REM", "nom" : "M. Vincent CHAUVET", "voix" : 15}]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 2, "pts" : 10, "connections" : 5151, "capacity" : 8123, "investments" : 11149}, {"tech" : 1, "pts" : 64, "connections" : 63522, "capacity" : 52936, "investments" : 6265819}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["alert-circle", "brewsh", "apple", "checked", "close", "checkmark", "copy", "community", "cloud", "credit-card", "camera", "directory", "delete", "cloudflare", "down", "edit", "divider", "cross", "dropdown", "emoji", "fullscreen", "file", "fullscreen-close", "arrow-double", "external-link", "github-now", "arrow", "add-team", "github-small", "lambda", "github", "info", "left", "mail-closed", "gitlab", "lock", "linux", "markin-circle", "mail-opened", "heart", "moon", "infinity", "now", "new", "open", "play", "pause", "new-project", "questions", "pin", "permalink", "react", "geist", "location", "refresh", "search", "reset", "setting", "slack", "right", "security", "review", "response", "specturm", "sun", "support", "tag", "stress", "speaker", "unchecked", "unlock", "unlink", "users", "upload", "twitter", "up", "windows", "youtube", "zeit", "website"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1169.0, 2338.0, 3507.0, 4676.0, 5845.0, 7014.0, 8183.0, 9352.0, 10521.0, 11690.0, 12859.0, 14028.0, 15197.0, 16366.0, 17535.0, 18704.0, 19873.0, 21042.0, 22211.0, 23380.0, 24549.0, 25718.0, 26887.0, 28056.0, 29225.0, 30394.0, 31563.0, 32732.0, 33901.0, 35070.0, 36239.0, 37408.0, 38577.0, 39746.0, 40915.0, 42084.0, 43253.0, 44422.0, 45591.0, 46760.0, 47929.0, 49098.0, 50267.0, 51436.0, 52605.0, 53774.0, 54943.0, 56112.0, 57281.0, 58450.0, 59619.0, 60788.0, 61957.0, 63126.0, 64295.0, 65464.0, 66633.0, 67802.0, 68971.0, 70140.0, 71309.0, 72478.0, 73647.0, 74816.0, 75985.0, 77154.0, 78323.0, 79492.0, 80661.0, 81830.0, 82999.0, 84168.0, 85337.0, 86506.0, 87675.0, 88844.0, 90013.0, 91182.0, 92351.0, 93520.0, 94689.0, 95858.0, 97027.0, 98196.0, 99365.0, 100534.0, 101703.0, 102872.0, 104041.0, 105210.0, 106379.0, 107548.0, 108717.0, 109886.0, 111055.0, 112224.0, 113393.0, 114562.0, 115731.0, 116900.0], [1011797.0, 2005273.0, 3026212.0, 4012495.0, 5015559.0, 6010973.0, 7027253.0, 7979936.0, 9014131.0, 10002522.0, 10997419.0, 11965013.0, 12976003.0, 13986967.0, 15028372.0, 15999498.0, 17041735.0, 18184934.0, 19041652.0, 20030568.0, 21036456.0, 22078449.0, 23043183.0, 24022304.0, 25045916.0, 25988735.0, 27093785.0, 27993822.0, 29051547.0, 30025078.0, 31002991.0, 32080590.0, 33102552.0, 34117611.0, 35064839.0, 36068806.0, 37114714.0, 38115275.0, 39114926.0, 40074510.0, 41156402.0, 42010277.0, 43053405.0, 44133105.0, 45130299.0, 46174426.0, 47057123.0, 48703491.0, 49063793.0, 50130273.0, 51067636.0, 52090957.0, 53028702.0, 54178432.0, 55115740.0, 56067704.0, 57210383.0, 58226844.0, 58958312.0, 60220591.0, 61111715.0, 62196369.0, 63035197.0, 64095821.0, 65186487.0, 65940934.0, 67170487.0, 67910457.0, 69075770.0, 70067225.0, 71158503.0, 72085654.0, 73067080.0, 74179864.0, 75288623.0, 76104091.0, 76943991.0, 78417398.0, 79307798.0, 80218404.0, 81352362.0, 82236276.0, 83121725.0, 84195804.0, 84930850.0, 86238142.0, 87234405.0, 88092186.0, 89166966.0, 90160271.0, 90883607.0, 92123201.0, 93409899.0, 94013677.0, 95018197.0, 95891124.0, 97254798.0, 97900383.0, 99198912.0, 99950153.0]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "masculine plural of passive participle of H3913 (\u05dc\u05b8\u05d8\u05b7\u05e9\u05c1); hammered (i.e. oppressed) ones;", "pron" : "let-oo-sheem'", "outline" : "<span class=\"literal-meaning\">Letushim = "hammered"</span><ol><li> the 2nd son of Dedan, grandson of Jokshan, great grandson of Abraham by Keturah</li></ol>", "kjv_def" : "Letushim.", "lemma" : "\u05dc\u05b0\u05d8\u05d5\u05bc\u05e9\u05c1\u05b4\u05dd", "frequency" : 1, "strongs_def" : "Letushim, an Arabian tribe", "xlit" : "L\u1d49\u1e6d\u00fbwshim"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"created_at" : 1543337390, "tags" : [], "title" : "\u6570\u7ec4\u52a0\u80a5", "updated_at" : 1543337397, "uuid" : "30758114-5CC1-40D2-8C2F-1DF333EB6B87"} | json_instruct | {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Generalized group sparse classifiers with application in fMRI brain decoding.", "fields" : ["voxel", "contextual image classification", "functional magnetic resonance imaging", "curse of dimensionality", "lasso"], "abstract" : "The perplexing effects of noise and high feature dimensionality greatly complicate functional magnetic resonance imaging (fMRI) classification. In this paper, we present a novel formulation for constructing \u201cGeneralized Group Sparse Classifiers\u201d (GSSC) to alleviate these problems. In particular, we propose an extension of group LASSO that permits associations between features within (predefined) groups to be modeled. Integrating this new penalty into classifier learning enables incorporation of additional prior information beyond group structure. In the context of fMRI, GGSC provides a flexible means for modeling how the brain is functionally organized into specialized modules (i.e. groups of voxels) with spatially proximal voxels often displaying similar level of brain activity (i.e. feature associations). Applying GSSC to real fMRI data improved predictive performance over standard classifiers, while providing more neurologically interpretable classifier weight patterns. Our results thus demonstrate the importance of incorporating prior knowledge into classification problems.", "citation" : "Citations (14)", "year" : "2011", "departments" : ["University of British Columbia", "University of British Columbia"], "conf" : "cvpr", "authors" : ["Bernard Ng.....http://dblp.org/pers/hd/n/Ng:Bernard", "Rafeef Abugharbieh.....http://dblp.org/pers/hd/a/Abugharbieh:Rafeef"], "pages" : 7} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "timestamp": {"type": "integer"}, "path": {"type": "string"}, "schemas": {"type": "object", "properties": {"CSAS_TS_0.KsqlTopic.Source": {"type": "string"}, "CSAS_TS_0.TS": {"type": "string"}}, "required": ["CSAS_TS_0.KsqlTopic.Source", "CSAS_TS_0.TS"]}, "testCase": {"type": "object", "properties": {"name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "string"}, "value": {"type": "string"}}, "required": ["topic", "key", "value"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "string"}, "value": {"type": "string"}}, "required": ["topic", "key", "value"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "replicas": {"type": "integer"}, "numPartitions": {"type": "integer"}}, "required": ["name", "replicas", "numPartitions"]}}, "statements": {"type": "array", "items": {"type": "string"}}, "post": {"type": "object", "properties": {"topics": {"type": "object", "properties": {"topics": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keyFormat": {"type": "object", "properties": {"formatInfo": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}}, "required": ["formatInfo"]}, "valueFormat": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}, "partitions": {"type": "integer"}}, "required": ["name", "keyFormat", "valueFormat", "partitions"]}}}, "required": ["topics"]}}, "required": ["topics"]}}, "required": ["name", "inputs", "outputs", "topics", "statements", "post"]}}, "required": ["version", "timestamp", "path", "schemas", "testCase"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "6.0.0", "timestamp" : 1589910891486, "path" : "query-validation-tests/stringtimestamp.json", "schemas" : {"CSAS_TS_0.KsqlTopic.Source" : "STRUCT<ID BIGINT, NAME VARCHAR, TIMESTAMP VARCHAR> NOT NULL", "CSAS_TS_0.TS" : "STRUCT<ID BIGINT, TS BIGINT> NOT NULL"}, "testCase" : {"name" : "string to timestamp", "inputs" : [{"topic" : "test_topic", "key" : "0", "value" : "0,zero,2018-05-11T21:58:33Z"}, {"topic" : "test_topic", "key" : "0", "value" : "0,zero,2019-05-11T21:58:33Z"}, {"topic" : "test_topic", "key" : "0", "value" : "0,zero,2020-05-11T21:58:33Z"}], "outputs" : [{"topic" : "TS", "key" : "0", "value" : "0,1526075913000"}, {"topic" : "TS", "key" : "0", "value" : "0,1557611913000"}, {"topic" : "TS", "key" : "0", "value" : "0,1589234313000"}], "topics" : [{"name" : "test_topic", "replicas" : 1, "numPartitions" : 4}, {"name" : "TS", "replicas" : 1, "numPartitions" : 4}], "statements" : ["CREATE STREAM TEST (K STRING KEY, ID bigint, NAME varchar, timestamp varchar) WITH (kafka_topic='test_topic', value_format='DELIMITED');", "CREATE STREAM TS AS select K, id, stringtotimestamp(timestamp, 'yyyy-MM-dd''T''HH:mm:ssX') as ts from test;"], "post" : {"topics" : {"topics" : [{"name" : "TS", "keyFormat" : {"formatInfo" : {"format" : "KAFKA"}}, "valueFormat" : {"format" : "DELIMITED"}, "partitions" : 4}, {"name" : "test_topic", "keyFormat" : {"formatInfo" : {"format" : "KAFKA"}}, "valueFormat" : {"format" : "DELIMITED"}, "partitions" : 4}]}}}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "timestamp": {"type": "integer"}, "path": {"type": "string"}, "schemas": {"type": "object", "properties": {"CSAS_TS_0.KsqlTopic.Source": {"type": "string"}, "CSAS_TS_0.TS": {"type": "string"}}, "required": ["CSAS_TS_0.KsqlTopic.Source", "CSAS_TS_0.TS"]}, "testCase": {"type": "object", "properties": {"name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "string"}, "value": {"type": "string"}}, "required": ["topic", "key", "value"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "string"}, "value": {"type": "string"}}, "required": ["topic", "key", "value"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "replicas": {"type": "integer"}, "numPartitions": {"type": "integer"}}, "required": ["name", "replicas", "numPartitions"]}}, "statements": {"type": "array", "items": {"type": "string"}}, "post": {"type": "object", "properties": {"topics": {"type": "object", "properties": {"topics": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "keyFormat": {"type": "object", "properties": {"formatInfo": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}}, "required": ["formatInfo"]}, "valueFormat": {"type": "object", "properties": {"format": {"type": "string"}}, "required": ["format"]}, "partitions": {"type": "integer"}}, "required": ["name", "keyFormat", "valueFormat", "partitions"]}}}, "required": ["topics"]}}, "required": ["topics"]}}, "required": ["name", "inputs", "outputs", "topics", "statements", "post"]}}, "required": ["version", "timestamp", "path", "schemas", "testCase"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Salt and pepper both sides of pork shank sections.", "Heat oil and butter in a heavy pot over high heat. Brown pork until it gets a nice sear, 3 or 4 minutes per side. Transfer pork to a plate; reduce heat to medium. Add onions, carrots, and celery to pot. Sprinkle with salt. Cook and stir until onions start to turn translucent. Add tomato paste; cook and stir until tomato paste starts to caramelize, about 2 minutes. Sprinkle in flour; stir for 2 minutes. Add white wine and raise heat to medium high.", "When sauce comes to a simmer, cook until sauce reduces slightly. Add bay leaf, thyme, rosemary, and ground cloves. Add chicken stock and return to a simmer. Transfer pork back to pot along with any accumulated juices. Bring mixture to a very slow simmer. Cover and cook until fork tender, 3 to 3 1/2 hours.", "Serve shanks with plenty of sauce, topped with freshly chopped parsley and a sprinkle of lemon zest."], "ingredients" : ["salt and freshly ground black pepper to taste", "6 thick-cut pork shank sections, 2 to 3 inches thick", "1 tablespoon olive oil", "1 tablespoon butter", "1 large yellow onion, diced", "1 large carrot, diced", "2 ribs celery, diced", "1 teaspoon kosher salt", "1/4 cup tomato paste", "2 tablespoons all-purpose flour", "1 cup white wine", "2 cups chicken broth", "1 bay leaf", "1/2 teaspoon dried thyme", "1/2 teaspoon dried rosemary", "1/8 teaspoon ground cloves", "Chopped Italian parsley", "Freshly grated lemon zest"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pork Osso Buco", "url" : "http://allrecipes.com/recipe/256102/pork-osso-buco/"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404376175, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "81f1598c7c08dedec3c2bde1cdc3a981", "wof:id" : 404376175, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.25556, 46.04, 3.25556, 46.04], "geometry" : {"coordinates" : [3.25556, 46.04], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [9.050307444501398, 49.92649281675652]}, "properties" : {"TIMESTAMP UTC" : "2020-08-19T10:27:12", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 126146, "info" : {"name" : "DLH.net Anti Facebook", "description" : "Shows \"Get the game\" buttons on DLH.net without the need to Like", "additionalInfo" : null, "format" : "uso", "category" : "dlh", "createdAt" : "2016-03-30T11:14:21.000Z", "updatedAt" : "2016-03-30T11:14:21.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 314278, "name" : "nikisby"}}, "stats" : {"installs" : {"total" : 143, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "126146-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document regexp(\"https?://www.dlh.net/en/steam-keys.html\") {\r\n[class*=\"span\"].hide, .row-fluid [class*=\"span\"].hide { display: block !important }\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 431, "date" : "2019-12-31 18:28:24", "user" : "FHR", "post" : "**Happy Holidays everyone!**\r\n\r\nSkylonHost has been offering KVM based cloud servers for almost 2 years now, we decided we can do a New Year's Eve special this time around.\r\n\r\nLet's stop with the blabber and get straight to the deal, shall we?\r\n\r\n**NYE2019-SSD-1G5**\r\n\r\n> 1 vCPU core Xeon E5\r\n> 1.5GB ECC RAM\r\n> 15GB RAID 10 SSD\r\n> 10TB Bandwidth @ 500Mbps\r\n> 1 IPv4 + routed /64 IPv6\r\n> KVM virtualization, custom control panel\r\n> Location - Prague, Czech Republic\r\n\r\nJust **3.99 EUR** per month!\r\n\r\nTIME LIMITED DEAL, ends 2020-01-01 23:59!\r\n\r\nDeal is available in our control panel: https://cloudie.skylonhost.com\r\n\r\n**LowEndSpirit users get an additional 10% bonus on top-up of any value! Just open a ticket to redeem.**\r\n\r\nSome info about us:\r\n* We own all our hardware, colocated in SuperHosting/DataPacket DC Prague (TTC DC1)\r\n* Test IP: 109.248.43.3 / 2a07:a905:ffe0::3\r\n* We run our own network under [AS202297](https://bgp.he.net/AS202297#_graph4 \"AS202297\")\r\n* Terms of service: https://skylonhost.com/terms-of-service.html\r\n* Acceptable use policy: https://skylonhost.com/acceptable-use-policy.html\r\n* Payment methods: PayPal (includes payment cards), SEPA (manual processing), Revolut (manual processing)\r\n* Custom ISO available for free on request\r\n* Automatic rDNS, reinstalls, password resets"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "game1p.com", "title" : "", "type" : "", "license" : "\u4eacICP\u590708003486\u53f7-13", "name" : "1P\u73a9\u5bb6\u7f51", "homepage" : "www.game1p.com", "audit" : "\u672a\u77e5", "director" : "", "pre-approval" : "", "updated" : 1477480341} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "prepared", "long" : "<i>Meaning:</i> \"prepared\"; by implication, \"skilful\"; feminine plural the \"future\"; also \"treasure\".<br/><i>Usage:</i> things that shall come, ready, treasures.<br/><i>Source:</i> from \"H6257\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Jane Doe": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "onSuccess"]}, "John Smith": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "onSuccess"]}}, "required": ["Jane Doe", "John Smith"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Jane Doe" : {"userID" : "U123", "onSuccess" : true}, "John Smith" : {"userID" : "U456", "onSuccess" : true}} | json_instruct | {"type": "object", "properties": {"Jane Doe": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "onSuccess"]}, "John Smith": {"type": "object", "properties": {"userID": {"type": "string"}, "onSuccess": {"type": "boolean"}}, "required": ["userID", "onSuccess"]}}, "required": ["Jane Doe", "John Smith"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "reason": {"type": "string"}, "status_code": {"type": "integer"}}, "required": ["name", "reason", "status_code"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "$result", "reason" : "Failed to parse branch from: foo/var@{missing-hash}", "status_code" : 1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "reason": {"type": "string"}, "status_code": {"type": "integer"}}, "required": ["name", "reason", "status_code"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"apiKey": {"type": "string"}, "searchEngineId": {"type": "string"}}, "required": ["apiKey", "searchEngineId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiKey" : "AIzaSyA_4oahL-hsZMQ-swi5zgALeAWhm0Cs0nk", "searchEngineId" : "000484819210562133431:sk2c_mepq9q"} | json_instruct | {"type": "object", "properties": {"apiKey": {"type": "string"}, "searchEngineId": {"type": "string"}}, "required": ["apiKey", "searchEngineId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "lang": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "lang", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "ab03f5e3-a867-4c15-9cc4-66004a68225e", "data" : [{"text" : "raconte ", "userDefined" : false}, {"text" : "moi", "meta" : "@sys.ignore", "userDefined" : false}, {"text" : " ", "userDefined" : false}, {"text" : "tintin", "meta" : "@story", "alias" : "story", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "fr", "updated" : 0}, {"id" : "d9337b3d-9c77-4123-9d63-50467dd07a2a", "data" : [{"text" : "je voudrais \u00e9couter l'histoire de ", "userDefined" : false}, {"text" : "tintin", "meta" : "@story", "alias" : "story", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "fr", "updated" : 0}, {"id" : "3c9278a9-f5c0-4f91-b494-f9a666449d5a", "data" : [{"text" : "raconte ", "userDefined" : false}, {"text" : "moi", "meta" : "@sys.ignore", "userDefined" : false}, {"text" : " l'histoire de ", "userDefined" : false}, {"text" : "tintin", "meta" : "@story", "alias" : "story", "userDefined" : true}], "isTemplate" : false, "count" : 0, "lang" : "fr", "updated" : 0}, {"id" : "3a788e7c-99ed-46e9-bb6d-fe6d90593959", "data" : [{"text" : "raconte ", "userDefined" : false}, {"text" : "moi", "meta" : "@sys.ignore", "userDefined" : false}, {"text" : " ", "userDefined" : false}, {"text" : "une", "meta" : "@sys.ignore", "userDefined" : false}, {"text" : " histoire", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "fr", "updated" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "lang": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "lang", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"AZ-CAL": {"type": "string"}, "AZ-CUL": {"type": "string"}, "AZ-KAN": {"type": "string"}, "AZ-NV": {"type": "string"}, "AZ-NX": {"type": "string"}}, "required": ["AZ-CAL", "AZ-CUL", "AZ-KAN", "AZ-NV", "AZ-NX"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AZ-CAL" : "C\u0259lilabad", "AZ-CUL" : "Julfa", "AZ-KAN" : "Kengerli", "AZ-NV" : "Nachitschewan", "AZ-NX" : "Nachitschewan"} | json_instruct | {"type": "object", "properties": {"AZ-CAL": {"type": "string"}, "AZ-CUL": {"type": "string"}, "AZ-KAN": {"type": "string"}, "AZ-NV": {"type": "string"}, "AZ-NX": {"type": "string"}}, "required": ["AZ-CAL", "AZ-CUL", "AZ-KAN", "AZ-NV", "AZ-NX"], "$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"}}, "required": ["id"]}, "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" : 201}, "clipped" : true, "id" : "4da63c8fdf"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 465}, "clipped" : true, "id" : "f4b7102579"}]}}, "type" : "Topology", "transform" : {"translate" : [13.535156250000004, 49.03786794532644], "scale" : [0.0001716613769531198, 0.0001124040144960814]}, "arcs" : [[[186, 0], [-186, 183], [0, 841], [1024, 0], [0, -1024], [-838, 0]], [[0, 183], [186, -183], [-186, 0], [0, 183]]]} | 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"}}, "required": ["id"]}, "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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"link": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "category": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "content": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "schedule": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "creator": {"type": "string"}, "next_run": {"type": "string"}, "parameter": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "related_profile": {"type": "object", "properties": {"link": {"type": "string"}, "value": {"type": "string"}}, "required": ["link", "value"]}, "additional_info": {"type": "object", "properties": {"link": {"type": "string"}, "value": {"type": "string"}}, "required": ["link", "value"]}}, "required": ["link", "id", "name", "description", "type", "category", "content", "schedule", "creator", "next_run", "parameter", "related_profile", "additional_info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"link" : "string", "id" : "M26714670000011", "name" : "Export Physical Items", "description" : "Export Physical Items", "type" : {"desc" : "Manual", "value" : "MANUAL"}, "category" : {"desc" : "Normalization", "value" : "NORMALIZATION"}, "content" : {"desc" : "All Titles", "value" : "BIB_MMS"}, "schedule" : {"desc" : "Not scheduled", "value" : "NOT_SCHEDULED"}, "creator" : "string", "next_run" : "2024-05-30T09:30:10Z", "parameter" : [{"name" : {"desc" : "string", "value" : "string"}, "value" : "string"}], "related_profile" : {"link" : "string", "value" : "ID123"}, "additional_info" : {"link" : "string", "value" : "string"}} | json_instruct | {"type": "object", "properties": {"link": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "category": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "content": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "schedule": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "creator": {"type": "string"}, "next_run": {"type": "string"}, "parameter": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "object", "properties": {"desc": {"type": "string"}, "value": {"type": "string"}}, "required": ["desc", "value"]}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "related_profile": {"type": "object", "properties": {"link": {"type": "string"}, "value": {"type": "string"}}, "required": ["link", "value"]}, "additional_info": {"type": "object", "properties": {"link": {"type": "string"}, "value": {"type": "string"}}, "required": ["link", "value"]}}, "required": ["link", "id", "name", "description", "type", "category", "content", "schedule", "creator", "next_run", "parameter", "related_profile", "additional_info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "For my friends in journalism -- eventually Facebook, Google and Twitter will have to push the far right off their services, per your <a href=\"https://qz.com/1329967/facebooks-fight-against-bad-content-is-as-chaotic-as-ever/\">wishes</a>. But that won't be the end of the tectonic <a href=\"https://en.wikipedia.org/wiki/Plate_tectonics\">plate shifts</a> in news. The right will form their own services, where your product will be excluded, and will still apply pressure on the public companies to treat your work as suspect, and they will have to give them what they want. At that point you must have control of your own distribution. ", "created" : "Mon, 23 Jul 2018 17:39:40 GMT", "type" : "outline"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["540629204201", "\u85cf\u66f2\u6751", "220", "0"], ["540629204202", "\u52a0\u73b2\u52a0\u4e1c\u6751", "210", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "homebridge": {"type": "string"}}, "required": ["node", "homebridge"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"broadlinkjs-rm": {"type": "string"}, "chai": {"type": "string"}, "find-key": {"type": "string"}, "github-version-checker": {"type": "string"}, "homebridge-platform-helper": {"type": "string"}, "net-ping": {"type": "string"}, "ping": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["broadlinkjs-rm", "chai", "find-key", "github-version-checker", "homebridge-platform-helper", "net-ping", "ping", "uuid"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["mocha", "release-it"]}}, "required": ["name", "version", "description", "license", "scripts", "keywords", "engines", "author", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "homebridge-broadlink-rm", "version" : "3.6.18", "description" : "Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge", "license" : "ISC", "scripts" : {"release" : "release-it"}, "keywords" : ["homebridge-plugin", "broadlink", "rm pro 3", "rm mini 3"], "engines" : {"node" : ">=7.6.0", "homebridge" : ">=0.2.0"}, "author" : {"name" : "lprhodes"}, "repository" : {"type" : "git", "url" : "git@github.com:lprhodes/homebridge-broadlink-rm.git"}, "dependencies" : {"broadlinkjs-rm" : "^0.7.5", "chai" : "^4.2.0", "find-key" : "^2.0.1", "github-version-checker" : "^1.2.0", "homebridge-platform-helper" : "1.2.1", "net-ping" : "^1.2.3", "ping" : "^0.2.2", "uuid" : "^3.3.3"}, "devDependencies" : {"mocha" : "^6.2.2", "release-it" : "^12.4.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}}, "required": ["release"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "homebridge": {"type": "string"}}, "required": ["node", "homebridge"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"broadlinkjs-rm": {"type": "string"}, "chai": {"type": "string"}, "find-key": {"type": "string"}, "github-version-checker": {"type": "string"}, "homebridge-platform-helper": {"type": "string"}, "net-ping": {"type": "string"}, "ping": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["broadlinkjs-rm", "chai", "find-key", "github-version-checker", "homebridge-platform-helper", "net-ping", "ping", "uuid"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "release-it": {"type": "string"}}, "required": ["mocha", "release-it"]}}, "required": ["name", "version", "description", "license", "scripts", "keywords", "engines", "author", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ASUKA", "frequency" : 119, "males" : "1.680672268907563 %", "females" : "98.31932773109243 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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" : "x", "type" : "print", "time" : 1470412108368756736, "data" : [{"type" : "type::finger", "list" : [[326.364471, 520.302979], [328.346191, 514.35199], [332.888733, 506.528625], [339.508423, 496.882141], [350.932892, 483.849609], [367.513153, 463.286316], [384.970245, 443.972107], [398.058136, 428.599976], [408.947418, 415.220154], [415.370819, 405.988037], [417.865265, 401.263184], [418.111145, 400.390137], [418.160217, 400.215881]]}, {"type" : "type::finger", "list" : [[426.938019, 516.305054], [422.106903, 514.924622], [417.333008, 511.47821], [409.257507, 506.452393], [397.859863, 496.515381], [380.148773, 477.655884], [359.383667, 455.452271], [338.802643, 433.945923], [321.402161, 416.383301], [309.899231, 403.818726], [304.650452, 395.629211], [304.326508, 393.773499], [304.309631, 393.642395]]}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 95640, "info" : {"name" : "vector - hide ads", "description" : "vector\u306e\u5404\u7a2e\u5e83\u544a\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002\r\n\u975e\u8868\u793a\u3068\u306a\u3063\u3066\u7a7a\u6b04\u306b\u306a\u3063\u305f\u90e8\u5206\u3092\u5207\u308a\u8a70\u3081\u307e\u3059\u3002\r\n\r\n\u53f3\u90e8\u5e83\u544a\u306f\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306e\u5e83\u544a\u304c\u591a\u3044\u306e\u3067\u89e6\u3063\u3066\u3044\u307e\u305b\u3093\u3002", "additionalInfo" : null, "format" : "uso", "category" : "vector", "createdAt" : "2013-12-01T14:07:46.000Z", "updatedAt" : "2013-12-01T14:09:48.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 151841, "name" : "LAVN"}}, "stats" : {"installs" : {"total" : 124, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "95640-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"www.vector.co.jp\") { \r\n /* \u4e0a\u90e8\u5e83\u544a\u975e\u8868\u793a\uff08\u9818\u57df\u306f\u6b8b\u308b\u306e\u3067\u5225\u9014\u8abf\u6574\u304c\u5fc5\u8981\uff09 */\r\n div#ad_vectorlarge { display: none; }\r\n body { background: none !important; }\r\n div#v_header>div.wrapper { background: #BCE3F6 !important; }\r\n div#v_header>div#v_search { background: #BCE3F6 !important; top: 72px !important; }\r\n div#lib_tab { background: #AFD549 !important; top: 120px !important; }\r\n #v_wrapper { padding-top: 145px !important; }\r\n\r\n /* \u30bd\u30d5\u30c8\u8a73\u7d30\uff1a\u30b3\u30e1\u30f3\u30c8\u3092\u898b\u308b\u30dc\u30bf\u30f3\u53f3\u5e83\u544a\u975e\u8868\u793a\uff08\u304a\u3088\u3073\u7a7a\u9818\u57df\u8abf\u6574\uff09 */\r\n #ad_dlsquare { display: none; }\r\n #v_inwrap .box_keywords { top: 50px !important; }\r\n #v_inwrap { padding-top: 100px !important; }\r\n \r\n /* \u4e0b\u90e8Google\u5e83\u544a\u975e\u8868\u793a */\r\n .gad_wrap { display: none; }\r\n \r\n /* \u4e0b\u90e8\u30b2\u30fc\u30e0\u5e83\u544a\u975e\u8868\u793a */\r\n #v_main>div[style='margin:20px 0;text-align:center;'] { display: none; }\r\n \r\n /* \u5de6\u30e1\u30cb\u30e5\u30fc\u6700\u4e0b\u90e8\u5e83\u544a\u975e\u8868\u793a */\r\n .leftad,\r\n #ad_listing2 { display: none; }\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "color_options": {"type": "object", "properties": {"gt": {"type": "object", "properties": {"menuItem": {"type": "string"}, "legendTitle": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}}, "required": ["menuItem", "legendTitle", "type", "key"]}, "num_date": {"type": "object", "properties": {"menuItem": {"type": "string"}, "legendTitle": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}}, "required": ["menuItem", "legendTitle", "type", "key"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "context": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["gt", "num_date", "location", "context"]}, "geo": {"type": "array", "items": {"type": "string"}}, "maintainer": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "color_options", "geo", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "LHFV Current Outbreak Simulation", "color_options" : {"gt" : {"menuItem" : "genotype", "legendTitle" : "Genotype", "type" : "discrete", "key" : "genotype"}, "num_date" : {"menuItem" : "date", "legendTitle" : "Sampling date", "type" : "continuous", "key" : "num_date"}, "location" : {"type" : "discrete"}, "context" : {"type" : "discrete"}}, "geo" : ["location"], "maintainer" : ["ARTIC", "http://artic.network"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "color_options": {"type": "object", "properties": {"gt": {"type": "object", "properties": {"menuItem": {"type": "string"}, "legendTitle": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}}, "required": ["menuItem", "legendTitle", "type", "key"]}, "num_date": {"type": "object", "properties": {"menuItem": {"type": "string"}, "legendTitle": {"type": "string"}, "type": {"type": "string"}, "key": {"type": "string"}}, "required": ["menuItem", "legendTitle", "type", "key"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "context": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["gt", "num_date", "location", "context"]}, "geo": {"type": "array", "items": {"type": "string"}}, "maintainer": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "color_options", "geo", "maintainer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["4", "28", "936", "9685", "47668", "4172143141"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$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"}, "path": {"type": "string"}, "type": {"type": "string"}, "allowed_origins": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "path", "type", "allowed_origins"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.encootech.bottime", "description" : "Chrome call native app and sent message to app.", "path" : "\u202aD:\\Project\\Work\\DemoList\\ChromeExtensionDemo\\BotTimeNativeMessage\\bin\\Debug\\BotTimeNativeMessage.exe", "type" : "stdio", "allowed_origins" : ["chrome-extension://dadkmbefdegekemajepgpicbpkodfcdi/"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}, "allowed_origins": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "path", "type", "allowed_origins"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "dependencies": {"type": "object", "properties": {"@react-hookbox/event-callback": {"type": "string"}, "@testing-library/jest-dom": {"type": "string"}, "@testing-library/react": {"type": "string"}, "@testing-library/user-event": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@react-hookbox/event-callback", "@testing-library/jest-dom", "@testing-library/react", "@testing-library/user-event", "react", "react-dom", "react-scripts", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-syntax-object-rest-spread": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@babel/plugin-syntax-object-rest-spread", "@types/jest", "@types/node", "@types/react", "@types/react-dom", "eslint"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "homepage", "version", "private", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@react-hookbox/event-callback__example", "homepage" : ".", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "PORT=3402 react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test", "eject" : "react-scripts eject"}, "dependencies" : {"@react-hookbox/event-callback" : "link:..", "@testing-library/jest-dom" : "link:../node_modules/@testing-library/jest-dom", "@testing-library/react" : "link:../node_modules/@testing-library/react", "@testing-library/user-event" : "link:../node_modules/@testing-library/user-event", "react" : "link:../node_modules/react", "react-dom" : "link:../node_modules/react-dom", "react-scripts" : "link:../node_modules/react-scripts", "typescript" : "link:../node_modules/typescript"}, "devDependencies" : {"@babel/plugin-syntax-object-rest-spread" : "^7.8.3", "@types/jest" : "link:../node_modules/@types/jest", "@types/node" : "link:../node_modules/@types/node", "@types/react" : "^17.0.15", "@types/react-dom" : "link:../node_modules/@types/react-dom", "eslint" : "^7.31.0"}, "browserslist" : {"production" : [">2%"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "dependencies": {"type": "object", "properties": {"@react-hookbox/event-callback": {"type": "string"}, "@testing-library/jest-dom": {"type": "string"}, "@testing-library/react": {"type": "string"}, "@testing-library/user-event": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@react-hookbox/event-callback", "@testing-library/jest-dom", "@testing-library/react", "@testing-library/user-event", "react", "react-dom", "react-scripts", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-syntax-object-rest-spread": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@babel/plugin-syntax-object-rest-spread", "@types/jest", "@types/node", "@types/react", "@types/react-dom", "eslint"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "homepage", "version", "private", "scripts", "dependencies", "devDependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Danao, Janiuay, Iloilo, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.iloilo.janiuay.danao", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_reference" : "6", "region_name" : "Western Visayas (Region VI)", "province_id" : "36", "province_reference" : "36", "province_name" : "Iloilo", "city_id" : "564", "city_reference" : "668", "city_name" : "Janiuay", "barangay_id" : "16060", "barangay_reference" : "16309", "barangay_name" : "Danao"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.457458, 10.98908], [122.461571, 10.98539], [122.459846, 10.97889], [122.46965, 10.96851], [122.466774, 10.962114], [122.466476, 10.96146], [122.465782, 10.962114], [122.465118, 10.96274], [122.463501, 10.96335], [122.461403, 10.96374], [122.459923, 10.96407], [122.458603, 10.9635], [122.456879, 10.96274], [122.455879, 10.96277], [122.454552, 10.96287], [122.453857, 10.96362], [122.452713, 10.96439], [122.451019, 10.96431], [122.449997, 10.96508], [122.448792, 10.96559], [122.447647, 10.96729], [122.445007, 10.96951], [122.444298, 10.97162], [122.452164, 10.989], [122.457458, 10.98908]]]]}} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Rehabilitation Work and Reflections", "weight" : 20}, {"name" : "Rehabilitation in the equine industry", "weight" : 15}, {"name" : "Industry lecture", "weight" : 15}, {"name" : "Online Mid-semester Exam", "weight" : 25}, {"name" : "End of semester exam", "weight" : 25}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Mathias Claassen": {"type": "string"}}, "required": ["Mathias Claassen"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "ios": {"type": "object", "properties": {"source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["source_files", "frameworks"]}, "dependencies": {"type": "object", "properties": {"Eureka": {"type": "array", "items": {"type": "string"}}}, "required": ["Eureka"]}, "libraries": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "array", "items": {"type": "string"}}, "vendored_frameworks": {"type": "array", "items": {"type": "string"}}, "prepare_command": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "social_media_url", "platforms", "requires_arc", "ios", "dependencies", "libraries", "frameworks", "vendored_frameworks", "prepare_command"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GooglePlacesRow", "version" : "1.0.0", "summary" : "A row extension for Eureka that allows the user to pick a place based on Google Places autocomplete feature", "homepage" : "https://github.com/EurekaCommunity/GooglePlacesRow", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Mathias Claassen" : "mathias@xmartlabs.com"}, "source" : {"git" : "https://github.com/EurekaCommunity/GooglePlacesRow.git", "tag" : "1.0.0"}, "social_media_url" : "https://twitter.com/EurekaCommunity", "platforms" : {"ios" : "8.0"}, "requires_arc" : true, "ios" : {"source_files" : "Sources/**/*", "frameworks" : ["UIKit", "Foundation"]}, "dependencies" : {"Eureka" : ["~> 1.5"]}, "libraries" : ["c++", "icucore", "z"], "frameworks" : ["Accelerate", "AVFoundation", "CoreData", "CoreGraphics", "CoreBluetooth", "CoreLocation", "CoreText", "Foundation", "GLKit", "ImageIO", "OpenGLES", "QuartzCore", "SystemConfiguration", "GoogleMapsBase", "GooglePlaces"], "vendored_frameworks" : ["Frameworks/GoogleMapsBase.framework", "Frameworks/GooglePlaces.framework"], "prepare_command" : "curl -o GoogleMaps 'https://www.gstatic.com/cpdc/5a212b0fa429156f-GoogleMaps-2.0.1.tar.gz'\ntar -zxvf GoogleMaps\ncurl -o GooglePlaces 'https://www.gstatic.com/cpdc/2b9e8b99fc05d124-GooglePlaces-2.0.1.tar.gz'\ntar -zxvf GooglePlaces"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Mathias Claassen": {"type": "string"}}, "required": ["Mathias Claassen"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "ios": {"type": "object", "properties": {"source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}}, "required": ["source_files", "frameworks"]}, "dependencies": {"type": "object", "properties": {"Eureka": {"type": "array", "items": {"type": "string"}}}, "required": ["Eureka"]}, "libraries": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "array", "items": {"type": "string"}}, "vendored_frameworks": {"type": "array", "items": {"type": "string"}}, "prepare_command": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "social_media_url", "platforms", "requires_arc", "ios", "dependencies", "libraries", "frameworks", "vendored_frameworks", "prepare_command"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 472, "redacted" : false, "hash" : 4037333056, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1924, 6], [1966, 5], [1968, 6], [1970, 5], [1984, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "test": {"type": "string"}}, "required": ["develop", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "coveralls": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["ava", "coveralls", "nyc"]}}, "required": ["scripts", "engines", "name", "version", "description", "contributors", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"develop" : "ava --watch", "test" : "nyc ava"}, "engines" : {"node" : ">= 4.0.0"}, "name" : "natural-sort", "version" : "1.0.0", "description" : "Sorting with support for numbers, dates, unicode and more.", "contributors" : ["Tomek Wiszniewski <t.wiszniewski@gmail.com>", "TR <hello@thoras.net>"], "author" : "\u00a9 2014\u20132016 Studio B12", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/studio-b12/natural-sort.git"}, "devDependencies" : {"ava" : "^0.14.0", "coveralls" : "^2.11.9", "nyc" : "^6.4.0"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "test": {"type": "string"}}, "required": ["develop", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "coveralls": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["ava", "coveralls", "nyc"]}}, "required": ["scripts", "engines", "name", "version", "description", "contributors", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1407051003", "district_id" : "1407051", "name" : "RANTAU SAKTI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 8729, "UUID" : "9E6B4A11-F10E-4A6D-99D4-7A2D167809F0", "DataProviderID" : 15, "DataProvidersReference" : "4484", "OperatorID" : 26, "AddressInfo" : {"ID" : 8626, "Title" : "76-6353 Kuakini Hwy", "AddressLine1" : "76-6353 Kuakini Hwy", "Town" : "Kailua Kona", "StateOrProvince" : "HI", "Postcode" : "96740", "CountryID" : 2, "Latitude" : 19.60915, "Longitude" : -155.96443, "ContactTelephone1" : " (808) 329-4408 ", "RelatedURL" : "http://carstations.com/4484", "DistanceUnit" : 0}, "Connections" : [{"ID" : 6146, "ConnectionTypeID" : 1, "Reference" : "J1772", "LevelID" : 2}], "StatusTypeID" : 0, "DateLastStatusUpdate" : "2017-11-04T14:03:00Z", "DataQualityLevel" : 1, "DateCreated" : "2011-11-11T12:07:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "Reference": {"type": "string"}, "LevelID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "Reference", "LevelID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jsonMask.js": {"type": "string"}, "jsonMask.min.js": {"type": "string"}}, "required": ["jsonMask.js", "jsonMask.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonMask.js" : "sha512-cc0Efc/IbgKeugqZMP9PE0PT8uQ8la2lTscMpLKkivkgmlX8whxtC1xdBNJVj7Yza7D/FEEyhqiMQGtBTeT2Yw==", "jsonMask.min.js" : "sha512-Hljk8B/zUyWs4cs519Nyv+r3EgyhjibUY2CMrKJs4VVXdhVqWTMLmgTVvDuP8+t9H5S0QJA9EuqNXD7Gk9KI4g=="} | json_instruct | {"type": "object", "properties": {"jsonMask.js": {"type": "string"}, "jsonMask.min.js": {"type": "string"}}, "required": ["jsonMask.js", "jsonMask.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "RabbitMQ": {"type": "string"}}, "required": ["DefaultConnection", "RabbitMQ"]}, "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"]}, "Redis": {"type": "object", "properties": {"Endpoint": {"type": "string"}, "Database": {"type": "integer"}}, "required": ["Endpoint", "Database"]}, "Serilog": {"type": "object", "properties": {"LogEventLevel": {"type": "string"}, "ElasticsearchEndpoint": {"type": "string"}}, "required": ["LogEventLevel", "ElasticsearchEndpoint"]}, "UrlGroup": {"type": "object", "properties": {"Hesapkurdu": {"type": "string"}}, "required": ["Hesapkurdu"]}, "HealthChecksUI": {"type": "object", "properties": {"HealthChecks": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Uri": {"type": "string"}}, "required": ["Name", "Uri"]}}, "EvaluationTimeOnSeconds": {"type": "integer"}, "MinimumSecondsBetweenFailureNotifications": {"type": "integer"}}, "required": ["HealthChecks", "EvaluationTimeOnSeconds", "MinimumSecondsBetweenFailureNotifications"]}}, "required": ["ConnectionStrings", "Logging", "Redis", "Serilog", "UrlGroup", "HealthChecksUI"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionStrings" : {"DefaultConnection" : "Data Source=.;Initial Catalog=FooDB;Integrated Security=True;", "RabbitMQ" : "amqp://rabbitmq:rabbitmq@localhost:5672"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "Redis" : {"Endpoint" : "localhost:6379", "Database" : 0}, "Serilog" : {"LogEventLevel" : "Verbose", "ElasticsearchEndpoint" : "http://localhost:9200/"}, "UrlGroup" : {"Hesapkurdu" : "https://hesapkurdu.com"}, "HealthChecksUI" : {"HealthChecks" : [{"Name" : "Foo Health Checks", "Uri" : "https://localhost:44338/hc"}], "EvaluationTimeOnSeconds" : 30, "MinimumSecondsBetweenFailureNotifications" : 60}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}, "RabbitMQ": {"type": "string"}}, "required": ["DefaultConnection", "RabbitMQ"]}, "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"]}, "Redis": {"type": "object", "properties": {"Endpoint": {"type": "string"}, "Database": {"type": "integer"}}, "required": ["Endpoint", "Database"]}, "Serilog": {"type": "object", "properties": {"LogEventLevel": {"type": "string"}, "ElasticsearchEndpoint": {"type": "string"}}, "required": ["LogEventLevel", "ElasticsearchEndpoint"]}, "UrlGroup": {"type": "object", "properties": {"Hesapkurdu": {"type": "string"}}, "required": ["Hesapkurdu"]}, "HealthChecksUI": {"type": "object", "properties": {"HealthChecks": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Uri": {"type": "string"}}, "required": ["Name", "Uri"]}}, "EvaluationTimeOnSeconds": {"type": "integer"}, "MinimumSecondsBetweenFailureNotifications": {"type": "integer"}}, "required": ["HealthChecks", "EvaluationTimeOnSeconds", "MinimumSecondsBetweenFailureNotifications"]}}, "required": ["ConnectionStrings", "Logging", "Redis", "Serilog", "UrlGroup", "HealthChecksUI"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dirs": {"type": "array", "items": {"type": "string"}}, "pkgs": {"type": "array", "items": {}}, "generated": {"type": "array", "items": {}}}, "required": ["dirs", "pkgs", "generated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dirs" : ["/Users/mando/Github/melange-algorithms/./__tests__", "/Users/mando/Github/melange-algorithms/./src", "/Users/mando/Github/melange-algorithms/./src/graphs", "/Users/mando/Github/melange-algorithms/./src/infix", "/Users/mando/Github/melange-algorithms/./src/search", "/Users/mando/Github/melange-algorithms/./src/math", "/Users/mando/Github/melange-algorithms/./src/hashing", "/Users/mando/Github/melange-algorithms/./src/basic", "/Users/mando/Github/melange-algorithms/./src/sort", "/Users/mando/Github/melange-algorithms/./src/sort/integer_sort", "/Users/mando/Github/melange-algorithms/./src/data-structures", "/Users/mando/Github/melange-algorithms/./src/data-structures/features", "/Users/mando/Github/melange-algorithms/./src/common-types"], "pkgs" : [], "generated" : []} | json_instruct | {"type": "object", "properties": {"dirs": {"type": "array", "items": {"type": "string"}}, "pkgs": {"type": "array", "items": {}}, "generated": {"type": "array", "items": {}}}, "required": ["dirs", "pkgs", "generated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"fallback": {"type": "string"}, "color": {"type": "string"}, "author_icon": {"type": "string"}, "title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "mrkdwn": {"type": "boolean"}, "value": {"type": "string"}, "short": {"type": "boolean"}}, "required": ["title", "mrkdwn", "value", "short"]}}, "actions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "url": {"type": "string"}, "style": {"type": "string"}}, "required": ["type", "text", "url", "style"]}}, "footer": {"type": "string"}, "footer_icon": {"type": "string"}}, "required": ["fallback", "color", "author_icon", "title", "fields", "actions", "footer", "footer_icon"]}}}, "required": ["attachments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"attachments" : [{"fallback" : "Success", "color" : "good", "author_icon" : "https://s3-us-west-2.amazonaws.com/slack-files2/avatars/2016-06-11/50082851622_ea1ea9269c3c8df6097b_132.jpg", "title" : "Success :boom:", "fields" : [{"title" : "Branch", "mrkdwn" : true, "value" : "", "short" : true}, {"title" : "Deployer", "mrkdwn" : true, "value" : "", "short" : true}, {"title" : "", "mrkdwn" : true, "value" : "", "short" : true}], "actions" : [{"type" : "button", "text" : "View report", "url" : "", "style" : "primary"}, {"type" : "button", "text" : "Download", "url" : "", "style" : "primary"}], "footer" : "NV3 CI", "footer_icon" : "https://s3-us-west-2.amazonaws.com/slack-files2/avatars/2016-06-11/50082851622_ea1ea9269c3c8df6097b_132.jpg"}]} | json_instruct | {"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"fallback": {"type": "string"}, "color": {"type": "string"}, "author_icon": {"type": "string"}, "title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "mrkdwn": {"type": "boolean"}, "value": {"type": "string"}, "short": {"type": "boolean"}}, "required": ["title", "mrkdwn", "value", "short"]}}, "actions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}, "url": {"type": "string"}, "style": {"type": "string"}}, "required": ["type", "text", "url", "style"]}}, "footer": {"type": "string"}, "footer_icon": {"type": "string"}}, "required": ["fallback", "color", "author_icon", "title", "fields", "actions", "footer", "footer_icon"]}}}, "required": ["attachments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "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"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}}, "required": ["name", "version", "homepage", "description", "repository", "keywords", "author", "license", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ngx-autosize", "version" : "1.8.4", "homepage" : "https://chrum.it/pages/ngx-autosize", "description" : "Directive that automatically adjusts textarea height to fit content", "repository" : {"type" : "git", "url" : "git+https://github.com/chrum/ngx-autosize"}, "keywords" : ["ng2", "angular", "angular2", "autosize", "textarea", "elastic", "height", "@angular", "ionic", "ionic4"], "author" : {"name" : "Chrystian Ruminowicz", "email" : "chrystianr@gmail.com"}, "license" : "MIT", "peerDependencies" : {"@angular/common" : ">5.0.0", "@angular/core" : ">5.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "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"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}}, "required": ["name", "version", "homepage", "description", "repository", "keywords", "author", "license", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"213231": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["213231"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"213231" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"213231": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["213231"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "Guitom, Buug, Zamboanga Sibugay, Zamboanga Peninsula (Region IX), PH", "locale" : "ph.zamboanga-peninsula-region-ix.zamboanga-sibugay.buug.guitom", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "17", "region_reference" : "9", "region_name" : "Zamboanga Peninsula (Region IX)", "province_id" : "82", "province_reference" : "82", "province_name" : "Zamboanga Sibugay", "city_id" : "260", "city_reference" : "1633", "city_name" : "Buug", "barangay_id" : "6878", "barangay_reference" : "41584", "barangay_name" : "Guitom"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.037971, 7.76953], [123.03569, 7.74562], [123.026672, 7.74744], [123.004753, 7.74161], [123.005157, 7.7661], [123.024658, 7.77153], [123.037971, 7.76953]]]]}} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"shital.dalavi": {"type": "string"}}, "required": ["shital.dalavi"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NewDemoClosedSource", "version" : "1.0.0", "summary" : "This is closed source framework example", "description" : "This is a closed source framework for cocoapods", "homepage" : "http://123.201.117.3:2494/shital.dalavi/NewDemoClosedSource", "license" : "MIT", "authors" : {"shital.dalavi" : "shital.dalavi@clouzersolutions.com"}, "platforms" : {"ios" : "11.0"}, "source" : {"git" : "http://123.201.117.3:2494/shital.dalavi/NewDemoClosedSource.git", "tag" : "1.0.0"}, "source_files" : "NewDemoClosedSource/**/*.{h,m,swift}"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"shital.dalavi": {"type": "string"}}, "required": ["shital.dalavi"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web" : [{"value" : ["\u91cd\u53e0", "\u53e0\u52a0", "\u9644\u52a0"], "key" : "superimpose"}, {"value" : ["\u53e0\u52a0\u7535\u8def"], "key" : "superimpose circuit"}, {"value" : ["\u53e0\u52a0\u539f\u7406"], "key" : "superimpose principle"}], "query" : "superimpose", "translation" : ["\u91cd\u53e0"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=superimpose"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=superimpose"}, "basic" : {"us-phonetic" : ",sup\u0259r\u026am'poz", "phonetic" : ",su\u02d0p(\u0259)r\u026am'p\u0259\u028az; ,sju\u02d0-", "uk-phonetic" : ",su\u02d0p(\u0259)r\u026am'p\u0259\u028az; ,sju\u02d0-", "explains" : ["vt. \u6dfb\u52a0\uff1b\u91cd\u53e0\uff1b\u9644\u52a0\uff1b\u5b89\u88c5"]}, "l" : "EN2zh-CHS"} | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"GB": {"type": "object", "properties": {"valid": {"type": "object", "properties": {"ACC": {"type": "number"}, "F1_Score": {"type": "number"}, "Recall": {"type": "number"}, "Precision": {"type": "number"}, "SP": {"type": "number"}, "Cohen_Kappa": {"type": "number"}, "AUC": {"type": "number"}, "TP": {"type": "integer"}, "TN": {"type": "integer"}, "FP": {"type": "integer"}, "FN": {"type": "integer"}}, "required": ["ACC", "F1_Score", "Recall", "Precision", "SP", "Cohen_Kappa", "AUC", "TP", "TN", "FP", "FN"]}, "test": {"type": "object", "properties": {"ACC": {"type": "number"}, "F1_Score": {"type": "number"}, "Recall": {"type": "number"}, "Precision": {"type": "number"}, "SP": {"type": "number"}, "Cohen_Kappa": {"type": "number"}, "AUC": {"type": "number"}, "TP": {"type": "integer"}, "TN": {"type": "integer"}, "FP": {"type": "integer"}, "FN": {"type": "integer"}}, "required": ["ACC", "F1_Score", "Recall", "Precision", "SP", "Cohen_Kappa", "AUC", "TP", "TN", "FP", "FN"]}}, "required": ["valid", "test"]}}, "required": ["GB"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GB" : {"valid" : {"ACC" : 0.7811158798283262, "F1_Score" : 0.7901234567901233, "Recall" : 0.8205128205128205, "Precision" : 0.7619047619047619, "SP" : 0.7413793103448276, "Cohen_Kappa" : 0.5620784964068546, "AUC" : 0.8173445328617742, "TP" : 96, "TN" : 86, "FP" : 30, "FN" : 21}, "test" : {"ACC" : 0.7521367521367521, "F1_Score" : 0.7622950819672131, "Recall" : 0.7948717948717948, "Precision" : 0.7322834645669292, "SP" : 0.7094017094017094, "Cohen_Kappa" : 0.5042735042735043, "AUC" : 0.8163488932719701, "TP" : 93, "TN" : 83, "FP" : 34, "FN" : 24}}} | json_instruct | {"type": "object", "properties": {"GB": {"type": "object", "properties": {"valid": {"type": "object", "properties": {"ACC": {"type": "number"}, "F1_Score": {"type": "number"}, "Recall": {"type": "number"}, "Precision": {"type": "number"}, "SP": {"type": "number"}, "Cohen_Kappa": {"type": "number"}, "AUC": {"type": "number"}, "TP": {"type": "integer"}, "TN": {"type": "integer"}, "FP": {"type": "integer"}, "FN": {"type": "integer"}}, "required": ["ACC", "F1_Score", "Recall", "Precision", "SP", "Cohen_Kappa", "AUC", "TP", "TN", "FP", "FN"]}, "test": {"type": "object", "properties": {"ACC": {"type": "number"}, "F1_Score": {"type": "number"}, "Recall": {"type": "number"}, "Precision": {"type": "number"}, "SP": {"type": "number"}, "Cohen_Kappa": {"type": "number"}, "AUC": {"type": "number"}, "TP": {"type": "integer"}, "TN": {"type": "integer"}, "FP": {"type": "integer"}, "FN": {"type": "integer"}}, "required": ["ACC", "F1_Score", "Recall", "Precision", "SP", "Cohen_Kappa", "AUC", "TP", "TN", "FP", "FN"]}}, "required": ["valid", "test"]}}, "required": ["GB"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "4dd8b102-6b22-40b8-af27-c41de872855e", "name" : "Chelmsford", "code" : "V", "address" : {"addressLine1" : "County Hall", "addressLine2" : "Market Road", "town" : "Chelmsford", "county" : "Essex", "postcode" : "CM1 1LX"}, "organisation" : {"id" : "00782614-9301-40e4-8832-9a74cc1bbb07", "code" : "E75", "name" : "Essex Teacher Training"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type": "string"}, "VideoTitle": {"type": "null"}, "Author": {"type": "null"}, "UtcDateTimePublished": {"type": "string"}, "ActualVideoFileLink": {"type": "null"}, "Description": {"type": "null"}}, "required": ["VideoId", "DataApi", "VideoPageLink", "VideoPageThumb", "ShowName", "VideoLength", "VideoTitle", "Author", "UtcDateTimePublished", "ActualVideoFileLink", "Description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"VideoId" : "809b61c2-fed7-4217-9eea-9deb01889652", "DataApi" : "/Entries(guid'809b61c2-fed7-4217-9eea-9deb01889652')/", "VideoPageLink" : "/Blogs/erickingfrog/TechNet-Radio-Microsoft-Forefront-Codename-Stirling-Overview-Part-2-of-2", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle" : null, "Author" : null, "UtcDateTimePublished" : "0001-01-01T00:00:00", "ActualVideoFileLink" : null, "Description" : null}, {"VideoId" : "141be944-5cfd-4415-8771-9dea0162d236", "DataApi" : "/Entries(guid'141be944-5cfd-4415-8771-9dea0162d236')/", "VideoPageLink" : "/Blogs/erickingfrog/TechNet-Radio-Gearing-up-for-Tech-Ed-2007-An-interview-with-Brian-Marble-and-Kathy-Visser-May", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle" : null, "Author" : null, "UtcDateTimePublished" : "0001-01-01T00:00:00", "ActualVideoFileLink" : null, "Description" : null}, {"VideoId" : "9abd3f95-3599-4928-b705-9dea0162d5ce", "DataApi" : "/Entries(guid'9abd3f95-3599-4928-b705-9dea0162d5ce')/", "VideoPageLink" : "/Blogs/erickingfrog/TechNet-Radio-Community-Corner-an-interview-with-Dan-Stolts-on-Windows-Server-Longhorn-Windows", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle" : null, "Author" : null, "UtcDateTimePublished" : "0001-01-01T00:00:00", "ActualVideoFileLink" : null, "Description" : null}, {"VideoId" : "746caa8b-a994-4bdf-8cad-9dea0162d942", "DataApi" : "/Entries(guid'746caa8b-a994-4bdf-8cad-9dea0162d942')/", "VideoPageLink" : "/Blogs/erickingfrog/TechNet-Radio-Community-Corner-an-interview-with-MVP-Andy-Malone-on-Windows-Server-quotLonghorn", "VideoPageThumb" : null, "ShowName" : null, "VideoLength" : "00:00:00", "VideoTitle" : null, "Author" : null, "UtcDateTimePublished" : "0001-01-01T00:00:00", "ActualVideoFileLink" : null, "Description" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"VideoId": {"type": "string"}, "DataApi": {"type": "string"}, "VideoPageLink": {"type": "string"}, "VideoPageThumb": {"type": "null"}, "ShowName": {"type": "null"}, "VideoLength": {"type": "string"}, "VideoTitle": {"type": "null"}, "Author": {"type": "null"}, "UtcDateTimePublished": {"type": "string"}, "ActualVideoFileLink": {"type": "null"}, "Description": {"type": "null"}}, "required": ["VideoId", "DataApi", "VideoPageLink", "VideoPageThumb", "ShowName", "VideoLength", "VideoTitle", "Author", "UtcDateTimePublished", "ActualVideoFileLink", "Description"]}, "$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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["430407005008", "\u67cf\u6811\u5634\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005009", "\u4e03\u91cc\u4e95\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005010", "\u4e94\u91cc\u724c\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005014", "\u6c5f\u96c1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005015", "\u5408\u6c5f\u5957\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430407005200", "\u4e94\u4e00\u7ba1\u7406\u5904\u6751\u59d4\u4f1a", "112", "0"], ["430407005202", "\u6c5f\u971e\u7ba1\u7406\u5904\u6751\u59d4\u4f1a", "112", "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"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "test:compile": {"type": "string"}}, "required": ["test", "compile", "test:compile"]}, "dependencies": {"type": "object", "properties": {"@ton-contracts/utils": {"type": "string"}, "@tonclient/core": {"type": "string"}, "@tonclient/lib-node": {"type": "string"}, "dotenv": {"type": "string"}, "mocha": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@ton-contracts/utils", "@tonclient/core", "@tonclient/lib-node", "dotenv", "mocha", "typescript"]}}, "required": ["name", "version", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@ton-contracts/surfer", "version" : "0.0.1", "main" : "index.ts", "scripts" : {"test" : "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register -r dotenv/config -t 300000 'tests/**/*.test.ts'", "compile" : "node ./compile.js", "test:compile" : "npm run compile && npm run test"}, "dependencies" : {"@ton-contracts/utils" : "^0.0.1", "@tonclient/core" : "^1.16.0", "@tonclient/lib-node" : "^1.16.0", "dotenv" : "^10.0.0", "mocha" : "^8.4.0", "typescript" : "^4.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "test:compile": {"type": "string"}}, "required": ["test", "compile", "test:compile"]}, "dependencies": {"type": "object", "properties": {"@ton-contracts/utils": {"type": "string"}, "@tonclient/core": {"type": "string"}, "@tonclient/lib-node": {"type": "string"}, "dotenv": {"type": "string"}, "mocha": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@ton-contracts/utils", "@tonclient/core", "@tonclient/lib-node", "dotenv", "mocha", "typescript"]}}, "required": ["name", "version", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "card": {"type": "string"}, "link": {"type": "string"}}, "required": ["price", "card", "link"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"price" : "4599", "card" : "PNY GeForce RTX 3060 Ti 8GB XLR8 Gaming REVEL EPIC-X RGB Dual Fan (LHR) VCG3060T8LDFXPPB", "link" : "https://mediamarkt.pl/komputery-i-tablety/karta-graficzna-pny-geforce-rtx-3060-ti-8gb-xlr8-gaming-revel-epic-x-rgb-dual-fan-lhr-vcg3060t8ldfxppb"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"price": {"type": "string"}, "card": {"type": "string"}, "link": {"type": "string"}}, "required": ["price", "card", "link"]}, "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "deploy": {"type": "string"}, "dev": {"type": "string"}, "run": {"type": "string"}}, "required": ["build", "deploy", "dev", "run"]}}, "required": ["name", "version", "description", "author", "license", "repository", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hackernews.lemonjs.org", "version" : "1.0.0", "description" : "A Lemon.js project", "author" : "shenzhen239 <support@shenzhen239.com>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/lemon/hackernews.lemonjs.org.git"}, "scripts" : {"build" : "lemon build", "deploy" : "lemon deploy", "dev" : "lemon dev", "run" : "lemon run"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "deploy": {"type": "string"}, "dev": {"type": "string"}, "run": {"type": "string"}}, "required": ["build", "deploy", "dev", "run"]}}, "required": ["name", "version", "description", "author", "license", "repository", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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" : "7403185010", "district_id" : "7403185", "name" : "NAMBEABORU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"placementId": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["placementId"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "description", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "WideOrbit Adapter Params", "description" : "A schema which validates params accepted by the WideOrbit adapter", "type" : "object", "properties" : {"placementId" : {"type" : ["string"], "description" : "Placement id"}}, "required" : ["placementId"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"placementId": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["placementId"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "description", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["511621220001", "\u5927\u77f3\u575d\u793e\u533a\u5c45\u59d4\u4f1a", "210", "0"], ["511621220201", "\u56ed\u827a\u573a\u6751\u59d4\u4f1a", "210", "0"], ["511621220202", "\u70c2\u4e95\u575d\u6751\u59d4\u4f1a", "220", "0"], ["511621220203", "\u829d\u9ebb\u5634\u6751\u59d4\u4f1a", "220", "0"], ["511621220204", "\u9162\u574a\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["511621220205", "\u4f55\u5bb6\u5802\u6751\u59d4\u4f1a", "220", "0"], ["511621220206", "\u5939\u5bb6\u576a\u6751\u59d4\u4f1a", "220", "0"], ["511621220207", "\u5f90\u5bb6\u573a\u6751\u59d4\u4f1a", "220", "0"], ["511621220208", "\u5927\u4f5b\u5bfa\u6751\u59d4\u4f1a", "220", "0"], ["511621220209", "\u5927\u5c4b\u57fa\u6751\u59d4\u4f1a", "220", "0"], ["511621220210", "\u6ef4\u6c34\u5ca9\u6751\u59d4\u4f1a", "220", "0"], ["511621220211", "\u51e4\u51f0\u6751\u59d4\u4f1a", "220", "0"], ["511621220212", "\u9999\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["511621220213", "\u8d75\u5bb6\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["511621220214", "\u4e0a\u9a6c\u5bfa\u6751\u59d4\u4f1a", "220", "0"], ["511621220215", "\u4e09\u5b98\u5e97\u6751\u59d4\u4f1a", "220", "0"], ["511621220216", "\u71d5\u5bb6\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["511621220217", "\u7f57\u5584\u6865\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"season": {"type": "string"}, "weather": {"type": "string"}, "count": {"type": "integer"}}, "required": ["season", "weather", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"season" : "Winter", "weather" : "Clear", "count" : 27570}, {"season" : "Summer", "weather" : "Clear", "count" : 166556}, {"season" : "Spring", "weather" : "Clear", "count" : 90558}, {"season" : "Fall", "weather" : "Clear", "count" : 82438}, {"season" : "Winter", "weather" : "Cloudy", "count" : 56902}, {"season" : "Summer", "weather" : "Cloudy", "count" : 73007}, {"season" : "Spring", "weather" : "Cloudy", "count" : 85618}, {"season" : "Fall", "weather" : "Cloudy", "count" : 59315}, {"season" : "Winter", "weather" : "Fog", "count" : 820}, {"season" : "Summer", "weather" : "Fog", "count" : 10710}, {"season" : "Fall", "weather" : "Fog", "count" : 16958}, {"season" : "Winter", "weather" : "Partly Cloudy", "count" : 36902}, {"season" : "Summer", "weather" : "Partly Cloudy", "count" : 97977}, {"season" : "Spring", "weather" : "Partly Cloudy", "count" : 92522}, {"season" : "Fall", "weather" : "Partly Cloudy", "count" : 82751}, {"season" : "Winter", "weather" : "Rain", "count" : 33951}, {"season" : "Summer", "weather" : "Rain", "count" : 3691}, {"season" : "Spring", "weather" : "Rain", "count" : 18335}, {"season" : "Fall", "weather" : "Rain", "count" : 14202}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"season": {"type": "string"}, "weather": {"type": "string"}, "count": {"type": "integer"}}, "required": ["season", "weather", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "YFFII", "name" : "YFFII Finance", "decimals" : 18, "address" : "0x6c4b85cab20c13af72766025f0e17e0fe558a553"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "string"}}, "required": ["classnames"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "react": {"type": "string"}, "prop-types": {"type": "string"}, "react-component-gulp-tasks": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-plugin-react", "react", "prop-types", "react-component-gulp-tasks", "react-dom"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "browserify-shim": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "license", "homepage", "repository", "bugs", "dependencies", "devDependencies", "peerDependencies", "browserify-shim", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-image-mappers", "version" : "1.0.6", "description" : "imageMapper", "main" : "lib/ImageMapper.js", "license" : "MIT", "homepage" : "https://github.com/null-none/react-image-mappers", "repository" : {"type" : "git", "url" : "https://github.com/null-none/react-image-mappers.git"}, "bugs" : {"url" : "https://github.com/null-none/react-image-mappersissues"}, "dependencies" : {"classnames" : "^2.1.2"}, "devDependencies" : {"babel-eslint" : "^4.1.3", "eslint" : "^1.6.0", "eslint-plugin-react" : "^3.5.1", "react" : "^0.16.0", "prop-types" : "^15.6.0", "react-component-gulp-tasks" : "^0.7.6", "react-dom" : "^0.16.0"}, "peerDependencies" : {"react" : "^0.16.0"}, "browserify-shim" : {"react" : "global:React"}, "keywords" : ["react", "react-component"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"classnames": {"type": "string"}}, "required": ["classnames"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "react": {"type": "string"}, "prop-types": {"type": "string"}, "react-component-gulp-tasks": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-plugin-react", "react", "prop-types", "react-component-gulp-tasks", "react-dom"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "browserify-shim": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "license", "homepage", "repository", "bugs", "dependencies", "devDependencies", "peerDependencies", "browserify-shim", "keywords"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "roomi_co_28442", "displayName" : "roomi_co_28442"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hook": {"type": "string"}, "titleText": {"type": "string"}, "titleType": {"type": "string"}}, "required": ["hook", "titleText", "titleType"]}}, "config": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["id", "data", "config"]}}}, "required": ["name", "instances"]}}}, "required": ["components"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"components" : [{"name" : "headerChooser", "instances" : [{"id" : "header-chooser", "data" : [{"hook" : "/content/test-page/jcr:content/mainpar/testcomponentconfig", "titleText" : "Title 1", "titleType" : "h1"}, {"hook" : "/content/test-page/jcr:content/mainpar/testcomponent_1", "titleText" : "Title 2", "titleType" : "h2"}, {"hook" : "/content/test-page/jcr:content/mainpar/testcomponent_2", "titleText" : "Title 3", "titleType" : "h3"}], "config" : {"test" : "bla"}}]}]} | json_instruct | {"type": "object", "properties": {"components": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "instances": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"hook": {"type": "string"}, "titleText": {"type": "string"}, "titleType": {"type": "string"}}, "required": ["hook", "titleText", "titleType"]}}, "config": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["id", "data", "config"]}}}, "required": ["name", "instances"]}}}, "required": ["components"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"save": {"type": "string"}, "saveLocalFile": {"type": "string"}, "Edit": {"type": "string"}, "Clear": {"type": "string"}, "revert": {"type": "string"}, "readonly": {"type": "string"}, "errorSaving": {"type": "string"}, "errorSavingWithMessage": {"type": "string"}, "errorReverting": {"type": "string"}, "isNew": {"type": "string"}, "isNewReadOnly": {"type": "string"}, "isUpToDate": {"type": "string"}, "isUpToDateReadonly": {"type": "string"}, "isModified": {"type": "string"}, "isModifiedIndicator": {"type": "string"}, "header:edit": {"type": "string"}, "docs:edit": {"type": "string"}, "docs:edit:filepath": {"type": "string"}, "docs:edit:create": {"type": "string"}, "docs:edit:language": {"type": "string"}, "docs:edit:name": {"type": "string"}, "docs:edit:type": {"type": "string"}}, "required": ["save", "saveLocalFile", "Edit", "Clear", "revert", "readonly", "errorSaving", "errorSavingWithMessage", "errorReverting", "isNew", "isNewReadOnly", "isUpToDate", "isUpToDateReadonly", "isModified", "isModifiedIndicator", "header:edit", "docs:edit", "docs:edit:filepath", "docs:edit:create", "docs:edit:language", "docs:edit:name", "docs:edit:type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"save" : "D\u00e9ployer", "saveLocalFile" : "Sauvegarder", "Edit" : "Editer", "Clear" : "Effacer", "revert" : "R\u00e9tablir", "readonly" : "Edition termin\u00e9e", "errorSaving" : "Erreur lors de la sauvegarde du fichier", "errorSavingWithMessage" : "Erreur lors de la sauvegarde du fichier: **{0}**", "errorReverting" : "Erreur lors du r\u00e9tablissement du fichier", "isNew" : "Vous \u00eates en mode \u00e9dition, affichage du **code non d\u00e9ploy\u00e9**", "isNewReadOnly" : "Vous \u00eates en mode lecture seule, affichage du **code non d\u00e9ploy\u00e9**", "isUpToDate" : "Vous \u00eates en mode \u00e9dition, affichage de la **version actuellement sauvegard\u00e9e**", "isUpToDateReadonly" : "Vous \u00eates en mode lecture seule, affichage de la **version actuellement sauvegard\u00e9e**", "isModified" : "Vous \u00eates en mode \u00e9dition, avec des **modifications non sauvegard\u00e9es**", "isModifiedIndicator" : "Des modifications n'ont pas \u00e9t\u00e9 sauvegard\u00e9es.", "header:edit" : "Ouvrez un fichier ou une entit\u00e9 sp\u00e9cifique pour l'\u00e9dition.", "docs:edit" : "Ouvrir le code d'un fichier local ou d'une entit\u00e9 existante dans un \u00e9diteur de texte", "docs:edit:filepath" : "Chemin du fichier local ou nom de l'entit\u00e9 \u00e0 \u00e9diter", "docs:edit:create" : "Indique si vous souhaitez cr\u00e9er un fichier local (et les r\u00e9pertoires parent le cas \u00e9ch\u00e9ant)", "docs:edit:language" : "Pour une utilisation interne, sp\u00e9cifiez une langue pour la mise en couleur et IntelliSense", "docs:edit:name" : "Pour une utilisation interne, sp\u00e9cifiez un nom \u00e0 afficher dans l'en-t\u00eate du composant sidecar", "docs:edit:type" : "Pour une utilisation interne, sp\u00e9cifiez un type \u00e0 afficher dans l'en-t\u00eate du composant sidecar"} | json_instruct | {"type": "object", "properties": {"save": {"type": "string"}, "saveLocalFile": {"type": "string"}, "Edit": {"type": "string"}, "Clear": {"type": "string"}, "revert": {"type": "string"}, "readonly": {"type": "string"}, "errorSaving": {"type": "string"}, "errorSavingWithMessage": {"type": "string"}, "errorReverting": {"type": "string"}, "isNew": {"type": "string"}, "isNewReadOnly": {"type": "string"}, "isUpToDate": {"type": "string"}, "isUpToDateReadonly": {"type": "string"}, "isModified": {"type": "string"}, "isModifiedIndicator": {"type": "string"}, "header:edit": {"type": "string"}, "docs:edit": {"type": "string"}, "docs:edit:filepath": {"type": "string"}, "docs:edit:create": {"type": "string"}, "docs:edit:language": {"type": "string"}, "docs:edit:name": {"type": "string"}, "docs:edit:type": {"type": "string"}}, "required": ["save", "saveLocalFile", "Edit", "Clear", "revert", "readonly", "errorSaving", "errorSavingWithMessage", "errorReverting", "isNew", "isNewReadOnly", "isUpToDate", "isUpToDateReadonly", "isModified", "isModifiedIndicator", "header:edit", "docs:edit", "docs:edit:filepath", "docs:edit:create", "docs:edit:language", "docs:edit:name", "docs:edit:type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101881405, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1d33b33b20be1a1c76daf83d50dae1e1", "wof:id" : 101881405, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.2, 43.89857, 6.2, 43.89857], "geometry" : {"coordinates" : [6.2, 43.89857], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.277077, 29.982605], [-95.268243, 30.005018], [-95.25494, 30.004897], [-95.243094, 29.999321], [-95.212424, 29.999448], [-95.212386, 29.981848], [-95.217434, 29.979338], [-95.221193, 29.980691], [-95.235296, 29.978042], [-95.243407, 29.979187], [-95.25893, 29.979012], [-95.273406, 29.980985], [-95.277077, 29.982605]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 86251}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1007", "provinceId" : "36", "regencyId" : "73", "districtId" : "03", "name" : "Pager Agung"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dir1": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"input.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}, "expected.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}}, "required": ["input.json", "expected.json"]}}, "required": ["type", "contents"]}, "dir2.skip": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"input.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}, "subdir1.only.skip": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"expected.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}}, "required": ["expected.json"]}}, "required": ["type", "contents"]}, "subdir2.only": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"subsubdir": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"expected.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}}, "required": ["expected.json"]}}, "required": ["type", "contents"]}}, "required": ["subsubdir"]}}, "required": ["type", "contents"]}}, "required": ["input.json", "subdir1.only.skip", "subdir2.only"]}}, "required": ["type", "contents"]}}, "required": ["dir1", "dir2.skip"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dir1" : {"type" : "dir", "contents" : {"input.json" : {"type" : "doc", "contents" : "input1"}, "expected.json" : {"type" : "doc", "contents" : "expected1"}}}, "dir2.skip" : {"type" : "dir", "contents" : {"input.json" : {"type" : "doc", "contents" : "input2"}, "subdir1.only.skip" : {"type" : "dir", "contents" : {"expected.json" : {"type" : "doc", "contents" : "expected2"}}}, "subdir2.only" : {"type" : "dir", "contents" : {"subsubdir" : {"type" : "dir", "contents" : {"expected.json" : {"type" : "doc", "contents" : "expected3"}}}}}}}} | json_instruct | {"type": "object", "properties": {"dir1": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"input.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}, "expected.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}}, "required": ["input.json", "expected.json"]}}, "required": ["type", "contents"]}, "dir2.skip": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"input.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}, "subdir1.only.skip": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"expected.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}}, "required": ["expected.json"]}}, "required": ["type", "contents"]}, "subdir2.only": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"subsubdir": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "object", "properties": {"expected.json": {"type": "object", "properties": {"type": {"type": "string"}, "contents": {"type": "string"}}, "required": ["type", "contents"]}}, "required": ["expected.json"]}}, "required": ["type", "contents"]}}, "required": ["subsubdir"]}}, "required": ["type", "contents"]}}, "required": ["input.json", "subdir1.only.skip", "subdir2.only"]}}, "required": ["type", "contents"]}}, "required": ["dir1", "dir2.skip"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "github": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "date-format": {"type": "string"}, "lodash": {"type": "string"}, "ms": {"type": "string"}, "pretty-error": {"type": "string"}, "renderkid": {"type": "string"}}, "required": ["chalk", "date-format", "lodash", "ms", "pretty-error", "renderkid"]}, "devDependencies": {"type": "object", "properties": {"@martin-kolarik/eslint-config": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-chai-expect": {"type": "string"}, "eslint-plugin-html": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prefer-let": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}}, "required": ["@martin-kolarik/eslint-config", "eslint", "eslint-plugin-chai-expect", "eslint-plugin-html", "eslint-plugin-node", "eslint-plugin-prefer-let", "eslint-plugin-promise"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "description", "version", "github", "main", "license", "dependencies", "devDependencies", "author", "repository", "scripts", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "h-logger2", "description" : "A human-friendly logger", "version" : "1.0.4", "github" : "https://github.com/MartinKolarik/h-logger2/", "main" : "./src/index.js", "license" : "MIT", "dependencies" : {"chalk" : "^4.1.1", "date-format" : "^3.0.0", "lodash" : "^4.17.21", "ms" : "^2.1.3", "pretty-error" : "^3.0.4", "renderkid" : "^2.0.7"}, "devDependencies" : {"@martin-kolarik/eslint-config" : "^4.0.1", "eslint" : "^7.29.0", "eslint-plugin-chai-expect" : "^2.2.0", "eslint-plugin-html" : "^6.1.2", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-prefer-let" : "^1.1.0", "eslint-plugin-promise" : "^5.1.0"}, "author" : {"name" : "Martin Kol\u00e1rik", "email" : "martin@kolarik.sk", "url" : "https://kolarik.sk"}, "repository" : {"type" : "git", "url" : "https://github.com/MartinKolarik/h-logger2.git"}, "scripts" : {"lint" : "eslint src", "test" : "npm run lint"}, "bugs" : {"url" : "https://github.com/MartinKolarik/h-logger2/issues"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "github": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "date-format": {"type": "string"}, "lodash": {"type": "string"}, "ms": {"type": "string"}, "pretty-error": {"type": "string"}, "renderkid": {"type": "string"}}, "required": ["chalk", "date-format", "lodash", "ms", "pretty-error", "renderkid"]}, "devDependencies": {"type": "object", "properties": {"@martin-kolarik/eslint-config": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-chai-expect": {"type": "string"}, "eslint-plugin-html": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prefer-let": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}}, "required": ["@martin-kolarik/eslint-config", "eslint", "eslint-plugin-chai-expect", "eslint-plugin-html", "eslint-plugin-node", "eslint-plugin-prefer-let", "eslint-plugin-promise"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "description", "version", "github", "main", "license", "dependencies", "devDependencies", "author", "repository", "scripts", "bugs"], "$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"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"ScaleRank": {"type": "integer"}, "LabelRank": {"type": "integer"}, "FeatureCla": {"type": "string"}, "SOVEREIGNT": {"type": "string"}, "SOV_A3": {"type": "string"}, "ADM0_DIF": {"type": "number"}, "LEVEL": {"type": "number"}, "TYPE": {"type": "string"}, "ADMIN": {"type": "string"}, "ADM0_A3": {"type": "string"}, "GEOU_DIF": {"type": "number"}, "GEOUNIT": {"type": "string"}, "GU_A3": {"type": "string"}, "SU_DIF": {"type": "number"}, "SUBUNIT": {"type": "string"}, "SU_A3": {"type": "string"}, "NAME": {"type": "string"}, "ABBREV": {"type": "string"}, "POSTAL": {"type": "string"}, "NAME_FORMA": {"type": "string"}, "TERR_": {"type": "string"}, "NAME_SORT": {"type": "string"}, "MAP_COLOR": {"type": "number"}, "POP_EST": {"type": "number"}, "GDP_MD_EST": {"type": "number"}, "FIPS_10_": {"type": "string"}, "ISO_A2": {"type": "string"}, "ISO_A3": {"type": "string"}, "ISO_N3": {"type": "number"}}, "required": ["ScaleRank", "LabelRank", "FeatureCla", "SOVEREIGNT", "SOV_A3", "ADM0_DIF", "LEVEL", "TYPE", "ADMIN", "ADM0_A3", "GEOU_DIF", "GEOUNIT", "GU_A3", "SU_DIF", "SUBUNIT", "SU_A3", "NAME", "ABBREV", "POSTAL", "NAME_FORMA", "TERR_", "NAME_SORT", "MAP_COLOR", "POP_EST", "GDP_MD_EST", "FIPS_10_", "ISO_A2", "ISO_A3", "ISO_N3"]}, "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"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"ScaleRank" : 3, "LabelRank" : 3, "FeatureCla" : "Adm-0 map subunits", "SOVEREIGNT" : "United States of America", "SOV_A3" : "US1", "ADM0_DIF" : 1.0, "LEVEL" : 2.0, "TYPE" : "Dependency", "ADMIN" : "United States Virgin Islands", "ADM0_A3" : "VIR", "GEOU_DIF" : 0.0, "GEOUNIT" : "United States Virgin Islands", "GU_A3" : "VIR", "SU_DIF" : 0.0, "SUBUNIT" : "United States Virgin Islands", "SU_A3" : "VIR", "NAME" : "U.S. Virgin Is.", "ABBREV" : "V.I. (U.S.)", "POSTAL" : "VI", "NAME_FORMA" : "Virgin Islands of the United States", "TERR_" : "U.S.A.", "NAME_SORT" : "United States Virgin Islands", "MAP_COLOR" : 1.0, "POP_EST" : 109825.0, "GDP_MD_EST" : 1577.0, "FIPS_10_" : "VQ", "ISO_A2" : "VI", "ISO_A3" : "VIR", "ISO_N3" : 850.0}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-64.765654, 17.794315], [-64.68186, 17.750209], [-64.580445, 17.750209], [-64.686279, 17.706103], [-64.889109, 17.701711], [-64.884716, 17.772249], [-64.765654, 17.794315]]], [[[-64.65982, 18.354332], [-64.725966, 18.327874], [-64.770615, 18.331595], [-64.787694, 18.341103], [-64.752424, 18.37198], [-64.65982, 18.354332]]], [[[-64.845029, 18.330096], [-64.919985, 18.321285], [-65.023622, 18.367587], [-64.942025, 18.385209], [-64.889109, 18.374202], [-64.845029, 18.330096]]]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"ScaleRank": {"type": "integer"}, "LabelRank": {"type": "integer"}, "FeatureCla": {"type": "string"}, "SOVEREIGNT": {"type": "string"}, "SOV_A3": {"type": "string"}, "ADM0_DIF": {"type": "number"}, "LEVEL": {"type": "number"}, "TYPE": {"type": "string"}, "ADMIN": {"type": "string"}, "ADM0_A3": {"type": "string"}, "GEOU_DIF": {"type": "number"}, "GEOUNIT": {"type": "string"}, "GU_A3": {"type": "string"}, "SU_DIF": {"type": "number"}, "SUBUNIT": {"type": "string"}, "SU_A3": {"type": "string"}, "NAME": {"type": "string"}, "ABBREV": {"type": "string"}, "POSTAL": {"type": "string"}, "NAME_FORMA": {"type": "string"}, "TERR_": {"type": "string"}, "NAME_SORT": {"type": "string"}, "MAP_COLOR": {"type": "number"}, "POP_EST": {"type": "number"}, "GDP_MD_EST": {"type": "number"}, "FIPS_10_": {"type": "string"}, "ISO_A2": {"type": "string"}, "ISO_A3": {"type": "string"}, "ISO_N3": {"type": "number"}}, "required": ["ScaleRank", "LabelRank", "FeatureCla", "SOVEREIGNT", "SOV_A3", "ADM0_DIF", "LEVEL", "TYPE", "ADMIN", "ADM0_A3", "GEOU_DIF", "GEOUNIT", "GU_A3", "SU_DIF", "SUBUNIT", "SU_A3", "NAME", "ABBREV", "POSTAL", "NAME_FORMA", "TERR_", "NAME_SORT", "MAP_COLOR", "POP_EST", "GDP_MD_EST", "FIPS_10_", "ISO_A2", "ISO_A3", "ISO_N3"]}, "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"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"prettier.jsxBracketSameLine": {"type": "boolean"}, "prettier.jsxSingleQuote": {"type": "boolean"}, "prettier.printWidth": {"type": "integer"}, "prettier.singleQuote": {"type": "boolean"}}, "required": ["prettier.jsxBracketSameLine", "prettier.jsxSingleQuote", "prettier.printWidth", "prettier.singleQuote"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"prettier.jsxBracketSameLine" : true, "prettier.jsxSingleQuote" : true, "prettier.printWidth" : 120, "prettier.singleQuote" : true} | json_instruct | {"type": "object", "properties": {"prettier.jsxBracketSameLine": {"type": "boolean"}, "prettier.jsxSingleQuote": {"type": "boolean"}, "prettier.printWidth": {"type": "integer"}, "prettier.singleQuote": {"type": "boolean"}}, "required": ["prettier.jsxBracketSameLine", "prettier.jsxSingleQuote", "prettier.printWidth", "prettier.singleQuote"], "$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"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"npm": {"type": "string"}, "node": {"type": "string"}}, "required": ["npm", "node"]}, "dependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "bootstrap": {"type": "string"}, "bootstrap-table": {"type": "string"}, "firebase": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-json-table": {"type": "string"}, "react-scripts": {"type": "string"}, "react-tabelify": {"type": "string"}, "reactstrap": {"type": "string"}, "ts-react-json-table": {"type": "string"}}, "required": ["@types/react", "bootstrap", "bootstrap-table", "firebase", "jquery", "popper.js", "prop-types", "react", "react-dom", "react-json-table", "react-scripts", "react-tabelify", "reactstrap", "ts-react-json-table"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "proxy": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "html-webpack-plugin", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "private", "engines", "dependencies", "scripts", "proxy", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "client", "version" : "0.1.0", "private" : true, "engines" : {"npm" : "5.6.0", "node" : "9.5.0"}, "dependencies" : {"@types/react" : "^16.4.16", "bootstrap" : "^4.1.3", "bootstrap-table" : "^1.12.1", "firebase" : "^5.5.2", "jquery" : "^3.3.1", "popper.js" : "^1.14.4", "prop-types" : "^15.6.2", "react" : "^16.5.2", "react-dom" : "^16.5.2", "react-json-table" : "^0.1.1", "react-scripts" : "1.1.5", "react-tabelify" : "^2.0.4", "reactstrap" : "^6.4.0", "ts-react-json-table" : "^0.1.1"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}, "proxy" : "http://localhost:3001", "devDependencies" : {"babel-core" : "^6.26.3", "babel-loader" : "^8.0.4", "babel-preset-es2015" : "^6.24.1", "babel-preset-react" : "^6.24.1", "html-webpack-plugin" : "^3.2.0", "webpack" : "^4.20.2", "webpack-dev-server" : "^3.1.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"npm": {"type": "string"}, "node": {"type": "string"}}, "required": ["npm", "node"]}, "dependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "bootstrap": {"type": "string"}, "bootstrap-table": {"type": "string"}, "firebase": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-json-table": {"type": "string"}, "react-scripts": {"type": "string"}, "react-tabelify": {"type": "string"}, "reactstrap": {"type": "string"}, "ts-react-json-table": {"type": "string"}}, "required": ["@types/react", "bootstrap", "bootstrap-table", "firebase", "jquery", "popper.js", "prop-types", "react", "react-dom", "react-json-table", "react-scripts", "react-tabelify", "reactstrap", "ts-react-json-table"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "build", "test", "eject"]}, "proxy": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "html-webpack-plugin", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "private", "engines", "dependencies", "scripts", "proxy", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"#language_menu": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"expand_direction": {"type": "string"}}, "required": ["expand_direction"]}}, "required": ["misc"]}, "selection_list": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"list_item_height": {"type": "string"}}, "required": ["list_item_height"]}}, "required": ["misc"]}, "@info_labels": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"text_horiz_alignment": {"type": "string"}}, "required": ["text_horiz_alignment"]}}, "required": ["misc"]}, "horizontal_slider": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"enable_arrow_buttons": {"type": "string"}, "sliding_button_width": {"type": "string"}}, "required": ["enable_arrow_buttons", "sliding_button_width"]}}, "required": ["misc"]}}, "required": ["#language_menu", "selection_list", "@info_labels", "horizontal_slider"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"#language_menu" : {"misc" : {"expand_direction" : "up"}}, "selection_list" : {"misc" : {"list_item_height" : "30"}}, "@info_labels" : {"misc" : {"text_horiz_alignment" : "left"}}, "horizontal_slider" : {"misc" : {"enable_arrow_buttons" : "0", "sliding_button_width" : "10"}}} | json_instruct | {"type": "object", "properties": {"#language_menu": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"expand_direction": {"type": "string"}}, "required": ["expand_direction"]}}, "required": ["misc"]}, "selection_list": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"list_item_height": {"type": "string"}}, "required": ["list_item_height"]}}, "required": ["misc"]}, "@info_labels": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"text_horiz_alignment": {"type": "string"}}, "required": ["text_horiz_alignment"]}}, "required": ["misc"]}, "horizontal_slider": {"type": "object", "properties": {"misc": {"type": "object", "properties": {"enable_arrow_buttons": {"type": "string"}, "sliding_button_width": {"type": "string"}}, "required": ["enable_arrow_buttons", "sliding_button_width"]}}, "required": ["misc"]}}, "required": ["#language_menu", "selection_list", "@info_labels", "horizontal_slider"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 12064, "source" : "henry", "verse_id" : 18924, "verse_count" : 4, "reference" : "66:1\u20134", "title" : "", "html" : " <p>\n The Jews gloried much in their temple. But what satisfaction can the Eternal Mind take in a house made with men's hands? God has a heaven and an earth of his own making, and temples of man's making; but he overlooks them, that he may look with favor to him who is poor in spirit and serious, self-abasing and self-denying; whose heart truly sorrows for sin: such a heart is a living temple for God. The sacrifice of the wicked is not only unacceptable, but a great offense to God. And he that now offers a sacrifice after the law, does in effect set aside Christ's sacrifice. He that burns incense, puts contempt upon the incense of Christ's intercession, and is as if he blessed an idol. Men shall be deceived by the vain confidences with which they deceive themselves. Unbelieving hearts, and unpurified consciences, need no more to make them miserable, than to have their own fears brought upon them. Whatever men put in the place of the priesthood, atonement, and intercession of Christ, will be found hateful to God.\n </p> ", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 1161009, "stationGroupId" : 1161009, "name" : "\u9d28\u65b9", "lineId" : 11610, "zipCode" : "719-0252", "pref" : "\u5ca1\u5c71\u770c", "city" : "\u6d45\u53e3\u5e02", "town" : "\u9d28\u65b9\u753a\u516d\u6761\u9662\u4e2d", "longitude" : 133.587705, "latitude" : 34.5273, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"shipping_methods": {"type": "array", "items": {"type": "object", "properties": {"service_point_input": {"type": "string"}, "max_weight": {"type": "string"}, "name": {"type": "string"}, "carrier": {"type": "string"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"iso_2": {"type": "string"}, "iso_3": {"type": "string"}, "id": {"type": "integer"}, "price": {"type": "number"}, "name": {"type": "string"}}, "required": ["iso_2", "iso_3", "id", "price", "name"]}}, "min_weight": {"type": "string"}, "id": {"type": "integer"}, "price": {"type": "integer"}}, "required": ["service_point_input", "max_weight", "name", "carrier", "countries", "min_weight", "id", "price"]}}}, "required": ["shipping_methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shipping_methods" : [{"service_point_input" : "none", "max_weight" : "1.000", "name" : "Low weight shipment", "carrier" : "carrier_code", "countries" : [{"iso_2" : "BE", "iso_3" : "BEL", "id" : 1, "price" : 3.5, "name" : "Belgium"}, {"iso_2" : "NL", "iso_3" : "NLD", "id" : 2, "price" : 4.2, "name" : "Netherlands"}], "min_weight" : "0.001", "id" : 1, "price" : 0}]} | json_instruct | {"type": "object", "properties": {"shipping_methods": {"type": "array", "items": {"type": "object", "properties": {"service_point_input": {"type": "string"}, "max_weight": {"type": "string"}, "name": {"type": "string"}, "carrier": {"type": "string"}, "countries": {"type": "array", "items": {"type": "object", "properties": {"iso_2": {"type": "string"}, "iso_3": {"type": "string"}, "id": {"type": "integer"}, "price": {"type": "number"}, "name": {"type": "string"}}, "required": ["iso_2", "iso_3", "id", "price", "name"]}}, "min_weight": {"type": "string"}, "id": {"type": "integer"}, "price": {"type": "integer"}}, "required": ["service_point_input", "max_weight", "name", "carrier", "countries", "min_weight", "id", "price"]}}}, "required": ["shipping_methods"], "$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": {"E01011083": {"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": ["E01011083"]}, "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" : {"E01011083" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00055845", "LAD11CD" : "E08000034"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00055850", "LAD11CD" : "E08000034"}, "arcs" : [[3, -2, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00055851", "LAD11CD" : "E08000034"}, "arcs" : [[-1, 6, 7, -5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00055852", "LAD11CD" : "E08000034"}, "arcs" : [[8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00055857", "LAD11CD" : "E08000034"}, "arcs" : [[-6, -8, 10, -9, 11]]}]}}, "arcs" : [[[6382, 6461], [-77, 261], [-454, 16], [-137, 476]], [[5714, 7214], [138, 311], [-558, 1468]], [[5294, 8993], [1041, 669], [50, 33], [137, 223], [125, -385], [709, 466], [243, -496], [-94, -1714], [218, -551], [-559, 5], [43, -881], [-825, 99]], [[4485, 1158], [-2015, 1475], [-1890, 117], [-580, 567], [537, 401], [3327, 2687], [975, 2032], [455, 556]], [[5714, 7214], [-444, -81], [248, -33], [124, -442], [-159, -187], [186, 121], [213, -512], [-502, -376], [-294, 242], [-327, -915], [381, -1230]], [[5140, 3801], [-44, -824], [-235, -148], [-376, -1671]], [[6382, 6461], [-156, -132], [309, -171], [-47, -517], [395, 50], [123, -399]], [[7006, 5292], [-748, -1210], [-511, 334], [-607, -615]], [[6398, 3407], [865, 1878]], [[7263, 5285], [174, -123], [725, 1096], [-172, 277], [450, -360], [1399, 912], [160, -1517], [-587, -713], [-486, -82], [202, -400], [-2232, -1335], [-498, 367]], [[7006, 5292], [257, -7]], [[6398, 3407], [10, -810], [186, -241], [244, 362], [780, -684], [-69, -432], [-464, 38], [-911, -833], [-453, -807], [-292, 1211], [-473, -617], [-471, 564]]], "transform" : {"scale" : [2.251778637700778e-06, 8.964389077770424e-07], "translate" : [-1.835044531152465, 53.627802373623304]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01011083": {"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": ["E01011083"]}, "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "json-schema-deref-sync": {"type": "string"}, "nconf": {"type": "string"}}, "required": ["handlebars", "json-schema-deref-sync", "nconf"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-5minds": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["eslint-config-5minds", "mocha", "should"]}}, "required": ["name", "version", "publishConfig", "description", "main", "scripts", "keywords", "author", "maintainers", "contributors", "repository", "license", "files", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nconfetti", "version" : "2.1.0", "publishConfig" : {"registry" : "https://registry.npmjs.org/"}, "description" : "A nconf storage that provide the configuration be located in files with dir that build the namespaces", "main" : "index.js", "scripts" : {"test" : "node ./node_modules/.bin/mocha tests/**"}, "keywords" : ["nconf", "dir", "config", "file", "json", "deref"], "author" : "5Minds IT-Solutions GmbH & Co. KG <developers@5minds.de>", "maintainers" : [{"name" : "Martin M\u00f6llenbeck", "email" : "martin.moellenbeck@5minds.de"}], "contributors" : [{"name" : "Sebastian Meier", "email" : "sebastian.meier@5minds.de"}], "repository" : {"type" : "git", "url" : "https://github.com/5minds/nconfetti"}, "license" : "MIT", "files" : ["LICENSE", "History.md", "README.md", "index.js", "lib/"], "dependencies" : {"handlebars" : "^4.0.6", "json-schema-deref-sync" : "^0.8.0", "nconf" : "^0.8.4"}, "devDependencies" : {"eslint-config-5minds" : "0.2.1", "mocha" : "^5.2.0", "should" : "^13.2.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "json-schema-deref-sync": {"type": "string"}, "nconf": {"type": "string"}}, "required": ["handlebars", "json-schema-deref-sync", "nconf"]}, "devDependencies": {"type": "object", "properties": {"eslint-config-5minds": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}}, "required": ["eslint-config-5minds", "mocha", "should"]}}, "required": ["name", "version", "publishConfig", "description", "main", "scripts", "keywords", "author", "maintainers", "contributors", "repository", "license", "files", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"NICKNAME": {"type": "string"}, "TITLE": {"type": "string"}, "HUNTERSCORE": {"type": "string"}, "RANK": {"type": "string"}, "LONGO": {"type": "string"}, "PERTO": {"type": "string"}, "RECOLHIDOS": {"type": "string"}, "RASTREADOS": {"type": "string"}, "FOCALIZADOS": {"type": "string"}, "CSS": {"type": "string"}, "ANDOU": {"type": "string"}, "COGUMELOS": {"type": "string"}, "TROFEUS": {"type": "string"}, "AMIGOS": {"type": "string"}, "PRECISAO": {"type": "string"}, "TEMPO": {"type": "string"}, "LASTUPDATE": {"type": "string"}, "LASTREQUEST": {"type": "string"}}, "required": ["NICKNAME", "TITLE", "HUNTERSCORE", "RANK", "LONGO", "PERTO", "RECOLHIDOS", "RASTREADOS", "FOCALIZADOS", "CSS", "ANDOU", "COGUMELOS", "TROFEUS", "AMIGOS", "PRECISAO", "TEMPO", "LASTUPDATE", "LASTREQUEST"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"NICKNAME" : "PisicoJoker", "TITLE" : "Ca\u00e7ador Licenciado", "HUNTERSCORE" : "12475", "RANK" : "3162", "LONGO" : "316.31", "PERTO" : "18.60", "RECOLHIDOS" : "5,879", "RASTREADOS" : "11,319", "FOCALIZADOS" : "6,663", "CSS" : "10.97", "ANDOU" : "2,024.46", "COGUMELOS" : "119.70", "TROFEUS" : "1", "AMIGOS" : "84", "PRECISAO" : "NaN", "TEMPO" : "38d20h9m", "LASTUPDATE" : "2019/11/16 18:49:21", "LASTREQUEST" : "PisicoJoker \u2605 12475 (PisicoJoker)"} | json_instruct | {"type": "object", "properties": {"NICKNAME": {"type": "string"}, "TITLE": {"type": "string"}, "HUNTERSCORE": {"type": "string"}, "RANK": {"type": "string"}, "LONGO": {"type": "string"}, "PERTO": {"type": "string"}, "RECOLHIDOS": {"type": "string"}, "RASTREADOS": {"type": "string"}, "FOCALIZADOS": {"type": "string"}, "CSS": {"type": "string"}, "ANDOU": {"type": "string"}, "COGUMELOS": {"type": "string"}, "TROFEUS": {"type": "string"}, "AMIGOS": {"type": "string"}, "PRECISAO": {"type": "string"}, "TEMPO": {"type": "string"}, "LASTUPDATE": {"type": "string"}, "LASTREQUEST": {"type": "string"}}, "required": ["NICKNAME", "TITLE", "HUNTERSCORE", "RANK", "LONGO", "PERTO", "RECOLHIDOS", "RASTREADOS", "FOCALIZADOS", "CSS", "ANDOU", "COGUMELOS", "TROFEUS", "AMIGOS", "PRECISAO", "TEMPO", "LASTUPDATE", "LASTREQUEST"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"trips_response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "destination": {"type": "string"}, "avilable_seats": {"type": "string"}, "trip_start_time": {"type": "string"}, "attend_time": {"type": "string"}, "price": {"type": "string"}, "bus": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "source", "destination", "avilable_seats", "trip_start_time", "attend_time", "price", "bus"]}}, "reservation_request": {"type": "object", "properties": {"name": {"type": "string"}, "mobile": {"type": "string"}, "location": {"type": "string"}, "trip_id": {"type": "string"}, "booked_seats": {"type": "string"}}, "required": ["name", "mobile", "location", "trip_id", "booked_seats"]}}, "required": ["trips_response", "reservation_request"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"trips_response" : [{"id" : 1, "source" : "", "destination" : "", "avilable_seats" : "", "trip_start_time" : "", "attend_time" : "", "price" : "", "bus" : {"name" : ""}}], "reservation_request" : {"name" : "", "mobile" : "", "location" : "", "trip_id" : "", "booked_seats" : ""}} | json_instruct | {"type": "object", "properties": {"trips_response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "destination": {"type": "string"}, "avilable_seats": {"type": "string"}, "trip_start_time": {"type": "string"}, "attend_time": {"type": "string"}, "price": {"type": "string"}, "bus": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "source", "destination", "avilable_seats", "trip_start_time", "attend_time", "price", "bus"]}}, "reservation_request": {"type": "object", "properties": {"name": {"type": "string"}, "mobile": {"type": "string"}, "location": {"type": "string"}, "trip_id": {"type": "string"}, "booked_seats": {"type": "string"}}, "required": ["name", "mobile", "location", "trip_id", "booked_seats"]}}, "required": ["trips_response", "reservation_request"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Patron does not exist."} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$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.