input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}, "xo": {"type": "object", "properties": {"semicolon": {"type": "boolean"}, "space": {"type": "integer"}}, "required": ["semicolon", "space"]}, "dependencies": {"type": "object", "properties": {"lodash.range": {"type": "string"}, "lodash.shuffle": {"type": "string"}}, "required": ["lodash.range", "lodash.shuffle"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "main", "keywords", "devDependencies", "xo", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-random-number", "version" : "0.1.1", "description" : "Generate one or more random unique numbers in a range.", "license" : "MIT", "repository" : "egoist/node-random-number", "author" : {"name" : "EGOIST", "email" : "0x142857@gmail.com", "url" : "github.com/egoist"}, "engines" : {"node" : ">=4"}, "scripts" : {"test" : "xo && ava"}, "files" : ["index.js"], "main" : "index.js", "keywords" : ["random", "number"], "devDependencies" : {"ava" : "latest", "xo" : "latest"}, "xo" : {"semicolon" : false, "space" : 2}, "dependencies" : {"lodash.range" : "^3.1.4", "lodash.shuffle" : "^4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}, "xo": {"type": "object", "properties": {"semicolon": {"type": "boolean"}, "space": {"type": "integer"}}, "required": ["semicolon", "space"]}, "dependencies": {"type": "object", "properties": {"lodash.range": {"type": "string"}, "lodash.shuffle": {"type": "string"}}, "required": ["lodash.range", "lodash.shuffle"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "main", "keywords", "devDependencies", "xo", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"hdliyu\\framework\\": {"type": "string"}, "app\\": {"type": "string"}}, "required": ["hdliyu\\framework\\", "app\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hdliyu/framework", "description" : "a tiny fast php framework", "type" : "project", "license" : "MIT", "authors" : [{"name" : "hdliyu", "email" : "278746453@qq.com"}], "minimum-stability" : "dev", "require" : {}, "autoload" : {"psr-4" : {"hdliyu\\framework\\" : "src/", "app\\" : "app/"}, "files" : ["src/helpers.php", "src/tools.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"hdliyu\\framework\\": {"type": "string"}, "app\\": {"type": "string"}}, "required": ["hdliyu\\framework\\", "app\\"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-4", "files"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Cessey-sur-Tille", "dpt" : "C\u00f4te-d'Or", "inscrits" : 486, "abs" : 77, "votants" : 409, "blancs" : 9, "nuls" : 5, "exp" : 395, "res" : [{"panneau" : "3", "voix" : 96}, {"panneau" : "9", "voix" : 93}, {"panneau" : "2", "voix" : 89}, {"panneau" : "11", "voix" : 61}, {"panneau" : "1", "voix" : 27}, {"panneau" : "4", "voix" : 16}, {"panneau" : "6", "voix" : 6}, {"panneau" : "8", "voix" : 3}, {"panneau" : "5", "voix" : 2}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "voix" : 1}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xaaaaaaaba2ea3daab0a6c05f1b962c78c9836d99", "tool" : "securify", "start" : 1563555037.0059001, "end" : 1563555040.6527503, "duration" : 3.646850109100342, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vars": {"type": "object", "properties": {"control_common_bundlesequence_end": {"type": "array", "items": {"type": "string"}}}, "required": ["control_common_bundlesequence_end"]}, "inputs": {"type": "array", "items": {"type": "string"}}}, "required": ["vars", "inputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vars" : {"control_common_bundlesequence_end" : ["sshd_PermitRootLogin_no"]}, "inputs" : ["services/security-hardening/sshd-PermitRootLogin-no/sshd-PermitRootLogin-no.cf"]}
json_instruct
{"type": "object", "properties": {"vars": {"type": "object", "properties": {"control_common_bundlesequence_end": {"type": "array", "items": {"type": "string"}}}, "required": ["control_common_bundlesequence_end"]}, "inputs": {"type": "array", "items": {"type": "string"}}}, "required": ["vars", "inputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["@vingle/tslint-preset"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$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"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Ethnoscience", "definitions" : ["The study of the different ways the world is perceived and categorized in different cultures."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["terraform-provider-google"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "main", "version", "description", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angularjs-johnpapa-snippets", "main" : "./lib/angularjs-johnpapa-snippets", "version" : "0.7.3", "description" : "A set of AngularJS snippets based on John Papa's style guide.", "repository" : "https://github.com/Antoine-Demailly/angularjs-johnpapa-snippets", "license" : "MIT", "engines" : {"atom" : ">0.50.0"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "main", "version", "description", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "The Mayor of the District of Columbia is authorized to enter into an agreement with the Washington Metropolitan Area Transit Authority for the transportation, at reduced fares, of students going to and from public, parochial, and private schools and to and from related educational activities in the District of Columbia.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 44-216.\n\n1973 Ed., \u00a7 44-214.1.\n\nLegislative History of Laws\n\nLaw 2-152 was introduced in Council and assigned Bill No. 2-293, which was referred to the Committee on Transportation and Environmental Affairs. The Bill was adopted on first and second readings on July 11, 1978 and July 25, 1978, respectively. Signed by the Mayor on August 21, 1978, it was assigned Act No. 2-270 and transmitted to both Houses of Congress for its review.\n\nDelegation of Authority\n\nDelegation of authority pursuant to D.C. Law 2-152, the School Transit Subsidy Act of 1978, see Mayor's Order 90-130, October 2, 1990.\n\nDelegation of Authority to the Director of the District Department of Transportation, see Mayor's Order 2006-104, July 28, 2006 (53 DCR 6399).\n\nDC CODE \u00a7 35-232\n\nCurrent through December 11, 2012", "credits" : "(Mar. 6, 1979, D.C. Law 2-152, \u00a7 2, 25 DCR 2534.)", "sections" : [], "division" : {"identifier" : "V", "text" : "Local Business Affairs"}, "title" : {"identifier" : "35", "text" : "Railroads and Other Carriers. (Refs & Annos)"}, "subtitle" : {"prefix" : "I", "text" : " General."}, "chapter" : {"identifier" : "2", "text" : "Street Railways and Bus Lines."}, "subchapter" : {"identifier" : "II", "text" : "Student Fares."}, "heading" : {"title" : "35", "chaptersection" : "232", "identifier" : "35-232", "catch_text" : "Subsidy agreement."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "subchapter", "heading"], "$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" : "OBSTINATELY TO MAINTAIN THAT SIDE OF THE QUESTION THEY HAVE CHOSEN, WHETHER TRUE OR FALSE, TO THE LAST EXTREMITY, EVEN AFTER CONVICTION.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/15267.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "files", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "opsie", "version" : "1.0.4", "description" : "do big opsie", "main" : "app.js", "scripts" : {"start" : "node app.js", "postinstall" : "node app.js"}, "keywords" : ["opsie"], "files" : ["app.js"], "author" : "Atlas <cloudrex@outlook.com>", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "files", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"900559249": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559250": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559251": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559252": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559253": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559254": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559255": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559256": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559257": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559258": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900559249", "900559250", "900559251", "900559252", "900559253", "900559254", "900559255", "900559256", "900559257", "900559258"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900559249" : {"nama" : "TPS 01", "dapil" : [3511, 13514, 2352803]}, "900559250" : {"nama" : "TPS 02", "dapil" : [3511, 13514, 2352803]}, "900559251" : {"nama" : "TPS 03", "dapil" : [3511, 13514, 2352803]}, "900559252" : {"nama" : "TPS 04", "dapil" : [3511, 13514, 2352803]}, "900559253" : {"nama" : "TPS 05", "dapil" : [3511, 13514, 2352803]}, "900559254" : {"nama" : "TPS 06", "dapil" : [3511, 13514, 2352803]}, "900559255" : {"nama" : "TPS 07", "dapil" : [3511, 13514, 2352803]}, "900559256" : {"nama" : "TPS 08", "dapil" : [3511, 13514, 2352803]}, "900559257" : {"nama" : "TPS 09", "dapil" : [3511, 13514, 2352803]}, "900559258" : {"nama" : "TPS 10", "dapil" : [3511, 13514, 2352803]}}
json_instruct
{"type": "object", "properties": {"900559249": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559250": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559251": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559252": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559253": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559254": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559255": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559256": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559257": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900559258": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900559249", "900559250", "900559251", "900559252", "900559253", "900559254", "900559255", "900559256", "900559257", "900559258"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"nswpol-maps-2013-p100-alldistricts": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"ID": {"type": "integer"}, "Name": {"type": "string"}, "Electors": {"type": "integer"}, "ProjectedPopulation": {"type": "integer"}, "Members": {"type": "integer"}, "ElectorDeviation": {"type": "number"}, "ProjectedDeviation": {"type": "number"}}, "required": ["ID", "Name", "Electors", "ProjectedPopulation", "Members", "ElectorDeviation", "ProjectedDeviation"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["nswpol-maps-2013-p100-alldistricts"]}}, "required": ["type", "arcs", "transform", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "arcs" : [[[2817, 0], [-96, 46], [-55, 18], [-62, 15], [-88, 3], [-153, -20], [-88, -1], [-58, 13], [-123, 49], [-66, 34], [-151, 77], [-31, 9], [-158, 32], [-44, 12], [-49, 23], [-45, 27], [-58, 51], [-41, 58], [-54, 100], [-19, 51], [-14, 70], [-12, 112], [-18, 220], [-13, 61], [-18, 52], [-48, -43], [-34, -48], [-158, 32], [-4, -1], [-524, -418], [-16, -5], [-38, 15], [-92, -25], [-23, -44], [-70, 55], [-44, 17], [-51, 27], [-57, 81], [-13, 12], [-25, 3], [-2, 64], [-1, 64], [12, 49], [42, 79], [15, 34], [6, 42], [-2, 34], [-23, 92], [3, 84], [-6, 58], [17, 15], [44, 85], [67, 88], [28, 29], [138, -18], [58, 7], [162, 30], [52, -5], [46, 70], [51, 50], [36, 24], [-33, 87], [-22, 19], [-225, 35], [3, 40], [-29, 49], [-4, 47], [31, 124], [2, 42], [33, 1], [2, 75], [-13, 48], [-1, 26], [17, 64], [0, 52], [13, 52], [-28, 10], [-128, 22], [-28, 14], [-13, 17], [-52, 97], [-98, 60], [-120, 67], [-156, 10], [15, 109], [36, 222], [16, 90], [97, -29], [333, -109], [159, -60], [145, -67], [73, -38], [136, -81], [132, -92], [104, -82], [113, -98], [14, -33], [65, -59], [62, -64], [59, -69], [75, -103], [32, -51], [209, -349], [28, -38], [45, -48], [45, -32], [42, -23], [44, -17], [80, -15], [41, 0], [110, 13], [193, 29], [94, 23], [91, 27], [116, 40], [97, 31], [86, 23], [123, 36], [71, 15], [178, 27], [21, -45], [2, -25], [-8, -37], [13, -39], [44, -36], [-3, -18], [-62, -74], [-5, -42], [13, -46], [-4, -38], [-24, -35], [-2, -21], [26, -9], [34, 13], [37, 2], [22, -59], [47, -65], [14, -26], [5, -38], [-10, -51], [-14, -18], [-55, -33], [-26, -42], [-24, -74], [1, -34], [-10, -22], [-18, 3], [-38, 44], [-53, 25], [-39, 6], [-50, 29], [-20, 3], [-29, -20], [-6, -38], [36, -34], [43, -49], [-4, -104], [-23, -15], [-24, 1], [-6, -43], [24, -49], [-31, -51], [-9, -51], [-5, -75], [-8, -24], [-26, -28], [-24, -2], [-35, -28], [-17, -36], [-20, -85], [25, -75], [9, -13], [40, -22], [-46, -33], [-37, 23], [-72, -80], [-111, -198]]], "transform" : {"scale" : [2.6439782677716893e-05, 2.2076580085605178e-05], "translate" : [150.9163457256422, -33.80958457149149]}, "objects" : {"nswpol-maps-2013-p100-alldistricts" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"ID" : 72, "Name" : "Seven Hills", "Electors" : 52385, "ProjectedPopulation" : 53177, "Members" : 1, "ElectorDeviation" : 1.47549, "ProjectedDeviation" : 0.77199}}]}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"nswpol-maps-2013-p100-alldistricts": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"ID": {"type": "integer"}, "Name": {"type": "string"}, "Electors": {"type": "integer"}, "ProjectedPopulation": {"type": "integer"}, "Members": {"type": "integer"}, "ElectorDeviation": {"type": "number"}, "ProjectedDeviation": {"type": "number"}}, "required": ["ID", "Name", "Electors", "ProjectedPopulation", "Members", "ElectorDeviation", "ProjectedDeviation"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["nswpol-maps-2013-p100-alldistricts"]}}, "required": ["type", "arcs", "transform", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Heyday\\SilverStripe\\MenuKit\\": {"type": "string"}}, "required": ["Heyday\\SilverStripe\\MenuKit\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "heyday/silverstripe-menukit", "description" : "Tree utilities for DataObjects in SilverStripe", "license" : "MIT", "authors" : [{"name" : "Stephen Holdaway", "email" : "stephen@heyday.co.nz"}], "require" : {}, "autoload" : {"psr-4" : {"Heyday\\SilverStripe\\MenuKit\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {}, "required": []}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Heyday\\SilverStripe\\MenuKit\\": {"type": "string"}}, "required": ["Heyday\\SilverStripe\\MenuKit\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Circulation History": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Action": {"type": "string"}, "User": {"type": "string"}, "Location": {"type": "string"}}, "required": ["Date", "Action", "User", "Location"]}}}, "required": ["Circulation History"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Circulation History" : [{"Date" : "14-01-2014", "Action" : "Loan", "User" : "Student", "Location" : "Student"}, {"Date" : "19-02-2014", "Action" : "Renewal", "User" : "Student", "Location" : "Student"}, {"Date" : "26-03-2014", "Action" : "Return", "User" : "Student", "Location" : "LWB"}, {"Date" : "14-04-2014", "Action" : "Loan", "User" : "Student", "Location" : "Student"}, {"Date" : "25-04-2014", "Action" : "Renewal", "User" : "Student", "Location" : "Student"}, {"Date" : "02-05-2014", "Action" : "Return", "User" : "Student", "Location" : "KSH"}, {"Date" : "09-05-2014", "Action" : "Loan", "User" : "Student", "Location" : "Student"}, {"Date" : "28-05-2014", "Action" : "Renewal", "User" : "Student", "Location" : "Student"}, {"Date" : "18-06-2014", "Action" : "Return", "User" : "Student", "Location" : "DML"}, {"Date" : "11-07-2014", "Action" : "Loan", "User" : "Student", "Location" : "Student"}, {"Date" : "22-07-2014", "Action" : "Renewal", "User" : "Student", "Location" : "Student"}, {"Date" : "24-07-2014", "Action" : "Return", "User" : "Student", "Location" : "DML"}, {"Date" : "26-08-2014", "Action" : "Loan", "User" : "Student", "Location" : "Student"}, {"Date" : "12-11-2014", "Action" : "Renewal", "User" : "Student", "Location" : "Student"}, {"Date" : "18-11-2014", "Action" : "Return", "User" : "Student", "Location" : "TBW"}, {"Date" : "18-11-2014", "Action" : "Loan", "User" : "Student", "Location" : "Student"}, {"Date" : "27-11-2014", "Action" : "Renewal", "User" : "Student", "Location" : "Student"}]}
json_instruct
{"type": "object", "properties": {"Circulation History": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Action": {"type": "string"}, "User": {"type": "string"}, "Location": {"type": "string"}}, "required": ["Date", "Action", "User", "Location"]}}}, "required": ["Circulation History"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"tof_type": {"type": "string"}, "rate": {"type": "number"}, "tof": {"type": "number"}, "potential": {"type": "number"}, "current": {"type": "number"}, "e_id": {"type": "integer"}, "tspan": {"type": "array", "items": {"type": "integer"}}, "r_id": {"type": "null"}, "rate_calc_kwargs": {"type": "object", "properties": {}, "required": []}, "description": {"type": "null"}, "t_id": {"type": "integer"}, "amount": {"type": "null"}, "sample_name": {"type": "null"}}, "required": ["tof_type", "rate", "tof", "potential", "current", "e_id", "tspan", "r_id", "rate_calc_kwargs", "description", "t_id", "amount", "sample_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tof_type" : "activity", "rate" : 1.5829405712525492e-12, "tof" : 0.0008015279963049179, "potential" : 1.38882457828, "current" : 7.15385112900798e-07, "e_id" : 75, "tspan" : [2825, 2875], "r_id" : null, "rate_calc_kwargs" : {}, "description" : null, "t_id" : 603, "amount" : null, "sample_name" : null}
json_instruct
{"type": "object", "properties": {"tof_type": {"type": "string"}, "rate": {"type": "number"}, "tof": {"type": "number"}, "potential": {"type": "number"}, "current": {"type": "number"}, "e_id": {"type": "integer"}, "tspan": {"type": "array", "items": {"type": "integer"}}, "r_id": {"type": "null"}, "rate_calc_kwargs": {"type": "object", "properties": {}, "required": []}, "description": {"type": "null"}, "t_id": {"type": "integer"}, "amount": {"type": "null"}, "sample_name": {"type": "null"}}, "required": ["tof_type", "rate", "tof", "potential", "current", "e_id", "tspan", "r_id", "rate_calc_kwargs", "description", "t_id", "amount", "sample_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"tha-ap43:1.2": {"type": "string"}, "tha-ap43:22.4": {"type": "string"}, "tha-ap43:25.1": {"type": "string"}}, "required": ["tha-ap43:1.2", "tha-ap43:22.4", "tha-ap43:25.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tha-ap43:1.2" : "parivuto \u2192 pareto (mr)", "tha-ap43:22.4" : "ratan\u0101kara\u1e41 \u2192 ratanagghara\u1e41 (mr)", "tha-ap43:25.1" : "up\u0101li thero \u2192 up\u0101litthero (bj)"}
json_instruct
{"type": "object", "properties": {"tha-ap43:1.2": {"type": "string"}, "tha-ap43:22.4": {"type": "string"}, "tha-ap43:25.1": {"type": "string"}}, "required": ["tha-ap43:1.2", "tha-ap43:22.4", "tha-ap43:25.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"root": {"type": "string"}, "access_token": {"type": "string"}, "blockcache": {"type": "string"}, "cacheable": {"type": "integer"}, "chunk_size": {"type": "integer"}, "cache_size": {"type": "integer"}}, "required": ["root", "access_token", "blockcache", "cacheable", "chunk_size", "cache_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"root" : "/Public", "access_token" : "PUT YOURS HERE", "blockcache" : "/mnt/blockcache", "cacheable" : 4, "chunk_size" : 4, "cache_size" : 128}
json_instruct
{"type": "object", "properties": {"root": {"type": "string"}, "access_token": {"type": "string"}, "blockcache": {"type": "string"}, "cacheable": {"type": "integer"}, "chunk_size": {"type": "integer"}, "cache_size": {"type": "integer"}}, "required": ["root", "access_token", "blockcache", "cacheable", "chunk_size", "cache_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_6ewcn", "name" : "Diceslice"}, "date" : {"day" : 1426550400, "full" : 1426592603, "month" : 1425168000, "week" : 1426377600}, "id" : "t3_2zca5f", "picture" : {"filesize" : 100198, "fullUrl" : "https://external-preview.redd.it/g6CCY2JR6EVgAg86YrRMFuKZK3Hdy1BGp-1eb3HGd4A.jpg?auto=webp&s=35fab50753144004fa32df34143f3ce7f398d9fb", "hash" : "1d5927e333", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQP/xAAjEAACAQMDBAMAAAAAAAAAAAABAgMEBREABiESFCKBQWFx/8QAFAEBAAAAAAAAAAAAAAAAAAAABv/EABkRAQACAwAAAAAAAAAAAAAAAAEAAhEhMf/aAAwDAQACEQMRAD8AS3VHZaetaCa2UkjDlsU6cZ9aEWwbeqVEqWa3sG+e3Uad3NZJrlUNU0Vb2sjgdXVCJVOOMgEjBx6+tStVqjtlDHSrI8pUlmkkHk7Eklj+k6N2XoxLXDpJ/9k=", "url" : "https://external-preview.redd.it/g6CCY2JR6EVgAg86YrRMFuKZK3Hdy1BGp-1eb3HGd4A.jpg?width=640&crop=smart&auto=webp&s=7c9ea66f390e5106d2800fe0b35ad1d2e81bbcad", "width" : 640}, "score" : {"comments" : 5, "downs" : 0, "ratio" : 0.98, "ups" : 60, "value" : 60}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Basing tutorial and tips", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/2zca5f/basing_tutorial_and_tips/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_2952": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_2952"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_2952" : {"publicdate" : "2009-03-18 16:47:18", "title" : "Das Evangelium nach Matthaeus"}}
json_instruct
{"type": "object", "properties": {"id_2952": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_2952"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "test": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "test_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "diff": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "misc": {"type": "object", "properties": {"rmse": {"type": "number"}, "corr": {"type": "number"}}, "required": ["rmse", "corr"]}, "unit": {"type": "string"}}, "required": ["ref", "ref_regrid", "test", "test_regrid", "diff", "misc", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ref" : {"min" : 10.214599609375, "max" : 159.88917541503906, "mean" : 61.179710889024896}, "ref_regrid" : {"min" : 10.976105690002441, "max" : 157.37603759765625, "mean" : 61.179609990937394, "std" : 19.581813633844366}, "test" : {"min" : 8.042327880859375, "max" : 161.51133728027344, "mean" : 50.993941632108935}, "test_regrid" : {"min" : 8.042327880859375, "max" : 161.51133728027344, "mean" : 50.993941632108935, "std" : 19.39389846503933}, "diff" : {"min" : -69.95563507080078, "max" : 41.87647247314453, "mean" : -10.185668359010029}, "misc" : {"rmse" : 14.666907155345953, "corr" : 0.8534169547515356}, "unit" : "W/m2"}
json_instruct
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "test": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "test_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "diff": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "misc": {"type": "object", "properties": {"rmse": {"type": "number"}, "corr": {"type": "number"}}, "required": ["rmse", "corr"]}, "unit": {"type": "string"}}, "required": ["ref", "ref_regrid", "test", "test_regrid", "diff", "misc", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1996, 5], [1997, 5], [1999, 6], [2001, 7], [2002, 6], [2003, 5], [2004, 17], [2005, 15], [2006, 7], [2007, 12], [2008, 12], [2009, 10], [2010, 7], [2011, 12], [2012, 8], [2013, 6], [2014, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7e175df7-582b-4a80-b586-725c18be4331", "playerTags" : [], "teamTags" : ["bb4a9de5-c924-4923-a0cb-9d1445f1ee5d", "f02aeae2-5e6a-4098-9842-02d2273f25c7"], "gameTags" : ["b7fc2d79-020f-48f3-8255-570b91349bbe"], "metadata" : {"play" : 1, "subPlay" : -1}, "created" : "2021-04-13T13:00:01.233Z", "season" : 15, "tournament" : -1, "type" : 1, "day" : 21, "phase" : 2, "category" : 0, "description" : "Play ball!", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Period": {"type": "string"}, "Begin": {"type": "string"}, "End": {"type": "string"}}, "required": ["Period", "Begin", "End"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Period" : "Period 1", "Begin" : "8:15", "End" : "9:30"}, {"Period" : "Period 2", "Begin" : "9:40", "End" : "10:55"}, {"Period" : "Period 3", "Begin" : "11:00", "End" : "12:15"}, {"Period" : "Lunch", "Begin" : "12:15", "End" : "12:55"}, {"Period" : "Period 4", "Begin" : "12:55", "End" : "2:10"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Period": {"type": "string"}, "Begin": {"type": "string"}, "End": {"type": "string"}}, "required": ["Period", "Begin", "End"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["1.0.1"], "meta" : {"description" : "The Evidential Tool Bus", "homepage" : "http://pypi.python.org/pypi/ETB/", "license" : "LICENSE"}, "versions" : {"1.0.1" : {"sha256" : "8df7328d7ae955c9920de188fe30dc68da548d2ca3f39fc29c42ddd1bcb62d57", "url" : "https://files.pythonhosted.org/packages/71/14/7bb3119773a65df750d0bafa2390f4c6b998616c9511beeb1b18793a3abf/EvidentialToolBus-1.0.1.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "swirl-cash", "symbol" : "swirl", "name" : "Swirl Cash", "platforms" : {"binance-smart-chain" : "0x52d86850bc8207b520340b7e39cdaf22561b9e56"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Decentralized protocol for private transactions on Binance Smart Chain."}, "country_origin" : "BG", "genesis_date" : null, "contract_address" : "0x52d86850bc8207b520340b7e39cdaf22561b9e56", "url" : "https://swirl.cash/", "explorers" : ["https://bscscan.com/token/0x52d86850bc8207b520340b7e39cdaf22561b9e56"], "twitter" : "Swirl_Cash", "telegram" : "Swirl_Cash", "github_org" : "SwirlCash"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AuthConfig": {"type": "object", "properties": {"JwtConfig": {"type": "object", "properties": {"Secret": {"type": "string"}, "AccessTokenExpireMins": {"type": "integer"}, "RefreshTokenExpireMins": {"type": "integer"}}, "required": ["Secret", "AccessTokenExpireMins", "RefreshTokenExpireMins"]}}, "required": ["JwtConfig"]}, "SDK": {"type": "object", "properties": {"FeatureToggles": {"type": "object", "properties": {"HelloSendCommand_Service_V2_Enabled": {"type": "boolean"}}, "required": ["HelloSendCommand_Service_V2_Enabled"]}}, "required": ["FeatureToggles"]}}, "required": ["Logging", "AuthConfig", "SDK"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "AuthConfig" : {"JwtConfig" : {"Secret" : "{{your-secret-string}}", "AccessTokenExpireMins" : 60, "RefreshTokenExpireMins" : 1440}}, "SDK" : {"FeatureToggles" : {"HelloSendCommand_Service_V2_Enabled" : true}}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required": ["LogLevel"]}, "AuthConfig": {"type": "object", "properties": {"JwtConfig": {"type": "object", "properties": {"Secret": {"type": "string"}, "AccessTokenExpireMins": {"type": "integer"}, "RefreshTokenExpireMins": {"type": "integer"}}, "required": ["Secret", "AccessTokenExpireMins", "RefreshTokenExpireMins"]}}, "required": ["JwtConfig"]}, "SDK": {"type": "object", "properties": {"FeatureToggles": {"type": "object", "properties": {"HelloSendCommand_Service_V2_Enabled": {"type": "boolean"}}, "required": ["HelloSendCommand_Service_V2_Enabled"]}}, "required": ["FeatureToggles"]}}, "required": ["Logging", "AuthConfig", "SDK"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "apiVersion": {"type": "integer"}, "version": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "custom": {"type": "object", "properties": {"severity": {"type": "string"}, "possibleImpact": {"type": "string"}, "references": {"type": "array", "items": {}}, "externalToolIds": {"type": "object", "properties": {"cfsec": {"type": "array", "items": {}}, "cspm": {"type": "array", "items": {}}, "tfsec": {"type": "array", "items": {"type": "string"}}}, "required": ["cfsec", "cspm", "tfsec"]}}, "required": ["severity", "possibleImpact", "references", "externalToolIds"]}}, "required": ["id", "apiVersion", "version", "title", "description", "custom"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "AVD-AZU-0038", "apiVersion" : 2, "version" : 1, "title" : "Security threat alerts go to subcription owners and co-administrators", "description" : "Subscription owners should be notified when there are security alerts. By ensuring the administrators of the account have been notified they can quickly assist in any required remediation", "custom" : {"severity" : "LOW", "possibleImpact" : "Administrators and subscription owners may have a delayed response", "references" : [], "externalToolIds" : {"cfsec" : [], "cspm" : [], "tfsec" : ["azure-mssql-threat-alert-email-to-owner"]}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "apiVersion": {"type": "integer"}, "version": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "custom": {"type": "object", "properties": {"severity": {"type": "string"}, "possibleImpact": {"type": "string"}, "references": {"type": "array", "items": {}}, "externalToolIds": {"type": "object", "properties": {"cfsec": {"type": "array", "items": {}}, "cspm": {"type": "array", "items": {}}, "tfsec": {"type": "array", "items": {"type": "string"}}}, "required": ["cfsec", "cspm", "tfsec"]}}, "required": ["severity", "possibleImpact", "references", "externalToolIds"]}}, "required": ["id", "apiVersion", "version", "title", "description", "custom"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 310866, "node" : [{"id" : 310864, "name" : "\u4e07\u6e23\u671d\u51f0", "image" : "//lain.bgm.tv/pic/cover/m/01/af/310864_JnfOk.jpg", "date" : "2019-01-26"}, {"id" : 310866, "name" : "\u4e07\u6e23\u671d\u51f0\u4e4b\u9996\u76f8\u5927\u4eba", "image" : "//lain.bgm.tv/pic/cover/m/8b/dc/310866_a13OX.jpg", "date" : "2020-04-20"}], "relate" : [{"relate" : "\u756a\u5916\u7bc7", "src" : 310864, "dst" : 310866}, {"relate" : "\u4e3b\u7ebf\u6545\u4e8b", "src" : 310866, "dst" : 310864}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "230881582598", "text" : "\u77e5\u9752\u519c\u573a\u865a\u62df\u751f\u6d3b\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"link": {"type": "string"}, "number": {"type": "string"}, "headline": {"type": "string"}, "overlay": {"type": "object", "properties": {"message": {"type": "string"}, "action": {"type": "string"}}, "required": ["message", "action"]}}, "required": ["link", "number", "headline", "overlay"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"link" : "#", "number" : "75%", "headline" : "Lorem ipsum dolor sit (37 characters)", "overlay" : {"message" : "Let's go on a hike and climb in elevation", "action" : "Find a hike"}}
json_instruct
{"type": "object", "properties": {"link": {"type": "string"}, "number": {"type": "string"}, "headline": {"type": "string"}, "overlay": {"type": "object", "properties": {"message": {"type": "string"}, "action": {"type": "string"}}, "required": ["message", "action"]}}, "required": ["link", "number", "headline", "overlay"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "server", "client", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "concurrently": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "joi": {"type": "string"}, "mysql": {"type": "string"}, "mysql2": {"type": "string"}, "sequelize": {"type": "string"}, "shortid": {"type": "string"}, "uuidv4": {"type": "string"}}, "required": ["body-parser", "concurrently", "cors", "dotenv", "express", "joi", "mysql", "mysql2", "sequelize", "shortid", "uuidv4"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cafe-employee", "version" : "1.0.0", "description" : "its a web application for manage employees", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "server" : "nodemon src/index.js", "client" : "npm start --prefix client", "dev" : "concurrently \"npm run server\" \"npm run client\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/vsaran93/Cafe-Employee.git"}, "keywords" : ["REST", "API"], "author" : "vishnu", "license" : "ISC", "bugs" : {"url" : "https://github.com/vsaran93/Cafe-Employee/issues"}, "homepage" : "https://github.com/vsaran93/Cafe-Employee#readme", "dependencies" : {"body-parser" : "^1.19.2", "concurrently" : "^7.0.0", "cors" : "^2.8.5", "dotenv" : "^16.0.0", "express" : "^4.17.3", "joi" : "^17.6.0", "mysql" : "^2.18.1", "mysql2" : "^2.3.3", "sequelize" : "^6.17.0", "shortid" : "^2.2.16", "uuidv4" : "^6.2.12"}, "devDependencies" : {"nodemon" : "^2.0.15"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "server": {"type": "string"}, "client": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "server", "client", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "concurrently": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "joi": {"type": "string"}, "mysql": {"type": "string"}, "mysql2": {"type": "string"}, "sequelize": {"type": "string"}, "shortid": {"type": "string"}, "uuidv4": {"type": "string"}}, "required": ["body-parser", "concurrently", "cors", "dotenv", "express", "joi", "mysql", "mysql2", "sequelize", "shortid", "uuidv4"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Title", "text" : "Some Notes"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"132053": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "132070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "211020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["132053", "count", "N.A.//", "132070", "412010", "372012", "211020"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"132053" : {"count" : 1}, "count" : 10, "N.A.//" : {"count" : 5}, "132070" : {"count" : 1}, "412010" : {"count" : 1}, "372012" : {"count" : 1}, "211020" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"132053": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "132070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "211020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["132053", "count", "N.A.//", "132070", "412010", "372012", "211020"], "$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"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/log": {"type": "string"}}, "required": ["php", "psr/log"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Zumba\\Swivel\\": {"type": "string"}}, "required": ["Zumba\\Swivel\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "check-cs": {"type": "string"}}, "required": ["test", "check-cs"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zumba/swivel", "type" : "library", "description" : "Strategy driven feature toggles", "keywords" : ["feature", "flag", "toggle", "bit", "strategy"], "homepage" : "http://tech.zumba.com", "license" : "MIT", "authors" : [{"name" : "Zumba Fitness, LLC"}, {"name" : "Stephen Young", "email" : "stephen.young@zumba.com"}], "require" : {"php" : ">=7.2", "psr/log" : "^1.0"}, "require-dev" : {"phpunit/phpunit" : "^8.5 || ^9.5", "squizlabs/php_codesniffer" : "^3.6"}, "autoload" : {"psr-4" : {"Zumba\\Swivel\\" : "./src"}}, "scripts" : {"test" : "phpunit", "check-cs" : "phpcs --standard=PSR2 src"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/log": {"type": "string"}}, "required": ["php", "psr/log"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Zumba\\Swivel\\": {"type": "string"}}, "required": ["Zumba\\Swivel\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "check-cs": {"type": "string"}}, "required": ["test", "check-cs"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "autoload", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Keynote: Invitation to Core Developer World", "duration" : 5792, "language" : "eng", "recorded" : "2016-11-12", "speakers" : ["Raymond Hettinger"], "thumbnail_url" : "https://i.ytimg.com/vi/-TdrFjDJn5E/maxresdefault.jpg", "title" : "Saturday Afternoon keynote", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=-TdrFjDJn5E"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"SCRIPT_NAME": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "V_SFDC_USERNAME": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "V_SFDC_PASSWORD": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "V_SFDC_CLIENT_ID": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "V_SFDC_CLIENT_SECRET": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "QUIP_TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "QUIP_TGT_DOC_ID": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["SCRIPT_NAME", "V_SFDC_USERNAME", "V_SFDC_PASSWORD", "V_SFDC_CLIENT_ID", "V_SFDC_CLIENT_SECRET", "QUIP_TOKEN", "QUIP_TGT_DOC_ID"]}}, "required": ["name", "description", "repository", "logo", "keywords", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Violet Conversation Sample", "description" : "A Sample Voice Conversation Using Violet", "repository" : "https://github.com/salesforce/violet-samples", "logo" : "https://github.com/salesforce/violet-samples/raw/master/violet-icon.png", "keywords" : ["node", "voice", "alexa"], "env" : {"SCRIPT_NAME" : {"description" : "Violet Conversation Script to use.", "value" : "scripts/sf-leadsAndOpportunities.js"}, "V_SFDC_USERNAME" : {"description" : "Needed when using: Violet Salesforce Plugin - Org User name", "required" : false}, "V_SFDC_PASSWORD" : {"description" : "Needed when using: Violet Salesforce Plugin - Org Password", "required" : false}, "V_SFDC_CLIENT_ID" : {"description" : "Needed when using: Violet Salesforce Plugin - Org Client Id", "required" : false}, "V_SFDC_CLIENT_SECRET" : {"description" : "Needed when using: Violet Salesforce Plugin - Org Client Secret", "required" : false}, "QUIP_TOKEN" : {"description" : "Needed when using the Quip API", "required" : false}, "QUIP_TGT_DOC_ID" : {"description" : "Needed by the Quip Sample App", "required" : false}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"SCRIPT_NAME": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}, "V_SFDC_USERNAME": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "V_SFDC_PASSWORD": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "V_SFDC_CLIENT_ID": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "V_SFDC_CLIENT_SECRET": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "QUIP_TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "QUIP_TGT_DOC_ID": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["SCRIPT_NAME", "V_SFDC_USERNAME", "V_SFDC_PASSWORD", "V_SFDC_CLIENT_ID", "V_SFDC_CLIENT_SECRET", "QUIP_TOKEN", "QUIP_TGT_DOC_ID"]}}, "required": ["name", "description", "repository", "logo", "keywords", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 21, "n_trials" : 130, "objective" : "qing_on_cube", "white" : "optuna_random_clone_2", "black" : "pymoo_nsga2", "traceback" : ["passing", "passing"], "best_val" : [7941921747602.637, 5597100183052.142], "best_x" : [[0.3907590595343865, 0.074054194817743, 0.25374307925765094, 0.1835470348680598, 0.7312026459371839, 0.5789261230652046, 0.7275802555396814, 0.3005592438533182, 0.08418651188219817, 0.10092700718448655, 0.22039124762800566, 0.07630459569131542, 0.427392343632068, 0.533298175387492, 0.09168592829211897, 0.5149669326248854, 0.5338296565539997, 0.29438237695209946, 0.4270449162323129, 0.14616943148381079, 0.7426492752406118], [0.30823831863401097, 0.42439057481060516, 0.5596133193454969, 0.1931008312283755, 0.126654104139029, 0.6602914429049124, 0.5961501965403218, 0.23146218121176987, 0.39026704599286854, 0.418184958482572, 0.2780729598837075, 0.7604227986594561, 0.4313389014761847, 0.4491143850928665, 0.21992330844898578, 0.20121428517445572, 0.5855102237352858, 0.587470899206963, 0.13262007050676927, 0.14973236822518465, 0.186962110796265]], "feval_count" : [130, 100], "n_trials_instructed" : [130, 93], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "pymoo_nsga2_cube", "loser" : "optuna_random_cube_clone_2"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"}, "planning-permission-type": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "ownership-status": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "point": {"type": "string"}, "notes": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["site-plan-url", "planning-permission-type", "site-address", "planning-permission-date", "site", "planning-permission-status", "hectares", "organisation", "ownership-status", "name", "start-date", "point", "notes", "minimum-net-dwellings", "maximum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.61, 51.7]}, "properties" : {"site-plan-url" : "http://www.chiltern.gov.uk/planning/brownfieldregister", "planning-permission-type" : "full planning permission", "site-address" : "12 - 14 High Street, Chesham", "planning-permission-date" : "2017-12-07", "site" : "CD0462", "planning-permission-status" : "permissioned", "hectares" : "0.036", "organisation" : "local-authority-eng:CHN", "ownership-status" : "not owned by a public authority", "name" : "CD0462", "start-date" : "2018-12-10", "point" : "POINT(-0.61 51.7)", "notes" : "Change of use of part ground floor from financial and professional services (Use Class A2) to dwellinghouses (Use Class C3) comprising 1 one bed flat, change of use of first floor from financial and professional services (Use Class A2) to dwellinghouses (Use Class C3) comprising 1 two bed flat and 2 one bed flats, erection of a second floor extension to facilitate two studio flats.", "minimum-net-dwellings" : "7", "maximum-net-dwellings" : "7", "slug" : "/brownfield-land/local-authority-eng/CHN/CD0462", "entity" : 479408, "entry-date" : "2018-12-10"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"}, "planning-permission-type": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "ownership-status": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "point": {"type": "string"}, "notes": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["site-plan-url", "planning-permission-type", "site-address", "planning-permission-date", "site", "planning-permission-status", "hectares", "organisation", "ownership-status", "name", "start-date", "point", "notes", "minimum-net-dwellings", "maximum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"oauth": {"type": "boolean"}, "username": {"type": "string"}, "owner": {"type": "string"}, "path": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branch": {"type": "string"}}, "required": ["name", "branch"]}}}, "required": ["oauth", "username", "owner", "path", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"oauth" : false, "username" : "egee-irl", "owner" : "egee-irl", "path" : "/tmp/", "repositories" : [{"name" : "egeeio", "branch" : "master"}, {"name" : "refbot-csharp", "branch" : "master"}, {"name" : "refbot-js", "branch" : "master"}, {"name" : "jumper", "branch" : "master"}]}
json_instruct
{"type": "object", "properties": {"oauth": {"type": "boolean"}, "username": {"type": "string"}, "owner": {"type": "string"}, "path": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branch": {"type": "string"}}, "required": ["name", "branch"]}}}, "required": ["oauth", "username", "owner", "path", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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"}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["bower", "gulp", "gulp-concat", "gulp-minify-css", "gulp-sass", "gulp-uglify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angularestudo", "version" : "1.0.0", "description" : "Estudo de Angular + Git + Gulp + Npm", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/zapcriativo/AngularEstudo.git"}, "author" : "Alan Ribeiro", "license" : "ISC", "bugs" : {"url" : "https://github.com/zapcriativo/AngularEstudo/issues"}, "homepage" : "https://github.com/zapcriativo/AngularEstudo#readme", "devDependencies" : {"bower" : "^1.7.9", "gulp" : "^3.9.1", "gulp-concat" : "^2.6.0", "gulp-minify-css" : "^1.2.4", "gulp-sass" : "^2.3.2", "gulp-uglify" : "^2.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["bower", "gulp", "gulp-concat", "gulp-minify-css", "gulp-sass", "gulp-uglify"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseObjects" : ["[213,-100,627,618,100]"], "returnObjects" : ["\"Error\""], "callbackArgs" : []}
json_instruct
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"brackets": {"type": "string"}}, "required": ["brackets"]}}, "required": ["name", "title", "description", "homepage", "version", "author", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Perforce for Brackets", "title" : "Perforce for Brackets", "description" : "Enables Perforce source control integration", "homepage" : "https://github.com/JoshGalvin/brackets-perforce", "version" : "1.0.2", "author" : "Brendan Benoit <brendan.benoit@gmail.com>, Joshua Galvin <joshuagalvin@gmail.com>", "license" : "MIT", "engines" : {"brackets" : ">=0.29.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"brackets": {"type": "string"}}, "required": ["brackets"]}}, "required": ["name", "title", "description", "homepage", "version", "author", "license", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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" : "2010", "provinceId" : "53", "regencyId" : "18", "districtId" : "08", "name" : "Bila Cenge"}
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": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "simple-image-sizes", "name" : "Simple Image Sizes", "latest_version" : "3.2.0", "last_updated" : "2018-03-27T16:40:43.455Z", "vulnerabilities" : null}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"topics": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["name", "items"]}}}, "required": ["topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topics" : [{"name" : "General", "items" : [{"text" : "Ensure all button text uses uppercase letters"}]}, {"name" : "Reminders", "items" : [{"text" : "Ensure that the ratings reminder shows every 8th time the app is launched"}, {"text" : "Ensure that the ratings reminder does not show anymore if the user taps 'No Thanks'"}, {"text" : "Ensure that the ratings reminder shows again later if the user taps 'Remind Me Later'"}]}, {"name" : "Email Functionality", "items" : [{"text" : "Ensure email content matches whatever the user is currently viewing"}, {"text" : "Ensure emails for I Ching consultations contain the correct changing lines"}, {"text" : "Ensure an error alert appears when the user attempts to email without having an email account set up on the device"}]}]}
json_instruct
{"type": "object", "properties": {"topics": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["name", "items"]}}}, "required": ["topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.02": {"type": "integer"}, "0.99": {"type": "integer"}, "0.74": {"type": "integer"}, "1.0": {"type": "integer"}, "0.98": {"type": "integer"}, "0.8": {"type": "integer"}, "0.23": {"type": "integer"}, "0.59": {"type": "integer"}, "0.91": {"type": "integer"}}, "required": ["0.02", "0.99", "0.74", "1.0", "0.98", "0.8", "0.23", "0.59", "0.91"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 6, "hour neutral count" : 3, "hour negative count" : 4, "hour distri" : {"0.02" : 3, "0.99" : 2, "0.74" : 1, "1.0" : 1, "0.98" : 2, "0.8" : 1, "0.23" : 1, "0.59" : 1, "0.91" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.02": {"type": "integer"}, "0.99": {"type": "integer"}, "0.74": {"type": "integer"}, "1.0": {"type": "integer"}, "0.98": {"type": "integer"}, "0.8": {"type": "integer"}, "0.23": {"type": "integer"}, "0.59": {"type": "integer"}, "0.91": {"type": "integer"}}, "required": ["0.02", "0.99", "0.74", "1.0", "0.98", "0.8", "0.23", "0.59", "0.91"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sn37.29:1.1": {"type": "string"}}, "required": ["sn37.29:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn37.29:1.1" : "bj16.468, cck18.304, csp1ed13.444, csp2ed13.444, dr18.303, ms13S4_1307, msdiv308, ndp14.220, pts-vp-pli4.247, sc1, sya18.305, sya18.306"}
json_instruct
{"type": "object", "properties": {"sn37.29:1.1": {"type": "string"}}, "required": ["sn37.29:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "homepage", "author", "repository", "bugs", "license", "files", "main", "engines", "scripts", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ext-map", "description" : "just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.", "version" : "1.0.1", "homepage" : "https://github.com/jonschlinkert/ext-map", "author" : {"name" : "Jon Schlinkert", "url" : "https://github.com/jonschlinkert"}, "repository" : {"type" : "git", "url" : "git://github.com/jonschlinkert/ext-map.git"}, "bugs" : {"url" : "https://github.com/jonschlinkert/ext-map/issues"}, "license" : {"type" : "MIT", "url" : "https://github.com/jonschlinkert/ext-map/blob/master/LICENSE"}, "files" : ["index.js"], "main" : "index.js", "engines" : {"node" : ">=0.10.0"}, "scripts" : {"test" : "mocha"}, "devDependencies" : {"mocha" : "*"}, "keywords" : ["convert", "dest", "ext", "extensions", "extname", "file", "filename", "filepath", "format", "gulpfriendly", "language", "map", "parse", "path", "pre-processor", "src", "type"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "homepage", "author", "repository", "bugs", "license", "files", "main", "engines", "scripts", "devDependencies", "keywords"], "$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"}, "nickname": {"type": "string"}, "executable": {"type": "string"}, "package": {"type": "string"}, "extra_packages": {"type": "string"}, "architecture": {"type": "string"}, "package_manager": {"type": "string"}, "repository_name": {"type": "string"}, "repository_cache": {"type": "string"}, "repository_url": {"type": "string"}, "icon_backg": {"type": "string"}, "price": {"type": "string"}, "dgpu": {"type": "string"}}, "required": ["name", "nickname", "executable", "package", "extra_packages", "architecture", "package_manager", "repository_name", "repository_cache", "repository_url", "icon_backg", "price", "dgpu"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "NVIDIA Driver", "nickname" : "nvidia-driver-g05", "executable" : "nvidia-settings", "package" : "x11-video-nvidiaG05", "extra_packages" : "nvidia-driver-extra nvidia-computeG05 nvidia-gfxG05-kmp-default nvidia-glG05 x11-video-nvidiaG05", "architecture" : "x86_64", "package_manager" : "zypper", "repository_name" : "", "repository_cache" : "/var/cache/zypp/solv/nvidia", "repository_url" : "http://download.nvidia.com/opensuse/tumbleweed/x86_64", "icon_backg" : "https://4.bp.blogspot.com/-bw4t7QImr7A/WWUC1qEmLnI/AAAAAAAASS8/HBwDQKgpzj8aj3cjscCC_3SoikRg83mEACLcBGAs/s1600/nvidia-backg.png", "price" : "free", "dgpu" : "none"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "nickname": {"type": "string"}, "executable": {"type": "string"}, "package": {"type": "string"}, "extra_packages": {"type": "string"}, "architecture": {"type": "string"}, "package_manager": {"type": "string"}, "repository_name": {"type": "string"}, "repository_cache": {"type": "string"}, "repository_url": {"type": "string"}, "icon_backg": {"type": "string"}, "price": {"type": "string"}, "dgpu": {"type": "string"}}, "required": ["name", "nickname", "executable", "package", "extra_packages", "architecture", "package_manager", "repository_name", "repository_cache", "repository_url", "icon_backg", "price", "dgpu"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_x333h08", "name" : "StoryForgeArt"}, "date" : {"day" : 1521676800, "full" : 1521757395, "month" : 1519862400, "week" : 1521331200}, "id" : "t3_86fnuk", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 67525, "fullUrl" : "https://preview.redd.it/x225f22h4en01.jpg?auto=webp&s=b5b6419f2fcfbb2a079476e9e9b30db680a4d103", "hash" : "f40515bd71", "height" : 744, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAA4DASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQI/8QAJRAAAgIBAgQHAAAAAAAAAAAAAQIDBBEAIQUGQWESEzFRcYGR/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgP/xAAbEQABBAMAAAAAAAAAAAAAAAAAAQIREiEiUf/aAAwDAQACEQMRAD8AzryxXNe/A9+mzVrKMImdcAkDO2dj6Y+9FXa7BpZyqxqZSojzuOv500wlmCWjV868jMkYJhkUkKUyB2yQcAe2oeOPWdaprFVJUs0av4ggOMDYAD4376NswVcuteH/2Q==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/fG_3VueaFYGFShctbh2qNkgfCqEmv6u0xj5N9HVLEYU.jpg", "url" : "https://preview.redd.it/x225f22h4en01.jpg?width=640&crop=smart&auto=webp&s=479589b76c53f0be85aa76e28cfa2c17b42d642c", "width" : 640}, "score" : {"comments" : 4, "downs" : 0, "isCurated" : false, "ratio" : 0.99, "ups" : 93, "value" : 93}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "The Heart Tree (map and bonus painting)", "url" : "https://www.reddit.com/r/dndmaps/comments/86fnuk/the_heart_tree_map_and_bonus_painting/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"engine": {"type": "string"}}, "required": ["engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"engine" : "zola"}
json_instruct
{"type": "object", "properties": {"engine": {"type": "string"}}, "required": ["engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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" : "170402180303", "variable1" : 0.1642, "variable2" : 0.1114, "variable3" : "C"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d839-4", "text" : "same words In talking to your close friends as when talking to your boss? Or have\nyou ever thought of the difference between \"man-talk\" and \"woman-talk\"?\nLanguage, then, is so important to man that we can say: Without language man\nwould not he truly human. It is what keeps us from being dumb animals.'\nQuestions to Think About:\n1. What struck you as the most interesting part of the recordings? Why? What\nnew idea did you get from them?\n2. What words or phrases are in common, everyday use in this area that would be\npuzzling to someone from another part of the United States?\n3. Is the special \"jargon\" connected with any one job or profession ever a barrier\nto people's understanding each other? Can you give examples?\nk. Do teen-agers in this area speak a different language +>\u00bb\u00bbn adults?\n5. The recordings say that a language is likely to have many different words for\none important thing, such as the Eskimo's comment on snow. Can you think of\nsimilar examples in America?\n6. What can you tell about the character of people by their speech? Do we un\u00ac\nconsciously indicate feelings of superiority, equality, or inferiority to\nothers by our choice of language?\n7- In view of the many differences among peoples, is a universal language\npractical?\n6"}
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": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "jackass number two", "other_nominate" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"api-call-service": {"type": "object", "properties": {"label": {"type": "object", "properties": {"alternate_tags": {"type": "string"}, "area": {"type": "string"}, "data": {"type": "string"}, "device": {"type": "string"}, "domain": {"type": "string"}, "entity": {"type": "string"}, "load_example_data": {"type": "string"}, "merge_context": {"type": "string"}, "queue": {"type": "string"}, "queue_all": {"type": "string"}, "queue_first": {"type": "string"}, "queue_last": {"type": "string"}, "queue_none": {"type": "string"}, "service": {"type": "string"}, "show_debug": {"type": "string"}}, "required": ["alternate_tags", "area", "data", "device", "domain", "entity", "load_example_data", "merge_context", "queue", "queue_all", "queue_first", "queue_last", "queue_none", "service", "show_debug"]}}, "required": ["label"]}}, "required": ["api-call-service"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"api-call-service" : {"label" : {"alternate_tags" : "Use alternate template tags for the data field", "area" : "Area", "data" : "Data", "device" : "Device", "domain" : "Domain", "entity" : "Entity", "load_example_data" : "Load example data", "merge_context" : "Merge context", "queue" : "Queue", "queue_all" : "all messages", "queue_first" : "first message only", "queue_last" : "last message only", "queue_none" : "don't queue messages", "service" : "Service", "show_debug" : "Show debug information"}}}
json_instruct
{"type": "object", "properties": {"api-call-service": {"type": "object", "properties": {"label": {"type": "object", "properties": {"alternate_tags": {"type": "string"}, "area": {"type": "string"}, "data": {"type": "string"}, "device": {"type": "string"}, "domain": {"type": "string"}, "entity": {"type": "string"}, "load_example_data": {"type": "string"}, "merge_context": {"type": "string"}, "queue": {"type": "string"}, "queue_all": {"type": "string"}, "queue_first": {"type": "string"}, "queue_last": {"type": "string"}, "queue_none": {"type": "string"}, "service": {"type": "string"}, "show_debug": {"type": "string"}}, "required": ["alternate_tags", "area", "data", "device", "domain", "entity", "load_example_data", "merge_context", "queue", "queue_all", "queue_first", "queue_last", "queue_none", "service", "show_debug"]}}, "required": ["label"]}}, "required": ["api-call-service"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-82.733739, 28.224351], [-82.727876, 28.236876], [-82.727796, 28.250188], [-82.719572, 28.249784], [-82.719475, 28.239513], [-82.723286, 28.234796], [-82.72311, 28.224376], [-82.733739, 28.224351]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 14822}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "errorhandler": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "method-override": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "serve-favicon": {"type": "string"}, "socket.io": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["body-parser", "errorhandler", "express", "express-session", "method-override", "morgan", "multer", "serve-favicon", "socket.io", "underscore"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chatme", "version" : "0.0.2", "private" : true, "dependencies" : {"body-parser" : "1.12.4", "errorhandler" : "1.3.6", "express" : "4.12.4", "express-session" : "1.11.2", "method-override" : "2.3.3", "morgan" : "1.5.3", "multer" : "0.1.8", "serve-favicon" : "2.2.1", "socket.io" : "1.3.5", "underscore" : "1.8.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "errorhandler": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "method-override": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "serve-favicon": {"type": "string"}, "socket.io": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["body-parser", "errorhandler", "express", "express-session", "method-override", "morgan", "multer", "serve-favicon", "socket.io", "underscore"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[32, 13], [12, 38], [19, 32], [32, 26], [32, 34], [32, 21], [33, 32], [32, 20], [32, 26], [32, 22], [24, 5], [32, 1], [11, 32], [32, 5], [3, 30], [1, 32], [33, 32], [9, 32], [10, 32], [10, 32], [32, 10], [10, 29], [32, 36], [32, 5], [20, 32], [32, 10], [16, 32], [31, 32], [8, 35], [32, 28], [25, 18], [11, 4], [22, 32], [1, 32], [20, 32], [32, 5], [32, 0], [27, 22], [32, 7], [38, 10], [17, 32], [38, 26], [32, 9], [14, 32], [6, 23], [32, 10], [0, 32], [9, 32], [33, 32], [32, 37], [2, 32], [32, 20], [32, 9], [20, 32], [32, 15]], "features" : {"0" : "2", "1" : "3", "2" : "1", "3" : "1", "4" : "1", "5" : "4", "6" : "1", "7" : "1", "8" : "1", "9" : "4", "10" : "7", "11" : "2", "12" : "1", "13" : "1", "14" : "1", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "5", "21" : "1", "22" : "3", "23" : "1", "24" : "1", "25" : "1", "26" : "3", "27" : "1", "28" : "1", "29" : "1", "30" : "1", "31" : "1", "32" : "44", "33" : "3", "34" : "1", "35" : "1", "36" : "1", "37" : "1", "38" : "3"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38"]}}, "required": ["edges", "features"], "$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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "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", "directories", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "purescript-object-class", "version" : "0.0.1", "description" : "OO-style classes", "directories" : {"test" : "test"}, "scripts" : {"build" : "spago build --purs-args \"--stash --censor-lib --censor-codes=ShadowedName,ImplicitQualifiedImport,MissingTypeDeclaration,HidingImport\"", "test" : "spago test --purs-args \"--stash --censor-lib --censor-codes=ShadowedName,ImplicitQualifiedImport,MissingTypeDeclaration,HidingImport\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/ntwilson/purescript-object-class.git"}, "author" : "ntwilson@gmail.com", "license" : "MIT", "bugs" : {"url" : "https://github.com/ntwilson/purescript-object-class/issues"}, "homepage" : "https://github.com/ntwilson/purescript-object-class#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "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", "directories", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"TOKENS": {"type": "object", "properties": {"TEST": {"type": "object", "properties": {"L1": {"type": "string"}, "L2": {"type": "string"}}, "required": ["L1", "L2"]}}, "required": ["TEST"]}, "OVM_L1CrossDomainMessengerFast": {"type": "string"}, "Proxy__OVM_L1CrossDomainMessengerFast": {"type": "string"}, "L2LiquidityPool": {"type": "string"}, "L1LiquidityPool": {"type": "string"}, "Proxy__L1LiquidityPool": {"type": "string"}, "Proxy__L2LiquidityPool": {"type": "string"}, "L2ERC721": {"type": "string"}, "L2ERC721Reg": {"type": "string"}}, "required": ["TOKENS", "OVM_L1CrossDomainMessengerFast", "Proxy__OVM_L1CrossDomainMessengerFast", "L2LiquidityPool", "L1LiquidityPool", "Proxy__L1LiquidityPool", "Proxy__L2LiquidityPool", "L2ERC721", "L2ERC721Reg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TOKENS" : {"TEST" : {"L1" : "0xB68a38D3a10F28948EBf0f2450Fef348680F4714", "L2" : "0xeDB79B0FD84c81E870b2fCB1D3CcF366179bA6D2"}}, "OVM_L1CrossDomainMessengerFast" : "0x68ac1623ACf9eB9F88b65B5F229fE3e2c0d5789e", "Proxy__OVM_L1CrossDomainMessengerFast" : "0x841979bbC06Be7BFE28d9FadDac1A73e1Fb495C1", "L2LiquidityPool" : "0xF8882EB01e6657532c4963b3F7160024dfF56637", "L1LiquidityPool" : "0xF9197a0fdFc747981Fb264071057c73d17662F59", "Proxy__L1LiquidityPool" : "0x6b4eab8D55A4f701C3FE58bDb8b3e1f181eA7087", "Proxy__L2LiquidityPool" : "0xe469ff3C6b7002cD591427B44F0A5922D3CA0026", "L2ERC721" : "0xe7dc303281a6B69D86578EB596741cA1B8EFcD93", "L2ERC721Reg" : "0x967c403E64A316d0Cb04c97334F967a37d58d82f"}
json_instruct
{"type": "object", "properties": {"TOKENS": {"type": "object", "properties": {"TEST": {"type": "object", "properties": {"L1": {"type": "string"}, "L2": {"type": "string"}}, "required": ["L1", "L2"]}}, "required": ["TEST"]}, "OVM_L1CrossDomainMessengerFast": {"type": "string"}, "Proxy__OVM_L1CrossDomainMessengerFast": {"type": "string"}, "L2LiquidityPool": {"type": "string"}, "L1LiquidityPool": {"type": "string"}, "Proxy__L1LiquidityPool": {"type": "string"}, "Proxy__L2LiquidityPool": {"type": "string"}, "L2ERC721": {"type": "string"}, "L2ERC721Reg": {"type": "string"}}, "required": ["TOKENS", "OVM_L1CrossDomainMessengerFast", "Proxy__OVM_L1CrossDomainMessengerFast", "L2LiquidityPool", "L1LiquidityPool", "Proxy__L1LiquidityPool", "Proxy__L2LiquidityPool", "L2ERC721", "L2ERC721Reg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900132797": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132798": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132799": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132800": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132801": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132802": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132803": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132804": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132805": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900132797", "900132798", "900132799", "900132800", "900132801", "900132802", "900132803", "900132804", "900132805"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900132797" : {"nama" : "TPS 1", "dapil" : [1802, 11807, 2180204]}, "900132798" : {"nama" : "TPS 2", "dapil" : [1802, 11807, 2180204]}, "900132799" : {"nama" : "TPS 3", "dapil" : [1802, 11807, 2180204]}, "900132800" : {"nama" : "TPS 4", "dapil" : [1802, 11807, 2180204]}, "900132801" : {"nama" : "TPS 5", "dapil" : [1802, 11807, 2180204]}, "900132802" : {"nama" : "TPS 6", "dapil" : [1802, 11807, 2180204]}, "900132803" : {"nama" : "TPS 7", "dapil" : [1802, 11807, 2180204]}, "900132804" : {"nama" : "TPS 8", "dapil" : [1802, 11807, 2180204]}, "900132805" : {"nama" : "TPS 9", "dapil" : [1802, 11807, 2180204]}}
json_instruct
{"type": "object", "properties": {"900132797": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132798": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132799": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132800": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132801": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132802": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132803": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132804": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900132805": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900132797", "900132798", "900132799", "900132800", "900132801", "900132802", "900132803", "900132804", "900132805"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : "30-39", "SERIES_NAME" : "FEMALE", "X_CALENDAR_YEAR" : 2011, "Y_PREVALENCE_1000PP" : 0.01487}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201609, "Y_PREVALENCE_1000PP" : 0.00161}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "X_COUNT" : [1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13]}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "EHR order list entry", "COUNT_VALUE" : 562}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [0, 0], "P10_VALUE" : [18, 9], "P25_VALUE" : [46, 34], "MEDIAN_VALUE" : [62, 50], "P75_VALUE" : [71, 66], "P90_VALUE" : [77, 77], "MAX_VALUE" : [88, 83]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "string"}, "SERIES_NAME": {"type": "string"}, "X_CALENDAR_YEAR": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "array", "items": {"type": "integer"}}, "X_COUNT": {"type": "array", "items": {"type": "integer"}}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1875710284, "name" : "Qoishy Bala - Auylym (Remix)", "dt" : 121835, "ar" : {"id" : 49610668, "name" : "Aidos Kaden"}, "al" : {"id" : 132809868, "name" : "Qoishy Bala - Auylym", "picUrl" : "https://p1.music.126.net/TKUZKKuEwhMZg7VlhEUmUA==/109951166358843125.jpg"}}, {"id" : 1893734007, "name" : "Ustaz ben Shakirt Ani (\u73b0\u573a\u7248\u672c)", "dt" : 186100, "ar" : {"id" : 49610668, "name" : "Aidos Kaden"}, "al" : {"id" : 135910272, "name" : "Qoishy Bala Men Agasy", "picUrl" : "https://p2.music.126.net/fbby3pm4nMOTK0lN6kPl6Q==/109951166605306505.jpg"}}, {"id" : 1898451852, "name" : "Ustaz ben Shakirt Ani (\u539f\u7248)", "dt" : 204324, "ar" : {"id" : 49127748, "name" : "Jiger Auypbaev"}, "al" : {"id" : 136670241, "name" : "Ustaz ben Shakirt Ani", "picUrl" : "https://p1.music.126.net/188gvlykJu9Pih4vCSzujA==/109951166662318359.jpg"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$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": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "ipswitch_wug_maincfgret.rb", "Title" : "Ipswitch WhatsUp Gold 8.03 Buffer Overflow", "Description" : "This module exploits a buffer overflow in IPswitch WhatsUp Gold 8.03. By posting a long string for the value of 'instancename' in the _maincfgret.cgi script an attacker can overflow a buffer and execute arbitrary code on the system.", "CveIDs" : ["CVE-2004-0798"], "References" : ["http://www.securityfocus.com/bid/11043", "https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/windows/http/ipswitch_wug_maincfgret.rb"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "reference": {"type": "string"}, "name": {"type": "string"}, "geography": {"type": "string"}, "geometry": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "reference", "name", "geography", "geometry", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.295109, 51.609759], [-0.294679, 51.609806], [-0.294386, 51.608074], [-0.294524, 51.608062], [-0.294904, 51.609105], [-0.295037, 51.60931], [-0.295109, 51.609759]]]]}, "properties" : {"organisation" : "local-authority-eng:HRW", "reference" : "Site Allocations H17", "name" : "Donnefield Avenue, Canons Park Station car park", "geography" : "brownfield-site:Site Allocations H17", "geometry" : "MULTIPOLYGON (((-0.295109 51.609759,-0.294679 51.609806,-0.294386 51.608074,-0.294524 51.608062,-0.294904 51.609105,-0.295037 51.609310,-0.295109 51.609759)))", "slug" : "/brownfield-site/local-authority-eng/HRW/Site-Allocations-H17", "entity" : 513631, "entry-date" : "2020-12-22"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "reference": {"type": "string"}, "name": {"type": "string"}, "geography": {"type": "string"}, "geometry": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "reference", "name", "geography", "geometry", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"description": {"type": "string"}, "data_type": {"type": "string"}, "tests": {"type": "object", "properties": {"set-membership": {"type": "object", "properties": {"description": {"type": "string"}, "valid": {"type": "array", "items": {"type": "string"}}, "invalid": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "valid", "invalid"]}}, "required": ["set-membership"]}}, "required": ["description", "data_type", "tests"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Tests for the DeviceType data type.", "data_type" : "DeviceType", "tests" : {"set-membership" : {"description" : "Verifies that the value is in the enumerated set.", "valid" : ["bmd", "dre", "manual-count", "opscan-central", "opscan-precinct", "unknown", "other"], "invalid" : ["", "manual count", "BMD", "some-arbitrary-value"]}}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "data_type": {"type": "string"}, "tests": {"type": "object", "properties": {"set-membership": {"type": "object", "properties": {"description": {"type": "string"}, "valid": {"type": "array", "items": {"type": "string"}}, "invalid": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "valid", "invalid"]}}, "required": ["set-membership"]}}, "required": ["description", "data_type", "tests"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"genreName": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "objectId": {"type": "string"}}, "required": ["genreName", "createdAt", "updatedAt", "objectId"]}}}, "required": ["results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"results" : [{"genreName" : "Pop", "createdAt" : "2013-12-31T19:07:37.896Z", "updatedAt" : "2013-12-31T19:07:37.896Z", "objectId" : "vTnHHI2Xb4"}, {"genreName" : "Rock", "createdAt" : "2013-12-31T19:23:52.928Z", "updatedAt" : "2013-12-31T19:23:52.928Z", "objectId" : "YVDljh9eQf"}]}
json_instruct
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"genreName": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "objectId": {"type": "string"}}, "required": ["genreName", "createdAt", "updatedAt", "objectId"]}}}, "required": ["results"], "$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" : "labadist", "definition" : "A follower of Jean de Labadie, a religious teacher of the 17th century, who left the Roman Catholic Church and taught a kind of mysticism, and the obligation of community of property among Christians. LABARRAQUE'S SOLUTION La`bar`raque's\" so*lu\"tion. Etym: [From Labarraque, a Parisian apothecary.] (Med.) An aqueous solution of hypochlorite of sodium, extensively used as a disinfectant."}
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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "prose-actions", "version" : "0.0.1", "description" : "Turns a prose statement into a list of actions. ", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["prose", "parser", "language"], "author" : "Zachary Frost", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Software": {"type": "string"}, "ImageDescription": {"type": "string"}, "ModifyDate": {"type": "string"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "FNumber": {"type": "number"}, "ExifVersion": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "FlashpixVersion": {"type": "string"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}}, "required": ["Make", "Model", "Software", "ImageDescription", "ModifyDate", "ExifOffset", "Compression", "XResolution", "YResolution", "ThumbnailOffset", "ThumbnailLength", "FNumber", "ExifVersion", "DateTimeOriginal", "CreateDate", "FlashpixVersion", "ExifImageWidth", "ExifImageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Make" : "LG Electronics", "Model" : "GT350", "Software" : "LGESW", "ImageDescription" : "ETNA PLUS", "ModifyDate" : "2010:11:05", "ExifOffset" : 144, "Compression" : 6, "XResolution" : 72, "YResolution" : 72, "ThumbnailOffset" : 452, "ThumbnailLength" : 14310, "FNumber" : 2.8, "ExifVersion" : "2.2", "DateTimeOriginal" : "2010:11:05", "CreateDate" : "2010:11:05", "FlashpixVersion" : "1", "ExifImageWidth" : 1600, "ExifImageHeight" : 1200}
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "Software": {"type": "string"}, "ImageDescription": {"type": "string"}, "ModifyDate": {"type": "string"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "FNumber": {"type": "number"}, "ExifVersion": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "FlashpixVersion": {"type": "string"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}}, "required": ["Make", "Model", "Software", "ImageDescription", "ModifyDate", "ExifOffset", "Compression", "XResolution", "YResolution", "ThumbnailOffset", "ThumbnailLength", "FNumber", "ExifVersion", "DateTimeOriginal", "CreateDate", "FlashpixVersion", "ExifImageWidth", "ExifImageHeight"], "$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": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e_id" : "3605", "title" : "\u5c3c\u514b\u677e\u88ab\u6307\u63a7\u53c2\u4e0e\u6c34\u95e8\u4e8b\u4ef6", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572847\u5e74\u524d\u7684\u4eca\u5929\uff0c1974\u5e743\u670815\u65e5(\u519c\u53861974\u5e742\u670822\u65e5)\uff0c\u5c3c\u514b\u677e\u88ab\u6307\u63a7\u53c2\u4e0e\u6c34\u95e8\u4e8b\u4ef6\u3002\u5c3c\u514b\u677e\u5728\u4e3a\u81ea\u5df1\u8fa9\u62a41974\u5e743\u670815\u65e5\uff0c \u8054\u90a6\u5927\u966a\u5ba1\u56e2\u88c1\u5b9a\u5c3c\u514b\u677e\u53c2\u4e0e\u4e86\u63a9\u76d6\u767d\u5bab\u5b98\u5458\u5377\u5165\u975e\u6cd5\u8fdb\u5165\u6c11\u4e3b\u515a\u603b\u90e8\u7684\u6c34\u95e8\u4e8b\u4ef6\u771f\u8c61\u7684\u9634\u8c0b\u3002\u8fd9\u4e00\u5224\u51b3\u5305\u62ec\u5728\u5927\u966a\u5ba1\u56e2\u7684\u4e00\u4efd\u5df2\u7ecf\u5f97\u5230\u6838\u5b9e\u7684\u62a5\u544a\u91cc\u3002 \u8fd9\u4efd\u62a5\u544a\u91cc\u7684\u6750\u6599\u8bf4\u767d\u5bab\u548c\u5c3c\u514b\u677e\u8fde\u4efb\u7ade\u9009\u73ed\u5b50\u76847\u540d\u524d\u6210\u5458\u72af\u6709\u9634\u8c0b\u7f6a\u3002\u8fd9\u4efd\u5448\u4ea4\u7ed9\u7ea6\u7ff0-J-\u897f\u91cc\u5361\u7684\u62a5\u544a\u8fd8\u9644\u6709\u4e00\u4efd\u5efa\u8bae\u4e66\uff0c\u5efa\u8bae\u628a\u8be5\u62a5\u544a\u4ea4\u7ed9\u4f17\u8bae\u9662\u53f8\u6cd5\u59d4\u5458\u4f1a\uff0c\u76ee\u524d\u8fd9\u4e2a\u59d4\u5458\u4f1a\u6b63\u5728\u8003\u8651\u7ed9\u5c3c\u514b\u677e\u603b\u7edf\u8fdb\u884c\u5f39\u52be\u3002\u5c3c\u514b\u677e\u5728\u5bf9\u829d\u52a0\u54e5\u7ba1\u7406\u4eba\u5458\u8fdb\u884c\u7684\u4e00\u6b21\u6f14\u8bf4\u4e2d\u5ba3\u5e03\u4ed6\u4e0d\u4f1a\u8f9e\u804c\uff0c\u56e0\u4e3a\u8f9e\u804c\u5c31\u610f\u5473\u7740\u8ba4\u7f6a\uff0c\u5c31\u4f1a\u964d\u4f4e\u603b\u7edf\u5728\u4eba\u4eec\u5fc3\u76ee\u4e2d\u7684\u5a01\u4fe1\u3002\u4ed6\u8bf4\uff1a\u201c\u8fd9\u5c06\u5bfc\u81f4\u672a\u6765\u7684\u7f8e\u56fd\u603b\u7edf\u4e0d\u518d\u6709\u6743\u5a01\uff0c\u4e0d\u518d\u5f3a\u5927\uff0c\u800c\u6211\u51b3\u4e0d\u505a\u635f\u5bb3\u7f8e\u56fd\u603b\u7edf\u6743\u5a01\u7684\u4eba\u3002\u201d\u8fd9\u4e00\u8038\u4eba\u542c\u95fb\u7684\u4e8b\u4ef6\u662f\u5728\u300a\u534e\u76db\u987f\u90ae\u62a5\u300b\u4e24\u540d\u8bb0\u8005\u5361\u5c14-\u4f2f\u6069\u65af\u4f46\u548c\u9c8d\u52c3-\u4f0d\u5fb7\u6c83\u5fb7\u9532\u800c\u4e0d\u820d\u7684\u52aa\u529b\u4e0b\u88ab\u66dd\u5149\u7684\u3002\u8bb8\u591a\u7591\u8651\u90fd\u96c6\u4e2d\u5728\u6c34\u95e8\u5927\u697c\u95ef\u5165\u4e8b\u4ef6\u540e\u6570\u5468\u767d\u5bab\u5f55\u5236\u7684\u8c08\u8bdd\u5f55\u97f3\u4e0a\uff0c\u91cc\u9762\u5f55\u6709\u603b\u7edf\u4e0e\u4ed6\u7684\u987e\u95ee\u4eec\u8ba8\u8bba\u4e0e\u4e8b\u4ef6\u7275\u6d89\u7684\u5185\u5bb9\u3002\u5f53\u8fd9\u4e9b\u78c1\u5e26\u6700\u7ec8\u9012\u4ea4\u5230\u8c03\u67e5\u8005\u624b\u4e2d\u65f6\uff0c\u4eba\u4eec\u53d1\u73b0\u5176\u90e8\u5206\u5185\u5bb9\u5df2\u88ab\u62b9\u53bb\u3002\u5728\u8fd9\u4e9b\u88ab\u6307\u63a7\u7684\u4eba\u4e2d\u5305\u62ec\u603b\u7edf\u7684\u524d\u56fd\u5185\u4e8b\u52a1\u987e\u95ee\u7ea6\u7ff0-\u57c3\u5229\u5e0c\u66fc\u548c\u524d\u767d\u5bab\u529e\u516c\u5385\u4e3b\u4efb\u54c8\u7f57-\u970d\u5c14\u5fb7\u66fc\u3002\u300a\u534e\u76db\u987f\u90ae\u62a5\u300b\u8bb0\u8005\u5361\u5c14\u00b7\u4f2f\u6069\u65af\u4f46\u548c\u9c8d\u52c3\u00b7\u4f0d\u5fb7\u6c83\u5fb7\u88ab\u6307\u63a7\u7684\u524d\u56fd\u5185\u4e8b\u52a1\u987e\u95ee\u57c3\u5229\u5e0c\u66fc\u63ed\u5f00\u201c\u6c34\u95e8\u4e8b\u4ef6\u201d\u4e4b\u8c1c\u7684\u8bb0\u8005\u4eec", "picNo" : "4", "picUrl" : [{"pic_title" : "\u5c3c\u514b\u677e\u5728\u4e3a\u81ea\u5df1\u8fa9\u62a4", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/3605_1.jpeg"}, {"pic_title" : "\u300a\u534e\u76db\u987f\u90ae\u62a5\u300b\u8bb0\u8005\u5361\u5c14\u00b7\u4f2f\u6069\u65af\u4f46\u548c\u9c8d\u52c3\u00b7\u4f0d\u5fb7\u6c83\u5fb7", "suffix" : "jpeg", "id" : 2, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/3605_2.jpeg"}, {"pic_title" : "\u88ab\u6307\u63a7\u7684\u524d\u56fd\u5185\u4e8b\u52a1\u987e\u95ee\u57c3\u5229\u5e0c\u66fc", "suffix" : "jpeg", "id" : 3, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/3605_3.jpeg"}, {"pic_title" : "\u63ed\u5f00\u201c\u6c34\u95e8\u4e8b\u4ef6\u201d\u4e4b\u8c1c\u7684\u8bb0\u8005\u4eec", "suffix" : "jpeg", "id" : 4, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/3605_4.jpeg"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "flatModuleFile": {"type": "string"}, "umdId": {"type": "string"}}, "required": ["entryFile", "flatModuleFile", "umdId"]}}, "required": ["$schema", "dest", "whitelistedNonPeerDependencies", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "../../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../../dist/@ng-tangram/components", "whitelistedNonPeerDependencies" : ["blueimp-load-image", "tslib"], "lib" : {"entryFile" : "./public-api.ts", "flatModuleFile" : "components", "umdId" : "nt.components"}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "whitelistedNonPeerDependencies": {"type": "array", "items": {"type": "string"}}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "flatModuleFile": {"type": "string"}, "umdId": {"type": "string"}}, "required": ["entryFile", "flatModuleFile", "umdId"]}}, "required": ["$schema", "dest", "whitelistedNonPeerDependencies", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies 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" : "Hi Francois,\n\n\nGreat, let me know if you have any questions.\n\n\n-Jack\n\n\n\n\n# Jack de Valpine\n# president\n#\n# visarc incorporated\n# http://www.visarc.com\n#\n# channeling technology for superior design and construction\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2010-December/007513.html).</sup>", "attachments" : [], "created_by_name" : "Jack de Valpine", "created_at" : "December 07, 2010 at 09:29AM", "created_by" : "Jack_de_Valpine", "parent_id" : "radiance-general_007510", "id" : "radiance-general_007513"}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"source_type": {"type": "string"}, "source_url": {"type": "string"}, "target_image_name": {"type": "string"}, "target_image_tag": {"type": "string"}}, "required": ["source_type", "source_url", "target_image_name", "target_image_tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source_type" : "dockerfile", "source_url" : "https://raw.githubusercontent.com/SODALITE-EU/iac-management/master/use-cases/snow-uc/build-images/components/skyline-extractor/Dockerfile", "target_image_name" : "snow-skyline-extractor", "target_image_tag" : "latest"}
json_instruct
{"type": "object", "properties": {"source_type": {"type": "string"}, "source_url": {"type": "string"}, "target_image_name": {"type": "string"}, "target_image_tag": {"type": "string"}}, "required": ["source_type", "source_url", "target_image_name", "target_image_tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dockerddns": {"type": "object", "properties": {"dnsserver": {"type": "string"}, "dnsport": {"type": "integer"}, "keyname": {"type": "string"}, "zonename": {"type": "string"}, "intprefix": {"type": "string"}, "extprefix": {"type": "string"}, "ttl": {"type": "integer"}}, "required": ["dnsserver", "dnsport", "keyname", "zonename", "intprefix", "extprefix", "ttl"]}}, "required": ["dockerddns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dockerddns" : {"dnsserver" : "{{ mgmt_dns_primary_ip }}", "dnsport" : 53, "keyname" : "ddns_updates", "zonename" : "{{ mgmt_dns_domain }}", "intprefix" : "", "extprefix" : "", "ttl" : 60}}
json_instruct
{"type": "object", "properties": {"dockerddns": {"type": "object", "properties": {"dnsserver": {"type": "string"}, "dnsport": {"type": "integer"}, "keyname": {"type": "string"}, "zonename": {"type": "string"}, "intprefix": {"type": "string"}, "extprefix": {"type": "string"}, "ttl": {"type": "integer"}}, "required": ["dnsserver", "dnsport", "keyname", "zonename", "intprefix", "extprefix", "ttl"]}}, "required": ["dockerddns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200882617060000, "key" : "/static/6a4ee7ba7c8c6405e7901562ef20c170/46afd/plaintracks.jpg", "val" : "484275124a2763ef5273b6fa68136fca"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$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": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "mysql": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["body-parser", "ejs", "express", "mysql", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "api-rest", "version" : "1.0.0", "description" : "Operation with API Rest and Express and MySQL", "main" : "webapp.js", "scripts" : {"dev" : "nodemon webapp.js", "test" : "echo \"Error: prueba no identificada\" && exit 1"}, "keywords" : ["API", "Rest", "Express", "Nodejs", "nodemon", "Javascript"], "author" : "David Montero (david.montero.urrutia@gmail.com)", "license" : "ISC", "dependencies" : {"body-parser" : "^1.18.3", "ejs" : "^3.1.6", "express" : "^4.17.1", "mysql" : "^2.18.1", "nodemon" : "^2.0.12"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "mysql": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["body-parser", "ejs", "express", "mysql", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"rsaEncryptedSecret": {"type": "string"}, "aesEncryptedMessage": {"type": "string"}, "aesIV": {"type": "string"}, "hmacKey": {"type": "string"}, "messageHmac": {"type": "string"}}, "required": ["rsaEncryptedSecret", "aesEncryptedMessage", "aesIV", "hmacKey", "messageHmac"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rsaEncryptedSecret" : "3c4cd4ac6b8c42559776e205cd62a806601c541252898db0a09aa36e102c100c4c01c54a53b5c4e0762d8ea8a0c6053b465eb41fafddd399f6489937654f05db86e5e5b0d3642ccf40d6c69c48b7516e1eb6b9be70bf83bdce51fde5743f93ab", "aesEncryptedMessage" : "897236f8195e9387c8d51d67a6960578bde6cbc386", "aesIV" : "5961a8e2e144b69b06978a0d560bbdec", "hmacKey" : "2ae458c63e476224309e033034fcad58e426381e59074fdf1a246bd647bbf8eb", "messageHmac" : "a76417c37f54b77a16b221634f088f766da90d2f2b391d08576273443612022b"}
json_instruct
{"type": "object", "properties": {"rsaEncryptedSecret": {"type": "string"}, "aesEncryptedMessage": {"type": "string"}, "aesIV": {"type": "string"}, "hmacKey": {"type": "string"}, "messageHmac": {"type": "string"}}, "required": ["rsaEncryptedSecret", "aesEncryptedMessage", "aesIV", "hmacKey", "messageHmac"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200812325538000, "key" : "05d5b23a-fe6a-57e3-a29e-574853c0cb40{\"duotone\":false,\"grayscale\":false,\"toFormat\":\"\",\"width\":20,\"height\":13}", "val" : {"src" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAANABQDASIAAhEBAxEB/8QAGQAAAgMBAAAAAAAAAAAAAAAAAAYBAwQF/8QAFQEBAQAAAAAAAAAAAAAAAAAAAAH/2gAMAwEAAhADEAAAAbdC7MMZww//xAAbEAACAgMBAAAAAAAAAAAAAAAAAQIUAxEiMf/aAAgBAQABBQK73a2rUEeik03lkz//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAEDAQE/AT//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAECAQE/AT//xAAdEAABAwUBAAAAAAAAAAAAAAAAAiEiARARMkGB/9oACAEBAAY/Ao68IpkYWyjwatv/xAAcEAACAgIDAAAAAAAAAAAAAAABEQAxIUFRYXH/2gAIAQEAAT8hLmgNGF9xV+A6gwEitCOhAxHDiokJVT//2gAMAwEAAgADAAAAEMff/8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAwEBPxA//8QAFhEBAQEAAAAAAAAAAAAAAAAAAAER/9oACAECAQE/EG1//8QAHhABAAICAwADAAAAAAAAAAAAAQARITFBUWFxscH/2gAIAQEAAT8Qot/oQabt+QzI5pj12/EJVRQVH0gQtFBjvf3L8lWQ5reniAnajZP/2Q==", "width" : 20, "height" : 13, "aspectRatio" : 1.5384615384615385, "originalName" : "image.jpg"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsonp-promise": {"type": "string"}}, "required": ["jsonp-promise"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-env", "babel-preset-es2015", "webpack"]}}, "required": ["name", "description", "version", "main", "module", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gist-embedder", "description" : "Library for Embedding GitHub Gist", "version" : "0.2.0", "main" : "dist/gist-embedder.min.js", "module" : "index.js", "scripts" : {"build" : "webpack"}, "repository" : "https://github.com/MunifTanjim/gist-embedder", "keywords" : ["gist", "embed"], "author" : {"name" : "Munif Tanjim", "url" : "https://muniftanjim.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/MunifTanjim/gist-embedder/issues"}, "homepage" : "https://github.com/MunifTanjim/gist-embedder", "dependencies" : {"jsonp-promise" : "^0.1.2"}, "devDependencies" : {"babel-core" : "^6.24.1", "babel-loader" : "^7.0.0", "babel-preset-env" : "^1.5.1", "babel-preset-es2015" : "^6.24.1", "webpack" : "^2.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsonp-promise": {"type": "string"}}, "required": ["jsonp-promise"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-env", "babel-preset-es2015", "webpack"]}}, "required": ["name", "description", "version", "main", "module", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Frederik Jacques": {"type": "string"}}, "required": ["Frederik Jacques"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "homepage", "screenshots", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TNRadioButtonGroup", "version" : "0.1", "summary" : "Create easy radio button groups in objective-c", "homepage" : "http://blog.the-nerd.be/2014/04/tnradiobuttongroup-radio-buttons-for-objective-c/", "screenshots" : "http://cl.ly/V8Hq/download/Screen%20Shot%202014-04-22%20at%2022.27.42.png", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Frederik Jacques" : "frederik@the-nerd.be"}, "social_media_url" : "http://twitter.com/thenerd_be", "platforms" : {"ios" : "7.0"}, "source" : {"git" : "https://github.com/frederik-jacques/TNRadioButtonGroup.git", "tag" : "0.1"}, "source_files" : "src/*.{h,m}", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Frederik Jacques": {"type": "string"}}, "required": ["Frederik Jacques"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "homepage", "screenshots", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"MD026": {"type": "boolean"}}, "required": ["MD026"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MD026" : false}
json_instruct
{"type": "object", "properties": {"MD026": {"type": "boolean"}}, "required": ["MD026"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {}}, "server": {"type": "array", "items": {}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "client", "server", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"required" : true, "minVersion" : "0.8", "package" : "io.github.Andrew6rant.stacker.mixin", "compatibilityLevel" : "JAVA_16", "mixins" : ["AnvilScreenHandlerMixin", "BucketItemMixin", "DispenserBehaviorMixin", "HorseScreenHandlerMixin", "ItemRenderScaleMixin", "ItemStackMixin", "JukeboxBlockMixin", "LimitFurnaceStackMixin", "MilkBucketItemMixin", "StewItemMixin"], "client" : [], "server" : [], "injectors" : {"defaultRequire" : 1}}
json_instruct
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {}}, "server": {"type": "array", "items": {}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "client", "server", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Opcode": {"type": "integer"}, "Cas": {"type": "integer"}, "Opaque": {"type": "integer"}, "VBucket": {"type": "integer"}, "Extras": {"type": "string"}, "Key": {"type": "string"}, "Body": {"type": "string"}, "ExtMeta": {"type": "string"}, "DataType": {"type": "integer"}, "Keylen": {"type": "integer"}}, "required": ["Opcode", "Cas", "Opaque", "VBucket", "Extras", "Key", "Body", "ExtMeta", "DataType", "Keylen"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Opcode" : 87, "Cas" : 1568132636071821312, "Opaque" : 65942, "VBucket" : 406, "Extras" : "AAAAAAAAAAEAAAAAAAAAAQIAAAYAAAAAAAAAAAAAAg==", "Key" : "AGQx", "Body" : "SHx7CiJjbGljayI6ICJ0byBlZGl0IiwKIndpdGggSlNPTgUYiGhlcmUgYXJlIG5vIHJlc2VydmVkIGZpZWxkIG5hbWVzIgp9", "ExtMeta" : "", "DataType" : 3, "Keylen" : 3}
json_instruct
{"type": "object", "properties": {"Opcode": {"type": "integer"}, "Cas": {"type": "integer"}, "Opaque": {"type": "integer"}, "VBucket": {"type": "integer"}, "Extras": {"type": "string"}, "Key": {"type": "string"}, "Body": {"type": "string"}, "ExtMeta": {"type": "string"}, "DataType": {"type": "integer"}, "Keylen": {"type": "integer"}}, "required": ["Opcode", "Cas", "Opaque", "VBucket", "Extras", "Key", "Body", "ExtMeta", "DataType", "Keylen"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:29.351010", "required_by" : ["rod.recipe.appengine"], "requires" : [], "package" : "tinypkg"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015106": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01015106"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01015106" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00076284", "LAD11CD" : "E06000026"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00076290", "LAD11CD" : "E06000026"}, "arcs" : [[-3, 3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00076292", "LAD11CD" : "E06000026"}, "arcs" : [[6, -5, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00076296", "LAD11CD" : "E06000026"}, "arcs" : [[-8, -4, -2, 8]]}]}}, "arcs" : [[[3507, 7756], [337, 70], [-7, 1823], [289, 1], [31, -791], [482, -653], [499, 920], [1298, 71], [1011, 564], [556, -205], [448, 443], [228, -526], [439, -991], [881, -2046], [-1384, -797], [-373, -202], [-284, -942], [-691, -958], [-1515, -763], [-905, -115], [-451, 1111], [-781, -159], [-628, 1252], [-387, -936]], [[2600, 3927], [29, 863], [-354, 172], [-64, 593]], [[2211, 5555], [1296, 2201]], [[2211, 5555], [-522, -18]], [[1689, 5537], [-639, 914], [243, 236]], [[1293, 6687], [124, 775], [582, -10], [418, 573], [296, -11], [38, -291], [756, 33]], [[240, 4081], [-92, 739], [496, 963], [-328, 2113], [587, 72], [70, -1132], [320, -149]], [[1689, 5537], [56, -411], [-490, -889], [-461, 369], [-231, -137], [70, -280], [-393, -108]], [[2600, 3927], [-505, -1139], [31, -444], [390, -282], [838, -2062], [-729, 1256], [-1491, 2088], [-1134, 514], [110, 158], [130, 65]]], "transform" : {"scale" : [1.9388304556239406e-06, 9.084988471321645e-07], "translate" : [-4.160573107860785, 50.38331436087307]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015106": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01015106"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"bundle.umd.min.js": {"type": "string"}, "internal.umd.min.js": {"type": "string"}}, "required": ["bundle.umd.min.js", "internal.umd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bundle.umd.min.js" : "sha256-2iLGToqcTI4yajoPH690Lt/xDmd2HDdHIPHH4s1xt9I=", "internal.umd.min.js" : "sha256-kBndXYyNsTs0CnYRyBWw2GTAnVilFu6c2dGpwblU/mU="}
json_instruct
{"type": "object", "properties": {"bundle.umd.min.js": {"type": "string"}, "internal.umd.min.js": {"type": "string"}}, "required": ["bundle.umd.min.js", "internal.umd.min.js"], "$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"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "type", "keywords", "author", "license", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@witzbould/utils-map-value-range", "version" : "1.0.0", "description" : "Mapps a value in an input range to an output ragne", "main" : "index.js", "type" : "module", "keywords" : ["utils", "convert", "map", "range", "input", "output"], "author" : "Tom Kopp", "license" : "ISC", "repository" : {"type" : "git", "url" : "git+https://github.com/witzbould/utils.git"}, "bugs" : {"url" : "https://github.com/witzbould/utils/issues"}, "homepage" : "https://github.com/witzbould/utils/tree/master/packages/map-value-range/#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "type", "keywords", "author", "license", "repository", "bugs", "homepage"], "$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"}, "devDependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}, "jsdom": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["requirejs", "jsdom", "jquery"]}}, "required": ["name", "version", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DDLBuilder", "version" : "1.0.0", "devDependencies" : {"requirejs" : "2.0.6", "jsdom" : ">=0.3.4", "jquery" : "1.8.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}, "jsdom": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["requirejs", "jsdom", "jquery"]}}, "required": ["name", "version", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u76ca\u8c50\u78be\u7c73\u5de5\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99655869", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "05810000012871", "\u5de5\u5ee0\u5730\u5740" : "\u5609\u7fa9\u7e23\u516d\u8173\u9109\u5d19\u967d\u6751\u5d19\u5b50\uff11\uff14\uff11\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5609\u7fa9\u7e23\u516d\u8173\u9109\u5d19\u967d\u6751", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5289\u826f\u5b89", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "67242718", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u7368\u8cc7", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0580101", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0611115", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["08\u98df\u54c1\u88fd\u9020\u696d", "09\u98f2\u6599\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["084\u98df\u7528\u6cb9\u8102", "086\u78be\u6996\u3001\u78e8\u7c89\u53ca\u6fb1\u7c89\u88fd\u54c1", "089\u5176\u4ed6\u98df\u54c1"], "egis" : null}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"recipient": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["id", "name", "state"]}}, "services": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "tp_atendimento": {"type": "string"}}, "required": ["id", "description", "tp_atendimento"]}}, "changepass": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]}, "schedules": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type_services": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "status": {"type": "string"}}, "required": ["id", "type_services", "date", "time", "status"]}}}, "required": ["recipient", "services", "changepass", "schedules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recipient" : [{"id" : 1, "name" : "bixinho Vicente", "state" : "Titular"}, {"id" : 2, "name" : "sicrano Vicente", "state" : "Dependente"}, {"id" : 3, "name" : "coisinha Vicente", "state" : "Dependente"}], "services" : [{"id" : 1, "description" : "ENDOCRINOLOGIA", "tp_atendimento" : "A"}, {"id" : 2, "description" : "PSIQUIATRIA", "tp_atendimento" : "A-P"}, {"id" : 3, "description" : "GINECOLOGIA", "tp_atendimento" : "A"}, {"id" : 4, "description" : "REUMATOLOGIA", "tp_atendimento" : "A"}, {"id" : 5, "description" : "CARDIOLOGIA", "tp_atendimento" : "A"}], "changepass" : {"password" : "1234ab"}, "schedules" : [{"id" : 1, "type_services" : "REUMATOLOGIA", "date" : "05/09/2021", "time" : "15:00", "status" : "agendado"}, {"id" : 2, "type_services" : "PSIQUIATRIA", "date" : "10/09/2021", "time" : "12:00", "status" : "disponivel"}, {"id" : 3, "type_services" : "GINECOLOGIA", "date" : "24/08/2021", "time" : "13:00", "status" : "finalizada"}, {"id" : 4, "type_services" : "ENDOCRINLOGIA", "date" : "03/08/2021", "time" : "14:00", "status" : "perdida"}, {"id" : 5, "type_services" : "CARDIOLOGIA", "date" : "05/09/2021", "time" : "14:00", "status" : "agendado"}]}
json_instruct
{"type": "object", "properties": {"recipient": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["id", "name", "state"]}}, "services": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "tp_atendimento": {"type": "string"}}, "required": ["id", "description", "tp_atendimento"]}}, "changepass": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"]}, "schedules": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type_services": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "status": {"type": "string"}}, "required": ["id", "type_services", "date", "time", "status"]}}}, "required": ["recipient", "services", "changepass", "schedules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Miku \u7684 Good Luck", "author" : "\u72ac\u72ac\u72ac", "description" : "\u7eaf\u821e\u8e48\u9879<br>\u672c\u6765\u60f3\u505a\u4e2aXX<br>\u592a\u7d2fundefined\u653e\u5f03\u4e86", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/790237/thumbnail-790237_0001.jpg?itok=FPalEuC5", "download" : "https://www.iwara.tv/api/video/y1vbgsaezzh0qr18e", "origin" : "https://www.iwara.tv/videos/y1vbgsaezzh0qr18e"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3571020008", "district_id" : "3571020", "name" : "PAKELAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "magic_circle:block/assembly_table1"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "USFinance", "website" : "https://usfinance.live", "short_description" : "Defi And Digital Banks of the Future", "explorer" : "https://etherscan.io/token/0x31733F69232Bdb189934B54A18Ab9bDe5144E74d"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "Time", "name" : "Time (PoS)", "decimals" : 18, "address" : "0x0bac8f2819527c562b1bdd5b9c8e24be7dbd6cae", "mintable" : false, "ethereum_address" : "0xc2ce8d7ca631555fc7dacf744326f70586a12898"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1302011001", "nama" : "SILAUT"}, {"id" : "1302011002", "nama" : "SAMBUNGO"}, {"id" : "1302011003", "nama" : "AIR HITAM"}, {"id" : "1302011004", "nama" : "LUBUK BUNTA"}, {"id" : "1302011005", "nama" : "DURIAN SERIBU"}, {"id" : "1302011006", "nama" : "PASIR BINJAI"}, {"id" : "1302011007", "nama" : "TALANG BINJAI"}, {"id" : "1302011008", "nama" : "SUNGAI SARIK"}, {"id" : "1302011009", "nama" : "SUNGAI PULAI"}, {"id" : "1302011010", "nama" : "SUNGAI SIRAH"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["k-etag", "k-etag-not-dodified", "k-etag-not-modified", "yd-etag"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}