input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "photometer", "definition" : "An instrument for measuring the intensity of light, or, more especially, for comparing the relative intensities of different lights, or their relative illuminating power."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "CanoScan LiDE 120", "description" : "A scanner.", "url" : "https://www.usa.canon.com/internet/portal/us/home/products/details/scanners/photo-scanner/canoscan-lide-120"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.50ddd0c1.chunk.js": {"type": "string"}, "static/js/2.50ddd0c1.chunk.js.map": {"type": "string"}, "static/js/3.aca03077.chunk.js": {"type": "string"}, "static/js/3.aca03077.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "service-worker.js": {"type": "string"}, "service-worker.js.map": {"type": "string"}, "static/css/main.2ae47eeb.chunk.css.map": {"type": "string"}, "static/js/2.50ddd0c1.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.50ddd0c1.chunk.js", "static/js/2.50ddd0c1.chunk.js.map", "static/js/3.aca03077.chunk.js", "static/js/3.aca03077.chunk.js.map", "index.html", "service-worker.js", "service-worker.js.map", "static/css/main.2ae47eeb.chunk.css.map", "static/js/2.50ddd0c1.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"main.css" : "/react-triangulate/static/css/main.2ae47eeb.chunk.css", "main.js" : "/react-triangulate/static/js/main.b1e62498.chunk.js", "main.js.map" : "/react-triangulate/static/js/main.b1e62498.chunk.js.map", "runtime-main.js" : "/react-triangulate/static/js/runtime-main.cc8a2240.js", "runtime-main.js.map" : "/react-triangulate/static/js/runtime-main.cc8a2240.js.map", "static/js/2.50ddd0c1.chunk.js" : "/react-triangulate/static/js/2.50ddd0c1.chunk.js", "static/js/2.50ddd0c1.chunk.js.map" : "/react-triangulate/static/js/2.50ddd0c1.chunk.js.map", "static/js/3.aca03077.chunk.js" : "/react-triangulate/static/js/3.aca03077.chunk.js", "static/js/3.aca03077.chunk.js.map" : "/react-triangulate/static/js/3.aca03077.chunk.js.map", "index.html" : "/react-triangulate/index.html", "service-worker.js" : "/react-triangulate/service-worker.js", "service-worker.js.map" : "/react-triangulate/service-worker.js.map", "static/css/main.2ae47eeb.chunk.css.map" : "/react-triangulate/static/css/main.2ae47eeb.chunk.css.map", "static/js/2.50ddd0c1.chunk.js.LICENSE.txt" : "/react-triangulate/static/js/2.50ddd0c1.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.cc8a2240.js", "static/js/2.50ddd0c1.chunk.js", "static/css/main.2ae47eeb.chunk.css", "static/js/main.b1e62498.chunk.js"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.50ddd0c1.chunk.js": {"type": "string"}, "static/js/2.50ddd0c1.chunk.js.map": {"type": "string"}, "static/js/3.aca03077.chunk.js": {"type": "string"}, "static/js/3.aca03077.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "service-worker.js": {"type": "string"}, "service-worker.js.map": {"type": "string"}, "static/css/main.2ae47eeb.chunk.css.map": {"type": "string"}, "static/js/2.50ddd0c1.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.50ddd0c1.chunk.js", "static/js/2.50ddd0c1.chunk.js.map", "static/js/3.aca03077.chunk.js", "static/js/3.aca03077.chunk.js.map", "index.html", "service-worker.js", "service-worker.js.map", "static/css/main.2ae47eeb.chunk.css.map", "static/js/2.50ddd0c1.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "authors", "license", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "formula21/yourls-qr-thumbnail-plugin-with-preview-redirect", "description" : "A YOURLS Plugin, which integrates a QR Plugin, a Thumbnail Plugin and combines both to make a preview page, which can be seen both before redirect or forced with the preview character.", "authors" : [{"name" : "Anweshan Roy Chowdhury", "email" : "anweshanrc15@gmail.com", "homepage" : "https://formula21.github.io", "role" : "Developer"}], "license" : "MIT", "require" : {"guzzlehttp/guzzle" : "^7.0"}, "autoload" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "authors", "license", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Efficient digital neurons for large scale cortical architectures.", "fields" : ["neocortex", "leading edge", "linear approximation", "winner take all", "exponential decay"], "abstract" : "Digital neurons are implemented with the goal of sup-porting research and development of architectures which implement the computational paradigm of the neocortex. Four spiking digital neurons are implemented at the register transfer level in a manner that permits side-by-side comparisons. Two of the neurons contain two stages of ex-ponential decay, one for synapse conductances and one for membrane potential. The other two neurons contain only one stage of exponential decay for membrane potential. The two stage neurons respond to an input spike with a change in membrane potential that has a non-infinite lead-ing edge slope; the one stage neurons exhibit a change in membrane potential with an abrupt, infinite leading edge slope. This leads to a behavioral difference when a number of input spikes occur in very close time proximity. However, the one stage neurons are as much as a factor of ten more energy efficient than the two stage neurons, as measured by the number of dynamic add-equivalent operations A new two stage neuron is proposed. This neuron reduc-es the number of decay components and implements decays in both stages via piece-wise linear approximation. Togeth-er, these simplifications yield two stage neuron behavior with energy efficiency that is only about a factor of two worse than the simplest one stage neuron.", "citation" : "Citations (3)", "departments" : ["University of Wisconsin-Madison"], "authors" : ["James E. Smith.....http://dblp.org/pers/hd/s/Smith_0001:James_E="], "conf" : "isca", "year" : "2014", "pages" : 12} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"arangodb": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "password": {"type": "string"}, "name": {"type": "string"}}, "required": ["host", "port", "user", "password", "name"]}}, "required": ["arangodb"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"arangodb" : {"host" : "10.0.2.13", "port" : 8529, "user" : "root", "password" : "GooeyPrint33!", "name" : "nomatic-data_development"}} | json_instruct | {"type": "object", "properties": {"arangodb": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "password": {"type": "string"}, "name": {"type": "string"}}, "required": ["host", "port", "user", "password", "name"]}}, "required": ["arangodb"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1207130004", "district_id" : "1207130", "name" : "NEGERI LAMA"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"meshki.css": {"type": "string"}, "meshki.js": {"type": "string"}, "meshki.min.css": {"type": "string"}, "meshki.min.js": {"type": "string"}}, "required": ["meshki.css", "meshki.js", "meshki.min.css", "meshki.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meshki.css" : "sha256-zvPHEBw86RCPWcPYEFTLV4X11siWl2NyZdUxYbOj5C4=", "meshki.js" : "sha256-/gq1itZ3u15+aOmQC5R5m3JzUSSe7XqnnuJSxEORyt0=", "meshki.min.css" : "sha256-VKFnt415Pg1x0pjQegdPnnUyQgS86oDVV3ZBQu4dqxs=", "meshki.min.js" : "sha256-pBPQnIdxqsaSx/ysC/PrdJu9CuiXToT5rPiditV2Vak="} | json_instruct | {"type": "object", "properties": {"meshki.css": {"type": "string"}, "meshki.js": {"type": "string"}, "meshki.min.css": {"type": "string"}, "meshki.min.js": {"type": "string"}}, "required": ["meshki.css", "meshki.js", "meshki.min.css", "meshki.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"GMB": {"type": "array", "items": {"type": "string"}}, "FRA": {"type": "array", "items": {"type": "string"}}, "ITA": {"type": "array", "items": {"type": "string"}}, "MRT": {"type": "array", "items": {"type": "string"}}, "DEU": {"type": "array", "items": {"type": "string"}}, "GHA": {"type": "array", "items": {"type": "string"}}, "GAB": {"type": "array", "items": {"type": "string"}}, "BFA": {"type": "array", "items": {"type": "string"}}, "GIN": {"type": "array", "items": {"type": "string"}}, "USA": {"type": "array", "items": {"type": "string"}}}, "required": ["GMB", "FRA", "ITA", "MRT", "DEU", "GHA", "GAB", "BFA", "GIN", "USA"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GMB" : ["M 551 293 Q 548.2 294.4 548 297", "Gambia", "98608"], "FRA" : ["M 551 293 Q 554.4 219.8 607 170", "France", "87839"], "ITA" : ["M 551 293 Q 574.8 222.0 641 187", "Italy", "45944"], "MRT" : ["M 551 293 Q 552.0 277.6 563 268", "Mauritania", "40670"], "DEU" : ["M 551 293 Q 563.6 205.4 634 151", "Germany", "25413"], "GHA" : ["M 551 293 Q 578.2 297.0 596 319", "Ghana", "23896"], "GAB" : ["M 551 293 Q 606.0 305.6 638 353", "Gabon", "18770"], "BFA" : ["M 551 293 Q 573.8 288.4 594 302", "Burkina Faso", "13908"], "GIN" : ["M 551 293 Q 562.6 298.8 567 311", "Guinea", "13594"], "USA" : ["M 551 293 Q 432.6 194.8 280 205", "United States of America", "12119"]} | json_instruct | {"type": "object", "properties": {"GMB": {"type": "array", "items": {"type": "string"}}, "FRA": {"type": "array", "items": {"type": "string"}}, "ITA": {"type": "array", "items": {"type": "string"}}, "MRT": {"type": "array", "items": {"type": "string"}}, "DEU": {"type": "array", "items": {"type": "string"}}, "GHA": {"type": "array", "items": {"type": "string"}}, "GAB": {"type": "array", "items": {"type": "string"}}, "BFA": {"type": "array", "items": {"type": "string"}}, "GIN": {"type": "array", "items": {"type": "string"}}, "USA": {"type": "array", "items": {"type": "string"}}}, "required": ["GMB", "FRA", "ITA", "MRT", "DEU", "GHA", "GAB", "BFA", "GIN", "USA"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 9, "line_cd" : 99341, "line_name" : "\u307b\u3063\u3068\u30b9\u30d1\u30fb\u30e9\u30a4\u30f3", "station_cd" : 9934104, "station_g_cd" : 9934104, "station_name" : "\u5ddd\u6cbb\u6e6f\u5143", "lon" : 139.702772, "lat" : 36.895126}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"History.js": {"type": "string"}, "History.min.js": {"type": "string"}}, "required": ["History.js", "History.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"History.js" : "sha256-MNU9ciEPj9ppMnSDUV33GPgsj4gy37IDXCvG/+GNsYw=", "History.min.js" : "sha256-e83JoWee1Qj+0uxadujv7LsBHQRa/AVnvdfLpbFG/ko="} | json_instruct | {"type": "object", "properties": {"History.js": {"type": "string"}, "History.min.js": {"type": "string"}}, "required": ["History.js", "History.min.js"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "dependencies": {"type": "object", "properties": {"elementtree": {"type": "string"}, "jszip": {"type": "string"}}, "required": ["elementtree", "jszip"]}, "devDependencies": {"type": "object", "properties": {"buster": {"type": "string"}, "grunt": {"type": "string"}, "grunt-buster": {"type": "string"}}, "required": ["buster", "grunt", "grunt-buster"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "contributors", "repository", "bugs", "licenses", "dependencies", "devDependencies", "scripts", "readme", "readmeFilename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "excel-report-template", "version" : "0.0.7", "description" : "Generate Excel Report with Excel files from templates.", "main" : "./lib/index", "author" : {"name" : "Roca Chien"}, "contributors" : [{"name" : "Martin Aspeli", "email" : "optilude@gmail.com"}, {"name" : "Roca Chien", "email" : "rocachien@yahoo.com"}], "repository" : {"type" : "git", "url" : "git+ssh://git@github.com:rocachien/excel-report-template.git"}, "bugs" : {"url" : "https://github.com/rocachien/excel-report-template/issues"}, "licenses" : [{"type" : "MIT", "url" : "https://github.com/rocachien/excel-report-template/raw/master/LICENSE"}], "dependencies" : {"elementtree" : "0.1.6", "jszip" : "^2.6.1"}, "devDependencies" : {"buster" : "0.7.18", "grunt" : "~1.0.1", "grunt-buster" : "~0.4.2"}, "scripts" : {"test" : "buster-test"}, "readme" : "", "readmeFilename" : "README.md"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "dependencies": {"type": "object", "properties": {"elementtree": {"type": "string"}, "jszip": {"type": "string"}}, "required": ["elementtree", "jszip"]}, "devDependencies": {"type": "object", "properties": {"buster": {"type": "string"}, "grunt": {"type": "string"}, "grunt-buster": {"type": "string"}}, "required": ["buster", "grunt", "grunt-buster"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}}, "required": ["name", "version", "description", "main", "author", "contributors", "repository", "bugs", "licenses", "dependencies", "devDependencies", "scripts", "readme", "readmeFilename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 8, "n_trials" : 210, "objective" : "markowitz_skew_on_cube", "white" : "platypus_spea2", "black" : "pysot_lcb", "traceback" : ["passing", "passing"], "best_val" : [0.8324235390545661, -0.11007657182384366], "best_x" : [[0.0014884340769720783, 0.18772728309612863, 0.019664768130458032, 0.1950081527704538, 0.21573688700960147, 0.5791646507570204, 0.26142233702599693, 0.46766815288467867], [0.0, 3.615964051270243e-08, 1.0821271138047777e-09, 4.082623893227869e-10, 1.0, 0.0, 0.0, 0.0]], "feval_count" : [200, 200], "n_trials_instructed" : [147, 200], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "pysot_lcb_cube", "loser" : "platypus_spea2_cube"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cliui", "main" : "index.js", "author" : "Ben Coe <ben@npmjs.com>", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "main", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-qrqf-p6p9-8q2w", "modified" : "2022-05-04T00:29:07Z", "published" : "2022-05-04T00:29:07Z", "aliases" : ["CVE-2012-0270"], "details" : "Multiple stack-based buffer overflows in Csound before 5.16.6 allow remote attackers to execute arbitrary code via a crafted (1) hetro file to the getnum function in util/heti_main.c or (2) PVOC file to the getnum function in util/pv_import.c.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2012-0270"}, {"type" : "WEB", "url" : "http://lists.opensuse.org/opensuse-security-announce/2012-02/msg00027.html"}, {"type" : "WEB", "url" : "http://lists.opensuse.org/opensuse-updates/2012-03/msg00027.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/47585"}, {"type" : "WEB", "url" : "http://secunia.com/secunia_research/2012-3/"}, {"type" : "WEB", "url" : "http://sourceforge.net/projects/csound/files/csound5/csound5.16/Version5.16_Notes/view"}], "database_specific" : {"cwe_ids" : ["CWE-119"], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WIT", "symbol" : "WIT", "address" : "0xe13ef257cf4d5df928ca11d230427c037666d466", "decimals" : 6, "type" : "ERC20"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowSyntheticDefaultImports": {"type": "boolean"}, "alwaysStrict": {"type": "boolean"}, "declaration": {"type": "boolean"}, "declarationDir": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "importHelpers": {"type": "boolean"}, "module": {"type": "string"}, "noFallthroughCasesInSwitch": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean"}, "noUnusedParameters": {"type": "boolean"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "strict": {"type": "boolean"}, "target": {"type": "string"}}, "required": ["allowSyntheticDefaultImports", "alwaysStrict", "declaration", "declarationDir", "esModuleInterop", "importHelpers", "module", "noFallthroughCasesInSwitch", "noImplicitReturns", "noUnusedLocals", "noUnusedParameters", "outDir", "sourceMap", "strict", "target"]}, "files": {"type": "array", "items": {"type": "string"}}, "typedocOptions": {"type": "object", "properties": {"excludeExternals": {"type": "boolean"}, "hideGenerator": {"type": "boolean"}, "ignoreCompilerErrors": {"type": "boolean"}, "mode": {"type": "string"}, "out": {"type": "string"}, "readme": {"type": "string"}}, "required": ["excludeExternals", "hideGenerator", "ignoreCompilerErrors", "mode", "out", "readme"]}}, "required": ["compilerOptions", "files", "typedocOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"allowSyntheticDefaultImports" : true, "alwaysStrict" : true, "declaration" : true, "declarationDir" : "./typings", "esModuleInterop" : true, "importHelpers" : true, "module" : "commonjs", "noFallthroughCasesInSwitch" : true, "noImplicitReturns" : true, "noUnusedLocals" : true, "noUnusedParameters" : true, "outDir" : "lib", "sourceMap" : true, "strict" : true, "target" : "esnext"}, "files" : ["src/index.ts"], "typedocOptions" : {"excludeExternals" : true, "hideGenerator" : true, "ignoreCompilerErrors" : true, "mode" : "modules", "out" : "docs", "readme" : "./README.md"}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowSyntheticDefaultImports": {"type": "boolean"}, "alwaysStrict": {"type": "boolean"}, "declaration": {"type": "boolean"}, "declarationDir": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "importHelpers": {"type": "boolean"}, "module": {"type": "string"}, "noFallthroughCasesInSwitch": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean"}, "noUnusedParameters": {"type": "boolean"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "strict": {"type": "boolean"}, "target": {"type": "string"}}, "required": ["allowSyntheticDefaultImports", "alwaysStrict", "declaration", "declarationDir", "esModuleInterop", "importHelpers", "module", "noFallthroughCasesInSwitch", "noImplicitReturns", "noUnusedLocals", "noUnusedParameters", "outDir", "sourceMap", "strict", "target"]}, "files": {"type": "array", "items": {"type": "string"}}, "typedocOptions": {"type": "object", "properties": {"excludeExternals": {"type": "boolean"}, "hideGenerator": {"type": "boolean"}, "ignoreCompilerErrors": {"type": "boolean"}, "mode": {"type": "string"}, "out": {"type": "string"}, "readme": {"type": "string"}}, "required": ["excludeExternals", "hideGenerator", "ignoreCompilerErrors", "mode", "out", "readme"]}}, "required": ["compilerOptions", "files", "typedocOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compatibility.js" : "sha512-KA2siv/KRPCO21pxCmC22p8oHQ6MFKXyqdGvJ0spg7+qNaJxTmPMu+8jqZ3Yib9WxcL7QAd/vRdUeSfTZNav7g==", "compatibility.min.js" : "sha512-TvUqvFWbPAlm8/cSzx24jrlogxQrw7XjVG56QpzRGW1mUkgUE0gxUaP8q/EwYatDa3kn9Vgvf808LP5nO2rQFw==", "pdf.combined.js" : "sha512-sxCYWHwAKfVfmUHGeKHWeZFacA8zc2kMziHaKneegNsbwANplbJAccdOU/n5YShBMZVVu331bLpKGVEaypHvCQ==", "pdf.combined.min.js" : "sha512-14wv+CGaSbsvQvQaJL/vbaIr1+V6NdcTLVYF1PeiSCOp37aRJzNS7VQTZl+DWX3FtQyN3ug9ToaUg6TEi9UPbQ==", "pdf.js" : "sha512-AVB5hHRYBiZqeMND+wTIXys/HrrW2a04/YrGryYuGA+v4mt43TqETAZbKaM6cEdpKtrp5nItBfbmEgjQsRTvgw==", "pdf.min.js" : "sha512-jtsI6Tr1Eit+ng4smunQUMFvm9aXrzq773slSGVFzbiw5+KreTKgtodF9ZDvr5sTmAbKb9BffnKInvecnrHgug==", "pdf.worker.js" : "sha512-iA7Vk5ht+6s599s3fBGSiBbl/3juxasqaF3Ug11i9hikPq4kNFd1cm0gaJWfo5v73UHhYtX6Gsxuq6g0vvHa3A==", "pdf.worker.min.js" : "sha512-1dQDYPxsnMgqKfcOTkTktal1GAcuGbKYKPXQBlwqe3ln5VYFybUKWXXvCbM7JawK39BVyhpm1ExkgumeoJDG7Q==", "pdf_viewer.css" : "sha512-vLO8AK0ULAytGpNrNE+jsO1rR0+5H36jaSTFCUUtShqxEwZuxhVPTHOqH9gjNAc1gYrMoj0hq2MAGlCtJt8SFQ==", "pdf_viewer.js" : "sha512-1bzQ6qFsoQmkcFeG+6cSUjHWTq+JkN4ysd4SSH27LhHFrVyzfu7oZWPkbkH/xhNAdVFj6w12RprX0E/NYDwZYQ==", "pdf_viewer.min.css" : "sha512-fZ07N+z35XFYByBuROMtc7VgMWOr+JBh1nF4VxiHZG84FrKBCvl2EofCi7B2z1uoIuD8X+3TC+sQTyRc4k+QqQ==", "pdf_viewer.min.js" : "sha512-pKLr0hMqcZroVMzRbBUIa1widvjzA7RMvkOtjBaOYBDFKQ/wV58or88ZG6H4Uc04zxFLmCBdKG/ynnHYP8S12A=="} | json_instruct | {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "test:tape:spec": {"type": "string"}, "test:tape:dot": {"type": "string"}, "test:tape:tnyan": {"type": "string"}, "test:tape:prettify": {"type": "string"}, "test:tape:diff": {"type": "string"}, "test:tape:notify": {"type": "string"}}, "required": ["test", "coverage", "test:tape:spec", "test:tape:dot", "test:tape:tnyan", "test:tape:prettify", "test:tape:diff", "test:tape:notify"]}, "devDependencies": {"type": "object", "properties": {"@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "nyc": {"type": "string"}, "tap-diff": {"type": "string"}, "tap-dot": {"type": "string"}, "tap-notify": {"type": "string"}, "tap-nyan": {"type": "string"}, "tap-prettify": {"type": "string"}, "tap-spec": {"type": "string"}, "tape": {"type": "string"}}, "required": ["@babel/preset-env", "@babel/register", "nyc", "tap-diff", "tap-dot", "tap-notify", "tap-nyan", "tap-prettify", "tap-spec", "tape"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["private", "name", "description", "version", "license", "author", "scripts", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "name" : "boilerplate-tape-babel", "description" : "", "version" : "0.0.0", "license" : "MIT", "author" : {"name" : "Piotr Kowalski", "email" : "piecioshka@gmail.com", "url" : "https://piecioshka.pl/"}, "scripts" : {"test" : "tape -r @babel/register src/*.spec.js", "coverage" : "nyc npm run test", "test:tape:spec" : "npm run test | tap-spec", "test:tape:dot" : "npm run test | tap-dot", "test:tape:tnyan" : "npm run test | tnyan", "test:tape:prettify" : "tap-prettify src/*.spec.js", "test:tape:diff" : "npm run test | tap-diff", "test:tape:notify" : "npm run test | tap-notify"}, "devDependencies" : {"@babel/preset-env" : "^7.16.5", "@babel/register" : "^7.16.5", "nyc" : "^15.1.0", "tap-diff" : "^0.1.1", "tap-dot" : "^2.0.0", "tap-notify" : "^1.0.0", "tap-nyan" : "^1.1.0", "tap-prettify" : "^0.0.2", "tap-spec" : "^5.0.0", "tape" : "^5.3.2"}, "repository" : {"type" : "git", "url" : "git@github.com:piecioshka/boilerplate-tape-babel.git"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "test:tape:spec": {"type": "string"}, "test:tape:dot": {"type": "string"}, "test:tape:tnyan": {"type": "string"}, "test:tape:prettify": {"type": "string"}, "test:tape:diff": {"type": "string"}, "test:tape:notify": {"type": "string"}}, "required": ["test", "coverage", "test:tape:spec", "test:tape:dot", "test:tape:tnyan", "test:tape:prettify", "test:tape:diff", "test:tape:notify"]}, "devDependencies": {"type": "object", "properties": {"@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "nyc": {"type": "string"}, "tap-diff": {"type": "string"}, "tap-dot": {"type": "string"}, "tap-notify": {"type": "string"}, "tap-nyan": {"type": "string"}, "tap-prettify": {"type": "string"}, "tap-spec": {"type": "string"}, "tape": {"type": "string"}}, "required": ["@babel/preset-env", "@babel/register", "nyc", "tap-diff", "tap-dot", "tap-notify", "tap-nyan", "tap-prettify", "tap-spec", "tape"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["private", "name", "description", "version", "license", "author", "scripts", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "adorn:block/byg/zelkova_post"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cellx.js": {"type": "string"}, "cellx.min.js": {"type": "string"}}, "required": ["cellx.js", "cellx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cellx.js" : "sha256-jqUxOFpfN9JvOZySgDiX2BShQyvUB5l6nGQSC+zgNXA=", "cellx.min.js" : "sha256-zfQDGmVo/iUbiYwJ9xN4E+QPx3Y4p/cPsmNG0/l+glQ="} | json_instruct | {"type": "object", "properties": {"cellx.js": {"type": "string"}, "cellx.min.js": {"type": "string"}}, "required": ["cellx.js", "cellx.min.js"], "$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"}, "factorio_version": {"type": "string"}, "title": {"type": "string"}, "title_original": {"type": "string"}, "author": {"type": "string"}, "licence": {"type": "string"}, "contact": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "description_original": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "factorio_version", "title", "title_original", "author", "licence", "contact", "homepage", "description", "description_original", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pycoalprocessing", "version" : "0.1.2", "factorio_version" : "0.14", "title" : "Pyanodons\u7684\u7164\u70ad\u52a0\u5de5", "title_original" : "Pyanodons Coal Processing", "author" : "Pyanodon", "licence" : "CC BY-NC-ND 4.0", "contact" : "smylodon@gmail.com", "homepage" : "", "description" : "\u6dfb\u52a0\u4e00\u6761\u7164\u70ad\u52a0\u5de5\u751f\u4ea7\u7ebf", "description_original" : "Adds coal processing lines to the game.", "dependencies" : ["base >= 0.14.0"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "factorio_version": {"type": "string"}, "title": {"type": "string"}, "title_original": {"type": "string"}, "author": {"type": "string"}, "licence": {"type": "string"}, "contact": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "description_original": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "factorio_version", "title", "title_original", "author", "licence", "contact", "homepage", "description", "description_original", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[153.25, 22.833333333333332], [153.25, 22.916666666666668], [153.375, 22.916666666666668], [153.375, 22.833333333333332], [153.25, 22.833333333333332]]]}, "properties" : {"code" : 345322, "url" : "http://madefor.github.io/0410/api/v1/345322.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/345322.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "NONE": {"type": "string"}, "RESULTS": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "NONE", "RESULTS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DESCRIPTION" : "S\u00f6ker i anv\u00e4ndarlistan efter ett anv\u00e4ndarnamn eller smeknamn.", "USAGE" : "s\u00f6kning <query> [page-number]", "NONE" : "Det finns inga matchningar f\u00f6r fr\u00e5gan **{{query}}**.", "RESULTS" : "**__Resultat f\u00f6r Query:__** {{query}}"} | json_instruct | {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "NONE": {"type": "string"}, "RESULTS": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "NONE", "RESULTS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-93.38856, 43.274506], [-93.388563, 43.275611], [-93.388559, 43.275985], [-93.38855, 43.276706], [-93.388559, 43.277321], [-93.388551, 43.284576], [-93.38855, 43.285024], [-93.388551, 43.287387], [-93.388544, 43.288136], [-93.378699, 43.288129], [-93.373615, 43.288175], [-93.371339, 43.288104], [-93.369242, 43.288133], [-93.369251, 43.287738], [-93.369303, 43.285499], [-93.369313, 43.284534], [-93.369192, 43.278188], [-93.369183, 43.277388], [-93.369128, 43.27364], [-93.371831, 43.273624], [-93.375206, 43.273707], [-93.378714, 43.273709], [-93.384763, 43.273706], [-93.388572, 43.273703], [-93.38856, 43.274506]]]], "properties" : {"id" : "usa-ia-hanlontown-city", "type" : "city", "name" : "Hanlontown", "code" : "1934185"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/http-message": {"type": "string"}, "psr/http-client": {"type": "string"}, "laminas/laminas-diactoros": {"type": "string"}}, "required": ["php", "psr/http-message", "psr/http-client", "laminas/laminas-diactoros"]}, "require-dev": {"type": "object", "properties": {"zelenin/http-client": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["zelenin/http-client", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Matucana\\RuGpt3Api\\": {"type": "string"}}, "required": ["Matucana\\RuGpt3Api\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Matucana\\RuGpt3Api\\Test\\": {"type": "string"}}, "required": ["Matucana\\RuGpt3Api\\Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "support", "authors", "minimum-stability", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "matucana/ru-gpt3-api-client", "description" : "API client ruGPT-3 (SberCloud)", "type" : "library", "keywords" : ["ruGPT-3", "GPT-3", "SberCloud", "API"], "homepage" : "https://github.com/matucana/ru-gpt3-api-client", "license" : "MIT", "support" : {"email" : "victor.dialogbox@gmail.com"}, "authors" : [{"name" : "Vinogradov Victor", "email" : "victor.dialogbox@gmail.com"}], "minimum-stability" : "stable", "require" : {"php" : ">=7.4", "psr/http-message" : "1.0.*", "psr/http-client" : "1.0.*", "laminas/laminas-diactoros" : "^2.5"}, "require-dev" : {"zelenin/http-client" : "4.0.1", "phpunit/phpunit" : "^9.5"}, "autoload" : {"psr-4" : {"Matucana\\RuGpt3Api\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Matucana\\RuGpt3Api\\Test\\" : "tests/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "psr/http-message": {"type": "string"}, "psr/http-client": {"type": "string"}, "laminas/laminas-diactoros": {"type": "string"}}, "required": ["php", "psr/http-message", "psr/http-client", "laminas/laminas-diactoros"]}, "require-dev": {"type": "object", "properties": {"zelenin/http-client": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["zelenin/http-client", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Matucana\\RuGpt3Api\\": {"type": "string"}}, "required": ["Matucana\\RuGpt3Api\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Matucana\\RuGpt3Api\\Test\\": {"type": "string"}}, "required": ["Matucana\\RuGpt3Api\\Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "support", "authors", "minimum-stability", "require", "require-dev", "autoload", "autoload-dev"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "230405004001", "text" : "\u5cfb\u660c\u793e\u533a"}, {"id" : "230405004002", "text" : "\u5cfb\u65fa\u793e\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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["attributes", "courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"attributes" : {"su" : true}, "courseCode" : "SSD1203", "courseCredit" : "4", "description" : "This Module introduces students to the law pertaining to real estate development and investment in Singapore. Students will acquire an understanding and appreciation of the policies, circumstances and legal principles which underpin and shape the law on the availability, ownership, development and usage of real estate in Singapore. Students will also gain insight into legal analysis and modes of legal reasoning. This module is targeted at all students across Faculties who have had no exposure to Real Estate Law and wish to acquire a broad understanding of the multiple legal issues that pertain to the built environment.", "faculty" : "Design and Environment", "preclusion" : "\u2022 BSP1004, Legal Environment for Business \n\u2022 BSP1004X, Legal Environment for Business \n\u0095\u2022 SSB2212 Singapore Legal System: Implications for Business \n\u0095\u2022 Not for Real Estate and Project and Facility Management students. \n\u0095\u2022 Also all Law undergraduate students, as well as students who have taken Law modules from the Faculty of Law, are not allowed to read this module.\n\u0095\u2022 GES1024", "title" : "Real Estate Development & Investment Law"} | json_instruct | {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["attributes", "courseCode", "courseCredit", "description", "faculty", "preclusion", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "kind": {"type": "string"}, "code": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "productCodeableConcept": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}}, "required": ["resourceType", "id", "text", "url", "status", "description", "kind", "code", "productCodeableConcept"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "ActivityDefinition", "id" : "activity-definition-atc-V03AC02", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Activity Definition for DEFERIPRON</div>"}, "url" : "https://rarecare.world/V03AC02", "status" : "draft", "description" : "DEFERIPRON Medication", "kind" : "MedicationRequest", "code" : {"text" : "DEFERIPRON"}, "productCodeableConcept" : {"coding" : [{"system" : "http://www.whocc.no/atc", "code" : "V03AC02", "display" : "DEFERIPRON"}]}} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "kind": {"type": "string"}, "code": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "productCodeableConcept": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}}, "required": ["resourceType", "id", "text", "url", "status", "description", "kind", "code", "productCodeableConcept"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"2872": {"type": "string"}, "2870": {"type": "string"}}, "required": ["2872", "2870"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"2872" : "2873", "2870" : "2871"} | json_instruct | {"type": "object", "properties": {"2872": {"type": "string"}, "2870": {"type": "string"}}, "required": ["2872", "2870"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "seroba", "downloads" : 5400, "count" : 4995}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "Andreas \"Blacky\" Schwarz-Ruszczynski", "trackCount" : 1, "tracks" : [{"_id" : "9819", "names" : ["Romeos"], "releases" : [{"_id" : "1883", "names" : ["The Breathtaking Blue"]}], "artists" : [{"_id" : "1455", "names" : ["Alphaville"]}]}], "targets" : [{"name" : "Miriam Stockley", "targetId" : "863", "trackCount" : 1, "tracks" : ["9819"]}, {"name" : "Mae McKenna", "targetId" : "4502", "trackCount" : 1, "tracks" : ["9819"]}, {"name" : "Marian Gold", "targetId" : "9063", "trackCount" : 1, "tracks" : ["9819"]}]} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["_id", "names"]}}}, "required": ["_id", "names", "releases", "artists"]}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "targetId": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "targetId", "trackCount", "tracks"]}}}, "required": ["source", "trackCount", "tracks", "targets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"url": {"type": "string"}, "url_salt": {"type": "string"}, "url_prometheus": {"type": "string"}, "url_grafana": {"type": "string"}, "url_oidc_provider": {"type": "string"}, "url_redirect": {"type": "string"}, "url_doc": {"type": "string"}}, "required": ["url", "url_salt", "url_prometheus", "url_grafana", "url_oidc_provider", "url_redirect", "url_doc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://{ip}:8443/api/kubernetes", "url_salt" : "https://{ip}:8443/api/salt", "url_prometheus" : "https://{ip}:8443/api/prometheus", "url_grafana" : "https://{ip}:8443/grafana", "url_oidc_provider" : "https://{ip}:8443/oidc", "url_redirect" : "http://localhost:3000/oauth2/callback", "url_doc" : "https://{ip}:8443/docs"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "url_salt": {"type": "string"}, "url_prometheus": {"type": "string"}, "url_grafana": {"type": "string"}, "url_oidc_provider": {"type": "string"}, "url_redirect": {"type": "string"}, "url_doc": {"type": "string"}}, "required": ["url", "url_salt", "url_prometheus", "url_grafana", "url_oidc_provider", "url_redirect", "url_doc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}}, "required": ["fileNodeID"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200849371786000, "key" : "strapi-media-32-localFile", "val" : {"fileNodeID" : "D:/Web projects/wowshop_my_build/wowshop-re/.cache/gatsby-source-filesystem/ac7d207caa6bd6b8b5af266e5ae7808a.jpeg absPath of file"}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}}, "required": ["fileNodeID"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataType" : "CWE", "longName" : "Dispense Type", "hl7Table" : "HL70484"} | json_instruct | {"type": "object", "properties": {"dataType": {"type": "string"}, "longName": {"type": "string"}, "hl7Table": {"type": "string"}}, "required": ["dataType", "longName", "hl7Table"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "title": {"type": "string"}, "text": {"type": "string"}, "user": {"type": "string"}, "date": {"type": "string"}, "id": {"type": "integer"}}, "required": ["rating", "title", "text", "user", "date", "id"]}}, "location": {"type": "object", "properties": {"country": {"type": "string"}}, "required": ["country"]}, "stars": {"type": "integer"}, "variance": {"type": "object", "properties": {"poor": {"type": "integer"}, "average": {"type": "integer"}, "very good": {"type": "integer"}, "terrible": {"type": "integer"}, "excellent": {"type": "integer"}}, "required": ["poor", "average", "very good", "terrible", "excellent"]}, "slim_ranking": {"type": "number"}, "description": {"type": "string"}}, "required": ["user_rating", "review_count", "name", "reviews", "location", "stars", "variance", "slim_ranking", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user_rating" : 3.5, "review_count" : 27, "name" : "Days Inn Portland / Corpus Christi", "reviews" : [{"rating" : 4.0, "title" : "Comfort Inn - Decent and Affordable", "text" : "My family and I stayed at this hotel for 4 weekdays. The first room they gave us had this terrible odor (like a cat house), so we asked for another room and they were very accomodating. The room was clean and had a microwave and small fridge. The pool was also nice. Breakfast was a little skimpy, but that's ok with us because the price was right. We paid $80/night, whereas the Hampton Inn next door wanted $125/night. There aren't many hotel choices in Portland, but this is a good one.", "user" : "tpitboy", "date" : "July 31, 2006", "id" : 5533202}], "location" : {"country" : "United States"}, "stars" : 2, "variance" : {"poor" : 5, "average" : 1, "very good" : 11, "terrible" : 4, "excellent" : 6}, "slim_ranking" : 0.5, "description" : "2 Story."} | json_instruct | {"type": "object", "properties": {"user_rating": {"type": "number"}, "review_count": {"type": "integer"}, "name": {"type": "string"}, "reviews": {"type": "array", "items": {"type": "object", "properties": {"rating": {"type": "number"}, "title": {"type": "string"}, "text": {"type": "string"}, "user": {"type": "string"}, "date": {"type": "string"}, "id": {"type": "integer"}}, "required": ["rating", "title", "text", "user", "date", "id"]}}, "location": {"type": "object", "properties": {"country": {"type": "string"}}, "required": ["country"]}, "stars": {"type": "integer"}, "variance": {"type": "object", "properties": {"poor": {"type": "integer"}, "average": {"type": "integer"}, "very good": {"type": "integer"}, "terrible": {"type": "integer"}, "excellent": {"type": "integer"}}, "required": ["poor", "average", "very good", "terrible", "excellent"]}, "slim_ranking": {"type": "number"}, "description": {"type": "string"}}, "required": ["user_rating", "review_count", "name", "reviews", "location", "stars", "variance", "slim_ranking", "description"], "$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"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aliyun-oss-upload-stream": {"type": "string"}, "aliyun-sdk": {"type": "string"}, "babel-polyfill": {"type": "string"}}, "required": ["aliyun-oss-upload-stream", "aliyun-sdk", "babel-polyfill"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "babel-preset-stage-2"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "repository", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ali-oss-gzip", "version" : "1.1.4", "description" : "", "main" : "index.js", "scripts" : {"test" : "node ./examples/multiple-files/index.js", "build" : "babel lib -d ./"}, "author" : "Chan Woo Kim <chanwkim01@gmail.com>", "repository" : {"type" : "git", "url" : "https://github.com/ali-oss-gzip/ali-oss-gzip.git"}, "license" : "MIT", "dependencies" : {"aliyun-oss-upload-stream" : "^1.3.0", "aliyun-sdk" : "^1.11.2", "babel-polyfill" : "^6.26.0"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-env" : "^1.6.1", "babel-preset-stage-2" : "^6.24.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aliyun-oss-upload-stream": {"type": "string"}, "aliyun-sdk": {"type": "string"}, "babel-polyfill": {"type": "string"}}, "required": ["aliyun-oss-upload-stream", "aliyun-sdk", "babel-polyfill"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "babel-preset-stage-2"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "repository", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Send Message with Webhook", "version" : "0.x.x", "description" : "Send a message with a webhook.", "author" : "TheShadowGamer#7931", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"\u8a31\u53ef\u8b49\u865f": {"type": "string"}, "\u5316\u5b78\u6210\u5206": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546": {"type": "string"}, "\u6709\u6548\u671f\u9650": {"type": "string"}, "\u5ee0\u5546\u540d\u7a31": {"type": "string"}}, "required": ["\u8a31\u53ef\u8b49\u865f", "\u5316\u5b78\u6210\u5206", "\u5ee0\u724c\u540d\u7a31", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546", "\u6709\u6548\u671f\u9650", "\u5ee0\u5546\u540d\u7a31"]}}, "\u82f1\u6587\u540d\u7a31": {"type": "string"}}, "required": ["id", "name", "licenses", "\u82f1\u6587\u540d\u7a31"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "H093", "name" : "\u812b\u79be\u8349", "licenses" : [{"\u8a31\u53ef\u8b49\u865f" : "02644", "\u5316\u5b78\u6210\u5206" : "2-METHYL-4-CHLOROPHENOXYTHIOACETATE-S-ETHYL", "\u5ee0\u724c\u540d\u7a31" : "\u82b3\u7c73\u5927", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546" : "", "\u6709\u6548\u671f\u9650" : "104/11/02", "\u5ee0\u5546\u540d\u7a31" : "\u5927\u52dd\u5316\u5b78\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8"}], "\u82f1\u6587\u540d\u7a31" : "PHENOTHIOL"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"\u8a31\u53ef\u8b49\u865f": {"type": "string"}, "\u5316\u5b78\u6210\u5206": {"type": "string"}, "\u5ee0\u724c\u540d\u7a31": {"type": "string"}, "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546": {"type": "string"}, "\u6709\u6548\u671f\u9650": {"type": "string"}, "\u5ee0\u5546\u540d\u7a31": {"type": "string"}}, "required": ["\u8a31\u53ef\u8b49\u865f", "\u5316\u5b78\u6210\u5206", "\u5ee0\u724c\u540d\u7a31", "\u570b\u5916\u539f\u88fd\u9020\u5ee0\u5546", "\u6709\u6548\u671f\u9650", "\u5ee0\u5546\u540d\u7a31"]}}, "\u82f1\u6587\u540d\u7a31": {"type": "string"}}, "required": ["id", "name", "licenses", "\u82f1\u6587\u540d\u7a31"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"handler": {"type": "object", "properties": {"name": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "args"]}, "headers": {"type": "object", "properties": {}, "required": []}, "data": {"type": "object", "properties": {}, "required": []}, "response.error": {"type": "object", "properties": {"status": {"type": "integer"}, "match": {"type": "string"}}, "required": ["status", "match"]}}, "required": ["handler", "headers", "data", "response.error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"handler" : {"name" : "hook.repo", "args" : ["testing", "testing.proverr", "push"]}, "headers" : {}, "data" : {}, "response.error" : {"status" : 400, "match" : "invalid provider: proverr"}} | json_instruct | {"type": "object", "properties": {"handler": {"type": "object", "properties": {"name": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "args"]}, "headers": {"type": "object", "properties": {}, "required": []}, "data": {"type": "object", "properties": {}, "required": []}, "response.error": {"type": "object", "properties": {"status": {"type": "integer"}, "match": {"type": "string"}}, "required": ["status", "match"]}}, "required": ["handler", "headers", "data", "response.error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130608100000", "\u6e05\u82d1\u9547", "4", "1"], ["130608101000", "\u5189\u5e84\u9547", "4", "1"], ["130608102000", "\u9633\u57ce\u9547", "4", "1"], ["130608103000", "\u9b4f\u6751\u9547", "4", "1"], ["130608104000", "\u6e29\u4ec1\u9547", "4", "1"], ["130608105000", "\u5f20\u767b\u9547", "4", "1"], ["130608106000", "\u5927\u5e84\u9547", "4", "1"], ["130608107000", "\u81e7\u6751\u9547", "4", "1"], ["130608108000", "\u671b\u4ead\u9547", "4", "1"], ["130608200000", "\u767d\u56e2\u4e61", "4", "1"], ["130608201000", "\u5317\u5e97\u4e61", "4", "1"], ["130608202000", "\u77f3\u6865\u4e61", "4", "1"], ["130608203000", "\u674e\u5e84\u4e61", "4", "1"], ["130608204000", "\u5317\u738b\u529b\u4e61", "4", "1"], ["130608205000", "\u4e1c\u5415\u4e61", "4", "1"], ["130608206000", "\u4f55\u6865\u4e61", "4", "1"], ["130608207000", "\u5b59\u6751\u4e61", "4", "1"], ["130608208000", "\u960e\u5e84\u4e61", "4", "1"], ["130608400000", "\u6cb3\u5317\u6e05\u82d1\u7ecf\u6d4e\u5f00\u53d1\u533a", "4", "1"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "null"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Peasant Scene", "creation_date" : null, "creation_date_earliest" : "1630-01-01", "creation_date_latest" : "1690-01-01", "medium" : "oil on panel", "accession_number" : "78.10.28", "id" : "cmoa:things/a0300de8-d172-4db7-995d-b5614f4425eb", "credit_line" : "Gift of Mrs. Paul B. Ernst", "date_acquired" : "1978-05-11", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 19.125, "item_height" : 16.125, "item_depth" : 3.25, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1019238", "provenance_text" : "Mrs. Paul B. Ernst, Pittsburgh; gift to Museum, May 1978.", "classification" : "paintings", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=151955&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/b394aedf-a49a-4314-b786-99278c5a976f", "party_type" : "Person", "full_name" : "David Teniers II", "cited_name" : "Teniers, David, II", "role" : null, "nationality" : "Flemish", "birth_date" : "1610-01-01", "death_date" : "1690-01-01", "birth_place" : "Antwerp (Antwerpen province, Flanders, Belgium)", "death_place" : "Brussels (Bruxelles region, Belgium)"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "null"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2003, 10], [2004, 9], [2006, 8], [2007, 6], [2008, 7], [2010, 8], [2012, 6], [2014, 5]] | 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"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "5e3c0b857dfe975b6f2b0c41", "_tpl" : "5c0a2cec0db834001b7ce47d", "parentId" : "5e3c0b857dfe975b6f2b0c40", "slotId" : "mod_scope"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 90567, "UUID" : "1D4CBA4D-CFDB-4A9F-A545-C42DFB8C1683", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "31908", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 90913, "Title" : "Hampton Inn & Suites Grove City", "AddressLine1" : "4 Holiday BLVD", "Town" : "Mercer", "StateOrProvince" : "Pennsylvania", "Postcode" : "16137", "CountryID" : 2, "Latitude" : 41.143031, "Longitude" : -80.164498, "ContactTelephone1" : "(724) 748-5744", "DistanceUnit" : 0}, "Connections" : [{"ID" : 128256, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 16, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "GeneralComments" : "2 Tesla Connectors, up to 16kW.Available for customers. Please see front desk.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-07-18T05:35:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-07-18T05:35:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"emoji": {"type": "string"}, "role": {"type": "string"}, "introduction": {"type": "string"}, "achievements": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["site", "linkedin", "facebook"]}}, "required": ["emoji", "role", "introduction", "achievements", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"emoji" : ":computer:", "role" : "Student", "introduction" : "I'm excited to learn about Web Game design!", "achievements" : ["Got married two years ago!", "Purchased a home and move in October!"], "links" : {"site" : "https://it3049c-fall20.github.io/1-online-portfolio-kellej6/", "linkedin" : "https://www.linkedin.com/in/jason-keller-a8483690/", "facebook" : "https://www.facebook.com/GeminiWarrior"}} | json_instruct | {"type": "object", "properties": {"emoji": {"type": "string"}, "role": {"type": "string"}, "introduction": {"type": "string"}, "achievements": {"type": "array", "items": {"type": "string"}}, "links": {"type": "object", "properties": {"site": {"type": "string"}, "linkedin": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["site", "linkedin", "facebook"]}}, "required": ["emoji", "role", "introduction", "achievements", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["131123100", "\u6b66\u5f3a\u9547", "131123"], ["131123101", "\u8857\u5173\u9547", "131123"], ["131123102", "\u5468\u7a9d\u9547", "131123"], ["131123200", "\u8c46\u6751\u4e61", "131123"], ["131123201", "\u5317\u4ee3\u4e61", "131123"], ["131123202", "\u5b59\u5e84\u4e61", "131123"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1209449661, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "619edc5227e08f80113094854042483d", "wof:id" : 1209449661, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [7.51035, 47.35912, 7.51035, 47.35912], "geometry" : {"coordinates" : [7.51035, 47.35912], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "AR28QW31187B9A9FFB", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Redstar", "duration" : 526.44526, "num_songs" : 1, "song_id" : "SOLRHAK12AB0187187", "title" : "The Weapon", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"generator-angular-library": {"type": "object", "properties": {"githubUsername": {"type": "string"}, "githubRepoName": {"type": "string"}, "npmModuleName": {"type": "string"}, "moduleGlobal": {"type": "string"}, "ngModuleName": {"type": "string"}, "selectorPrefix": {"type": "string"}, "projectTitle": {"type": "string"}, "projectDescription": {"type": "string"}, "authorName": {"type": "string"}, "packageManager": {"type": "string"}}, "required": ["githubUsername", "githubRepoName", "npmModuleName", "moduleGlobal", "ngModuleName", "selectorPrefix", "projectTitle", "projectDescription", "authorName", "packageManager"]}}, "required": ["generator-angular-library"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generator-angular-library" : {"githubUsername" : "alanmacgowan", "githubRepoName" : "angular-grid", "npmModuleName" : "angular-grid", "moduleGlobal" : "angularGrid", "ngModuleName" : "AngularGridModule", "selectorPrefix" : "app", "projectTitle" : "angular grid", "projectDescription" : "basic grid for angular 2", "authorName" : "Alan Macgowan", "packageManager" : "npm"}} | json_instruct | {"type": "object", "properties": {"generator-angular-library": {"type": "object", "properties": {"githubUsername": {"type": "string"}, "githubRepoName": {"type": "string"}, "npmModuleName": {"type": "string"}, "moduleGlobal": {"type": "string"}, "ngModuleName": {"type": "string"}, "selectorPrefix": {"type": "string"}, "projectTitle": {"type": "string"}, "projectDescription": {"type": "string"}, "authorName": {"type": "string"}, "packageManager": {"type": "string"}}, "required": ["githubUsername", "githubRepoName", "npmModuleName", "moduleGlobal", "ngModuleName", "selectorPrefix", "projectTitle", "projectDescription", "authorName", "packageManager"]}}, "required": ["generator-angular-library"], "$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"}, "ver": {"type": "string"}, "author": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "editor": {"type": "object", "properties": {"main": {"type": "string"}, "menu": {"type": "array", "items": {}}}, "required": ["main", "menu"]}, "renderer": {"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "src": {"type": "string"}, "scope": {"type": "string"}}, "required": ["type", "src", "scope"]}}}, "required": ["main", "dependencies"]}, "icon": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "ver", "author", "type", "title", "description", "editor", "renderer", "icon", "languages", "categories", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "org.ekstep.navigation", "ver" : "1.0", "author" : "Jagadish", "type" : "plugin", "title" : "Navigation", "description" : "", "editor" : {"main" : "editor/plugin.js", "menu" : []}, "renderer" : {"main" : "renderer/plugin.js", "dependencies" : [{"type" : "js", "src" : "renderer/controller/navigation_ctrl.js", "scope" : "all"}, {"type" : "js", "src" : "renderer/templates/navigation.html", "scope" : "all"}]}, "icon" : "assets/icon.png", "languages" : ["English"], "categories" : [""], "keywords" : [""]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "ver": {"type": "string"}, "author": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "editor": {"type": "object", "properties": {"main": {"type": "string"}, "menu": {"type": "array", "items": {}}}, "required": ["main", "menu"]}, "renderer": {"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "src": {"type": "string"}, "scope": {"type": "string"}}, "required": ["type", "src", "scope"]}}}, "required": ["main", "dependencies"]}, "icon": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "ver", "author", "type", "title", "description", "editor", "renderer", "icon", "languages", "categories", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "result": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["name", "category", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "spruce_planks", "category" : "foraging", "ingredients" : [{"name" : "spruce_wood"}], "result" : {"name" : "planks", "count" : 4}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "result": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["name", "category", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"wire-plugin" : [{"target" : "\\Spryker\\Zed\\DataImport\\DataImportDependencyProvider::getDataImporterPlugins", "source" : "\\Spryker\\Zed\\ConfigurableBundleDataImport\\Communication\\Plugin\\ConfigurableBundleTemplateImageDataImportPlugin"}]} | json_instruct | {"type": "object", "properties": {"wire-plugin": {"type": "array", "items": {"type": "object", "properties": {"target": {"type": "string"}, "source": {"type": "string"}}, "required": ["target", "source"]}}}, "required": ["wire-plugin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/css/2.3aaf9c0b.chunk.css": {"type": "string"}, "static/js/2.75160031.chunk.js": {"type": "string"}, "static/js/2.75160031.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.9b194c2f20b20425be3ed6c33286df7a.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.3aaf9c0b.chunk.css.map": {"type": "string"}, "static/css/main.9e918a16.chunk.css.map": {"type": "string"}, "static/media/GraphQLLanguageService.js.flow": {"type": "string"}, "static/media/autocompleteUtils.js.flow": {"type": "string"}, "static/media/getAutocompleteSuggestions.js.flow": {"type": "string"}, "static/media/getDefinition.js.flow": {"type": "string"}, "static/media/getDiagnostics.js.flow": {"type": "string"}, "static/media/getHoverInformation.js.flow": {"type": "string"}, "static/media/getOutline.js.flow": {"type": "string"}, "static/media/index.js.flow": {"type": "string"}, "static/media/logo.svg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime~main.js", "runtime~main.js.map", "static/css/2.3aaf9c0b.chunk.css", "static/js/2.75160031.chunk.js", "static/js/2.75160031.chunk.js.map", "index.html", "precache-manifest.9b194c2f20b20425be3ed6c33286df7a.js", "service-worker.js", "static/css/2.3aaf9c0b.chunk.css.map", "static/css/main.9e918a16.chunk.css.map", "static/media/GraphQLLanguageService.js.flow", "static/media/autocompleteUtils.js.flow", "static/media/getAutocompleteSuggestions.js.flow", "static/media/getDefinition.js.flow", "static/media/getDiagnostics.js.flow", "static/media/getHoverInformation.js.flow", "static/media/getOutline.js.flow", "static/media/index.js.flow", "static/media/logo.svg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main.css" : "/static/css/main.9e918a16.chunk.css", "main.js" : "/static/js/main.52f9687d.chunk.js", "main.js.map" : "/static/js/main.52f9687d.chunk.js.map", "runtime~main.js" : "/static/js/runtime~main.c5541365.js", "runtime~main.js.map" : "/static/js/runtime~main.c5541365.js.map", "static/css/2.3aaf9c0b.chunk.css" : "/static/css/2.3aaf9c0b.chunk.css", "static/js/2.75160031.chunk.js" : "/static/js/2.75160031.chunk.js", "static/js/2.75160031.chunk.js.map" : "/static/js/2.75160031.chunk.js.map", "index.html" : "/index.html", "precache-manifest.9b194c2f20b20425be3ed6c33286df7a.js" : "/precache-manifest.9b194c2f20b20425be3ed6c33286df7a.js", "service-worker.js" : "/service-worker.js", "static/css/2.3aaf9c0b.chunk.css.map" : "/static/css/2.3aaf9c0b.chunk.css.map", "static/css/main.9e918a16.chunk.css.map" : "/static/css/main.9e918a16.chunk.css.map", "static/media/GraphQLLanguageService.js.flow" : "/static/media/GraphQLLanguageService.js.5ab204b9.flow", "static/media/autocompleteUtils.js.flow" : "/static/media/autocompleteUtils.js.4ce7ba19.flow", "static/media/getAutocompleteSuggestions.js.flow" : "/static/media/getAutocompleteSuggestions.js.7f98f032.flow", "static/media/getDefinition.js.flow" : "/static/media/getDefinition.js.4dbec62f.flow", "static/media/getDiagnostics.js.flow" : "/static/media/getDiagnostics.js.65b0979a.flow", "static/media/getHoverInformation.js.flow" : "/static/media/getHoverInformation.js.d9411837.flow", "static/media/getOutline.js.flow" : "/static/media/getOutline.js.c04e3998.flow", "static/media/index.js.flow" : "/static/media/index.js.02c24280.flow", "static/media/logo.svg" : "/static/media/logo.5d5d9eef.svg"} | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime~main.js": {"type": "string"}, "runtime~main.js.map": {"type": "string"}, "static/css/2.3aaf9c0b.chunk.css": {"type": "string"}, "static/js/2.75160031.chunk.js": {"type": "string"}, "static/js/2.75160031.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.9b194c2f20b20425be3ed6c33286df7a.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.3aaf9c0b.chunk.css.map": {"type": "string"}, "static/css/main.9e918a16.chunk.css.map": {"type": "string"}, "static/media/GraphQLLanguageService.js.flow": {"type": "string"}, "static/media/autocompleteUtils.js.flow": {"type": "string"}, "static/media/getAutocompleteSuggestions.js.flow": {"type": "string"}, "static/media/getDefinition.js.flow": {"type": "string"}, "static/media/getDiagnostics.js.flow": {"type": "string"}, "static/media/getHoverInformation.js.flow": {"type": "string"}, "static/media/getOutline.js.flow": {"type": "string"}, "static/media/index.js.flow": {"type": "string"}, "static/media/logo.svg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime~main.js", "runtime~main.js.map", "static/css/2.3aaf9c0b.chunk.css", "static/js/2.75160031.chunk.js", "static/js/2.75160031.chunk.js.map", "index.html", "precache-manifest.9b194c2f20b20425be3ed6c33286df7a.js", "service-worker.js", "static/css/2.3aaf9c0b.chunk.css.map", "static/css/main.9e918a16.chunk.css.map", "static/media/GraphQLLanguageService.js.flow", "static/media/autocompleteUtils.js.flow", "static/media/getAutocompleteSuggestions.js.flow", "static/media/getDefinition.js.flow", "static/media/getDiagnostics.js.flow", "static/media/getHoverInformation.js.flow", "static/media/getOutline.js.flow", "static/media/index.js.flow", "static/media/logo.svg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1293455297, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "84cdf04efb055d208e0b8afd5ea47252", "wof:id" : 1293455297, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [23.15235, 45.06302, 23.15235, 45.06302], "geometry" : {"coordinates" : [23.15235, 45.06302], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 26206, "cartId" : "d61be25d-fb6c-49ce-a680-d1e2baa61c1c", "preferredProducts" : [2807, 1306, 125], "productReviews" : [{"productId" : 2646, "reviewText" : "I saw one of these in Sao Tome and Principe and I bought one.", "reviewDate" : "2017-04-30T08:08:20.634818+03:00"}, {"productId" : 1240, "reviewText" : "My neighbor Montserrat has one of these. She works as a circus performer and she says it looks shriveled.", "reviewDate" : "2020-02-16T03:26:19.4495151+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "Lovely jubbly!", "realPrice" : 968} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Leadwood, MO", "Park Hills, MO", "Flat River, MO"], "state" : "MO", "postal_code" : "63653", "locality" : "Leadwood, MO", "lat" : 37.860291, "region" : {"fips" : "29", "abbr" : "MO", "name" : "Missouri"}, "city" : "Leadwood", "type" : "STANDARD", "lng" : -90.591592, "counties" : [{"fips" : "187", "name" : "St. Francois County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ExpandedNodes" : ["", "\\e2e\\src", "\\src", "\\src\\app", "\\src\\app\\currency", "\\src\\app\\product", "\\src\\app\\product-detail", "\\src\\environments"], "SelectedNode" : "\\src\\app\\app.module.ts", "PreviewInSolutionExplorer" : false} | json_instruct | {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"kk": {"type": "string"}, "telegram.administrators": {"type": "object", "properties": {"483364322": {"type": "object", "properties": {"name": {"type": "string"}, "chatId": {"type": "integer"}}, "required": ["name", "chatId"]}}, "required": ["483364322"]}, "test": {"type": "array", "items": {"type": "integer"}}, "tuya": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "ip": {"type": "string"}}, "required": ["id", "ip"]}}}, "required": ["kk", "telegram.administrators", "test", "tuya"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kk" : "jjijeeewd", "telegram.administrators" : {"483364322" : {"name" : "Alfonso.Vila", "chatId" : 483364322}}, "test" : [1234, 123], "tuya" : [{"id" : "bfbaa3b3a50f8e09e4kl1v", "ip" : "172.16.0.77"}, {"id" : "bfc6e8828b6ae70fe3pzgj", "ip" : "172.16.0.194"}]} | json_instruct | {"type": "object", "properties": {"kk": {"type": "string"}, "telegram.administrators": {"type": "object", "properties": {"483364322": {"type": "object", "properties": {"name": {"type": "string"}, "chatId": {"type": "integer"}}, "required": ["name", "chatId"]}}, "required": ["483364322"]}, "test": {"type": "array", "items": {"type": "integer"}}, "tuya": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "ip": {"type": "string"}}, "required": ["id", "ip"]}}}, "required": ["kk", "telegram.administrators", "test", "tuya"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a medium saucepan, bring 2 cups of the chicken broth to a boil. Stir in couscous and 1 1/2 teaspoons of the olive oil. Turn off heat, cover, and let stand 10 minutes.", "Heat 1 tablespoon olive oil in a medium skillet over medium heat. Stir in the chicken, season with pepper, and cook until no longer pink and juices run clear. Remove chicken from the skillet, and set aside.", "Heat the remaining olive oil in the skillet over medium heat. Stir in the jalapeno peppers and carrot, and saute about 2 minutes. Mix in the zucchini, green onions, ginger, and 1/4 cup chicken broth. Continue to cook and stir until tender, about 5 minutes.", "In a small bowl, blend the remaining 1 cup chicken broth with curry powder, coriander, and cornstarch. Pour over the vegetables. Return chicken to the skillet. Continue cooking about 2 minutes until chicken is coated and the broth mixture begins to thicken. Serve over the couscous."], "ingredients" : ["3 1/4 cups low-sodium chicken broth", "1 cup quick-cooking couscous", "2 tablespoons olive oil", "4 skinless, boneless chicken breast halves - cut into cubes", "1 pinch ground black pepper", "1/2 cup finely chopped jalapeno chile peppers", "1 carrot, thinly sliced", "1 zucchini, diced", "3 green onions, thinly sliced", "1 1/2 teaspoons grated fresh ginger root", "1 1/2 teaspoons curry powder", "1/2 teaspoon ground coriander seed", "1 teaspoon cornstarch"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chicken with Couscous", "url" : "http://allrecipes.com/recipe/8624/chicken-with-couscous/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "\u9d3b\u7e3e\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e2d\u58e2\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6800095", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u6c34\u5c3e\u91cc\u6c38\u6e05\u8857287\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u6c34\u5c3e\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u90b1\u7d20\u8c9e", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "89369794", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1050805", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["292\u5176\u4ed6\u5c08\u7528\u6a5f\u68b0\u8a2d\u5099"], "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "wed114.cn", "title" : "\u56db\u5ddd\u4f17\u667a\u534f\u529b\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u8700ICP\u590708107937\u53f7-1", "name" : "wed114\u7ed3\u5a5a\u7f51", "homepage" : "www.wed114.cn\r\nwww.wed114.net\r\nwww.wed114.co\r\nwww.58919.com", "audit" : "2015-05-21", "director" : "", "pre-approval" : "", "updated" : 1477475093} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"0-1": {"type": "string"}, "1-14": {"type": "string"}, "15-24": {"type": "string"}, "25-44": {"type": "string"}, "45-64": {"type": "string"}, "65-84": {"type": "string"}, "85+": {"type": "string"}, "Unknown": {"type": "string"}, "total": {"type": "string"}}, "required": ["0-1", "1-14", "15-24", "25-44", "45-64", "65-84", "85+", "Unknown", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-1" : "<5", "1-14" : "<5", "15-24" : "<5", "25-44" : "12", "45-64" : "86", "65-84" : "174", "85+" : "88", "Unknown" : "<5", "total" : "363"} | json_instruct | {"type": "object", "properties": {"0-1": {"type": "string"}, "1-14": {"type": "string"}, "15-24": {"type": "string"}, "25-44": {"type": "string"}, "45-64": {"type": "string"}, "65-84": {"type": "string"}, "85+": {"type": "string"}, "Unknown": {"type": "string"}, "total": {"type": "string"}}, "required": ["0-1", "1-14", "15-24", "25-44", "45-64", "65-84", "85+", "Unknown", "total"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"repoId": {"type": "string"}, "lastSync": {"type": "integer"}}, "required": ["repoId", "lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repoId" : "e401f7ff-bf1b-480b-a05a-55cc11440b95", "lastSync" : 0} | json_instruct | {"type": "object", "properties": {"repoId": {"type": "string"}, "lastSync": {"type": "integer"}}, "required": ["repoId", "lastSync"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d3ed1ef0c31310a568e10ef230c15bcc2ee94820"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"mil7.8.1:1.1": {"type": "string"}, "mil7.8.1:2.1": {"type": "string"}, "mil7.8.1:3.1": {"type": "string"}}, "required": ["mil7.8.1:1.1", "mil7.8.1:2.1", "mil7.8.1:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mil7.8.1:1.1" : "bj359, csp1ed28.401, csp2ed28.401, maku527, ms28Mi_1986, msdiv285, sc1, vri81.387", "mil7.8.1:2.1" : "ms28Mi_1987, sc2", "mil7.8.1:3.1" : "ms28Mi_1988, sc3"} | json_instruct | {"type": "object", "properties": {"mil7.8.1:1.1": {"type": "string"}, "mil7.8.1:2.1": {"type": "string"}, "mil7.8.1:3.1": {"type": "string"}}, "required": ["mil7.8.1:1.1", "mil7.8.1:2.1", "mil7.8.1:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358728.266895415, -498964.0093052931, -392.2965925968302, 24.46010971069336]}, "geometricError" : 2, "content" : {"url" : "Tile_+003_+001_L20_000500t1.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358719.6214321125, -498963.2664290513, -392.2960556273811, 15.783026695251465]}, "geometricError" : 1, "content" : {"url" : "Tile_+003_+001_L21_0005000t3.json"}}, {"boundingVolume" : {"sphere" : [6358737.2961751, -498964.71782855695, -392.98422152364583, 15.403031349182129]}, "geometricError" : 1, "content" : {"url" : "Tile_+003_+001_L21_0005010t4.json"}}]}} | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "name": {"type": "string"}, "listed-building": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "name", "listed-building", "documentation-url", "point", "listed-building-grade", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.797341, 50.732485]}, "properties" : {"start-date" : "1986-01-28", "name" : "BARN AT GRABLANDS FARM TO THE SOUTH EAST OF GRABLANDS HOUSE", "listed-building" : "1026259", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1026259", "point" : "POINT (-0.797341 50.732485)", "listed-building-grade" : "II", "slug" : "/listed-building/1026259", "entry-date" : "2021-05-28"}} | 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": {"start-date": {"type": "string"}, "name": {"type": "string"}, "listed-building": {"type": "string"}, "documentation-url": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["start-date", "name", "listed-building", "documentation-url", "point", "listed-building-grade", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}}, "required": ["id", "name", "paypalEmail"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "createdAt": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["id", "title", "createdAt", "author"]}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 12319, "info" : {"name" : "about:blank - Black Restyle", "description" : "Simply makes the about:blank page look a little better.\r\nsomeone approve that it works with gmail please..", "additionalInfo" : null, "format" : "uso", "category" : "browser", "createdAt" : "2008-11-22T15:27:53.000Z", "updatedAt" : "2008-11-22T15:27:53.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 17000, "name" : "Dwarf", "paypalEmail" : "ns.visser@casema.nl"}}, "stats" : {"installs" : {"total" : 3689, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "12319_after.jpeg", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 2, "commentsCount" : 2}, "data" : [{"id" : 11806, "title" : "looks great, and appears to work with gmail, unlik", "createdAt" : "2009-02-18T01:16:23.000Z", "author" : {"id" : 19998, "name" : "maveric101"}}, {"id" : 19035, "title" : "5/5", "createdAt" : "2010-04-29T05:05:38.000Z", "author" : {"id" : 45206, "name" : "Rcube87"}}]}, "style" : {"css" : "/********************************/\r\n/* about:blank - Black Firefox */\r\n/********************************/\r\n/* By Dwarf */\r\n/********************************/\r\n\r\n@namespace url(http://www.w3.org/1999/xhtml);\r\n@-moz-document url(about:blank) {\r\n\r\n*:empty:not([style]):not([text]):not([class]):not([onresize]) {\r\n\r\nbackground: url(\"http://img399.imageshack.us/img399/1198/uploadmenr2.gif\") !important;\r\nmargin:0px !important;\r\nbackground-color:#000000 !important;\r\nbackground-position:center !important;\r\nbackground-attachment:fixed !important;\r\nbackground-repeat:no-repeat !important;\r\n}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}}, "required": ["id", "name", "paypalEmail"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "createdAt": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["id", "title", "createdAt", "author"]}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}, "fdpId": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "predicate": {"type": "object", "properties": {"type": {"type": "string"}, "ignoreCase": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "ignoreCase", "values"]}}, "required": ["attribute", "predicate"]}}}, "required": ["name", "description", "enabled", "fdpId", "conditions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "{{ .name }}", "description" : "{{ .description }}", "enabled" : true, "fdpId" : "{{ .fdpId }}", "conditions" : [{"attribute" : "SERVICE_NAME", "predicate" : {"type" : "STRING_EQUALS", "ignoreCase" : false, "values" : ["SAP JCo", "SAP NCo"]}}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "enabled": {"type": "boolean"}, "fdpId": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"attribute": {"type": "string"}, "predicate": {"type": "object", "properties": {"type": {"type": "string"}, "ignoreCase": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "ignoreCase", "values"]}}, "required": ["attribute", "predicate"]}}}, "required": ["name", "description", "enabled", "fdpId", "conditions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["react-microspreadsheet", "react-spreadsheet"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"internalname": {"type": "string"}, "itemid": {"type": "string"}, "displayname": {"type": "string"}, "clickcommand": {"type": "string"}, "damage": {"type": "integer"}, "nbttag": {"type": "string"}, "modver": {"type": "string"}, "lore": {"type": "array", "items": {"type": "string"}}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["internalname", "itemid", "displayname", "clickcommand", "damage", "nbttag", "modver", "lore", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"internalname" : "LAPIS_ARMOR_LEGGINGS", "itemid" : "minecraft:leather_leggings", "displayname" : "\u00a7aLapis Armor Leggings", "clickcommand" : "", "damage" : 0, "nbttag" : "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"\u00a77Defense: \u00a7a+35\",1:\"\",2:\"\u00a77Each piece of this armour grants\",3:\"\u00a77\u00a7a50% \u00a77bonus experience when\",4:\"\u00a77mining ores.\",5:\"\",6:\"\u00a76Full Set Bonus: Health\",7:\"\u00a77Increases the wearers maximum\",8:\"\u00a77\u00a7c\u2764 Health \u00a77by \u00a7a60\u00a77.\",9:\"\",10:\"\u00a77\u00a78This item can be reforged!\",11:\"\u00a7a\u00a7lUNCOMMON LEGGINGS\"],color:255,Name:\"\u00a7aLapis Armor Leggings\"},ExtraAttributes:{color:\"0:0:255\",id:\"LAPIS_ARMOR_LEGGINGS\"}}", "modver" : "1.0.0", "lore" : ["\u00a77Defense: \u00a7a+35", "", "\u00a77Each piece of this armour grants", "\u00a77\u00a7a50% \u00a77bonus experience when", "\u00a77mining ores.", "", "\u00a76Full Set Bonus: Health", "\u00a77Increases the wearers maximum", "\u00a77\u00a7c\u2764 Health \u00a77by \u00a7a60\u00a77.", "", "\u00a77\u00a78This item can be reforged!", "\u00a7a\u00a7lUNCOMMON LEGGINGS"], "infoType" : "WIKI_URL", "info" : ["https://hypixel-skyblock.fandom.com/wiki/Lapis_Armor"]} | json_instruct | {"type": "object", "properties": {"internalname": {"type": "string"}, "itemid": {"type": "string"}, "displayname": {"type": "string"}, "clickcommand": {"type": "string"}, "damage": {"type": "integer"}, "nbttag": {"type": "string"}, "modver": {"type": "string"}, "lore": {"type": "array", "items": {"type": "string"}}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["internalname", "itemid", "displayname", "clickcommand", "damage", "nbttag", "modver", "lore", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900772213": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900772214": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900772215": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900772216": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900772213", "900772214", "900772215", "900772216"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900772213" : {"nama" : "TPS 1", "dapil" : [9201, 19203, 2920103]}, "900772214" : {"nama" : "TPS 2", "dapil" : [9201, 19203, 2920103]}, "900772215" : {"nama" : "TPS 3", "dapil" : [9201, 19203, 2920103]}, "900772216" : {"nama" : "TPS 4", "dapil" : [9201, 19203, 2920103]}} | json_instruct | {"type": "object", "properties": {"900772213": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900772214": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900772215": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900772216": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900772213", "900772214", "900772215", "900772216"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Stardust.Aadb2c.AuthenitcationFilter.Test": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["Stardust.Aadb2c.AuthenitcationFilter.Test"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"Stardust.Aadb2c.AuthenitcationFilter.Test" : {"commandName" : "Project", "commandLineArgs" : "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IkZTaW11RnJGTm9DMHNKWEdtdjEzbk5aY2VEYyIsImtpZCI6IkZTaW11RnJGTm9DMHNKWEdtdjEzbk5aY2VEYyJ9.eyJhdWQiOiJodHRwczovL2RudmdsYjJjdGVzdC5vbm1pY3Jvc29mdC5jb20vZWZiM2U1MjktMmY4MC00NThiLWFlZGYtN2Y0YzhjNzk0YjQ1IiwiaXNzIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvZWQ4MTUxMjEtY2RmYS00MDk3LWI1MjQtZTJiMjNjZDM2ZWI2LyIsImlhdCI6MTU yNDQ3MDc3MSwibmJmIjoxNTI0NDcwNzcxLCJleHAiOjE1MjQ0NzQ2NzEsImFpbyI6IlkyZGdZTkJTZTNWSVlINU1uODRCcDVUdllSbnpBQT09IiwiYXBwaWQiOiJiMDBiNzUyNy01ZGI0LTRmNmItYTA5OS04YWRhMmY5Nzc2Y2YiLCJhcHBpZGFjciI6IjEiLCJpZHAiOiJodHRwczovL3N0cy53aW5kb3dzLm5 ldC9lZDgxNTEyMS1jZGZhLTQwOTctYjUyNC1lMmIyM2NkMzZlYjYvIiwib2lkIjoiMTU3YjY5YzgtYzMyMC00MWYyLWJiZWYtNzI4YjQ5MTBkM2IyIiwicm9sZXMiOlsiRnVsbC5BbGwiXSwic3ViIjoiMTU3YjY5YzgtYzMyMC00MWYyLWJiZWYtNzI4YjQ5MTBkM2IyIiwidGlkIjoiZWQ4MTUxMjEtY2RmYS0 0MDk3LWI1MjQtZTJiMjNjZDM2ZWI2IiwidXRpIjoia3REX1EwNWY3a2VJOVhKZXBjUXlBQSIsInZlciI6IjEuMCJ9.KhDh8UervDEBZd16KrSHm6B0bS1mIzbIWDDYsaUm-mS-LDvwLAJ0gzhmBLEZH7mecUSMowVT777o5cqWrvKM05XO7ExtWz_Gc172Sww_YZ0Xt7UKN-BC7Cy0yxNLKMUEUDlx424oFvGGOVZjKSsAbTrfkPgM0feZtEdopYKnJ9SFpqOuYIIr9b1-PASCAW2smeYEzQFFxJYlrZw9qkaKF0wU9geihpq3RfNkf605Mulcl1kLmF3A2dFFuSOlpJbSyF3XJSR3sp2SFz3DE9mCD0ER8MXAMHGhkKDk-VifHj3jbCEJ-sEDnSQD3cWtI1qbyBLzffqsgfObbYLl82Ucuw"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Stardust.Aadb2c.AuthenitcationFilter.Test": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["Stardust.Aadb2c.AuthenitcationFilter.Test"]}}, "required": ["profiles"], "$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": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "serverless-http": {"type": "string"}}, "required": ["express", "serverless-http"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "serverless-webpack": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-node-externals": {"type": "string"}}, "required": ["@types/express", "serverless-webpack", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-node-externals"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "serverless-http2", "version" : "1.0.0", "description" : "", "main" : "handler.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack"}, "author" : "", "license" : "ISC", "dependencies" : {"express" : "^4.17.1", "serverless-http" : "^2.7.0"}, "devDependencies" : {"@types/express" : "^4.17.11", "serverless-webpack" : "^5.3.5", "ts-loader" : "^8.0.17", "typescript" : "^4.1.5", "webpack" : "^5.24.0", "webpack-cli" : "^4.5.0", "webpack-node-externals" : "^2.5.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "serverless-http": {"type": "string"}}, "required": ["express", "serverless-http"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "serverless-webpack": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-node-externals": {"type": "string"}}, "required": ["@types/express", "serverless-webpack", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-node-externals"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$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"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "main", "private", "author", "scripts", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jsii-calc-bundled", "version" : "0.7.13", "main" : "index.js", "private" : true, "author" : {"name" : "Amazon Web Services", "url" : "https://aws.amazon.com"}, "scripts" : {"build" : "true"}, "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/awslabs/jsii.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "main", "private", "author", "scripts", "license", "repository"], "$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#"}
| [[1941, 5], [1945, 5], [1947, 5], [1950, 7], [1951, 9], [1952, 7], [1954, 8], [1955, 7], [1956, 6], [1957, 7], [1959, 7], [1969, 8], [1973, 7], [1974, 5], [1976, 6], [1980, 6], [1981, 5], [1982, 6], [1988, 6], [1990, 9], [1992, 7], [1993, 5], [1994, 11], [1996, 8], [1997, 6], [1998, 7], [2000, 8], [2001, 5], [2004, 5], [2007, 10], [2009, 5], [2010, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "AdHeat: an influence-based diffusion model for propagating hints to match ads.", "fields" : ["social network analysis", "click through rate", "diffusion", "contextual advertising", "online advertising"], "abstract" : "In this paper, we present AdHeat, a social ad model considering user influence in addition to relevance for matching ads. Traditionally, ad placement employs the relevance model. Such a model matches ads with Web page content, user interests, or both. We have observed, however, on social networks that the relevance model suffers from two shortcomings. First, influential users (users who contribute opinions) seldom click ads that are highly relevant to their expertise. Second, because influential users' contents and activities are attractive to other users, hint words summarizing their expertise and activities may be widely preferred. Therefore, we propose AdHeat, which diffuses hint words of influential users to others and then matches ads for each user with aggregated hints. We performed experiments on a large online Q&A community with half a million users. The experimental results show that AdHeat outperforms the relevance model on CTR (click through rate) by significant margins.", "citation" : "Citations (65)", "departments" : ["Google", "Google"], "authors" : ["Hongji Bao.....http://dblp.org/pers/hd/b/Bao:Hongji", "Edward Y. Chang.....http://dblp.org/pers/hd/c/Chang:Edward_Y="], "conf" : "www", "year" : "2010", "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-fancycaptchareload-description": {"type": "string"}, "apihelp-fancycaptchareload-summary": {"type": "string"}, "apihelp-fancycaptchareload-example-1": {"type": "string"}}, "required": ["@metadata", "apihelp-fancycaptchareload-description", "apihelp-fancycaptchareload-summary", "apihelp-fancycaptchareload-example-1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["F\u00falvio", "Hamilton Abreu"]}, "apihelp-fancycaptchareload-description" : "Gerar novo FancyCaptcha.", "apihelp-fancycaptchareload-summary" : "Gerar novo FancyCaptcha.", "apihelp-fancycaptchareload-example-1" : "Gerar novo FancyCaptcha"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "apihelp-fancycaptchareload-description": {"type": "string"}, "apihelp-fancycaptchareload-summary": {"type": "string"}, "apihelp-fancycaptchareload-example-1": {"type": "string"}}, "required": ["@metadata", "apihelp-fancycaptchareload-description", "apihelp-fancycaptchareload-summary", "apihelp-fancycaptchareload-example-1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "provider": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "phone", "full_time_school", "email", "provider", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Feldatalschule Stadtlengsfeld Staatliche Regelschule", "id" : "TH-20856", "address" : "Eisenacher Str. 1a, 36457 Stadtlengsfeld", "school_type" : "Regelschule", "legal_status" : 1, "phone" : "036965/64911", "full_time_school" : false, "email" : "rs.stadtlengsfeld@schulen-wak.de", "provider" : "Landratsamt Wartburgkreis, Staatlicher Schultr\u00e4ger", "programs" : {"programs" : ["Be smart - don't Start", "Schule ohne Rassismus - Schule mit Courage"]}, "state" : "TH", "lon" : 10.126153, "lat" : 50.783514} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "provider": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {"type": "string"}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "phone", "full_time_school", "email", "provider", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1995, 6], [2000, 8], [2001, 5], [2008, 7], [2011, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x4f4ca73995aa19a53dfbff879d75a1f10bd1a732d7e3fb37a47ac61fed3118db", "parentHash" : "0x585c35d389ec2e7023d07e54687540ed63dfdab9ba9046debc60bcfa921b1221", "number" : 39356, "timestamp" : 1438803322, "nonce" : "0xa8130ae06ca6015a", "difficulty" : 1359705692716, "gasLimit" : {"_hex" : "0x1394"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xa50ec0D39fa913E62f1Bae7074E6F36caA71855b", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404393637, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b018c0b93f666b5ef1120cdb865e3279", "wof:id" : 404393637, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.46054783276442, 48.13204627157107, 6.50962898742579, 48.1467761811961], "geometry" : {"coordinates" : [[[6.46547574604575, 48.13204627157107], [6.46054783276442, 48.13528043068538], [6.46792896027133, 48.1442056069213], [6.48259568615668, 48.14212502892588], [6.4961728636114, 48.1467761811961], [6.50962898742579, 48.14187285497337], [6.50557042599129, 48.13993095966743], [6.49672703523739, 48.14294975143337], [6.48952383349082, 48.13230961164086], [6.46547574604575, 48.13204627157107]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "bin": {"type": "object", "properties": {"wordwrap": {"type": "string"}}, "required": ["wordwrap"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"get-stdin": {"type": "string"}, "minimist": {"type": "string"}}, "required": ["get-stdin", "minimist"]}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "repository", "bin", "scripts", "dependencies", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "split-text-to-chunks", "description" : "Split a text string to chunks for e.g. word wrapping", "version" : "1.0.0", "repository" : "srcagency/wrap-words", "bin" : {"wordwrap" : "cli.js"}, "scripts" : {"test" : "node test"}, "dependencies" : {"get-stdin" : "^5.0.1", "minimist" : "^1.2.0"}, "devDependencies" : {"tape" : "^4.8.0"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "bin": {"type": "object", "properties": {"wordwrap": {"type": "string"}}, "required": ["wordwrap"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"get-stdin": {"type": "string"}, "minimist": {"type": "string"}}, "required": ["get-stdin", "minimist"]}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}}, "required": ["tape"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "repository", "bin", "scripts", "dependencies", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3305170, "parent" : 3305, "name" : "ROWOKELE", "latitude" : "-7.604806109995", "longitude" : "109.44592999993", "postal" : [54372, 54472], "children" : [3305170001, 3305170002, 3305170003, 3305170004, 3305170005, 3305170006, 3305170007, 3305170008, 3305170009, 3305170010, 3305170011]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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" : "Le Cap", "dpt" : "Fran\u00e7ais \u00e9tablis hors de France", "inscrits" : 2182, "abs" : 1340, "votants" : 842, "blancs" : 32, "nuls" : 7, "exp" : 803, "res" : [{"panneau" : "1", "voix" : 685}, {"panneau" : "2", "voix" : 118}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "no-header": {"type": "boolean"}}, "required": ["title", "no-header"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Invoice", "no-header" : true} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "no-header": {"type": "boolean"}}, "required": ["title", "no-header"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"videojs.ads.css": {"type": "string"}, "videojs.ads.js": {"type": "string"}, "videojs.ads.min.css": {"type": "string"}, "videojs.ads.min.js": {"type": "string"}}, "required": ["videojs.ads.css", "videojs.ads.js", "videojs.ads.min.css", "videojs.ads.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"videojs.ads.css" : "sha256-eCoNrxP5WI5zqKI1oWt+EOMmzVX3hFJ+Agxb3sma/Ec=", "videojs.ads.js" : "sha256-+4nvxpUKyLKqCkzgAMm0FS4aLImr96OaT+1mI5vQDXE=", "videojs.ads.min.css" : "sha256-6L1oPeYqqURh5Frn0AKqvP0XulG0ZJOki6mFe/W7kjU=", "videojs.ads.min.js" : "sha256-80KP/0ONejFBFs8tTHXbqpxpHhLaJsU3C874Aq344F0="} | json_instruct | {"type": "object", "properties": {"videojs.ads.css": {"type": "string"}, "videojs.ads.js": {"type": "string"}, "videojs.ads.min.css": {"type": "string"}, "videojs.ads.min.js": {"type": "string"}}, "required": ["videojs.ads.css", "videojs.ads.js", "videojs.ads.min.css", "videojs.ads.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"OIDCIssuers": {"type": "object", "properties": {"http://dex-idp:8888/auth": {"type": "object", "properties": {"IssuerURL": {"type": "string"}, "ClientID": {"type": "string"}, "Type": {"type": "string"}}, "required": ["IssuerURL", "ClientID", "Type"]}}, "required": ["http://dex-idp:8888/auth"]}}, "required": ["OIDCIssuers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"OIDCIssuers" : {"http://dex-idp:8888/auth" : {"IssuerURL" : "http://dex-idp:8888/auth", "ClientID" : "fulcio", "Type" : "email"}}} | json_instruct | {"type": "object", "properties": {"OIDCIssuers": {"type": "object", "properties": {"http://dex-idp:8888/auth": {"type": "object", "properties": {"IssuerURL": {"type": "string"}, "ClientID": {"type": "string"}, "Type": {"type": "string"}}, "required": ["IssuerURL", "ClientID", "Type"]}}, "required": ["http://dex-idp:8888/auth"]}}, "required": ["OIDCIssuers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}, "edns0_client_subnet": {"type": "string"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap", "edns0_client_subnet"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 17797, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 15169, "resolver_net" : "173.194.0.0/16", "ipv4_tcp" : true, "internal" : "192.168.30.1", "ipv6_cap" : true, "edns0_client_subnet" : "98.247.51.48/32"}, {"ipv6_tcp" : true, "resolver_asn" : 15169, "resolver_net" : "173.194.0.0/16", "ipv4_tcp" : true, "internal" : "fd00::be05:43ff:fe98:b2b7", "ipv6_cap" : true, "edns0_client_subnet" : "98.247.51.48/32"}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}, "edns0_client_subnet": {"type": "string"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap", "edns0_client_subnet"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"petetnt.brackets-name-a-project.namedProjects": {"type": "object", "properties": {"E:/work/Github/MarcoPai/zhitou/": {"type": "object", "properties": {"_parentPath": {"type": "string"}, "_name": {"type": "string"}, "name": {"type": "string"}, "bgColor": {"type": "string"}, "textColor": {"type": "string"}}, "required": ["_parentPath", "_name", "name", "bgColor", "textColor"]}}, "required": ["E:/work/Github/MarcoPai/zhitou/"]}}, "required": ["petetnt.brackets-name-a-project.namedProjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"petetnt.brackets-name-a-project.namedProjects" : {"E:/work/Github/MarcoPai/zhitou/" : {"_parentPath" : "E:/work/Github/MarcoPai/zhitou/", "_name" : "zhitou", "name" : "zhitou", "bgColor" : "transparent", "textColor" : "black"}}} | json_instruct | {"type": "object", "properties": {"petetnt.brackets-name-a-project.namedProjects": {"type": "object", "properties": {"E:/work/Github/MarcoPai/zhitou/": {"type": "object", "properties": {"_parentPath": {"type": "string"}, "_name": {"type": "string"}, "name": {"type": "string"}, "bgColor": {"type": "string"}, "textColor": {"type": "string"}}, "required": ["_parentPath", "_name", "name", "bgColor", "textColor"]}}, "required": ["E:/work/Github/MarcoPai/zhitou/"]}}, "required": ["petetnt.brackets-name-a-project.namedProjects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subPackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "properties": {"enablePullDownRefresh": {"type": "boolean"}, "onReachBottomDistance": {"type": "string"}}, "required": ["enablePullDownRefresh", "onReachBottomDistance"]}, "networkTimeout": {"type": "object", "properties": {"request": {"type": "integer"}, "connectSocket": {"type": "integer"}, "uploadFile": {"type": "integer"}, "downloadFile": {"type": "integer"}}, "required": ["request", "connectSocket", "uploadFile", "downloadFile"]}, "debug": {"type": "boolean"}}, "required": ["pages", "subPackages", "window", "networkTimeout", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : ["pages/page10000/page10000", "pages/classifyGoodsListPage/classifyGoodsListPage"], "subPackages" : [{"root" : "default", "pages" : ["pages/bindCellphone/bindCellphone", "pages/advanceSearch/advanceSearch", "pages/extensionPage/extensionPage", "pages/userCollect/userCollect"]}, {"root" : "eCommerce", "pages" : ["pages/myAddress/myAddress", "pages/addAddress/addAddress", "pages/transferPage/transferPage", "pages/transferOrderDetail/transferOrderDetail", "pages/transferPaySuccess/transferPaySuccess", "pages/searchAddress/searchAddress"]}], "window" : {"enablePullDownRefresh" : false, "onReachBottomDistance" : "50"}, "networkTimeout" : {"request" : 10000, "connectSocket" : 10000, "uploadFile" : 10000, "downloadFile" : 10000}, "debug" : false} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subPackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "properties": {"enablePullDownRefresh": {"type": "boolean"}, "onReachBottomDistance": {"type": "string"}}, "required": ["enablePullDownRefresh", "onReachBottomDistance"]}, "networkTimeout": {"type": "object", "properties": {"request": {"type": "integer"}, "connectSocket": {"type": "integer"}, "uploadFile": {"type": "integer"}, "downloadFile": {"type": "integer"}}, "required": ["request", "connectSocket", "uploadFile", "downloadFile"]}, "debug": {"type": "boolean"}}, "required": ["pages", "subPackages", "window", "networkTimeout", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "511402001", "text" : "\u901a\u60e0\u8857\u9053"}, {"id" : "511402002", "text" : "\u5927\u77f3\u6865\u8857\u9053"}, {"id" : "511402003", "text" : "\u82cf\u7960\u8857\u9053"}, {"id" : "511402102", "text" : "\u592a\u548c\u9547"}, {"id" : "511402104", "text" : "\u5c1a\u4e49\u9547"}, {"id" : "511402105", "text" : "\u591a\u60a6\u9547"}, {"id" : "511402106", "text" : "\u79e6\u5bb6\u9547"}, {"id" : "511402107", "text" : "\u4e07\u80dc\u9547"}, {"id" : "511402109", "text" : "\u601d\u8499\u9547"}, {"id" : "511402110", "text" : "\u4fee\u6587\u9547"}, {"id" : "511402112", "text" : "\u677e\u6c5f\u9547"}, {"id" : "511402113", "text" : "\u5d07\u793c\u9547"}, {"id" : "511402114", "text" : "\u5bcc\u725b\u9547"}, {"id" : "511402115", "text" : "\u6c38\u5bff\u9547"}, {"id" : "511402116", "text" : "\u4e09\u82cf\u9547"}, {"id" : "511402121", "text" : "\u590d\u5174\u9547"}] | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"P248": {"type": "integer"}, "P854": {"type": "integer"}, "P813": {"type": "integer"}, "P143": {"type": "integer"}, "P225": {"type": "integer"}, "P792": {"type": "integer"}, "P958": {"type": "integer"}, "P577": {"type": "integer"}, "P1640": {"type": "integer"}, "P149": {"type": "integer"}, "P356": {"type": "integer"}, "P3940": {"type": "integer"}, "P3987": {"type": "integer"}, "P496": {"type": "integer"}, "P4000": {"type": "integer"}}, "required": ["P248", "P854", "P813", "P143", "P225", "P792", "P958", "P577", "P1640", "P149", "P356", "P3940", "P3987", "P496", "P4000"]}, "total_properties": {"type": "integer"}, "unique_properties": {"type": "integer"}, "total_false_properties": {"type": "integer"}, "unique_false_properties": {"type": "integer"}}, "required": ["properties", "total_properties", "unique_properties", "total_false_properties", "unique_false_properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"properties" : {"P248" : 1469, "P854" : 485, "P813" : 264, "P143" : 236, "P225" : 14, "P792" : 10, "P958" : 10, "P577" : 7, "P1640" : 23, "P149" : 12, "P356" : 6, "P3940" : 10, "P3987" : 32, "P496" : 71, "P4000" : 11}, "total_properties" : 2771, "unique_properties" : 79, "total_false_properties" : 246, "unique_false_properties" : 4} | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"P248": {"type": "integer"}, "P854": {"type": "integer"}, "P813": {"type": "integer"}, "P143": {"type": "integer"}, "P225": {"type": "integer"}, "P792": {"type": "integer"}, "P958": {"type": "integer"}, "P577": {"type": "integer"}, "P1640": {"type": "integer"}, "P149": {"type": "integer"}, "P356": {"type": "integer"}, "P3940": {"type": "integer"}, "P3987": {"type": "integer"}, "P496": {"type": "integer"}, "P4000": {"type": "integer"}}, "required": ["P248", "P854", "P813", "P143", "P225", "P792", "P958", "P577", "P1640", "P149", "P356", "P3940", "P3987", "P496", "P4000"]}, "total_properties": {"type": "integer"}, "unique_properties": {"type": "integer"}, "total_false_properties": {"type": "integer"}, "unique_false_properties": {"type": "integer"}}, "required": ["properties", "total_properties", "unique_properties", "total_false_properties", "unique_false_properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "DateLastVerified": {"type": "string"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "DateLastVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : true, "DateLastVerified" : "2021-12-12T13:37:00Z", "ID" : 190548, "UUID" : "9B5DD253-F0CE-4CD4-A1E7-3B41195DF1DA", "DataProviderID" : 1, "OperatorID" : 3299, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 190907, "Title" : "IONITY Balatonkereszt\u00far (dir. Budapest)", "AddressLine1" : "M7 Aut\u00f3p\u00e1lya 167 Km. Bal Oldal", "Town" : "Balatonkereszt\u00far", "Postcode" : "8648", "CountryID" : 104, "Latitude" : 46.683272, "Longitude" : 17.379343, "DistanceUnit" : 0}, "Connections" : [{"ID" : 308928, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 350, "CurrentTypeID" : 30, "Quantity" : 4}], "NumberOfPoints" : 4, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-12-13T13:19:00Z", "DataQualityLevel" : 1, "DateCreated" : "2021-12-12T13:37:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "DateLastVerified": {"type": "string"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "DateLastVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Security", "Software"], "desc" : "\n", "details" : {"authors" : "Ahmed Mohamed Rafik Moustafa", "format" : "pdf", "isbn-10" : "1849687501", "isbn-13" : "978-1849687508", "pages" : "78 pages", "publication date" : "November 1, 2012", "publisher" : "Packt Publishing", "size" : "3.00Mb"}, "img" : "http://23.95.221.108/covers/80/808b3f289c4c13033fa2e09c63cedfb9.jpg", "link" : "https://rapidhosting.info/files/8qe", "title" : "Microsoft Dynamics AX 2012 Security How-To"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright_text" : "Standard YouTube License", "description" : "", "duration" : 1081, "language" : "eng", "recorded" : "2015-07-09", "related_urls" : [], "speakers" : ["Chris Drake"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/cljDuK0ouRs/hqdefault.jpg", "title" : "PyEDA Data Structures and Algorithms for Electronic Design Automation", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=cljDuK0ouRs"}]} | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"createdDate": {"type": "string"}, "version": {"type": "number"}}, "required": ["createdDate", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"createdDate" : "2021-nov-15", "version" : 1.5} | json_instruct | {"type": "object", "properties": {"createdDate": {"type": "string"}, "version": {"type": "number"}}, "required": ["createdDate", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[127.0, 43.416666666666664], [127.0, 43.5], [127.125, 43.5], [127.125, 43.416666666666664], [127.0, 43.416666666666664]]]}, "properties" : {"code" : 652710, "url" : "http://madefor.github.io/0410/api/v1/652710.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/652710.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.