input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "name", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "data_description", "description", "title"]}}, "required": ["user"]}}, "required": ["step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}}, "required": ["data", "data_description"]}}, "required": ["init"]}}, "required": ["step"]}, "title": {"type": "string"}}, "required": ["config", "options", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"step" : {"user" : {"data" : {"entity_ids" : "Entit\u00e0 di ingresso", "name" : "Nome", "round_digits" : "Precisione", "type" : "Caratteristica statistica"}, "data_description" : {"round_digits" : "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media o mediana."}, "description" : "Crea un sensore che calcoli un valore minimo, massimo, medio o mediano da un elenco di sensori di input.", "title" : "Aggiungi sensore min / max / media / mediana"}}}, "options" : {"step" : {"init" : {"data" : {"entity_ids" : "Entit\u00e0 di ingresso", "round_digits" : "Precisione", "type" : "Caratteristica statistica"}, "data_description" : {"round_digits" : "Controlla il numero di cifre decimali nell'output quando la caratteristica statistica \u00e8 media o mediana."}}}}, "title" : "Sensore min / max / media / mediana"} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "name", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "data_description", "description", "title"]}}, "required": ["user"]}}, "required": ["step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}}, "required": ["data", "data_description"]}}, "required": ["init"]}}, "required": ["step"]}, "title": {"type": "string"}}, "required": ["config", "options", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bank_code" : "9341", "code" : "100", "name" : "\u672c\u6240", "name_k" : "\u30db\u30f3\u30b7\u30e8", "name_h" : "\u307b\u3093\u3057\u3088", "name_e" : "honshiyo"}, {"bank_code" : "9341", "code" : "101", "name" : "\u5927\u59f6\u826f", "name_k" : "\u30aa\u30aa\u30a2\u30a4\u30e9", "name_h" : "\u304a\u304a\u3042\u3044\u3089", "name_e" : "ooaira"}, {"bank_code" : "9341", "code" : "107", "name" : "\u6771\u90e8", "name_k" : "\u30c8\u30a6\u30d6", "name_h" : "\u3068\u3046\u3076", "name_e" : "toubu"}, {"bank_code" : "9341", "code" : "111", "name" : "\u5bff\u51fa\u5f35\u6240", "name_k" : "\u30b3\u30c8\u30d6\u30ad", "name_h" : "\u3053\u3068\u3076\u304d", "name_e" : "kotobuki"}, {"bank_code" : "9341", "code" : "112", "name" : "\u5782\u6c34", "name_k" : "\u30bf\u30eb\u30df\u30ba", "name_h" : "\u305f\u308b\u307f\u305a", "name_e" : "tarumizu"}, {"bank_code" : "9341", "code" : "118", "name" : "\u4e32\u826f", "name_k" : "\u30af\u30b7\u30e9", "name_h" : "\u304f\u3057\u3089", "name_e" : "kushira"}, {"bank_code" : "9341", "code" : "121", "name" : "\u6771\u4e32\u826f", "name_k" : "\u30d2\u30ac\u30b7\u30af\u30b7\u30e9", "name_h" : "\u3072\u304c\u3057\u304f\u3057\u3089", "name_e" : "higashikushira"}, {"bank_code" : "9341", "code" : "122", "name" : "\u5185\u4e4b\u6d66", "name_k" : "\u30a6\u30c1\u30ce\u30a6\u30e9", "name_h" : "\u3046\u3061\u306e\u3046\u3089", "name_e" : "uchinoura"}, {"bank_code" : "9341", "code" : "124", "name" : "\u6839\u5360", "name_k" : "\u30cd\u30b8\u30e1", "name_h" : "\u306d\u3058\u3081", "name_e" : "nejime"}, {"bank_code" : "9341", "code" : "126", "name" : "\u5927\u6839\u5360", "name_k" : "\u30aa\u30aa\u30cd\u30b8\u30e1", "name_h" : "\u304a\u304a\u306d\u3058\u3081", "name_e" : "oonejime"}, {"bank_code" : "9341", "code" : "129", "name" : "\u7530\u4ee3", "name_k" : "\u30bf\u30b7\u30ed", "name_h" : "\u305f\u3057\u308d", "name_e" : "tashiro"}, {"bank_code" : "9341", "code" : "131", "name" : "\u4f50\u591a", "name_k" : "\u30b5\u30bf", "name_h" : "\u3055\u305f", "name_e" : "sata"}, {"bank_code" : "9341", "code" : "140", "name" : "\u9ad8\u5c71", "name_k" : "\u30b3\u30a6\u30e4\u30de", "name_h" : "\u3053\u3046\u3084\u307e", "name_e" : "kouyama"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bank_code": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "name_k": {"type": "string"}, "name_h": {"type": "string"}, "name_e": {"type": "string"}}, "required": ["bank_code", "code", "name", "name_k", "name_h", "name_e"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 481623594, "name" : "Energy", "dt" : 322563, "ar" : {"id" : 12450244, "name" : "Vetrixor"}, "al" : {"id" : 35570073, "name" : "Let me Grow", "picUrl" : "https://p1.music.126.net/M2Dv2cPezboFEAZhP0MqJA==/17735122556450901.jpg"}}, {"id" : 481623596, "name" : "Going Up", "dt" : 249420, "ar" : {"id" : 12450244, "name" : "Vetrixor"}, "al" : {"id" : 35570073, "name" : "Let me Grow", "picUrl" : "https://p1.music.126.net/M2Dv2cPezboFEAZhP0MqJA==/17735122556450901.jpg"}}, {"id" : 481623595, "name" : "Beside the Jungle", "dt" : 275438, "ar" : {"id" : 12450244, "name" : "Vetrixor"}, "al" : {"id" : 35570073, "name" : "Let me Grow", "picUrl" : "https://p2.music.126.net/M2Dv2cPezboFEAZhP0MqJA==/17735122556450901.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Prob\\Router\\": {"type": "string"}}, "required": ["Prob\\Router\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "prob/handler": {"type": "string"}, "prob/url-helper": {"type": "string"}, "psr/http-message": {"type": "string"}}, "required": ["php", "prob/handler", "prob/url-helper", "psr/http-message"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "zendframework/zend-diactoros": {"type": "string"}}, "required": ["phpunit/phpunit", "zendframework/zend-diactoros"]}}, "required": ["name", "description", "homepage", "keywords", "type", "license", "autoload", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "prob/router", "description" : "A simple http request router library", "homepage" : "https://github.com/jongpak/prob-router", "keywords" : ["router", "dispatcher", "dispatch", "url", "path"], "type" : "library", "license" : "MIT", "autoload" : {"psr-4" : {"Prob\\Router\\" : "src/"}}, "require" : {"php" : ">=7.0", "prob/handler" : "dev-master", "prob/url-helper" : "dev-master", "psr/http-message" : "*"}, "require-dev" : {"phpunit/phpunit" : "*", "zendframework/zend-diactoros" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Prob\\Router\\": {"type": "string"}}, "required": ["Prob\\Router\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "prob/handler": {"type": "string"}, "prob/url-helper": {"type": "string"}, "psr/http-message": {"type": "string"}}, "required": ["php", "prob/handler", "prob/url-helper", "psr/http-message"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "zendframework/zend-diactoros": {"type": "string"}}, "required": ["phpunit/phpunit", "zendframework/zend-diactoros"]}}, "required": ["name", "description", "homepage", "keywords", "type", "license", "autoload", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"model" : "django_htcpcp_tea.teatype", "pk" : 1, "fields" : {"name" : "Darjeeling", "slug" : "darjeeling"}}, {"model" : "django_htcpcp_tea.teatype", "pk" : 2, "fields" : {"name" : "Earl Grey", "slug" : "earl-grey"}}, {"model" : "django_htcpcp_tea.teatype", "pk" : 3, "fields" : {"name" : "Peppermint", "slug" : "peppermint"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5e36ec6c4648b3d0d94eda00e8af5d83c70ad745"} | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "main": {"type": "string"}, "jsnext:main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["pretest", "test", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"faucet": {"type": "string"}, "rollup": {"type": "string"}, "tape": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["faucet", "rollup", "tape", "uglify-js"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "author", "contributors", "main", "jsnext:main", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "d3-hull", "version" : "0.0.4", "description" : "DEPRECATED; see d3-polygon\u2019s hull function.", "keywords" : ["d3", "convex", "hull"], "homepage" : "https://github.com/d3/d3-hull", "license" : "BSD-3-Clause", "author" : {"name" : "Mike Bostock", "url" : "http://bost.ocks.org/mike"}, "contributors" : [{"name" : "Daniel Goldbach", "url" : "http://www.danielgoldbach.com/"}], "main" : "build/d3-hull.js", "jsnext:main" : "index", "repository" : {"type" : "git", "url" : "https://github.com/d3/d3-hull.git"}, "scripts" : {"pretest" : "mkdir -p build && node -e 'process.stdout.write(\"var version = \\\"\" + require(\"./package.json\").version + \"\\\"; export * from \\\"../index\\\"; export {version};\");' > build/bundle.js && rollup -f umd -u d3-hull -n d3_hull -o build/d3-hull.js -- build/bundle.js", "test" : "faucet `find test -name '*-test.js'`", "prepublish" : "npm run test && uglifyjs build/d3-hull.js -c -m -o build/d3-hull.min.js && rm -f build/d3-hull.zip && zip -j build/d3-hull.zip -- LICENSE README.md build/d3-hull.js build/d3-hull.min.js"}, "devDependencies" : {"faucet" : "0.0", "rollup" : "0.20.5", "tape" : "4", "uglify-js" : "2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "main": {"type": "string"}, "jsnext:main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["pretest", "test", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"faucet": {"type": "string"}, "rollup": {"type": "string"}, "tape": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["faucet", "rollup", "tape", "uglify-js"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "author", "contributors", "main", "jsnext:main", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "dlib_default", "black" : "optuna_random_clone", "traceback" : ["passing", "passing"], "best_val" : [0.04898476720466299, 0.8823610904046308], "best_x" : [[0.12489959790420535, 0.26088820132295154, 0.01901271890165848, 0.19844452266154414, 0.36698079375522935, 0.0017598514907102153, 0.028494112170558455, 2.2330535232384917e-05], [0.30614424483751923, 0.2082581165076729, 0.08959636385952174, 0.04597985941148275, 0.13793993278361605, 0.32555604959064754, 0.3238757610970212, 0.43171470096379483]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "dlib_default", "loser" : "optuna_random_clone"} | 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": {"Sales_Get_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome_Push_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}, "required": ["Sales_Get_PA", "Outcome_Push_PA", "Outcome"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Sales_Get_PA" : {"category" : "input"}, "Outcome_Push_PA" : {"category" : "output"}, "Outcome" : {"category" : "output"}} | json_instruct | {"type": "object", "properties": {"Sales_Get_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome_Push_PA": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "Outcome": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}, "required": ["Sales_Get_PA", "Outcome_Push_PA", "Outcome"], "$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" : 404376383, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d12bf88641d845880d4d3bcfe5ca6db1", "wof:id" : 404376383, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.56694995228693, 46.99070018757792, 0.62398380420151, 47.0075160917353], "geometry" : {"coordinates" : [[[0.62398380420151, 46.99368577816249], [0.60505370161548, 46.99070018757792], [0.59788440809743, 46.99443339766244], [0.58336327000644, 46.99531914871381], [0.57445417792133, 46.99288928472044], [0.56694995228693, 47.00254062515835], [0.56774243389264, 47.00628650050214], [0.57675866155944, 47.00461160973659], [0.59055591651334, 47.00672906088321], [0.61848989213289, 47.0075160917353], [0.62365234702171, 47.00241620352823], [0.62188843224215, 46.99941640475105], [0.62398380420151, 46.99368577816249]]], "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "block_no": {"type": "string"}}, "required": ["wards", "no_of_wards", "name", "lsg_code", "district", "state", "block_no"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"wards" : [{"ward_no" : 1, "ward_name" : "Mahadhanpur", "ward_id" : "199814"}], "no_of_wards" : 1, "name" : "MAHADHANPUR", "lsg_code" : "50337", "district" : "Ballia", "state" : "Uttar Pradesh", "block_no" : "922"} | json_instruct | {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "block_no": {"type": "string"}}, "required": ["wards", "no_of_wards", "name", "lsg_code", "district", "state", "block_no"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : [[[[-85.14062820799988, 41.06448811500007], [-85.1392927659999, 41.06447916000007], [-85.13794724899991, 41.06448531300003], [-85.13790202099993, 41.06347802700008], [-85.1378690519999, 41.062412575000046], [-85.13784431599991, 41.06241157300006], [-85.1377975279999, 41.060784462000065], [-85.14103488599993, 41.06077052700003], [-85.14233386499987, 41.060758738000054], [-85.14366693299988, 41.06074664800007], [-85.14497516699991, 41.06072466000005], [-85.1450156589999, 41.06072399200007], [-85.1450209509999, 41.06088249700007], [-85.14503690699989, 41.06126372700003], [-85.1450908129999, 41.06278646200007], [-85.1451600209999, 41.06441543100003], [-85.1431651909999, 41.06442118900008], [-85.14275183199992, 41.06443458100005], [-85.1427548969999, 41.06446729300006], [-85.14211909599992, 41.06449438500004], [-85.14062820799988, 41.06448811500007]]]], "properties" : {"id" : "usa-in-fort-wayne-williams-woodland-park-neighborhood", "type" : "neighborhood", "name" : "Williams-Woodland Park", "code" : "276079"}} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "4801c6587b6ee40051c4", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/byg_fir_planks_wavy"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/patterned_limestone_brick_vertical_corner_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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": {"scope": {"type": "string"}, "method": {"type": "string"}, "path": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "integer"}, "response": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "rawHeaders": {"type": "array", "items": {"type": "string"}}, "responseIsBinary": {"type": "boolean"}}, "required": ["scope", "method", "path", "body", "status", "response", "rawHeaders", "responseIsBinary"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"scope" : "https://gitlab.com:443", "method" : "GET", "path" : "/api/v4/projects/Jakub-Vacek%2Fempty-test/merge_requests/1", "body" : "", "status" : 404, "response" : {"message" : "404 Project Not Found"}, "rawHeaders" : ["Date", "Fri, 05 Nov 2021 09:11:13 GMT", "Content-Type", "application/json", "Content-Length", "35", "Connection", "close", "Cache-Control", "no-cache", "Vary", "Origin", "X-Content-Type-Options", "nosniff", "X-Frame-Options", "SAMEORIGIN", "X-Request-Id", "01FKQNVJ9H6ES06RTZN3KGX42H", "X-Runtime", "0.021284", "RateLimit-Observed", "7", "RateLimit-Remaining", "1993", "RateLimit-Reset", "1636103533", "RateLimit-ResetTime", "Fri, 05 Nov 2021 09:12:13 GMT", "RateLimit-Limit", "2000", "GitLab-LB", "fe-04-lb-gprd", "GitLab-SV", "localhost", "CF-Cache-Status", "DYNAMIC", "Expect-CT", "max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"", "Strict-Transport-Security", "max-age=31536000", "Server", "cloudflare", "CF-RAY", "6a94f4148b4d4131-PRG"], "responseIsBinary" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"scope": {"type": "string"}, "method": {"type": "string"}, "path": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "integer"}, "response": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "rawHeaders": {"type": "array", "items": {"type": "string"}}, "responseIsBinary": {"type": "boolean"}}, "required": ["scope", "method", "path", "body", "status", "response", "rawHeaders", "responseIsBinary"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "ZTE", "market_name" : "K87CA", "codename" : "K87", "model" : "K87CA"}, {"manufacturer" : "ZTE", "market_name" : "K87CC", "codename" : "K87", "model" : "K87CC"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["622922202200", "\u56e2\u7ed3\u6751\u59d4\u4f1a", "220", "0"], ["622922202201", "\u53e4\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["622922202202", "\u82cf\u5bb6\u6751\u59d4\u4f1a", "210", "0"], ["622922202203", "\u8303\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["622922202204", "\u6e05\u6c34\u6751\u59d4\u4f1a", "220", "0"], ["622922202205", "\u83dc\u5b50\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["622922202206", "\u4e8c\u7532\u6751\u59d4\u4f1a", "220", "0"], ["622922202207", "\u7518\u6c9f\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xc0133680b1a6ea8ee8150dc9b77dd9b3b88553f8d68da686ea0b97ecb04b207e", "parentHash" : "0x797de67d7ef3ee50c26fd762a7c7962c02989d64c716da59a8496e447addaa90", "number" : 37133, "timestamp" : 1438767950, "nonce" : "0x64ab30928e765641", "difficulty" : 1294619547255, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xf927a40C8B7F6E07c5af7FA2155B4864a4112B13", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Luka Mirosevic": {"type": "string"}}, "required": ["Luka Mirosevic"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"GBStorage": {"type": "array", "items": {"type": "string"}}}, "required": ["GBStorage"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files", "public_header_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GBLaunchCounter", "version" : "2.0.0", "summary" : "Count how many times your iOS or Mac OS X app has been launched, and optionally register blocks after some number of launches.", "homepage" : "https://github.com/lmirosevic/GBLaunchCounter", "license" : "Apache License, Version 2.0", "authors" : {"Luka Mirosevic" : "luka@goonbee.com"}, "platforms" : {"ios" : "5.0", "osx" : "10.6"}, "source" : {"git" : "https://github.com/lmirosevic/GBLaunchCounter.git", "tag" : "2.0.0"}, "source_files" : "GBLaunchCounter/GBLaunchCounter.{h,m}", "public_header_files" : "GBLaunchCounter/GBLaunchCounter.h", "requires_arc" : true, "dependencies" : {"GBStorage" : ["~> 2.1"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Luka Mirosevic": {"type": "string"}}, "required": ["Luka Mirosevic"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"GBStorage": {"type": "array", "items": {"type": "string"}}}, "required": ["GBStorage"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files", "public_header_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"schemaVersion": {"type": "string"}, "class": {"type": "string"}, "async": {"type": "boolean"}, "Common": {"type": "object", "properties": {"class": {"type": "string"}, "dagGlobals": {"type": "object", "properties": {"class": {"type": "string"}, "icmpHash": {"type": "string"}, "ipv6PrefixLength": {"type": "integer"}, "roundRobinMode": {"type": "string"}}, "required": ["class", "icmpHash", "ipv6PrefixLength", "roundRobinMode"]}}, "required": ["class", "dagGlobals"]}}, "required": ["schemaVersion", "class", "async", "Common"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : "1.0.0", "class" : "Device", "async" : false, "Common" : {"class" : "Tenant", "dagGlobals" : {"class" : "DagGlobals", "icmpHash" : "ipicmp", "ipv6PrefixLength" : 101, "roundRobinMode" : "local"}}} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "string"}, "class": {"type": "string"}, "async": {"type": "boolean"}, "Common": {"type": "object", "properties": {"class": {"type": "string"}, "dagGlobals": {"type": "object", "properties": {"class": {"type": "string"}, "icmpHash": {"type": "string"}, "ipv6PrefixLength": {"type": "integer"}, "roundRobinMode": {"type": "string"}}, "required": ["class", "icmpHash", "ipv6PrefixLength", "roundRobinMode"]}}, "required": ["class", "dagGlobals"]}}, "required": ["schemaVersion", "class", "async", "Common"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "betterclay:block/light_blue_porcelain_bricks_wall_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["auto-invoice"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---src-pages-about-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-contact-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}}, "required": ["app", "component---src-pages-about-js", "component---src-pages-contact-js", "component---src-pages-index-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : ["/app-56a4d8ead344d8f1ec21.js"], "component---src-pages-about-js" : ["/component---src-pages-about-js-69436ad4ed3c1b299ea5.js"], "component---src-pages-contact-js" : ["/component---src-pages-contact-js-58097176359741e040de.js"], "component---src-pages-index-js" : ["/component---src-pages-index-js-523f2999741a93705b44.js"]} | json_instruct | {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---src-pages-about-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-contact-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}}, "required": ["app", "component---src-pages-about-js", "component---src-pages-contact-js", "component---src-pages-index-js"], "$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": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "is_in:country": {"type": "string"}, "is_in:continent": {"type": "string"}, "is_in:country_code": {"type": "string"}}, "required": ["name:ar", "name:en", "name:es", "name:fr", "is_in:country", "is_in:continent", "is_in:country_code"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[51.067, 26.055], [51.199, 26.14], [51.4, 26.003], [51.4, 25.996], [51.413, 25.96], [51.344, 25.831], [50.981, 25.825], [51.067, 26.055]]]}, "properties" : {"name" : "Ash Shamal", "iso2" : "QA-MS", "admin_level" : 4, "osm_id" : 27335, "countrylevel_id" : "iso2:QA-MS", "osm_data" : {"localname" : "\u0627\u0644\u0634\u0645\u0627\u0644", "official_name" : "", "alltags" : {"name:ar" : "\u0627\u0644\u0634\u0645\u0627\u0644", "name:en" : "Ash Shamal", "name:es" : "Madinat ash Shamal", "name:fr" : "Ash Shamal", "is_in:country" : "Qatar", "is_in:continent" : "Asia", "is_in:country_code" : "QA"}}, "center_lat" : 25.97, "center_lon" : 51.21, "area_m2" : 1099724623, "timezone" : "Asia/Qatar", "wikidata_id" : "Q310872"}} | 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": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fr": {"type": "string"}, "is_in:country": {"type": "string"}, "is_in:continent": {"type": "string"}, "is_in:country_code": {"type": "string"}}, "required": ["name:ar", "name:en", "name:es", "name:fr", "is_in:country", "is_in:continent", "is_in:country_code"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "317457561", "name" : "High Street", "nodes" : [{"type" : "node", "id" : 418370974, "lat" : 52.2579525, "lon" : -0.6702959}, {"type" : "node", "id" : 418370977, "lat" : 52.2579814, "lon" : -0.6702636}, {"type" : "node", "id" : 418370978, "lat" : 52.2580412, "lon" : -0.6702397}, {"type" : "node", "id" : 418370979, "lat" : 52.2581132, "lon" : -0.6702442}, {"type" : "node", "id" : 418370980, "lat" : 52.2581791, "lon" : -0.6702672}, {"type" : "node", "id" : 5854888240, "lat" : 52.2580153, "lon" : -0.67025}], "volunteer_postcode" : "NN29 7RD", "closest_distance" : 446} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "nombre": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "rol": {"type": "string"}, "token": {"type": "integer"}}, "required": ["id", "nombre", "user", "password", "rol", "token"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1, "nombre" : "Juan", "user" : "daju", "password" : "daju", "rol" : "admin", "token" : 123}, {"id" : 2, "nombre" : "Rodrigo", "user" : "rodrigo", "password" : "rodrigo", "rol" : "admin", "token" : 456}, {"id" : 3, "nombre" : "Jhonatan", "user" : "jhonatan", "password" : "jhonatan", "rol" : "admin", "token" : 789}, {"id" : 4, "nombre" : "cliente1", "user" : "cliente", "password" : "cliente", "rol" : "cliente", "token" : 111}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "nombre": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}, "rol": {"type": "string"}, "token": {"type": "integer"}}, "required": ["id", "nombre", "user", "password", "rol", "token"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xf8196d8bd7238f0b3222055afd83fa51b96878b273e92d97c03e08a54d12a8da", "parentHash" : "0x03241a334659156c5ce59c24e87bf26723500ef5e16f227618e81a0a448eeda3", "number" : 92531, "timestamp" : 1439673479, "nonce" : "0x03ed91bbbcde1d20", "difficulty" : 3530285033752, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}}, "required": ["entry"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entries" : [{"entry" : "{\"analyticType\": \"shopping\", \"schemaVersion\":1, \"data\": {\"itemSku\":123}}"}, {"entry" : "{\"analyticType\": \"searching\", \"schemaVersion\":1, \"data\": {\"searchTerm\":\"games\"}}"}, {"entry" : "{\"analyticType\": \"paging\", \"schemaVersion\":2, \"data\": {\"searchTerm\":\"games\", \"page\": 2}}"}, {"entry" : "{\"analyticType\": \"paging\", \"schemaVersion\":2 ,\"data\": {\"searchTerm\":\"games\", \"page\": 3}}"}]} | json_instruct | {"type": "object", "properties": {"entries": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}}, "required": ["entry"]}}}, "required": ["entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Scrub": {"type": "array", "items": {"type": "string"}}}, "required": ["Scrub"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Scrub" : ["PlayerArchetypes", "GameBreaker", "CharacterTiers", "CompetitiveBalance", "CharacterTiers", "CharacterSelectForcing", "GameBreaker", "Metagame", "SkillGateCharacters", "GameBreaker", "BoringButPractical", "GameBreaker", "MovingTheGoalposts", "SmallNameBigEgo", "CollectibleCardGame", "StopHavingFunGuys", "NotSoDifferent", "SeriousBusiness", "FlameWar", "WithUsOrAgainstUs", "MinMaxing", "Whoring", "Noob", "GodModders", "TallPoppySyndrome"]} | json_instruct | {"type": "object", "properties": {"Scrub": {"type": "array", "items": {"type": "string"}}}, "required": ["Scrub"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "0x3864bc7bedbf88322a3274a6845f5176c75f024a5f064f2627482a5c76de1bd2", "parentHash" : "0x9d01dcfc3a22406b84885bdf83fafeb1fb9079bd53d974f40e607428752a4c2d", "number" : 23950, "timestamp" : 1438552667, "nonce" : "0x8dc3d2cac682984e", "difficulty" : 1083925495434, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x9746c7e1ef2bd21FF3997fa467593a89cb852BD0", "extraData" : "0x476574682f76312e302e302f77696e646f77732f676f312e342e32", "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"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 96100333, "ot" : 3, "alias" : 0, "setcode" : 226, "type" : 131076, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 0, "name" : "Triamid Pulse", "desc" : "Once per turn: You can banish 2 cards from your Graveyard (any combination of Rock-Type monsters or Field Spell Cards), then activate 1 of these effects;\n\u25cf Target 1 other face-up card on the field; destroy it.\n\u25cf Target 1 Rock-Type monster in your Graveyard; Special Summon it in Defense Position.\n\u25cf Target up to 3 Field Spell Cards in your Graveyard; shuffle them into the Deck, then draw 1 card.", "str1" : "Banish Monsters or Field Spell", "str2" : "Destroy Face-up", "str3" : "Spevial Summon 1 Rock-Type", "str4" : "Draw 1 Card", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "links" : [], "cardpool" : "OCG/TCG", "ocg" : {"pack" : "The Dark Illusion", "pack_id" : "TDIL-JP074", "date" : "2016-04-09"}, "tcg" : {"pack" : "The Dark Illusion", "pack_id" : "TDIL-DE074", "date" : "2016-08-04"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/4/4a/TriamidPulse-TDIL-EN-R-1E.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 94762, "UUID" : "34168630-8031-42BC-BDAB-79D697535066", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 6, "AddressInfo" : {"ID" : 95108, "Title" : "Ziegler's Back-Loft", "AddressLine1" : "Freudenst\u00e4dter Stra\u00dfe 57", "Town" : "Lo\u00dfburg", "StateOrProvince" : "Landkreis Freudenstadt", "Postcode" : "72290", "CountryID" : 87, "Latitude" : 48.41979083428898, "Longitude" : 8.44412930410031, "ContactTelephone1" : "+49 74464 1810", "AccessComments" : "Laut Werbung besteht f\u00fcr neu er\u00f6ffnetes Lokal eine kostenfreie Ladem\u00f6glichkeit f\u00fcr E-Bikes und Elektroautos", "RelatedURL" : "http://www.backloft.de/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 133951, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 16, "Voltage" : 230, "PowerKW" : 3.7, "CurrentTypeID" : 10, "Quantity" : 1}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-10-25T14:46:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-10-25T14:46:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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#"}
| ["extract-banner", "file-contents", "multilang", "qa-control"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "primaryKey": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"category": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "count": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "mean": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "median": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "variance": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "stdev": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "ranges": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["category", "count", "mean", "median", "variance", "stdev", "ranges"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "primaryKey", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Model statistics", "description" : "The statistics for the model", "primaryKey" : ["category"], "type" : "object", "properties" : {"category" : {"type" : "string", "description" : "The name of the category"}, "count" : {"type" : "integer", "description" : "The number of records for this category"}, "mean" : {"type" : "number", "description" : "The mean"}, "median" : {"type" : "number", "description" : "The median"}, "variance" : {"type" : "number", "description" : "The variance"}, "stdev" : {"type" : "number", "description" : "The standard deviation"}, "ranges" : {"type" : "object", "description" : "Holds the minimum and maximum values for each range as well as the exponent"}}, "required" : ["category"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "primaryKey": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"category": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "count": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "mean": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "median": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "variance": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "stdev": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "ranges": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["category", "count", "mean", "median", "variance", "stdev", "ranges"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "primaryKey", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"e_id" : "5330", "title" : "\u8881\u4e16\u51ef\u4e0e\u4e94\u56fd\u94f6\u884c\u56e2\u7b7e\u8ba2\u5584\u540e\u5927\u501f\u6b3e", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728108\u5e74\u524d\u7684\u4eca\u5929\uff0c1913\u5e744\u670826\u65e5(\u519c\u53861913\u5e743\u670820\u65e5)\uff0c\u8881\u4e16\u51ef\u4e0e\u4e94\u56fd\u94f6\u884c\u56e2\u7b7e\u8ba2\u5584\u540e\u5927\u501f\u6b3e\u3002\u4e0e\u8881\u4e16\u51ef\u653f\u5e9c\u7b7e\u8ba2\u5584\u540e\u501f\u6b3e\u5408\u540c\u7684\u4e94\u56fd\u94f6\u884c\u56e2\u4ee3\u88681913\u5e744\u670826\u65e5\u591c\u81f327\u65e5\u51cc\u6668\uff0c\u8881\u4e16\u51ef\u6d3e\u56fd\u52a1\u603b\u7406\u8d75\u79c9\u94a7\u3001\u5916\u4ea4\u603b\u957f\u9646\u5fb5\u7965\u3001\u8d22\u653f\u603b\u957f\u5468\u5b66\u7199\u4e3a\u5168\u6743\u4ee3\u8868\uff0c\u5728\u5317\u4eac\u6c47\u4e30\u94f6\u884c\u5927\u697c\u4e0e\u82f1\u3001\u6cd5\u3001\u5fb7\u3001\u4fc4\u3001\u65e5\u4e94\u56fd\u94f6\u884c\u56e2\u4f5c\u6700\u540e\u7684\u8c08\u5224\uff0c\u7b7e\u7f72\u4e862500\u4e07\u82f1\u9551\u7684\u300a\u4e2d\u56fd\u653f\u5e9c\u5584\u540e\u501f\u6b3e\u5408\u540c\u300b\u3002\u5408\u540c21\u6b3e\uff0c\u53e6\u67097\u4e2a\u9644\u4ef6\uff0c2\u4e2a\u9644\u8868\u3002\u89c4\u5b9a\uff1a\u501f\u6b3e\u603b\u989d\u4e3a2500\u4e07\u82f1\u9551\uff0c\u5e74\u606f5\u5398\uff0c\u671f\u965047\u5e74\uff1b\u503a\u52389\u6298\u51fa\u552e\uff0c\u6263\u96646\uff05\u7684\u4f63\u91d1\uff0c\u51c0\u6536\u51652100\u4e07\u82f1\u9551\u3002\u501f\u6b3e\u6307\u5b9a\u7528\u9014\uff0c\u6263\u9664\u507f\u8fd8\u5230\u671f\u7684\u5e9a\u5b50\u8d54\u6b3e\u548c\u5404\u79cd\u5916\u503a\u3001\u9063\u6563\u5404\u7701\u519b\u961f\u3001\u62b5\u5145\u653f\u5e9c\u884c\u653f\u8d39\u5916\uff0c\u4ec5\u4f59760\u4e07\u82f1\u9551\uff0c\u800c\u5230\u671f\u5f52\u8fd8\u672c\u606f\u7adf\u8fbe6789\u4e07\u82f1\u9551\u3002\u501f\u6b3e\u4ee5\u4e2d\u56fd\u76d0\u7a0e\u3001\u6d77\u5173\u7a0e\u53ca\u76f4\u96b6\u3001\u5c71\u4e1c\u3001\u6cb3\u5357\u3001\u6c5f\u82cf\u56db\u7701\u6240\u6307\u5b9a\u7684\u4e2d\u592e\u653f\u5e9c\u7a0e\u9879\u4e3a\u62c5\u4fdd\u3002\u7279\u522b\u6761\u4ef6\u662f\uff1a\u4eca\u540e\u672a\u7ecf\u94f6\u884c\u56e2\u5141\u8bb8\uff0c\u4e0d\u5f97\u5411\u4ed6\u56fd\u501f\u503a\uff1b\u7531\u5916\u56fd\u4eba\u53c2\u52a0\u76d0\u7a0e\u5f81\u6536\uff0c\u5728\u5ba1\u8ba1\u5904\u8bbe\u534e\u3001\u6d0b\u7a3d\u6838\u5458\uff0c\u51e1\u5173\u4e8e\u501f\u6b3e\u6b3e\u9879\u4e4b\u9886\u6b3e\u5355\u987b\u6709\u534e\u3001\u6d0b\u7a3d\u6838\u5458\u4f1a\u540c\u5ba1\u6838\uff0c\u7b7e\u62bc\u540e\u65b9\u53ef\u63d0\u6b3e\uff1b\u4e2d\u56fd\u653f\u5e9c\u5728\u5317\u4eac\u8bbe\u7acb\u76d0\u52a1\u7f72\uff0c\u7531\u4e2d\u56fd\u603b\u529e1\u5458\u3001\u6d0b\u4eba\u4f1a\u529e1\u5458\u4e3b\u7ba1\uff1b\u5404\u4ea7\u76d0\u533a\u8bbe\u7a3d\u6838\u5206\u6240\uff0c\u8bbe\u4e2d\u56fd\u7ecf\u7406\u3001\u6d0b\u4eba\u534f\u7406\u5404\u4e00\u5458\uff0c\u5171\u540c\u62c5\u8d1f\u5f81\u6536\u5b58\u50a8\u76d0\u52a1\u6536\u5165\u4e4b\u8d23\u4efb\uff1a\u4eba\u5458\u7684\u4efb\u514d\uff0c\u7531\u534e\u6d0b\u603b\u529e\u3001\u4f1a\u529e\u4f1a\u540c\u5b9a\u593a\uff1b\u76d0\u533a\u4e4b\u76d0\u7eb3\u7a0e\u540e\uff0c\u987b\u7ecf\u534e\u6d0b\u7ecf\u7406\u3001\u534f\u7406\u4f1a\u540c\u7b7e\u5b57\u540e\u65b9\u53ef\u653e\u884c\uff1b\u76d0\u52a1\u8fdb\u6b3e\u5b58\u4e8e\u6307\u5b9a\u94f6\u884c\uff0c\u975e\u6709\u603b\u529e\u3001\u4f1a\u529e\u4f1a\u540c\u7b7e\u5b57\u7684\u51ed\u8bc1\u4e0d\u5f97\u63d0\u7528\u3002\u5584\u540e\u501f\u6b3e\u5408\u540c\u6587\u4ef6", "picNo" : "2", "picUrl" : [{"pic_title" : "\u4e0e\u8881\u4e16\u51ef\u653f\u5e9c\u7b7e\u8ba2\u5584\u540e\u501f\u6b3e\u5408\u540c\u7684\u4e94\u56fd\u94f6\u884c\u56e2\u4ee3\u8868", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/5330_1.jpeg"}, {"pic_title" : "\u5584\u540e\u501f\u6b3e\u5408\u540c\u6587\u4ef6", "suffix" : "jpeg", "id" : 2, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/5330_2.jpeg"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"age": {"type": "object", "properties": {"type": {"type": "string"}, "ui": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}, "rules": {"type": "object", "properties": {"customRule": {"type": "array", "items": {"type": "object", "properties": {"script": {"type": "string"}, "errMsg": {"type": "string"}}, "required": ["script", "errMsg"]}}}, "required": ["customRule"]}}, "required": ["type", "ui", "rules"]}}, "required": ["age"]}, "globalConfig": {"type": "object", "properties": {"constants": {"type": "object", "properties": {"ageLimit": {"type": "integer"}}, "required": ["ageLimit"]}}, "required": ["constants"]}}, "required": ["type", "properties", "globalConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "object", "properties" : {"age" : {"type" : "string", "ui" : {"placeholder" : "dx: \"Age must be greater than \" + {{$const.ageLimit}}"}, "rules" : {"customRule" : [{"script" : "dx: {{$root.age}} > {{$const.ageLimit}}", "errMsg" : "Please fill in the correct age"}]}}}, "globalConfig" : {"constants" : {"ageLimit" : 18}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"age": {"type": "object", "properties": {"type": {"type": "string"}, "ui": {"type": "object", "properties": {"placeholder": {"type": "string"}}, "required": ["placeholder"]}, "rules": {"type": "object", "properties": {"customRule": {"type": "array", "items": {"type": "object", "properties": {"script": {"type": "string"}, "errMsg": {"type": "string"}}, "required": ["script", "errMsg"]}}}, "required": ["customRule"]}}, "required": ["type", "ui", "rules"]}}, "required": ["age"]}, "globalConfig": {"type": "object", "properties": {"constants": {"type": "object", "properties": {"ageLimit": {"type": "integer"}}, "required": ["ageLimit"]}}, "required": ["constants"]}}, "required": ["type", "properties", "globalConfig"], "$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" : 1225846823, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "00a7fd9f58f420d056992da6361ba980", "wof:id" : 1225846823, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.07691, 44.93815, 25.07691, 44.93815], "geometry" : {"coordinates" : [25.07691, 44.93815], "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": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"type": "number"}}, "parameters": {"type": "object", "properties": {"cv_method": {"type": "string"}, "db": {"type": "string"}, "repetition": {"type": "integer"}}, "required": ["cv_method", "db", "repetition"]}, "std": {"type": "array", "items": {"type": "number"}}}, "required": ["adv_t", "adv_w", "clfs", "mean", "parameters", "std"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"adv_t" : [2, 0, 2, 3, 0, 0, 3], "adv_w" : [2, 0, 2, 3, 0, 0, 1], "clfs" : ["Nearest Neighbors", "RBF SVM", "Decision Tree", "Random Forest", "Neural Net", "Naive Bayes", "Linear SVM"], "mean" : [0.6272617287269794, 0.577977550746068, 0.6272617287269795, 0.6603172469417932, 0.5844132275843527, 0.5552728861406102, 0.6562575615002016], "parameters" : {"cv_method" : "k2x5", "db" : "liver", "repetition" : 6}, "std" : [0.035831298742477154, 0.0045410623958910545, 0.034233041874681076, 0.0330922724138483, 0.03767793165226024, 0.05317543655764403, 0.0385360043322866]} | json_instruct | {"type": "object", "properties": {"adv_t": {"type": "array", "items": {"type": "integer"}}, "adv_w": {"type": "array", "items": {"type": "integer"}}, "clfs": {"type": "array", "items": {"type": "string"}}, "mean": {"type": "array", "items": {"type": "number"}}, "parameters": {"type": "object", "properties": {"cv_method": {"type": "string"}, "db": {"type": "string"}, "repetition": {"type": "integer"}}, "required": ["cv_method", "db", "repetition"]}, "std": {"type": "array", "items": {"type": "number"}}}, "required": ["adv_t", "adv_w", "clfs", "mean", "parameters", "std"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Langlade", "circ" : "2\u00e8me circonscription", "dpt" : "Gard", "inscrits" : 1887, "abs" : 871, "votants" : 1016, "blancs" : 13, "nuls" : 3, "exp" : 1000, "res" : [{"nuance" : "MDM", "nom" : "Mme . MARIE SARA", "voix" : 393}, {"nuance" : "FN", "nom" : "M. Gilbert COLLARD", "voix" : 231}, {"nuance" : "LR", "nom" : "Mme Pascale MOURRUT", "voix" : 153}, {"nuance" : "FI", "nom" : "Mme Danielle FLOUTIER", "voix" : 106}, {"nuance" : "ECO", "nom" : "Mme B\u00e9atrice LECCIA", "voix" : 54}, {"nuance" : "DLF", "nom" : "Mme Genevi\u00e8ve BOURRELY", "voix" : 19}, {"nuance" : "DIV", "nom" : "Mme Julie SCHLUMBERGER", "voix" : 14}, {"nuance" : "ECO", "nom" : "M. Rodolphe BRUN", "voix" : 12}, {"nuance" : "EXG", "nom" : "M. St\u00e9phane MANSON", "voix" : 11}, {"nuance" : "DIV", "nom" : "Mme Nathalie JUCHORS", "voix" : 4}, {"nuance" : "EXD", "nom" : "Mme Christel M\u00c9DIAVILLA", "voix" : 3}, {"nuance" : "ECO", "nom" : "M. Timothy BROADBENT", "voix" : 0}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "conquest:block/chalk"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vega-core.js" : "sha256-22lpWyhDHy+Q6SLfNAocPjTav4luBD91Tr/Tt6g4lgo=", "vega-core.min.js" : "sha256-Ort/aoZCCnl1i/HzIZsZvjrhS163Y40n+0jN3P/3w+4=", "vega.js" : "sha256-08o0a2Sv1itdQAa0FMKR6n9jGx9p5JdaJQyISM3YqzM=", "vega.min.js" : "sha256-qxkWXg/mR8SxFAfUl+zCJAJkeKrySS60F2iwCmtyf9g="} | json_instruct | {"type": "object", "properties": {"vega-core.js": {"type": "string"}, "vega-core.min.js": {"type": "string"}, "vega.js": {"type": "string"}, "vega.min.js": {"type": "string"}}, "required": ["vega-core.js", "vega-core.min.js", "vega.js", "vega.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "optical zoom": {"type": "string"}}, "required": ["<page title>", "brand", "megapixels", "model", "optical zoom"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "Camera Samsung Digimax 360 0044701003601 | eBay", "brand" : "Samsung", "megapixels" : "3,2", "model" : "Digimax 360", "optical zoom" : "8x"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "optical zoom": {"type": "string"}}, "required": ["<page title>", "brand", "megapixels", "model", "optical zoom"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ru": {"type": "string"}, "name:zh": {"type": "string"}, "name:scn": {"type": "string"}, "old_name": {"type": "string"}, "ref:ISTAT": {"type": "string"}, "population": {"type": "string"}, "short_name": {"type": "string"}, "official_name": {"type": "string"}}, "required": ["name:ru", "name:zh", "name:scn", "old_name", "ref:ISTAT", "population", "short_name", "official_name"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Enna", "iso2" : "IT-EN", "admin_level" : 6, "osm_id" : 39216, "wikidata_id" : "Q26160408", "wikipedia_id" : "it:Libero consorzio comunale di Enna", "population" : null, "countrylevel_id" : "iso2:IT-EN", "osm_data" : {"localname" : "Enna", "official_name" : "Libero Consorzio Comunale di Enna", "alltags" : {"name:ru" : "\u042d\u043d\u043d\u0430", "name:zh" : "\u6069\u7eb3", "name:scn" : "Castrugiuvanni", "old_name" : "Castrogiovanni", "ref:ISTAT" : "086", "population" : "165073", "short_name" : "EN", "official_name" : "Libero Consorzio Comunale di Enna"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[14.352, 37.306], [14.416, 37.291], [14.455, 37.303], [14.422, 37.338], [14.446, 37.348], [14.502, 37.308], [14.49, 37.35], [14.575, 37.36], [14.588, 37.409], [14.633, 37.425], [14.581, 37.452], [14.554, 37.445], [14.517, 37.477], [14.527, 37.497], [14.488, 37.509], [14.544, 37.543], [14.628, 37.538], [14.7, 37.559], [14.764, 37.504], [14.791, 37.506], [14.802, 37.555], [14.83, 37.588], [14.826, 37.632], [14.793, 37.653], [14.798, 37.712], [14.724, 37.681], [14.708, 37.733], [14.737, 37.753], [14.714, 37.776], [14.744, 37.79], [14.742, 37.818], [14.679, 37.796], [14.597, 37.811], [14.553, 37.84], [14.57, 37.88], [14.504, 37.85], [14.473, 37.811], [14.465, 37.84], [14.406, 37.866], [14.327, 37.838], [14.279, 37.84], [14.262, 37.82], [14.268, 37.776], [14.294, 37.744], [14.252, 37.693], [14.158, 37.663], [14.163, 37.637], [14.135, 37.617], [14.164, 37.612], [14.139, 37.582], [14.124, 37.53], [14.159, 37.482], [14.077, 37.429], [14.057, 37.403], [14.082, 37.381], [14.083, 37.34], [14.167, 37.324], [14.23, 37.347], [14.317, 37.327], [14.316, 37.303], [14.352, 37.306]]], [[[14.087, 37.554], [14.087, 37.554], [14.087, 37.554], [14.087, 37.554]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ru": {"type": "string"}, "name:zh": {"type": "string"}, "name:scn": {"type": "string"}, "old_name": {"type": "string"}, "ref:ISTAT": {"type": "string"}, "population": {"type": "string"}, "short_name": {"type": "string"}, "official_name": {"type": "string"}}, "required": ["name:ru", "name:zh", "name:scn", "old_name", "ref:ISTAT", "population", "short_name", "official_name"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "config": {"type": "object", "properties": {"preferred-install": {"type": "object", "properties": {"*": {"type": "string"}}, "required": ["*"]}}, "required": ["preferred-install"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require-dev": {"type": "object", "properties": {"drupal/bootstrap4": {"type": "string"}, "unb-libraries/dockworker-drupal": {"type": "string"}}, "required": ["drupal/bootstrap4", "unb-libraries/dockworker-drupal"]}, "scripts": {"type": "object", "properties": {"post-update-cmd": {"type": "array", "items": {"type": "string"}}}, "required": ["post-update-cmd"]}}, "required": ["license", "minimum-stability", "prefer-stable", "name", "description", "config", "repositories", "require-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"license" : "MIT", "minimum-stability" : "dev", "prefer-stable" : true, "name" : "unb-libraries/composites.lib.unb.ca", "description" : "Scaffold and provision local development for composites.lib.unb.ca", "config" : {"preferred-install" : {"*" : "dist"}}, "repositories" : [{"type" : "composer", "url" : "https://packages.drupal.org/8"}], "require-dev" : {"drupal/bootstrap4" : "2.1.13", "unb-libraries/dockworker-drupal" : "^4"}, "scripts" : {"post-update-cmd" : ["vendor/bin/dockworker dockworker:git:setup-hooks"]}} | json_instruct | {"type": "object", "properties": {"license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "config": {"type": "object", "properties": {"preferred-install": {"type": "object", "properties": {"*": {"type": "string"}}, "required": ["*"]}}, "required": ["preferred-install"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require-dev": {"type": "object", "properties": {"drupal/bootstrap4": {"type": "string"}, "unb-libraries/dockworker-drupal": {"type": "string"}}, "required": ["drupal/bootstrap4", "unb-libraries/dockworker-drupal"]}, "scripts": {"type": "object", "properties": {"post-update-cmd": {"type": "array", "items": {"type": "string"}}}, "required": ["post-update-cmd"]}}, "required": ["license", "minimum-stability", "prefer-stable", "name", "description", "config", "repositories", "require-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"s" : ["`ko'ngel~"], "e" : ["\ufff9`Konged~ `a~ `papah~.\ufffa\ufffb\u5ae9\u7da0\u3002"], "f" : "\u5ae9\uff0c\u7d30\u5ae9\u3002"}]}], "t" : "konged"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["210283108200", "\u9688\u5b50\u6751\u59d4\u4f1a", "121", "0"], ["210283108202", "\u77f3\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["210283108206", "\u5b9d\u5de8\u6751\u59d4\u4f1a", "220", "0"], ["210283108207", "\u4e1c\u74dc\u5ddd\u6751\u59d4\u4f1a", "220", "0"], ["210283108211", "\u68d2\u68f0\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["210283108212", "\u671d\u9633\u5bfa\u6751\u59d4\u4f1a", "220", "0"], ["210283108213", "\u6765\u5b9d\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["210283108214", "\u798f\u5b81\u6751\u59d4\u4f1a", "220", "0"], ["210283108215", "\u5434\u5c71\u5480\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "connect-mongo": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["bcrypt", "connect-mongo", "dotenv", "ejs", "express", "express-session", "mongoose", "morgan"]}, "devDependencies": {"type": "object", "properties": {"semistandard": {"type": "string"}}, "required": ["semistandard"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pickhacks2019", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dblitt99/pickhacks2019.git"}, "keywords" : ["big-data", "machine-learning"], "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/dblitt99/pickhacks2019/issues"}, "homepage" : "https://github.com/dblitt99/pickhacks2019#readme", "dependencies" : {"bcrypt" : "^3.0.4", "connect-mongo" : "^2.0.3", "dotenv" : "^6.2.0", "ejs" : "^2.6.1", "express" : "^4.16.4", "express-session" : "^1.15.6", "mongoose" : "^5.4.16", "morgan" : "^1.9.1"}, "devDependencies" : {"semistandard" : "^13.0.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"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "connect-mongo": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["bcrypt", "connect-mongo", "dotenv", "ejs", "express", "express-session", "mongoose", "morgan"]}, "devDependencies": {"type": "object", "properties": {"semistandard": {"type": "string"}}, "required": ["semistandard"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Ben Jonson", "classification" : "", "keywords" : ["Love", "Heartache", "Loss"], "period" : "Renaissance", "reference" : "http://www.poetryfoundation.org/poem/181038", "region" : "England", "text" : ["Slow, slow, fresh fount, keep time with my salt tears;", "Yet slower, yet, O faintly, gentle springs!", "List to the heavy part the music bears,", "Woe weeps out her division, when she sings.", "Droop herbs and flowers;", "Fall grief in showers;", "Our beauties are not ours.", "O, I could still,", "Like melting snow upon some craggy hill,", "Drop, drop, drop, drop,", "Since nature\u2019s pride is now a withered daffodil."], "title" : "Slow, Slow, Fresh Fount", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KOTA BALIKPAPAN", "originalFilename" : "001.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 38252, "noUrut" : 1, "nama" : "H. SUWANDI, S.H., M.Si.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "Foto Bang Sigit.JPG", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 24517, "noUrut" : 2, "nama" : "SIGIT WIBOWO, S.E.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "4x6b.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 71257, "noUrut" : 3, "nama" : "ELY SUPRIYATI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "dwi-dasi3.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 70553, "noUrut" : 4, "nama" : "DWIYANTO PURNOMOSIDHI, S.Hut., M.P.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BALIKPAPAN", "originalFilename" : "RIZANI TASRIPIN.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 9785, "noUrut" : 5, "nama" : "MUHAMMAD RIZANI TASRIPIN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BALIKPAPAN", "originalFilename" : "end_0018.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 300495, "noUrut" : 6, "nama" : "HERNA SUPRAPTI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SAMARINDA", "originalFilename" : "4x6 cm simin.JPG", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 9515, "noUrut" : 7, "nama" : "SIMIN, S.Pd.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BALIKPAPAN", "originalFilename" : "merah 4x6.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 9468, "noUrut" : 8, "nama" : "Ir. JAMAL AL RASYID, M.M.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KUTAI KARTANEGARA", "originalFilename" : "4 x 6 (0391).JPG", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 106499, "noUrut" : 9, "nama" : "TIKA MAYA AVIANTHI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BALIKPAPAN", "originalFilename" : "4x6 cm.jpg", "namaPartai" : "PARTAI AMANAT NASIONAL", "id" : 50527, "noUrut" : 10, "nama" : "PUPU MAHPUDIN, S.Pd.", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "520623105001", "text" : "\u4eac\u5dde\u793e\u533a"}, {"id" : "520623105201", "text" : "\u5c0f\u9e21\u516c\u6751\u59d4\u4f1a"}, {"id" : "520623105202", "text" : "\u5927\u9e21\u516c\u6751\u59d4\u4f1a"}, {"id" : "520623105203", "text" : "\u7ea2\u6eaa\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "520623105204", "text" : "\u94fa\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "520623105205", "text" : "\u77f3\u9633\u6751\u59d4\u4f1a"}, {"id" : "520623105206", "text" : "\u4e09\u9053\u62d0\u6751\u59d4\u4f1a"}, {"id" : "520623105207", "text" : "\u56e2\u7ed3\u6751\u59d4\u4f1a"}, {"id" : "520623105208", "text" : "\u70c2\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "520623105209", "text" : "\u6749\u6728\u5cad\u6751\u59d4\u4f1a"}, {"id" : "520623105210", "text" : "\u6843\u5b50\u56ed\u6751\u59d4\u4f1a"}, {"id" : "520623105211", "text" : "\u4e03\u5bf8\u574e\u6751\u59d4\u4f1a"}, {"id" : "520623105212", "text" : "\u5c27\u5be8\u6751\u59d4\u4f1a"}, {"id" : "520623105213", "text" : "\u5730\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "520623105214", "text" : "\u56de\u9f99\u6751\u59d4\u4f1a"}, {"id" : "520623105215", "text" : "\u65b0\u534e\u6751\u59d4\u4f1a"}, {"id" : "520623105216", "text" : "\u4ee1\u6765\u6751\u59d4\u4f1a"}, {"id" : "520623105217", "text" : "\u78a7\u5174\u6751\u59d4\u4f1a"}, {"id" : "520623105218", "text" : "\u957f\u5174\u6751\u59d4\u4f1a"}, {"id" : "520623105219", "text" : "\u5730\u5370\u6751\u59d4\u4f1a"}, {"id" : "520623105220", "text" : "\u674e\u5bb6\u56ed\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jinplace.js": {"type": "string"}, "jinplace.min.js": {"type": "string"}}, "required": ["jinplace.js", "jinplace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jinplace.js" : "sha512-nrMwJIbnJAh7zU8j4RwPR9ltpCb6Q3QnUHzWWBnRHmPPg9QfiuHz43Uxhvl1nbbpk9ursHetVwBXtDs4HKnk8A==", "jinplace.min.js" : "sha512-7HPfYxx7oKoa43BwykuqR2AmAhnd0+fF/cAtf4hw4a0N8of8vcfzqYddx3qYcmfrgpGyHUXvsOFZmIhkEHFzeQ=="} | json_instruct | {"type": "object", "properties": {"jinplace.js": {"type": "string"}, "jinplace.min.js": {"type": "string"}}, "required": ["jinplace.js", "jinplace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "runtime": {"type": "string"}, "Handler": {"type": "string"}, "memory": {"type": "integer"}, "timeout": {"type": "integer"}, "role": {"type": "string"}, "environment": {"type": "object", "properties": {"PYTHONPATH": {"type": "string"}, "ConsumerKey": {"type": "string"}, "ConsumerSecret": {"type": "string"}, "AccessToken": {"type": "string"}, "AccesssTokenSecert": {"type": "string"}, "clickType_single": {"type": "string"}, "clickType_double": {"type": "string"}, "clickType_long": {"type": "string"}}, "required": ["PYTHONPATH", "ConsumerKey", "ConsumerSecret", "AccessToken", "AccesssTokenSecert", "clickType_single", "clickType_double", "clickType_long"]}}, "required": ["description", "runtime", "Handler", "memory", "timeout", "role", "environment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Twitter\u306eAPI\u3092\u4f7f\u3063\u3066\u3064\u3076\u3084\u304f", "runtime" : "python3.7", "Handler" : "tweet.lambda_handler", "memory" : 128, "timeout" : 300, "role" : "arn:aws:iam::123456789012:role/lambda-execution-role", "environment" : {"PYTHONPATH" : "/var/runtime:/var/task/vendor", "ConsumerKey" : "enter your Consumer Key", "ConsumerSecret" : "enter your Consumer Secret", "AccessToken" : "enter your Access Token", "AccesssTokenSecert" : "enter your Accesss Token Secert", "clickType_single" : ":relaxed::coffee:", "clickType_double" : "\u98df\u3079\u904e\u304e\u6211\u6162:rice::meat_on_bone::thumbsup:", "clickType_long" : "\u98df\u3079\u3061\u3083\u3063\u305f:tired_face:"}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "runtime": {"type": "string"}, "Handler": {"type": "string"}, "memory": {"type": "integer"}, "timeout": {"type": "integer"}, "role": {"type": "string"}, "environment": {"type": "object", "properties": {"PYTHONPATH": {"type": "string"}, "ConsumerKey": {"type": "string"}, "ConsumerSecret": {"type": "string"}, "AccessToken": {"type": "string"}, "AccesssTokenSecert": {"type": "string"}, "clickType_single": {"type": "string"}, "clickType_double": {"type": "string"}, "clickType_long": {"type": "string"}}, "required": ["PYTHONPATH", "ConsumerKey", "ConsumerSecret", "AccessToken", "AccesssTokenSecert", "clickType_single", "clickType_double", "clickType_long"]}}, "required": ["description", "runtime", "Handler", "memory", "timeout", "role", "environment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"viewers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "karma": {"type": "integer"}, "coins": {"type": "integer"}}, "required": ["id", "username", "karma", "coins"]}}, "total": {"type": "integer"}}, "required": ["viewers", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"viewers" : [{"id" : 0, "username" : "colradi", "karma" : 500, "coins" : 11183}, {"id" : 1, "username" : "iyuru", "karma" : 397, "coins" : 9124}, {"id" : 2, "username" : "tekekorni", "karma" : 278, "coins" : 10340}, {"id" : 3, "username" : "fannaah", "karma" : 306, "coins" : 10960}, {"id" : 4, "username" : "icewizerds", "karma" : 100, "coins" : 11200}, {"id" : 5, "username" : "saltymaudbeepboop", "karma" : 100, "coins" : 38880}, {"id" : 6, "username" : "communityshowcase", "karma" : 100, "coins" : 6000}, {"id" : 7, "username" : "saltymaud", "karma" : 271, "coins" : 9630}, {"id" : 8, "username" : "fanytic", "karma" : 100, "coins" : 7550}, {"id" : 9, "username" : "olen_dracula", "karma" : 100, "coins" : 7550}, {"id" : 10, "username" : "lacyluxxx", "karma" : 100, "coins" : 22080}, {"id" : 11, "username" : "itsgraavi", "karma" : 500, "coins" : 2894}, {"id" : 12, "username" : "stygian_styx", "karma" : 100, "coins" : 8870}, {"id" : 13, "username" : "shanuala", "karma" : 100, "coins" : 7550}, {"id" : 14, "username" : "puuhapetenkissa", "karma" : 100, "coins" : 7550}, {"id" : 15, "username" : "shypuf", "karma" : 100, "coins" : 10370}, {"id" : 16, "username" : "anotherttvviewer", "karma" : 100, "coins" : 32210}, {"id" : 17, "username" : "thefrequencyforyou", "karma" : 500, "coins" : 1639}, {"id" : 18, "username" : "bethalda", "karma" : 100, "coins" : 6920}, {"id" : 19, "username" : "lillyredwolf", "karma" : 100, "coins" : 7040}, {"id" : 20, "username" : "smallstreamersdcserver", "karma" : 100, "coins" : 6550}, {"id" : 21, "username" : "ninatela", "karma" : 100, "coins" : 10570}, {"id" : 22, "username" : "jointeffortt", "karma" : 100, "coins" : 11290}, {"id" : 23, "username" : "bingcortana", "karma" : 100, "coins" : 18350}, {"id" : 24, "username" : "xhylane", "karma" : 100, "coins" : 9560}, {"id" : 25, "username" : "hallucinatio", "karma" : 100, "coins" : 3670}, {"id" : 26, "username" : "smallsteramersdcserver", "karma" : 100, "coins" : 7870}, {"id" : 27, "username" : "cyndyka", "karma" : 100, "coins" : 4010}, {"id" : 28, "username" : "skiptok", "karma" : 100, "coins" : 8330}, {"id" : 29, "username" : "blkheroeseverywhere", "karma" : 100, "coins" : 4140}, {"id" : 30, "username" : "gowithhim", "karma" : 100, "coins" : 3230}, {"id" : 31, "username" : "kittenrescue", "karma" : 100, "coins" : 3230}], "total" : 32} | json_instruct | {"type": "object", "properties": {"viewers": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "karma": {"type": "integer"}, "coins": {"type": "integer"}}, "required": ["id", "username", "karma", "coins"]}}, "total": {"type": "integer"}}, "required": ["viewers", "total"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"noEmit": {"type": "boolean"}}, "required": ["noEmit"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "references", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "./tsconfig.json", "compilerOptions" : {"noEmit" : true}, "references" : [{"path" : "./packages/farrow-api-client/tsconfig.esm.json"}, {"path" : "./packages/farrow-pipeline/tsconfig.esm.json"}, {"path" : "./packages/farrow-schema/tsconfig.esm.json"}, {"path" : "./packages/farrow-json-schema/tsconfig.esm.json"}, {"path" : "./packages/farrow-module/tsconfig.esm.json"}, {"path" : "./packages/farrow-next/tsconfig.esm.json"}], "exclude" : ["./packages/create-farrow-app/templates"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"noEmit": {"type": "boolean"}}, "required": ["noEmit"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "references", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.34221324, "rotation" : -0.4149971, "xCenter" : 0.1880151, "yCenter" : 0.74338055, "height" : 0.60837907} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "gulp": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssnano": {"type": "string"}, "gulp-minify": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}}, "required": ["@fortawesome/fontawesome-free", "gulp", "gulp-clean-css", "gulp-concat", "gulp-cssnano", "gulp-minify", "gulp-rename", "gulp-sourcemaps"]}}, "required": ["requires", "lockfileVersion", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : true, "lockfileVersion" : 1, "dependencies" : {}, "devDependencies" : {"@fortawesome/fontawesome-free" : "^5.9.0", "gulp" : "^4.0.2", "gulp-clean-css" : "^4.2.0", "gulp-concat" : "^2.6.1", "gulp-cssnano" : "^2.1.3", "gulp-minify" : "^3.1.0", "gulp-rename" : "^1.4.0", "gulp-sourcemaps" : "^2.6.5"}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "gulp": {"type": "string"}, "gulp-clean-css": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssnano": {"type": "string"}, "gulp-minify": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}}, "required": ["@fortawesome/fontawesome-free", "gulp", "gulp-clean-css", "gulp-concat", "gulp-cssnano", "gulp-minify", "gulp-rename", "gulp-sourcemaps"]}}, "required": ["requires", "lockfileVersion", "dependencies", "devDependencies"], "$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"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "ref": {"type": "string"}, "author": {"type": "string"}, "settings": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "value": {"type": "string"}, "allowed": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "type", "required", "value", "allowed", "description"]}}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["name", "version", "type", "title", "description", "ref", "author", "settings", "inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tibcollection", "version" : "0.0.1", "type" : "flogo:activity", "title" : "Tibco Legacy Collection API", "description" : "Tibco Legacy Collection", "ref" : "github.com/wcn00/tibcollection/activity/tibcollection", "author" : "Wendell Nichols <wnichols@tibco.com>", "settings" : [{"name" : "operation", "type" : "string", "required" : true, "value" : "get", "allowed" : ["append", "get", "delete"], "description" : "append: add an object to the collection by key. get: get the collection by key. delete: delete the collection to free memory"}], "inputs" : [{"name" : "key", "type" : "string", "description" : "Key; required for get. If not provided for append a new dynamic key will be created and returned."}, {"name" : "object", "type" : "object", "description" : "A member of the object typical of this collection. Provided with the append operation and will be added to the collection."}], "outputs" : [{"name" : "key", "type" : "string", "description" : "Echo of the key used for this operation. If the operation was append with no key a new collection will be created and its key returned here."}, {"name" : "size", "type" : "integer", "description" : "This is the current size of the collection"}, {"name" : "collection", "type" : "array", "description" : "An array of objects typical of this collection"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "ref": {"type": "string"}, "author": {"type": "string"}, "settings": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "value": {"type": "string"}, "allowed": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "type", "required", "value", "allowed", "description"]}}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["name", "version", "type", "title", "description", "ref", "author", "settings", "inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station_g" : [{"pref_cd" : 26, "line_cd" : 99606, "line_name" : "\u53e1\u5c71\u96fb\u9244\u53e1\u5c71\u672c\u7dda", "station_cd" : 9960605, "station_name" : "\u4fee\u5b66\u9662"}]} | json_instruct | {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1893626006, "name" : "\u6c34 \u4e0a \u6f02", "dt" : 180645, "ar" : {"id" : 46955794, "name" : "Salty Salt"}, "al" : {"id" : 135891841, "name" : "\u8ff7\u79bb\u5149\u5f71Pt.1 (PARADOX\u00d7WERECORDS)", "picUrl" : "https://p2.music.126.net/G_num7L_kzGjkbBS4mBysA==/109951166603982562.jpg"}}, {"id" : 1893626007, "name" : "HONGKONG", "dt" : 227144, "ar" : {"id" : 37253266, "name" : "Carry"}, "al" : {"id" : 135891841, "name" : "\u8ff7\u79bb\u5149\u5f71Pt.1 (PARADOX\u00d7WERECORDS)", "picUrl" : "https://p2.music.126.net/G_num7L_kzGjkbBS4mBysA==/109951166603982562.jpg"}}, {"id" : 1893626008, "name" : "Aggressive Bot.", "dt" : 195316, "ar" : {"id" : 34439782, "name" : "LonzilFox"}, "al" : {"id" : 135891841, "name" : "\u8ff7\u79bb\u5149\u5f71Pt.1 (PARADOX\u00d7WERECORDS)", "picUrl" : "https://p1.music.126.net/G_num7L_kzGjkbBS4mBysA==/109951166603982562.jpg"}}, {"id" : 1893626005, "name" : "Prologue-Luminous (Intro)", "dt" : 108150, "ar" : {"id" : 46416238, "name" : "JeZZAR"}, "al" : {"id" : 135891841, "name" : "\u8ff7\u79bb\u5149\u5f71Pt.1 (PARADOX\u00d7WERECORDS)", "picUrl" : "https://p1.music.126.net/G_num7L_kzGjkbBS4mBysA==/109951166603982562.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 664-A, Manila, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.manila.barangay-664-a", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "12", "region_reference" : "141", "region_name" : "National Capital Region", "province_id" : "47", "province_reference" : "47", "province_name" : "Metropolitan Manila", "city_id" : "814", "city_reference" : "955", "city_name" : "Manila", "barangay_id" : "23422", "barangay_reference" : "25048", "barangay_name" : "Barangay 664-A"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.98835, 14.589456], [120.988739, 14.589199], [120.989273, 14.58903], [120.989777, 14.589017], [120.989929, 14.589037], [120.990036, 14.58884], [120.990112, 14.58876], [120.990288, 14.588672], [120.990532, 14.588551], [120.990723, 14.588441], [120.990822, 14.588362], [120.990807, 14.588191], [120.990761, 14.587992], [120.990662, 14.58773], [120.990509, 14.587491], [120.990227, 14.58709], [120.99012, 14.586901], [120.990082, 14.586771], [120.990067, 14.586651], [120.990097, 14.586531], [120.990196, 14.586161], [120.990257, 14.586031], [120.989769, 14.585852], [120.989357, 14.58569], [120.987846, 14.585151], [120.987343, 14.58648], [120.987007, 14.58733], [120.986763, 14.58794], [120.98658, 14.588362], [120.986732, 14.58837], [120.987122, 14.58837], [120.987549, 14.588321], [120.987808, 14.588321], [120.987999, 14.58838], [120.988167, 14.58847], [120.988319, 14.588611], [120.988342, 14.58884], [120.988327, 14.589281], [120.98835, 14.589456]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"common": {"type": "object", "properties": {"mainTitle": {"type": "string"}}, "required": ["mainTitle"]}}, "required": ["common"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"common" : {"mainTitle" : "Vagrant Repository Manager"}} | json_instruct | {"type": "object", "properties": {"common": {"type": "object", "properties": {"mainTitle": {"type": "string"}}, "required": ["mainTitle"]}}, "required": ["common"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-serverless-express": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "string"}}, "required": ["aws-serverless-express", "express", "express-graphql"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "graphql": {"type": "string"}}, "required": ["mocha", "graphql"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "dependencies", "scripts", "devDependencies", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lambda-graphql", "description" : "AWS Lambda graphql handler", "version" : "1.1.0", "license" : "MIT", "dependencies" : {"aws-serverless-express" : "^1.2.0", "express" : "^4.14.0", "express-graphql" : "^0.6.1"}, "scripts" : {"test" : "mocha test"}, "devDependencies" : {"mocha" : "^3.2.0", "graphql" : "^0.8.2"}, "repository" : {"type" : "git", "url" : "https://github.com/jakubknejzlik/node-lambda-graphql.git"}, "keywords" : ["lambda", "graphql", "aws", "amazon", "middleware", "api"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-serverless-express": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "string"}}, "required": ["aws-serverless-express", "express", "express-graphql"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "graphql": {"type": "string"}}, "required": ["mocha", "graphql"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "license", "dependencies", "scripts", "devDependencies", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"jarallax-video.min.js": {"type": "string"}, "jarallax.min.js": {"type": "string"}}, "required": ["jarallax-video.min.js", "jarallax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jarallax-video.min.js" : "sha512-C5rtlNVSH3itseE+d9MGmaIZmuT1hgpHMW28Lk8jA1fwQqkt4JteDwvJiH5atAY9/+culm3mnkO6/aXLo5GU0w==", "jarallax.min.js" : "sha512-iFAUsF1e6FlVlu3UhC+EGARrb+dkisVy9IcCO+YqSHhijq/F2P9B0/5/bWxGzRpDfT+nT4QmoveA5sb9y9ghkQ=="} | json_instruct | {"type": "object", "properties": {"jarallax-video.min.js": {"type": "string"}, "jarallax.min.js": {"type": "string"}}, "required": ["jarallax-video.min.js", "jarallax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer"]}}, "required": ["name", "version", "type", "license", "description", "keywords", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "datacodetech/phpcs-ruleset", "version" : "2.3.1", "type" : "library", "license" : "MIT", "description" : "phpcs ruleset used for all PHP projects", "keywords" : [], "require-dev" : {"squizlabs/php_codesniffer" : "^3.5.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer"]}}, "required": ["name", "version", "type", "license", "description", "keywords", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "include": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"name": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "frameworks"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}}, "required": ["name", "version", "keywords", "description", "include", "repository", "dependencies", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ADS7846", "version" : "1.0.0", "keywords" : "spi, touch", "description" : "ADS7846/TSC2046 Touch-Controller", "include" : "ADS7846", "repository" : {"type" : "git", "url" : "https://github.com/watterott/Arduino-Libs.git"}, "dependencies" : {"name" : "digitalWriteFast", "frameworks" : "arduino"}, "frameworks" : "arduino", "platforms" : "atmelavr"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "include": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"name": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "frameworks"]}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}}, "required": ["name", "version", "keywords", "description", "include", "repository", "dependencies", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_6j2s4r5b", "name" : "Chromu_Maps"}, "date" : {"day" : 1601251200, "full" : 1601317840, "month" : 1598918400, "week" : 1601164800}, "id" : "t3_j1hr2x", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 127679, "fullUrl" : "https://preview.redd.it/2xftqxxjmxp51.jpg?auto=webp&s=b37fbb15094e60bc0570016dcb4896ff31e06039", "hash" : "1c8face1ea", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMFB//EACMQAAIBAwMEAwAAAAAAAAAAAAECAwQRIQASQQUTMVEiUpH/xAAVAQEBAAAAAAAAAAAAAAAAAAAAAv/EABgRAQADAQAAAAAAAAAAAAAAAAEAESEC/9oADAMBAAIRAxEAPwDdKTpUaQxPGXSuiIuZCT89uQw+ucW/dF2rWkcKquVO1u3TlwD6uWGdUKOaKYTtDlO8W38G9uefWlxpUxBlhNLJGWLAyMysLm9jYZ8+dUclZC27P//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/BQH8SkUvzsXmLXg7LcaMLXFK7Op4hV8dpZa8RBCHfpk.jpg", "url" : "https://preview.redd.it/2xftqxxjmxp51.jpg?width=640&crop=smart&auto=webp&s=85470dc76f9866895a7be10dd0515b0e499a1d8d", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.88, "ups" : 6, "value" : 6}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Lair of the Beast - RotFM map", "url" : "https://www.reddit.com/r/dndmaps/comments/j1hr2x/battlemap_lair_of_the_beast_24x32_rotfm_map/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"Hanb": {"type": "string"}, "Mlym": {"type": "string"}, "Telu": {"type": "string"}}, "required": ["Hanb", "Mlym", "Telu"]}}, "required": ["Version", "Names"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Version" : "2.1.38.73", "Names" : {"Hanb" : "hanb", "Mlym" : "malay\u00e1lam", "Telu" : "telug\u00fa"}} | json_instruct | {"type": "object", "properties": {"Version": {"type": "string"}, "Names": {"type": "object", "properties": {"Hanb": {"type": "string"}, "Mlym": {"type": "string"}, "Telu": {"type": "string"}}, "required": ["Hanb", "Mlym", "Telu"]}}, "required": ["Version", "Names"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "sintaxis", "parametros"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "", "code" : "", "ldc" : [], "sintaxis" : "ast.get_source_segment(source, node, *, padded=False)\n", "parametros" : [{"nombre" : "node", "description" : ""}, {"nombre" : "source", "description" : ""}, {"nombre" : "padded", "description" : ""}, {"nombre" : "*", "description" : ""}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "sintaxis": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "sintaxis", "parametros"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 140622, "UUID" : "2F3F999C-D339-4408-867C-D388892C58F0", "DataProviderID" : 2, "DataProvidersReference" : "146946", "OperatorID" : 3318, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 140974, "Title" : "Walmart 1439 - Washington, UT", "AddressLine1" : "625 W. Telegraph St.", "Town" : "Washington", "StateOrProvince" : "UT", "Postcode" : "84780", "CountryID" : 2, "Latitude" : 37.127299, "Longitude" : -113.519687, "ContactTelephone1" : "833-632-2778", "AccessComments" : "24 hours daily", "RelatedURL" : "https://www.electrifyamerica.com/", "DistanceUnit" : 0}, "Connections" : [{"ID" : 196308, "ConnectionTypeID" : 2, "LevelID" : 3, "Amps" : 100, "Voltage" : 400, "PowerKW" : 40, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 196309, "ConnectionTypeID" : 32, "LevelID" : 3, "Amps" : 100, "Voltage" : 400, "PowerKW" : 40, "CurrentTypeID" : 30, "Quantity" : 1}], "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-06-26T02:59:00Z", "DataQualityLevel" : 3, "DateCreated" : "2019-12-24T09:13:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"image-scaler": {"type": "string"}}, "required": ["image-scaler"]}}, "required": ["nodes"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"sharp": {"type": "string"}}, "required": ["sharp"]}}, "required": ["name", "node-red", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node-red-contrib-image-scaler", "node-red" : {"nodes" : {"image-scaler" : "image-scaler.js"}}, "version" : "1.0.0", "description" : "A Simple Node to convert an Image from one resolution to another", "main" : "image-scaler.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "johnos", "license" : "ISC", "dependencies" : {"sharp" : "^0.29.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"image-scaler": {"type": "string"}}, "required": ["image-scaler"]}}, "required": ["nodes"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"sharp": {"type": "string"}}, "required": ["sharp"]}}, "required": ["name", "node-red", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "E", "suffix" : "m6/D#", "positions" : [{"frets" : "xx1020", "fingers" : "001020"}, {"frets" : "x65657", "fingers" : "021314", "barres" : "5", "capo" : "true"}, {"frets" : "babccc", "fingers" : "213444", "barres" : "12", "capo" : "true"}, {"frets" : "ba99c9", "fingers" : "321141", "barres" : "9", "capo" : "true"}, {"frets" : "bab9x9", "fingers" : "324101", "barres" : "9", "capo" : "true"}, {"frets" : "x6x653", "fingers" : "030421"}, {"frets" : "x6x989", "fingers" : "010324"}, {"frets" : "xxdcec", "fingers" : "003142"}, {"frets" : "bxb98x", "fingers" : "304210"}, {"frets" : "xihihj", "fingers" : "021314", "barres" : "17", "capo" : "true"}, {"frets" : "bxx989", "fingers" : "400213"}, {"frets" : "xixihf", "fingers" : "030421"}, {"frets" : "xixlkl", "fingers" : "010324"}]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"d3.js": {"type": "string"}, "d3.min.js": {"type": "string"}}, "required": ["d3.js", "d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"d3.js" : "sha512-P+gjtZRTNNnrjnZbHjGDnkMuf2fspvSl0RqlruIl+KRwvoq5BN2S1h5O5jI84BUKLBojNb2OPwQz66Q72lIg6A==", "d3.min.js" : "sha512-cfQYmLtsayleWSjQc9OVs5R0KBouQFginUVjhHfTNs0GkUs2gSoLWcEbli3MGRBP/In0Lp6spPVEZIa94r8stw=="} | json_instruct | {"type": "object", "properties": {"d3.js": {"type": "string"}, "d3.min.js": {"type": "string"}}, "required": ["d3.js", "d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "nickname": {"type": "string"}, "username": {"type": "string"}, "status": {"type": "integer"}}, "required": ["id", "created_at", "updated_at", "nickname", "username", "status"]}}, "required": ["code", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 0, "message" : "success", "data" : {"id" : 1, "created_at" : "2017-03-23 01:14:31", "updated_at" : "2021-11-25 09:50:00", "nickname" : "11111234565", "username" : "usernameeeee", "status" : 1}} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "nickname": {"type": "string"}, "username": {"type": "string"}, "status": {"type": "integer"}}, "required": ["id", "created_at", "updated_at", "nickname", "username", "status"]}}, "required": ["code", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"angular" : "1.5.8"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "parent": {"type": "string"}}, "required": ["textures", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"textures" : {"layer0" : "spartanlands:items/crossbow_slimybone_pulling_0"}, "parent" : "spartanweaponry:item/crossbow_wood_pulling_0"} | json_instruct | {"type": "object", "properties": {"textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "parent": {"type": "string"}}, "required": ["textures", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"camelo": {"type": "string"}, "emojilib": {"type": "string"}, "iterate-object": {"type": "string"}, "r-json": {"type": "string"}}, "required": ["camelo", "emojilib", "iterate-object", "r-json"]}, "devDependencies": {"type": "object", "properties": {"color-it": {"type": "string"}}, "required": ["color-it"]}, "blah": {"type": "object", "properties": {"description": {"type": "string"}, "h_img": {"type": "string"}, "ex_img": {"type": "string"}, "thanks": {"type": "string"}, "documentation": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "h_img", "ex_img", "thanks", "documentation"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "blah", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "emojic", "version" : "1.1.16", "description" : "Emoji in your Node.js command line apps.", "main" : "lib/index.js", "directories" : {"example" : "example"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/IonicaBizau/emojic.git"}, "keywords" : ["icons", "command", "line", "cli"], "author" : "Ionic\u0103 Biz\u0103u <bizauionica@gmail.com> (https://ionicabizau.net)", "license" : "MIT", "bugs" : {"url" : "https://github.com/IonicaBizau/emojic/issues"}, "homepage" : "https://github.com/IonicaBizau/emojic#readme", "dependencies" : {"camelo" : "^1.0.0", "emojilib" : "^2.0.2", "iterate-object" : "^1.2.0", "r-json" : "^1.1.0"}, "devDependencies" : {"color-it" : "^1.1.0"}, "blah" : {"description" : "In the screenshot below I'm using a Linux terminal emulator which doesn't support *colorful* emoji (in the way like OS X does).", "h_img" : "http://i.imgur.com/bflsgPt.png", "ex_img" : "http://i.imgur.com/o0DJDca.png", "thanks" : "Thanks to [**@muan**](https://github.com/muan) for creating the [`emojilib`](https://github.com/muan/emojilib) project we use here. :sparkles:", "documentation" : ["Require the library using `var emojic = require(\"emojic\")`. Then you can use the camel case notation for the emoji names (like in the example). Visit [emoji.muan.co](http://emoji.muan.co) to search the icons.", "For example, if you want to display in console `:heart_eyes:` (:heart_eyes:), you will use `console.log(emojic.heartEyes)` (notice the camelCaseStyle)"]}, "files" : ["bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "bloggify.js", "bloggify.json", "bloggify/"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"camelo": {"type": "string"}, "emojilib": {"type": "string"}, "iterate-object": {"type": "string"}, "r-json": {"type": "string"}}, "required": ["camelo", "emojilib", "iterate-object", "r-json"]}, "devDependencies": {"type": "object", "properties": {"color-it": {"type": "string"}}, "required": ["color-it"]}, "blah": {"type": "object", "properties": {"description": {"type": "string"}, "h_img": {"type": "string"}, "ex_img": {"type": "string"}, "thanks": {"type": "string"}, "documentation": {"type": "array", "items": {"type": "string"}}}, "required": ["description", "h_img", "ex_img", "thanks", "documentation"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "blah", "files"], "$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"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}}, "required": ["name", "version", "main", "ignore", "homepage", "_release", "_resolution", "_source", "_target", "_originalSource"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Processing.js", "version" : "1.4.15", "main" : "processing.js", "ignore" : ["bundle", "lib", "node_modules", "src", "test", "test.js", "test.html", "build.js", "Gruntfile.js", "minify.js", "package.json", "server.js"], "homepage" : "https://github.com/processing-js/processing-js", "_release" : "1.4.15", "_resolution" : {"type" : "version", "tag" : "v1.4.15", "commit" : "581a7ca8bb1b91f95ffa16fc8a81e52292fa763c"}, "_source" : "git://github.com/processing-js/processing-js.git", "_target" : "~1.4.15", "_originalSource" : "Processing.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}}, "required": ["name", "version", "main", "ignore", "homepage", "_release", "_resolution", "_source", "_target", "_originalSource"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "control": {"type": "object", "properties": {"engine": {"type": "string"}, "iso_datetime": {"type": "string"}, "version": {"type": "array", "items": {"type": "string"}}}, "required": ["engine", "iso_datetime", "version"]}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "control", "data_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backup_data_uid" : "acb794d4241dfa43", "backup_module_uid" : "707ccdfe444cafac", "backup_module_uoa" : "platform", "control" : {"engine" : "CK", "iso_datetime" : "2017-02-04T15:00:43.381726", "version" : ["1", "8", "6", "1"]}, "data_name" : "SAMSUNG SM-J110F"} | json_instruct | {"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "control": {"type": "object", "properties": {"engine": {"type": "string"}, "iso_datetime": {"type": "string"}, "version": {"type": "array", "items": {"type": "string"}}}, "required": ["engine", "iso_datetime", "version"]}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "control", "data_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image_name" : "lesion1157.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 2.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "300.0,343.0,302.0,342.0,305.0,342.0,308.0,341.0,312.0,340.0,315.0,343.0,314.0,346.0,316.0,350.0,315.0,352.0,311.0,351.0,307.0,356.0,307.0,356.0,306.0,352.0,304.0,351.0,304.0,347.0,301.0,347.0,299.0,346.0", "id" : "2", "blurred" : false, "goodIllumination" : true}], "camera_id" : "", "image_width" : 512} | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-122.286029, 38.28403], [-122.282757, 38.286085], [-122.282717, 38.289233], [-122.28334, 38.289161], [-122.281357, 38.292032], [-122.282495, 38.294448], [-122.281769, 38.296374], [-122.283392, 38.298105], [-122.275883, 38.299545], [-122.273001, 38.297868], [-122.269435, 38.297445], [-122.269406, 38.290663], [-122.265295, 38.289868], [-122.264894, 38.287739], [-122.263653, 38.286673], [-122.263656, 38.280015], [-122.285211, 38.281676], [-122.286029, 38.28403]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5690}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"alias" : "video/3578/python-3-for-data-science-what-works-what-doesn", "category" : "PyCon Italia 2015", "copyright_text" : "", "description" : "In the last years, the Python programming language has engaged a major\nrenovation, and Python 3.x is going to be the next generation reference\nof the language. However, despite the community strives to support the\nlanguage switch among pythonistas, Python 3 is not yet the real de-facto\nreference version of the language and Python 2.x is still on the go.\nMoreover, as for the scientific Python community, only few years ago\nmost of the scientific python packages only (or mainly) supported Python\n2. In this talk we will analyse how far the support to Python 3 extent\nto the Python scientific packages, emphasising what actually works and\nwhat doesn\u2019t. The general claim of this talk is that, from a technical\nperspective, Python 3 is a more mature language from many point of view\n(w.r.t. Python 2), and the scientific community is now able more than\never to switch to Python 3. However, so far, the switch has not been\ndone yet. Thus, some reflections on this \u201cparticular\u201d community of\npythonistas will conclude the talk in order to stimulate the discussion\nand derive together possible solutions and \u201cworkaround\u201d to support this\nchange.\n", "duration" : 1546, "id" : 3578, "language" : "eng", "quality_notes" : "", "recorded" : "2015-05-30", "slug" : "python-3-for-data-science-what-works-what-doesn", "speakers" : ["Valerio Maggio"], "summary" : "", "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/TE7xo1Xk9Fo/maxresdefault.jpg", "title" : "Python 3 for Data Science: what works, what doesn't", "videos" : [{"length" : 0, "type" : "youtube", "url" : "https://www.youtube.com/watch?v=TE7xo1Xk9Fo"}]} | json_instruct | {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "how_long": {"type": "string"}, "job_description": {"type": "string"}, "where": {"type": "string"}}, "required": ["name", "company", "how_long", "job_description", "where"]}}}, "required": ["slug", "title", "description", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "profesional", "title" : "Experiencia laboral", "description" : "Perfil profesional y experiencia laboral", "items" : [{"name" : "Front end software developer", "company" : "Open Systems", "how_long" : "Diciembre 2019 \u2014 Presente", "job_description" : "Apoyar los procesos de dise\u00f1o y construcci\u00f3n del portal de autogesti\u00f3n del producto Open Smartflex.", "where" : "Cali"}, {"name" : "Product development specialist", "company" : "Open Systems", "how_long" : "Noviembre 2017 \u2014 Diciembre 2019", "job_description" : "Aporte a la mejora y calidad del alcance funcional del producto Open Smartflex mediante la investigaci\u00f3n y definici\u00f3n de requisitos funcionales y no funcionales para la industria de los servicios p\u00fablicos.", "where" : "Cali"}, {"name" : "Java software developer", "company" : "Objetos y Sistemas Relacionales SAS", "how_long" : "Agosto 2017 \u2014 Octubre 2017", "job_description" : "Trabaj\u00e9 en la implementaci\u00f3n y mejora de la herramienta BSC(Balanced Score Card) utilizando herramientas como Java JSF, Primefaces framework y Java EE.", "where" : "Pereira"}, {"name" : "Full stack mobile developer", "company" : "Makila technologies", "how_long" : "Junio 2016 \u2014 Junio 2017", "job_description" : "Dise\u00f1\u00e9 e implement\u00e9 una aplicaci\u00f3n m\u00f3vil multiplataforma (iOS y Android) considerando aspectos como las bases de datos relacionales, interfaz de usuario, seguridad a trav\u00e9s del aplicativo y QA.", "where" : "Pereira"}]} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "company": {"type": "string"}, "how_long": {"type": "string"}, "job_description": {"type": "string"}, "where": {"type": "string"}}, "required": ["name", "company", "how_long", "job_description", "where"]}}}, "required": ["slug", "title", "description", "items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elm/core": {"type": "string"}, "elm/time": {"type": "string"}}, "required": ["elm/core", "elm/time"]}, "test-dependencies": {"type": "object", "properties": {"elm-explorations/test": {"type": "string"}}, "required": ["elm-explorations/test"]}}, "required": ["type", "name", "summary", "license", "version", "exposed-modules", "elm-version", "dependencies", "test-dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "package", "name" : "thoughtbot/expirable", "summary" : "Manage values that expire after a period of time", "license" : "MIT", "version" : "2.0.0", "exposed-modules" : ["Expirable"], "elm-version" : "0.19.0 <= v < 0.20.0", "dependencies" : {"elm/core" : "1.0.0 <= v < 2.0.0", "elm/time" : "1.0.0 <= v < 2.0.0"}, "test-dependencies" : {"elm-explorations/test" : "1.0.0 <= v < 2.0.0"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"elm/core": {"type": "string"}, "elm/time": {"type": "string"}}, "required": ["elm/core", "elm/time"]}, "test-dependencies": {"type": "object", "properties": {"elm-explorations/test": {"type": "string"}}, "required": ["elm-explorations/test"]}}, "required": ["type", "name", "summary", "license", "version", "exposed-modules", "elm-version", "dependencies", "test-dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"aseprite_json": {"type": "string"}, "license": {"type": "string"}, "locked_size": {"type": "boolean"}, "names": {"type": "object", "properties": {"idle": {"type": "object", "properties": {"end": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "extrapolate": {"type": "string"}, "frames": {"type": "array", "items": {"type": "number"}}, "start": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "required": ["end", "extrapolate", "frames", "start"]}}, "required": ["idle"]}, "sprite_size": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "url": {"type": "string"}}, "required": ["aseprite_json", "license", "locked_size", "names", "sprite_size", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aseprite_json" : "aseprite/Blythe.json", "license" : "Copyright 2021 Ian Patrick https://www.instagram.com/ian.t.patrick/. Licensed as CC BY 3.0", "locked_size" : false, "names" : {"idle" : {"end" : {"x" : 0.0, "y" : 0.0}, "extrapolate" : "clamp", "frames" : [6.0], "start" : {"x" : 0.0, "y" : 0.0}}}, "sprite_size" : {"x" : 32, "y" : 32}, "url" : "Blythe.png"} | json_instruct | {"type": "object", "properties": {"aseprite_json": {"type": "string"}, "license": {"type": "string"}, "locked_size": {"type": "boolean"}, "names": {"type": "object", "properties": {"idle": {"type": "object", "properties": {"end": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "extrapolate": {"type": "string"}, "frames": {"type": "array", "items": {"type": "number"}}, "start": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "required": ["end", "extrapolate", "frames", "start"]}}, "required": ["idle"]}, "sprite_size": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "url": {"type": "string"}}, "required": ["aseprite_json", "license", "locked_size", "names", "sprite_size", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"angular-google-maps.js": {"type": "string"}, "angular-google-maps.min.js": {"type": "string"}}, "required": ["angular-google-maps.js", "angular-google-maps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-google-maps.js" : "sha256-Js1nKllZqeMsD8+eW/GTlDqP1RO4Vvfep5zUTg4fC5c=", "angular-google-maps.min.js" : "sha256-76xw0OVcNvd5Ixb3VYdixZtQph56X4HtnfZtL1v1CwE="} | json_instruct | {"type": "object", "properties": {"angular-google-maps.js": {"type": "string"}, "angular-google-maps.min.js": {"type": "string"}}, "required": ["angular-google-maps.js", "angular-google-maps.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "databaseURL": {"type": "string"}, "storageBucket": {"type": "string"}, "messagingSenderId": {"type": "string"}}, "required": ["apiKey", "authDomain", "databaseURL", "storageBucket", "messagingSenderId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiKey" : "Your-apiKey-here", "authDomain" : "Your-authDomain-here", "databaseURL" : "Your-databaseURL-here", "storageBucket" : "storageBucket", "messagingSenderId" : "Your-messagingSenderId-here"} | json_instruct | {"type": "object", "properties": {"apiKey": {"type": "string"}, "authDomain": {"type": "string"}, "databaseURL": {"type": "string"}, "storageBucket": {"type": "string"}, "messagingSenderId": {"type": "string"}}, "required": ["apiKey", "authDomain", "databaseURL", "storageBucket", "messagingSenderId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2020-12-22T20:35:49Z", "data" : [{"data_type" : "noise", "value" : "45.54", "max" : "78.23", "min" : "35.30", "sd" : "3.94"}, {"data_type" : "illuminance", "value" : "2135.00", "max" : "2135.00", "min" : "2135.00", "sd" : "0.00"}, {"data_type" : "irradiance", "value" : "12383.39", "max" : "12429.60", "min" : "12337.17", "sd" : "27.46"}, {"data_type" : "temperature", "value" : "28.49", "max" : "28.50", "min" : "28.48", "sd" : "0.01"}, {"data_type" : "humidity", "value" : "54.88", "max" : "55.02", "min" : "54.75", "sd" : "0.08"}, {"data_type" : "presure", "value" : "905.85", "max" : "905.88", "min" : "905.82", "sd" : "0.02"}, {"data_type" : "rain", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "precipitation", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "440281107201", "text" : "\u4e09\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "440281107202", "text" : "\u77f3\u6751\u6751\u59d4\u4f1a"}, {"id" : "440281107203", "text" : "\u767d\u9732\u5858\u6751\u59d4\u4f1a"}, {"id" : "440281107204", "text" : "\u795e\u524d\u5cad\u6751\u59d4\u4f1a"}, {"id" : "440281107205", "text" : "\u8f66\u5934\u56ed\u6751\u59d4\u4f1a"}, {"id" : "440281107206", "text" : "\u5927\u576a\u5934\u6751\u59d4\u4f1a"}, {"id" : "440281107207", "text" : "\u4ed5\u5751\u6751\u59d4\u4f1a"}, {"id" : "440281107208", "text" : "\u4e2b\u544a\u5cad\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}, "jquery": {"type": "string"}, "marionette": {"type": "string"}, "lodash-template-loader": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["requirejs", "jquery", "marionette", "lodash-template-loader", "bootstrap"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "backbone-marionette-boilerplate", "dependencies" : {"requirejs" : "*", "jquery" : "*", "marionette" : "*", "lodash-template-loader" : "*", "bootstrap" : "*"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"requirejs": {"type": "string"}, "jquery": {"type": "string"}, "marionette": {"type": "string"}, "lodash-template-loader": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["requirejs", "jquery", "marionette", "lodash-template-loader", "bootstrap"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"provServerAddr": {"type": "string"}, "serverPath": {"type": "string"}, "localPath": {"type": "string"}, "useIma": {"type": "boolean"}, "imaPcr": {"type": "integer"}}, "required": ["provServerAddr", "serverPath", "localPath", "useIma", "imaPcr"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"provServerAddr" : "http://127.0.0.1:9001/", "serverPath" : "drtm-example/", "localPath" : "metadata/", "useIma" : false, "imaPcr" : 10} | json_instruct | {"type": "object", "properties": {"provServerAddr": {"type": "string"}, "serverPath": {"type": "string"}, "localPath": {"type": "string"}, "useIma": {"type": "boolean"}, "imaPcr": {"type": "integer"}}, "required": ["provServerAddr", "serverPath", "localPath", "useIma", "imaPcr"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Max-Weber-Berufskolleg St\u00e4dt. Schule f\u00fcr Wirtschaft und Verwaltung - Sekundarstufe II -", "id" : "NRW-170793", "address" : "Suitbertusstr. 163-165, 40223 D\u00fcsseldorf", "school_type" : "Berufskolleg", "fax" : "0211 8929159", "phone" : "0211 8927342", "website" : " http://www.max-weber-berufskolleg.de", "email" : " 170793@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 6.776024, "lat" : 51.204241} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$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"}, "objects": {"type": "object", "properties": {"E01016440": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01016440"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01016440" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00083022", "LAD11CD" : "E06000038"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00083029", "LAD11CD" : "E06000038"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00083031", "LAD11CD" : "E06000038"}, "arcs" : [[-2, 6, -4, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00083032", "LAD11CD" : "E06000038"}, "arcs" : [[-5, -7, -1, 8]]}]}}, "arcs" : [[[3041, 1496], [1128, 473], [507, 698]], [[4676, 2667], [2347, 1172], [1027, -225], [886, 809], [350, -433]], [[9286, 3990], [-2478, -3221], [-1349, -85], [-267, -684], [-987, 229], [44, 414], [1129, 649], [-440, 159], [-700, -369], [-1197, 414]], [[7686, 6162], [-1745, -480], [-315, -901], [-1475, -881]], [[4151, 3900], [-1026, 166], [52, 1329], [-669, -58]], [[2508, 5337], [102, 1985], [-139, 2671], [134, 6], [674, -453], [210, -1576], [3858, 309], [39, -254], [300, -1863]], [[4676, 2667], [-662, 482], [569, 325], [-432, 426]], [[7686, 6162], [237, -1173], [1966, 650], [110, -668], [-713, -981]], [[3041, 1496], [-319, 434], [979, 35], [-857, 450], [-494, 587], [-2350, 1085], [684, 695], [1856, 244], [-32, 311]]], "transform" : {"scale" : [8.828644525904641e-07, 8.553071294401845e-07], "translate" : [-0.96590220268311, 51.41503424191126]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016440": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01016440"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "hideInEditor": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"xyz.coderiftel.option": {"type": "string"}}, "required": ["xyz.coderiftel.option"]}}, "required": ["name", "version", "description", "displayName", "author", "hideInEditor", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "xyz.coderiftel.completer", "version" : "1.1.0", "description" : "Completer handles command line parsing and gives you completion options.", "displayName" : "completer", "author" : {"name" : "coderiftel"}, "hideInEditor" : false, "keywords" : ["cli", "completion", "ongui"], "dependencies" : {"xyz.coderiftel.option" : "1.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "hideInEditor": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"xyz.coderiftel.option": {"type": "string"}}, "required": ["xyz.coderiftel.option"]}}, "required": ["name", "version", "description", "displayName", "author", "hideInEditor", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "css-sections"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "a4b840a0ea995d530b179cecd09ba36b29a7a17b"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "7fd80f47e659f4ec5f08", "c" : {"index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.020118, 33.857601], [-84.016197, 33.867082], [-84.006256, 33.897873], [-83.995212, 33.902973], [-83.991704, 33.898014], [-83.988312, 33.896494], [-83.986386, 33.896904], [-83.986065, 33.894413], [-83.982745, 33.889614], [-83.984471, 33.883952], [-83.984478, 33.87606], [-83.988898, 33.875901], [-83.992876, 33.87379], [-83.993818, 33.871049], [-83.999008, 33.867605], [-83.997726, 33.865787], [-83.996188, 33.86603], [-83.991704, 33.860455], [-83.995225, 33.856123], [-83.999428, 33.856402], [-84.006944, 33.85463], [-84.020118, 33.857601]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 19602}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"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" : "0x9874dda3edd2fab1d99e0355c454c68f05bcf759f4c7163e2d990f194b20546e", "parentHash" : "0xc0bf436d802877d50e447795d49f5d821e43a0d6138b5a47af231e520ccbf2ba", "number" : 73812, "timestamp" : 1439375432, "nonce" : "0x1b56ef41d8a4f54f", "difficulty" : 2219543318054, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xC603Ab5ef41fC61AA8b76bEddb09e3Cfcbb174BD", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"version": {"type": "string"}, "lint": {"type": "string"}, "lint-fix": {"type": "string"}}, "required": ["version", "lint", "lint-fix"]}, "auto-changelog": {"type": "object", "properties": {"template": {"type": "string"}, "remote": {"type": "string"}, "commitLimit": {"type": "boolean"}, "releaseSummary": {"type": "boolean"}}, "required": ["template", "remote", "commitLimit", "releaseSummary"]}, "dependencies": {"type": "object", "properties": {"auto-changelog": {"type": "string"}, "stylelint": {"type": "string"}, "stylelint-config-standard": {"type": "string"}}, "required": ["auto-changelog", "stylelint", "stylelint-config-standard"]}}, "required": ["name", "description", "version", "author", "license", "icon", "keywords", "homepage", "repository", "bugs", "scripts", "auto-changelog", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "coldark-prism", "description" : "A blue-grey theme with light & dark versions.", "version" : "1.0.5", "author" : {"name" : "ArmandPhilippot", "url" : "https://www.armandphilippot.com"}, "license" : "MIT", "icon" : "assets/logo.png", "keywords" : ["Coldark", "theme"], "homepage" : "https://github.com/ArmandPhilippot/coldark-prism#readme", "repository" : {"type" : "git", "url" : "https://github.com/ArmandPhilippot/coldark-prism"}, "bugs" : {"url" : "https://github.com/ArmandPhilippot/coldark-prism/issues"}, "scripts" : {"version" : "auto-changelog -p && git add CHANGELOG.md", "lint" : "stylelint \"*.css\"", "lint-fix" : "stylelint \"*.css\" --fix"}, "auto-changelog" : {"template" : "keepachangelog", "remote" : "github", "commitLimit" : false, "releaseSummary" : true}, "dependencies" : {"auto-changelog" : "^2.2.1", "stylelint" : "^13.7.2", "stylelint-config-standard" : "^20.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"version": {"type": "string"}, "lint": {"type": "string"}, "lint-fix": {"type": "string"}}, "required": ["version", "lint", "lint-fix"]}, "auto-changelog": {"type": "object", "properties": {"template": {"type": "string"}, "remote": {"type": "string"}, "commitLimit": {"type": "boolean"}, "releaseSummary": {"type": "boolean"}}, "required": ["template", "remote", "commitLimit", "releaseSummary"]}, "dependencies": {"type": "object", "properties": {"auto-changelog": {"type": "string"}, "stylelint": {"type": "string"}, "stylelint-config-standard": {"type": "string"}}, "required": ["auto-changelog", "stylelint", "stylelint-config-standard"]}}, "required": ["name", "description", "version", "author", "license", "icon", "keywords", "homepage", "repository", "bugs", "scripts", "auto-changelog", "dependencies"], "$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.