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": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Wear OS", "description" : "An operating system for smart watches.", "url" : "https://wearos.google.com/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "null"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18676307", "tms:id" : "213602", "accession_number" : "1998-75-17", "title" : "Sidewall, \"Reveillon Roses\", 1957", "url" : "http://collection.cooperhewitt.org/objects/18676307/", "department_id" : "35347503", "period_id" : null, "media_id" : "35367331", "type_id" : "35256475", "date" : "1957", "year_start" : "1957", "year_end" : "1957", "year_acquired" : "1998", "decade" : "1950", "woe:country" : "23424819", "medium" : "Block-printed", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : null, "creditline" : "Gift of The Museum at The Fashion Institute of Technology", "description" : "In foreground, balustrade with corner urn, behind which a large rose bush grows. In background, two birds perched on fence, next to arched rose arbor. Printed in red, white, green and brown on light blue ground.", "justification" : null, "type" : {"id" : "35256475", "name" : "Sidewall"}, "images" : [], "participants" : [{"person_id" : "18046557", "role_id" : "35236657", "person_name" : "Robert Caillard", "role_name" : "Manufacturer", "person_url" : "http://collection.cooperhewitt.org/people/18046557/", "role_url" : "http://collection.cooperhewitt.org/roles/35236657/"}, {"person_id" : "18041743", "role_id" : "35351535", "person_name" : "The Museum at The Fashion Institute of Technology", "role_name" : "Donor", "person_url" : "http://collection.cooperhewitt.org/people/18041743/", "role_url" : "http://collection.cooperhewitt.org/roles/35351535/"}], "tombstone" : {"epitaph" : "Sidewall, \"Reveillon Roses\", 1957.\n1957. Block-printed. Gift of The Museum at The Fashion Institute of Technology. 1998-75-17."}, "colors" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "null"}, "dimensions": {"type": "null"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d357-113", "text" : "La liste ci-contre est alphabetique pour\nles Membres fondateurs et chronolo-\ngique pour les Organismes qui out\nsuccessivement adhere au Prix Italia"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "landwehr", "definition" : "That part of the army, in Germany and Austria, which has completed the usual military service and is exempt from duty in time of peace, except that it is called out occasionally for drill."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "GRPharoPlatform"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Contextual Autonomy Support in Video Game Play: A Grounded Theory.", "fields" : ["intrinsic value", "grounded theory", "entertainment", "license", "self determination theory"], "abstract" : "Autonomy experience constitutes a core part of the intrinsic motivation of playing games. While research has explored how autonomy is afforded by a game's design, little is known about the role of the social context of play. Particularly, engaging with serious games or gamified applications is often obligatory, which may thwart autonomy. To tease out contextual factors that affect autonomy, we conducted a qualitative interview study that compared game-play experience in leisure and work contexts. We found that leisure contexts, particularly solitary play, support autonomy through a time and space shielded from outer demands, the license to (dis)engage with and configure the situation to fit one's spontaneous interests, and a lack of social and material consequence. Thwarted autonomy occurs both in leisure and work contexts when players' spontaneous interests mismatch socially demanded gameplay. We discuss implications for entertainment and applied gaming.", "citation" : "Citations (8)", "year" : "2016", "departments" : ["University of York"], "conf" : "chi", "authors" : ["Sebastian Deterding.....http://dblp.org/pers/hd/d/Deterding:Sebastian"], "pages" : 13}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 10567, "hash" : 1360299137, "artDyeHash" : 1360299137, "redacted" : false, "dyeManifestHash" : 2672065153, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rmse" : [27.31579733435449]}
json_instruct
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"limit" : 5000, "name" : "Wolpertinger scroll (Magic Focus)", "value" : 549, "highalch" : 329, "id" : 12437, "lowalch" : 219, "name_pt" : "Pergaminho de Wolpertinger (Foco M\u00e1gico)", "price" : 292, "last" : 292}
json_instruct
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1c134f549dd2fb90f31f1b47fff661cdc757451"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"c": {"type": "object", "properties": {"metlika": {"type": "object", "properties": {"z": {"type": "object", "properties": {"8330": {"type": "array", "items": {"type": "string"}}}, "required": ["8330"]}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "gradac": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["metlika", "gradac"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : {"metlika" : {"z" : {"8330" : ["45.6472", "15.3142"]}, "l" : ["45.6472", "15.3142"]}, "gradac" : {"z" : {}, "l" : ["45.6167", "15.2500"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"metlika": {"type": "object", "properties": {"z": {"type": "object", "properties": {"8330": {"type": "array", "items": {"type": "string"}}}, "required": ["8330"]}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "gradac": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["metlika", "gradac"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "r"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "rena'", "h" : [{"d" : [{"f" : "\uff08\u6311\u64d4\u5b50\u7e69\u5b50\u592a\u9577\uff09\u78b0\u649e\u5730\u9762\uff0c\u78b0\u6cbe\u5730\u3002", "r" : ["`mare~`na~`'~"]}]}]}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "r"]}}}, "required": ["d"]}}}, "required": ["t", "h"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}, "watch-prod": {"type": "string"}, "prod": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "dev", "watch", "watch-prod", "prod", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/preset-env": {"type": "string"}, "@symfony/webpack-encore": {"type": "string"}, "http-proxy": {"type": "string"}, "magnific-popup": {"type": "string"}, "node-forge": {"type": "string"}, "node-sass": {"type": "string"}, "object-path": {"type": "string"}, "sass-loader": {"type": "string"}, "serialize-javascript": {"type": "string"}, "webpack-notifier": {"type": "string"}, "yargs-parser": {"type": "string"}}, "required": ["@babel/preset-env", "@symfony/webpack-encore", "http-proxy", "magnific-popup", "node-forge", "node-sass", "object-path", "sass-loader", "serialize-javascript", "webpack-notifier", "yargs-parser"]}, "dependencies": {"type": "object", "properties": {"js-cookie": {"type": "string"}}, "required": ["js-cookie"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mod_bppopup", "version" : "1.0.0", "description" : "Joomla! 3 base theme build on Bootstrap 4", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "./node_modules/.bin/encore dev --progress", "watch" : "./node_modules/.bin/encore dev --watch", "watch-prod" : "./node_modules/.bin/encore prod --watch", "prod" : "./node_modules/.bin/encore prod --progress", "build" : "./node_modules/.bin/encore prod --progress"}, "repository" : {"type" : "git", "url" : "git+https://artur-stepien@github.com/bestproject/basetheme.git"}, "author" : "Artur Stepien", "license" : "MIT", "bugs" : {"url" : "https://github.com/bestproject/mod_bppopup/issues"}, "homepage" : "https://github.com/bestproject/mod_bppopup#readme", "devDependencies" : {"@babel/preset-env" : "^7.7.4", "@symfony/webpack-encore" : "^0.28.2", "http-proxy" : "^1.18.1", "magnific-popup" : "^1.1.0", "node-forge" : "^0.10.0", "node-sass" : "^4.13.1", "object-path" : "^0.11.5", "sass-loader" : "^7.3.1", "serialize-javascript" : "^2.1.1", "webpack-notifier" : "^1.8.0", "yargs-parser" : "^20.2.3"}, "dependencies" : {"js-cookie" : "^2.2.1"}, "browserslist" : ["> 0.25%", "not dead", "IE 11"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}, "watch-prod": {"type": "string"}, "prod": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "dev", "watch", "watch-prod", "prod", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/preset-env": {"type": "string"}, "@symfony/webpack-encore": {"type": "string"}, "http-proxy": {"type": "string"}, "magnific-popup": {"type": "string"}, "node-forge": {"type": "string"}, "node-sass": {"type": "string"}, "object-path": {"type": "string"}, "sass-loader": {"type": "string"}, "serialize-javascript": {"type": "string"}, "webpack-notifier": {"type": "string"}, "yargs-parser": {"type": "string"}}, "required": ["@babel/preset-env", "@symfony/webpack-encore", "http-proxy", "magnific-popup", "node-forge", "node-sass", "object-path", "sass-loader", "serialize-javascript", "webpack-notifier", "yargs-parser"]}, "dependencies": {"type": "object", "properties": {"js-cookie": {"type": "string"}}, "required": ["js-cookie"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : {"1" : [{"1" : "Jeddah King Abdulaziz International, Saudi Arabia (JED)", "2" : "airport", "3" : "JED", "4" : "JED", "5" : "Jeddah", "6" : 39.1566667, "7" : 21.6794444, "10" : "Asia/Riyadh"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "contents": {"type": "object", "properties": {"package": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}, "action.run": {"type": "string"}, "action.debug": {"type": "string"}, "tooltip.run": {"type": "string"}, "tooltip.debug": {"type": "string"}, "tooltip.runState": {"type": "string"}, "tooltip.runStateWithDuration": {"type": "string"}, "state.failed": {"type": "string"}, "state.passed": {"type": "string"}, "state.passedWithDuration": {"type": "string"}, "config.enableCodeLens": {"type": "string"}, "config.enableProblemDiagnostics": {"type": "string"}}, "required": ["displayName", "description", "action.run", "action.debug", "tooltip.run", "tooltip.debug", "tooltip.runState", "tooltip.runStateWithDuration", "state.failed", "state.passed", "state.passedWithDuration", "config.enableCodeLens", "config.enableProblemDiagnostics"]}}, "required": ["package"]}}, "required": ["", "version", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "--------------------------------------------------------------------------------------------", "Do not edit this file. It is machine generated."], "version" : "1.0.0", "contents" : {"package" : {"displayName" : "P\u0159\u00edsp\u011bvky k editoru testov\u00e1n\u00ed", "description" : "Poskytuje prost\u0159ed\u00ed v editoru pro testy a v\u00fdsledky test\u016f.", "action.run" : "Spustit testy", "action.debug" : "Ladit", "tooltip.run" : "Spustit {0}", "tooltip.debug" : "Ladit {0}", "tooltip.runState" : "\u00dasp\u011b\u0161n\u00e9 testy: {0}/{1}", "tooltip.runStateWithDuration" : "{0}/{1} test\u016f prob\u011bhlo \u00fasp\u011b\u0161n\u011b za {2}.", "state.failed" : "Ne\u00fasp\u011b\u0161n\u00fd", "state.passed" : "\u00dasp\u011b\u0161n\u00fd", "state.passedWithDuration" : "\u00dasp\u011b\u0161n\u00e9 za {0}", "config.enableCodeLens" : "Ur\u010duje, jestli by v testovac\u00edch p\u0159\u00edpadech a sad\u00e1ch m\u011bla b\u00fdt viditeln\u00e1 funkce CodeLens.", "config.enableProblemDiagnostics" : "Ur\u010duje, jestli se maj\u00ed chyby test\u016f hl\u00e1sit v zobrazen\u00ed probl\u00e9my a zobrazovat jako chyby v editoru."}}}
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "contents": {"type": "object", "properties": {"package": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}, "action.run": {"type": "string"}, "action.debug": {"type": "string"}, "tooltip.run": {"type": "string"}, "tooltip.debug": {"type": "string"}, "tooltip.runState": {"type": "string"}, "tooltip.runStateWithDuration": {"type": "string"}, "state.failed": {"type": "string"}, "state.passed": {"type": "string"}, "state.passedWithDuration": {"type": "string"}, "config.enableCodeLens": {"type": "string"}, "config.enableProblemDiagnostics": {"type": "string"}}, "required": ["displayName", "description", "action.run", "action.debug", "tooltip.run", "tooltip.debug", "tooltip.runState", "tooltip.runStateWithDuration", "state.failed", "state.passed", "state.passedWithDuration", "config.enableCodeLens", "config.enableProblemDiagnostics"]}}, "required": ["package"]}}, "required": ["", "version", "contents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"targets": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "object", "properties": {"team": {"type": "string"}, "job": {"type": "string"}}, "required": ["team", "job"]}}, "required": ["targets", "labels"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"targets" : ["192.168.56.103:9100", "192.168.56.104:9100"], "labels" : {"team" : "infras", "job" : "node"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"targets": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "object", "properties": {"team": {"type": "string"}, "job": {"type": "string"}}, "required": ["team", "job"]}}, "required": ["targets", "labels"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "msrc": {"type": "string"}}, "required": ["src", "msrc"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"src" : "../../images/photolist/1/1/2013.1.jpg", "msrc" : "../../images/photolist/1/1/2013.1.jpg"}, {"src" : "../../images/photolist/1/1/2013.2.jpg", "msrc" : "../../images/photolist/1/1/2013.2.jpg"}, {"src" : "../../images/photolist/1/1/2013.3.jpg", "msrc" : "../../images/photolist/1/1/2013.3.jpg"}, {"src" : "../../images/photolist/1/1/2013.4.jpeg", "msrc" : "../../images/photolist/1/1/2013.4.jpeg"}, {"src" : "../../images/photolist/1/1/2013.5.jpeg", "msrc" : "../../images/photolist/1/1/2013.5.jpeg"}, {"src" : "../../images/photolist/1/1/2013.6.jpg", "msrc" : "../../images/photolist/1/1/2013.6.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "msrc": {"type": "string"}}, "required": ["src", "msrc"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "uglify-es": {"type": "string"}}, "required": ["browserify", "uglify-es"]}, "dependencies": {"type": "object", "properties": {"accessor": {"type": "string"}, "d3-array": {"type": "string"}, "d3-selection": {"type": "string"}, "handle-error-web": {"type": "string"}, "probable": {"type": "string"}, "route-state": {"type": "string"}, "standard-bail": {"type": "string"}, "tablenest": {"type": "string"}}, "required": ["accessor", "d3-array", "d3-selection", "handle-error-web", "probable", "route-state", "standard-bail", "tablenest"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "slime-intelligences", "version" : "1.0.0", "description" : "Makes slime intelligences. (A game supplement.)", "main" : "index.js", "private" : true, "scripts" : {"test" : "make test"}, "repository" : {"type" : "git", "url" : "git@github.com:jimkang/slime-intelligences.git"}, "keywords" : [], "author" : "Jim Kang", "license" : "MIT", "bugs" : {"url" : "https://github.com/jimkang/slime-intelligences/issues"}, "homepage" : "https://github.com/jimkang/slime-intelligences", "devDependencies" : {"browserify" : "^14.5.0", "uglify-es" : "^3.1.9"}, "dependencies" : {"accessor" : "^2.0.0", "d3-array" : "^2.0.3", "d3-selection" : "^1.4.0", "handle-error-web" : "^1.0.1", "probable" : "^2.1.2", "route-state" : "^1.1.2", "standard-bail" : "^2.0.1", "tablenest" : "^2.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "uglify-es": {"type": "string"}}, "required": ["browserify", "uglify-es"]}, "dependencies": {"type": "object", "properties": {"accessor": {"type": "string"}, "d3-array": {"type": "string"}, "d3-selection": {"type": "string"}, "handle-error-web": {"type": "string"}, "probable": {"type": "string"}, "route-state": {"type": "string"}, "standard-bail": {"type": "string"}, "tablenest": {"type": "string"}}, "required": ["accessor", "d3-array", "d3-selection", "handle-error-web", "probable", "route-state", "standard-bail", "tablenest"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@bazel/hide-bazel-files": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}, "rxjs": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "tslib": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "typescript": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@bazel/hide-bazel-files", "rxjs", "tslib", "typescript"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"@bazel/hide-bazel-files" : {"version" : "0.39.0", "resolved" : "https://registry.npmjs.org/@bazel/hide-bazel-files/-/hide-bazel-files-0.39.0.tgz", "integrity" : "sha512-BpubXqH1bgnrLArinERhMkdZBZOv0gYvVBC49FQeLmgDBYGAtYU3uDdFz5qBCkQHRSzfSXPpl66FsZaGXge1pQ==", "dev" : true}, "rxjs" : {"version" : "6.4.0", "resolved" : "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", "integrity" : "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", "requires" : {"tslib" : "^1.9.0"}}, "tslib" : {"version" : "1.10.0", "resolved" : "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", "integrity" : "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="}, "typescript" : {"version" : "2.9.1", "resolved" : "https://registry.npmjs.org/typescript/-/typescript-2.9.1.tgz", "integrity" : "sha512-h6pM2f/GDchCFlldnriOhs1QHuwbnmj6/v7499eMHqPeW4V2G0elua2eIc2nu8v2NdHV0Gm+tzX83Hr6nUFjQA=="}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@bazel/hide-bazel-files": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "dev": {"type": "boolean"}}, "required": ["version", "resolved", "integrity", "dev"]}, "rxjs": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "tslib": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "typescript": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@bazel/hide-bazel-files", "rxjs", "tslib", "typescript"]}}, "required": ["requires", "lockfileVersion", "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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3522100017", "district_id" : "3522100", "name" : "KAUMAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rmse" : [25.495055330208647]}
json_instruct
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["calamarcopolo"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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"}, "label_icon": {"type": "string"}, "label_name": {"type": "string"}, "name": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "label_icon", "label_name", "name", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fcabc508-81ec-43d2-b6c8-d5160103b4b3", "label_icon" : "starship", "label_name" : "Starship Entertainment", "name" : "SISTAR", "urls" : ["http://kprofiles.com/sistar-members-profile/"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "label_icon": {"type": "string"}, "label_name": {"type": "string"}, "name": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "label_icon", "label_name", "name", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"countries" : ["Norway", "Peru"], "topics" : [], "section_title" : "MARKET AND NON-MARKET MECHANISMS UNDER THE CONVENTION", "enb_start_date" : "01-Jun-15", "enb_short_title" : "SB 42", "subtype" : "", "actors" : [], "sentences" : ["These items, including sub-items on the framework of various approaches, non-market-based approaches and new market-based mechanisms, were first considered on Monday, 1 June, and subsequently in informal consultations co-facilitated by Aida Rocio Garcia Garcia-Naranjo (Peru) and Peer Stiansen (Norway).", "During the SBSTA closing plenary, Chair Wojtal reported no conclusions had been reached and that the sub-items would be placed on the provisional agenda of SBSTA 43."], "enb_url" : "http://www.iisd.ca/vol12/enb12638e.html", "enb_long_title" : "Bonn Climate Change Conference - June 2015", "type" : "", "id" : "enb12638e_106", "enb_end_date" : "11-Jun-15"}
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-112.11, 46.61]}, "type" : "Feature", "id" : "59636", "properties" : {"other_cities" : "", "city" : "Fort Harrison", "state" : "MT", "county" : "Lewis and Clark County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[5.637613672209474, 5.659116163431962, 5.717389919736998, 5.885446296997124, 5.776077976130911, 6.118440814394748, 5.9776230208473375, 6.447071727924303, 7.007012211772269, 6.055432112590377]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "songTable": {"type": "string"}, "feedbackTable": {"type": "string"}}, "required": ["host", "user", "password", "database", "songTable", "feedbackTable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"host" : "x", "user" : "y", "password" : "z", "database" : "w", "songTable" : "v", "feedbackTable" : "t"}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "songTable": {"type": "string"}, "feedbackTable": {"type": "string"}}, "required": ["host", "user", "password", "database", "songTable", "feedbackTable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900019742": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019743": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019744": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019745": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019746": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900019742", "900019743", "900019744", "900019745", "900019746"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900019742" : {"nama" : "TPS 1", "dapil" : [1202, 11209, 2120202]}, "900019743" : {"nama" : "TPS 2", "dapil" : [1202, 11209, 2120202]}, "900019744" : {"nama" : "TPS 3", "dapil" : [1202, 11209, 2120202]}, "900019745" : {"nama" : "TPS 4", "dapil" : [1202, 11209, 2120202]}, "900019746" : {"nama" : "TPS 5", "dapil" : [1202, 11209, 2120202]}}
json_instruct
{"type": "object", "properties": {"900019742": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019743": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019744": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019745": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900019746": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900019742", "900019743", "900019744", "900019745", "900019746"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "450602100001", "text" : "\u5357\u6e2f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450602100002", "text" : "\u4e1c\u6e2f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450602100003", "text" : "\u5174\u4f01\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "450602100004", "text" : "\u4e50\u4e1a\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "450602100201", "text" : "\u534e\u4fa8\u6e14\u4e1a\u6751"}, {"id" : "450602100202", "text" : "\u5317\u6e2f\u6751\u59d4\u4f1a"}, {"id" : "450602100203", "text" : "\u5773\u9876\u6751\u59d4\u4f1a"}, {"id" : "450602100204", "text" : "\u5c71\u65b0\u6751\u59d4\u4f1a"}, {"id" : "450602100206", "text" : "\u8d64\u6c99\u6751\u59d4\u4f1a"}, {"id" : "450602100207", "text" : "\u867e\u7ba9\u6751\u59d4\u4f1a"}, {"id" : "450602100208", "text" : "\u725b\u8def\u6751\u59d4\u4f1a"}, {"id" : "450602100209", "text" : "\u677f\u5bee\u6751\u59d4\u4f1a"}, {"id" : "450602100210", "text" : "\u4f01\u82f1\u6751\u59d4\u4f1a"}, {"id" : "450602100211", "text" : "\u5927\u8239\u6751\u59d4\u4f1a"}, {"id" : "450602100212", "text" : "\u5411\u9633\u6751\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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "jasmine": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["build", "jasmine", "test", "start", "lint", "prettier"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/axios": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@types/sharp": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "prettier-eslint": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/axios", "@types/express", "@types/node", "@types/sharp", "@typescript-eslint/eslint-plugin", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "nodemon", "prettier", "prettier-eslint", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "express": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-spec-reporter": {"type": "string"}, "sharp": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["axios", "express", "jasmine", "jasmine-spec-reporter", "sharp", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "udacity-fwd-advanced-p01", "version" : "1.0.0", "description" : "", "main" : "", "scripts" : {"build" : "npx tsc", "jasmine" : "jasmine", "test" : "npm run build && npm run jasmine", "start" : "nodemon --exec npx ts-node src/index.ts", "lint" : "eslint \"src/**/*.ts\"", "prettier" : "prettier --config .prettierrc \"src/**/*.ts\" --write"}, "keywords" : [], "author" : "", "license" : "ISC", "devDependencies" : {"@types/axios" : "^0.14.0", "@types/express" : "^4.17.12", "@types/node" : "^15.6.1", "@types/sharp" : "^0.28.3", "@typescript-eslint/eslint-plugin" : "^5.10.1", "eslint" : "^7.32.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-prettier" : "^3.4.1", "nodemon" : "^2.0.7", "prettier" : "^1.19.1", "prettier-eslint" : "^13.0.0", "ts-node" : "^10.0.0", "typescript" : "^4.3.2"}, "dependencies" : {"axios" : "^0.21.1", "express" : "^4.17.1", "jasmine" : "^3.7.0", "jasmine-spec-reporter" : "^7.0.0", "sharp" : "^0.28.3", "supertest" : "^6.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "jasmine": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["build", "jasmine", "test", "start", "lint", "prettier"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/axios": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@types/sharp": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "prettier-eslint": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/axios", "@types/express", "@types/node", "@types/sharp", "@typescript-eslint/eslint-plugin", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "nodemon", "prettier", "prettier-eslint", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "express": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-spec-reporter": {"type": "string"}, "sharp": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["axios", "express", "jasmine", "jasmine-spec-reporter", "sharp", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "universal": {"type": "boolean"}}, "required": ["key", "type", "label", "universal"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "payment:", "type" : "multiCombo", "label" : "Payment Types", "universal" : true}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "universal": {"type": "boolean"}}, "required": ["key", "type", "label", "universal"], "$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" : 101793889, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "4c4fadefdde91e18565c6a4def350d44", "wof:id" : 101793889, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [21.4925, 45.03833, 21.4925, 45.03833], "geometry" : {"coordinates" : [21.4925, 45.03833], "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": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"oid" : "sl_2003-08-16", "hafta" : 353, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "16/08/2003", "cekilisTuru" : "SAYISAL_LOTO", "rakamlar" : "03#08#10#22#29#43", "rakamlarNumaraSirasi" : "3 - 8 - 10 - 22 - 29 - 43", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "sl_2003-08-16_6", "kisiBasinaDusenIkramiye" : 472993.55, "kisiSayisi" : 4, "tur" : "$6_BILEN"}, {"oid" : "sl_2003-08-16_5", "kisiBasinaDusenIkramiye" : 1460.85, "kisiSayisi" : 758, "tur" : "$5_BILEN"}, {"oid" : "sl_2003-08-16_4", "kisiBasinaDusenIkramiye" : 14.3, "kisiSayisi" : 39601, "tur" : "$4_BILEN"}, {"oid" : "sl_2003-08-16_3", "kisiBasinaDusenIkramiye" : 1.5, "kisiSayisi" : 726558, "tur" : "$3_BILEN"}], "buyukIkrKazananIlIlceler" : []}
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"encoding-down": {"type": "string"}, "fastify-plugin": {"type": "string"}, "leveldown": {"type": "string"}, "levelup": {"type": "string"}}, "required": ["encoding-down", "fastify-plugin", "leveldown", "levelup"]}, "devDependencies": {"type": "object", "properties": {"@types/levelup": {"type": "string"}, "fastify": {"type": "string"}, "memdown": {"type": "string"}, "rimraf": {"type": "string"}, "standard": {"type": "string"}, "tap": {"type": "string"}, "tsd": {"type": "string"}}, "required": ["@types/levelup", "fastify", "memdown", "rimraf", "standard", "tap", "tsd"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fastify-leveldb", "version" : "3.1.0", "description" : "Plugin to share a common LevelDB connection across Fastify.", "main" : "index.js", "types" : "index.d.ts", "scripts" : {"test" : "standard && tsd && tap --100 test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fastify/fastify-leveldb.git"}, "keywords" : ["fastify", "level", "leveldb", "database"], "author" : "Tomas Della Vedova - @delvedor (http://delved.org)", "license" : "MIT", "bugs" : {"url" : "https://github.com/fastify/fastify-leveldb/issues"}, "homepage" : "https://github.com/fastify/fastify-leveldb#readme", "engines" : {"node" : ">=10.0.0"}, "dependencies" : {"encoding-down" : "^7.0.0", "fastify-plugin" : "^3.0.0", "leveldown" : "^6.0.0", "levelup" : "^5.0.0"}, "devDependencies" : {"@types/levelup" : "^4.3.3", "fastify" : "^3.0.0", "memdown" : "^6.0.0", "rimraf" : "^3.0.2", "standard" : "^16.0.3", "tap" : "^15.0.1", "tsd" : "^0.17.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"encoding-down": {"type": "string"}, "fastify-plugin": {"type": "string"}, "leveldown": {"type": "string"}, "levelup": {"type": "string"}}, "required": ["encoding-down", "fastify-plugin", "leveldown", "levelup"]}, "devDependencies": {"type": "object", "properties": {"@types/levelup": {"type": "string"}, "fastify": {"type": "string"}, "memdown": {"type": "string"}, "rimraf": {"type": "string"}, "standard": {"type": "string"}, "tap": {"type": "string"}, "tsd": {"type": "string"}}, "required": ["@types/levelup", "fastify", "memdown", "rimraf", "standard", "tap", "tsd"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1114060016, "parent" : 1114060, "name" : "RANTAU PAKAM", "latitude" : null, "longitude" : null, "postal" : [24472, 24470], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"noise_pct_0": {"type": "number"}}, "required": ["noise_pct_0"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"noise_pct_0" : 0.8086538461538462}
json_instruct
{"type": "object", "properties": {"noise_pct_0": {"type": "number"}}, "required": ["noise_pct_0"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "BUT HEREIN, I SUPPOSE, LIES THE DANGER AND DECEIT OF THAT SUPPOSITION:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/11415.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "THEWAN", "frequency" : 1, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "name", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "name" : "Connor", "image" : "/images/Connor.jpg"}, {"id" : 2, "name" : "Craig", "image" : "/images/Craig.jpg"}, {"id" : 3, "name" : "Nuan", "image" : "/images/Nuan.jpg"}, {"id" : 4, "name" : "\u00c0bakar", "image" : "/images/Abakar.jpg"}, {"id" : 5, "name" : "Chang", "image" : "/images/Chang.jpg"}, {"id" : 6, "name" : "Jo\u00e3o", "image" : "/images/Joao.jpg"}, {"id" : 7, "name" : "Cooper", "image" : "/images/Cooper.jpg"}, {"id" : 8, "name" : "Bao", "image" : "/images/Bao.jpg"}, {"id" : 9, "name" : "Jeong", "image" : "/images/Jeong.jpg"}, {"id" : 10, "name" : "Rascal", "image" : "/images/Rascal.jpg"}, {"id" : 11, "name" : "Zazu", "image" : "/images/Zazu.jpg"}, {"id" : 12, "name" : "Hamidi", "image" : "/images/Hamidi.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}}, "required": ["id", "name", "image"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900784313": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784314": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784315": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784316": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784317": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900784313", "900784314", "900784315", "900784316", "900784317"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900784313" : {"nama" : "TPS 1", "dapil" : [9101, 19106, 2910201]}, "900784314" : {"nama" : "TPS 2", "dapil" : [9101, 19106, 2910201]}, "900784315" : {"nama" : "TPS 3", "dapil" : [9101, 19106, 2910201]}, "900784316" : {"nama" : "TPS 4", "dapil" : [9101, 19106, 2910201]}, "900784317" : {"nama" : "TPS 5", "dapil" : [9101, 19106, 2910201]}}
json_instruct
{"type": "object", "properties": {"900784313": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784314": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784315": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784316": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900784317": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900784313", "900784314", "900784315", "900784316", "900784317"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "COSMA", "frequency" : 93, "males" : "66.66666666666666 %", "females" : "33.33333333333333 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : [], "countries" : [], "enb_end_date" : "14-May-07", "enb_long_title" : "Twenty-sixth sessions of the Subsidiary Bodies (SB 26) of the United Nations Framework Convention on Climate Change (UNFCCC)", "enb_short_title" : "SB 26", "enb_start_date" : "14-May-07", "enb_url" : "http://www.iisd.ca/vol12/enb12328e.html", "id" : "enb12328e_4", "section_title" : "DECISION 1/CP.10:", "sentences" : ["In the morning, informal consultations continued on adverse impacts of climate change in the context of Decision 1/CP.10 .", "Delegates discussed financial resources and mainstreaming activities in Annex I parties, preferring the use of planning and implementing rather than mainstreaming.", "During the informal meeting on response measures in the afternoon, Chair Thompson suggested that parties refer to the paper provided by SBI Chair Asadi with a view to devising practical activities relating to response measures.", "She outlined three broad categories for consideration: modeling, financial risk management, and economic diversification.", "The discussion focused on modeling, with many parties seeking a better understanding of the Convention's role in this process."], "subtype" : "", "topics" : [], "type" : "sbi/sbsta"}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$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" : [[[137.25, 34.25], [137.25, 34.333333333333336], [137.375, 34.333333333333336], [137.375, 34.25], [137.25, 34.25]]]}, "properties" : {"code" : 513732, "url" : "http://madefor.github.io/0410/api/v1/513732.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/513732.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "0.503", "endpoint-url" : "https://www.rutland.gov.uk/_resources/assets/attachment/full/0/55748.xlsm", "entry-date" : "2020-01-20T01:22:32.016739", "exception" : "SSLError"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=5281", "name" : "Sarv Daliya Manav Vikas Kendra", "primaryEmail" : "sdmvk04@yahoo.in", "organisationType" : ["Grant-making"], "telephone" : ["919720021831", "919548619458"], "mainAddrress" : {"state" : "Uttar Pradesh", "address" : ["Tandon Bhavan , Braham Bajar Tiraha", "Bahjoi", "Moradabad", "Uttar Pradesh", "244410"]}, "briefDescription" : "NGO RUNNING FROM 1975. PROJECTS IMPLEMENTS FINANCIAL ASSISTANT BY STATE AND CENTRAL GOVERNMENT OF INDIA. NGO WORKS FOR RURAL DEVELOPMENT,WOMEN & CHILD DEVELOPMENT, HEALTH, EDUCATION ,VOCATIONAL TRAINING, EMPLOYMENT, ENVIRONMENT,SOCIAL ECO DEVELOPMENT, CRASH, ADULT EDUCATION, NON FORMAL EDUCATION, CONDENSE COURSE. ABOUT THOUSANDS PEOPLE SERVED IN THIS PROJECTS.", "yearOfEstablishment" : "1978"}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d87-30", "text" : "28.\nFORWARD LOOK\nMinutes of the Activities Committee: Nominations were held to choose members\nof the Activities Committee. This committee would do further planning for the\nregion and assimilate all suggestions made at this meeting to make studies and\nrecommendations for improvement.\nThese nominations were:\nLeo Martin, Tony Zaitz, Arthur Weld, Larry Creshkoff and Dorothy Daniel.\nThe vote was unanimous and these five became the members of the Region I\nActivities Committee. Zaitz was chosen as chairman of the Committee.\nThe committee met Friday evening to consider the problem of the next con\u00ac\nference. Syracuse extended an invitation and it was decided to submit this to the\ngroup in view of expense and distance and to invite suggestions from the floor\nof the meeting.\nOther problems were discussed and presented to the group. A regional Net\u00ac\nwork Committee was appointed to study multiplexing or some sort of relay system\nfor radio and television. Four persons were chosen for this Network Committee:\nW. W. Smith, Chairman5 H. M. Gunn, Operations Manager of WGBH-TV; James Bonney,\nChief Engineer, WBUR$ William H. Pitkin, Chief Engineer, WNYC.\nThe second meeting of the Activities Committee was held Saturday morning.\nAt this meeting an invitation for the next conference was extended by Pitts\u00ac\nburgh. It was decided to announce the Syracuse and Pittsburgh invitations at the\ngeneral meeting with final selection of site depending on (l) relative expenses,\nas no expenses would be paid for the second meeting, and (2) whether there would\nbe a national meeting every year or every other year. This latter would relate\nto distance and finance. The Committee brought up the point concerning the best\ndivision for the various regions. It was decided this matter was not in the"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"271010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "332011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "435081": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "414010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["271010", "count", "332011", "N.A.//", "435081", "414010"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"271010" : {"count" : 1}, "count" : 6, "332011" : {"count" : 1}, "N.A.//" : {"count" : 2}, "435081" : {"count" : 1}, "414010" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"271010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "332011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "435081": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "414010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["271010", "count", "332011", "N.A.//", "435081", "414010"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"sources": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "js": {"type": "object", "properties": {"minify": {"type": "boolean"}, "compile": {"type": "boolean"}}, "required": ["minify", "compile"]}}, "required": ["name", "js"]}}}, "required": ["sources", "lint", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sources" : ["xtal-pattern.js", "xtal-pattern-ext.js"], "lint" : {"rules" : ["polymer-2"]}, "builds" : [{"name" : "ES5", "js" : {"minify" : true, "compile" : true}}, {"name" : "ES6", "js" : {"minify" : true, "compile" : false}}]}
json_instruct
{"type": "object", "properties": {"sources": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "js": {"type": "object", "properties": {"minify": {"type": "boolean"}, "compile": {"type": "boolean"}}, "required": ["minify", "compile"]}}, "required": ["name", "js"]}}}, "required": ["sources", "lint", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"c": {"type": "object", "properties": {"bissau": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["bissau"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : {"bissau" : {"z" : {}, "l" : ["11.8500", "-15.5833"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"bissau": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["bissau"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"errors": {"type": "object", "properties": {}, "required": []}, "id": {"type": "integer"}, "source_code": {"type": "string"}, "source_name": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "urlize_name": {"type": "string"}, "description": {"type": "string"}, "updated_at": {"type": "string"}, "frequency": {"type": "string"}, "from_date": {"type": "string"}, "to_date": {"type": "string"}, "column_names": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "type": {"type": "null"}, "display_url": {"type": "null"}}, "required": ["errors", "id", "source_code", "source_name", "code", "name", "urlize_name", "description", "updated_at", "frequency", "from_date", "to_date", "column_names", "private", "type", "display_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errors" : {}, "id" : 10803353, "source_code" : "SEC", "source_name" : "U.S. Securities and Exchange Commission", "code" : "DRC_WEIGHTEDAVERAGENUMBERDILUTEDSHARESOUTSTANDINGADJUSTMENT_A", "name" : "Dresser-Rand Group Inc. (DRC): Annual Weighted Average Number Diluted Shares Outstanding Adjustment", "urlize_name" : "Dresser-Rand-Group-Inc-DRC-Annual-Weighted-Average-Number-Diluted-Shares-Outstanding-Adjustment", "description" : "SEC Name: WeightedAverageNumberDilutedSharesOutstandingAdjustment", "updated_at" : "2014-03-07T13:56:19Z", "frequency" : "daily", "from_date" : "2011-12-31", "to_date" : "2012-12-31", "column_names" : ["Date", "Value"], "private" : false, "type" : null, "display_url" : null}
json_instruct
{"type": "object", "properties": {"errors": {"type": "object", "properties": {}, "required": []}, "id": {"type": "integer"}, "source_code": {"type": "string"}, "source_name": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "urlize_name": {"type": "string"}, "description": {"type": "string"}, "updated_at": {"type": "string"}, "frequency": {"type": "string"}, "from_date": {"type": "string"}, "to_date": {"type": "string"}, "column_names": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "type": {"type": "null"}, "display_url": {"type": "null"}}, "required": ["errors", "id", "source_code", "source_name", "code", "name", "urlize_name", "description", "updated_at", "frequency", "from_date", "to_date", "column_names", "private", "type", "display_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"rettighetsgruppe": {"type": "null"}, "ytelser": {"type": "null"}}, "required": ["rettighetsgruppe", "ytelser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rettighetsgruppe" : null, "ytelser" : null}
json_instruct
{"type": "object", "properties": {"rettighetsgruppe": {"type": "null"}, "ytelser": {"type": "null"}}, "required": ["rettighetsgruppe", "ytelser"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dateAdded": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "url", "description", "dateAdded", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Age of Analyticz", "url" : "https://ageofanalyticz.com", "description" : "Compare civ win rates across elos", "dateAdded" : 0, "tags" : ["tool", "stats"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dateAdded": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "url", "description", "dateAdded", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\uc18c\uc18d\uc704\uc6d0\ud68c": {"type": "string"}, "\uc120\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}, "\uc81c\uc548\uc758\uc548": {"type": "array", "items": {}}}, "required": ["id", "\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\uc18c\uc18d\uc704\uc6d0\ud68c", "\uc120\uc218", "\ub2f9\uc120\ub300\uc218", "\uc81c\uc548\uc758\uc548"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9771235", "\uc774\ub984" : "\uc870\ud574\uc9c4", "\ud55c\ubb38\uba85" : "\u66fa\u6d77\u73cd", "\uc0dd\ub144\uc6d4\uc77c" : "1963-08-04", "\uc815\ub2f9" : "\uad6d\ubbfc\uc758\ud798", "\uc120\uac70\uad6c" : "\uacbd\ub0a8\ubc00\uc591\uc2dc\uc758\ub839\uad70\ud568\uc548\uad70\ucc3d\ub155\uad70", "\uc18c\uc18d\uc704\uc6d0\ud68c" : "\uae30\ud68d\uc7ac\uc815\uc704\uc6d0\ud68c,\uc608\uc0b0\uacb0\uc0b0\ud2b9\ubcc4\uc704\uc6d0\ud68c", "\uc120\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "18,19,21", "\uc81c\uc548\uc758\uc548" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\uc18c\uc18d\uc704\uc6d0\ud68c": {"type": "string"}, "\uc120\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}, "\uc81c\uc548\uc758\uc548": {"type": "array", "items": {}}}, "required": ["id", "\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\uc18c\uc18d\uc704\uc6d0\ud68c", "\uc120\uc218", "\ub2f9\uc120\ub300\uc218", "\uc81c\uc548\uc758\uc548"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "0xecb1dacda4058ff81c67cd260fd2f173d1d9faeb87dd45289b3f2503403e6c08", "parentHash" : "0x01d928fc0354b45666d8781d1216bab089e1e08a673c742504ac1414dd546c03", "number" : 118339, "timestamp" : 1440124414, "nonce" : "0x1654c9ddd4c7c00d", "difficulty" : 4312108847317, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xC6A5D22D1DDd24B32a308bA4A49ec3cA38a2D0A6", "extraData" : "0x", "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Terminal Altitude", "description" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3273210003, "parent" : 3273210, "name" : "CIKUTRA", "latitude" : null, "longitude" : null, "postal" : [40124], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3372030004, "parent" : 3372030, "name" : "BALUWARTI", "latitude" : null, "longitude" : null, "postal" : [57114, 57144], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files.autoSave": {"type": "string"}, "files.autoSaveDelay": {"type": "integer"}, "files.exclude": {"type": "object", "properties": {"**/.DS_Store": {"type": "boolean"}, "**/__pycache__": {"type": "boolean"}, "**/.cache": {"type": "boolean"}, "**/.idea": {"type": "boolean"}, "**/.pytest_cache": {"type": "boolean"}, "**/.mypy_cache": {"type": "boolean"}, "**/.venv": {"type": "boolean"}, "**/.coverage": {"type": "boolean"}, "**/*.py[co]": {"type": "boolean"}}, "required": ["**/.DS_Store", "**/__pycache__", "**/.cache", "**/.idea", "**/.pytest_cache", "**/.mypy_cache", "**/.venv", "**/.coverage", "**/*.py[co]"]}, "telemetry.enableCrashReporter": {"type": "boolean"}, "telemetry.enableTelemetry": {"type": "boolean"}}, "required": ["files.autoSave", "files.autoSaveDelay", "files.exclude", "telemetry.enableCrashReporter", "telemetry.enableTelemetry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.autoSave" : "afterDelay", "files.autoSaveDelay" : 50, "files.exclude" : {"**/.DS_Store" : true, "**/__pycache__" : true, "**/.cache" : true, "**/.idea" : true, "**/.pytest_cache" : true, "**/.mypy_cache" : true, "**/.venv" : true, "**/.coverage" : true, "**/*.py[co]" : true}, "telemetry.enableCrashReporter" : false, "telemetry.enableTelemetry" : false}
json_instruct
{"type": "object", "properties": {"files.autoSave": {"type": "string"}, "files.autoSaveDelay": {"type": "integer"}, "files.exclude": {"type": "object", "properties": {"**/.DS_Store": {"type": "boolean"}, "**/__pycache__": {"type": "boolean"}, "**/.cache": {"type": "boolean"}, "**/.idea": {"type": "boolean"}, "**/.pytest_cache": {"type": "boolean"}, "**/.mypy_cache": {"type": "boolean"}, "**/.venv": {"type": "boolean"}, "**/.coverage": {"type": "boolean"}, "**/*.py[co]": {"type": "boolean"}}, "required": ["**/.DS_Store", "**/__pycache__", "**/.cache", "**/.idea", "**/.pytest_cache", "**/.mypy_cache", "**/.venv", "**/.coverage", "**/*.py[co]"]}, "telemetry.enableCrashReporter": {"type": "boolean"}, "telemetry.enableTelemetry": {"type": "boolean"}}, "required": ["files.autoSave", "files.autoSaveDelay", "files.exclude", "telemetry.enableCrashReporter", "telemetry.enableTelemetry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}}, "required": ["ClassName", "Size", "Grade", "Type", "Name", "Description", "Tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ClassName" : "Carryable_2H_FL_05x05x05_Commodity_counterfeit_mobyGlass", "Size" : 2, "Grade" : 1, "Type" : "Cargo.Cargo", "Name" : "mobyGlass Personal Computers", "Description" : "These knock-off mobiGlas use pirated software and are often infected with spyware and malicious programming.", "Tags" : ["MissionQuestItem"]}
json_instruct
{"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Tags": {"type": "array", "items": {"type": "string"}}}, "required": ["ClassName", "Size", "Grade", "Type", "Name", "Description", "Tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "language": {"type": "string"}, "views": {"type": "object", "properties": {"by_alias": {"type": "object", "properties": {"map": {"type": "string"}}, "required": ["map"]}}, "required": ["by_alias"]}}, "required": ["_id", "_rev", "language", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "_design/user_agents", "_rev" : "2-a1eb3c90bf9a14c3ab68db40130ad2a4", "language" : "javascript", "views" : {"by_alias" : {"map" : "function(doc) {\n var i, obj, j, alias;\n\n if (doc['type'] === 'user_agents') {\n for (i = 0; i < doc['agents'].length; ++i) {\n obj = doc['agents'][i];\n\n for (j = 0; j < obj['aliases'].length; ++j) {\n alias = obj['aliases'][j];\n\n emit(alias, obj['name']);\n }\n }\n }\n}\n"}}}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "language": {"type": "string"}, "views": {"type": "object", "properties": {"by_alias": {"type": "object", "properties": {"map": {"type": "string"}}, "required": ["map"]}}, "required": ["by_alias"]}}, "required": ["_id", "_rev", "language", "views"], "$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#"}
["1campus_nodedsa"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 47257, "UUID" : "E3E97E77-8A47-4651-9985-6C10A4D21500", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 2, "AddressInfo" : {"ID" : 47603, "Title" : "Volkswagen Werk Sachsen", "AddressLine1" : "Glauchauer Stra\u00dfe 40", "Town" : "Zwickau", "StateOrProvince" : "Landkreis Zwickau", "Postcode" : "08058", "CountryID" : 87, "Latitude" : 50.79398, "Longitude" : 12.48416, "ContactTelephone1" : "+49 375 55-0", "AccessComments" : "4 Ladepl\u00e4tze auf dem Werksgel\u00e4nde. ", "RelatedURL" : "http://www.volkswagen-sachsen.de/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 58260, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 20, "Quantity" : 2}, {"ID" : 58261, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 20, "Quantity" : 2}, {"ID" : 58262, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 4, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2015-05-28T07:03:00Z", "DataQualityLevel" : 1, "DateCreated" : "2015-05-22T05:57:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Clayeures", "circ" : "4\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 161, "abs" : 71, "votants" : 90, "blancs" : 5, "nuls" : 4, "exp" : 81, "res" : [{"nuance" : "LR", "nom" : "M. Thibault BAZIN", "voix" : 53}, {"nuance" : "REM", "nom" : "M. Philippe BUZZI", "voix" : 28}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Claus,\n\n\nLet me see if I can help here.\nI am not sure what camera set up you have but I see it hard for you to be capturing a radiance map with your HDR images.\nThat would mean that your camera can record from the IR to the UV, well beyond the visible light only.\nIf that's the case, I want the same camera!\n\n\nOtherwise, if you have a normal SLR fitted with a Sigma 180 fisheye, you'll likely be recording luminance maps. Integration of the brightness values (forget about colours) over the hemisphere will give you your illuminace reading at the focal point of the camera, to be compared with the reading from the lux meter.\n\n\nEvalglare has a handy option to do this integration for you.\n\n\nHope this helps,\n\n\nGiovanni\n\n\n////////////////////////////////////////////////\nGiovanni Betti\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2014-March/010174.html).</sup>", "attachments" : [], "created_by_name" : "Giovanni Betti", "created_at" : "March 27, 2014 at 08:19AM", "created_by" : "Giovanni_Betti", "parent_id" : "radiance-general_010171", "id" : "radiance-general_010174"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "upVotes": {"type": "integer"}, "downVotes": {"type": "integer"}}, "required": ["word", "upVotes", "downVotes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"word" : "obtain", "upVotes" : 58, "downVotes" : 7}, {"word" : "acquire", "upVotes" : 54, "downVotes" : 6}, {"word" : "procure", "upVotes" : 43, "downVotes" : 2}, {"word" : "take", "upVotes" : 40, "downVotes" : 3}, {"word" : "gain", "upVotes" : 37, "downVotes" : 0}, {"word" : "secure", "upVotes" : 38, "downVotes" : 4}, {"word" : "receive", "upVotes" : 33, "downVotes" : 2}, {"word" : "win", "upVotes" : 33, "downVotes" : 2}, {"word" : "catch", "upVotes" : 30, "downVotes" : 3}, {"word" : "come by", "upVotes" : 24, "downVotes" : 1}, {"word" : "earn", "upVotes" : 24, "downVotes" : 1}, {"word" : "grasp", "upVotes" : 24, "downVotes" : 1}, {"word" : "make", "upVotes" : 24, "downVotes" : 1}, {"word" : "realize", "upVotes" : 23, "downVotes" : 0}, {"word" : "capture", "upVotes" : 21, "downVotes" : 1}, {"word" : "pick up", "upVotes" : 20, "downVotes" : 0}, {"word" : "take in", "upVotes" : 20, "downVotes" : 0}, {"word" : "fetch", "upVotes" : 18, "downVotes" : 0}, {"word" : "see", "upVotes" : 18, "downVotes" : 0}, {"word" : "collect", "upVotes" : 18, "downVotes" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"word": {"type": "string"}, "upVotes": {"type": "integer"}, "downVotes": {"type": "integer"}}, "required": ["word", "upVotes", "downVotes"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d44-1", "text" : "CANADIAN BROADCASTING CORPORATION\n354 Jarvis Street,\nToronto, Ontario*\nApril 22, 1965.\nMr* Williaia G* Harley,\nPresident,\nNational Association of Educational\nBroadcasters,\n1346 Connecticut Avenue,\nWASHINGTON 6, D. C.\nDear Billj\nThanks for your thoughtful letter of ^ril 13,\nconcerning the elimination of the Resolutions Committee\nof the NAEB*\nI fully appreciate your policy decision in this\nmatter and although I made very little contribution to the\nCommittee, I will b\u00ae glad to help in the future in any way\nin which I can be useful*\nWith best personal wishes, I am.\nYours sincerely.\nP* B* Rainsberry,\nNetwork Supervisor,\nSchool Broadcasts\nand Youth Programming*\nEBR/ma#"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "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" : "KSXS0", "name" : {"en" : "Schell / Boland Acres"}, "country" : "US", "region" : "AL", "identifiers" : {"icao" : "KSXS", "usaf" : "722219"}, "location" : {"latitude" : 31.3627, "longitude" : -85.8494, "elevation" : 122}, "timezone" : "America/Chicago"}
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"}, "usaf": {"type": "string"}}, "required": ["icao", "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lite": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "lite", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lite-server": {"type": "string"}}, "required": ["lite-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "keywords", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jamescpeters", "version" : "1.0.0", "description" : "portfolio page", "main" : "index.html", "scripts" : {"start" : "npm run lite", "lite" : "lite-server", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "james c peters", "license" : "ISC", "repository" : {"type" : "git", "url" : "git+https://github.com/pavedwave/pavedwave.github.io.git"}, "keywords" : ["automated", "testing", "quality", "assurance"], "bugs" : {"url" : "https://github.com/pavedwave/pavedwave.github.io/issues"}, "homepage" : "https://github.com/pavedwave/pavedwave.github.io#readme", "dependencies" : {"lite-server" : "^2.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lite": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "lite", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lite-server": {"type": "string"}}, "required": ["lite-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "keywords", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "A110", "name" : "Name"}, {"code" : "A111", "name" : "Name2"}, {"code" : "A112", "name" : "Name3"}, {"code" : "A113", "name" : "Name4"}, {"code" : "A114", "name" : "Name5"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "types": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "doc", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typedoc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typedoc", "typescript"]}, "dependencies": {"type": "object", "properties": {"@types/request-promise-native": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}}, "required": ["@types/request-promise-native", "request", "request-promise-native"]}}, "required": ["name", "version", "description", "author", "license", "private", "types", "main", "repository", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hex-client-api", "version" : "0.3.32", "description" : "Handle HTTP/HTTPS requests", "author" : "Chiro <dung.tran@hextrust.com>", "license" : "MIT", "private" : false, "types" : "./built/index.d.ts", "main" : "./built/index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/hextrust/HexClientApi.git"}, "scripts" : {"build" : "tsc && node ./increase-built.js", "doc" : "typedoc", "test" : "echo \"Error: no test specified\" && exit 1"}, "devDependencies" : {"@types/node" : "^12.7.2", "typedoc" : "^0.15.0", "typescript" : "^3.6.2"}, "dependencies" : {"@types/request-promise-native" : "^1.0.17", "request" : "^2.88.0", "request-promise-native" : "^1.0.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "types": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "doc", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "typedoc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "typedoc", "typescript"]}, "dependencies": {"type": "object", "properties": {"@types/request-promise-native": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}}, "required": ["@types/request-promise-native", "request", "request-promise-native"]}}, "required": ["name", "version", "description", "author", "license", "private", "types", "main", "repository", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nft" : {"id" : "1313", "name" : "PixelFreak #01313", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmXG3pW1MEuQPn1xV9vswPPTX4vsCvGCQ2JnhwGWyzFERB", "attributes" : [{"trait_type" : "pet", "value" : "Dori Batman"}, {"trait_type" : "body", "value" : "Ron A"}, {"trait_type" : "eyes", "value" : "Crying"}, {"trait_type" : "head", "value" : "Blu"}, {"trait_type" : "nose", "value" : "Nasum"}, {"trait_type" : "extra", "value" : "Zopiclone"}, {"trait_type" : "mouth", "value" : "Heavy smoker"}, {"trait_type" : "background", "value" : "RandomColor"}, {"trait_type" : "Trait Count", "value" : "8"}]}, "attributeRarities" : [{"trait_type" : "pet", "value" : "Dori Batman", "count" : 83, "ratio" : 0.0083, "ratioScore" : 120.48192771084337}, {"trait_type" : "body", "value" : "Ron A", "count" : 164, "ratio" : 0.0164, "ratioScore" : 60.975609756097555}, {"trait_type" : "eyes", "value" : "Crying", "count" : 323, "ratio" : 0.0323, "ratioScore" : 30.959752321981423}, {"trait_type" : "head", "value" : "Blu", "count" : 453, "ratio" : 0.0453, "ratioScore" : 22.075055187637968}, {"trait_type" : "nose", "value" : "Nasum", "count" : 1067, "ratio" : 0.1067, "ratioScore" : 9.37207122774133}, {"trait_type" : "extra", "value" : "Zopiclone", "count" : 495, "ratio" : 0.0495, "ratioScore" : 20.2020202020202}, {"trait_type" : "mouth", "value" : "Heavy smoker", "count" : 413, "ratio" : 0.0413, "ratioScore" : 24.213075060532685}, {"trait_type" : "background", "value" : "RandomColor", "count" : 9595, "ratio" : 0.9595, "ratioScore" : 1.0422094841063054}, {"trait_type" : "Trait Count", "value" : "8", "count" : 10000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 290.3217209509608, "rank" : 1370}
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Melt the chocolate over low heat. Set aside.", "Mix together all of the ingredients except the candies. Pour in chocolate and blend well.", "Form dough into balls and place on cookie sheets. Place 3 - 5 pieces of candy on the top of the balls.", "Bake in a 350 degree F (175 degrees C ) oven for 10 - 12 minutes."], "ingredients" : ["1 (1 ounce) square semisweet chocolate", "1/4 cup margarine, softened", "1/2 cup packed brown sugar", "1 egg", "1/2 teaspoon vanilla extract", "3/4 cup all-purpose flour", "1/2 teaspoon baking soda", "1 cup candy-coated chocolate pieces"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Candy-Coated Chocolate Pieces III", "url" : "http://allrecipes.com/recipe/10570/candy-coated-chocolate-pieces-iii/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "bulkhead", "definition" : "1. (Naut.) A partition in a vessel, to separate apartments on the same deck. 2. A structure of wood or stone, to resist the pressure of earth or water; a partition wall or structure, as in a mine; the limiting wall along a water front. Bulked line, a line beyond which a wharf must not project; -- usually, the harbor line."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "friendlyname": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}}, "required": ["firstname", "lastname", "friendlyname", "address", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"firstname" : "Mark", "lastname" : "Spencer", "friendlyname" : "boss", "address" : "City drive 55", "city" : "Perth"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "friendlyname": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}}, "required": ["firstname", "lastname", "friendlyname", "address", "city"]}, "$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"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "171100040406", "variable1" : 0.3335, "variable2" : -0.3245, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"markdown-it-mark": {"type": "string"}, "markdown-it-multimd-table": {"type": "string"}, "markdown-it-plantuml": {"type": "string"}}, "required": ["markdown-it-mark", "markdown-it-multimd-table", "markdown-it-plantuml"]}, "devDependencies": {"type": "object", "properties": {"@marp-team/marp-cli": {"type": "string"}, "markdown-it": {"type": "string"}}, "required": ["@marp-team/marp-cli", "markdown-it"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "presentations", "version" : "1.0.0", "description" : "[Presentations page](https://skleanthous.github.io/presentations/)", "main" : "engine.js", "dependencies" : {"markdown-it-mark" : "^3.0.0", "markdown-it-multimd-table" : "^4.0.3", "markdown-it-plantuml" : "^1.4.1"}, "devDependencies" : {"@marp-team/marp-cli" : "^0.21.1", "markdown-it" : "^12.0.2"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/skleanthous/presentations.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/skleanthous/presentations/issues"}, "homepage" : "https://github.com/skleanthous/presentations#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"markdown-it-mark": {"type": "string"}, "markdown-it-multimd-table": {"type": "string"}, "markdown-it-plantuml": {"type": "string"}}, "required": ["markdown-it-mark", "markdown-it-multimd-table", "markdown-it-plantuml"]}, "devDependencies": {"type": "object", "properties": {"@marp-team/marp-cli": {"type": "string"}, "markdown-it": {"type": "string"}}, "required": ["@marp-team/marp-cli", "markdown-it"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "MI"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Isabella", "state" : "MI"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-84.7523, 43.8136], [-84.6044, 43.8136], [-84.6099, 43.4685], [-84.7742, 43.4685], [-84.8454, 43.4685], [-85.0864, 43.4685], [-85.0864, 43.8136]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[88, 20, -15512, 136, 11, 10004, 2471, -25, -82, -258, 72, -192, 3112, 129, 83, -14157, -42, 25145, -3149, 27, 115, 25, 2817, -274, 3594, -72, 295, 207, -13792, 2, -187, -68, -50, 122, -97, 2461, 204, 174, -25, -443, -7356, -13830, 92, -54, -6854, 64, 38, 8, -75, 1043, -190, -6087, -221, 9522, 81, -1936, -110, -310, 9, 418, 970, -178, -86, 116], [10006, 10033, 2303, 10007, 10060, 7919, 3322, 2365, 10058, 10055, 9978, 10074, 3367, 9990, 10027, 4057, 9890, 2679, 533, 9957, 10029, 10049, 1140, 10003, 236, 9915, 10021, 9977, 3028, 10050, 9913, 9974, 9935, 10002, 9978, 749, 9901, 10065, 10091, 10034, 2388, 2625, 9967, 10022, 4557, 10022, 9958, 10046, 10027, 1482, 9962, 2201, 10043, 1316, 9934, 3176, 9968, 9834, 9994, 2474, 2032, 10056, 10069, 9961]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"value0": {"type": "array", "items": {}}}, "required": ["value0"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value0" : []}
json_instruct
{"type": "object", "properties": {"value0": {"type": "array", "items": {}}}, "required": ["value0"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema" : [{"name" : "wp_web_page_sk", "type" : "identifier"}, {"name" : "wp_web_page_id", "type" : "char(16)"}, {"name" : "wp_rec_start_date", "type" : "date"}, {"name" : "wp_rec_end_date", "type" : "date"}, {"name" : "wp_creation_date_sk", "type" : "identifier"}, {"name" : "wp_access_date_sk", "type" : "identifier"}, {"name" : "wp_autogen_flag", "type" : "char(1)"}, {"name" : "wp_customer_sk", "type" : "identifier"}, {"name" : "wp_url", "type" : "varchar(100)"}, {"name" : "wp_type", "type" : "char(50)"}, {"name" : "wp_char_count", "type" : "integer"}, {"name" : "wp_link_count", "type" : "integer"}, {"name" : "wp_image_count", "type" : "integer"}, {"name" : "wp_max_ad_count", "type" : "integer"}]}
json_instruct
{"type": "object", "properties": {"schema": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}}}, "required": ["schema"], "$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`Sapitofific~ `to~ `riko'~.\ufffa\ufffb\u62c9\u62fd\u8863\u89d2\u7528\u7684(\u5668\u7269)\u3002"], "f" : "\u62c9\u626f\u3001\u62c9\u62fd\u6771\u897f\u4f7f\u7528\u7684\u5668\u5177\u3002"}]}], "stem" : "tofific", "t" : "sapitofific"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "the eye of a needle", "long" : "the eye of a needle."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "99fc98ba516931f30debc1fa32ba2f8ff577e6f3"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "string"}, "link_url": {"type": "string"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avatar_url", "bio"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"github_username" : "arueckauer", "name" : "Andi R\u00fcckauer", "link_text" : "Personal Blog", "link_url" : "https://arueckauer.github.io/posts/", "avatar_url" : null, "bio" : "Passionate about PHP and clean code. Work professionally with PHP and contribute to OSS projects whenever I can. Sharing my knowledge with others is a great learning experience for myself."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "string"}, "link_url": {"type": "string"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avatar_url", "bio"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "RIO PIRACICABA", "Description" : "RIO PIRACICABA / MG"}, "geometry" : {"type" : "LineString", "coordinates" : [[-43.06278699992009, -19.885856996802943], [-43.060989999788596, -19.979324996651197], [-43.0224990000288, -20.01374299654202], [-43.13149500009416, -20.059340996689627], [-43.18318100040278, -20.04110099731315], [-43.28795399997704, -20.05357199685011], [-43.27199599971556, -20.004592997268958], [-43.21075799958197, -19.970716997191627], [-43.220451999659986, -19.89278299693774], [-43.19309199969598, -19.867775996664875], [-43.14536700038673, -19.895550996880957], [-43.08942299977156, -19.85808299663296], [-43.06278699992009, -19.885856996802943]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"params": {"type": "string"}, "response": {"type": "object", "properties": {"empref": {"type": "string"}, "fractionCalculations": {"type": "array", "items": {"type": "object", "properties": {"calculatedAt": {"type": "string"}, "fractions": {"type": "array", "items": {"type": "object", "properties": {"region": {"type": "string"}, "value": {"type": "number"}}, "required": ["region", "value"]}}}, "required": ["calculatedAt", "fractions"]}}}, "required": ["empref", "fractionCalculations"]}}, "required": ["params", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"params" : "?fromDate=2009-10-01&toDate=2009-10-31", "response" : {"empref" : "754/NZ00046", "fractionCalculations" : [{"calculatedAt" : "2009-10-21", "fractions" : [{"region" : "England", "value" : 0.54123}]}]}}
json_instruct
{"type": "object", "properties": {"params": {"type": "string"}, "response": {"type": "object", "properties": {"empref": {"type": "string"}, "fractionCalculations": {"type": "array", "items": {"type": "object", "properties": {"calculatedAt": {"type": "string"}, "fractions": {"type": "array", "items": {"type": "object", "properties": {"region": {"type": "string"}, "value": {"type": "number"}}, "required": ["region", "value"]}}}, "required": ["calculatedAt", "fractions"]}}}, "required": ["empref", "fractionCalculations"]}}, "required": ["params", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"attachment_number": {"type": "integer"}, "description": {"type": "string"}, "file_size_str": {"type": "string"}, "pacer_doc_id": {"type": "string"}, "pacer_seq_no": {"type": "string"}, "page_count": {"type": "integer"}}, "required": ["attachment_number", "description", "file_size_str", "pacer_doc_id", "pacer_seq_no", "page_count"]}}, "document_number": {"type": "integer"}, "file_size_str": {"type": "string"}, "pacer_case_id": {"type": "string"}, "pacer_doc_id": {"type": "string"}, "pacer_seq_no": {"type": "string"}, "page_count": {"type": "integer"}}, "required": ["attachments", "document_number", "file_size_str", "pacer_case_id", "pacer_doc_id", "pacer_seq_no", "page_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attachments" : [{"attachment_number" : 1, "description" : "Consent Form", "file_size_str" : "18 kb", "pacer_doc_id" : "10101409421", "pacer_seq_no" : "201", "page_count" : 1}], "document_number" : 50, "file_size_str" : "13 kb", "pacer_case_id" : "86548", "pacer_doc_id" : "10101409561", "pacer_seq_no" : "201", "page_count" : 4}
json_instruct
{"type": "object", "properties": {"attachments": {"type": "array", "items": {"type": "object", "properties": {"attachment_number": {"type": "integer"}, "description": {"type": "string"}, "file_size_str": {"type": "string"}, "pacer_doc_id": {"type": "string"}, "pacer_seq_no": {"type": "string"}, "page_count": {"type": "integer"}}, "required": ["attachment_number", "description", "file_size_str", "pacer_doc_id", "pacer_seq_no", "page_count"]}}, "document_number": {"type": "integer"}, "file_size_str": {"type": "string"}, "pacer_case_id": {"type": "string"}, "pacer_doc_id": {"type": "string"}, "pacer_seq_no": {"type": "string"}, "page_count": {"type": "integer"}}, "required": ["attachments", "document_number", "file_size_str", "pacer_case_id", "pacer_doc_id", "pacer_seq_no", "page_count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["spacefactory:copper_nugget"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"servos.Servo.maxAngle": {"type": "string"}, "servos.Servo.minAngle": {"type": "string"}, "servos.Servo.run": {"type": "string"}, "servos.Servo.run|param|speed": {"type": "string"}, "servos.Servo.setAngle": {"type": "string"}, "servos.Servo.setPulse": {"type": "string"}, "servos.Servo.setPulse|param|micros": {"type": "string"}, "servos.Servo.setRange": {"type": "string"}, "servos.Servo.setRange|param|maxAngle": {"type": "string"}, "servos.Servo.setRange|param|minAngle": {"type": "string"}, "servos.Servo.setStopOnNeutral": {"type": "string"}, "servos.Servo.stop": {"type": "string"}}, "required": ["servos.Servo.maxAngle", "servos.Servo.minAngle", "servos.Servo.run", "servos.Servo.run|param|speed", "servos.Servo.setAngle", "servos.Servo.setPulse", "servos.Servo.setPulse|param|micros", "servos.Servo.setRange", "servos.Servo.setRange|param|maxAngle", "servos.Servo.setRange|param|minAngle", "servos.Servo.setStopOnNeutral", "servos.Servo.stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"servos.Servo.maxAngle" : "Gets the maximum angle for the servo", "servos.Servo.minAngle" : "Gets the minimum angle for the servo", "servos.Servo.run" : "Set the throttle on a continuous servo", "servos.Servo.run|param|speed" : "the throttle of the motor from -100% to 100%", "servos.Servo.setAngle" : "Set the servo angle", "servos.Servo.setPulse" : "Set the pulse width to the servo in microseconds", "servos.Servo.setPulse|param|micros" : "the width of the pulse in microseconds", "servos.Servo.setRange" : "Set the possible rotation range angles for the servo between 0 and 180", "servos.Servo.setRange|param|maxAngle" : "the maximum angle from 90 to 180", "servos.Servo.setRange|param|minAngle" : "the minimum angle from 0 to 90", "servos.Servo.setStopOnNeutral" : "Set a servo stop mode so it will stop when the rotation angle is in the neutral position, 90 degrees.", "servos.Servo.stop" : "Stop sending commands to the servo so that its rotation will stop at the current position."}
json_instruct
{"type": "object", "properties": {"servos.Servo.maxAngle": {"type": "string"}, "servos.Servo.minAngle": {"type": "string"}, "servos.Servo.run": {"type": "string"}, "servos.Servo.run|param|speed": {"type": "string"}, "servos.Servo.setAngle": {"type": "string"}, "servos.Servo.setPulse": {"type": "string"}, "servos.Servo.setPulse|param|micros": {"type": "string"}, "servos.Servo.setRange": {"type": "string"}, "servos.Servo.setRange|param|maxAngle": {"type": "string"}, "servos.Servo.setRange|param|minAngle": {"type": "string"}, "servos.Servo.setStopOnNeutral": {"type": "string"}, "servos.Servo.stop": {"type": "string"}}, "required": ["servos.Servo.maxAngle", "servos.Servo.minAngle", "servos.Servo.run", "servos.Servo.run|param|speed", "servos.Servo.setAngle", "servos.Servo.setPulse", "servos.Servo.setPulse|param|micros", "servos.Servo.setRange", "servos.Servo.setRange|param|maxAngle", "servos.Servo.setRange|param|minAngle", "servos.Servo.setStopOnNeutral", "servos.Servo.stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "country": {"type": "string"}, "age": {"type": "integer"}}, "required": ["id", "firstName", "lastName", "country", "age"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "firstName" : "John", "lastName" : "Smith", "country" : "USA", "age" : 25}, {"id" : 2, "firstName" : "Inav", "lastName" : "Petrov", "country" : "RU", "age" : 23}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "country": {"type": "string"}, "age": {"type": "integer"}}, "required": ["id", "firstName", "lastName", "country", "age"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "PA"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Centre", "state" : "PA"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-77.7089, 41.1134], [-77.5665, 41.0642], [-77.5063, 40.9601], [-77.1448, 41.0422], [-77.3639, 40.8451], [-77.6815, 40.7301], [-77.8239, 40.741], [-77.9444, 40.6917], [-78.1142, 40.741], [-78.3607, 40.7355], [-78.3388, 40.7958], [-78.158, 40.9437], [-78.169, 40.9601], [-78.0759, 40.9546], [-78.0978, 40.971], [-78.054, 41.0039], [-78.0814, 41.0313], [-78.0595, 41.0532], [-78.1142, 41.1134], [-78.0375, 41.1518], [-78.0047, 41.1463], [-77.9006, 41.2504], [-77.8951, 41.1792], [-77.7911, 41.1792], [-77.7473, 41.108]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "DONK", "name" : "Donkey", "decimals" : 18, "address" : "0xe4f6d46c244bb7cf3e218cdfb5c35cf9a4d9c920"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Used to cure poison through prayer."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/nixfmt"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "1003", "provinceId" : "61", "regencyId" : "72", "districtId" : "02", "name" : "Tengah"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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" : "2005", "provinceId" : "71", "regencyId" : "08", "districtId" : "06", "name" : "Buko"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "359c0cad-6662-4d77-a594-19c3c513c39d", "children" : ["54abdf0c-8e8a-47de-a366-fc4be2ccabd7"], "befores" : [{"name" : "gen", "status" : "passed", "start" : 1555196566669, "stop" : 1555196566941}], "start" : 1555196566669, "stop" : 1555196576622}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "mysticalcreations:blocks/base_crop", "layer1" : "mysticalcreations:blocks/base_crop_2"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "env": {"type": "object", "properties": {"TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "string"}}, "required": ["description", "required"]}, "PREFIX": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "SOUNDCLOUD_CLIENT_ID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}, "required": {"type": "string"}}, "required": ["description", "value", "required"]}}, "required": ["TOKEN", "PREFIX", "SOUNDCLOUD_CLIENT_ID"]}}, "required": ["name", "description", "logo", "keywords", "image", "buildpacks", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "music bot - by ama", "description" : "simple discord music bot", "logo" : "https://cdn.discordapp.com/attachments/782742764642369536/826248470787915837/Screenshot_161.png", "keywords" : ["node", "discord", "youtube", "music", "bot"], "image" : "heroku/nodejs", "buildpacks" : [{"url" : "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"}, {"url" : "heroku/nodejs"}], "env" : {"TOKEN" : {"description" : "The token copied", "required" : "true"}, "PREFIX" : {"description" : "The prefix you want", "value" : "!"}, "SOUNDCLOUD_CLIENT_ID" : {"description" : "The client id of soundcloud.", "value" : "dmDh7QSlmGpzH9qQoH1YExYCGcyYeYYC", "required" : "false"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "env": {"type": "object", "properties": {"TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "string"}}, "required": ["description", "required"]}, "PREFIX": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "SOUNDCLOUD_CLIENT_ID": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}, "required": {"type": "string"}}, "required": ["description", "value", "required"]}}, "required": ["TOKEN", "PREFIX", "SOUNDCLOUD_CLIENT_ID"]}}, "required": ["name", "description", "logo", "keywords", "image", "buildpacks", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["B", "42sprsam7sa", "http://l.jeehon.com/lkfw/api?id=42sprsam7sa"], ["F", "YCHR380B366704003C0", "https://p.12306.cn/tservice/catering/init?c=YCHR380B366704003C0&w=h"], ["H", "PQ0789123", "http://portal.xiuxiu365.cn/portal/qrcode/PQ0789123"], ["K", "K1001025528172", "https://static.ccrgt.com/orderMeals?scene=K1001025528172"], ["N", "375", "https://wechat.lvtudiandian.com/index.php/Home/SweepCode/index?locomotiveId=375&carriage=6&seatRow=6&seatNo=D/F"], ["P", "50205200", "https://aymaoto.jtlf.cn/page/oto/index?QR=50205200"], ["Q", "9", "https://sj-wake.yishizongheng.com/scanOrder?code=9&carriage=6&site=1F"], ["U", "PQDD56B9898D9B4251ABF53405F6B54C87", "https://ky.railshj.cn?CHN=orderfood&type=ARMRSET&qrCode=PQDD56B9898D9B4251ABF53405F6B54C87"], ["W", "1,CRH3A,3089,2,15,B", "https://kyd.cd-rail.com?code=1,CRH3A,3089,2,15,B"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}