input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"published" : "2015-09-09T18:04:58Z", "media-type" : "News", "title" : "Police searching for two suspects following Woodbridge bank robbery", "id" : "3ee389c6-39c2-4419-9c56-fef09086f2ee", "content" : "Suspects are thought to be armed after a Scotiabank was robbed \nYork Regional Police are looking for two suspects after a Woodbridge bank was robbed early Wednesday afternoon. \n \nThe two suspects are described as two males in their early 20s, one white and one dark-skinned. At least one of them was armed with a gun. \n \nThe incident, which took place just after 12:20 p.m. at a Scotiabank near Islington Ave. and Napa Valley Dr., prompted local schools to go into a hold-and-secure as police scoured the area for the suspects. The hold-and-secure has since been lifted for both York Region District School Board and York Catholic District School Board schools in the region. \n \nNo injuries were reported in the robbery. \n \nOfficers are still actively searching the area. \n \nPolice are urging members of the public to call 911 with any information and not to approach the suspects, who may still be armed. \n \nMore Crime news on Thestar.com", "source" : "Toronto Star Online"}
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 10843, "hash" : 2336939620, "artDyeHash" : 2336939620, "redacted" : false, "dyeManifestHash" : 751878244, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"requirements": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "commands": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"]}}}, "required": ["requirements", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requirements" : {"node" : "6.2.2"}, "commands" : [{"name" : "user-admin", "version" : "0.1.0", "description" : "Manage users and groups"}, {"name" : "alert", "version" : "0.1.0", "description" : "Manage alerts"}, {"name" : "event", "version" : "0.1.0", "description" : "Manage events"}, {"name" : "traffic", "version" : "0.1.0", "description" : "Manage global traffic management"}, {"name" : "contract", "version" : "0.1.0", "description" : "Manage contracts"}]}
json_instruct
{"type": "object", "properties": {"requirements": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "commands": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"]}}}, "required": ["requirements", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"first_page_uri": {"type": "string"}, "credential_lists": {"type": "array", "items": {"type": "object", "properties": {"subresource_uris": {"type": "object", "properties": {"credentials": {"type": "string"}}, "required": ["credentials"]}, "sid": {"type": "string"}, "date_updated": {"type": "string"}, "date_created": {"type": "string"}, "credentials_count": {"type": "integer"}, "friendly_name": {"type": "string"}, "uri": {"type": "string"}, "account_sid": {"type": "string"}}, "required": ["subresource_uris", "sid", "date_updated", "date_created", "credentials_count", "friendly_name", "uri", "account_sid"]}}, "end": {"type": "integer"}, "total": {"type": "integer"}, "previous_page_uri": {"type": "string"}, "num_pages": {"type": "integer"}, "uri": {"type": "string"}, "page_size": {"type": "integer"}, "start": {"type": "integer"}, "next_page_uri": {"type": "string"}, "last_page_uri": {"type": "string"}, "page": {"type": "integer"}}, "required": ["first_page_uri", "credential_lists", "end", "total", "previous_page_uri", "num_pages", "uri", "page_size", "start", "next_page_uri", "last_page_uri", "page"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"first_page_uri" : "/v2/Accounts/ACe1889084056167d57a944486a50ceb46/SIP/CredentialLists.json?Page=0&PageSize=50", "credential_lists" : [{"subresource_uris" : {"credentials" : "/v2/Accounts/ACe1889084056167d57a944486a50ceb46/SIP/CredentialLists/CL07889084219b5242f3dd4bc5ba564e9d/Credentials"}, "sid" : "CL07889084219b5242f3dd4bc5ba564e9d", "date_updated" : "Fri, 24 Mar 2017 14:02:16 -0000", "date_created" : "Fri, 24 Mar 2017 14:02:16 -0000", "credentials_count" : 1, "friendly_name" : "MyCredentialsList", "uri" : "/v2/Accounts/ACe1889084056167d57a944486a50ceb46/SIP/CredentialLists", "account_sid" : "ACe1889084056167d57a944486a50ceb46"}], "end" : 0, "total" : 1, "previous_page_uri" : "", "num_pages" : 1, "uri" : "/v2/Accounts/ACe1889084056167d57a944486a50ceb46/SIP/CredentialLists.json", "page_size" : 50, "start" : 0, "next_page_uri" : "", "last_page_uri" : "/v2/Accounts/ACe1889084056167d57a944486a50ceb46/SIP/CredentialLists.json?Page=0&PageSize=50", "page" : 0}
json_instruct
{"type": "object", "properties": {"first_page_uri": {"type": "string"}, "credential_lists": {"type": "array", "items": {"type": "object", "properties": {"subresource_uris": {"type": "object", "properties": {"credentials": {"type": "string"}}, "required": ["credentials"]}, "sid": {"type": "string"}, "date_updated": {"type": "string"}, "date_created": {"type": "string"}, "credentials_count": {"type": "integer"}, "friendly_name": {"type": "string"}, "uri": {"type": "string"}, "account_sid": {"type": "string"}}, "required": ["subresource_uris", "sid", "date_updated", "date_created", "credentials_count", "friendly_name", "uri", "account_sid"]}}, "end": {"type": "integer"}, "total": {"type": "integer"}, "previous_page_uri": {"type": "string"}, "num_pages": {"type": "integer"}, "uri": {"type": "string"}, "page_size": {"type": "integer"}, "start": {"type": "integer"}, "next_page_uri": {"type": "string"}, "last_page_uri": {"type": "string"}, "page": {"type": "integer"}}, "required": ["first_page_uri", "credential_lists", "end", "total", "previous_page_uri", "num_pages", "uri", "page_size", "start", "next_page_uri", "last_page_uri", "page"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 5919, "cites" : 12, "cited_by" : 128, "reference" : [" \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n", " \n;\n"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptValues"]}}, "required": ["generator-node"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generator-node" : {"promptValues" : {"authorName" : "Mark Rabey", "authorEmail" : "[email protected]", "authorUrl" : "https://markrabey.com"}}}
json_instruct
{"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptValues"]}}, "required": ["generator-node"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "finacadan", "h" : [{"d" : [{"f" : "\u7a2e\u65cf\uff0c\u65cf\u7fa4\u3002", "e" : ["\ufff9`Ma~`s~`asi~`l~`o~`malo~`ma~ `ko~ `pinangan~ `no~ `f~`ina~`cada~`n~ `i~ `Taiwan~.\ufffa\ufffb\u53f0\u7063\u5404\u65cf\u7684\u751f\u6d3b\u7fd2\u6163\u4e0d\u540c\u3002"]}]}]}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-phpunit": {"type": "string"}}, "required": ["grunt", "grunt-contrib-watch", "grunt-phpunit"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "private", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "phpunit-grunt-kickstarter", "version" : "0.1.0", "description" : "A PHP kata quickstarter with PHPUnit and grunt", "private" : true, "devDependencies" : {"grunt" : "~0.4.5", "grunt-contrib-watch" : "~0.6.1", "grunt-phpunit" : "~0.3.6"}, "author" : "Ole R\u00f6\u00dfner", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-phpunit": {"type": "string"}}, "required": ["grunt", "grunt-contrib-watch", "grunt-phpunit"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "private", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "http://id.loc.gov/ontologies/bibframe/adminMetadata": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/classification": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/heldBy": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/identifier": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/itemOf": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/physicalLocation": {"type": "array", "items": {"type": "object", "properties": {"@language": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@language", "@value"]}}, "http://id.loc.gov/ontologies/bibframe/sublocation": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}}, "required": ["@id", "@type", "http://id.loc.gov/ontologies/bibframe/adminMetadata", "http://id.loc.gov/ontologies/bibframe/classification", "http://id.loc.gov/ontologies/bibframe/heldBy", "http://id.loc.gov/ontologies/bibframe/identifier", "http://id.loc.gov/ontologies/bibframe/itemOf", "http://id.loc.gov/ontologies/bibframe/physicalLocation", "http://id.loc.gov/ontologies/bibframe/sublocation"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"@id" : "https://api.sinopia.io/resource/ffac385b-8bc5-4b65-8c48-fbcdb1c7ec09", "@type" : ["http://id.loc.gov/ontologies/bibframe/Item"], "http://id.loc.gov/ontologies/bibframe/adminMetadata" : [{"@id" : "https://api.sinopia.io/resource/a623f0a8-016d-4fc9-b5d1-7eba6caae53f"}], "http://id.loc.gov/ontologies/bibframe/classification" : [{"@id" : "https://api.sinopia.io/resource/9c6e84c4-3e74-4ff9-9b46-711f2c988415"}], "http://id.loc.gov/ontologies/bibframe/heldBy" : [{"@id" : "https://id.loc.gov/vocabulary/organizations/wau"}], "http://id.loc.gov/ontologies/bibframe/identifier" : [{"@id" : "https://api.sinopia.io/resource/02e35fba-f558-452e-8d5a-4f1ef8d7c2c5"}], "http://id.loc.gov/ontologies/bibframe/itemOf" : [{"@id" : "https://api.sinopia.io/resource/7fc0816a-161d-4672-a134-b09c3bde7685"}], "http://id.loc.gov/ontologies/bibframe/physicalLocation" : [{"@language" : "eng", "@value" : "drama"}], "http://id.loc.gov/ontologies/bibframe/sublocation" : [{"@id" : "https://api.sinopia.io/resource/381e55dd-082f-4f5c-a540-f62e958589e8"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "http://id.loc.gov/ontologies/bibframe/adminMetadata": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/classification": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/heldBy": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/identifier": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/itemOf": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}, "http://id.loc.gov/ontologies/bibframe/physicalLocation": {"type": "array", "items": {"type": "object", "properties": {"@language": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@language", "@value"]}}, "http://id.loc.gov/ontologies/bibframe/sublocation": {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}}}, "required": ["@id", "@type", "http://id.loc.gov/ontologies/bibframe/adminMetadata", "http://id.loc.gov/ontologies/bibframe/classification", "http://id.loc.gov/ontologies/bibframe/heldBy", "http://id.loc.gov/ontologies/bibframe/identifier", "http://id.loc.gov/ontologies/bibframe/itemOf", "http://id.loc.gov/ontologies/bibframe/physicalLocation", "http://id.loc.gov/ontologies/bibframe/sublocation"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"use_name.js": {"type": "integer"}, "names": {"type": "array", "items": {"type": "string"}}, "hack": {"type": "array", "items": {"type": "integer"}}, "tot": {"type": "integer"}, "cannot_more_than_1": {"type": "integer"}}, "required": ["use_name.js", "names", "hack", "tot", "cannot_more_than_1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"use_name.js" : 0, "names" : ["A", "B", "C", "D", "E"], "hack" : [0, 2], "tot" : -1, "cannot_more_than_1" : 1}
json_instruct
{"type": "object", "properties": {"use_name.js": {"type": "integer"}, "names": {"type": "array", "items": {"type": "string"}}, "hack": {"type": "array", "items": {"type": "integer"}}, "tot": {"type": "integer"}, "cannot_more_than_1": {"type": "integer"}}, "required": ["use_name.js", "names", "hack", "tot", "cannot_more_than_1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-01-11T20:13:59Z-9b85efa": {"type": "number"}, "2021-01-17T17:48:19Z-68347ba": {"type": "number"}, "2021-01-26T20:22:41Z-b1c8c53": {"type": "number"}, "2021-02-01T12:59:03Z-2b1b62d": {"type": "number"}, "2021-02-04T15:52:16Z-1e17c19": {"type": "number"}, "2021-02-09T13:55:03Z-2f7154c": {"type": "number"}, "2021-02-10T08:22:49Z-f162512": {"type": "number"}, "2021-02-10T16:28:29Z-4fdddb5": {"type": "number"}, "2021-02-11T14:25:38Z-ecbd5ba": {"type": "number"}, "2021-02-12T08:40:40Z-b5fc875": {"type": "number"}, "2021-02-14T13:43:23Z-e6cd97c": {"type": "number"}, "2021-02-15T13:22:04Z-6cafb6b": {"type": "number"}}, "required": ["2021-01-10T00:00:00Z", "2021-01-11T20:13:59Z-9b85efa", "2021-01-17T17:48:19Z-68347ba", "2021-01-26T20:22:41Z-b1c8c53", "2021-02-01T12:59:03Z-2b1b62d", "2021-02-04T15:52:16Z-1e17c19", "2021-02-09T13:55:03Z-2f7154c", "2021-02-10T08:22:49Z-f162512", "2021-02-10T16:28:29Z-4fdddb5", "2021-02-11T14:25:38Z-ecbd5ba", "2021-02-12T08:40:40Z-b5fc875", "2021-02-14T13:43:23Z-e6cd97c", "2021-02-15T13:22:04Z-6cafb6b"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2021-01-10T00:00:00Z" : 0.0133, "2021-01-11T20:13:59Z-9b85efa" : 0.0015, "2021-01-17T17:48:19Z-68347ba" : 0.0019, "2021-01-26T20:22:41Z-b1c8c53" : 0.0015, "2021-02-01T12:59:03Z-2b1b62d" : 0.0014, "2021-02-04T15:52:16Z-1e17c19" : 0.0014, "2021-02-09T13:55:03Z-2f7154c" : 0.0024, "2021-02-10T08:22:49Z-f162512" : 0.0028, "2021-02-10T16:28:29Z-4fdddb5" : 0.0037, "2021-02-11T14:25:38Z-ecbd5ba" : 0.0058, "2021-02-12T08:40:40Z-b5fc875" : 0.0129, "2021-02-14T13:43:23Z-e6cd97c" : 0.4846, "2021-02-15T13:22:04Z-6cafb6b" : 0.4669}
json_instruct
{"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-01-11T20:13:59Z-9b85efa": {"type": "number"}, "2021-01-17T17:48:19Z-68347ba": {"type": "number"}, "2021-01-26T20:22:41Z-b1c8c53": {"type": "number"}, "2021-02-01T12:59:03Z-2b1b62d": {"type": "number"}, "2021-02-04T15:52:16Z-1e17c19": {"type": "number"}, "2021-02-09T13:55:03Z-2f7154c": {"type": "number"}, "2021-02-10T08:22:49Z-f162512": {"type": "number"}, "2021-02-10T16:28:29Z-4fdddb5": {"type": "number"}, "2021-02-11T14:25:38Z-ecbd5ba": {"type": "number"}, "2021-02-12T08:40:40Z-b5fc875": {"type": "number"}, "2021-02-14T13:43:23Z-e6cd97c": {"type": "number"}, "2021-02-15T13:22:04Z-6cafb6b": {"type": "number"}}, "required": ["2021-01-10T00:00:00Z", "2021-01-11T20:13:59Z-9b85efa", "2021-01-17T17:48:19Z-68347ba", "2021-01-26T20:22:41Z-b1c8c53", "2021-02-01T12:59:03Z-2b1b62d", "2021-02-04T15:52:16Z-1e17c19", "2021-02-09T13:55:03Z-2f7154c", "2021-02-10T08:22:49Z-f162512", "2021-02-10T16:28:29Z-4fdddb5", "2021-02-11T14:25:38Z-ecbd5ba", "2021-02-12T08:40:40Z-b5fc875", "2021-02-14T13:43:23Z-e6cd97c", "2021-02-15T13:22:04Z-6cafb6b"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 40, "line_cd" : 36001, "line_name" : "\u897f\u9244\u5929\u795e\u5927\u725f\u7530\u7dda", "station_cd" : 3600147, "station_g_cd" : 3600147, "station_name" : "\u65b0\u6804\u753a", "lon" : 130.450001, "lat" : 33.038453}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"test/fixedbugs/bug447.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}, "src/pkg/runtime/alg.c": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}}, "required": ["test/fixedbugs/bug447.go", "src/pkg/runtime/alg.c"]}, "url": {"type": "null"}, "created": {"type": "string"}, "owner": {"type": "string"}, "num_comments": {"type": "integer"}, "patchset": {"type": "integer"}, "owner_email": {"type": "string"}, "issue": {"type": "integer"}, "message": {"type": "string"}, "modified": {"type": "string"}}, "required": ["files", "url", "created", "owner", "num_comments", "patchset", "owner_email", "issue", "message", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"test/fixedbugs/bug447.go" : {"status" : "A", "num_chunks" : 1, "no_base_file" : false, "property_changes" : "", "num_added" : 69, "num_removed" : 0, "id" : 10007, "is_binary" : false}, "src/pkg/runtime/alg.c" : {"status" : "M", "num_chunks" : 1, "no_base_file" : false, "property_changes" : "", "num_added" : 4, "num_removed" : 3, "id" : 10006, "is_binary" : false}}, "url" : null, "created" : "2012-07-27 00:09:52.879450", "owner" : "minux", "num_comments" : 4, "patchset" : 7, "owner_email" : "[email protected]", "issue" : 6452046, "message" : "diff -r 5d368f4de636 https://code.google.com/p/go/", "modified" : "2012-07-27 00:16:28.968410"}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"test/fixedbugs/bug447.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}, "src/pkg/runtime/alg.c": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}}, "required": ["test/fixedbugs/bug447.go", "src/pkg/runtime/alg.c"]}, "url": {"type": "null"}, "created": {"type": "string"}, "owner": {"type": "string"}, "num_comments": {"type": "integer"}, "patchset": {"type": "integer"}, "owner_email": {"type": "string"}, "issue": {"type": "integer"}, "message": {"type": "string"}, "modified": {"type": "string"}}, "required": ["files", "url", "created", "owner", "num_comments", "patchset", "owner_email", "issue", "message", "modified"], "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pipisco\\Verotel\\FlexPay\\": {"type": "string"}}, "required": ["Pipisco\\Verotel\\FlexPay\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pipisco\\Verotel\\FlexPay\\Tests\\": {"type": "string"}}, "required": ["Pipisco\\Verotel\\FlexPay\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "version", "authors", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pipisco/laravel-verotel-flexpay", "description" : "Laravel package allows you to use Verotel payment gateway and accept credit cards and other payment methods on your website.", "type" : "laravel-package", "keywords" : ["laravel", "verotel", "flexpay", "payment", "credit card", "cardbilling", "billing.creditcard", "pipisco", "btc", "bitcoin", "bitcoin.payment"], "license" : "MIT", "version" : "1.0.0", "authors" : [{"name" : "pipisco", "email" : "[email protected]", "homepage" : "https://pipisco.com/"}], "require" : {"php" : "^7.1.3"}, "require-dev" : {"phpunit/phpunit" : "^7.0"}, "autoload" : {"psr-4" : {"Pipisco\\Verotel\\FlexPay\\" : "src/Verotel/FlexPay/"}}, "autoload-dev" : {"psr-4" : {"Pipisco\\Verotel\\FlexPay\\Tests\\" : "tests/Verotel/FlexPay/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pipisco\\Verotel\\FlexPay\\": {"type": "string"}}, "required": ["Pipisco\\Verotel\\FlexPay\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pipisco\\Verotel\\FlexPay\\Tests\\": {"type": "string"}}, "required": ["Pipisco\\Verotel\\FlexPay\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "license", "version", "authors", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "type", "symbol", "decimals", "website", "description", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Aku The Bodyguard", "type" : "BEP20", "symbol" : "AKU", "decimals" : 18, "website" : "https://akuthebodyguard.com/", "description" : "Aku is an ancient benevolent witch doctor. He is no longer a \"living\".", "explorer" : "https://bscscan.com/token/0x78473c046C43b40eBf162d597D07Df3Fd9584923", "status" : "active", "id" : "0x78473c046C43b40eBf162d597D07Df3Fd9584923"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "type", "symbol", "decimals", "website", "description", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@dfuse/client": {"type": "string"}, "@types/debug": {"type": "string"}, "@types/node-fetch": {"type": "string"}, "@types/ws": {"type": "string"}, "apollo-cache-inmemory": {"type": "string"}, "apollo-client": {"type": "string"}, "apollo-link": {"type": "string"}, "apollo-link-http": {"type": "string"}, "apollo-link-ws": {"type": "string"}, "apollo-utilities": {"type": "string"}, "debug": {"type": "string"}, "eosjs": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}, "node-fetch": {"type": "string"}, "subscriptions-transport-ws": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "ws": {"type": "string"}}, "required": ["@dfuse/client", "@types/debug", "@types/node-fetch", "@types/ws", "apollo-cache-inmemory", "apollo-client", "apollo-link", "apollo-link-http", "apollo-link-ws", "apollo-utilities", "debug", "eosjs", "graphql", "graphql-tag", "node-fetch", "subscriptions-transport-ws", "ts-node", "typescript", "ws"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "example-node-graphql", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"start" : "ts-node index.ts"}, "dependencies" : {"@dfuse/client" : "^0.2.6", "@types/debug" : "^4.1.4", "@types/node-fetch" : "^2.3.3", "@types/ws" : "^6.0.1", "apollo-cache-inmemory" : "^1.5.1", "apollo-client" : "^2.5.1", "apollo-link" : "^1.2.11", "apollo-link-http" : "^1.5.14", "apollo-link-ws" : "^1.0.17", "apollo-utilities" : "^1.2.1", "debug" : "^4.1.1", "eosjs" : "^20.0.0", "graphql" : "^14.2.1", "graphql-tag" : "^2.10.1", "node-fetch" : "^2.4.1", "subscriptions-transport-ws" : "^0.9.16", "ts-node" : "^8.1.0", "typescript" : "^3.4.5", "ws" : "^6.2.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@dfuse/client": {"type": "string"}, "@types/debug": {"type": "string"}, "@types/node-fetch": {"type": "string"}, "@types/ws": {"type": "string"}, "apollo-cache-inmemory": {"type": "string"}, "apollo-client": {"type": "string"}, "apollo-link": {"type": "string"}, "apollo-link-http": {"type": "string"}, "apollo-link-ws": {"type": "string"}, "apollo-utilities": {"type": "string"}, "debug": {"type": "string"}, "eosjs": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}, "node-fetch": {"type": "string"}, "subscriptions-transport-ws": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "ws": {"type": "string"}}, "required": ["@dfuse/client", "@types/debug", "@types/node-fetch", "@types/ws", "apollo-cache-inmemory", "apollo-client", "apollo-link", "apollo-link-http", "apollo-link-ws", "apollo-utilities", "debug", "eosjs", "graphql", "graphql-tag", "node-fetch", "subscriptions-transport-ws", "ts-node", "typescript", "ws"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "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"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 176084, "UUID" : "7D067128-6923-4EC6-9D99-4115A2A1097C", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 1, "UsageCost" : "0.47 eur/kWh", "AddressInfo" : {"ID" : 176443, "Title" : "Barone Srl", "AddressLine1" : "Strada provinciale la tarantina 8", "Town" : "Gravina di puglia", "StateOrProvince" : "Bari", "Postcode" : "70024", "CountryID" : 112, "Latitude" : 40.8229, "Longitude" : 16.4341, "AccessComments" : "Charging station available within fenced private parking lot", "RelatedURL" : "https://everters.com", "DistanceUnit" : 0}, "Connections" : [{"ID" : 273564, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 6, "Voltage" : 320, "PowerKW" : 4.7, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-06-25T20:32:00Z", "DataQualityLevel" : 1, "DateCreated" : "2021-06-24T15:43:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "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"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"lie.js": {"type": "string"}, "lie.min.js": {"type": "string"}, "lie.noConflict.js": {"type": "string"}, "lie.noConflict.min.js": {"type": "string"}}, "required": ["lie.js", "lie.min.js", "lie.noConflict.js", "lie.noConflict.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lie.js" : "sha256-AjkhRTWRrrn6qD9BhsawI/k6ab9tauI3SD4ymiQZa6Q=", "lie.min.js" : "sha256-f2FdLgrbGMlIs3tMHWzN4ED+rnpVMWnZgxA1u+ITzq8=", "lie.noConflict.js" : "sha256-wh3eapVvjE+yff8GwF51x7ZNucFw9XaJheaF+cG2VxY=", "lie.noConflict.min.js" : "sha256-1Z46BhgYb8EorPfL6Zdrr7N2IV+M5qZHd6gnzGM1ipE="}
json_instruct
{"type": "object", "properties": {"lie.js": {"type": "string"}, "lie.min.js": {"type": "string"}, "lie.noConflict.js": {"type": "string"}, "lie.noConflict.min.js": {"type": "string"}}, "required": ["lie.js", "lie.min.js", "lie.noConflict.js", "lie.noConflict.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["150621101200", "\u5927\u7ea2\u594e\u6751\u59d4\u4f1a", "121", "0"], ["150621101201", "\u6881\u5bb6\u572a\u5835\u6751\u59d4\u4f1a", "220", "0"], ["150621101202", "\u5f20\u4e49\u6210\u7a91\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["150621101203", "\u86c7\u80af\u70b9\u7d20\u6751\u59d4\u4f1a", "220", "0"], ["150621101204", "\u67f3\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["150621101205", "\u6c9f\u5fc3\u53ec\u6751\u59d4\u4f1a", "220", "0"], ["150621101210", "\u9f9a\u5409\u4ec1\u6751", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"invariant": {"type": "string"}}, "required": ["invariant"]}, "peerDependencies": {"type": "object", "properties": {"react-native": {"type": "string"}}, "required": ["react-native"]}}, "required": ["name", "description", "version", "license", "main", "typings", "keywords", "scripts", "homepage", "bugs", "repository", "dependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-native-cross-settings", "description" : "React Native `Settings` module for both Android & iOS.", "version" : "2.1.0", "license" : "MIT", "main" : "./index.js", "typings" : "./index.d.ts", "keywords" : ["react-native", "settings", "javascript", "typescript", "preferences", "prefs", "android", "ios"], "scripts" : {"test" : "echo Ops!"}, "homepage" : "https://github.com/aMarCruz/react-native-cross-settings", "bugs" : {"url" : "https://github.com/aMarCruz/react-native-cross-settings/issues"}, "repository" : {"type" : "git", "url" : "https://github.com/aMarCruz/react-native-cross-settings.git"}, "dependencies" : {"invariant" : "^2.2.3"}, "peerDependencies" : {"react-native" : ">=0.57.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"invariant": {"type": "string"}}, "required": ["invariant"]}, "peerDependencies": {"type": "object", "properties": {"react-native": {"type": "string"}}, "required": ["react-native"]}}, "required": ["name", "description", "version", "license", "main", "typings", "keywords", "scripts", "homepage", "bugs", "repository", "dependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "architecture": {"type": "object", "properties": {"32bit": {"type": "object", "properties": {"url": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "string"}}, "required": ["url", "bin", "hash"]}, "64bit": {"type": "object", "properties": {"url": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "string"}}, "required": ["url", "bin", "hash"]}}, "required": ["32bit", "64bit"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}}, "required": ["version", "architecture", "homepage", "license", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.0", "architecture" : {"32bit" : {"url" : "https://github.com/replit/upm/releases/download/v1.0/upm_1.0_windows_386.tar.gz", "bin" : ["upm.exe"], "hash" : "1c83428af215109fc9af9e7e5ba61be75357ee8edf283d147f30622c917ddfb4"}, "64bit" : {"url" : "https://github.com/replit/upm/releases/download/v1.0/upm_1.0_windows_amd64.tar.gz", "bin" : ["upm.exe"], "hash" : "9d590a7beb702d6d54678a3f1766e1d7cdc2b9faa577f507c26e76cd625a687d"}}, "homepage" : "https://github.com/replit/upm", "license" : "MIT", "description" : "Universal package manager: Python, Node.js, Ruby, Emacs Lisp."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "architecture": {"type": "object", "properties": {"32bit": {"type": "object", "properties": {"url": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "string"}}, "required": ["url", "bin", "hash"]}, "64bit": {"type": "object", "properties": {"url": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "string"}}, "required": ["url", "bin", "hash"]}}, "required": ["32bit", "64bit"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}}, "required": ["version", "architecture", "homepage", "license", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 48580, "cartId" : "81c4c8e2-2e8d-463c-b736-ed73b994f5ec", "preferredProducts" : [4473, 3063, 3932, 2239, 2664, 353], "productReviews" : [{"productId" : 4715, "reviewText" : "The box this comes in is 3 kilometer by 5 inch and weights 13 ton.", "reviewDate" : "2019-10-30T19:06:33.9325485+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-cg98-rw53-3v8h", "modified" : "2022-05-01T18:34:30Z", "published" : "2022-05-01T18:34:30Z", "aliases" : ["CVE-2007-5561"], "details" : "Format string vulnerability in the logging function in the Oracle OPMN daemon, as used on Oracle Enterprise Grid Console server 10.2.0.1, allows remote attackers to execute arbitrary code via format string specifiers in the URI in an HTTP request to port 6003, aka Oracle reference number 6296175. NOTE: this might be the same issue as CVE-2007-0282 or CVE-2007-0280, but there are insufficient details to be sure.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2007-5561"}, {"type" : "WEB", "url" : "http://www.irmplc.com/index.php/111-Vendor-Alerts"}, {"type" : "WEB", "url" : "http://www.irmplc.com/index.php/142-Advisory-021"}, {"type" : "WEB", "url" : "http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpujan2007.html"}], "database_specific" : {"cwe_ids" : ["CWE-134"], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "828mk3 Hybrid", "description" : "A FireWire/USB audio interface.", "url" : "https://www.amazon.com/MOTU-828mk3-Hybrid-Firewire-Interface/dp/B0014BOXZC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006657": {"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": ["E01006657"]}, "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" : {"E01006657" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00033710", "LAD11CD" : "E08000012"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00033713", "LAD11CD" : "E08000012"}, "arcs" : [[3, -1, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00033731", "LAD11CD" : "E08000012"}, "arcs" : [[5, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00033738", "LAD11CD" : "E08000012"}, "arcs" : [[8, -6, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00033741", "LAD11CD" : "E08000012"}, "arcs" : [[-7, -9, 10, -2, -4, 11]]}]}}, "arcs" : [[[4006, 3019], [-40, 411], [-2998, 192], [2505, 630]], [[3473, 4252], [2766, 463]], [[6239, 4715], [1538, 824], [1608, -647], [184, -815], [126, -826], [-5689, -232]], [[3028, 4741], [445, -489]], [[4006, 3019], [59, -344], [2326, 124], [3608, -873], [-5902, -1926], [-2007, 2668], [-2090, 1317], [3028, 756]], [[7093, 8418], [-254, -473], [-2231, -470]], [[4608, 7475], [-694, 224], [167, -357], [-2419, -414]], [[1662, 6928], [-148, 362], [229, 423], [4369, 984], [-1103, 1155], [621, 147], [1463, -1581]], [[5925, 5510], [-1317, 1965]], [[7093, 8418], [2080, -2223], [-3248, -685]], [[5925, 5510], [314, -795]], [[3028, 4741], [44, 497], [-1410, 1690]]], "transform" : {"scale" : [5.726449747714967e-07, 6.526732521189302e-07], "translate" : [-2.954561829690311, 53.4626303678249]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006657": {"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": ["E01006657"]}, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"targetfile": {"type": "string"}, "enabled": {"type": "boolean"}, "minlevel": {"type": "string"}}, "required": ["targetfile", "enabled", "minlevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"targetfile" : "log.txt", "enabled" : true, "minlevel" : "trace"}
json_instruct
{"type": "object", "properties": {"targetfile": {"type": "string"}, "enabled": {"type": "boolean"}, "minlevel": {"type": "string"}}, "required": ["targetfile", "enabled", "minlevel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "time-grunt": {"type": "string"}, "grunt-mkdir": {"type": "string"}, "grunt-touch": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-shell": {"type": "string"}, "grunt-phplint": {"type": "string"}, "grunt-phpcs": {"type": "string"}, "grunt-phpmd": {"type": "string"}, "grunt-phpcpd": {"type": "string"}, "grunt-phpunit": {"type": "string"}, "grunt-phpdocumentor": {"type": "string"}}, "required": ["grunt", "load-grunt-tasks", "time-grunt", "grunt-mkdir", "grunt-touch", "grunt-contrib-watch", "grunt-shell", "grunt-phplint", "grunt-phpcs", "grunt-phpmd", "grunt-phpcpd", "grunt-phpunit", "grunt-phpdocumentor"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "keywords", "homepage", "author", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "juliangut-zf-maintenance", "description" : "Zend Framework maintenance module", "keywords" : ["zf2", "maintenance"], "homepage" : "https://github.com/juliangut/zf-maintenance", "author" : {"name" : "Juli\u00e1n Guti\u00e9rrez", "email" : "[email protected]", "url" : "http://juliangut.com"}, "dependencies" : {}, "devDependencies" : {"grunt" : "~0.4.5", "load-grunt-tasks" : "~0.6.0", "time-grunt" : "~1.1.1", "grunt-mkdir" : "~0.1.2", "grunt-touch" : "~0.1.0", "grunt-contrib-watch" : "~0.6.1", "grunt-shell" : "~1.1.2", "grunt-phplint" : "~0.0.5", "grunt-phpcs" : "~0.2.3", "grunt-phpmd" : "~0.1.1", "grunt-phpcpd" : "~0.1.4", "grunt-phpunit" : "~0.3.5", "grunt-phpdocumentor" : "~0.4.1"}, "repository" : {"type" : "git", "url" : "[email protected]:juliangut/zf-maintenance.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "time-grunt": {"type": "string"}, "grunt-mkdir": {"type": "string"}, "grunt-touch": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-shell": {"type": "string"}, "grunt-phplint": {"type": "string"}, "grunt-phpcs": {"type": "string"}, "grunt-phpmd": {"type": "string"}, "grunt-phpcpd": {"type": "string"}, "grunt-phpunit": {"type": "string"}, "grunt-phpdocumentor": {"type": "string"}}, "required": ["grunt", "load-grunt-tasks", "time-grunt", "grunt-mkdir", "grunt-touch", "grunt-contrib-watch", "grunt-shell", "grunt-phplint", "grunt-phpcs", "grunt-phpmd", "grunt-phpcpd", "grunt-phpunit", "grunt-phpdocumentor"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "keywords", "homepage", "author", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : "2020-12-21T22:35:36Z", "data" : [{"data_type" : "pm10", "value" : "17.57", "max" : "20.00", "min" : "14.00", "sd" : "1.65"}, {"data_type" : "pm2.5", "value" : "16.43", "max" : "20.00", "min" : "12.00", "sd" : "1.85"}, {"data_type" : "pm1", "value" : "10.53", "max" : "14.00", "min" : "5.00", "sd" : "2.11"}, {"data_type" : "pm10", "value" : "22.60", "max" : "29.00", "min" : "20.00", "sd" : "2.33", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "21.77", "max" : "27.00", "min" : "19.00", "sd" : "2.36", "sensor" : 2}, {"data_type" : "pm1", "value" : "14.63", "max" : "16.00", "min" : "14.00", "sd" : "0.61", "sensor" : 2}, {"data_type" : "pm10", "value" : "1900.60", "max" : "2322.00", "min" : "1224.00", "sd" : "280.81", "sensor" : 3}, {"data_type" : "pm2.5", "value" : "581.00", "max" : "726.00", "min" : "374.00", "sd" : "84.87", "sensor" : 3}, {"data_type" : "pm1", "value" : "108.60", "max" : "124.00", "min" : "90.00", "sd" : "8.60", "sensor" : 3}, {"data_type" : "pm10", "value" : "4.73", "max" : "10.00", "min" : "2.00", "sd" : "1.86", "sensor" : 4}, {"data_type" : "pm2.5", "value" : "1.93", "max" : "6.00", "min" : "0.00", "sd" : "1.62", "sensor" : 4}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 4}, {"data_type" : "pm10", "value" : "1435.20", "max" : "3141.00", "min" : "0.00", "sd" : "1435.22", "sensor" : 5}, {"data_type" : "pm2.5", "value" : "748.80", "max" : "827.00", "min" : "693.00", "sd" : "36.91", "sensor" : 5}, {"data_type" : "pm1", "value" : "136.27", "max" : "202.00", "min" : "105.00", "sd" : "26.18", "sensor" : 5}, {"data_type" : "pm10", "value" : "10.73", "max" : "24.00", "min" : "2.00", "sd" : "5.45", "sensor" : 6}, {"data_type" : "noise", "value" : "48.64", "max" : "65.47", "min" : "40.52", "sd" : "2.58"}, {"data_type" : "illuminance", "value" : "49.00", "max" : "49.00", "min" : "49.00", "sd" : "0.00"}, {"data_type" : "irradiance", "value" : "157.47", "max" : "184.86", "min" : "138.65", "sd" : "13.88"}, {"data_type" : "temperature", "value" : "26.08", "max" : "26.11", "min" : "26.06", "sd" : "0.11"}, {"data_type" : "humidity", "value" : "61.71", "max" : "61.84", "min" : "61.53", "sd" : "0.25"}, {"data_type" : "presure", "value" : "907.29", "max" : "907.34", "min" : "907.25", "sd" : "0.13"}, {"data_type" : "rain", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "c5de015d81c63d646b23", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1990, 5], [1996, 5], [2007, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"regexp": {"type": "string"}, "railroad-diagrams": {"type": "string"}, "atom-space-pen-views": {"type": "string"}}, "required": ["regexp", "railroad-diagrams", "atom-space-pen-views"]}}, "required": ["name", "main", "version", "description", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "regex-railroad-diagram", "main" : "./lib/regex-railroad-diagram", "version" : "0.7.4", "description" : "Display railroad diagram of regex under cursor.", "repository" : "https://github.com/klorenz/atom-regex-railroad-diagrams", "license" : "MIT", "engines" : {"atom" : ">0.50.0"}, "dependencies" : {"regexp" : "git://github.com/klorenz/regexp.git", "railroad-diagrams" : "git://github.com/klorenz/railroad-diagrams.git", "atom-space-pen-views" : "^2.0.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"regexp": {"type": "string"}, "railroad-diagrams": {"type": "string"}, "atom-space-pen-views": {"type": "string"}}, "required": ["regexp", "railroad-diagrams", "atom-space-pen-views"]}}, "required": ["name", "main", "version", "description", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prefecture" : "\u718a\u672c\u770c", "city" : "\u591a\u826f\u6728\u753a", "prefecture_kana" : "\u30af\u30de\u30e2\u30c8\u30b1\u30f3", "city_kana" : "\u30bf\u30e9\u30ae\u30de\u30c1", "code" : "435058", "code5" : "43505"}
json_instruct
{"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 63, "nazev" : "Jesen\ufffdk"}, "clipped" : true, "id" : "6c846e8ad4"}]}}, "type" : "Topology", "transform" : {"translate" : [17.22656249999995, 50.28933925329177], "scale" : [8.583068847655903e-05, 5.4805815735352315e-05]}, "arcs" : [[[0, 1023], [207, -152], [47, -88], [194, -68], [105, -116], [183, -76], [147, 44], [121, 4], [20, 15], [0, -586], [-1024, 0], [0, 1023]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.5.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.5.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.5.0"], "meta" : {"description" : "Provides a way to create a treeish category structure and then limit the association of content instances to specific sections of the tree", "homepage" : "http://plone.org/products/portal_taxonomy", "license" : "GPL"}, "versions" : {"0.5.0" : {"sha256" : "0bffb67b6f4ec112be85b4e8adba4a7bf2b2f71622d2543f756d3c10c70fd7e1", "url" : "https://files.pythonhosted.org/packages/e1/6b/869839503f6b27cac633f843f05b295de71dd6420b40d9de4909961ad747/Products.PortalTaxonomy-0.5.0.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.5.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.5.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "5e2e1b0a0e2228f420c7", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "StartTime": {"type": "integer"}}, "required": ["JobIndex", "StartTime"]}}, "LowerBound": {"type": "number"}, "Objective": {"type": "integer"}, "TimeToBest": {"type": "null"}, "Metadata": {"type": "null"}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes", "LowerBound", "Objective", "TimeToBest", "Metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Status" : 1, "TimeLimitReached" : false, "RunningTime" : "00:00:01.4440000", "StartTimes" : [{"JobIndex" : 0, "StartTime" : 51}, {"JobIndex" : 1, "StartTime" : 13}, {"JobIndex" : 2, "StartTime" : 35}, {"JobIndex" : 3, "StartTime" : 78}, {"JobIndex" : 4, "StartTime" : 37}, {"JobIndex" : 5, "StartTime" : 49}, {"JobIndex" : 6, "StartTime" : 21}, {"JobIndex" : 7, "StartTime" : 67}, {"JobIndex" : 8, "StartTime" : 14}, {"JobIndex" : 9, "StartTime" : 26}, {"JobIndex" : 10, "StartTime" : 15}, {"JobIndex" : 11, "StartTime" : 19}, {"JobIndex" : 12, "StartTime" : 59}, {"JobIndex" : 13, "StartTime" : 65}, {"JobIndex" : 14, "StartTime" : 43}, {"JobIndex" : 15, "StartTime" : 70}, {"JobIndex" : 16, "StartTime" : 10}, {"JobIndex" : 17, "StartTime" : 25}, {"JobIndex" : 18, "StartTime" : 73}, {"JobIndex" : 19, "StartTime" : 45}, {"JobIndex" : 20, "StartTime" : 17}, {"JobIndex" : 21, "StartTime" : 48}, {"JobIndex" : 22, "StartTime" : 36}, {"JobIndex" : 23, "StartTime" : 39}, {"JobIndex" : 24, "StartTime" : 5}, {"JobIndex" : 25, "StartTime" : 62}, {"JobIndex" : 26, "StartTime" : 38}, {"JobIndex" : 27, "StartTime" : 55}, {"JobIndex" : 28, "StartTime" : 72}, {"JobIndex" : 29, "StartTime" : 30}], "LowerBound" : 3815.0, "Objective" : 3815, "TimeToBest" : null, "Metadata" : null}
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "StartTime": {"type": "integer"}}, "required": ["JobIndex", "StartTime"]}}, "LowerBound": {"type": "number"}, "Objective": {"type": "integer"}, "TimeToBest": {"type": "null"}, "Metadata": {"type": "null"}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes", "LowerBound", "Objective", "TimeToBest", "Metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Holistic Digital Marketing Company Based in Iran", "description" : "Digitak Branding | Website Design | Digital Marketing | Edit | Digital Strategy Edit"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "fashionThemes": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "sources": {"type": "array", "items": {"type": "string"}}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["orderable", "fashionThemes", "sellPrice", "sources", "buyPrices"]}, "nh": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}, "variations": {"type": "object", "properties": {"berry-red": {"type": "string"}, "blue": {"type": "string"}, "green": {"type": "string"}, "mustard": {"type": "string"}, "gray": {"type": "string"}, "white": {"type": "string"}}, "required": ["berry-red", "blue", "green", "mustard", "gray", "white"]}}, "required": ["orderable", "sources", "sellPrice", "buyPrices", "variations"]}}, "required": ["nl", "nh"]}}, "required": ["id", "name", "category", "games"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "beret", "name" : "Beret", "category" : "Hats", "games" : {"nl" : {"orderable" : true, "fashionThemes" : ["Iconic"], "sellPrice" : {"currency" : "bells", "value" : 80}, "sources" : ["Labelle"], "buyPrices" : [{"currency" : "bells", "value" : 320}]}, "nh" : {"orderable" : true, "sources" : ["Able Sisters"], "sellPrice" : {"currency" : "bells", "value" : 220}, "buyPrices" : [{"currency" : "bells", "value" : 880}], "variations" : {"berry-red" : "Berry red", "blue" : "Blue", "green" : "Green", "mustard" : "Mustard", "gray" : "Gray", "white" : "White"}}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "fashionThemes": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "sources": {"type": "array", "items": {"type": "string"}}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["orderable", "fashionThemes", "sellPrice", "sources", "buyPrices"]}, "nh": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}, "variations": {"type": "object", "properties": {"berry-red": {"type": "string"}, "blue": {"type": "string"}, "green": {"type": "string"}, "mustard": {"type": "string"}, "gray": {"type": "string"}, "white": {"type": "string"}}, "required": ["berry-red", "blue", "green", "mustard", "gray", "white"]}}, "required": ["orderable", "sources", "sellPrice", "buyPrices", "variations"]}}, "required": ["nl", "nh"]}}, "required": ["id", "name", "category", "games"], "$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"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "M\u00e9zidon-Vall\u00e9e-d'Auge", "dpt" : "Calvados", "inscrits" : 7032, "abs" : 1370, "votants" : 5662, "blancs" : 104, "nuls" : 38, "exp" : 5520, "res" : [{"panneau" : "2", "voix" : 1748}, {"panneau" : "9", "voix" : 1059}, {"panneau" : "3", "voix" : 1015}, {"panneau" : "11", "voix" : 813}, {"panneau" : "1", "voix" : 324}, {"panneau" : "4", "voix" : 319}, {"panneau" : "6", "voix" : 89}, {"panneau" : "5", "voix" : 58}, {"panneau" : "8", "voix" : 54}, {"panneau" : "10", "voix" : 31}, {"panneau" : "7", "voix" : 10}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"symptoms": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["symptoms", "name", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symptoms" : {}, "name" : "Streptococcinum", "details" : "Anti-febrile action; septic symptoms in infectious diseases. Rapid in its action, especially in its effect on temperature."}
json_instruct
{"type": "object", "properties": {"symptoms": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["symptoms", "name", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"formatstyle": {"type": "object", "properties": {"spaces_for_indent": {"type": "integer"}, "use_tab_for_indent": {"type": "boolean"}, "space_after_colon": {"type": "boolean"}, "space_after_comma": {"type": "boolean"}, "new_line_before_dict_as_value": {"type": "boolean"}, "newline_before_dict_in_array": {"type": "boolean"}, "close_nested_array_on_new_line": {"type": "boolean"}, "collapse_indent_for_dict_inside_array": {"type": "boolean"}, "elements_of_array_as_value_on_separate_lines": {"type": "boolean"}, "sort_keys_by_convention": {"type": "boolean"}}, "required": ["spaces_for_indent", "use_tab_for_indent", "space_after_colon", "space_after_comma", "new_line_before_dict_as_value", "newline_before_dict_in_array", "close_nested_array_on_new_line", "collapse_indent_for_dict_inside_array", "elements_of_array_as_value_on_separate_lines", "sort_keys_by_convention"]}}, "required": ["formatstyle"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"formatstyle" : {"spaces_for_indent" : 2, "use_tab_for_indent" : false, "space_after_colon" : true, "space_after_comma" : true, "new_line_before_dict_as_value" : false, "newline_before_dict_in_array" : false, "close_nested_array_on_new_line" : true, "collapse_indent_for_dict_inside_array" : true, "elements_of_array_as_value_on_separate_lines" : true, "sort_keys_by_convention" : true}}
json_instruct
{"type": "object", "properties": {"formatstyle": {"type": "object", "properties": {"spaces_for_indent": {"type": "integer"}, "use_tab_for_indent": {"type": "boolean"}, "space_after_colon": {"type": "boolean"}, "space_after_comma": {"type": "boolean"}, "new_line_before_dict_as_value": {"type": "boolean"}, "newline_before_dict_in_array": {"type": "boolean"}, "close_nested_array_on_new_line": {"type": "boolean"}, "collapse_indent_for_dict_inside_array": {"type": "boolean"}, "elements_of_array_as_value_on_separate_lines": {"type": "boolean"}, "sort_keys_by_convention": {"type": "boolean"}}, "required": ["spaces_for_indent", "use_tab_for_indent", "space_after_colon", "space_after_comma", "new_line_before_dict_as_value", "newline_before_dict_in_array", "close_nested_array_on_new_line", "collapse_indent_for_dict_inside_array", "elements_of_array_as_value_on_separate_lines", "sort_keys_by_convention"]}}, "required": ["formatstyle"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dart.promptToUpgradeWorkspace": {"type": "boolean"}}, "required": ["dart.promptToUpgradeWorkspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dart.promptToUpgradeWorkspace" : false}
json_instruct
{"type": "object", "properties": {"dart.promptToUpgradeWorkspace": {"type": "boolean"}}, "required": ["dart.promptToUpgradeWorkspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "2005", "provinceId" : "71", "regencyId" : "04", "districtId" : "14", "name" : "Rae"}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "pack": {"type": "string"}, "start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["bootstrap", "pack", "start", "start-dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gcp-app", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"bootstrap" : "lerna bootstrap", "pack" : "lerna run pack", "start" : "lerna run start", "start-dev" : "lerna run start-dev"}, "author" : "", "license" : "ISC", "dependencies" : {"lerna" : "^3.14.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "pack": {"type": "string"}, "start": {"type": "string"}, "start-dev": {"type": "string"}}, "required": ["bootstrap", "pack", "start", "start-dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "prepublishOnly"]}}, "required": ["name", "version", "description", "author", "license", "bugs", "homepage", "keywords", "repository", "files", "main", "module", "types", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "meshoptimizer", "version" : "0.16.1", "description" : "Mesh optimizaiton library that makes meshes smaller and faster to render", "author" : "Arseny Kapoulkine", "license" : "MIT", "bugs" : "https://github.com/zeux/meshoptimizer/issues", "homepage" : "https://github.com/zeux/meshoptimizer", "keywords" : ["compression", "mesh"], "repository" : {"type" : "git", "url" : "https://github.com/zeux/meshoptimizer"}, "files" : ["*.js", "*.ts"], "main" : "index.js", "module" : "index.module.js", "types" : "index.module.d.ts", "scripts" : {"test" : "node meshopt_encoder.test.js && node meshopt_decoder.test.js", "prepublishOnly" : "npm test"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "prepublishOnly"]}}, "required": ["name", "version", "description", "author", "license", "bugs", "homepage", "keywords", "repository", "files", "main", "module", "types", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}, "version": {"type": "string"}, "lastUpdatedAt": {"type": "integer"}, "sidebar": {"type": "string"}, "previous": {"type": "object", "properties": {"title": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["title", "permalink"]}, "next": {"type": "object", "properties": {"title": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["title", "permalink"]}}, "required": ["unversionedId", "id", "isDocsHomePage", "title", "description", "source", "slug", "permalink", "editUrl", "version", "lastUpdatedAt", "sidebar", "previous", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"unversionedId" : "touchablenativefeedback", "id" : "version-0.61/touchablenativefeedback", "isDocsHomePage" : false, "title" : "TouchableNativeFeedback", "description" : "A wrapper for making views respond properly to touches (Android only). On Android this component uses native state drawable to display touch feedback.", "source" : "@site/versioned_docs/version-0.61/touchablenativefeedback.md", "slug" : "/touchablenativefeedback", "permalink" : "/docs/0.61/touchablenativefeedback", "editUrl" : "https://github.com/facebook/react-native-website/blob/master/website/versioned_docs/version-0.61/touchablenativefeedback.md", "version" : "0.61", "lastUpdatedAt" : 1539502055, "sidebar" : "version-0.61/components", "previous" : {"title" : "TouchableHighlight", "permalink" : "/docs/0.61/touchablehighlight"}, "next" : {"title" : "TouchableOpacity", "permalink" : "/docs/0.61/touchableopacity"}}
json_instruct
{"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}, "version": {"type": "string"}, "lastUpdatedAt": {"type": "integer"}, "sidebar": {"type": "string"}, "previous": {"type": "object", "properties": {"title": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["title", "permalink"]}, "next": {"type": "object", "properties": {"title": {"type": "string"}, "permalink": {"type": "string"}}, "required": ["title", "permalink"]}}, "required": ["unversionedId", "id", "isDocsHomePage", "title", "description", "source", "slug", "permalink", "editUrl", "version", "lastUpdatedAt", "sidebar", "previous", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"url": {"type": "string"}, "official_identifier": {"type": "string"}, "organisation_type": {"type": "string"}, "organisation_subtype": {"type": "string"}, "official_name": {"type": "string"}, "common_name": {"type": "string"}, "slug": {"type": "string"}, "territory_code": {"type": "string"}, "election_name": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["url", "official_identifier", "organisation_type", "organisation_subtype", "official_name", "common_name", "slug", "territory_code", "election_name", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://elections.democracyclub.org.uk/api/organisations/local-authority/PUR/1974-04-01/", "official_identifier" : "PUR", "organisation_type" : "local-authority", "organisation_subtype" : "NMD", "official_name" : "Purbeck District Council", "common_name" : "Purbeck", "slug" : "purbeck", "territory_code" : "ENG", "election_name" : "Purbeck local election", "start_date" : "1974-04-01", "end_date" : "2019-03-31"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "official_identifier": {"type": "string"}, "organisation_type": {"type": "string"}, "organisation_subtype": {"type": "string"}, "official_name": {"type": "string"}, "common_name": {"type": "string"}, "slug": {"type": "string"}, "territory_code": {"type": "string"}, "election_name": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["url", "official_identifier", "organisation_type", "organisation_subtype", "official_name", "common_name", "slug", "territory_code", "election_name", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9402190011", "district_id" : "9402190", "name" : "ABUSA"}
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": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "This PR applies a patch to llvm versions 4.x - 6.x that got applied in the master at version 7. This fixes issues when the underlying python support is the same or newer than 3.7 to reflect the return value change in PyUnicode_AsUTF8AndSize.", "user" : "DarylGrunau", "url" : "https://api.github.com/repos/spack/spack/issues/13631", "updated_at" : "2019-11-08 04:52:13", "created_at" : "2019-11-07 21:25:40", "closed_at" : "2019-11-08 01:05:17", "state" : "closed", "title" : "llvm: fix PythonString::GetString for >=python-3.7", "number" : 13631, "milestone" : null, "labels" : ["python3", "patch"], "id" : 519521771, "html_url" : "https://github.com/spack/spack/pull/13631", "assignees" : [], "comments" : 0}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "icon": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "tiers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "points": {"type": "integer"}}, "required": ["count", "points"]}}, "prerequisites": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "icon", "name", "description", "requirement", "locked_text", "type", "flags", "tiers", "prerequisites"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 2696, "icon" : "https://render.guildwars2.com/file/FE01AF14D91F52A1EF2B22FE0A552B9EE2E4C3F6/511340.png", "name" : "Daily League Participator\u2014Veteran", "description" : "Completing this achievement awards an item for Path of the Ascension II: Tapestry of Sacrifice.", "requirement" : "Increments each day after playing in 3 ranked matches.", "locked_text" : "", "type" : "Default", "flags" : ["IgnoreNearlyComplete", "Pvp", "Permanent"], "tiers" : [{"count" : 1, "points" : 1}, {"count" : 2, "points" : 1}, {"count" : 3, "points" : 1}, {"count" : 4, "points" : 1}, {"count" : 5, "points" : 1}, {"count" : 6, "points" : 1}, {"count" : 7, "points" : 1}, {"count" : 8, "points" : 1}, {"count" : 9, "points" : 1}, {"count" : 10, "points" : 1}, {"count" : 11, "points" : 1}, {"count" : 12, "points" : 1}, {"count" : 13, "points" : 1}, {"count" : 14, "points" : 1}, {"count" : 15, "points" : 1}], "prerequisites" : [2759]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "icon": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "requirement": {"type": "string"}, "locked_text": {"type": "string"}, "type": {"type": "string"}, "flags": {"type": "array", "items": {"type": "string"}}, "tiers": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "points": {"type": "integer"}}, "required": ["count", "points"]}}, "prerequisites": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "icon", "name", "description", "requirement", "locked_text", "type", "flags", "tiers", "prerequisites"], "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "TANA TORAJA", "originalFilename" : "marthen tarukbua nmr urut 1.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 76287, "noUrut" : 1, "nama" : "MARTHEN TARUKBUA, S.E.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "joni biringkanae.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 74537, "noUrut" : 2, "nama" : "JONI LAKE BIRINGKANAE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "cherie evelyn saranga' nmr urut 3.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 293605, "noUrut" : 3, "nama" : "CHERIE EVELYN SARANGA'", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MAKASSAR", "originalFilename" : "pither balalembang nmr urut 4.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 98519, "noUrut" : 4, "nama" : "PITHER BALALEMBANG, B.A.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "paulina datu bontong nmr urut 5.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 76074, "noUrut" : 5, "nama" : "PAULINA DATU BONTONG", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:24.811262", "required_by" : ["mrot"], "requires" : [], "package" : "waybackscraper"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "firefoxpwa", "pkg_version" : "1.2.1", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/firefoxpwa/blobs/sha256:322606d678649e3b358613064efb3242dfcf8fdfe6e2f7fdea126f75e54f7547"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/firefoxpwa/blobs/sha256:0bda2f63e00c22d6a8fb86ba284625b84dcf94a33d3f5d6c68a6691314b69e40"}, "monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/firefoxpwa/blobs/sha256:d917d9321b83aa6e31a5ad65f656878a316b5df6e95af85ff383dfebb00e0122"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/firefoxpwa/blobs/sha256:3d1d17cf2ddc34e185017c175c55285b89ae70ebc4f367c34af043a7a5051849"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/firefoxpwa/blobs/sha256:6f0e4d628b7d612b6c651b72b9df8f0f54f60364d5f36d67aa9849bafd6a43b3"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/firefoxpwa/blobs/sha256:ee74182cd7e9cc782ff2b67cefe7f09c29c48d1fe0e74e7814e1c5c7acb8709b"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Annezin", "dpt" : "Pas-de-Calais", "inscrits" : 4539, "abs" : 1090, "votants" : 3449, "blancs" : 278, "nuls" : 122, "exp" : 3049, "res" : [{"panneau" : "2", "voix" : 1630}, {"panneau" : "1", "voix" : 1419}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"liquid-spy": {"type": "string"}, "liquid-th-spy": {"type": "string"}, "spy": {"type": "string"}, "runghc": {"type": "string"}, "ghci": {"type": "string"}, "liquid": {"type": "string"}}, "required": ["liquid-spy", "liquid-th-spy", "spy", "runghc", "ghci", "liquid"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "quickcheck-to-liquidhaskell", "version" : "1.0.0", "main" : "", "scripts" : {"liquid-spy" : "bash -c 'spy run -n \"yarn liquid $0 $1 $2 $3\" src/'", "liquid-th-spy" : "bash -c 'spy run -n -g=$1 \"yarn liquid --ghc-option=\"-dth-dec-file\" $0 $2 $3\" src/'", "spy" : "sh -c 'spy run -n \"yarn runghc $0\" src/'", "runghc" : "stack exec -- runghc -isrc/", "ghci" : "stack exec -- ghci -isrc/", "liquid" : "stack exec -- liquid -isrc/ -ibenchmarks/"}, "repository" : "[email protected]:mustafahafidi/qc-to-lh.git", "author" : "Mustafa <[email protected]>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"liquid-spy": {"type": "string"}, "liquid-th-spy": {"type": "string"}, "spy": {"type": "string"}, "runghc": {"type": "string"}, "ghci": {"type": "string"}, "liquid": {"type": "string"}}, "required": ["liquid-spy", "liquid-th-spy", "spy", "runghc", "ghci", "liquid"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "main", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "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": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Liternum", "id" : "432911", "bbox" : [14.029821, 40.921259, 14.029821, 40.921259], "description" : "An ancient city of Campania located near the mouth of the Volturnus river; a Roman colony was established at Liternum in 194 B.C. The site is most famous as the location of the villa of Scipio Africanus, as described by Seneca.", "names" : ["Liternum"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [14.029821, 40.921259]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [14.029821, 40.921259]}, "id" : "darmc-location-18519", "type" : "Feature", "properties" : {"description" : "1:500,000 scale representative point location digitized from the Barrington Atlas of the Greek and Roman World by the Digital Atlas of Roman and Medieval Civilizations project at Harvard University.", "location_precision" : "precise", "title" : "DARMC location 18519", "link" : "http://pleiades.stoa.org/places/432911/darmc-location-18519"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "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": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3303010019", "district_id" : "3303010", "name" : "MAJASEM"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "json-server": {"type": "string"}, "pg": {"type": "string"}}, "required": ["body-parser", "json-server", "pg"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "backend", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "json-server --watch db.json --port 3001"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.19.0", "json-server" : "0.13.0", "pg" : "^8.7.1"}, "devDependencies" : {"nodemon" : "^2.0.15"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "json-server": {"type": "string"}, "pg": {"type": "string"}}, "required": ["body-parser", "json-server", "pg"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[28291456.259556003, 28438429.06952469, 28830356.562774524, 28977329.37274321]
json_instruct
{"type": "array", "items": {"type": "number"}, "$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" : "1601090032", "district_id" : "1601090", "name" : "PENILIKAN/MITRA OGAN"}
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": {"en": {"type": "object", "properties": {"fileName": {"type": "string"}, "label": {"type": "string"}}, "required": ["fileName", "label"]}}, "required": ["en"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"en" : {"fileName" : "en_EN.json", "label" : "English"}}
json_instruct
{"type": "object", "properties": {"en": {"type": "object", "properties": {"fileName": {"type": "string"}, "label": {"type": "string"}}, "required": ["fileName", "label"]}}, "required": ["en"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "entityType" : "Address", "matchCodes" : ["Good"], "name" : "75 Rue St-Louis, St-Lambert, QC J4R 2L3, Canada", "statusCode" : 200, "statusDescription" : "OK", "traceId" : "af67040b647b4855bbddbb9bb619d9be|BN20240253|7.7.0.0|", "addressLine" : "75 Rue St-Louis", "adminDistrict" : "QC", "adminDistrict2" : "Longueuil", "countryRegion" : "Canada", "formattedAddress" : "75 Rue St-Louis, St-Lambert, QC J4R 2L3, Canada", "locality" : "St-Lambert", "postalCode" : "J4R 2L3"}, "geometry" : {"type" : "Point", "coordinates" : [-73.49797, 45.49727]}, "bbox" : [-73.4995738, 45.4961458, -73.4963662, 45.4983942]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$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"}, "query": {"type": "string"}, "filename": {"type": "string"}, "card": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"?x3": {"type": "string"}, "?x4": {"type": "string"}}, "required": ["?x3", "?x4"]}}}, "required": ["name", "query", "filename", "card", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "linkedmdb", "query" : "SELECT DISTINCT ?x3 ?x4 WHERE { <http://data.linkedmdb.org/film/35975> <http://www.w3.org/2002/07/owl#sameAs> ?x2 . <http://data.linkedmdb.org/film/35975> <http://www.w3.org/2004/02/skos/core#subject> ?x3 . <http://data.linkedmdb.org/film/35975> <http://purl.org/dc/terms/date> ?x4 . <http://data.linkedmdb.org/film/35975> <http://xmlns.com/foaf/0.1/based_near> ?x5 } ", "filename" : "q81.json", "card" : 3, "results" : [{"?x3" : "http://data.linkedmdb.org/film_subject/135", "?x4" : "\"1980\""}, {"?x3" : "http://data.linkedmdb.org/film_subject/140", "?x4" : "\"1980\""}, {"?x3" : "http://data.linkedmdb.org/film_subject/176", "?x4" : "\"1980\""}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "query": {"type": "string"}, "filename": {"type": "string"}, "card": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"?x3": {"type": "string"}, "?x4": {"type": "string"}}, "required": ["?x3", "?x4"]}}}, "required": ["name", "query", "filename", "card", "results"], "$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"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ScorefamToken", "description" : "Scorefam Token (SFT) is a crypto developed to manage the subscription, referral and winning withdrawal purposes for users on the scorefam platform.", "url" : "https://scorefam.org"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [367.923, 129.273, 1, 369.261, 143.231, 1, 356.653, 143.68, 1, 332.011, 122.353, 1, 337.726, 110.167, 1, 385.331, 138.429, 1, 404.457, 124.353, 1, 395.368, 108.871, 1, 357.186, 195.296, 1, 347.039, 236.471, 1, 375.606, 287.548, 1, 377.75, 197.562, 1, 370.956, 336.633, 0, 369.326, 303.159, 1, 366.212, 125.863, 1, 373.864, 127.501, 1, 358.803, 124.072, 1, 379.973, 126.711, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"state": {"type": "object", "properties": {"_": {"type": "object", "properties": {"idle": {"type": "string"}, "off": {"type": "string"}, "on": {"type": "string"}, "paused": {"type": "string"}, "playing": {"type": "string"}, "standby": {"type": "string"}}, "required": ["idle", "off", "on", "paused", "playing", "standby"]}}, "required": ["_"]}, "title": {"type": "string"}}, "required": ["state", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"state" : {"_" : {"idle" : "Inaktiv", "off" : "Av", "on" : "P\u00e5", "paused" : "Pauset", "playing" : "Spiller", "standby" : "Hvilemodus"}}, "title" : "Mediaspiller"}
json_instruct
{"type": "object", "properties": {"state": {"type": "object", "properties": {"_": {"type": "object", "properties": {"idle": {"type": "string"}, "off": {"type": "string"}, "on": {"type": "string"}, "paused": {"type": "string"}, "playing": {"type": "string"}, "standby": {"type": "string"}}, "required": ["idle", "off", "on", "paused", "playing", "standby"]}}, "required": ["_"]}, "title": {"type": "string"}}, "required": ["state", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-4xjc-qqh2-pgwj", "modified" : "2021-12-04T00:01:26Z", "published" : "2021-12-02T00:00:37Z", "aliases" : ["CVE-2021-26334"], "details" : "The AMDPowerProfiler.sys driver of AMD ?Prof tool may allow lower privileged users to access MSRs in kernel which may lead to privilege escalation and ring-0 code execution by the lower privileged user.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-26334"}, {"type" : "WEB", "url" : "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1016"}], "database_specific" : {"cwe_ids" : ["CWE-269"], "severity" : "CRITICAL", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"koa": {"type": "string"}, "request": {"type": "string"}}, "required": ["koa", "request"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["mocha", "supertest"]}}, "required": ["name", "version", "description", "author", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "api_proxy", "version" : "0.0.1", "description" : "a http proxy for some cors request", "author" : "moonou <[email protected]>", "scripts" : {"test" : "mocha"}, "dependencies" : {"koa" : "^1.2.4", "request" : "^2.76.0"}, "devDependencies" : {"mocha" : "^3.1.2", "supertest" : "^2.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"koa": {"type": "string"}, "request": {"type": "string"}}, "required": ["koa", "request"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["mocha", "supertest"]}}, "required": ["name", "version", "description", "author", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_check" : "2022-03-05T05:22:49Z", "pypi_version" : "22.0.3"}
json_instruct
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ptf", "description" : "The Penetration Testers Framework (PTF) is a way for modular support for up-to-date tools.", "license" : null, "starNum" : 1406, "folkNum" : 477, "watchNum" : 1406, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"defaultValue": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["defaultValue", "name", "description", "type"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"properties" : [{"defaultValue" : true, "name" : "camel.component.pubnub.enabled", "description" : "Enable pubnub component", "type" : "java.lang.Boolean"}]}
json_instruct
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"defaultValue": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["defaultValue", "name", "description", "type"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}}, "required": ["description", "code", "ldc", "constructores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "LocalTimeStringConverter", "description" : "", "parametros" : [{"nombre" : "DateTimeFormatter parser", "description" : ""}, {"nombre" : "FormatStyle timeStyle", "description" : ""}, {"nombre" : "Locale locale", "description" : ""}, {"nombre" : "DateTimeFormatter formatter", "description" : ""}]}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}}, "required": ["description", "code", "ldc", "constructores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "57743989", "name" : "Obelisk Rise", "nodes" : [{"type" : "node", "id" : 715930107, "lat" : 52.2792119, "lon" : -0.8977653}, {"type" : "node", "id" : 715930108, "lat" : 52.2793275, "lon" : -0.8981216}, {"type" : "node", "id" : 715930109, "lat" : 52.2795049, "lon" : -0.8983057}, {"type" : "node", "id" : 1027985675, "lat" : 52.2792522, "lon" : -0.8979542}, {"type" : "node", "id" : 2618811721, "lat" : 52.2791475, "lon" : -0.8974376}, {"type" : "node", "id" : 3523416481, "lat" : 52.2791958, "lon" : -0.8976269}], "volunteer_postcode" : "NN2 8ST", "closest_distance" : 204}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[132.625, 27.583333333333332], [132.625, 27.666666666666668], [132.75, 27.666666666666668], [132.75, 27.583333333333332], [132.625, 27.583333333333332]]]}, "properties" : {"code" : 413235, "url" : "http://madefor.github.io/0410/api/v1/413235.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/413235.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"homepage": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "installer": {"type": "object", "properties": {"script": {"type": "string"}}, "required": ["script"]}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["homepage", "license", "version", "url", "hash", "installer", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"homepage" : "http://drjava.org", "license" : "BSD-3-Clause", "version" : "beta-20190813-220051", "url" : "https://downloads.sourceforge.net/project/drjava/1.%20DrJava%20Stable%20Releases/drjava-beta-20190813-220051/drjava-beta-20190813-220051.jar#/drjava.jar", "hash" : "sha1:8490e4a9ddaee547abd0f8bc35574d98ad9dcaec", "installer" : {"script" : "Set-Content \"$dir\\DrJava.bat\" '@start javaw.exe -jar \"%~dp0\\DrJava.jar\" %*' -Encoding Ascii"}, "bin" : "DrJava.bat", "shortcuts" : [["DrJava.bat", "DrJava"]], "checkver" : {"url" : "https://sourceforge.net/projects/drjava/files/1.%20DrJava%20Stable%20Releases/", "regex" : "drjava-(beta-\\d{8}-\\d{6})"}, "autoupdate" : {"url" : "https://downloads.sourceforge.net/project/drjava/1.%20DrJava%20Stable%20Releases/drjava-$version/drjava-$version.jar#/drjava.jar"}}
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "installer": {"type": "object", "properties": {"script": {"type": "string"}}, "required": ["script"]}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "regex": {"type": "string"}}, "required": ["url", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["homepage", "license", "version", "url", "hash", "installer", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"prod": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}, "categories": {"type": "object", "properties": {"auth": {"type": "object", "properties": {"cognito53747ef3": {"type": "object", "properties": {}, "required": []}}, "required": ["cognito53747ef3"]}}, "required": ["auth"]}}, "required": ["awscloudformation", "categories"]}}, "required": ["prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prod" : {"awscloudformation" : {"AuthRoleName" : "otc-ui-20181228134419-authRole", "UnauthRoleArn" : "arn:aws:iam::690799348346:role/otc-ui-20181228134419-unauthRole", "AuthRoleArn" : "arn:aws:iam::690799348346:role/otc-ui-20181228134419-authRole", "Region" : "us-west-2", "DeploymentBucketName" : "otc-ui-20181228134419-deployment", "UnauthRoleName" : "otc-ui-20181228134419-unauthRole", "StackName" : "otc-ui-20181228134419", "StackId" : "arn:aws:cloudformation:us-west-2:690799348346:stack/otc-ui-20181228134419/bb3c74f0-0ae9-11e9-864a-503aca41a061"}, "categories" : {"auth" : {"cognito53747ef3" : {}}}}}
json_instruct
{"type": "object", "properties": {"prod": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}, "categories": {"type": "object", "properties": {"auth": {"type": "object", "properties": {"cognito53747ef3": {"type": "object", "properties": {}, "required": []}}, "required": ["cognito53747ef3"]}}, "required": ["auth"]}}, "required": ["awscloudformation", "categories"]}}, "required": ["prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "beer_Barock-Dunkel", "brewery" : "Klosterbrauerei Weltenburg", "name" : "Barock-Dunkel", "abv" : "4.7", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "releaseTime": {"type": "integer"}, "languageCode": {"type": "string"}, "dataStructureUpdates": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "operation": {"type": "string"}, "releaseStatus": {"type": "string"}}, "required": ["name", "description", "operation", "releaseStatus"]}}, "updateType": {"type": "string"}}, "required": ["version", "description", "releaseTime", "languageCode", "dataStructureUpdates", "updateType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "0.0.0.1642412088", "description" : "Draft", "releaseTime" : 1642412088, "languageCode" : "no", "dataStructureUpdates" : [{"name" : "DATASET_A", "description" : "Dataset A", "operation" : "ADD", "releaseStatus" : "PENDING_RELEASE"}, {"name" : "DATASET_B", "description" : "Dataset B", "operation" : "ADD", "releaseStatus" : "DRAFT"}], "updateType" : "MINOR"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "releaseTime": {"type": "integer"}, "languageCode": {"type": "string"}, "dataStructureUpdates": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "operation": {"type": "string"}, "releaseStatus": {"type": "string"}}, "required": ["name", "description", "operation", "releaseStatus"]}}, "updateType": {"type": "string"}}, "required": ["version", "description", "releaseTime", "languageCode", "dataStructureUpdates", "updateType"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Osterbergschule\nF\u00f6rderschule Schwerpunkt Lernen", "id" : "NI-94638-0", "address" : "Stettiner Stra\u00dfe 2, 37581\u00a0Bad Gandersheim", "school_type" : "F\u00f6S Lernen", "phone" : "05382 1295", "programs" : {"programs" : []}, "state" : "NI", "lon" : 10.037292, "lat" : 51.868336}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See df-ch0 on Metamath](http://us.metamath.org/mpegif/df-ch0.html)"}], "names" : ["df-ch0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_c0h", "#T_wceq", "#T_csn--1", "#T_c0v", "#T_csn--2"], "metaLanguage" : "METAMATH", "remarks" : " Define the zero for closed subspaces of Hilbert space. See ~ h0elch for closure law. (Contributed by NM, 30-May-1999.) (New usage is discouraged.) ", "statement" : "df-ch0 $p |- 0H = { 0h } $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"skins/default.js": {"type": "string"}, "skins/lowkey.js": {"type": "string"}, "skins/narrow.js": {"type": "string"}, "wavedrom.js": {"type": "string"}, "wavedrom.min.js": {"type": "string"}}, "required": ["skins/default.js", "skins/lowkey.js", "skins/narrow.js", "wavedrom.js", "wavedrom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skins/default.js" : "sha512-6yAMEq8SgCOvdcRz8Bs3q71VCoKyqa/m8G2thb540nAFi8kjQGZ+NB71steKODgZKYDNH86NhMBSN6aAyKdzmg==", "skins/lowkey.js" : "sha512-otSGjNk4fpJXjD7kV7usUzyVJa1+4M8f7NApvkW+vKheGzsXb0GpjGJS4yUEl/WdOULYAsM4zJbr5vZO6/QcjQ==", "skins/narrow.js" : "sha512-3AiJYrKUxl2Hx2NVAojRLIo4VFeHeUZiXt5MkPUy6l2BZmlu+Aeku1EL4CYRO09SIycZ5a7GJACjtatSZ3S/Ew==", "wavedrom.js" : "sha512-vr2AAW/QYaDzWizkIvaEnbQIJEkG+PyM8bn5P7Z6R04s+wsllFoLBD8EoBdvILPzOB1ay0urfPu9p+tnCubVBA==", "wavedrom.min.js" : "sha512-JYXJWD2DZQlhquQJv3bpFCapQ7D3MsnnPTj3ayKjfW5wAF/491E8CQulEZaZ6tDbr/j9Viwv4jrluo62Dc+AmQ=="}
json_instruct
{"type": "object", "properties": {"skins/default.js": {"type": "string"}, "skins/lowkey.js": {"type": "string"}, "skins/narrow.js": {"type": "string"}, "wavedrom.js": {"type": "string"}, "wavedrom.min.js": {"type": "string"}}, "required": ["skins/default.js", "skins/lowkey.js", "skins/narrow.js", "wavedrom.js", "wavedrom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"port": {"type": "integer"}, "video": {"type": "boolean"}, "browser": {"type": "string"}}, "required": ["port", "video", "browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"port" : 60154, "video" : false, "browser" : "electron"}
json_instruct
{"type": "object", "properties": {"port": {"type": "integer"}, "video": {"type": "boolean"}, "browser": {"type": "string"}}, "required": ["port", "video", "browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "middle voice from a compound of G575 (\u1f00\u03c0\u03bf\u03bb\u03bf\u03b3\u03ad\u03bf\u03bc\u03b1\u03b9) and G3056 (\u1f00\u03c0\u03bf\u03bb\u03bf\u03b3\u03ad\u03bf\u03bc\u03b1\u03b9);", "kjv_def" : "answer (for self), make defence, excuse (self), speak for self", "lemma" : "\u1f00\u03c0\u03bf\u03bb\u03bf\u03b3\u03ad\u03bf\u03bc\u03b1\u03b9", "frequency" : 9, "strongs_def" : " to give an account (legal plea) of oneself, i.e. exculpate (self)", "outline" : "<ol><li> to defend one's self, make one's defence</li><li> to defend a person or a thing</li><li> to give a full account of<ol><li> to calculate or consider well</li></ol></li></ol>"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"p" : "ce7a8bb8-7dfd-4cfe-b60f-96ad878ee781", "d" : 226}, {"p" : "68d8a00f-6421-49e1-b8ab-22d9b30e352c", "d" : 74}, {"p" : "72b39c81-2a95-401b-98a5-7d94cc2a71e0", "d" : 64}, {"p" : "fbc3c33f-bd54-402f-be04-43ebff046d1b", "d" : 65}, {"p" : "b3830133-8d98-4f59-bebd-be89ca9c958b", "d" : 68}, {"p" : "e7802718-bccf-4744-bcd2-ea54566d70fa", "d" : 58}, {"p" : "b5940385-46d7-4559-b051-d8cbcad0f3af", "d" : 50}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Saurabh Agarwal"}, {"author" : "Ashish Rana"}, {"author" : "Gaurav Gupta"}, {"author" : "Deepak Raghav"}, {"author" : "Rajeev K Sharma"}], "doi" : "10.13107/jocr.2250-0685.668", "publication_date" : "2017-06-21", "id" : "EN114015", "url" : "https://pubmed.ncbi.nlm.nih.gov/28630832", "source" : "Journal of orthopaedic case reports", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We are presenting a rare case report of 75-year-old female with severe osteoarthritis of the left knee with DVT of the left lower limb in which TKA was done in a prediagnosed case of DVT. IVC filter placement was done before TKA for prevention of fatal PTE, and medical management was done for DVT."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"fluentMethods": {"type": "boolean"}, "relationships": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}}, "required": ["fieldName", "fieldType"]}}, "changelogDate": {"type": "string"}, "dto": {"type": "string"}, "service": {"type": "string"}, "entityTableName": {"type": "string"}, "jpaMetamodelFiltering": {"type": "boolean"}, "pagination": {"type": "string"}}, "required": ["fluentMethods", "relationships", "fields", "changelogDate", "dto", "service", "entityTableName", "jpaMetamodelFiltering", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fluentMethods" : true, "relationships" : [], "fields" : [{"fieldName" : "name", "fieldType" : "String"}, {"fieldName" : "author", "fieldType" : "String"}, {"fieldName" : "pubYear", "fieldType" : "String"}, {"fieldName" : "publisher", "fieldType" : "String"}, {"fieldName" : "price", "fieldType" : "BigDecimal"}], "changelogDate" : "20191109023550", "dto" : "mapstruct", "service" : "no", "entityTableName" : "book", "jpaMetamodelFiltering" : false, "pagination" : "no"}
json_instruct
{"type": "object", "properties": {"fluentMethods": {"type": "boolean"}, "relationships": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldName": {"type": "string"}, "fieldType": {"type": "string"}}, "required": ["fieldName", "fieldType"]}}, "changelogDate": {"type": "string"}, "dto": {"type": "string"}, "service": {"type": "string"}, "entityTableName": {"type": "string"}, "jpaMetamodelFiltering": {"type": "boolean"}, "pagination": {"type": "string"}}, "required": ["fluentMethods", "relationships", "fields", "changelogDate", "dto", "service", "entityTableName", "jpaMetamodelFiltering", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "dpaUrl": {"type": "string"}, "dsarUrl": {"type": "string"}, "iconUrl": {"type": "string"}, "twitter": {"type": "string"}, "website": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "contacts": {"type": "array", "items": {}}, "verified": {"type": "boolean"}, "countryHQ": {"type": "string"}, "statusUrl": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "privacyUrl": {"type": "string"}, "dataCenters": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "dataBreaches": {"type": "array", "items": {}}, "applicationUrl": {"type": "string"}, "certifications": {"type": "array", "items": {}}, "gdprReadyStatus": {"type": "string"}, "hostingPartners": {"type": "array", "items": {"type": "string"}}, "subprocessorsUrl": {"type": "string"}, "bugBountyProgramUrl": {"type": "string"}}, "required": ["id", "name", "dpaUrl", "dsarUrl", "iconUrl", "twitter", "website", "articles", "contacts", "verified", "countryHQ", "statusUrl", "categories", "privacyUrl", "dataCenters", "description", "dataBreaches", "applicationUrl", "certifications", "gdprReadyStatus", "hostingPartners", "subprocessorsUrl", "bugBountyProgramUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "polydone", "name" : "Polydone", "dpaUrl" : "https://www.polydone.com/privacy", "dsarUrl" : "", "iconUrl" : "https://res.cloudinary.com/gdprtracker-io/image/upload/v1527601317/polydone.png", "twitter" : "polydonehq", "website" : "https://www.polydone.com", "articles" : [{"url" : "https://www.polydone.com/security"}], "contacts" : [], "verified" : true, "countryHQ" : "GB", "statusUrl" : "", "categories" : ["Project Management", "Productivity", "Enterprise"], "privacyUrl" : "https://www.polydone.com/privacy", "dataCenters" : ["EU"], "description" : "The Enterprise Productivity Platform", "dataBreaches" : [], "applicationUrl" : "https://new.polydone.com/login", "certifications" : [], "gdprReadyStatus" : "ready", "hostingPartners" : ["AWS"], "subprocessorsUrl" : "", "bugBountyProgramUrl" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "dpaUrl": {"type": "string"}, "dsarUrl": {"type": "string"}, "iconUrl": {"type": "string"}, "twitter": {"type": "string"}, "website": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "contacts": {"type": "array", "items": {}}, "verified": {"type": "boolean"}, "countryHQ": {"type": "string"}, "statusUrl": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "privacyUrl": {"type": "string"}, "dataCenters": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "dataBreaches": {"type": "array", "items": {}}, "applicationUrl": {"type": "string"}, "certifications": {"type": "array", "items": {}}, "gdprReadyStatus": {"type": "string"}, "hostingPartners": {"type": "array", "items": {"type": "string"}}, "subprocessorsUrl": {"type": "string"}, "bugBountyProgramUrl": {"type": "string"}}, "required": ["id", "name", "dpaUrl", "dsarUrl", "iconUrl", "twitter", "website", "articles", "contacts", "verified", "countryHQ", "statusUrl", "categories", "privacyUrl", "dataCenters", "description", "dataBreaches", "applicationUrl", "certifications", "gdprReadyStatus", "hostingPartners", "subprocessorsUrl", "bugBountyProgramUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"itemDisplayName" : "Create a new VM in a lab", "description" : "This template creates a new VM in a DevTestLab / DTL instance", "summary" : "This template creates a new VM in a DevTestLab instance", "githubUsername" : "mithunshanbhag", "dateUpdated" : "2015-11-11"}
json_instruct
{"type": "object", "properties": {"itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["itemDisplayName", "description", "summary", "githubUsername", "dateUpdated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_info" : {"project_number" : "643310719691", "firebase_url" : "https://foodfunfashion-yc.firebaseio.com", "project_id" : "foodfunfashion-yc", "storage_bucket" : "foodfunfashion-yc.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:643310719691:android:fcf60621af261c15a3414e", "android_client_info" : {"package_name" : "com.divyaheram.apps.foodfunfashion"}}, "oauth_client" : [{"client_id" : "643310719691-26j706ucdabc0oo8l3h27ab1ek95geqk.apps.googleusercontent.com", "client_type" : 3}], "api_key" : [{"current_key" : "AIzaSyAaIee_RMUV9L8eJLLFkKmJJGxIYwGc1PM"}], "services" : {"appinvite_service" : {"other_platform_oauth_client" : [{"client_id" : "643310719691-26j706ucdabc0oo8l3h27ab1ek95geqk.apps.googleusercontent.com", "client_type" : 3}]}}}], "configuration_version" : "1"}
json_instruct
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"children": {"type": "array", "items": {}}, "instruments": {"type": "array", "items": {"type": "string"}}, "parents": {"type": "array", "items": {"type": "string"}}, "root": {"type": "string"}}, "required": ["children", "instruments", "parents", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"children" : [], "instruments" : ["synthesizer", "audio_editor", "computer", "digital_audio_workstation", "sampler"], "parents" : ["trip_hop", "uk_garage", "house", "grime", "2-step_garage", "idm", "dubstep", "chillout", "techno", "ambient", "breakbeat", "drumstep"], "root" : "future garage"}
json_instruct
{"type": "object", "properties": {"children": {"type": "array", "items": {}}, "instruments": {"type": "array", "items": {"type": "string"}}, "parents": {"type": "array", "items": {"type": "string"}}, "root": {"type": "string"}}, "required": ["children", "instruments", "parents", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:30.191874", "required_by" : ["rockettm"], "requires" : [], "package" : "basicevents"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "requirements": {"type": "string"}, "stats": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "requirements", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 4786, "type" : 2, "name" : "Arco de Aquivyfo", "level" : 39, "pods" : 33, "ethereal" : true, "requirements" : "CA>37", "stats" : ["3", "4", "2", "7", "30", "50", "0", "1", "1"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "requirements": {"type": "string"}, "stats": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "requirements", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"skills": {"type": "object", "properties": {"front-end": {"type": "array", "items": {"type": "string"}}, "back-end": {"type": "array", "items": {"type": "string"}}, "database": {"type": "array", "items": {"type": "string"}}, "hybrid": {"type": "array", "items": {"type": "string"}}, "mobile": {"type": "array", "items": {"type": "string"}}, "others": {"type": "array", "items": {"type": "string"}}}, "required": ["front-end", "back-end", "database", "hybrid", "mobile", "others"]}}, "required": ["skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skills" : {"front-end" : ["Html5", "Css3", "Sass", "Less", "Bootstrap", "Material Design", "JavaScritp", "Jquery", "TypeScript", "Coffeescript", "Jade", "Jasmine", "Karma", "Protractor", "AngularJs", "Angular.IO", "Angular.IO", "Vue.js", "Backbone", "D3.js", "Three.js", "Gulp", "Grunt", "Mocha", "chai", "SinonJS", "Jest"], "back-end" : ["NodeJs", "Express", "Python", "Flask", "Django", "Java", "Golang", "PHP", "Laravel", "Zend", "Symfony", "Ruby", "Ruby on Rails", "Electron", "Webpack", "Socket.IO"], "database" : ["MongoDB", "Firebase", "PostgreSQL", "Postgis", "Mysql", "Sqlite"], "hybrid" : ["Ionic", "PhoneGap", "Cordova", "Apache Cordova", "ElectronJs"], "mobile" : ["Android"], "others" : ["Git", "Docker", "Vagrant", "Apache", "Nginx"]}}
json_instruct
{"type": "object", "properties": {"skills": {"type": "object", "properties": {"front-end": {"type": "array", "items": {"type": "string"}}, "back-end": {"type": "array", "items": {"type": "string"}}, "database": {"type": "array", "items": {"type": "string"}}, "hybrid": {"type": "array", "items": {"type": "string"}}, "mobile": {"type": "array", "items": {"type": "string"}}, "others": {"type": "array", "items": {"type": "string"}}}, "required": ["front-end", "back-end", "database", "hybrid", "mobile", "others"]}}, "required": ["skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"tauCharts.dark.min.css": {"type": "string"}, "tauCharts.default.min.css": {"type": "string"}, "tauCharts.min.css": {"type": "string"}, "tauCharts.min.js": {"type": "string"}, "tauCharts.normalize.min.css": {"type": "string"}}, "required": ["tauCharts.dark.min.css", "tauCharts.default.min.css", "tauCharts.min.css", "tauCharts.min.js", "tauCharts.normalize.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tauCharts.dark.min.css" : "sha512-HH0oLWjlNNbkmI55PjL8SxAHl+rq4/csDN413eORJaojhYuGpbrbDOwEP8lWB36omYUtYOvv1Z3FJIezTdFdow==", "tauCharts.default.min.css" : "sha512-OujrnsuzLSF6I5mg8cJC4M8h0reWzLNGo0+ri0m3M2ADo4LNVbq1UF3bM4ffjcRZVo6MLzPGCIxnSpUG2YjfzA==", "tauCharts.min.css" : "sha512-OujrnsuzLSF6I5mg8cJC4M8h0reWzLNGo0+ri0m3M2ADo4LNVbq1UF3bM4ffjcRZVo6MLzPGCIxnSpUG2YjfzA==", "tauCharts.min.js" : "sha512-ovAuhJQSPlnljfehopGTPqN5yD+NUKYzNRl69GnwBIc9GTcFvrgNGlk28Zd5lZFu7FMs31uQszjXOWBLB9wu3w==", "tauCharts.normalize.min.css" : "sha512-0SVtNHJ3QYcLQu+vCeWoEq1G6Wd46F+Ce7J6+Pi7rfto2jHDn4YwVgG0uXemGXOZgfa2Wd0jfZHW1bB1XogOig=="}
json_instruct
{"type": "object", "properties": {"tauCharts.dark.min.css": {"type": "string"}, "tauCharts.default.min.css": {"type": "string"}, "tauCharts.min.css": {"type": "string"}, "tauCharts.min.js": {"type": "string"}, "tauCharts.normalize.min.css": {"type": "string"}}, "required": ["tauCharts.dark.min.css", "tauCharts.default.min.css", "tauCharts.min.css", "tauCharts.min.js", "tauCharts.normalize.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "prolusion", "definition" : "A trial before the principal performance; a prelude; hence, an introductory essay or exercise. \"Domestic prolusions.\" Thackeray. Her presence was in some measure a restraint on the worthy divine, whose prolusion lasted. Sir W. Scott."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "null"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "code_snippets", "description" : null, "license" : null, "starNum" : 189, "folkNum" : 228, "watchNum" : 189, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "null"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.198918, 33.932069], [-118.198487, 33.935888], [-118.18174, 33.934363], [-118.186576, 33.923398], [-118.190524, 33.924667], [-118.18923, 33.927301], [-118.19837, 33.929941], [-118.197571, 33.931915], [-118.198918, 33.932069]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 10670}}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "\u6700\u65b0\u706b\u7206\u7f51\u7ea2\u7f8e\u5c11\u5973\u96fe\u679d\u59ec\u65b0\u6625\u7279\u8f91\u6211\u548c\u4f60\u7684\u767d\u8272\u5e8a\u5355\u5b8c\u7f8e\u8eab\u6750\u6781\u81f4\u7f8e\u7a74\u591a\u4f53\u4f4d\u73a9\u7c89\u7a74\u9ad8\u6e05\u5b8c\u6574\u7248", "size" : 9906840, "link" : "https://streamtape.com/e/dk9Bd7MmG0skapO", "created_at" : "2022\u5e7404\u670824\u65e5 06:29:18", "downloads" : 0, "linkid" : "dk9Bd7MmG0skapO", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u6700\u65b0\u706b\u7206\u7f51\u7ea2\u7f8e\u5c11\u5973\u96fe\u679d\u59ec\u65b0\u6625\u7279\u8f91\u6211\u548c\u4f60\u7684\u767d\u8272\u5e8a\u5355\u5b8c\u7f8e\u8eab\u6750\u6781\u81f4\u7f8e\u7a74\u591a\u4f53\u4f4d\u73a9\u7c89\u7a74\u9ad8\u6e05\u5b8c\u6574\u7248", "thumbUrl" : "https://thumb.tapecontent.net/thumb/dk9Bd7MmG0skapO/okDZJ9MqX2c9Dm.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "compatibleCoreVersion": {"type": "string"}, "manifestPlusVersion": {"type": "string"}, "system": {"type": "array", "items": {"type": "string"}}, "minimumSystemVersion": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "url": {"type": "string"}, "manifest": {"type": "string"}, "download": {"type": "string"}, "license": {"type": "string"}, "readme": {"type": "string"}, "bugs": {"type": "string"}, "changelog": {"type": "string"}, "packs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "path": {"type": "string"}, "private": {"type": "boolean"}, "entity": {"type": "string"}}, "required": ["name", "label", "path", "private", "entity"]}}}, "required": ["name", "title", "description", "author", "authors", "version", "minimumCoreVersion", "compatibleCoreVersion", "manifestPlusVersion", "system", "minimumSystemVersion", "dependencies", "url", "manifest", "download", "license", "readme", "bugs", "changelog", "packs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dmc-pathfinder-macros", "title" : "DrMcCoy's Pathfinder Macros", "description" : "A collection of useful macros for Pathfinder 1e", "author" : "Sven \"DrMcCoy\" Hesse", "authors" : [{"name" : "Sven \"DrMcCoy\" Hesse", "email" : "[email protected]", "url" : "https://drmccoy.de/"}], "version" : "0.3.0", "minimumCoreVersion" : "9.236", "compatibleCoreVersion" : "9", "manifestPlusVersion" : "1.2.0", "system" : ["pf1"], "minimumSystemVersion" : "0.80.7", "dependencies" : [{"name" : "pf1", "type" : "system"}], "url" : "https://github.com/DrMcCoy/dmc-pathfinder-macros", "manifest" : "https://github.com/DrMcCoy/dmc-pathfinder-macros/releases/latest/download/module.json", "download" : "https://github.com/DrMcCoy/dmc-pathfinder-macros/releases/latest/download/module.zip", "license" : "./LICENSE", "readme" : "./README.md", "bugs" : "https://github.com/DrMcCoy/dmc-pathfinder-macros/issues", "changelog" : "https://github.com/DrMcCoy/dmc-pathfinder-macros/raw/main/ChangeLog", "packs" : [{"name" : "macros", "label" : "DMC Macros", "path" : "packs/dmc-macros.db", "private" : false, "entity" : "Macro"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "compatibleCoreVersion": {"type": "string"}, "manifestPlusVersion": {"type": "string"}, "system": {"type": "array", "items": {"type": "string"}}, "minimumSystemVersion": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}, "url": {"type": "string"}, "manifest": {"type": "string"}, "download": {"type": "string"}, "license": {"type": "string"}, "readme": {"type": "string"}, "bugs": {"type": "string"}, "changelog": {"type": "string"}, "packs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "path": {"type": "string"}, "private": {"type": "boolean"}, "entity": {"type": "string"}}, "required": ["name", "label", "path", "private", "entity"]}}}, "required": ["name", "title", "description", "author", "authors", "version", "minimumCoreVersion", "compatibleCoreVersion", "manifestPlusVersion", "system", "minimumSystemVersion", "dependencies", "url", "manifest", "download", "license", "readme", "bugs", "changelog", "packs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 5664, "surahNumber" : "077", "ayatNumber" : "042", "arabic" : "\u0648\u064e\u0641\u064e\u0648\u064e\u0627\u0643\u0650\u0647\u064e \u0645\u0650\u0645\u0651\u064e\u0627 \u064a\u064e\u0634\u0652\u062a\u064e\u0647\u064f\u0648\u0646\u064e", "english" : "And fruits, such as they desire.", "bengali" : "\u098f\u09ac\u0982 \u09a4\u09be\u09a6\u09c7\u09b0 \u09ac\u09be\u099e\u09cd\u099b\u09bf\u09a4 \u09ab\u09b2-\u09ae\u09c2\u09b2\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7\u0964"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}