input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"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" : [[[128.5, 27.833333333333332], [128.5, 27.916666666666668], [128.625, 27.916666666666668], [128.625, 27.833333333333332], [128.5, 27.833333333333332]]]}, "properties" : {"code" : 412864, "url" : "http://madefor.github.io/0410/api/v1/412864.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/412864.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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "startTimeInSeconds": {"type": "string"}, "seasonNumber": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "seasonPassUnlockHash": {"type": "integer"}, "seasonPassProgressionHash": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "hash": {"type": "integer"}}, "required": ["index", "startTimeInSeconds", "seasonNumber", "blacklisted", "redacted", "seasonPassUnlockHash", "seasonPassProgressionHash", "displayProperties", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 6, "startTimeInSeconds" : "0", "seasonNumber" : 7, "blacklisted" : false, "redacted" : false, "seasonPassUnlockHash" : 0, "seasonPassProgressionHash" : 0, "displayProperties" : {"hasIcon" : false, "description" : "A new season has begun! Lavish yourself in gifts from the mighty Emperor Calus. Seek lost treasures throughout the system.", "name" : "Season of Opulence"}, "hash" : 4275747712}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "startTimeInSeconds": {"type": "string"}, "seasonNumber": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "seasonPassUnlockHash": {"type": "integer"}, "seasonPassProgressionHash": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "hash": {"type": "integer"}}, "required": ["index", "startTimeInSeconds", "seasonNumber", "blacklisted", "redacted", "seasonPassUnlockHash", "seasonPassProgressionHash", "displayProperties", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3312060", "regency_id" : "3312", "name" : "KARANGTENGAH"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}}, "setupMongo": {"type": "boolean"}, "setupNode": {"type": "boolean"}, "nodeVersion": {"type": "string"}, "setupPhantom": {"type": "boolean"}, "appName": {"type": "string"}, "app": {"type": "string"}, "env": {"type": "object", "properties": {"ROOT_URL": {"type": "string"}}, "required": ["ROOT_URL"]}, "deployCheckWaitTime": {"type": "integer"}}, "required": ["servers", "setupMongo", "setupNode", "nodeVersion", "setupPhantom", "appName", "app", "env", "deployCheckWaitTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"servers" : [{"host" : "104.236.47.71", "username" : "root", "password" : "gomcssgo"}], "setupMongo" : true, "setupNode" : true, "nodeVersion" : "0.10.31", "setupPhantom" : true, "appName" : "mmhw", "app" : ".", "env" : {"ROOT_URL" : "http://mmhw.mcss.ca"}, "deployCheckWaitTime" : 60}
json_instruct
{"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}}, "setupMongo": {"type": "boolean"}, "setupNode": {"type": "boolean"}, "nodeVersion": {"type": "string"}, "setupPhantom": {"type": "boolean"}, "appName": {"type": "string"}, "app": {"type": "string"}, "env": {"type": "object", "properties": {"ROOT_URL": {"type": "string"}}, "required": ["ROOT_URL"]}, "deployCheckWaitTime": {"type": "integer"}}, "required": ["servers", "setupMongo", "setupNode", "nodeVersion", "setupPhantom", "appName", "app", "env", "deployCheckWaitTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"map_version": {"type": "string"}, "xmen": {"type": "object", "properties": {}, "required": []}}, "required": ["map_version", "xmen"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"map_version" : "2.6", "xmen" : {}}
json_instruct
{"type": "object", "properties": {"map_version": {"type": "string"}, "xmen": {"type": "object", "properties": {}, "required": []}}, "required": ["map_version", "xmen"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"publisher_name" : "Teachers College Record", "journals" : 1, "scihub" : 441, "crossref_open_access" : 0, "crossref_active" : 699, "crossref" : 699, "coverage" : 0.63090129, "publisher_slug" : "teachers-college-record"}
json_instruct
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"//": {"type": "string"}, "listen": {"type": "integer"}, "server_name": {"type": "array", "items": {"type": "string"}}, "root": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "location": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["//", "listen", "server_name", "root", "index", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"//" : "\u57fa\u672c\u548cnginx server \u914d\u7f6e\u7c7b\u578b", "listen" : 9876, "server_name" : ["localhost"], "root" : "html", "index" : ["index.html"], "location" : [{"url" : "/"}]}
json_instruct
{"type": "object", "properties": {"//": {"type": "string"}, "listen": {"type": "integer"}, "server_name": {"type": "array", "items": {"type": "string"}}, "root": {"type": "string"}, "index": {"type": "array", "items": {"type": "string"}}, "location": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["//", "listen", "server_name", "root", "index", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"http4k": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["http4k"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"http4k" : {"version" : "4.14.1.1"}}
json_instruct
{"type": "object", "properties": {"http4k": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["http4k"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"http": {"type": "integer"}, "body": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "email"]}, "token": {"type": "string"}}, "required": ["user", "token"]}}, "required": ["http", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"http" : 200, "body" : {"user" : {"id" : "1", "email" : "[email protected]"}, "token" : "jwt"}}
json_instruct
{"type": "object", "properties": {"http": {"type": "integer"}, "body": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "email": {"type": "string"}}, "required": ["id", "email"]}, "token": {"type": "string"}}, "required": ["user", "token"]}}, "required": ["http", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"novaMultiselect.maxElements": {"type": "string"}, "novaMultiselect.noResult": {"type": "string"}, "novaMultiselect.noOptions": {"type": "string"}, "novaMultiselect.limitText": {"type": "string"}, "novaMultiselect.placeholder": {"type": "string"}, "novaMultiselect.nItemsSelected": {"type": "string"}, "novaMultiselect.reorder": {"type": "string"}, "novaMultiselect.doneReordering": {"type": "string"}, "novaMultiSelect.startTypingForOptions": {"type": "string"}}, "required": ["novaMultiselect.maxElements", "novaMultiselect.noResult", "novaMultiselect.noOptions", "novaMultiselect.limitText", "novaMultiselect.placeholder", "novaMultiselect.nItemsSelected", "novaMultiselect.reorder", "novaMultiselect.doneReordering", "novaMultiSelect.startTypingForOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"novaMultiselect.maxElements" : "\u0647\u0645\u0647 :max \u0645\u0648\u0631\u062f \u0645\u062c\u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f.", "novaMultiselect.noResult" : "\u0646\u062a\u06cc\u062c\u0647\u200c\u0627\u06cc \u067e\u06cc\u062f\u0627 \u0646\u0634\u062f.", "novaMultiselect.noOptions" : "\u0644\u06cc\u0633\u062a \u062e\u0627\u0644\u06cc \u0627\u0633\u062a.", "novaMultiselect.limitText" : "\u0648 :count \u0645\u0648\u0631\u062f \u062f\u06cc\u06af\u0631", "novaMultiselect.placeholder" : "\u0627\u0646\u062a\u062e\u0627\u0628 \u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627", "novaMultiselect.nItemsSelected" : ":count \u0645\u0648\u0631\u062f \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f\u0647 \u0627\u0633\u062a", "novaMultiselect.reorder" : "\u0645\u0631\u062a\u0628\u200c\u0633\u0627\u0632\u06cc", "novaMultiselect.doneReordering" : "\u0645\u0631\u062a\u0628\u200c\u0633\u0627\u0632\u06cc \u0627\u0646\u062c\u0627\u0645 \u0634\u062f", "novaMultiSelect.startTypingForOptions" : "\u062c\u0647\u062a \u0645\u0634\u0627\u0647\u062f\u0647 \u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627 \u062a\u0627\u06cc\u067e \u06a9\u0646\u06cc\u062f"}
json_instruct
{"type": "object", "properties": {"novaMultiselect.maxElements": {"type": "string"}, "novaMultiselect.noResult": {"type": "string"}, "novaMultiselect.noOptions": {"type": "string"}, "novaMultiselect.limitText": {"type": "string"}, "novaMultiselect.placeholder": {"type": "string"}, "novaMultiselect.nItemsSelected": {"type": "string"}, "novaMultiselect.reorder": {"type": "string"}, "novaMultiselect.doneReordering": {"type": "string"}, "novaMultiSelect.startTypingForOptions": {"type": "string"}}, "required": ["novaMultiselect.maxElements", "novaMultiselect.noResult", "novaMultiselect.noOptions", "novaMultiselect.limitText", "novaMultiselect.placeholder", "novaMultiselect.nItemsSelected", "novaMultiselect.reorder", "novaMultiselect.doneReordering", "novaMultiSelect.startTypingForOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"basename": {"type": "string"}, "cmd": {"type": "string"}, "infile": {"type": "string"}, "infile_hash": {"type": "string"}, "outfile": {"type": "null"}, "outfile_hash": {"type": "null"}, "stdout": {"type": "string"}, "stdout_hash": {"type": "string"}, "stderr": {"type": "null"}, "stderr_hash": {"type": "null"}, "returncode": {"type": "integer"}}, "required": ["basename", "cmd", "infile", "infile_hash", "outfile", "outfile_hash", "stdout", "stdout_hash", "stderr", "stderr_hash", "returncode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"basename" : "ast-line_continuation_03-8570dc1", "cmd" : "lfortran --show-ast --no-color {infile} -o {outfile}", "infile" : "tests/../integration_tests/line_continuation_03.f90", "infile_hash" : "836158ccd658c186087092584dd94e6f41652b2d22b6aaffbd379969", "outfile" : null, "outfile_hash" : null, "stdout" : "ast-line_continuation_03-8570dc1.stdout", "stdout_hash" : "0be4dcc971b7fb0294eaac4c3320cd2679d39cb03b5745095c09b40c", "stderr" : null, "stderr_hash" : null, "returncode" : 0}
json_instruct
{"type": "object", "properties": {"basename": {"type": "string"}, "cmd": {"type": "string"}, "infile": {"type": "string"}, "infile_hash": {"type": "string"}, "outfile": {"type": "null"}, "outfile_hash": {"type": "null"}, "stdout": {"type": "string"}, "stdout_hash": {"type": "string"}, "stderr": {"type": "null"}, "stderr_hash": {"type": "null"}, "returncode": {"type": "integer"}}, "required": ["basename", "cmd", "infile", "infile_hash", "outfile", "outfile_hash", "stdout", "stdout_hash", "stderr", "stderr_hash", "returncode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 88073, "cartId" : "1d77e1ab-f80b-4825-b6ae-237909cb8ec4", "preferredProducts" : [1610], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"worldSize": {"type": "integer"}, "worldResizeEnabled": {"type": "boolean"}, "botBase": {"type": "integer"}, "obstacles": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["worldSize", "worldResizeEnabled", "botBase", "obstacles", "name", "description", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"worldSize" : 3000, "worldResizeEnabled" : false, "botBase" : 0, "obstacles" : 0, "name" : "ROBO", "description" : "Battle waves of robo-baddies", "weight" : 50}
json_instruct
{"type": "object", "properties": {"worldSize": {"type": "integer"}, "worldResizeEnabled": {"type": "boolean"}, "botBase": {"type": "integer"}, "obstacles": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["worldSize", "worldResizeEnabled", "botBase", "obstacles", "name", "description", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "lisajamhoury", "repos" : 1, "login" : "lisajamhoury", "id" : 7552772, "avatar_url" : "https://avatars3.githubusercontent.com/u/7552772?v=3", "url" : "https://api.github.com/users/lisajamhoury", "html_url" : "https://github.com/lisajamhoury", "followers_url" : "https://api.github.com/users/lisajamhoury/followers", "following_url" : "https://api.github.com/users/lisajamhoury/following{/other_user}", "gists_url" : "https://api.github.com/users/lisajamhoury/gists{/gist_id}", "starred_url" : "https://api.github.com/users/lisajamhoury/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/lisajamhoury/subscriptions", "organizations_url" : "https://api.github.com/users/lisajamhoury/orgs", "repos_url" : "https://api.github.com/users/lisajamhoury/repos", "events_url" : "https://api.github.com/users/lisajamhoury/events{/privacy}", "received_events_url" : "https://api.github.com/users/lisajamhoury/received_events", "type" : "User", "site_admin" : false, "name" : null, "company" : null, "blog" : "http://lisajamhoury.com", "location" : "Brooklyn, NY", "email" : null, "hireable" : null, "bio" : null, "public_repos" : 20, "public_gists" : 22, "followers" : 10, "following" : 36, "created_at" : "2014-05-12T01:42:58Z", "updated_at" : "2017-02-24T05:57:40Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "getdata": {"type": "string"}, "externaldata-desc": {"type": "string"}, "externaldata-web-invalid-format": {"type": "string"}, "externaldata-ldap-unable-to-connect": {"type": "string"}, "externaldata-xml-error": {"type": "string"}, "externaldata-db-incomplete-information": {"type": "string"}, "externaldata-db-could-not-get-url": {"type": "string"}, "externaldata-db-unknown-type": {"type": "string"}, "externaldata-db-could-not-connect": {"type": "string"}, "externaldata-db-no-return-values": {"type": "string"}, "externaldata-db-invalid-query": {"type": "string"}}, "required": ["@metadata", "getdata", "externaldata-desc", "externaldata-web-invalid-format", "externaldata-ldap-unable-to-connect", "externaldata-xml-error", "externaldata-db-incomplete-information", "externaldata-db-could-not-get-url", "externaldata-db-unknown-type", "externaldata-db-could-not-connect", "externaldata-db-no-return-values", "externaldata-db-invalid-query"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Dj", "Glanthor Reviol", "Tacsipacsi"]}, "getdata" : "Adatok lek\u00e9r\u00e9se", "externaldata-desc" : "Struktur\u00e1lt adatok lek\u00e9r\u00e9se k\u00fcls\u0151 URL-ekr\u0151l, adatb\u00e1zisokb\u00f3l vagy m\u00e1s forr\u00e1sokb\u00f3l", "externaldata-web-invalid-format" : "\u00c9rv\u00e9nytelen form\u00e1tum: \"$1\"", "externaldata-ldap-unable-to-connect" : "Sikertelen csatlakoz\u00e1s a k\u00f6vetkez\u0151h\u00f6z: $1", "externaldata-xml-error" : "$1 XML hiba, $2. sor", "externaldata-db-incomplete-information" : "Hiba: hi\u00e1nyos inform\u00e1ci\u00f3 a szerver azonos\u00edt\u00f3hoz.", "externaldata-db-could-not-get-url" : "Nem siker\u00fclt lek\u00e9rni a(z) \u201e$1\u201d URL-t {{PLURAL:$2|egy|$2}} pr\u00f3b\u00e1lkoz\u00e1s alatt.", "externaldata-db-unknown-type" : "Hiba: ismeretlen \u201e$1\u201d adatb\u00e1zist\u00edpus.", "externaldata-db-could-not-connect" : "Hiba: nem siker\u00fclt csatlakozni az adatb\u00e1zishoz.", "externaldata-db-no-return-values" : "Hiba: nem lettek megadva visszat\u00e9r\u00e9si \u00e9rt\u00e9kek.", "externaldata-db-invalid-query" : "A(z) \u201e$1\u201d lek\u00e9rdez\u00e9s \u00e9rv\u00e9nytelen."}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "getdata": {"type": "string"}, "externaldata-desc": {"type": "string"}, "externaldata-web-invalid-format": {"type": "string"}, "externaldata-ldap-unable-to-connect": {"type": "string"}, "externaldata-xml-error": {"type": "string"}, "externaldata-db-incomplete-information": {"type": "string"}, "externaldata-db-could-not-get-url": {"type": "string"}, "externaldata-db-unknown-type": {"type": "string"}, "externaldata-db-could-not-connect": {"type": "string"}, "externaldata-db-no-return-values": {"type": "string"}, "externaldata-db-invalid-query": {"type": "string"}}, "required": ["@metadata", "getdata", "externaldata-desc", "externaldata-web-invalid-format", "externaldata-ldap-unable-to-connect", "externaldata-xml-error", "externaldata-db-incomplete-information", "externaldata-db-could-not-get-url", "externaldata-db-unknown-type", "externaldata-db-could-not-connect", "externaldata-db-no-return-values", "externaldata-db-invalid-query"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"origin" : "http://wallbase.cc/wallpaper/290032", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-290032.jpg", "views" : 10155, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 854, "colors" : ["#542a1c", "#240000", "#904d35", "#8c7968", "#fdf7e9"], "comments" : [""], "favorites" : 21, "descriptors" : ["women", "actress", "groups", "Nazi", "World War II", "Inglorious Basterds"], "uploader" : " 4chan"}
json_instruct
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/js/2.2a19d1b4.chunk.js": {"type": "string"}, "static/js/2.2a19d1b4.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.ced874806e46f9d78cde5abc5cf9de49.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/main.658041c9.chunk.css.map": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime~main.js", "runtime~main.js.map", "static/js/2.2a19d1b4.chunk.js", "static/js/2.2a19d1b4.chunk.js.map", "index.html", "precache-manifest.ced874806e46f9d78cde5abc5cf9de49.js", "service-worker.js", "static/css/main.658041c9.chunk.css.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main.css" : "/static/css/main.658041c9.chunk.css", "main.js" : "/static/js/main.f52a9bcc.chunk.js", "main.js.map" : "/static/js/main.f52a9bcc.chunk.js.map", "runtime~main.js" : "/static/js/runtime~main.a8a9905a.js", "runtime~main.js.map" : "/static/js/runtime~main.a8a9905a.js.map", "static/js/2.2a19d1b4.chunk.js" : "/static/js/2.2a19d1b4.chunk.js", "static/js/2.2a19d1b4.chunk.js.map" : "/static/js/2.2a19d1b4.chunk.js.map", "index.html" : "/index.html", "precache-manifest.ced874806e46f9d78cde5abc5cf9de49.js" : "/precache-manifest.ced874806e46f9d78cde5abc5cf9de49.js", "service-worker.js" : "/service-worker.js", "static/css/main.658041c9.chunk.css.map" : "/static/css/main.658041c9.chunk.css.map"}
json_instruct
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/js/2.2a19d1b4.chunk.js": {"type": "string"}, "static/js/2.2a19d1b4.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.ced874806e46f9d78cde5abc5cf9de49.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/main.658041c9.chunk.css.map": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime~main.js", "runtime~main.js.map", "static/js/2.2a19d1b4.chunk.js", "static/js/2.2a19d1b4.chunk.js.map", "index.html", "precache-manifest.ced874806e46f9d78cde5abc5cf9de49.js", "service-worker.js", "static/css/main.658041c9.chunk.css.map"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Chris Paveglio": {"type": "string"}}, "required": ["Chris Paveglio"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "ios": {"type": "object", "properties": {"public_header_files": {"type": "string"}}, "required": ["public_header_files"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "source_files", "ios"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PAVOdometerView", "version" : "0.1.1", "summary" : "A view that mimics an analog automobile odometer.", "description" : "A subclass of UIView that mimics an analog automobile odometer. It has multiple columns of numbers that when animated, will \"rotate\" each column a correct number of times to scroll up to the new number. The animation is not 100% correct in that it does not \"rachet\" a columns preceding digit, it only smoothly animates all columns simultaneous at this time.", "homepage" : "https://github.com/JamaicanRumCream/PAVOdometerView", "license" : {"type" : "WTFPLCP", "file" : "LICENSE"}, "authors" : {"Chris Paveglio" : "[email protected]"}, "source" : {"git" : "https://github.com/JamaicanRumCream/PAVOdometerView.git", "tag" : "0.1.1"}, "social_media_url" : "https://twitter.com/chrispaveglio", "platforms" : {"ios" : "9.0"}, "source_files" : "PAVOdometerView/Classes/**/*.{h,m}", "ios" : {"public_header_files" : "PAVOdometerView/Classes/*.{h}"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Chris Paveglio": {"type": "string"}}, "required": ["Chris Paveglio"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "ios": {"type": "object", "properties": {"public_header_files": {"type": "string"}}, "required": ["public_header_files"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "social_media_url", "platforms", "source_files", "ios"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "AuthPolicyName": {"type": "string"}, "UnauthPolicyName": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleName", "AuthPolicyName", "UnauthPolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AuthRoleName" : "", "UnauthRoleName" : "", "AuthPolicyName" : "", "UnauthPolicyName" : ""}
json_instruct
{"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "AuthPolicyName": {"type": "string"}, "UnauthPolicyName": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleName", "AuthPolicyName", "UnauthPolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "wban", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "KHWY0", "name" : {"en" : "Warrenton / Midland"}, "country" : "US", "region" : "VA", "identifiers" : {"icao" : "KHWY", "wban" : "00367", "usaf" : "722692"}, "location" : {"latitude" : 38.5863, "longitude" : -77.7106, "elevation" : 102}, "timezone" : "America/New_York"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "wban": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "wban", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"correspondenceSaved": {"type": "string"}, "accSecurityLevel2Mag": {"type": "string"}}, "required": ["correspondenceSaved", "accSecurityLevel2Mag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"correspondenceSaved" : "Correspondence Saved Successfully", "accSecurityLevel2Mag" : "ACC Security level 2 MAG"}
json_instruct
{"type": "object", "properties": {"correspondenceSaved": {"type": "string"}, "accSecurityLevel2Mag": {"type": "string"}}, "required": ["correspondenceSaved", "accSecurityLevel2Mag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "WKNO 91.1", "src" : "http://15903.live.streamtheworld.com/WKNOFM.mp3?t=1526293209"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-ts": {"type": "string"}}, "required": ["grunt", "grunt-contrib-less", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-ts"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "directories", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ElectricDiscoTech", "version" : "0.0.1", "description" : "An approach to developing modern web applications", "main" : "Gruntfile.js", "directories" : {"doc" : "doc"}, "dependencies" : {}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-less" : "^1.1.0", "grunt-contrib-uglify" : "^0.10.1", "grunt-contrib-watch" : "^0.6.1", "grunt-ts" : "^5.1.1"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/codemarc/ElectricDiscoTech.git"}, "author" : {"name" : "Marc J. Greenberg", "email" : "[email protected]", "url" : "http://codemarc.net/"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/codemarc/ElectricDiscoTech/issues"}, "homepage" : "https://github.com/codemarc/ElectricDiscoTech#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}}, "required": ["doc"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-ts": {"type": "string"}}, "required": ["grunt", "grunt-contrib-less", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-ts"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "directories", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"no_of_atoms" : 972, "centre_of_mass" : [-1.6701820057082301e-15, 17.042212288995085, 20.948331737975707], "maximum_diameter" : {"diameter" : 35.77865320217464, "atom_1" : 328, "atom_2" : 536}, "pore_diameter" : {"diameter" : 18.85248603426915, "atom" : 228}, "pore_volume" : 3508.362865393932, "pore_diameter_opt" : {"diameter" : 18.852715396602232, "atom_1" : 218, "centre_of_mass" : [0.0002106299288920769, 17.042388631409306, 20.948129789600365]}, "pore_volume_opt" : 3508.49091684783, "windows" : {"diameters" : [5.7887696320084405, 5.453565722936492, 5.645279588495756, 5.506584819498258, 5.5115018785605105, 5.719110861150828, 5.640097333325819, 5.433248327635372, 5.524823681691588, 5.782537277585069, 5.495899766011734, 5.869579762278166], "centre_of_mass" : [[4.495285225270916, 21.571515907178853, 30.13818961159341], [-7.447684580710951, 18.32592625505725, 31.509366004488868], [2.833665698304893, 9.71362419973551, 31.85283562300868], [11.601625785221103, 19.009623255505264, 21.71170987289445], [-4.754430690882828, 4.851159752383312, 21.978519795490065], [-8.45413257589971, 27.674718580212943, 22.110407871392635], [-13.276687787417238, 15.046190797668068, 19.827824754300547], [7.966904140208405, 7.167103213600104, 20.02052004169434], [4.774944063554283, 29.273358472620885, 19.905903077981634], [6.176233127102444, 15.416196062214423, 11.751532324396395], [-4.861287671732899, 11.147649973336378, 10.292204660715765], [-1.6093953370032925, 23.13925572903252, 11.847822889749047]]}}
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["otpjs"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "license": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "homepage": {"type": "string"}, "authors": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"React": {"type": "array", "items": {}}}, "required": ["React"]}}, "required": ["name", "version", "requires_arc", "platforms", "license", "homepage", "authors", "summary", "description", "source", "source_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RNAWSCognito", "version" : "4.5.5", "requires_arc" : true, "platforms" : {"ios" : "8.0"}, "license" : {"file" : "LICENSE.txt"}, "homepage" : "https://github.com/aws-amplify/amplify-js/tree/main/packages/amazon-cognito-identity-js", "authors" : "Amazon", "summary" : "Amazon Cognito Identity SDK for JavaScript", "description" : "The Amazon Cognito Identity SDK for JavaScript allows JavaScript enabled applications to sign-up users, authenticate users, view, delete, and update user attributes within the Amazon Cognito Identity service.", "source" : {"git" : "https://github.com/aws/aws-amplify.git", "tag" : "[email protected]"}, "source_files" : "ios/**/*.{h,m,c}", "dependencies" : {"React" : []}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "license": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "homepage": {"type": "string"}, "authors": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"React": {"type": "array", "items": {}}}, "required": ["React"]}}, "required": ["name", "version", "requires_arc", "platforms", "license", "homepage", "authors", "summary", "description", "source", "source_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"file": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "link": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "text": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "image": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "video": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "audio": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "youtube": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}}, "required": ["file", "link", "text", "image", "video", "audio", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file" : {"text" : "File", "color" : "#ccfff6", "_color-name" : "teal"}, "link" : {"text" : "Link", "color" : "#ccefff", "_color-name" : "blue (main)"}, "text" : {"text" : "Text", "color" : "#fff6cc", "_color-name" : "yellow"}, "image" : {"text" : "Image", "color" : "#ccffdc", "_color-name" : "green"}, "video" : {"text" : "Video", "color" : "#ccd6ff", "_color-name" : "purple"}, "audio" : {"text" : "Audio", "color" : "#ffdccc", "_color-name" : "orange"}, "youtube" : {"text" : "YouTube", "color" : "#ffccd6", "_color-name" : "red"}}
json_instruct
{"type": "object", "properties": {"file": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "link": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "text": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "image": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "video": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "audio": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}, "youtube": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}, "_color-name": {"type": "string"}}, "required": ["text", "color", "_color-name"]}}, "required": ["file", "link", "text", "image", "video", "audio", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:dev": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start:dev", "start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"}, "telegraf": {"type": "string"}}, "required": ["dotenv", "knex", "sqlite3", "telegraf"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tgcnbot", "version" : "1.0.0", "description" : "A telegram bot for general management", "main" : "index.js", "scripts" : {"start:dev" : "DEBUG=telegram:* nodemon app", "start" : "node app", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fengluo/TgCNBot.git"}, "keywords" : ["telegram"], "author" : "Shawn Xie", "license" : "ISC", "bugs" : {"url" : "https://github.com/fengluo/TgCNBot/issues"}, "homepage" : "https://github.com/fengluo/TgCNBot#readme", "dependencies" : {"dotenv" : "^8.1.0", "knex" : "^0.19.2", "sqlite3" : "^4.1.0", "telegraf" : "^3.32.0"}, "devDependencies" : {"nodemon" : "^1.19.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:dev": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start:dev", "start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"}, "telegraf": {"type": "string"}}, "required": ["dotenv", "knex", "sqlite3", "telegraf"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Naponee", "state_name" : "Nebraska", "state_abbrv" : "NE", "lat" : "40.1258", "long" : "-99.1277"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"builtin" : {"__set__" : true, "elements" : ["__future__", "collections", "copy", "ftplib", "functools", "logging", "multiprocessing", "os", "shutil", "socket", "ssl", "sys", "tempfile", "threading", "traceback", "warnings"]}, "relative" : {"__set__" : true, "elements" : ["helper_functions", "servers", "test_pytest_localftpserver"]}, "required" : {"__set__" : true, "elements" : ["pyftpdlib", "pytest", "pytest_localftpserver", "setuptools", "wget"]}}
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Mipasasela'ay~ `ko~ `ising~ `takowanan~.\ufffa\ufffb\u91ab\u751f\u53eb\u6211\u547c\u5438\u4e86\u3002"], "f" : "\u4f7f\u4e4b\u5598\u6c23\u3001\u547c\u5438\u4e86\u3002"}, {"e" : ["\ufff9`Ci~`nira~ `ko~ `mipasasela'ay~ `kisowanan~ `itini~ `han~?\ufffa\ufffb\u662f\u4ed6\u53eb\u4f60\u5728\u9019\u88e1\u6b47\u606f\u7684\u55ce\uff1f"], "f" : "\u6307\u8b93(\u4eba)\u5598\u6c23\u7684\u3001\u547c\u5438\u7684\u4eba\u3002"}]}], "stem" : "sela'", "t" : "mipasasela'ay"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"package-name": {"type": "string"}, "templates": {"type": "array", "items": {}}, "identifier": {"type": "string"}, "version": {"type": "string"}}, "required": ["package-name", "templates", "identifier", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"package-name" : "aldryn-blank-boilerplate", "templates" : [], "identifier" : "blank", "version" : "1.1.0"}
json_instruct
{"type": "object", "properties": {"package-name": {"type": "string"}, "templates": {"type": "array", "items": {}}, "identifier": {"type": "string"}, "version": {"type": "string"}}, "required": ["package-name", "templates", "identifier", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1926, 6], [1931, 6], [1937, 6], [1943, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pyngl"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "website": {"type": "string"}, "success_url": {"type": "string"}, "env": {"type": "object", "properties": {"BOT_TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["BOT_TOKEN"]}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["name", "description", "logo", "keywords", "repository", "website", "success_url", "env", "buildpacks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TG Searcher Bot", "description" : "Search any channel/chat from keyword, by @TechiError.", "logo" : "", "keywords" : ["telegram", "telethon", "telegram-bot", "botzhub", "techierror", "searcher"], "repository" : "https://github.com/xditya/filestorepriv", "website" : "https://github.com/TechiError", "success_url" : "https://github.com/TechiError", "env" : {"BOT_TOKEN" : {"description" : "Bot token, get it from @BotFather.", "value" : ""}}, "buildpacks" : [{"url" : "heroku/python"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "website": {"type": "string"}, "success_url": {"type": "string"}, "env": {"type": "object", "properties": {"BOT_TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["BOT_TOKEN"]}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["name", "description", "logo", "keywords", "repository", "website", "success_url", "env", "buildpacks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Maolah~ `kako~ `a~ `komaen~ `to~ `halofaw~.\ufffa\ufffb\u6211\u559c\u6b61\u5403\u82b9\u83dc\u3002"], "f" : "\u82b9\u83dc\uff0c\u91ce\u82b9\u83dc\u3002"}]}], "t" : "halofaw"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "ProperMotions": {"type": "array", "items": {"type": "object", "properties": {"mu_ra": {"type": "number"}, "mu_ra_error": {"type": "number"}, "mu_dec": {"type": "number"}, "mu_dec_error": {"type": "number"}, "adopted": {"type": "null"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["mu_ra", "mu_ra_error", "mu_dec", "mu_dec_error", "adopted", "comments", "reference"]}}}, "required": ["Sources", "Names", "ProperMotions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sources" : [{"source" : "PSO J354.3709+57.7939", "ra" : 354.3708, "dec" : 57.7944, "epoch" : null, "equinox" : "2000", "shortname" : null, "reference" : "Best20a", "comments" : null}], "Names" : [{"other_name" : "PSO J354.3709+57.7939"}], "ProperMotions" : [{"mu_ra" : 26.1, "mu_ra_error" : 2.8, "mu_dec" : -135.0, "mu_dec_error" : 2.8, "adopted" : null, "comments" : null, "reference" : "Best20a"}]}
json_instruct
{"type": "object", "properties": {"Sources": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "ra": {"type": "number"}, "dec": {"type": "number"}, "epoch": {"type": "null"}, "equinox": {"type": "string"}, "shortname": {"type": "null"}, "reference": {"type": "string"}, "comments": {"type": "null"}}, "required": ["source", "ra", "dec", "epoch", "equinox", "shortname", "reference", "comments"]}}, "Names": {"type": "array", "items": {"type": "object", "properties": {"other_name": {"type": "string"}}, "required": ["other_name"]}}, "ProperMotions": {"type": "array", "items": {"type": "object", "properties": {"mu_ra": {"type": "number"}, "mu_ra_error": {"type": "number"}, "mu_dec": {"type": "number"}, "mu_dec_error": {"type": "number"}, "adopted": {"type": "null"}, "comments": {"type": "null"}, "reference": {"type": "string"}}, "required": ["mu_ra", "mu_ra_error", "mu_dec", "mu_dec_error", "adopted", "comments", "reference"]}}}, "required": ["Sources", "Names", "ProperMotions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "electoral_wards/W05000736.json", "poly" : "-3.1669809999999643 51.671569,-3.169212000000016 51.668268,-3.1674960000000283 51.665607,-3.1707569999999805 51.65975,-3.168354000000022 51.655491,-3.1686970000000656 51.652296,-3.169556000000057 51.650698,-3.168354000000022 51.648035,-3.162003000000027 51.650698,-3.1568529999999555 51.652296,-3.155307999999991 51.655597,-3.142605000000003 51.656343,-3.143978000000061 51.658472,-3.1417470000000094 51.660283,-3.138313000000039 51.66007,-3.1352229999999963 51.657088,-3.130416999999966 51.657833,-3.1280140000000074 51.659963,-3.1211470000000645 51.662625,-3.1201169999999365 51.666458,-3.1147960000000694 51.664755,-3.1130789999999706 51.66582,-3.1103319999999712 51.665074,-3.096256018554641 51.66491450028077,-3.0725669999999354 51.664755,-3.072909999999979 51.671249,-3.0713650000000143 51.674762,-3.078232000000071 51.67572,-3.091105999999968 51.674124,-3.107929000000013 51.675933,-3.1125640000000203 51.678169,-3.119946000000027 51.679127,-3.1225200000000086 51.678488,-3.126125000000002 51.679446,-3.135395000000017 51.677849,-3.1379699999999957 51.674017,-3.141574999999989 51.673485,-3.144665000000032 51.670078,-3.1472400000000107 51.668801,-3.149128000000019 51.670398,-3.1494709999999486 51.672633,-3.1499860000000126 51.674549,-3.1549640000000636 51.67242,-3.1534189999999853 51.669865,-3.157195999999999 51.669759,-3.157711000000063 51.668481,-3.1669809999999643 51.671569"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cloudinary": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "express-jwt": {"type": "string"}, "express-unless": {"type": "string"}, "http-errors": {"type": "string"}, "jade": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-bcrypt": {"type": "string"}, "mongoose-paginate": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "randomstring": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cloudinary", "cookie-parser", "debug", "express", "express-jwt", "express-unless", "http-errors", "jade", "jsonwebtoken", "mongoose", "mongoose-bcrypt", "mongoose-paginate", "morgan", "multer", "randomstring", "serve-favicon"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "api", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "nodemon bin/www"}, "dependencies" : {"body-parser" : "^1.18.3", "cloudinary" : "^1.11.0", "cookie-parser" : "~1.4.3", "debug" : "~2.6.9", "express" : "~4.16.0", "express-jwt" : "^5.3.1", "express-unless" : "^0.5.0", "http-errors" : "~1.6.2", "jade" : "~1.11.0", "jsonwebtoken" : "^8.2.1", "mongoose" : "^5.1.3", "mongoose-bcrypt" : "^1.5.1", "mongoose-paginate" : "^5.0.3", "morgan" : "~1.9.0", "multer" : "^1.3.0", "randomstring" : "^1.1.5", "serve-favicon" : "^2.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cloudinary": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "express-jwt": {"type": "string"}, "express-unless": {"type": "string"}, "http-errors": {"type": "string"}, "jade": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-bcrypt": {"type": "string"}, "mongoose-paginate": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "randomstring": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cloudinary", "cookie-parser", "debug", "express", "express-jwt", "express-unless", "http-errors", "jade", "jsonwebtoken", "mongoose", "mongoose-bcrypt", "mongoose-paginate", "morgan", "multer", "randomstring", "serve-favicon"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {}}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "gigecoin", "symbol" : "gig", "name" : "GigEcoin", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "A decentralized platform with zero commission fee for connecting freelancers with jobs.\r\n\r\nA multinational transfer pricing platform for efficient cross-border transfer pricing management."}, "country_origin" : "", "genesis_date" : null, "url" : "https://www.gigecoin.com", "explorers" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {}}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "\u65b0\u534e\u5317\u8def\u90ae\u653f\u652f\u5c40", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e02\u65b0\u534e\u5317\u8def32\u53f7", "phone" : "0937-6232000"}, {"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "\u5e7f\u573a\u90ae\u653f\u652f\u5c40", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e02\u65b0\u534e\u5357\u8def\u96c4\u5173\u5e7f\u573a\u897f\u4fa7", "phone" : "0937-6313428"}, {"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "\u65b0\u534e\u8def\u6cb3\u53e3\u90ae\u653f\u652f\u5c40", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e02\u65b0\u534e\u4e2d\u8def50\uff0d8\u53f7", "phone" : "0937-6260997"}, {"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "\u65b0\u534e\u5357\u8def\u90ae\u653f\u652f\u5c40", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e02\u65b0\u534e\u5357\u8def26\u53f7", "phone" : "0937-6313001"}, {"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "\u65b0\u534e\u4e2d\u8def\u90ae\u653f\u652f\u5c40", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e02\u65b0\u534e\u4e2d\u8def1\u53f7", "phone" : "0937-6226255"}, {"province" : "\u7518\u8083\u7701", "city" : "\u5609\u5cea\u5173\u5e02", "area" : "\u5609\u5cea\u5173\u5e02", "name" : "68207\u90e8\u961f\u90ae\u653f\u4ee3\u529e\u6240", "code" : "735199", "address" : "\u5609\u5cea\u5173\u5e0268213\u90e8\u961f", "phone" : "18193785293\u6062\u590d\u8425\u4e1a\u65f6\u95f4:2020-11-30"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "vite-plugin-components": {"type": "string"}, "vite-plugin-icons": {"type": "string"}, "vite-plugin-windicss": {"type": "string"}, "vitepress": {"type": "string"}, "windicss": {"type": "string"}}, "required": ["prettier", "vite-plugin-components", "vite-plugin-icons", "vite-plugin-windicss", "vitepress", "windicss"]}, "dependencies": {"type": "object", "properties": {"@iconify/json": {"type": "string"}, "@vueuse/core": {"type": "string"}}, "required": ["@iconify/json", "@vueuse/core"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gw-fr-function-doc", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/vbenjs/vben-admin-docs-cn", "author" : "HappyMa", "license" : "MIT", "scripts" : {"dev" : "vitepress dev", "build" : "vitepress build", "serve" : "vitepress serve"}, "devDependencies" : {"prettier" : "^2.3.1", "vite-plugin-components" : "^0.10.4", "vite-plugin-icons" : "^0.6.1", "vite-plugin-windicss" : "^1.0.2", "vitepress" : "^0.14.0", "windicss" : "^3.1.3"}, "dependencies" : {"@iconify/json" : "^1.1.354", "@vueuse/core" : "^5.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}, "vite-plugin-components": {"type": "string"}, "vite-plugin-icons": {"type": "string"}, "vite-plugin-windicss": {"type": "string"}, "vitepress": {"type": "string"}, "windicss": {"type": "string"}}, "required": ["prettier", "vite-plugin-components", "vite-plugin-icons", "vite-plugin-windicss", "vitepress", "windicss"]}, "dependencies": {"type": "object", "properties": {"@iconify/json": {"type": "string"}, "@vueuse/core": {"type": "string"}}, "required": ["@iconify/json", "@vueuse/core"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5de7c60137ceb3257d3aa726", "_tpl" : "56083be64bdc2d20478b456f", "parentId" : "5de7c60137ceb3257d3aa722", "slotId" : "mod_stock"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pl_disc" : "kap CrB", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "kap CrB b", "null" : ["3.420", "30.50", "1.47", "4.820", "5.06", "4788.00", "http://exoplanet.eu/catalog/kappa_crb_b/", "http://exoplanets.org/detail/kappa_CrB_b"], "pl_dens" : "2007", "pl_eqt" : "Radial Velocity", "st_optmag" : "0", "ra" : "1", "pl_discmethod" : "0", "pl_hostname" : "35.657383", "pl_radj" : "0", "rowupdate" : "2015-10-15", "pl_facility" : "Lick Observatory", "pl_edelink" : "237.808044", "dec" : "3.0 m C. Donald Shane Telescope"}
json_instruct
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Absaraka", "state_name" : "North Dakota", "state_abbrv" : "ND", "lat" : "46.9763", "long" : "-97.4069"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x78394fa537fcc18f7edd24178e75cdc288e561a8", "tool" : "solhint", "start" : 1563655080.6805446, "end" : 1563655084.542366, "duration" : 3.861821413040161, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "The Upper Michigan Blizzard of 1938", "credit" : "Bill Brinkman; Courtesy: Paula Rocco", "explanation" : "Yes, but can your blizzard do this? In Upper Michigan's Storm of the Century in 1938, some snow drifts reached the level of utility poles. Nearly a meter of new and unexpected snow fell over two days in a storm that started 80 years ago this week. As snow fell and gale-force winds piled snow to surreal heights; many roads became not only impassable but unplowable; people became stranded; cars, school buses and a train became mired; and even a dangerous fire raged. Fortunately only two people were killed, although some students were forced to spend several consecutive days at school. The featured image was taken by a local resident soon after the storm. Although all of this snow eventually melted, repeated snow storms like this help build lasting glaciers in snowy regions of our planet Earth.", "date" : "2018-01-21", "hdurl" : "https://apod.nasa.gov/apod/image/1801/snowpoles_brinkman_960.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1801/snowpoles_brinkman_960.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "aunty": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "devDependencies": {"type": "object", "properties": {"react-test-renderer": {"type": "string"}, "stickybits": {"type": "string"}}, "required": ["react-test-renderer", "stickybits"]}, "dependencies": {"type": "object", "properties": {"@abcnews/aunty": {"type": "string"}, "d3": {"type": "string"}, "modernizr": {"type": "string"}, "parallax-js": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "sketch-js": {"type": "string"}, "spanify": {"type": "string"}, "three": {"type": "string"}}, "required": ["@abcnews/aunty", "d3", "modernizr", "parallax-js", "react", "react-dom", "sketch-js", "spanify", "three"]}}, "required": ["name", "version", "description", "license", "private", "contributors", "aunty", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deforestation", "version" : "1.0.0", "description" : "A project generated from aunty's react app template.", "license" : "MIT", "private" : true, "contributors" : ["Joshua Byrd <[email protected]>"], "aunty" : {"type" : "react"}, "scripts" : {"start" : "aunty serve", "test" : "aunty test"}, "devDependencies" : {"react-test-renderer" : "^16.4.1", "stickybits" : "^3.4.1"}, "dependencies" : {"@abcnews/aunty" : "^10.8.0", "d3" : "^5.5.0", "modernizr" : "^3.6.0", "parallax-js" : "^3.1.0", "react" : "^16.4.1", "react-dom" : "^16.4.1", "sketch-js" : "^1.1.3", "spanify" : "^1.2.8", "three" : "^0.94.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "aunty": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "devDependencies": {"type": "object", "properties": {"react-test-renderer": {"type": "string"}, "stickybits": {"type": "string"}}, "required": ["react-test-renderer", "stickybits"]}, "dependencies": {"type": "object", "properties": {"@abcnews/aunty": {"type": "string"}, "d3": {"type": "string"}, "modernizr": {"type": "string"}, "parallax-js": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "sketch-js": {"type": "string"}, "spanify": {"type": "string"}, "three": {"type": "string"}}, "required": ["@abcnews/aunty", "d3", "modernizr", "parallax-js", "react", "react-dom", "sketch-js", "spanify", "three"]}}, "required": ["name", "version", "description", "license", "private", "contributors", "aunty", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Maximin-la-Sainte-Baume", "dpt" : "Var", "inscrits" : 13387, "abs" : 2680, "votants" : 10707, "blancs" : 192, "nuls" : 57, "exp" : 10458, "res" : [{"panneau" : "2", "voix" : 3560}, {"panneau" : "11", "voix" : 1924}, {"panneau" : "9", "voix" : 1896}, {"panneau" : "3", "voix" : 1844}, {"panneau" : "1", "voix" : 524}, {"panneau" : "4", "voix" : 375}, {"panneau" : "8", "voix" : 113}, {"panneau" : "10", "voix" : 83}, {"panneau" : "6", "voix" : 80}, {"panneau" : "5", "voix" : 43}, {"panneau" : "7", "voix" : 16}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"MyComponent": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "string"}, "selector": {"type": "string"}, "compileChildren": {"type": "boolean"}, "hostProperties": {"type": "object", "properties": {}, "required": []}, "hostListeners": {"type": "object", "properties": {}, "required": []}, "hostAttributes": {"type": "object", "properties": {}, "required": []}, "inputs": {"type": "array", "items": {}}, "readAttributes": {"type": "array", "items": {}}, "type": {"type": "integer"}, "exportAs": {"type": "null"}, "callOnDestroy": {"type": "boolean"}, "callDoCheck": {"type": "boolean"}, "callOnInit": {"type": "boolean"}, "callOnChanges": {"type": "boolean"}, "callAfterContentInit": {"type": "boolean"}, "callAfterContentChecked": {"type": "boolean"}, "callAfterViewInit": {"type": "boolean"}, "callAfterViewChecked": {"type": "boolean"}, "outputs": {"type": "array", "items": {}}, "changeDetection": {"type": "null"}, "version": {"type": "integer"}}, "required": ["id", "selector", "compileChildren", "hostProperties", "hostListeners", "hostAttributes", "inputs", "readAttributes", "type", "exportAs", "callOnDestroy", "callDoCheck", "callOnInit", "callOnChanges", "callAfterContentInit", "callAfterContentChecked", "callAfterViewInit", "callAfterViewChecked", "outputs", "changeDetection", "version"]}}, "required": ["kind", "value"]}}, "required": ["MyComponent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MyComponent" : {"kind" : "type", "value" : {"id" : "MyComponent", "selector" : "[soup]", "compileChildren" : true, "hostProperties" : {}, "hostListeners" : {}, "hostAttributes" : {}, "inputs" : [], "readAttributes" : [], "type" : 1, "exportAs" : null, "callOnDestroy" : false, "callDoCheck" : false, "callOnInit" : false, "callOnChanges" : false, "callAfterContentInit" : false, "callAfterContentChecked" : false, "callAfterViewInit" : false, "callAfterViewChecked" : false, "outputs" : [], "changeDetection" : null, "version" : 1}}}
json_instruct
{"type": "object", "properties": {"MyComponent": {"type": "object", "properties": {"kind": {"type": "string"}, "value": {"type": "object", "properties": {"id": {"type": "string"}, "selector": {"type": "string"}, "compileChildren": {"type": "boolean"}, "hostProperties": {"type": "object", "properties": {}, "required": []}, "hostListeners": {"type": "object", "properties": {}, "required": []}, "hostAttributes": {"type": "object", "properties": {}, "required": []}, "inputs": {"type": "array", "items": {}}, "readAttributes": {"type": "array", "items": {}}, "type": {"type": "integer"}, "exportAs": {"type": "null"}, "callOnDestroy": {"type": "boolean"}, "callDoCheck": {"type": "boolean"}, "callOnInit": {"type": "boolean"}, "callOnChanges": {"type": "boolean"}, "callAfterContentInit": {"type": "boolean"}, "callAfterContentChecked": {"type": "boolean"}, "callAfterViewInit": {"type": "boolean"}, "callAfterViewChecked": {"type": "boolean"}, "outputs": {"type": "array", "items": {}}, "changeDetection": {"type": "null"}, "version": {"type": "integer"}}, "required": ["id", "selector", "compileChildren", "hostProperties", "hostListeners", "hostAttributes", "inputs", "readAttributes", "type", "exportAs", "callOnDestroy", "callDoCheck", "callOnInit", "callOnChanges", "callAfterContentInit", "callAfterContentChecked", "callAfterViewInit", "callAfterViewChecked", "outputs", "changeDetection", "version"]}}, "required": ["kind", "value"]}}, "required": ["MyComponent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"OpenROV Version Information": {"type": "string"}, "No Updates Pending": {"type": "string"}, "Update Available:": {"type": "string"}, "update": {"type": "string"}}, "required": ["OpenROV Version Information", "No Updates Pending", "Update Available:", "update"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"OpenROV Version Information" : "OpenROV Version Information", "No Updates Pending" : "No Updates Pending", "Update Available:" : "Update Available:", "update" : "update"}
json_instruct
{"type": "object", "properties": {"OpenROV Version Information": {"type": "string"}, "No Updates Pending": {"type": "string"}, "Update Available:": {"type": "string"}, "update": {"type": "string"}}, "required": ["OpenROV Version Information", "No Updates Pending", "Update Available:", "update"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "radStrokes": {"type": "array", "items": {"type": "integer"}}}, "required": ["strokes", "medians", "radStrokes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"strokes" : ["M 217 724 Q 245 702 275 675 Q 291 662 308 664 Q 320 665 325 680 Q 329 696 317 729 Q 305 759 208 776 Q 190 779 184 775 Q 178 771 181 757 Q 185 744 217 724 Z", "M 122 525 Q 173 477 211 463 Q 227 462 235 476 Q 239 489 236 507 Q 214 553 134 565 Q 133 566 131 566 Q 113 569 105 564 Q 98 563 102 550 Q 105 538 122 525 Z", "M 122 186 Q 109 183 111 165 Q 123 89 160 67 Q 167 60 178 62 Q 185 63 187 90 Q 196 147 297 391 Q 304 407 303 414 Q 302 424 293 417 Q 275 405 163 227 Q 150 208 122 186 Z", "M 475 631 Q 619 691 641 703 Q 686 725 725 736 Q 743 739 746 747 Q 749 757 735 769 Q 669 808 636 801 Q 629 797 629 785 Q 630 749 467 652 C 441 637 447 619 475 631 Z", "M 465 486 Q 472 630 475 631 C 477 647 477 647 467 652 Q 463 656 457 658 Q 405 683 388 680 Q 366 676 384 652 Q 420 592 402 375 Q 395 309 365 233 Q 335 160 247 70 Q 232 55 229 49 Q 228 42 240 42 Q 286 46 356 126 Q 437 219 454 365 Q 458 404 463 451 L 465 486 Z", "M 682 489 Q 698 492 894 510 Q 913 511 918 521 Q 922 533 905 545 Q 850 581 796 564 Q 769 558 465 486 C 436 479 433 456 463 451 Q 496 444 513 449 Q 564 467 622 477 L 682 489 Z", "M 649 -32 Q 653 -59 661 -69 Q 667 -76 675 -74 Q 690 -65 697 -2 Q 704 61 703 123 Q 697 358 714 448 Q 718 467 703 476 Q 691 483 682 489 C 657 505 613 505 622 477 Q 638 432 643 384 Q 647 -30 649 -32 Z"], "medians" : [[[191, 767], [275, 722], [305, 684]], [[113, 555], [195, 508], [214, 485]], [[173, 72], [159, 114], [159, 157], [296, 410]], [[735, 751], [716, 757], [662, 756], [573, 694], [485, 650], [485, 641]], [[390, 666], [421, 642], [436, 616], [435, 446], [419, 313], [392, 229], [358, 167], [293, 90], [237, 49]], [[472, 456], [487, 470], [559, 488], [811, 535], [857, 536], [906, 526]], [[631, 472], [673, 446], [671, -64]]], "radStrokes" : [0, 1, 2]}
json_instruct
{"type": "object", "properties": {"strokes": {"type": "array", "items": {"type": "string"}}, "medians": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "radStrokes": {"type": "array", "items": {"type": "integer"}}}, "required": ["strokes", "medians", "radStrokes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"configuration": {"type": "string"}, "board": {"type": "string"}, "port": {"type": "string"}, "sketch": {"type": "string"}}, "required": ["configuration", "board", "port", "sketch"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : "FlashFreq=80,PartitionScheme=default,UploadSpeed=921600,DebugLevel=none", "board" : "esp32:esp32:esp32thing", "port" : "/dev/tty.usbserial-DN05LWXA", "sketch" : "sleep-tracker/sleep-tracker.ino"}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "string"}, "board": {"type": "string"}, "port": {"type": "string"}, "sketch": {"type": "string"}}, "required": ["configuration", "board", "port", "sketch"], "$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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "hectares": {"type": "string"}, "site-address": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-date": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "planning-permission-type": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "planning-permission-status", "site", "hectares", "site-address", "name", "start-date", "notes", "planning-permission-date", "ownership-status", "site-plan-url", "minimum-net-dwellings", "planning-permission-history", "maximum-net-dwellings", "point", "planning-permission-type", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.296006, 51.669988]}, "properties" : {"organisation" : "local-authority-eng:VAL", "planning-permission-status" : "permissioned", "site" : "P12/V0204", "hectares" : "0.15", "site-address" : "Radcliffe Publishing Co Ltd, 18 Marcham Road, Abingdon, OX14 1AA", "name" : "P12/V0204", "start-date" : "2017-12-08", "notes" : "Re-submission for conversion of existing office building into residential apartments and erection of 5 mews houses.. http://maps.whitehorsedc.gov.uk/gis/?cat=PA&ref=P12/V0204", "planning-permission-date" : "2012-03-01", "ownership-status" : "not owned by a public authority", "site-plan-url" : "http://www.whitehorsedc.gov.uk/sites/default/files/P12V0204.png", "minimum-net-dwellings" : "12", "planning-permission-history" : "http://maps.whitehorsedc.gov.uk/gis/?cat=PA&ref=P12/V0204", "maximum-net-dwellings" : "12", "point" : "POINT(-1.296006 51.669988)", "planning-permission-type" : "full planning permission", "slug" : "/brownfield-land/local-authority-eng/VAL/P12-V0204", "entity" : 497074, "entry-date" : "2017-12-08"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "hectares": {"type": "string"}, "site-address": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-date": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "planning-permission-type": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "planning-permission-status", "site", "hectares", "site-address", "name", "start-date", "notes", "planning-permission-date", "ownership-status", "site-plan-url", "minimum-net-dwellings", "planning-permission-history", "maximum-net-dwellings", "point", "planning-permission-type", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}}, "required": ["min", "max"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"min" : -15.112948303222655, "max" : 126.82991027832031}
json_instruct
{"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}}, "required": ["min", "max"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x896e447e1fca2db0f65ba072e887201d674834830ca988000ca0c9253f83db8b", "parentHash" : "0x5aa6fc5048c0437d49a585309654e26eb1898d0796e7da2ad7089b2cc2269af5", "number" : 60542, "timestamp" : 1439157552, "nonce" : "0x6b126c4c50b8b842", "difficulty" : 1738094850999, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xf927a40C8B7F6E07c5af7FA2155B4864a4112B13", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "object", "properties": {"enable": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["enable", "name"]}}}, "required": ["plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"plugins" : [{"enable" : true, "name" : "Test::Plugin1"}]}
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "object", "properties": {"enable": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["enable", "name"]}}}, "required": ["plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"LogDirectory": {"type": "string"}, "RunningOnwindows": {"type": "boolean"}, "DllDirectory": {"type": "string"}, "functionBodyFileName": {"type": "string"}, "functionSpecFileName": {"type": "string"}}, "required": ["LogDirectory", "RunningOnwindows", "DllDirectory", "functionBodyFileName", "functionSpecFileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LogDirectory" : "logs", "RunningOnwindows" : false, "DllDirectory" : "Dlls", "functionBodyFileName" : "func.cs", "functionSpecFileName" : "func.meta.json"}
json_instruct
{"type": "object", "properties": {"LogDirectory": {"type": "string"}, "RunningOnwindows": {"type": "boolean"}, "DllDirectory": {"type": "string"}, "functionBodyFileName": {"type": "string"}, "functionSpecFileName": {"type": "string"}}, "required": ["LogDirectory", "RunningOnwindows", "DllDirectory", "functionBodyFileName", "functionSpecFileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "path": {"type": "string"}, "jupyterContentType": {"type": "string"}, "format": {"type": "string"}, "writable": {"type": "boolean"}}, "required": ["name", "id", "path", "jupyterContentType", "format", "writable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "modiano", "id" : "research_teams_modiano", "path" : "research_teams/modiano", "jupyterContentType" : "directory", "format" : "json", "writable" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "path": {"type": "string"}, "jupyterContentType": {"type": "string"}, "format": {"type": "string"}, "writable": {"type": "boolean"}}, "required": ["name", "id", "path", "jupyterContentType", "format", "writable"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type": "object", "properties": {"buffer": {"type": "string"}, "change-case": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["buffer", "change-case", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "keywords", "license", "author", "repository", "main", "types", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "forza-open-telemetry-server", "version" : "0.0.1", "description" : "Node.js based server to collect and parse telemetry data from Forza Horizon 5", "keywords" : ["telemetry", "Forza", "Forza Horizon 5", "Forza Open Tunes"], "license" : "MIT", "author" : {"name" : "Aaron Throckmorton", "email" : "[email protected]"}, "repository" : "https://github.com/Forza-Open-Tools/forza-open-telemetry-server", "main" : "dist/server.js", "types" : "dist/index.d.ts", "scripts" : {"dev" : "nodemon ./src/server.ts", "build" : "tsc", "start" : "node ./dist/server.js"}, "dependencies" : {"buffer" : "^6.0.3", "change-case" : "^4.1.2", "socket.io" : "^4.4.1"}, "devDependencies" : {"@typescript-eslint/eslint-plugin" : "^5.9.1", "@typescript-eslint/parser" : "^5.9.1", "eslint" : "^7.32.0", "eslint-config-standard" : "^16.0.3", "eslint-plugin-import" : "^2.25.4", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^5.2.0", "nodemon" : "^2.0.15", "ts-node" : "^10.4.0", "typescript" : "^4.4.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type": "object", "properties": {"buffer": {"type": "string"}, "change-case": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["buffer", "change-case", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "keywords", "license", "author", "repository", "main", "types", "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": {"page-url": {"type": "string"}, "post-url": {"type": "string"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "relevant-users": {"type": "array", "items": {}}, "url": {"type": "array", "items": {}}}, "required": ["page-url", "post-url", "text", "images", "relevant-users", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"page-url" : "https://www.facebook.com/groups/hoididapluon", "post-url" : "https://www.facebook.com/groups/hoididapluon/permalink/2175632256052652/", "text" : "Cho e gi\u1ea3i th\u00edch th\u1eafc m\u1eafc c\u1ee7a a D\u01b0\u01a1ng lo l\u1eafng FB b\u1ecb c\u1ea5m\nTin m\u1eebng tin hot!\nFacebook chu\u1ea9n b\u1ecb \u0111\u1eb7t tr\u1ee5 s\u1edf \u0111\u1ea1i di\u1ec7n ch\u00ednh th\u1ee9c t\u1ea1i Vi\u1ec7t Nam\n\nCEO Facebook Vi\u1ec7t Nam L\u00ea Di\u1ec7p Ki\u1ec1u Trang cho bi\u1ebft, hi\u1ec7n Ban gi\u00e1m \u0111\u1ed1c Facebook \u0111ang ho\u00e0n t\u1ea5t c\u00e1c th\u1ee7 t\u1ee5c ph\u00e1p l\u00fd \u0111\u1ec3 chu\u1ea9n b\u1ecb th\u00e0nh l\u1eadp v\u0103n ph\u00f2ng \u0111\u1ea1i di\u1ec7n t\u1ea1i Vi\u1ec7t Nam. Tr\u01b0\u1edbc \u0111\u00f3, tuy Facebook c\u00f3 m\u1ed9t b\u1ed9 ph\u1eadn qu\u1ea3n l\u00fd Facebook ng\u01b0\u1eddi Vi\u1ec7t d\u00e0nh ri\u00eang cho th\u1ecb tr\u01b0\u1eddng Vi\u1ec7t Nam nh\u01b0ng l\u1ea1i \u0111\u00f3ng t\u1ea1i tr\u1ee5 s\u1edf \u1edf Singapore. Th\u00ec nay, vi\u1ec7c chuy\u1ec3n v\u0103n ph\u00f2ng v\u1ec1 Vi\u1ec7t Nam s\u1ebd gi\u00fap h\u1ed7 tr\u1ee3 t\u1ed1t h\u01a1n cho c\u00e1c ho\u1ea1t \u0111\u1ed9ng c\u1ee7a Facebook t\u1ea1i Vi\u1ec7t Nam. \u0110\u1eb7c bi\u1ec7t l\u00e0 c\u00e1c ho\u1ea1t \u0111\u1ed9ng kinh doanh qu\u1ea3ng c\u00e1o v\u00e0 h\u1ed7 tr\u1ee3 doanh nghi\u1ec7p, start-up Vi\u1ec7t.\n\nC\u0169ng theo b\u00e0 Trang, Vi\u1ec7t Nam, v\u1edbi s\u1ed1 ng\u01b0\u1eddi s\u1eed d\u1ee5ng internet l\u00e0 kho\u1ea3ng 55 tri\u1ec7u ng\u01b0\u1eddi d\u00f9ng, trong \u0111\u00f3 c\u00f3 53 tri\u1ec7u t\u00e0i kho\u1ea3n Facebook \u0111\u01b0\u1ee3c t\u1ea1o l\u1eadp t\u1ea1i Vi\u1ec7t Nam. X\u1ebfp th\u1ee9 hai \u0110\u00f4ng Nam \u00c1 v\u00e0 \u0111\u1ee9ng th\u1ee9 7 to\u00e0n th\u1ebf gi\u1edbi v\u1ec1 s\u1ed1 ng\u01b0\u1eddi d\u00f9ng Facebook.", "images" : ["https://www.facebook.com/photo.php?fbid=2210330775876516&set=a.1404119436497658&type=3&eid=ARCNB4YgbXmsiE1ESqR1iLwLPMu5xlaaptSPQ2tzuw895_7Fg01GC34eQifsagi-NyWUG10tMc_FkVox"], "relevant-users" : [], "url" : []}
json_instruct
{"type": "object", "properties": {"page-url": {"type": "string"}, "post-url": {"type": "string"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "relevant-users": {"type": "array", "items": {}}, "url": {"type": "array", "items": {}}}, "required": ["page-url", "post-url", "text", "images", "relevant-users", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"messageID": {"type": "string"}, "channelID": {"type": "string"}, "guildID": {"type": "string"}, "startAt": {"type": "integer"}, "endAt": {"type": "integer"}, "ended": {"type": "boolean"}, "winnerCount": {"type": "integer"}, "prize": {"type": "string"}, "messages": {"type": "object", "properties": {"giveaway": {"type": "string"}, "giveawayEnded": {"type": "string"}, "inviteToParticipate": {"type": "string"}, "timeRemaining": {"type": "string"}, "winMessage": {"type": "string"}, "embedFooter": {"type": "string"}, "noWinner": {"type": "string"}, "winners": {"type": "string"}, "endedAt": {"type": "string"}, "hostedBy": {"type": "string"}, "units": {"type": "object", "properties": {"seconds": {"type": "string"}, "minutes": {"type": "string"}, "hours": {"type": "string"}, "days": {"type": "string"}, "pluralS": {"type": "boolean"}}, "required": ["seconds", "minutes", "hours", "days", "pluralS"]}, "givewayEned": {"type": "string"}}, "required": ["giveaway", "giveawayEnded", "inviteToParticipate", "timeRemaining", "winMessage", "embedFooter", "noWinner", "winners", "endedAt", "hostedBy", "units", "givewayEned"]}, "hostedBy": {"type": "string"}, "exemptPermissions": {"type": "array", "items": {}}, "bonusEntries": {"type": "string"}, "winnerIDs": {"type": "array", "items": {}}}, "required": ["messageID", "channelID", "guildID", "startAt", "endAt", "ended", "winnerCount", "prize", "messages", "hostedBy", "exemptPermissions", "bonusEntries", "winnerIDs"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"messageID" : "925822336719028224", "channelID" : "774708723674906634", "guildID" : "748979526784123091", "startAt" : 1640803645550, "endAt" : 1640803655558, "ended" : true, "winnerCount" : 1, "prize" : "Autruche", "messages" : {"giveaway" : "** \ud83c\udf89GIVEAWAY \ud83c\udf89**", "giveawayEnded" : "@everyone\n\n\ud83c\udf89\ud83c\udf89 **GIVEAWAY ENDED** \ud83c\udf89\ud83c\udf89", "inviteToParticipate" : "R\u00e9agissez avec \ud83c\udf89 pour participer", "timeRemaining" : "Temps restant: **{duration}**", "winMessage" : "Bravo \u00e0 {winners}, vous avez gagn\u00e9 **{prize}**", "embedFooter" : "Giveaway", "noWinner" : "Zut alors, personne n'a gagn\u00e9 {prize}", "winners" : "winner(s)", "endedAt" : "Se fini le", "hostedBy" : "H\u00e9berg\u00e9 par {user}", "units" : {"seconds" : "secondes", "minutes" : "minutes", "hours" : "heures", "days" : "jours", "pluralS" : false}, "givewayEned" : "**GIVEAWAY ENDED**"}, "hostedBy" : "<@513763967236177952>", "exemptPermissions" : [], "bonusEntries" : "[]", "winnerIDs" : []}, {"messageID" : "925824307152699463", "channelID" : "774708723674906634", "guildID" : "748979526784123091", "startAt" : 1640804115337, "endAt" : 1640804125346, "ended" : true, "winnerCount" : 1, "prize" : "Autruche", "messages" : {"giveaway" : "** \ud83c\udf89GIVEAWAY \ud83c\udf89**", "giveawayEnded" : "@everyone\n\n\ud83c\udf89\ud83c\udf89 **GIVEAWAY ENDED** \ud83c\udf89\ud83c\udf89", "inviteToParticipate" : "R\u00e9agissez avec \ud83c\udf89 pour participer", "timeRemaining" : "Temps restant: **{duration}**", "winMessage" : "Bravo \u00e0 {winners}, vous avez gagn\u00e9 **{prize}**", "embedFooter" : "Giveaway", "noWinner" : "Zut alors, personne n'a gagn\u00e9 {prize}", "winners" : "winner(s)", "endedAt" : "Se fini le", "hostedBy" : "H\u00e9berg\u00e9 par {user}", "units" : {"seconds" : "secondes", "minutes" : "minutes", "hours" : "heures", "days" : "jours", "pluralS" : false}, "givewayEned" : "**GIVEAWAY ENDED**"}, "hostedBy" : "<@513763967236177952>", "exemptPermissions" : [], "bonusEntries" : "[]", "winnerIDs" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"messageID": {"type": "string"}, "channelID": {"type": "string"}, "guildID": {"type": "string"}, "startAt": {"type": "integer"}, "endAt": {"type": "integer"}, "ended": {"type": "boolean"}, "winnerCount": {"type": "integer"}, "prize": {"type": "string"}, "messages": {"type": "object", "properties": {"giveaway": {"type": "string"}, "giveawayEnded": {"type": "string"}, "inviteToParticipate": {"type": "string"}, "timeRemaining": {"type": "string"}, "winMessage": {"type": "string"}, "embedFooter": {"type": "string"}, "noWinner": {"type": "string"}, "winners": {"type": "string"}, "endedAt": {"type": "string"}, "hostedBy": {"type": "string"}, "units": {"type": "object", "properties": {"seconds": {"type": "string"}, "minutes": {"type": "string"}, "hours": {"type": "string"}, "days": {"type": "string"}, "pluralS": {"type": "boolean"}}, "required": ["seconds", "minutes", "hours", "days", "pluralS"]}, "givewayEned": {"type": "string"}}, "required": ["giveaway", "giveawayEnded", "inviteToParticipate", "timeRemaining", "winMessage", "embedFooter", "noWinner", "winners", "endedAt", "hostedBy", "units", "givewayEned"]}, "hostedBy": {"type": "string"}, "exemptPermissions": {"type": "array", "items": {}}, "bonusEntries": {"type": "string"}, "winnerIDs": {"type": "array", "items": {}}}, "required": ["messageID", "channelID", "guildID", "startAt", "endAt", "ended", "winnerCount", "prize", "messages", "hostedBy", "exemptPermissions", "bonusEntries", "winnerIDs"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "null"}, "username": {"type": "null"}}, "required": ["name", "website", "username"]}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {"type": "string"}}, "vulnerable_versions": {"type": "string"}, "patched_versions": {"type": "string"}, "overview": {"type": "string"}, "recommendation": {"type": "null"}, "references": {"type": "null"}, "cvss_vector": {"type": "string"}, "cvss_score": {"type": "number"}, "coordinating_vendor": {"type": "string"}}, "required": ["id", "created_at", "updated_at", "title", "author", "module_name", "publish_date", "cves", "vulnerable_versions", "patched_versions", "overview", "recommendation", "references", "cvss_vector", "cvss_score", "coordinating_vendor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 38, "created_at" : "2015-10-17", "updated_at" : "2016-04-25", "title" : "API Admin Auth Weakness", "author" : {"name" : "Adam Baldwin", "website" : null, "username" : null}, "module_name" : "tomato", "publish_date" : "2013-03-07", "cves" : ["CVE-2013-7379"], "vulnerable_versions" : "<= 0.0.5", "patched_versions" : ">= 0.0.6", "overview" : "Tomato is a Node.js web framework.\n\nThe tomato API has an admin service that is enabled by setting up an access_key in the config options. This access_key is intended to protect the API admin from unauthorized access.\n\nThe key is checked by checking to see if the access_key provided in the request is within the configured access_key string, not equal to. So a single character that's within the access key is sufficient to bypass this control.\n\n### Example:\nThis is the snippet of code that does the comparison to authorize requests.\n\n```\nif (access_key && config.master.api.access_key.indexOf(access_key) !== -1) {\n```\n\nFor an access_key that is set to anything that includes the letter 'a' the following request would be authorized.\n\n```\n$ curl -X POST \"http://localhost:8081/api/exec\" -H \"Content-Type: application/json\" -d @test -H \"access-key: a\"\n{\n \"cmd\": \"ls\",\n \"path\": \".\",\n \"stdout\": \"app.js\\nconfig.js\\nlog\\nnode_modules\\nserver.js\\n\",\n \"stderr\": \"\"\n}\n```\n\n### Mitigating factors:\n\nThe admin interface is disabled by default. The module author confirmed that the access_key should really be an array of access_keys, however based on variable name and documentation it was not clear that it should be an array. The vulnerability exists only if a string access_key is set.\n\nModule version 0.0.6 has been updated to ensure an array of keys is provided as well as documentation updates.", "recommendation" : null, "references" : null, "cvss_vector" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "cvss_score" : 6.5, "coordinating_vendor" : "^Lift Security"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "null"}, "username": {"type": "null"}}, "required": ["name", "website", "username"]}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {"type": "string"}}, "vulnerable_versions": {"type": "string"}, "patched_versions": {"type": "string"}, "overview": {"type": "string"}, "recommendation": {"type": "null"}, "references": {"type": "null"}, "cvss_vector": {"type": "string"}, "cvss_score": {"type": "number"}, "coordinating_vendor": {"type": "string"}}, "required": ["id", "created_at", "updated_at", "title", "author", "module_name", "publish_date", "cves", "vulnerable_versions", "patched_versions", "overview", "recommendation", "references", "cvss_vector", "cvss_score", "coordinating_vendor"], "$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": {"N": {"type": "string"}, "C": {"type": "integer"}}, "required": ["N", "C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"N" : "19", "C" : 1}, {"N" : "CAPTUR", "C" : 121}, {"N" : "CLIO", "C" : 1083}, {"N" : "DAUPHINE", "C" : 1}, {"N" : "DUSTER", "C" : 2192}, {"N" : "DUSTER OROCH", "C" : 279}, {"N" : "EXPRESS", "C" : 1}, {"N" : "FLUENCE", "C" : 918}, {"N" : "GORDINI", "C" : 1}, {"N" : "GRAND SC\u00c9NIC", "C" : 9}, {"N" : "KANGOO", "C" : 241}, {"N" : "LAGUNA", "C" : 4}, {"N" : "LOGAN", "C" : 1824}, {"N" : "MASTER", "C" : 264}, {"N" : "M\u00c9GANE", "C" : 571}, {"N" : "SANDERO", "C" : 4585}, {"N" : "SC\u00c9NIC", "C" : 267}, {"N" : "SYMBOL", "C" : 94}, {"N" : "TRAFIC", "C" : 6}, {"N" : "TWINGO", "C" : 4}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"N": {"type": "string"}, "C": {"type": "integer"}}, "required": ["N", "C"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1989, 5], [1995, 9], [1996, 87], [1997, 350], [1998, 1104], [1999, 860], [2000, 1432], [2001, 1552], [2002, 1392], [2003, 1212], [2004, 625], [2005, 443], [2006, 468], [2007, 572], [2008, 730], [2009, 685], [2010, 643], [2011, 553], [2012, 522], [2013, 549], [2014, 512]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u6bc5\u9293\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "66002706", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u592a\u5e73\u5340\u4e2d\u8208\u91cc\u6771\u5e73\u8def777\u5df715\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u592a\u5e73\u5340\u4e2d\u8208\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u555f\u660e", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "28022080", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1030506", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d", "30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177", "259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1", "293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099", "303\u6c7d\u8eca\u96f6\u4ef6", "313\u81ea\u884c\u8eca\u53ca\u5176\u96f6\u4ef6"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[-73.775465, 40.705319], [-73.774708, 40.707333], [-73.768445, 40.709637], [-73.766573, 40.702752], [-73.766991, 40.703141], [-73.768377, 40.701413], [-73.769939, 40.702136], [-73.772308, 40.700572], [-73.775465, 40.705319]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 45559}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "bankRelationshipManagementPlanRequestActionTaskReference": {"type": "string"}, "bankRelationshipManagementPlanInstanceRecord": {"type": "object", "properties": {"bankContactDetails": {"type": "string"}, "employeeBusinessUnitReference": {"type": "string"}, "bankRelationshipType": {"type": "string"}, "bankRelationshipBudget": {"type": "string"}, "bankRelationshipDescription": {"type": "string"}}, "required": ["bankContactDetails", "employeeBusinessUnitReference", "bankRelationshipType", "bankRelationshipBudget", "bankRelationshipDescription"]}, "bankRelationshipManagementPlanRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["requestRecordReference", "bankRelationshipManagementPlanRequestActionTaskReference", "bankRelationshipManagementPlanInstanceRecord", "bankRelationshipManagementPlanRequestActionTaskRecord", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requestRecordReference" : "RRR791921", "bankRelationshipManagementPlanRequestActionTaskReference" : "BRMPRATR789360", "bankRelationshipManagementPlanInstanceRecord" : {"bankContactDetails" : "bankContactDetails", "employeeBusinessUnitReference" : "790652", "bankRelationshipType" : "bankRelationshipType", "bankRelationshipBudget" : "bankRelationshipBudget", "bankRelationshipDescription" : "bankRelationshipDescription"}, "bankRelationshipManagementPlanRequestActionTaskRecord" : {}, "requestResponseRecord" : {}}
json_instruct
{"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "bankRelationshipManagementPlanRequestActionTaskReference": {"type": "string"}, "bankRelationshipManagementPlanInstanceRecord": {"type": "object", "properties": {"bankContactDetails": {"type": "string"}, "employeeBusinessUnitReference": {"type": "string"}, "bankRelationshipType": {"type": "string"}, "bankRelationshipBudget": {"type": "string"}, "bankRelationshipDescription": {"type": "string"}}, "required": ["bankContactDetails", "employeeBusinessUnitReference", "bankRelationshipType", "bankRelationshipBudget", "bankRelationshipDescription"]}, "bankRelationshipManagementPlanRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["requestRecordReference", "bankRelationshipManagementPlanRequestActionTaskReference", "bankRelationshipManagementPlanInstanceRecord", "bankRelationshipManagementPlanRequestActionTaskRecord", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"unmatched_response": {"type": "string"}, "hello_first_time": {"type": "string"}, "hello_again": {"type": "string"}}, "required": ["unmatched_response", "hello_first_time", "hello_again"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"unmatched_response" : "I support the following commands:<br/><b>hello</b> - I respond with 'hello'.", "hello_first_time" : "Hello!", "hello_again" : "Hello again friend!"}
json_instruct
{"type": "object", "properties": {"unmatched_response": {"type": "string"}, "hello_first_time": {"type": "string"}, "hello_again": {"type": "string"}}, "required": ["unmatched_response", "hello_first_time", "hello_again"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xywh" : "927,3920,3920,495"}
json_instruct
{"type": "object", "properties": {"xywh": {"type": "string"}}, "required": ["xywh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : [[[138.0, 41.25], [138.0, 41.333333333333336], [138.125, 41.333333333333336], [138.125, 41.25], [138.0, 41.25]]]}, "properties" : {"code" : 613870, "url" : "http://madefor.github.io/0410/api/v1/613870.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/613870.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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 3723, "commit" : "eec7b1c08837bbcd210a22b2920108b09d5d4d7a", "date" : "2021-09-21T18:48:19.614Z"}, "versionStart" : {"versionNum" : 3722, "commit" : "c28eede1af73ec123a33b5a3670d82c7c08ef2a6", "date" : "2021-09-21T14:48:00.624Z"}, "changes" : ["blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/info.json", "blockchains/smartchain/assets/0x27Ae27110350B98d564b9A3eeD31bAeBc82d878d/logo.png"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "typo3/cms-core": {"type": "string"}}, "required": ["php", "typo3/cms-core"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tp3\\Tp3Social\\": {"type": "string"}}, "required": ["Tp3\\Tp3Social\\"]}}, "required": ["psr-4"]}, "replace": {"type": "object", "properties": {"tp3_social": {"type": "string"}}, "required": ["tp3_social"]}}, "required": ["name", "type", "description", "license", "require", "autoload", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "web-tp3/tp3social", "type" : "typo3-cms-extension", "description" : "ratings & microdata 4 tp3", "license" : "GPL-2.0+", "require" : {"php" : ">=5.3 <7.2", "typo3/cms-core" : "^7.6|| ^8.2"}, "autoload" : {"psr-4" : {"Tp3\\Tp3Social\\" : "Classes"}}, "replace" : {"tp3_social" : "self.version"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "typo3/cms-core": {"type": "string"}}, "required": ["php", "typo3/cms-core"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tp3\\Tp3Social\\": {"type": "string"}}, "required": ["Tp3\\Tp3Social\\"]}}, "required": ["psr-4"]}, "replace": {"type": "object", "properties": {"tp3_social": {"type": "string"}}, "required": ["tp3_social"]}}, "required": ["name", "type", "description", "license", "require", "autoload", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "resource": {"type": "string"}}, "required": ["endpoint-url", "entry-date", "resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"endpoint-url" : "http://www.n-somerset.gov.uk/wp-content/uploads/2015/11/northsomerset_brownfieldregister_2017-12-31_rev1.csv", "entry-date" : "2018-07-05T15:39:36.218603", "resource" : "5f4dccfef0740c36b51c94a0bceee202096b4553965579122170b332e3726c08"}
json_instruct
{"type": "object", "properties": {"endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "resource": {"type": "string"}}, "required": ["endpoint-url", "entry-date", "resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"fullName": {"type": "string"}, "alterEgos": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "placeOfBirth": {"type": "string"}, "firstAppearance": {"type": "string"}, "publisher": {"type": "string"}, "alignment": {"type": "string"}}, "required": ["fullName", "alterEgos", "aliases", "placeOfBirth", "firstAppearance", "publisher", "alignment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fullName" : "Hila", "alterEgos" : "No alter egos found.", "aliases" : ["-"], "placeOfBirth" : "-", "firstAppearance" : "Aquaman #22 (August, 1965)", "publisher" : "DC Comics", "alignment" : "bad"}
json_instruct
{"type": "object", "properties": {"fullName": {"type": "string"}, "alterEgos": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "placeOfBirth": {"type": "string"}, "firstAppearance": {"type": "string"}, "publisher": {"type": "string"}, "alignment": {"type": "string"}}, "required": ["fullName", "alterEgos", "aliases", "placeOfBirth", "firstAppearance", "publisher", "alignment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-08-11T00:00:00Z", "Temp" : 27, "RelHum" : 75, "WindSpeed" : 1.6, "WindDir" : 238}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_name_": {"type": "string"}}, "required": ["_name_"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_name_" : "PyText"}
json_instruct
{"type": "object", "properties": {"_name_": {"type": "string"}}, "required": ["_name_"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "readOnly": {"type": "boolean"}}, "required": ["type", "description", "readOnly"]}}, "required": ["id"]}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["required", "type", "properties", "additionalProperties", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : ["id"], "type" : "object", "properties" : {"id" : {"type" : "string", "description" : "The ID of the issue type screen scheme.", "readOnly" : true}}, "additionalProperties" : false, "description" : "The ID of an issue type screen scheme."}
json_instruct
{"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "readOnly": {"type": "boolean"}}, "required": ["type", "description", "readOnly"]}}, "required": ["id"]}, "additionalProperties": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["required", "type", "properties", "additionalProperties", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"logGroups": {"type": "array", "items": {"type": "object", "properties": {"logGroupName": {"type": "string"}, "creationTime": {"type": "integer"}, "metricFilterCount": {"type": "integer"}, "arn": {"type": "string"}, "storedBytes": {"type": "integer"}}, "required": ["logGroupName", "creationTime", "metricFilterCount", "arn", "storedBytes"]}}, "ResponseMetadata": {"type": "object", "properties": {}, "required": []}}, "required": ["logGroups", "ResponseMetadata"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status_code" : 200, "data" : {"logGroups" : [{"logGroupName" : "/aws/lambda/myIOTFunction", "creationTime" : 6441605581965, "metricFilterCount" : 0, "arn" : "arn:aws:logs:us-west-2:644160558196:log-group:/aws/lambda/myIOTFunction:*", "storedBytes" : 857324}, {"logGroupName" : "devlog", "creationTime" : 6441605581968, "metricFilterCount" : 0, "arn" : "arn:aws:logs:us-west-2:644160558196:log-group:devlog:*", "storedBytes" : 0}], "ResponseMetadata" : {}}}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"logGroups": {"type": "array", "items": {"type": "object", "properties": {"logGroupName": {"type": "string"}, "creationTime": {"type": "integer"}, "metricFilterCount": {"type": "integer"}, "arn": {"type": "string"}, "storedBytes": {"type": "integer"}}, "required": ["logGroupName", "creationTime", "metricFilterCount", "arn", "storedBytes"]}}, "ResponseMetadata": {"type": "object", "properties": {}, "required": []}}, "required": ["logGroups", "ResponseMetadata"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "email": {"type": "string"}}, "required": ["firstname", "lastname", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"firstname" : "Matthijs", "lastname" : "Kamstra", "email" : "[email protected]"}
json_instruct
{"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "email": {"type": "string"}}, "required": ["firstname", "lastname", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "pdfHeading": {"type": "string"}, "pdfSubHeading": {"type": "string"}, "phase": {"type": "string"}, "phaseText": {"type": "string"}}, "required": ["_id", "_type", "code", "name", "pdfHeading", "pdfSubHeading", "phase", "phaseText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "service", "_type" : "config.service", "code" : "CFF01", "name" : "Child Funeral Claim", "pdfHeading" : "Child Funeral Fund", "pdfSubHeading" : "Child Funeral Fund Claim Form (England)", "phase" : "alpha", "phaseText" : "Service phase text goes here"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "pdfHeading": {"type": "string"}, "pdfSubHeading": {"type": "string"}, "phase": {"type": "string"}, "phaseText": {"type": "string"}}, "required": ["_id", "_type", "code", "name", "pdfHeading", "pdfSubHeading", "phase", "phaseText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"react/event-loop": {"type": "string"}, "react/socket": {"type": "string"}, "symfony/event-dispatcher": {"type": "string"}, "monolog/monolog": {"type": "string"}}, "required": ["react/event-loop", "react/socket", "symfony/event-dispatcher", "monolog/monolog"]}, "suggest": {"type": "object", "properties": {"php-mime-mail-parser/php-mime-mail-parser": {"type": "string"}}, "required": ["php-mime-mail-parser/php-mime-mail-parser"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Smalot\\Smtp\\Server\\": {"type": "array", "items": {"type": "string"}}}, "required": ["Smalot\\Smtp\\Server\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "type", "authors", "require", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "smalot/smtp-server", "description" : "SMTP Server based on ReactPHP", "keywords" : ["smtp", "server", "reactphp", "event", "parse"], "license" : "MIT", "type" : "library", "authors" : [{"name" : "Sebastien Malot", "email" : "[email protected]"}], "require" : {"react/event-loop" : "^0.4.2", "react/socket" : "^0.4.3", "symfony/event-dispatcher" : "^3.2", "monolog/monolog" : "^1.0"}, "suggest" : {"php-mime-mail-parser/php-mime-mail-parser" : "Mail parsing (mime multipart, attachments, ...)."}, "autoload" : {"psr-4" : {"Smalot\\Smtp\\Server\\" : ["src"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"react/event-loop": {"type": "string"}, "react/socket": {"type": "string"}, "symfony/event-dispatcher": {"type": "string"}, "monolog/monolog": {"type": "string"}}, "required": ["react/event-loop", "react/socket", "symfony/event-dispatcher", "monolog/monolog"]}, "suggest": {"type": "object", "properties": {"php-mime-mail-parser/php-mime-mail-parser": {"type": "string"}}, "required": ["php-mime-mail-parser/php-mime-mail-parser"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Smalot\\Smtp\\Server\\": {"type": "array", "items": {"type": "string"}}}, "required": ["Smalot\\Smtp\\Server\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "type", "authors", "require", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "320623400002", "text" : "\u632f\u65b0\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Name": {"type": "string"}, "FontSize": {"type": "integer"}, "DPI": {"type": "integer"}}, "required": ["Name", "FontSize", "DPI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "small_pixel.ttf", "FontSize" : 12, "DPI" : 96}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "FontSize": {"type": "integer"}, "DPI": {"type": "integer"}}, "required": ["Name", "FontSize", "DPI"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"apiKey": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "operations": {"type": "array", "items": {"type": "object", "properties": {"signature": {"type": "string"}, "caches": {"type": "array", "items": {"type": "object", "properties": {"ttl": {"type": "integer"}, "store": {"type": "string"}}, "required": ["ttl", "store"]}}}, "required": ["signature", "caches"]}}, "sessionAuth": {"type": "object", "properties": {"store": {"type": "string"}, "header": {"type": "string"}}, "required": ["store", "header"]}, "logcfg": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["apiKey", "stores", "operations", "sessionAuth", "logcfg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apiKey" : "service:bunderwood101-Tribe:moGYExh5flMMWYjSFSbv9w", "stores" : [{"name" : "embeddedCache"}], "operations" : [{"signature" : "query getposts{posts{title,content,author}}", "caches" : [{"ttl" : 600, "store" : "embeddedCache"}]}], "sessionAuth" : {"store" : "embeddedCache", "header" : "Authorization"}, "logcfg" : {"level" : "DEBUG"}}
json_instruct
{"type": "object", "properties": {"apiKey": {"type": "string"}, "stores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "operations": {"type": "array", "items": {"type": "object", "properties": {"signature": {"type": "string"}, "caches": {"type": "array", "items": {"type": "object", "properties": {"ttl": {"type": "integer"}, "store": {"type": "string"}}, "required": ["ttl", "store"]}}}, "required": ["signature", "caches"]}}, "sessionAuth": {"type": "object", "properties": {"store": {"type": "string"}, "header": {"type": "string"}}, "required": ["store", "header"]}, "logcfg": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["apiKey", "stores", "operations", "sessionAuth", "logcfg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"heading": {"type": "string"}, "headingText": {"type": "string"}, "oneTimeHeading": {"type": "string"}, "oneTimeText1": {"type": "string"}, "recurringHeading": {"type": "string"}, "recurringText1": {"type": "string"}, "recurringText2": {"type": "array", "items": {"type": "string"}}, "sponsorsHeading": {"type": "string"}, "cursoryHeading": {"type": "string"}, "cursoryText1": {"type": "string"}, "cursoryText2": {"type": "string"}}, "required": ["heading", "headingText", "oneTimeHeading", "oneTimeText1", "recurringHeading", "recurringText1", "recurringText2", "sponsorsHeading", "cursoryHeading", "cursoryText1", "cursoryText2"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"heading" : "crwdns57026:0crwdne57026:0", "headingText" : "crwdns57028:0[John]crwdnd57028:0[Heather]crwdne57028:0", "oneTimeHeading" : "crwdns57030:0crwdne57030:0", "oneTimeText1" : "crwdns57032:0[Paypal]crwdne57032:0", "recurringHeading" : "crwdns57034:0crwdne57034:0", "recurringText1" : "crwdns57036:0crwdne57036:0", "recurringText2" : ["crwdns57038:0[Patreon]crwdne57038:0", "crwdns57040:0crwdne57040:0"], "sponsorsHeading" : "crwdns57042:0crwdne57042:0", "cursoryHeading" : "crwdns57044:0crwdne57044:0", "cursoryText1" : "crwdns57046:0crwdne57046:0", "cursoryText2" : "crwdns57048:0[John]crwdnd57048:0[Heather]crwdne57048:0"}
json_instruct
{"type": "object", "properties": {"heading": {"type": "string"}, "headingText": {"type": "string"}, "oneTimeHeading": {"type": "string"}, "oneTimeText1": {"type": "string"}, "recurringHeading": {"type": "string"}, "recurringText1": {"type": "string"}, "recurringText2": {"type": "array", "items": {"type": "string"}}, "sponsorsHeading": {"type": "string"}, "cursoryHeading": {"type": "string"}, "cursoryText1": {"type": "string"}, "cursoryText2": {"type": "string"}}, "required": ["heading", "headingText", "oneTimeHeading", "oneTimeText1", "recurringHeading", "recurringText1", "recurringText2", "sponsorsHeading", "cursoryHeading", "cursoryText1", "cursoryText2"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pp2.6:1.1": {"type": "string"}, "pp2.6:2.1": {"type": "string"}, "pp2.6:3.1": {"type": "string"}, "pp2.6:4.1": {"type": "string"}, "pp2.6:5.1": {"type": "string"}, "pp2.6:6.1": {"type": "string"}, "pp2.6:7.1": {"type": "string"}}, "required": ["pp2.6:1.1", "pp2.6:2.1", "pp2.6:3.1", "pp2.6:4.1", "pp2.6:5.1", "pp2.6:6.1", "pp2.6:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pp2.6:1.1" : "bj47.398, cck31.217, dr36.249, ms31Pu_512, msdiv202, ndp31.104", "pp2.6:2.1" : "ms31Pu_513, vri115.182", "pp2.6:3.1" : "csp1ed31.181, csp2ed31.181, ms31Pu_514", "pp2.6:4.1" : "ms31Pu_515, sya36.230", "pp2.6:5.1" : "ms31Pu_516, pts-vp-pli71", "pp2.6:6.1" : "ms31Pu_517, ndp31.105", "pp2.6:7.1" : "ms31Pu_518"}
json_instruct
{"type": "object", "properties": {"pp2.6:1.1": {"type": "string"}, "pp2.6:2.1": {"type": "string"}, "pp2.6:3.1": {"type": "string"}, "pp2.6:4.1": {"type": "string"}, "pp2.6:5.1": {"type": "string"}, "pp2.6:6.1": {"type": "string"}, "pp2.6:7.1": {"type": "string"}}, "required": ["pp2.6:1.1", "pp2.6:2.1", "pp2.6:3.1", "pp2.6:4.1", "pp2.6:5.1", "pp2.6:6.1", "pp2.6:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85894563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "de817798ffa5afe3905176d99d42b9e2", "wof:id" : 85894563, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-113.655345, 53.617752, -113.655345, 53.617752], "geometry" : {"coordinates" : [-113.655345, 53.617752], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"client": {"type": "array", "items": {"type": "string"}}}, "required": ["client"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "id" : "oasiscosmetics", "version" : "${version}", "name" : "OasisCosmetics", "description" : "Olis Custom Cosmetics mod", "authors" : ["AkiraDev"], "contact" : {}, "license" : "MIT", "icon" : "/assets/oasiscosmetics.png", "environment" : "client", "entrypoints" : {"client" : ["xyz.akiradev.oasiscosmetics.client.OasisCosmeticsClient"]}, "mixins" : ["oasiscosmetics.mixins.json"], "depends" : {"fabricloader" : ">=0.11.6", "fabric" : "*", "minecraft" : "1.17.1"}}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"client": {"type": "array", "items": {"type": "string"}}}, "required": ["client"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "fabric", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"short-name": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "desc": {"type": "string"}}, "required": ["short-name", "name", "version", "desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"short-name" : "init", "name" : "Initialization application", "version" : "1.0.0", "desc" : "Default Neutron initialization application"}
json_instruct
{"type": "object", "properties": {"short-name": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "desc": {"type": "string"}}, "required": ["short-name", "name", "version", "desc"], "$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"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@es-validation/decorators": {"type": "string"}}, "required": ["@es-validation/decorators"]}}, "required": ["name", "description", "version", "repository", "license", "main", "types", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@es-validation/validator", "description" : "Validators for es-validation decorators.", "version" : "0.1.0", "repository" : "https://github.com/rraziel/es-validation/tree/master/packages/validator", "license" : "MIT", "main" : "./lib/index.js", "types" : "./lib/index.d.ts", "dependencies" : {"@es-validation/decorators" : "0.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@es-validation/decorators": {"type": "string"}}, "required": ["@es-validation/decorators"]}}, "required": ["name", "description", "version", "repository", "license", "main", "types", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "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" : "2033", "provinceId" : "92", "regencyId" : "10", "districtId" : "03", "name" : "Buoh Sa"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 33849, "info" : {"name" : "MIcrosiervos centrado", "description" : "Centra todo el contenido y el texto de microsiervos.com", "additionalInfo" : null, "format" : "uso", "category" : "microsiervos", "createdAt" : "2010-07-20T16:53:34.000Z", "updatedAt" : "2010-07-20T16:53:34.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 57227, "name" : "luisfego"}}, "stats" : {"installs" : {"total" : 67, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "33849_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n@-moz-document domain(\"microsiervos.com\") {\r\n\r\n #banner {margin:auto !important;}\r\n\t #pre-header {margin:auto !important;}\r\n\t #banner-728 {margin:auto !important;}\r\n\t #header {margin:auto !important;}\r\n\t #tagline {margin:auto !important;}\r\n\t #navigation {margin:auto !important;}\r\n\t #content {margin:auto !important;}\r\n\t #content-main {margin:auto !important;}\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "all_frames": {"type": "boolean"}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "all_frames", "js"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "object", "properties": {"resources": {"type": "array", "items": {}}, "matches": {"type": "array", "items": {"type": "string"}}, "use_dynamic_url": {"type": "boolean"}}, "required": ["resources", "matches", "use_dynamic_url"]}}}, "required": ["name", "description", "version", "manifest_version", "icons", "background", "action", "permissions", "host_permissions", "content_scripts", "web_accessible_resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "VKU Easy Score", "description" : "M\u1ed9t ti\u1ec7n \u00edch tr\u00ecnh duy\u1ec7t gi\u00fap v\u01b0\u1ee3t qua 1 ngh\u00ecn 900 t\u1ef7 thao t\u00e1c l\u00fac \u0111\u00e1nh gi\u00e1 \u0111\u1ec3 xem \u0111i\u1ec3m s\u1ed1 c\u1ee7a h\u1ec7 th\u1ed1ng VKU.", "version" : "1.0.3", "manifest_version" : 3, "icons" : {"16" : "./icons/logo-16x16.png", "32" : "./icons/logo-32x32.png", "48" : "./icons/logo-48x48.png", "128" : "./icons/logo-128x128.png"}, "background" : {"service_worker" : "wrapper.js"}, "action" : {"default_popup" : "popup.html"}, "permissions" : ["tabs", "cookies", "storage"], "host_permissions" : ["http://daotao.vku.udn.vn/*", "https://daotao.vku.udn.vn/*"], "content_scripts" : [{"matches" : ["http://daotao.vku.udn.vn/*", "https://daotao.vku.udn.vn/*"], "all_frames" : true, "js" : ["jquery.min.js", "js/Main.js", "js/BypassHelpers.js", "js/BypassFeedback.js"]}], "web_accessible_resources" : [{"resources" : [], "matches" : ["http://daotao.vku.udn.vn/*", "https://daotao.vku.udn.vn/*"], "use_dynamic_url" : true}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "all_frames": {"type": "boolean"}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "all_frames", "js"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "object", "properties": {"resources": {"type": "array", "items": {}}, "matches": {"type": "array", "items": {"type": "string"}}, "use_dynamic_url": {"type": "boolean"}}, "required": ["resources", "matches", "use_dynamic_url"]}}}, "required": ["name", "description", "version", "manifest_version", "icons", "background", "action", "permissions", "host_permissions", "content_scripts", "web_accessible_resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=997", "name" : "Crusade Against Cancer Foundation", "primaryEmail" : "[email protected]", "website" : "www.indiacancer.org", "telephone" : ["912226406841", "912232659895", "912232659895", "919820086797"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["Crusade Against Cancer Foundation ,", "Santacruz", "Mumbai", "Maharashtra", "400054"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "telephone", "mainAddrress"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"grunt-cli": {"type": "string"}, "bower": {"type": "string"}}, "required": ["grunt-cli", "bower"]}, "devDependencies": {"type": "object", "properties": {"grunt-notify": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}}, "required": ["grunt-notify", "grunt-contrib-concat", "grunt-contrib-uglify", "grunt-contrib-less", "grunt-contrib-watch"]}}, "required": ["name", "version", "author", "license", "scripts", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hoverboard", "version" : "0.2.2", "author" : "Copter Labs <[email protected]> (http://copterlabs.com)", "license" : "MIT", "scripts" : {"postinstall" : "./node_modules/bower/bin/bower install"}, "repository" : {"type" : "git", "url" : "https://github.com/copterlabs/hoverboard"}, "dependencies" : {"grunt-cli" : "latest", "bower" : "~1.3.8"}, "devDependencies" : {"grunt-notify" : "~0.2.17", "grunt-contrib-concat" : "latest", "grunt-contrib-uglify" : "latest", "grunt-contrib-less" : "latest", "grunt-contrib-watch" : "latest"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"grunt-cli": {"type": "string"}, "bower": {"type": "string"}}, "required": ["grunt-cli", "bower"]}, "devDependencies": {"type": "object", "properties": {"grunt-notify": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-less": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}}, "required": ["grunt-notify", "grunt-contrib-concat", "grunt-contrib-uglify", "grunt-contrib-less", "grunt-contrib-watch"]}}, "required": ["name", "version", "author", "license", "scripts", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Kangxi Fuckin - Edamame [ Jack O Challange ]\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "ErenaRin", "description" : "YohoundefinedYoho<br>yup,undefinedthirdundefinedvideoundefinedofundefinedtheundefinedmonth<br>man,undefinedmakingundefinedthisundefinedmuchundefinedanimationundefinedsurelyundefinedisundefinedaundefinedchallange,undefineditundefinedtakesundefinedsoundefinedfuckingundefinedmuchundefinedeffordundefinedandundefinedenergy,undefineditundefinedwasundefinedaundefinedcrazyundefinedweekundefinedbro<br>well,undefinediundefinedmadeundefinedit,undefinediundefinedmadeundefinedallundefinedofundefinedtheundefinedvideosundefinedandundefinediundefinedsuvived,undefineddamnundefineditundefinedwasundefinedaundefinedcrazyundefinedweek<br>iundefinedreallyundefinedhopeundefinedyouundefinedcanundefinedenjoyundefinedthisundefinedone<br>itsundefinedaundefinedbitundefinedrepetitive,undefinedwellundefinedtheundefinedchallangeundefinedisundefinedtoundefineduseundefinedthisundefinedoneundefinedposeundefinedonlyundefinedso,undefinedyeah<br>undefinediundefineddoundefinedmyundefinedbestundefinedtoundefinedaddundefinedvariationundefinedtoundefineditundefinedtho,undefinedwhatundefinedyouundefinedthink?", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2008381/thumbnail-2008381_0003.jpg?itok=cEtM8LS1", "download" : "https://ecchi.iwara.tv/api/video/oj6gridzqmf1laba4", "origin" : "https://ecchi.iwara.tv/videos/oj6gridzqmf1laba4"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x990b8cc74bf89fe82d4d56d774a3e3a3801e913bea7f50918d5ca6aa36ae7d74", "parentHash" : "0xa9d6d3e771c19b5fdbee5f9f577f4c579ce6f474e11b1b1df73832ccce99e261", "number" : 71993, "timestamp" : 1439345327, "nonce" : "0x6341a3fa88d17da5", "difficulty" : 2165423508237, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x39A1BB80a741bF5EC39FB9BE59408Fa0F418fFBf", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"f" : "\ufff9\ufffathe very top of a mountain\ufffb\u5c71\u7684\u5c16\u9802\uff0c\u571f\u5806\u5c16\u5f62\u72c0(\u5982\u91d1\u5b57\u5854\u7684\u5c16\u7aef\u90e8\u4efd)"}]}], "t" : "'apocok"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay II - Marilou, Tangub City, Misamis Occidental, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.misamis-occidental.tangub-city.barangay-ii-marilou", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "14", "region_reference" : "10", "region_name" : "Northern Mindanao (Region X)", "province_id" : "48", "province_reference" : "48", "province_name" : "Misamis Occidental", "city_id" : "1324", "city_reference" : "982", "city_name" : "Tangub City", "barangay_id" : "38936", "barangay_reference" : "26240", "barangay_name" : "Barangay II - Marilou"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.750969, 8.06417], [123.751556, 8.06409], [123.752136, 8.06382], [123.751663, 8.0634], [123.751358, 8.06311], [123.748734, 8.06061], [123.74807, 8.05996], [123.74765, 8.06049], [123.746979, 8.06129], [123.74762, 8.06187], [123.74852, 8.06269], [123.749283, 8.06347], [123.750526, 8.06467], [123.750969, 8.06417]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}