input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"900353541": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353542": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353543": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353544": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353545": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353546": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900353541", "900353542", "900353543", "900353544", "900353545", "900353546"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900353541" : {"nama" : "TPS 1", "dapil" : [3306, 13308, 2330805]}, "900353542" : {"nama" : "TPS 2", "dapil" : [3306, 13308, 2330805]}, "900353543" : {"nama" : "TPS 3", "dapil" : [3306, 13308, 2330805]}, "900353544" : {"nama" : "TPS 4", "dapil" : [3306, 13308, 2330805]}, "900353545" : {"nama" : "TPS 5", "dapil" : [3306, 13308, 2330805]}, "900353546" : {"nama" : "TPS 6", "dapil" : [3306, 13308, 2330805]}} | json_instruct | {"type": "object", "properties": {"900353541": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353542": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353543": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353544": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353545": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900353546": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900353541", "900353542", "900353543", "900353544", "900353545", "900353546"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"buildCommand": {"type": "string"}, "publishDirectory": {"type": "object", "properties": {"baseui": {"type": "string"}}, "required": ["baseui"]}, "sandboxes": {"type": "array", "items": {"type": "string"}}}, "required": ["buildCommand", "publishDirectory", "sandboxes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"buildCommand" : "build", "publishDirectory" : {"baseui" : "dist"}, "sandboxes" : ["basic-usage-9olot"]} | json_instruct | {"type": "object", "properties": {"buildCommand": {"type": "string"}, "publishDirectory": {"type": "object", "properties": {"baseui": {"type": "string"}}, "required": ["baseui"]}, "sandboxes": {"type": "array", "items": {"type": "string"}}}, "required": ["buildCommand", "publishDirectory", "sandboxes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "bobyqa_noise", "black" : "optuna_random", "traceback" : ["passing", "passing"], "best_val" : [0.005893623591993066, 1.225840731736414], "best_x" : [[0.006418246804346554, 0.09935139423193946, 0.11107366407170746, 0.21365506579950536, 0.15927136595978963, 0.24089866291195627, 6.683046404564299e-05, 0.169264769950852], [0.013248881792897627, 0.3251791532113065, 0.39443571461570803, 0.5198683284456133, 0.05726572697820176, 0.2875572383442543, 0.3617161867097949, 0.26947807963002035]], "feval_count" : [147, 147], "n_trials_instructed" : [210, 147], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "bobyqa_noise", "loser" : "optuna_random"} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1398, "surahNumber" : "010", "ayatNumber" : "034", "arabic" : "\u0642\u064f\u0644\u0652 \u0647\u064e\u0644\u0652 \u0645\u0650\u0646\u0652 \u0634\u064f\u0631\u064e\u0643\u064e\u0627\u0626\u0650\u0643\u064f\u0645\u0652 \u0645\u064e\u0646\u0652 \u064a\u064e\u0628\u0652\u062f\u064e\u0623\u064f \u0627\u0644\u0652\u062e\u064e\u0644\u0652\u0642\u064e \u062b\u064f\u0645\u0651\u064e \u064a\u064f\u0639\u0650\u064a\u062f\u064f\u0647\u064f \u06da \u0642\u064f\u0644\u0650 \u0627\u0644\u0644\u0651\u064e\u0647\u064f \u064a\u064e\u0628\u0652\u062f\u064e\u0623\u064f \u0627\u0644\u0652\u062e\u064e\u0644\u0652\u0642\u064e \u062b\u064f\u0645\u0651\u064e \u064a\u064f\u0639\u0650\u064a\u062f\u064f\u0647\u064f \u06d6 \u0641\u064e\u0623\u064e\u0646\u0651\u064e\u0649\u0670 \u062a\u064f\u0624\u0652\u0641\u064e\u0643\u064f\u0648\u0646\u064e", "english" : "Say: \"Is there of your (Allah's so-called) partners one that originates the creation and then repeats it?\" Say: \"Allah originates the creation and then He repeats it. Then how are you deluded away (from the truth)?\"", "bengali" : "\u09ac\u09b2, \u0986\u099b\u09c7 \u0995\u09bf \u0995\u09c7\u0989 \u09a4\u09c7\u09be\u09ae\u09be\u09a6\u09c7\u09b0 \u09b6\u09b0\u09c0\u0995\u09a6\u09c7\u09b0 \u09ae\u09be\u099d\u09c7 \u09af\u09c7 \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09c7 \u09aa\u09df\u09a6\u09be \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 \u098f\u09ac\u0982 \u0986\u09ac\u09be\u09b0 \u099c\u09c0\u09ac\u09bf\u09a4 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7? \u09ac\u09b2, \u0986\u09b2\u09cd\u09b2\u09be\u09b9\u0987 \u09aa\u09cd\u09b0\u09a5\u09ae\u09ac\u09be\u09b0 \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09b0\u09c7\u09a8 \u098f\u09ac\u0982 \u0985\u09a4\u0983\u09aa\u09b0 \u09a4\u09be\u09b0 \u09aa\u09c1\u09a8\u09b0\u09c1\u09a6\u09cd\u09ad\u09ac \u0995\u09b0\u09ac\u09c7\u09a8\u0964 \u0985\u09a4\u098f\u09ac, \u0995\u09c7\u09be\u09a5\u09be\u09df \u0998\u09c1\u09b0\u09aa\u09be\u0995 \u0996\u09be\u099a\u09cd\u099b\u09c7?"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token 6Lgj", "symbol" : "6LgjP", "decimals" : 6, "address" : "6LgjPrEGUc8kMCUB4tVuLennxvhGHJWCp44fWaFXxVbP", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-03-21T11:00:00Z", "Temp" : 27.5, "RelHum" : 33, "WindSpeed" : 0.2, "WindDir" : 191} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cordova-call", "version" : "1.1.6", "lockfileVersion" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"space-before-function-paren": {"type": "integer"}, "react/prop-types": {"type": "integer"}, "@next/next/no-img-element": {"type": "integer"}}, "required": ["space-before-function-paren", "react/prop-types", "@next/next/no-img-element"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "next/core-web-vitals", "rules" : {"space-before-function-paren" : 0, "react/prop-types" : 0, "@next/next/no-img-element" : 0}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"space-before-function-paren": {"type": "integer"}, "react/prop-types": {"type": "integer"}, "@next/next/no-img-element": {"type": "integer"}}, "required": ["space-before-function-paren", "react/prop-types", "@next/next/no-img-element"]}}, "required": ["extends", "rules"], "$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": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "8db9d2bad140aba850a6", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$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"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build-commonjs": {"type": "string"}, "build-umd": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build-commonjs", "build-umd", "build", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"antlr4": {"type": "string"}}, "required": ["antlr4"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "chai": {"type": "string"}, "glob": {"type": "string"}, "mocha": {"type": "string"}, "source-map-support": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-license-plugin": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "chai", "glob", "mocha", "source-map-support", "webpack", "webpack-cli", "webpack-license-plugin"]}}, "required": ["name", "version", "homepage", "description", "main", "types", "scripts", "keywords", "author", "license", "repository", "bugs", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bibtex-js-parser", "version" : "1.1.5", "homepage" : "https://github.com/yepengding/bibtex-js-parser", "description" : "A BitTeX parser implemented in JavaScript (ES6). Transforming a BibTeX file to an object in memory or a semi-structured file on disk.", "main" : "./index.js", "types" : "./index.d.ts", "scripts" : {"dev" : "webpack --config webpack.config.dev.js", "build-commonjs" : "LIB_TYPE=commonjs webpack --config webpack.config.prod.js", "build-umd" : "LIB_TYPE=umd webpack --config webpack.config.prod.js", "build" : "npm run build-commonjs && npm run build-umd", "test" : "npm run dev && mocha --require source-map-support/register dist/dev/bibtex-js-parser-dev.js"}, "keywords" : ["bibtex", "parser"], "author" : "Yepeng Ding", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/yepengding/bibtex-js-parser"}, "bugs" : {"url" : "https://github.com/yepengding/bibtex-js-parser/issues"}, "dependencies" : {"antlr4" : "^4.9.3"}, "devDependencies" : {"@babel/core" : "^7.17.8", "@babel/preset-env" : "^7.16.11", "babel-loader" : "^8.2.4", "chai" : "^4.3.6", "glob" : "^7.2.0", "mocha" : "^9.2.2", "source-map-support" : "^0.5.21", "webpack" : "^5.70.0", "webpack-cli" : "^4.9.2", "webpack-license-plugin" : "^4.2.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build-commonjs": {"type": "string"}, "build-umd": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "build-commonjs", "build-umd", "build", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"antlr4": {"type": "string"}}, "required": ["antlr4"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "chai": {"type": "string"}, "glob": {"type": "string"}, "mocha": {"type": "string"}, "source-map-support": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-license-plugin": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "chai", "glob", "mocha", "source-map-support", "webpack", "webpack-cli", "webpack-license-plugin"]}}, "required": ["name", "version", "homepage", "description", "main", "types", "scripts", "keywords", "author", "license", "repository", "bugs", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : "8699", "name" : "PixelFreak #08699", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmfTrcR6ry2EFib4KqaHrSVJbDX252DdHegtUH678XXa2o", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Tie Red"}, {"trait_type" : "eyes", "value" : "Squary"}, {"trait_type" : "head", "value" : "Vamp"}, {"trait_type" : "nose", "value" : "Bridge"}, {"trait_type" : "extra", "value" : "None"}, {"trait_type" : "mouth", "value" : "Devils"}, {"trait_type" : "background", "value" : "RandomColor"}, {"trait_type" : "Trait Count", "value" : "8"}]}, "attributeRarities" : [{"trait_type" : "pet", "value" : "None", "count" : 9511, "ratio" : 0.9511, "ratioScore" : 1.0514141520344864}, {"trait_type" : "body", "value" : "Tie Red", "count" : 216, "ratio" : 0.0216, "ratioScore" : 46.29629629629629}, {"trait_type" : "eyes", "value" : "Squary", "count" : 325, "ratio" : 0.0325, "ratioScore" : 30.769230769230766}, {"trait_type" : "head", "value" : "Vamp", "count" : 454, "ratio" : 0.0454, "ratioScore" : 22.026431718061673}, {"trait_type" : "nose", "value" : "Bridge", "count" : 1092, "ratio" : 0.1092, "ratioScore" : 9.157509157509157}, {"trait_type" : "extra", "value" : "None", "count" : 874, "ratio" : 0.0874, "ratioScore" : 11.441647597254004}, {"trait_type" : "mouth", "value" : "Devils", "count" : 451, "ratio" : 0.0451, "ratioScore" : 22.172949002217294}, {"trait_type" : "background", "value" : "RandomColor", "count" : 9595, "ratio" : 0.9595, "ratioScore" : 1.0422094841063054}, {"trait_type" : "Trait Count", "value" : "8", "count" : 10000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 144.95768817670998, "rank" : 8601} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "282ece87-545b-40f9-8986-f8d72e11f066", "children" : ["ee75cba1-ce2b-4b77-aabe-c6e3a401f48e"], "befores" : [{"name" : "check_ui", "status" : "passed", "start" : 1629367333824, "stop" : 1629367333824}], "start" : 1629367333824, "stop" : 1629367334418} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Feedback": {"type": "object", "properties": {"ContactThePiwikTeam": {"type": "string"}, "DoYouHaveBugReportOrFeatureRequest": {"type": "string"}, "GetInTouch": {"type": "string"}, "IWantTo": {"type": "string"}, "LearnWaysToParticipate": {"type": "string"}, "ManuallySendEmailTo": {"type": "string"}, "PrivacyClaim": {"type": "string"}, "RateFeatureLeaveMessageDislike": {"type": "string"}, "RateFeatureSendFeedbackInformation": {"type": "string"}, "RateFeatureThankYouTitle": {"type": "string"}, "RateFeatureTitle": {"type": "string"}, "SendFeedback": {"type": "string"}, "SpecialRequest": {"type": "string"}, "ThankYou": {"type": "string"}, "TopLinkTooltip": {"type": "string"}, "ViewUserGuides": {"type": "string"}, "VisitTheForums": {"type": "string"}, "WantToThankConsiderDonating": {"type": "string"}}, "required": ["ContactThePiwikTeam", "DoYouHaveBugReportOrFeatureRequest", "GetInTouch", "IWantTo", "LearnWaysToParticipate", "ManuallySendEmailTo", "PrivacyClaim", "RateFeatureLeaveMessageDislike", "RateFeatureSendFeedbackInformation", "RateFeatureThankYouTitle", "RateFeatureTitle", "SendFeedback", "SpecialRequest", "ThankYou", "TopLinkTooltip", "ViewUserGuides", "VisitTheForums", "WantToThankConsiderDonating"]}}, "required": ["Feedback"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Feedback" : {"ContactThePiwikTeam" : "Kontakt z ekip\u0105 Piwik!", "DoYouHaveBugReportOrFeatureRequest" : "Czy odkry\u0142e\u015b b\u0142\u0105d o kt\u00f3rym chcesz poinformowa\u0107, lub masz pomys\u0142 na now\u0105 funkcjonalno\u015b\u0107?", "GetInTouch" : "Dzi\u0119kujemy za uwagi i zawsze czytamy wszystkie wiadomo\u015bci. Mo\u017ce chcesz podzieli\u0107 si\u0119 mo\u017cliwo\u015bciami biznesowymi, zatrudni\u0107 konsultanta Piwik, opowiedzie\u0107 nam histori\u0119 sukcesu lub po prostu si\u0119 przywita\u0107!", "IWantTo" : "Pragn\u0119:", "LearnWaysToParticipate" : "Poznaj wszystkie sposoby %s uczestnictwa%s", "ManuallySendEmailTo" : "Prosimy r\u0119cznie wys\u0142a\u0107 swoj\u0105 wiadomo\u015b\u0107", "PrivacyClaim" : "Piwik respektuje twoj\u0105 %1$sprywatno\u015b\u0107%2$s i oddaje ci pe\u0142n\u0105 kontrol\u0119 nad twoimi danymi.", "RateFeatureLeaveMessageDislike" : "Przykro nam s\u0142ysze\u0107, \u017ce Tobie si\u0119 nie podoba! Prosz\u0119 pozw\u00f3l nam wiedzie\u0107, jak mo\u017cemy to poprawi\u0107.", "RateFeatureSendFeedbackInformation" : "Twoja platforma Piwik wy\u015ble nam (Ekipa Piwik) wiadomo\u015b\u0107 email (zawieraj\u0105c\u0105 tw\u00f3j adres email), dzi\u0119ki temu b\u0119dziemy mogli mie\u0107 z toba kontakt je\u015bli mia\u0142by\u015b jakie\u015b pytania.", "RateFeatureThankYouTitle" : "Dzi\u0119kujemy za ocen\u0119 '%s'!", "RateFeatureTitle" : "Czy podoba Ci si\u0119 '%s' funkcja? Prosz\u0119 oceni\u0107 i zostawi\u0107 komentarz", "SendFeedback" : "Wy\u015blij opini\u0119", "SpecialRequest" : "Czy masz wyj\u0105tkowe \u017cyczenia, kt\u00f3re chcesz przekaza\u0107 dla ekipy programist\u00f3w z Piwik?", "ThankYou" : "Dzi\u0119kujemy za pomoc, kt\u00f3ra pozwala uczyni\u0107 statystyki Piwik jeszcze lepszymi!", "TopLinkTooltip" : "Powiedz nam co myslisz albo popro\u015b o profesjonalne wsparcie.", "ViewUserGuides" : "Naucz si\u0119 jak skonfigurowa\u0107 Piwik i jak efektywnie analizowa\u0107 twoje dane z naszym %1$spodr\u0119cznikiem u\u017cytkownika%2$s", "VisitTheForums" : "Odwied\u017a %s forum%s", "WantToThankConsiderDonating" : "Uwa\u017casz, \u017ce Piwik jest \u015bwietny i chcesz nam podzi\u0119kowa\u0107?"}} | json_instruct | {"type": "object", "properties": {"Feedback": {"type": "object", "properties": {"ContactThePiwikTeam": {"type": "string"}, "DoYouHaveBugReportOrFeatureRequest": {"type": "string"}, "GetInTouch": {"type": "string"}, "IWantTo": {"type": "string"}, "LearnWaysToParticipate": {"type": "string"}, "ManuallySendEmailTo": {"type": "string"}, "PrivacyClaim": {"type": "string"}, "RateFeatureLeaveMessageDislike": {"type": "string"}, "RateFeatureSendFeedbackInformation": {"type": "string"}, "RateFeatureThankYouTitle": {"type": "string"}, "RateFeatureTitle": {"type": "string"}, "SendFeedback": {"type": "string"}, "SpecialRequest": {"type": "string"}, "ThankYou": {"type": "string"}, "TopLinkTooltip": {"type": "string"}, "ViewUserGuides": {"type": "string"}, "VisitTheForums": {"type": "string"}, "WantToThankConsiderDonating": {"type": "string"}}, "required": ["ContactThePiwikTeam", "DoYouHaveBugReportOrFeatureRequest", "GetInTouch", "IWantTo", "LearnWaysToParticipate", "ManuallySendEmailTo", "PrivacyClaim", "RateFeatureLeaveMessageDislike", "RateFeatureSendFeedbackInformation", "RateFeatureThankYouTitle", "RateFeatureTitle", "SendFeedback", "SpecialRequest", "ThankYou", "TopLinkTooltip", "ViewUserGuides", "VisitTheForums", "WantToThankConsiderDonating"]}}, "required": ["Feedback"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elapsed" : "0.591", "endpoint-url" : "https://www.aylesburyvaledc.gov.uk/sites/default/files/page_downloads/aylesbury_vale_brownfield_register_2017-12-19_rev1%20%282%29.csv", "entry-date" : "2020-08-28T00:40:58.374117", "exception" : "SSLError"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "320831402598", "text" : "\u7cae\u68c9\u539f\u79cd\u573a\u865a\u62df\u751f\u6d3b\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "St. Vincent and the Grenadines - Financial Sector", "downloads" : 80, "tags" : ["economics", "hxl", "indicators", "Saint Vincent And The Grenadines"], "hxl" : 1, "org" : "World Bank Group", "id" : "96fada36-d7b3-4650-966c-047a7d146b4e", "resources" : [{"update_date" : "2021-02-01T00:42:28.722198", "link" : "https://data.humdata.org/dataset/96fada36-d7b3-4650-966c-047a7d146b4e/resource/36acba9d-2af2-4bc5-adaf-109e5db26ad0/download/financial-sector_vct.csv"}, {"update_date" : "2021-02-01T00:42:28.722198", "link" : "https://data.humdata.org/dataset/96fada36-d7b3-4650-966c-047a7d146b4e/resource/f970e39c-a1d1-4de9-9057-f9cffb965fed/download/qc_financial-sector_vct.csv"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}, "__hmac": {"type": "string"}}, "required": ["database", "__hmac"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"database" : {"host" : "127.0.0.1", "username" : "ENCRYPTED|a8c967bcf71a65fdeb29c6d965059fbf|04262ca07306dd7883c1c352a7083346", "password" : "ENCRYPTED|acbdb333085cb712c514510b44fe78ff|5da8a72455986edc61e36b38d8660a4849d263577c5a9f4ccaff57bd6d8e35ee"}, "__hmac" : "3c22b0a046c6a25c523e0721c70574402009378a87c598b55365eb131d0c0xxx"} | json_instruct | {"type": "object", "properties": {"database": {"type": "object", "properties": {"host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "username", "password"]}, "__hmac": {"type": "string"}}, "required": ["database", "__hmac"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 20563387, "ot" : 3, "alias" : 0, "setcode" : 309510799567, "type" : 8388641, "atk" : 0, "def" : 2000, "level" : 5, "race" : 8, "attribute" : 32, "category" : 0, "name" : "Number C80: Requiem in Berserk", "desc" : "3 Level 5 monsters\nYou can target 1 face-up Xyz Monster you control; equip this monster you control to that target. It gains 2000 ATK. If a monster equipped with this card would be destroyed, destroy this card instead. If this card has \"Number 80: Rhapsody in Berserk\" as an Xyz Material, it gains this effect.\n\u25cf You can detach 1 Xyz Material from this card, then target 1 card on the field; banish that target.", "str1" : "Equip this monster?", "str2" : "Banish a card", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "links" : [], "cardpool" : "OCG/TCG", "ocg" : {"pack" : "Primal Origin", "pack_id" : "PRIO-JP046", "date" : "2014-02-15"}, "tcg" : {"pack" : "Primal Origin", "pack_id" : "PRIO-DE046", "date" : "2014-05-15"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/d/df/NumberC80RequieminBerserk-PRIO-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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "mainLink": {"type": "string"}, "secondaryLinks": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["city", "country", "name", "image", "topics", "mainLink", "secondaryLinks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"city" : "paris", "country" : "france", "name" : "Duchess France", "image" : "https://pbs.twimg.com/profile_images/477518173869060096/O_Rprbz3_400x400.png", "topics" : ["Python"], "mainLink" : "https://www.meetup.com/Duchess-France-Meetup", "secondaryLinks" : [{"name" : "Website", "url" : "https://www.duchess-france.org/"}, {"name" : "Twitter", "url" : "https://twitter.com/duchessfr"}, {"name" : "Instagram", "url" : "https://www.instagram.com/duchessfr"}, {"name" : "Facebook", "url" : "https://www.facebook.com/duchessfr"}, {"name" : "Linkedin", "url" : "https://www.linkedin.com/groups/2750811"}]} | json_instruct | {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}, "image": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "mainLink": {"type": "string"}, "secondaryLinks": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["city", "country", "name", "image", "topics", "mainLink", "secondaryLinks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "extracauldrons:block/lapis_cauldron"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["###", "###", "###"], "key" : {"#" : {"item" : "spongesplus:strong_lava_sponge"}}, "result" : {"item" : "spongesplus:advanced_lava_sponge", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "eventName": {"type": "string"}, "eventType": {"type": "string"}, "eventBubbles": {"type": "boolean"}, "eventCancelable": {"type": "boolean"}}, "required": ["kind", "name", "href", "description", "eventName", "eventType", "eventBubbles", "eventCancelable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "Event", "name" : "Element.webkitmouseforceup_event", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/Element/webkitmouseforceup_event", "description" : "The non-standard webkitmouseforceup event is fired by Safari at an Element some time after the webkitmouseforcedown event, when pressure on the button has been reduced sufficiently to end the "force click".", "eventName" : "webkitmouseforceup", "eventType" : "MouseEvent", "eventBubbles" : false, "eventCancelable" : false} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "eventName": {"type": "string"}, "eventType": {"type": "string"}, "eventBubbles": {"type": "boolean"}, "eventCancelable": {"type": "boolean"}}, "required": ["kind", "name", "href", "description", "eventName", "eventType", "eventBubbles", "eventCancelable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Unimaginative", "definitions" : ["Not readily using or demonstrating the use of the imagination; stolid and somewhat dull."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "language": {"type": "string"}, "import": {"type": "array", "items": {"type": "string"}}, "dictionaryDefinitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}, "dictionaries": {"type": "array", "items": {"type": "string"}}, "languageSettings": {"type": "array", "items": {"type": "object", "properties": {"languageId": {"type": "string"}, "allowCompoundWords": {"type": "boolean"}}, "required": ["languageId", "allowCompoundWords"]}}, "ignorePaths": {"type": "array", "items": {"type": "string"}}, "flagWords": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "language", "import", "dictionaryDefinitions", "dictionaries", "languageSettings", "ignorePaths", "flagWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.2", "language" : "en-US", "import" : ["@cspell/dict-medicalterms/cspell-ext.json"], "dictionaryDefinitions" : [{"name" : "custom", "path" : "./.dictionary.txt"}], "dictionaries" : ["bash", "csharp", "custom", "dotnet", "filetypes", "fonts", "medicalterms", "powershell", "python", "softwareTerms"], "languageSettings" : [{"languageId" : "*", "allowCompoundWords" : false}], "ignorePaths" : [".jscpd.json", ".vs", ".vscode", "package-lock.json", "**/*.user", "bin/**", "obj/**", "AppPackages/**", "BundleArtifacts/**", "super-linter.log", "node_modules", "package.json", "Pipfile", ".virtualenv"], "flagWords" : ["bicep", "tricep"]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "language": {"type": "string"}, "import": {"type": "array", "items": {"type": "string"}}, "dictionaryDefinitions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}, "dictionaries": {"type": "array", "items": {"type": "string"}}, "languageSettings": {"type": "array", "items": {"type": "object", "properties": {"languageId": {"type": "string"}, "allowCompoundWords": {"type": "boolean"}}, "required": ["languageId", "allowCompoundWords"]}}, "ignorePaths": {"type": "array", "items": {"type": "string"}}, "flagWords": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "language", "import", "dictionaryDefinitions", "dictionaries", "languageSettings", "ignorePaths", "flagWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "middle": {"type": "string"}}, "required": ["top", "bottom", "middle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "darksouls:block/big_door_middle", "textures" : {"top" : "minecraft:block/birch_door_top", "bottom" : "minecraft:block/birch_door_bottom", "middle" : "darksouls:blocks/big_birch_door_middle"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "middle": {"type": "string"}}, "required": ["top", "bottom", "middle"]}}, "required": ["parent", "textures"], "$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"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {}}, "instructions": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}, "required": ["name", "force", "level", "mechanic", "equipment", "primaryMuscles", "secondaryMuscles", "instructions", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Dumbbell One-Arm Triceps Extension", "force" : "push", "level" : "intermediate", "mechanic" : "isolation", "equipment" : "dumbbell", "primaryMuscles" : ["triceps"], "secondaryMuscles" : [], "instructions" : ["Grab a dumbbell and either sit on a military press bench or a utility bench that has a back support on it as you place the dumbbells upright on top of your thighs or stand up straight.", "Clean the dumbbell up to bring it to shoulder height and then extend the arm over your head so that the whole arm is perpendicular to the floor and next to your head. The dumbbell should be on top of you. The other hand can be kept fully extended to the side, by the waist, supporting the upper arm that has the dumbbell or grabbing a fixed surface.", "Rotate the wrist so that the palm of your hand is facing forward and the pinkie is facing the ceiling. This will be your starting position.", "Slowly lower the dumbbell behind your head as you hold the upper arm stationary. Inhale as you perform this movement and pause when your triceps are fully stretched.", "Return to the starting position by flexing your triceps as you breathe out. Tip: It is imperative that only the forearm moves. The upper arm should remain at all times stationary next to your head.", "Repeat for the recommended amount of repetitions and switch arms."], "category" : "strength"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {}}, "instructions": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}, "required": ["name", "force", "level", "mechanic", "equipment", "primaryMuscles", "secondaryMuscles", "instructions", "category"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "hydrobranchiata", "definition" : "An extensive artificial division of gastropod mollusks, including those that breathe by gills, as contrasted with the Pulmonifera. -- Hy`dro*bran\"chi*ate, a."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "dawnoftimebuilder:block/general/birch_planks_plate"} | 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": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ip" : "61.223.144.102", "country_code" : "TW", "country_name" : "Taiwan", "region_code" : "MIA", "region_name" : "Miaoli", "city" : "Miaoli", "zip_code" : "", "time_zone" : "Asia/Taipei", "latitude" : 24.5643, "longitude" : 120.8237, "metro_code" : 0} | json_instruct | {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Bluffton, SC", "Pritchardville, SC", "Brighton Beach, SC"], "state" : "SC", "postal_code" : "29910", "locality" : "Bluffton, SC", "lat" : 32.219462, "region" : {"fips" : "45", "abbr" : "SC", "name" : "South Carolina"}, "city" : "Bluffton", "type" : "STANDARD", "lng" : -80.898538, "counties" : [{"fips" : "013", "name" : "Beaufort County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "modiolus", "definition" : "The central column in the osseous cochlea of the ear."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 0, "id" : "FO-NO"}, {"users" : 0, "id" : "FO-SA"}, {"users" : 0, "id" : "FO-OS"}, {"users" : 0, "id" : "FO-ST"}, {"users" : 0, "id" : "FO-SU"}, {"users" : 0, "id" : "FO-VG"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {}}}, "required": ["success", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : true, "message" : "All available vehicles successfully received.", "data" : []} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "message": {"type": "string"}, "data": {"type": "array", "items": {}}}, "required": ["success", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "object", "properties": {"download": {"type": "string"}}, "required": ["download"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "description", "version", "license", "author", "repository", "homepage", "keywords", "bugs", "engines", "bin", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@devteks/downloader", "description" : "Simple node.js file downloader", "version" : "0.0.4", "license" : "MIT", "author" : {"name" : "Mosa Muhana <[email protected]>", "url" : "https://github.com/mosamuhana"}, "repository" : {"type" : "git", "url" : "https://github.com/mosamuhana/node-downloader.git"}, "homepage" : "https://github.com/mosamuhana/node-downloader", "keywords" : ["node", "nodejs", "node.js", "download", "downloader", "resumable", "resume", "http", "https"], "bugs" : {"url" : "https://github.com/mosamuhana/node-downloader/issues"}, "engines" : {"node" : ">=14"}, "bin" : {"download" : "download"}, "dependencies" : {"tslib" : ">=2.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "bin": {"type": "object", "properties": {"download": {"type": "string"}}, "required": ["download"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "description", "version", "license", "author", "repository", "homepage", "keywords", "bugs", "engines", "bin", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"update:deps": {"type": "string"}, "install:client": {"type": "string"}, "install:server": {"type": "string"}, "client": {"type": "string"}, "server": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["update:deps", "install:client", "install:server", "client", "server", "dev", "lint"]}, "dependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}, "create-next-app": {"type": "string"}}, "required": ["concurrently", "create-next-app"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["nodemon", "prettier"]}, "packageManager": {"type": "string"}}, "required": ["scripts", "dependencies", "devDependencies", "packageManager"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"update:deps" : "yarn install && cd aiko-client && yarn install", "install:client" : "cd aiko-client && yarn install", "install:server" : "cd server && yarn install", "client" : "cd aiko-client && yarn run dev", "server" : "cd server && yarn run start:dev", "dev" : "concurrently --kill-others-on-fail \"yarn run install:client\" \"yarn run install:server \" \"yarn run server \" \"yarn run client\"", "lint" : "eslint **/*.ts --quiet"}, "dependencies" : {"concurrently" : "^6.2.1", "create-next-app" : "^11.1.2"}, "devDependencies" : {"nodemon" : "^2.0.12", "prettier" : "^2.4.0"}, "packageManager" : "[email protected]"} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"update:deps": {"type": "string"}, "install:client": {"type": "string"}, "install:server": {"type": "string"}, "client": {"type": "string"}, "server": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}}, "required": ["update:deps", "install:client", "install:server", "client", "server", "dev", "lint"]}, "dependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}, "create-next-app": {"type": "string"}}, "required": ["concurrently", "create-next-app"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["nodemon", "prettier"]}, "packageManager": {"type": "string"}}, "required": ["scripts", "dependencies", "devDependencies", "packageManager"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"maxkalik": {"type": "string"}}, "required": ["maxkalik"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "social_media_url", "platforms", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SpinnerButton", "version" : "0.1.3", "summary" : "UIKit button with loading state", "description" : "<<-DESC\n Modified UIButton with loading state created as a stroke spinned around the button.\n The component has two state: default state without spinning stroke and loading state with spinning stroke.\n DESC", "homepage" : "https://github.com/maxkalik/SpinnerButton", "screenshots" : "https://www.maxkalik.com/images/spinner-button.gif", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"maxkalik" : "[email protected]"}, "source" : {"git" : "https://github.com/maxkalik/SpinnerButton.git", "tag" : "0.1.3"}, "social_media_url" : "http://maxkalik.com", "platforms" : {"ios" : "9.0"}, "source_files" : "SpinnerButton/Classes/**/*", "frameworks" : "UIKit"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"maxkalik": {"type": "string"}}, "required": ["maxkalik"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "social_media_url", "platforms", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : [[[-85.655906, 41.58152], [-85.636353, 41.581695], [-85.616786, 41.586336], [-85.609929, 41.586289], [-85.607904, 41.584739], [-85.607867, 41.582012], [-85.48177, 41.583356], [-85.481406, 41.525363], [-85.654747, 41.523347], [-85.655906, 41.58152]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 24012}}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "Cyberpunk", "author" : "N7CombatWombat", "count" : 76} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cypress": {"type": "string"}, "cypress-multi-reporters": {"type": "string"}, "mocha": {"type": "string"}, "mochawesome": {"type": "string"}, "mochawesome-merge": {"type": "string"}, "mochawesome-report-generator": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["cypress", "cypress-multi-reporters", "mocha", "mochawesome", "mochawesome-merge", "mochawesome-report-generator", "rimraf", "typescript"]}, "scripts": {"type": "object", "properties": {"cy:open": {"type": "string"}, "cy:run": {"type": "string"}, "report": {"type": "string"}, "report:clean": {"type": "string"}}, "required": ["cy:open", "cy:run", "report", "report:clean"]}}, "required": ["name", "version", "main", "author", "license", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "semana_agilizei_02", "version" : "1.0.0", "main" : "index.js", "author" : "Matheus Sunderhus", "license" : "MIT", "devDependencies" : {"cypress" : "5.6.0", "cypress-multi-reporters" : "^1.4.0", "mocha" : "^8.2.1", "mochawesome" : "^6.2.1", "mochawesome-merge" : "^4.2.0", "mochawesome-report-generator" : "^5.1.0", "rimraf" : "^3.0.2", "typescript" : "^4.1.2"}, "scripts" : {"cy:open" : "cypress open", "cy:run" : "cypress run", "report" : "cypress run && mochawesome-merge > index.json && marge index.json", "report:clean" : "rimraf mochawesome-report index.json"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"cypress": {"type": "string"}, "cypress-multi-reporters": {"type": "string"}, "mocha": {"type": "string"}, "mochawesome": {"type": "string"}, "mochawesome-merge": {"type": "string"}, "mochawesome-report-generator": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["cypress", "cypress-multi-reporters", "mocha", "mochawesome", "mochawesome-merge", "mochawesome-report-generator", "rimraf", "typescript"]}, "scripts": {"type": "object", "properties": {"cy:open": {"type": "string"}, "cy:run": {"type": "string"}, "report": {"type": "string"}, "report:clean": {"type": "string"}}, "required": ["cy:open", "cy:run", "report", "report:clean"]}}, "required": ["name", "version", "main", "author", "license", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 44}, "clipped" : true, "id" : "ca7b99193d"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 53}, "clipped" : true, "id" : "025397a93b"}]}}, "type" : "Topology", "transform" : {"translate" : [13.666992187499984, 49.32512199104001], "scale" : [4.291534423829513e-05, 2.7962624287031224e-05]}, "arcs" : [[[554, 1024], [-386, -1024], [-168, 0], [0, 1024], [554, 0]], [[168, 0], [386, 1024], [470, 0], [0, -1024], [-856, 0]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"pagoda-speak-meta": {"type": "string"}}, "required": ["pagoda-speak-meta"]}}, "required": ["name", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "some app", "devDependencies" : {"pagoda-speak-meta" : "[email protected]:pagodabox-js-libs/speak-meta.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"pagoda-speak-meta": {"type": "string"}}, "required": ["pagoda-speak-meta"]}}, "required": ["name", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "retweet", "like"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1097503458800762880", "url" : "https://twitter.com/austin_goodguy/status/1097503458800762880", "username" : "", "text" : "\u0e07\u0e38\u0e48\u0e19\u0e07\u0e48\u0e32\u0e19 \u0e2b\u0e07\u0e38\u0e14\u0e2b\u0e07\u0e34\u0e14 \u0e42\u0e21\u0e42\u0e2b\u0e2b\u0e34\u0e27 #\u0e40\u0e2b\u0e19\u0e37\u0e48\u0e2d\u0e22\u0e01\u0e31\u0e1a\u0e0a\u0e35\u0e27\u0e34\u0e15", "date" : "18-02-2019 21:29", "retweet" : 1, "like" : 2}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "retweet", "like"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900544162": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544163": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544164": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544165": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544166": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544167": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544168": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544169": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544170": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900544162", "900544163", "900544164", "900544165", "900544166", "900544167", "900544168", "900544169", "900544170"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900544162" : {"nama" : "TPS 1", "dapil" : [3510, 13513, 2352402]}, "900544163" : {"nama" : "TPS 2", "dapil" : [3510, 13513, 2352402]}, "900544164" : {"nama" : "TPS 3", "dapil" : [3510, 13513, 2352402]}, "900544165" : {"nama" : "TPS 4", "dapil" : [3510, 13513, 2352402]}, "900544166" : {"nama" : "TPS 5", "dapil" : [3510, 13513, 2352402]}, "900544167" : {"nama" : "TPS 6", "dapil" : [3510, 13513, 2352402]}, "900544168" : {"nama" : "TPS 7", "dapil" : [3510, 13513, 2352402]}, "900544169" : {"nama" : "TPS 8", "dapil" : [3510, 13513, 2352402]}, "900544170" : {"nama" : "TPS 9", "dapil" : [3510, 13513, 2352402]}} | json_instruct | {"type": "object", "properties": {"900544162": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544163": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544164": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544165": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544166": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544167": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544168": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544169": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900544170": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900544162", "900544163", "900544164", "900544165", "900544166", "900544167", "900544168", "900544169", "900544170"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x1903fcd34b4d14f63c558d5e2656b0cc203989565e3fcb4285f744d72422fe5d", "parentHash" : "0x33ea2d0390b884ec28693673a15b3cadbb6703bd8a6eee578af019b1768b8a91", "number" : 61553, "timestamp" : 1439174286, "nonce" : "0x5ffe4c87056c2452", "difficulty" : 1737037017602, "gasLimit" : {"_hex" : "0x2fe3de"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x305E8d20Ca61Ba9DD2DD18E1134e7CDB9a13F68D", "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ADALI", "frequency" : 345, "males" : "7.536231884057972 %", "females" : "92.46376811594203 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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"}, "devDependencies": {"type": "object", "properties": {"metro-react-native-babel-preset": {"type": "string"}}, "required": ["metro-react-native-babel-preset"]}, "dependencies": {"type": "object", "properties": {"boxcast-sdk-js": {"type": "string"}, "react-native-video": {"type": "string"}}, "required": ["boxcast-sdk-js", "react-native-video"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "boxcast-sdk-react-native", "version" : "0.2.4", "description" : "BoxCast components for React Native", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/boxcast/boxcast-sdk-react-native.git"}, "keywords" : ["react-native", "react-component", "react-native-component", "react", "react native", "mobile", "ios", "android", "ui", "boxcast", "hls", "live-video", "video", "video-player", "video-playback"], "author" : "Mike Griffith", "license" : "MIT", "bugs" : {"url" : "https://github.com/boxcast/boxcast-sdk-react-native/issues"}, "homepage" : "https://github.com/boxcast/boxcast-sdk-react-native#readme", "devDependencies" : {"metro-react-native-babel-preset" : "^0.54.1"}, "dependencies" : {"boxcast-sdk-js" : "^1.3.6", "react-native-video" : "^5.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "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"}, "devDependencies": {"type": "object", "properties": {"metro-react-native-babel-preset": {"type": "string"}}, "required": ["metro-react-native-babel-preset"]}, "dependencies": {"type": "object", "properties": {"boxcast-sdk-js": {"type": "string"}, "react-native-video": {"type": "string"}}, "required": ["boxcast-sdk-js", "react-native-video"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : [[[-88.101089, 41.919114], [-88.101085, 41.921818], [-88.081376, 41.92194], [-88.081395, 41.917543], [-88.101035, 41.916968], [-88.101089, 41.919114]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 23832}}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}, "tag": {"type": "null"}}, "required": ["name", "file", "tag"]}}}, "required": ["name", "songs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test", "songs" : [{"name" : "asdf", "file" : "Phoenix (ft. Cailin Russo and Chrissy Costanza) Worlds 2019 - League of Legends.mp3", "tag" : null}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "songs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "file": {"type": "string"}, "tag": {"type": "null"}}, "required": ["name", "file", "tag"]}}}, "required": ["name", "songs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "course", "long" : "<i>Meaning:</i> to \"course\" (like a beast of prey); by implication, to \"seek\" greedily.<br/><i>Usage:</i> have appetite, justle one against another, long, range, run (to and fro).<br/><i>Source:</i> a primitive root;"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019588": {"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": ["E01019588"]}, "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" : {"E01019588" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00099063", "LAD11CD" : "E07000034"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00099068", "LAD11CD" : "E07000034"}, "arcs" : [[3, -1, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00099070", "LAD11CD" : "E07000034"}, "arcs" : [[-4, 5, 6, 7, 8, -2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00099072", "LAD11CD" : "E07000034"}, "arcs" : [[-8, 9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00099076", "LAD11CD" : "E07000034"}, "arcs" : [[-10, -7, 11]]}]}}, "arcs" : [[[5588, 9517], [572, -1109], [43, -1010], [-1115, -200], [-174, -523], [166, -1115], [709, -50]], [[5789, 5510], [50, -655], [-950, -939], [-63, 293]], [[4826, 4209], [-192, 942], [-737, -109], [-336, 813], [-347, 35], [189, 339], [609, -181], [-1001, 1759], [1124, 833], [-3, 464], [370, -298], [539, 790], [547, -79]], [[7721, 4941], [-1047, 316], [-132, 492], [-753, -239]], [[5588, 9517], [565, 482], [327, -1107], [553, 252], [444, -1706], [403, -405], [481, 330], [-52, 609], [813, 638], [877, -2245], [-170, -924], [-350, 431], [-1045, -943], [-406, 520], [-307, -508]], [[7721, 4941], [334, -295], [25, -780], [634, -153], [-542, -965], [-562, 592], [-271, -180], [12, -778], [332, 239], [211, -266], [-220, -386]], [[7674, 1969], [-689, 148], [-151, -376], [-946, 930], [-1026, -253]], [[4862, 2418], [-755, 327], [-412, -202], [-665, 990], [213, 666]], [[3243, 4199], [332, -33], [-70, -712], [633, 246], [-141, 915], [829, -406]], [[4862, 2418], [-116, -775], [-1179, 378], [-163, -392]], [[3404, 1629], [-237, 433], [-1837, -1469], [-258, 669], [411, -108], [191, 759], [-501, 715], [-676, -817], [-497, 1528], [1661, 29], [-51, 2002], [561, -8], [97, -806], [884, 154], [91, -511]], [[7674, 1969], [-16, -1202], [-928, -595], [-1173, -172], [-705, 701], [-695, -447], [-316, 578], [-437, 797]]], "transform" : {"scale" : [1.5201973321358094e-06, 7.338130892976195e-07], "translate" : [-1.466492021691527, 53.22011724323004]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01019588": {"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": ["E01019588"]}, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "\"use strict\";\n\nvar _classCallCheck2 = require(\"babel-runtime/helpers/classCallCheck\");\n\nvar _classCallCheck3 = _interopRequireDefault(_classCallCheck2);\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar SyncListDescriptor =\n/**\n * @param {Object} sync list descriptor data object\n * @private\n */\nfunction SyncListDescriptor(descriptor) {\n (0, _classCallCheck3.default)(this, SyncListDescriptor);\n this.descriptor = descriptor;\n this.channel_sid = descriptor.channel_sid;\n this.status = descriptor.status;\n this.channel = descriptor.channel;\n this.messages = descriptor.messages;\n this.roster = descriptor.roster;\n this.lastConsumedMessageIndex = descriptor.last_consumed_message_index;\n this.notificationLevel = descriptor.notification_level;\n this.status = descriptor.status;\n};\n\nexports.SyncListDescriptor = SyncListDescriptor;", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"mongoUri": {"type": "string"}, "baseUrl": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["mongoUri", "baseUrl", "PORT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mongoUri" : "mongodb://127.0.0.1:27017/kuconnection", "baseUrl" : "http://localhost:3000", "PORT" : 3000} | json_instruct | {"type": "object", "properties": {"mongoUri": {"type": "string"}, "baseUrl": {"type": "string"}, "PORT": {"type": "integer"}}, "required": ["mongoUri", "baseUrl", "PORT"], "$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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}}, "required": ["presets"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "expect": {"type": "string"}, "expect-jsx": {"type": "string"}, "mocha": {"type": "string"}, "react-addons-test-utils": {"type": "string"}}, "required": ["babel-core", "babel-preset-es2015", "babel-preset-react", "babel-preset-stage-2", "expect", "expect-jsx", "mocha", "react-addons-test-utils"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "babel", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-testing", "version" : "1.0.0", "description" : "How to test react applications", "main" : "index.js", "scripts" : {"test" : "mocha './src/**/*.spec.js' --compilers js:babel-core/register"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rafaelkyrdan/react-testing.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/rafaelkyrdan/react-testing/issues"}, "homepage" : "https://github.com/rafaelkyrdan/react-testing#readme", "babel" : {"presets" : ["es2015", "stage-2", "react"]}, "dependencies" : {"react" : "^15.3.0", "react-dom" : "^15.3.0"}, "devDependencies" : {"babel-core" : "^6.13.2", "babel-preset-es2015" : "^6.13.2", "babel-preset-react" : "^6.11.1", "babel-preset-stage-2" : "^6.13.0", "expect" : "^1.20.2", "expect-jsx" : "^2.6.0", "mocha" : "^3.0.2", "react-addons-test-utils" : "^15.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}}, "required": ["presets"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "expect": {"type": "string"}, "expect-jsx": {"type": "string"}, "mocha": {"type": "string"}, "react-addons-test-utils": {"type": "string"}}, "required": ["babel-core", "babel-preset-es2015", "babel-preset-react", "babel-preset-stage-2", "expect", "expect-jsx", "mocha", "react-addons-test-utils"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "babel", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["530524208201", "\u8008\u8857\u793e\u533a\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["530524208202", "\u56e2\u5c71\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208203", "\u6316\u6c99\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208204", "\u6c34\u7089\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208205", "\u91d1\u9a6c\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208206", "\u6253\u5e73\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208207", "\u571f\u76ae\u592a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208208", "\u963f\u6c34\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208209", "\u6817\u6728\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208212", "\u65b0\u5382\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530524208213", "\u963f\u5e72\u6751\u6c11\u59d4\u5458\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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "description", "version", "homepage", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "super-secret-foundry-test", "description" : "Super secret Foundry test. This one is private.", "version" : "0.0.0", "homepage" : "https://github.com/twolfson/foundry", "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "description", "version", "homepage", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Began with @gonsie changing mpifileutils to use cmake.\r\n\r\nImplemented DynamicInheritancePackage build system that can dynamically change its phases and attributes to mirror the other build system classes. The `classes` field is a dictionary of build system classes and anonymous specs describing when they are used.\r\n\r\nPackage classes are responsible for shadowing any dependencies and variants from the build system classes they intend to inherit from.\r\n\r\nmpifileutils provides an example with a package changing from autotools to cmake, including handling the `build_type` variant from `CMakePackage` through the flag_handler method for the earlier versions that use autotools.\r\n\r\n@tgamblin I think you will find this interesting.", "user" : "becker33", "url" : "https://api.github.com/repos/spack/spack/issues/10411", "updated_at" : "2021-09-16 14:26:07", "created_at" : "2019-01-23 00:41:21", "closed_at" : "2021-09-16 10:45:24", "state" : "closed", "title" : "dynamic inheritance for packages that change build system", "number" : 10411, "milestone" : null, "labels" : ["build-systems"], "id" : 402018123, "html_url" : "https://github.com/spack/spack/pull/10411", "assignees" : [], "comments" : 4} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"context": {"type": "string"}, "type": {"type": "string"}, "file": {"type": "string"}}, "required": ["context", "type", "file"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"context" : "endpoint/getavailableuserstoassign", "type" : "text/javascript", "file" : "bin/defaults/script/workflow/getavailableuserstoassign.js"} | json_instruct | {"type": "object", "properties": {"context": {"type": "string"}, "type": {"type": "string"}, "file": {"type": "string"}}, "required": ["context", "type", "file"], "$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" : [[[-67.227442, 18.348684], [-67.226668, 18.349262], [-67.226846, 18.351047], [-67.22551, 18.350254], [-67.225126, 18.351984], [-67.223828, 18.352067], [-67.224397, 18.355684], [-67.220617, 18.357356], [-67.218411, 18.360729], [-67.212893, 18.363659], [-67.210473, 18.367081], [-67.205448, 18.366363], [-67.203807, 18.367541], [-67.199331, 18.367947], [-67.200427, 18.364542], [-67.199145, 18.35972], [-67.199701, 18.358599], [-67.196654, 18.354747], [-67.197065, 18.353187], [-67.19448, 18.351864], [-67.194106, 18.349171], [-67.192469, 18.346433], [-67.193458, 18.343413], [-67.192959, 18.340478], [-67.191572, 18.338604], [-67.194848, 18.335256], [-67.19463, 18.334212], [-67.193611, 18.333924], [-67.193832, 18.332961], [-67.19166, 18.328747], [-67.188829, 18.328633], [-67.187408, 18.327612], [-67.186257, 18.321235], [-67.182069, 18.318769], [-67.180549, 18.315846], [-67.178933, 18.315341], [-67.18016, 18.314361], [-67.182408, 18.314216], [-67.182243, 18.313475], [-67.183253, 18.312765], [-67.185279, 18.312914], [-67.186476, 18.315601], [-67.187968, 18.316444], [-67.189556, 18.323092], [-67.196684, 18.325876], [-67.195748, 18.330598], [-67.203252, 18.332954], [-67.20283, 18.333817], [-67.205785, 18.335808], [-67.208594, 18.335415], [-67.210502, 18.336362], [-67.211701, 18.337699], [-67.211965, 18.33964], [-67.213957, 18.341301], [-67.21701, 18.342707], [-67.219897, 18.342639], [-67.219911, 18.346129], [-67.222895, 18.34539], [-67.225625, 18.349336], [-67.227442, 18.348684]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 82239}}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["621024105200", "\u9ec4\u5be8\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["621024105201", "\u5409\u5c98\u6751\u59d4\u4f1a", "121", "0"], ["621024105202", "\u90dd\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["621024105203", "\u738b\u5bb6\u5480\u6751\u59d4\u4f1a", "220", "0"], ["621024105204", "\u7f57\u5bb6\u7554\u6751\u59d4\u4f1a", "220", "0"], ["621024105205", "\u5bab\u5408\u6751\u59d4\u4f1a", "220", "0"], ["621024105206", "\u4e5d\u503e\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["621024105207", "\u4e11\u5bb6\u5ddd\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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["sphero-pwn-macros"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u732b\u25cf\u304a\u25cf\u3086\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "warunorikamo", "description" : "\u30e1\u30ac\u30cd\u306f\u3044\u3044\u305e\uff01\uff01\uff01\uff01\uff01<br>\u6b32\u671b\u3092\u8a70\u3081\u8fbc\u307f\u904e\u304e\u305f\u7d50\u679c\u3001\u5bb9\u91cf\u30aa\u30fc\u30d0\u30fc\u306b\u306a\u3063\u305f\u306e\u3067\u9ad8\u89e3\u50cf\u5ea6\u7248\u7f6e\u3044\u3068\u304d\u307e\u3059\u3002<br>1080pundefined60fps\u2192undefined<aundefinedhref='https://mega.nz/file/vjxlSaKa#xv2kvlw6hSRuNPDgomE7GqKP_88cZ8qUTSBys2tr4tw'>https://mega.nz/file/vjxlSaKa#xv2kvlw6hSRuNPDgomE7GqKP_88cZ8qUTSBys2tr4tw</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2287793/thumbnail-2287793_0010.jpg?itok=BsF4ETYR", "download" : "https://ecchi.iwara.tv/api/video/rrjnetdz1io0lkl8", "origin" : "https://ecchi.iwara.tv/videos/rrjnetdz1io0lkl8"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"biolinkml:types": {"type": "string"}, "biolinkml:mappings": {"type": "string"}}, "required": ["biolinkml:types", "biolinkml:mappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"biolinkml:types" : "includes/types", "biolinkml:mappings" : "includes/mappings"} | json_instruct | {"type": "object", "properties": {"biolinkml:types": {"type": "string"}, "biolinkml:mappings": {"type": "string"}}, "required": ["biolinkml:types", "biolinkml:mappings"], "$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" : 404333059, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "60c1e11d021cc11c3e83c56839d332b6", "wof:id" : 404333059, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-5.8037, 36.35667, -5.8037, 36.35667], "geometry" : {"coordinates" : [-5.8037, 36.35667], "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-component.js" : "sha256-Yolb+dVypobKubpR77fVay375onAMgU4mhWq5hXGaIA=", "inferno-component.min.js" : "sha256-FM5EH0x7mfu/KNVe/xSdFHnzqut8BePCKS3RkmEcwc0="} | json_instruct | {"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"client": {"type": "object", "properties": {"op": {"type": "string"}, "clientSpec": {"type": "object", "properties": {"clientId": {"type": "string"}}, "required": ["clientId"]}}, "required": ["op", "clientSpec"]}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "scopeSpec": {"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}}, "required": ["displayName", "name"]}}, "required": ["op", "scopeSpec"]}}, "resources": {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "resourceSpec": {"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["displayName", "name", "scopes"]}}, "required": ["op", "resourceSpec"]}}}, "required": ["client", "scopes", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"client" : {"op" : "NONE", "clientSpec" : {"clientId" : "sample-client"}}, "scopes" : [{"op" : "ADD", "scopeSpec" : {"displayName" : "New fancy scope", "name" : "fancy.scope"}}], "resources" : [{"op" : "ADD", "resourceSpec" : {"displayName" : "Completly new resource", "name" : "fancy-new-resource", "scopes" : [{"name" : "fancy.scope"}]}}]} | json_instruct | {"type": "object", "properties": {"client": {"type": "object", "properties": {"op": {"type": "string"}, "clientSpec": {"type": "object", "properties": {"clientId": {"type": "string"}}, "required": ["clientId"]}}, "required": ["op", "clientSpec"]}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "scopeSpec": {"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}}, "required": ["displayName", "name"]}}, "required": ["op", "scopeSpec"]}}, "resources": {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "resourceSpec": {"type": "object", "properties": {"displayName": {"type": "string"}, "name": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["displayName", "name", "scopes"]}}, "required": ["op", "resourceSpec"]}}}, "required": ["client", "scopes", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"time": {"type": "number"}}, "required": ["time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"time" : 1645080509.273777} | json_instruct | {"type": "object", "properties": {"time": {"type": "number"}}, "required": ["time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "All Alone With You-\u5fc3\u7406\u6d4b\u91cf\u8005ED2", "author" : "EGOIST", "musicType" : "\u52a8\u6f2b", "musicNo" : "0003941"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2002, 5], [2003, 7], [2005, 5], [2006, 5], [2008, 5], [2010, 6], [2012, 7], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"eins": {"type": "string"}, "zwei": {"type": "string"}, "drei": {"type": "string"}}, "required": ["eins", "zwei", "drei"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"eins" : "one", "zwei" : "two", "drei" : "three"} | json_instruct | {"type": "object", "properties": {"eins": {"type": "string"}, "zwei": {"type": "string"}, "drei": {"type": "string"}}, "required": ["eins", "zwei", "drei"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ip_box": {"type": "string"}}, "required": ["ip_box"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ip_box" : "192.168.1.\u00e0_modifier"} | json_instruct | {"type": "object", "properties": {"ip_box": {"type": "string"}}, "required": ["ip_box"], "$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"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@uidu/button": {"type": "string"}, "@uidu/field-base": {"type": "string"}, "@uidu/popup": {"type": "string"}, "formsy-react": {"type": "string"}, "react": {"type": "string"}, "react-colorful": {"type": "string"}, "styled-components": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@babel/runtime", "@uidu/button", "@uidu/field-base", "@uidu/popup", "formsy-react", "react", "react-colorful", "styled-components", "tslib"]}, "devDependencies": {"type": "object", "properties": {"@uidu/docs": {"type": "string"}, "@uidu/form": {"type": "string"}}, "required": ["@uidu/docs", "@uidu/form"]}}, "required": ["name", "version", "description", "repository", "license", "author", "main", "module", "types", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@uidu/field-color-picker", "version" : "2.0.3", "description" : "A color picker React Component", "repository" : "https://github.com/uidu-org/guidu/tree/main/packages/forms/field-color-picker", "license" : "MIT", "author" : "uidu", "main" : "dist/uidu-field-color-picker.cjs.js", "module" : "dist/uidu-field-color-picker.esm.js", "types" : "dist/uidu-field-color-picker.cjs.d.ts", "dependencies" : {"@babel/runtime" : "^7.15.4", "@uidu/button" : "1.3.2", "@uidu/field-base" : "^3.1.3", "@uidu/popup" : "^0.6.2", "formsy-react" : "^2.2.5", "react" : "^17.0.2", "react-colorful" : "^5.5.0", "styled-components" : "^5.3.1", "tslib" : "^2.3.1"}, "devDependencies" : {"@uidu/docs" : "^0.5.1", "@uidu/form" : "^1.2.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@uidu/button": {"type": "string"}, "@uidu/field-base": {"type": "string"}, "@uidu/popup": {"type": "string"}, "formsy-react": {"type": "string"}, "react": {"type": "string"}, "react-colorful": {"type": "string"}, "styled-components": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@babel/runtime", "@uidu/button", "@uidu/field-base", "@uidu/popup", "formsy-react", "react", "react-colorful", "styled-components", "tslib"]}, "devDependencies": {"type": "object", "properties": {"@uidu/docs": {"type": "string"}, "@uidu/form": {"type": "string"}}, "required": ["@uidu/docs", "@uidu/form"]}}, "required": ["name", "version", "description", "repository", "license", "author", "main", "module", "types", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 7107010016, "parent" : 7107010, "name" : "MOKUSATO", "latitude" : null, "longitude" : null, "postal" : [95762], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "TANA TORAJA", "originalFilename" : "RHL_2362.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 178146, "noUrut" : 1, "nama" : "DANIEL DUMA, S.H.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "RHL_2370.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 174151, "noUrut" : 2, "nama" : "MARYONO RANGAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "RHL_2476.JPG", "namaPartai" : "PARTAI BERKARYA", "id" : 228955, "noUrut" : 3, "nama" : "MARIA PANGLOLI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "TANA TORAJA", "originalFilename" : "img327.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 301647, "noUrut" : 4, "nama" : "HERAWATI HASANUDDIN, S.Pd.I.", "stringJenisKelamin" : "Perempuan"}] | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Monistrol-d'Allier", "dpt" : "Haute-Loire", "inscrits" : 210, "abs" : 44, "votants" : 166, "blancs" : 23, "nuls" : 11, "exp" : 132, "res" : [{"panneau" : "1", "voix" : 91}, {"panneau" : "2", "voix" : 41}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"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": {}, "required": []}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-90.295, 14.505], [-90.263, 14.548], [-90.25, 14.606], [-90.227, 14.622], [-90.223, 14.652], [-90.212, 14.669], [-90.193, 14.667], [-90.161, 14.704], [-90.072, 14.712], [-90.049, 14.752], [-89.986, 14.771], [-89.955, 14.816], [-89.936, 14.821], [-89.911, 14.849], [-89.874, 14.872], [-89.862, 14.872], [-89.82, 14.846], [-89.827, 14.815], [-89.804, 14.783], [-89.774, 14.766], [-89.77, 14.751], [-89.748, 14.742], [-89.72, 14.751], [-89.688, 14.748], [-89.661, 14.755], [-89.656, 14.743], [-89.661, 14.705], [-89.648, 14.706], [-89.651, 14.657], [-89.662, 14.618], [-89.694, 14.557], [-89.682, 14.531], [-89.692, 14.496], [-89.711, 14.482], [-89.758, 14.487], [-89.796, 14.483], [-89.826, 14.511], [-89.849, 14.489], [-89.85, 14.475], [-89.883, 14.464], [-89.889, 14.439], [-89.926, 14.463], [-89.975, 14.454], [-89.985, 14.432], [-90.047, 14.43], [-90.093, 14.452], [-90.128, 14.489], [-90.179, 14.487], [-90.235, 14.479], [-90.244, 14.472], [-90.295, 14.505]]]}, "properties" : {"name" : "Jalapa", "iso2" : "GT-JA", "admin_level" : 4, "osm_id" : 214706, "countrylevel_id" : "iso2:GT-JA", "osm_data" : {"localname" : "Jalapa", "official_name" : "", "alltags" : {}}, "center_lat" : 14.62, "center_lon" : -89.94, "area_m2" : 2031187305, "timezone" : "America/Guatemala", "population" : 242926, "wikidata_id" : "Q795441"}} | 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": {}, "required": []}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Toss scallops, olive oil, paprika, cayenne pepper, salt, and black pepper together in a bowl until scallops are completely coated.", "Heat a nonstick skillet over high heat. Cook scallops in hot skillet until browned, about 3 minutes per side. Reduce heat to medium and transfer scallops to a bowl.", "Cook and stir garlic in the same skillet until fragrant, about 30 seconds. Add butter beans, lemon juice, and Italian seasoning; cook and stir until beans are slightly golden, 1 to 2 minutes. Stir cooked lentils and arugula into skillet; cook and stir until arugula begins to wilt, about 30 seconds.", "Pour any accumulated scallop juices from the bowl over arugula; stir scallops into lentil mixture and cook until heated through, about 1 minute. Season with salt and black pepper."], "ingredients" : ["1 pound scallops", "2 tablespoons olive oil", "1 teaspoon sweet paprika", "1 pinch cayenne pepper", "salt and freshly ground black pepper to taste", "1 clove garlic, crushed", "1 (12 ounce) bottle butter beans, rinsed and drained", "1 lemon, juiced", "1/2 teaspoon Italian seasoning", "1 1/2 cups cooked lentils", "1 cup arugula, or to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Scallops with Arugula, Lentils, and Butter Beans", "url" : "http://allrecipes.com/recipe/238806/scallops-with-arugula-lentils-and-b/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "superpackutils:block/assembler_frame"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "buzzer", "version" : "1.0.0", "description" : "A multicast address buzzer", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "[email protected]:neowinx/buzzer.git", "keywords" : ["Electron", "buzzer", "demo"], "author" : "Pedro Flores", "license" : "CC0-1.0", "devDependencies" : {"electron" : "~1.6.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$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.20376301, "rotation" : -1.3923362, "xCenter" : 0.4882243, "yCenter" : 0.70021147, "height" : 0.36224535} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-1.47643, 52.9375], [-1.47106, 52.93983], [-1.46926, 52.94295], [-1.47122, 52.94608], [-1.4689, 52.95014], [-1.46393, 52.95252], [-1.46503, 52.95588], [-1.46433, 52.95999], [-1.47075, 52.9638], [-1.47092, 52.96563], [-1.4765, 52.97057], [-1.48252, 52.97005], [-1.49053, 52.97316], [-1.49799, 52.97465], [-1.503, 52.97418], [-1.50857, 52.97528], [-1.51394, 52.9837], [-1.5179, 52.98579], [-1.51991, 52.98559], [-1.52974, 52.99201], [-1.53631, 52.99187], [-1.54945, 52.98392], [-1.551, 52.98388], [-1.55643, 52.97475], [-1.56495, 52.97087], [-1.56146, 52.965], [-1.5654, 52.95977], [-1.55866, 52.95671], [-1.54619, 52.95841], [-1.54515, 52.95684], [-1.54584, 52.94806], [-1.55351, 52.94655], [-1.55515, 52.94435], [-1.55969, 52.94202], [-1.56052, 52.93911], [-1.55811, 52.93227], [-1.55727, 52.93161], [-1.54817, 52.93314], [-1.54233, 52.92994], [-1.54336, 52.92657], [-1.54146, 52.92508], [-1.53859, 52.92074], [-1.52884, 52.92117], [-1.52391, 52.91728], [-1.521, 52.91711], [-1.5158, 52.91119], [-1.51569, 52.90938], [-1.51255, 52.90938], [-1.51236, 52.91199], [-1.50748, 52.91209], [-1.50405, 52.91053], [-1.50099, 52.91118], [-1.49689, 52.90942], [-1.48969, 52.9114], [-1.48796, 52.91268], [-1.48322, 52.91359], [-1.48178, 52.91885], [-1.48407, 52.92066], [-1.48983, 52.92094], [-1.49433, 52.91887], [-1.49776, 52.91886], [-1.50078, 52.92056], [-1.49634, 52.92297], [-1.49612, 52.92509], [-1.4929, 52.92674], [-1.49223, 52.92899], [-1.49662, 52.93028], [-1.49458, 52.93251], [-1.48649, 52.93066], [-1.48301, 52.93129], [-1.48368, 52.93395], [-1.47828, 52.93563], [-1.47643, 52.9375]]]}, "properties" : {"name" : "DE22"}} | 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"}}, "required": ["name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["build", "deploy"]}, "devDependencies": {"type": "object", "properties": {"@nomiclabs/hardhat-ethers": {"type": "string"}, "hardhat": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@nomiclabs/hardhat-ethers", "hardhat", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "keywords", "homepage", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "liquity-liqbot-contracts", "version" : "0.0.0-semantic-release", "description" : "Smart contracts of simple liquidation bot for Liquity", "keywords" : ["Liquity", "protocol", "DeFi", "Ethereum"], "homepage" : "https://github.com/liquity/liqbot", "author" : "Daniel Simon <[email protected]>", "license" : "MIT", "scripts" : {"build" : "hardhat compile", "deploy" : "hardhat deploy"}, "devDependencies" : {"@nomiclabs/hardhat-ethers" : "^2.0.3", "hardhat" : "^2.7.1", "ts-node" : "^10.4.0", "typescript" : "^4.5.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["build", "deploy"]}, "devDependencies": {"type": "object", "properties": {"@nomiclabs/hardhat-ethers": {"type": "string"}, "hardhat": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@nomiclabs/hardhat-ethers", "hardhat", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "keywords", "homepage", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1608202001", "nama" : "Sri Bunga"}, {"id" : "1608202002", "nama" : "Anyar"}, {"id" : "1608202003", "nama" : "Pandan Sari III"}, {"id" : "1608202004", "nama" : "Rawasari"}, {"id" : "1608202005", "nama" : "Surya Menang"}, {"id" : "1608202006", "nama" : "Muncak Kabau"}, {"id" : "1608202007", "nama" : "Sri Bulan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["metarhia", "prettier"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"src": {"type": "string"}, "trg": {"type": "string"}, "pred": {"type": "string"}, "gleu": {"type": "number"}}, "required": ["src", "trg", "pred", "gleu"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"src" : "weather nuts climbs nature crimes", "trg" : "weather's nuts; these are fast changing times, as the temperature crashes, then climbs. these were equable shores; now we're sheltered indoors. nature's punishing us for our crimes.", "pred" : "the weather is nuts, but the climbs of nature is crimes.", "gleu" : 6.32} | json_instruct | {"type": "object", "properties": {"src": {"type": "string"}, "trg": {"type": "string"}, "pred": {"type": "string"}, "gleu": {"type": "number"}}, "required": ["src", "trg", "pred", "gleu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 7409016768189200941, "features" : "[]", "target" : 10236397793970852656, "profile" : 12637318739757120569, "path" : 4971453396784469130, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/autocfg-10cfad2f9738b374/dep-lib-autocfg"}}], "rustflags" : [], "metadata" : 13102859075309379048, "config" : 2202906307356721367, "compile_kind" : 0} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5a21a15c0cf270144b62410d", "title" : "\u5b8b\u6615\u5189\u7684\u7535\u53f0", "subTitle" : "\u6df1\u591c\u5520\u55d1", "picPath" : "/mediasource/live/1508084700042OQ9f71EkD5.jpg,/mediasource/live/15121534360410GNsXpX4wv.jpg,/mediasource/live/15121534362432OA351GIHm.jpg,/mediasource/live/1512153436341RN3HksaxpE.jpg", "startTime" : 1512153436432, "memberId" : 6738, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5a21a15c0cf270144b62410d.lrc", "streamPath" : "http://livepull.48.cn/pocket48/snh48_song_xinran_vamqb.flv", "screenMode" : 0}, {"liveId" : "5a2193490cf270144b62410c", "title" : "\u5218\u9759\u6657\u7684\u7535\u53f0", "subTitle" : "\u4f60\u597d\u6211\u53eb\u6df1\u591c\u7535\u53f0\n", "picPath" : "/mediasource/live/151197549405457yQ8rUueW.jpg,/mediasource/live/1512149832661uT9EiH4X24.jpg,/mediasource/live/1512149832852I5MD5H7hRm.jpg,/mediasource/live/15121498329896fVlX4UaZZ.jpg,/mediasource/live/1512149833164J60lBTOCJv.jpg,/mediasource/live/1512149833299S41773tinC.jpg", "startTime" : 1512149833434, "memberId" : 480667, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5a2193490cf270144b62410c.lrc", "streamPath" : "http://livepull.48.cn/pocket48/shy48_liu_jinghan_ytqmd.flv", "screenMode" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"gitbook-plugin-chapter-fold": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["gitbook-plugin-chapter-fold"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "book", "version" : "0.0.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"gitbook-plugin-chapter-fold" : {"version" : "0.0.4", "resolved" : "https://registry.npmjs.org/gitbook-plugin-chapter-fold/-/gitbook-plugin-chapter-fold-0.0.4.tgz", "integrity" : "sha1-3NWiH4C8vJjAiEGXdMOXrm1EY+8="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"gitbook-plugin-chapter-fold": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["gitbook-plugin-chapter-fold"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Debugging and Troubleshooting", "Operating Systems"], "desc" : "\n", "details" : {"authors" : "Mike Halsey", "format" : "pdf", "isbn-10" : "0735645205", "isbn-13" : "978-0735645202", "pages" : "500 pages", "publication date" : "November 4, 2010", "publisher" : "Microsoft Press", "size" : "21.00Mb"}, "img" : "http://23.95.221.108/covers/69/6905f36d92c13ef0e9e4ac50e5923956.jpg", "link" : "https://rapidhosting.info/files/aw0", "title" : "Troubleshooting Windows 7 Inside Out"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Unknown": {"type": "integer"}, "<20": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}}, "required": ["Unknown", "<20", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Unknown" : 0, "<20" : 9, "20-29" : 49, "30-39" : 178, "40-49" : 426, "50-59" : 1068, "60-69" : 2420, "70-79" : 3760, "80+" : 7389} | json_instruct | {"type": "object", "properties": {"Unknown": {"type": "integer"}, "<20": {"type": "integer"}, "20-29": {"type": "integer"}, "30-39": {"type": "integer"}, "40-49": {"type": "integer"}, "50-59": {"type": "integer"}, "60-69": {"type": "integer"}, "70-79": {"type": "integer"}, "80+": {"type": "integer"}}, "required": ["Unknown", "<20", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"db": {"type": "string"}, "collection": {"type": "string"}, "zone": {"type": "string"}, "entity": {"type": "string"}, "clientid": {"type": "string"}, "request": {"type": "integer"}, "user": {"type": "string"}, "begun": {"type": "integer"}, "parts": {"type": "integer"}, "status": {"type": "integer"}, "ops": {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "string"}}, "required": ["op", "path", "value"]}}, "before": {"type": "object", "properties": {}, "required": []}, "after": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "mobilePhone": {"type": "string"}}, "required": ["firstName", "lastName", "mobilePhone"]}}, "required": ["db", "collection", "zone", "entity", "clientid", "request", "user", "begun", "parts", "status", "ops", "before", "after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"db" : "my-db", "collection" : "Contacts", "zone" : "default", "entity" : "2be2f6ed-1560-4793-9890-76623ca81c48", "clientid" : "96886878-2add-4d9e-aa76-f968a4aa0cde", "request" : 2, "user" : "jsmith", "begun" : 1415747136050, "parts" : 2, "status" : 1, "ops" : [{"op" : "add", "path" : "firstName", "value" : "William"}, {"op" : "add", "path" : "lastName", "value" : "Johnson"}, {"op" : "add", "path" : "mobilePhone", "value" : "1-222-555-9876"}], "before" : {}, "after" : {"firstName" : "William", "lastName" : "Johnson", "mobilePhone" : "1-222-555-9876"}} | json_instruct | {"type": "object", "properties": {"db": {"type": "string"}, "collection": {"type": "string"}, "zone": {"type": "string"}, "entity": {"type": "string"}, "clientid": {"type": "string"}, "request": {"type": "integer"}, "user": {"type": "string"}, "begun": {"type": "integer"}, "parts": {"type": "integer"}, "status": {"type": "integer"}, "ops": {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "string"}}, "required": ["op", "path", "value"]}}, "before": {"type": "object", "properties": {}, "required": []}, "after": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "mobilePhone": {"type": "string"}}, "required": ["firstName", "lastName", "mobilePhone"]}}, "required": ["db", "collection", "zone", "entity", "clientid", "request", "user", "begun", "parts", "status", "ops", "before", "after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "", "name" : "", "font_family" : "iconfont", "css_prefix_text" : "icon-", "description" : "", "glyphs" : [{"icon_id" : "1526274", "name" : "\u9501 1", "font_class" : "suo", "unicode" : "e657", "unicode_decimal" : 58967}, {"icon_id" : "11459724", "name" : "\u7528\u6237", "font_class" : "yonghu", "unicode" : "e607", "unicode_decimal" : 58887}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "string"}, "font_class": {"type": "string"}, "unicode": {"type": "string"}, "unicode_decimal": {"type": "integer"}}, "required": ["icon_id", "name", "font_class", "unicode", "unicode_decimal"]}}}, "required": ["id", "name", "font_family", "css_prefix_text", "description", "glyphs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"publisher": {"type": "object", "properties": {"maxConcurrentRPCServerRequests": {"type": "integer"}, "submissionTimeout": {"type": "string"}, "debugAddr": {"type": "string"}, "grpc": {"type": "object", "properties": {"address": {"type": "string"}, "clientNames": {"type": "array", "items": {"type": "string"}}}, "required": ["address", "clientNames"]}, "tls": {"type": "object", "properties": {"caCertFile": {"type": "string"}, "certFile": {"type": "string"}, "keyFile": {"type": "string"}}, "required": ["caCertFile", "certFile", "keyFile"]}, "saService": {"type": "object", "properties": {"serverAddresses": {"type": "array", "items": {"type": "string"}}, "timeout": {"type": "string"}}, "required": ["serverAddresses", "timeout"]}}, "required": ["maxConcurrentRPCServerRequests", "submissionTimeout", "debugAddr", "grpc", "tls", "saService"]}, "syslog": {"type": "object", "properties": {"stdoutlevel": {"type": "integer"}, "sysloglevel": {"type": "integer"}}, "required": ["stdoutlevel", "sysloglevel"]}, "common": {"type": "object", "properties": {"ct": {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "key": {"type": "string"}}, "required": ["uri", "key"]}}, "intermediateBundleFilename": {"type": "string"}}, "required": ["logs", "intermediateBundleFilename"]}}, "required": ["ct"]}}, "required": ["publisher", "syslog", "common"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"publisher" : {"maxConcurrentRPCServerRequests" : 100000, "submissionTimeout" : "5s", "debugAddr" : ":8009", "grpc" : {"address" : ":9091", "clientNames" : ["ra.boulder", "ocsp-updater.boulder"]}, "tls" : {"caCertFile" : "test/grpc-creds/minica.pem", "certFile" : "test/grpc-creds/publisher.boulder/cert.pem", "keyFile" : "test/grpc-creds/publisher.boulder/key.pem"}, "saService" : {"serverAddresses" : ["sa.boulder:19095"], "timeout" : "15s"}}, "syslog" : {"stdoutlevel" : 6, "sysloglevel" : 4}, "common" : {"ct" : {"logs" : [{"uri" : "http://boulder:4500", "key" : "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEYggOxPnPkzKBIhTacSYoIfnSL2jPugcbUKx83vFMvk5gKAz/AGe87w20riuPwEGn229hKVbEKHFB61NIqNHC3Q=="}], "intermediateBundleFilename" : "test/test-ca2.pem"}}} | json_instruct | {"type": "object", "properties": {"publisher": {"type": "object", "properties": {"maxConcurrentRPCServerRequests": {"type": "integer"}, "submissionTimeout": {"type": "string"}, "debugAddr": {"type": "string"}, "grpc": {"type": "object", "properties": {"address": {"type": "string"}, "clientNames": {"type": "array", "items": {"type": "string"}}}, "required": ["address", "clientNames"]}, "tls": {"type": "object", "properties": {"caCertFile": {"type": "string"}, "certFile": {"type": "string"}, "keyFile": {"type": "string"}}, "required": ["caCertFile", "certFile", "keyFile"]}, "saService": {"type": "object", "properties": {"serverAddresses": {"type": "array", "items": {"type": "string"}}, "timeout": {"type": "string"}}, "required": ["serverAddresses", "timeout"]}}, "required": ["maxConcurrentRPCServerRequests", "submissionTimeout", "debugAddr", "grpc", "tls", "saService"]}, "syslog": {"type": "object", "properties": {"stdoutlevel": {"type": "integer"}, "sysloglevel": {"type": "integer"}}, "required": ["stdoutlevel", "sysloglevel"]}, "common": {"type": "object", "properties": {"ct": {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"uri": {"type": "string"}, "key": {"type": "string"}}, "required": ["uri", "key"]}}, "intermediateBundleFilename": {"type": "string"}}, "required": ["logs", "intermediateBundleFilename"]}}, "required": ["ct"]}}, "required": ["publisher", "syslog", "common"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Oxaloacetate", "definitions" : ["A salt or ester, or the anion, of oxaloacetic acid."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3271050010", "district_id" : "3271050", "name" : "MARGAJAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"capital": {"type": "string"}, "continent": {"type": "string"}, "name": {"type": "string"}, "officialName": {"type": "string"}, "distSign": {"type": "string"}, "dialCode": {"type": "string"}, "edgar": {"type": "null"}, "fifa": {"type": "string"}, "fips": {"type": "string"}, "gaul": {"type": "string"}, "geoNameId": {"type": "string"}, "olympicsId": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "currencyCode": {"type": "null"}, "currencyCountryName": {"type": "null"}, "currencyMinorUnit": {"type": "null"}, "currencyName": {"type": "null"}, "currencyNumericCode": {"type": "null"}, "itu": {"type": "string"}, "isIndependent": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "m49": {"type": "integer"}, "marc": {"type": "string"}, "tld": {"type": "string"}, "wmo": {"type": "string"}}, "required": ["capital", "continent", "name", "officialName", "distSign", "dialCode", "edgar", "fifa", "fips", "gaul", "geoNameId", "olympicsId", "iso2", "iso3", "currencyCode", "currencyCountryName", "currencyMinorUnit", "currencyName", "currencyNumericCode", "itu", "isIndependent", "languages", "m49", "marc", "tld", "wmo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"capital" : "Kinshasa", "continent" : "AF", "name" : "Congo - Kinshasa", "officialName" : "Democratic Republic of the Congo", "distSign" : "ZRE", "dialCode" : "243", "edgar" : null, "fifa" : "COD", "fips" : "CG", "gaul" : "68", "geoNameId" : "203312", "olympicsId" : "COD", "iso2" : "CD", "iso3" : "COD", "currencyCode" : null, "currencyCountryName" : null, "currencyMinorUnit" : null, "currencyName" : null, "currencyNumericCode" : null, "itu" : "COD", "isIndependent" : "Yes", "languages" : ["fr-CD", "ln", "kg"], "m49" : 180, "marc" : "cg", "tld" : ".cd", "wmo" : "ZR"} | json_instruct | {"type": "object", "properties": {"capital": {"type": "string"}, "continent": {"type": "string"}, "name": {"type": "string"}, "officialName": {"type": "string"}, "distSign": {"type": "string"}, "dialCode": {"type": "string"}, "edgar": {"type": "null"}, "fifa": {"type": "string"}, "fips": {"type": "string"}, "gaul": {"type": "string"}, "geoNameId": {"type": "string"}, "olympicsId": {"type": "string"}, "iso2": {"type": "string"}, "iso3": {"type": "string"}, "currencyCode": {"type": "null"}, "currencyCountryName": {"type": "null"}, "currencyMinorUnit": {"type": "null"}, "currencyName": {"type": "null"}, "currencyNumericCode": {"type": "null"}, "itu": {"type": "string"}, "isIndependent": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "m49": {"type": "integer"}, "marc": {"type": "string"}, "tld": {"type": "string"}, "wmo": {"type": "string"}}, "required": ["capital", "continent", "name", "officialName", "distSign", "dialCode", "edgar", "fifa", "fips", "gaul", "geoNameId", "olympicsId", "iso2", "iso3", "currencyCode", "currencyCountryName", "currencyMinorUnit", "currencyName", "currencyNumericCode", "itu", "isIndependent", "languages", "m49", "marc", "tld", "wmo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "WZ08U6", "lang" : "de", "description" : "\nWirtschaftszweige 2008 (Abschnitte): Unternehmensregister-\nSystem", "name" : "WZ2008 (Abschnitte): URS", "type" : "Merkmal"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Flame Token", "symbol" : "XFL", "type" : "ERC20", "decimals" : 18, "description" : "Flame Token is the native currency of Sharesome, the first social discovery network for adult content creators and brands.", "website" : "https://flametoken.io", "explorer" : "https://etherscan.io/token/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f", "status" : "active", "id" : "0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "paper-toolbar": {"type": "string"}, "paper-icon-button": {"type": "string"}, "iron-icon": {"type": "string"}, "iron-icons": {"type": "string"}, "paper-drawer-panel": {"type": "string"}, "dna-router": {"type": "string"}, "paper-item": {"type": "string"}, "paper-card": {"type": "string"}, "iron-flex-layout": {"type": "string"}, "paper-input": {"type": "string"}, "iron-form": {"type": "string"}, "paper-button": {"type": "string"}, "iron-selector": {"type": "string"}, "app-storage": {"type": "string"}, "iron-swipeable-container": {"type": "string"}}, "required": ["polymer", "paper-toolbar", "paper-icon-button", "iron-icon", "iron-icons", "paper-drawer-panel", "dna-router", "paper-item", "paper-card", "iron-flex-layout", "paper-input", "iron-form", "paper-button", "iron-selector", "app-storage", "iron-swipeable-container"]}, "devDependencies": {"type": "object", "properties": {"iron-component-page": {"type": "string"}, "iron-demo-helpers": {"type": "string"}, "web-component-tester": {"type": "string"}, "webcomponentsjs": {"type": "string"}}, "required": ["iron-component-page", "iron-demo-helpers", "web-component-tester", "webcomponentsjs"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "polymertodo", "description" : "Aplica\u00e7\u00e3o de Todo de exemplo feita com Polymer e Cordova", "main" : "index.html", "dependencies" : {"polymer" : "Polymer/polymer#^1.4.0", "paper-toolbar" : "PolymerElements/paper-toolbar#^1.1.7", "paper-icon-button" : "PolymerElements/paper-icon-button#^1.1.4", "iron-icon" : "PolymerElements/iron-icon#^1.0.12", "iron-icons" : "PolymerElements/iron-icons#^1.2.0", "paper-drawer-panel" : "PolymerElements/paper-drawer-panel#^1.0.11", "dna-router" : "https://github.com/brainstormingtrooper/dna-router.git", "paper-item" : "PolymerElements/paper-item#^1.2.1", "paper-card" : "PolymerElements/paper-card#^1.1.4", "iron-flex-layout" : "PolymerElements/iron-flex-layout#^1.3.1", "paper-input" : "PolymerElements/paper-input#^1.1.22", "iron-form" : "PolymerElements/iron-form#^1.1.4", "paper-button" : "PolymerElements/paper-button#^1.0.14", "iron-selector" : "PolymerElements/iron-selector#^1.5.2", "app-storage" : "PolymerElements/app-storage#^0.9.8", "iron-swipeable-container" : "PolymerElements/iron-swipeable-container#^1.0.3"}, "devDependencies" : {"iron-component-page" : "PolymerElements/iron-component-page#^1.0.0", "iron-demo-helpers" : "PolymerElements/iron-demo-helpers#^1.0.0", "web-component-tester" : "^4.0.0", "webcomponentsjs" : "webcomponents/webcomponentsjs#^0.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "paper-toolbar": {"type": "string"}, "paper-icon-button": {"type": "string"}, "iron-icon": {"type": "string"}, "iron-icons": {"type": "string"}, "paper-drawer-panel": {"type": "string"}, "dna-router": {"type": "string"}, "paper-item": {"type": "string"}, "paper-card": {"type": "string"}, "iron-flex-layout": {"type": "string"}, "paper-input": {"type": "string"}, "iron-form": {"type": "string"}, "paper-button": {"type": "string"}, "iron-selector": {"type": "string"}, "app-storage": {"type": "string"}, "iron-swipeable-container": {"type": "string"}}, "required": ["polymer", "paper-toolbar", "paper-icon-button", "iron-icon", "iron-icons", "paper-drawer-panel", "dna-router", "paper-item", "paper-card", "iron-flex-layout", "paper-input", "iron-form", "paper-button", "iron-selector", "app-storage", "iron-swipeable-container"]}, "devDependencies": {"type": "object", "properties": {"iron-component-page": {"type": "string"}, "iron-demo-helpers": {"type": "string"}, "web-component-tester": {"type": "string"}, "webcomponentsjs": {"type": "string"}}, "required": ["iron-component-page", "iron-demo-helpers", "web-component-tester", "webcomponentsjs"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies"], "$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#"}
| ["grunt-rsas"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"type": "number"}, "itemcount": {"type": "string"}, "savingtime": {"type": "number"}}, "required": ["username", "additional_items", "items", "tweet_id", "timespent", "starttime", "itemcount", "savingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"username" : "user03", "additional_items" : [], "items" : {"1" : "negative", "2" : "negative"}, "tweet_id" : "578691023469154304", "timespent" : 5.3823218345642, "starttime" : 1429555370.7728, "itemcount" : "2", "savingtime" : 1429555376.1551} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"type": "number"}, "itemcount": {"type": "string"}, "savingtime": {"type": "number"}}, "required": ["username", "additional_items", "items", "tweet_id", "timespent", "starttime", "itemcount", "savingtime"], "$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.