input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sampleData": {"type": "object", "properties": {"4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b": {"type": "object", "properties": {"payload": {"type": "string"}}, "required": ["payload"]}}, "required": ["4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b"]}}, "required": ["sampleData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sampleData" : {"4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b" : {"payload" : "sample_data/list_.dwl"}}} | json_instruct | {"type": "object", "properties": {"sampleData": {"type": "object", "properties": {"4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b": {"type": "object", "properties": {"payload": {"type": "string"}}, "required": ["payload"]}}, "required": ["4c1b58b1-c53c-4ab2-bca8-8aebc4f05d9b"]}}, "required": ["sampleData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1801063009", "district_id" : "1801063", "name" : "MUARA BARU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "m1/env": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "yiisoft/yii2-bootstrap": {"type": "string"}, "dektrium/yii2-user": {"type": "string"}, "dektrium/yii2-rbac": {"type": "string"}, "pheme/yii2-settings": {"type": "string"}}, "required": ["php", "m1/env", "yiisoft/yii2", "yiisoft/yii2-bootstrap", "dektrium/yii2-user", "dektrium/yii2-rbac", "pheme/yii2-settings"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"colibri\\base\\": {"type": "string"}}, "required": ["colibri\\base\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "colibri-platform/base", "description" : "The Yii2 base extension to build a modular application platform", "keywords" : ["yii2", "platform", "modular"], "homepage" : "https://github.com/ColibriPlatform/base", "type" : "yii2-extension", "license" : "MIT", "support" : {"source" : "https://github.com/ColibriPlatform/base"}, "require" : {"php" : ">=5.4.0", "m1/env" : "2.1.0", "yiisoft/yii2" : "^2.0", "yiisoft/yii2-bootstrap" : "^2.0", "dektrium/yii2-user" : "^0.9", "dektrium/yii2-rbac" : "^1.0", "pheme/yii2-settings" : "^0.5"}, "autoload" : {"psr-4" : {"colibri\\base\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "m1/env": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "yiisoft/yii2-bootstrap": {"type": "string"}, "dektrium/yii2-user": {"type": "string"}, "dektrium/yii2-rbac": {"type": "string"}, "pheme/yii2-settings": {"type": "string"}}, "required": ["php", "m1/env", "yiisoft/yii2", "yiisoft/yii2-bootstrap", "dektrium/yii2-user", "dektrium/yii2-rbac", "pheme/yii2-settings"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"colibri\\base\\": {"type": "string"}}, "required": ["colibri\\base\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "support", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}, "style": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "source": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["name", "codepoint", "background", "colorStyle", "title", "slug", "svg", "aliases", "tags", "style", "author", "version", "zhs", "description", "source", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dell", "codepoint" : "", "background" : "#007DB8", "colorStyle" : "brands-item--light", "title" : "Dell", "slug" : "dell", "svg" : "<svg xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" viewBox=\"0 0 24 24\"><title>Dell icon</title><path d=\"M17.963 14.6V9.324h1.222v4.204h2.14v1.07h-3.362zm-9.784-3.288l2.98-2.292c.281.228.56.458.841.687l-2.827 2.14.611.535 2.827-2.216c.281.228.56.458.841.688a295.83 295.83 0 0 1-2.827 2.216l.61.536 2.83-2.295-.001-1.986h1.223v4.204h2.216v1.07h-3.362v-1.987c-.995.763-1.987 1.529-2.981 2.292l-2.981-2.292c-.144.729-.653 1.36-1.312 1.694-.285.147-.597.24-.915.276-.183.022-.367.017-.551.017H3.516V9.325H5.69a2.544 2.544 0 0 1 1.563.557c.454.36.778.872.927 1.43m-3.516-.917v3.21l.953-.001a1.377 1.377 0 0 0 1.036-.523 1.74 1.74 0 0 0 .182-1.889 1.494 1.494 0 0 0-.976-.766c-.166-.04-.338-.03-.507-.032h-.688zM11.82 0h.337a11.94 11.94 0 0 1 5.405 1.373 12.101 12.101 0 0 1 4.126 3.557A11.93 11.93 0 0 1 24 11.82v.36a11.963 11.963 0 0 1-3.236 8.033A11.967 11.967 0 0 1 12.182 24h-.361a11.993 11.993 0 0 1-4.145-.806 12.04 12.04 0 0 1-4.274-2.836A12.057 12.057 0 0 1 .576 15.67 12.006 12.006 0 0 1 0 12.181v-.361a11.924 11.924 0 0 1 1.992-6.396 12.211 12.211 0 0 1 4.71-4.172A11.875 11.875 0 0 1 11.82 0m-.153 1.23a10.724 10.724 0 0 0-6.43 2.375 10.78 10.78 0 0 0-3.319 4.573 10.858 10.858 0 0 0 .193 8.12 10.788 10.788 0 0 0 3.546 4.421 10.698 10.698 0 0 0 4.786 1.946c1.456.209 2.955.124 4.376-.26a10.756 10.756 0 0 0 5.075-3.062 10.742 10.742 0 0 0 2.686-5.28 10.915 10.915 0 0 0-.122-4.682 10.77 10.77 0 0 0-7.098-7.626 10.78 10.78 0 0 0-3.693-.525z\"/></svg>", "aliases" : [], "tags" : [], "style" : "regular", "author" : "Simple Icon", "version" : "2.8.0", "zhs" : ["Dell"], "description" : "", "source" : "https://datasecurity.dell.com/wp-content/themes/dell/images/logo-dell.svg", "comments" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "background": {"type": "string"}, "colorStyle": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}, "style": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "source": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["name", "codepoint", "background", "colorStyle", "title", "slug", "svg", "aliases", "tags", "style", "author", "version", "zhs", "description", "source", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "9418027008", "district_id" : "9418027", "name" : "BINIME"} | 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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"reports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "string"}, "realtime": {"type": "boolean"}, "query": {"type": "object", "properties": {"metrics": {"type": "string"}}, "required": ["metrics"]}, "meta": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["name", "frequency", "realtime", "query", "meta"]}}}, "required": ["reports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"reports" : [{"name" : "brukere-realtime", "frequency" : "realtime", "realtime" : true, "query" : {"metrics" : "rt:activeUsers"}, "meta" : {"name" : "Aktive brukere", "description" : "Brukere som er p\u00e5 nav.no akuratt n\u00e5"}}, {"name" : "brukere-geo-realtime", "frequency" : "realtime", "realtime" : true, "query" : {"metrics" : "rt:activeUsers", "dimensions" : "rt:longitude,rt:latitude"}, "meta" : {"name" : "Aktive brukere p\u00e5 planeten", "description" : "Her surfer de p\u00e5 nav.no i hele v\u00e6rden"}}, {"name" : "brukere-device-realtime", "frequency" : "realtime", "realtime" : true, "query" : {"metrics" : "rt:activeUsers", "dimensions" : "rt:deviceCategory"}, "meta" : {"name" : "Device", "description" : "Antall som bruker mobil, nettbrett eller desktop n\u00e5"}}]} | json_instruct | {"type": "object", "properties": {"reports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "string"}, "realtime": {"type": "boolean"}, "query": {"type": "object", "properties": {"metrics": {"type": "string"}}, "required": ["metrics"]}, "meta": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["name", "frequency", "realtime", "query", "meta"]}}}, "required": ["reports"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"connect": {"type": "string"}, "serve-static": {"type": "string"}}, "required": ["connect", "serve-static"]}, "optionalDependencies": {"type": "object", "properties": {"chokidar": {"type": "string"}, "connect-livereload": {"type": "string"}, "tiny-lr": {"type": "string"}}, "required": ["chokidar", "connect-livereload", "tiny-lr"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prefer-object-spread": {"type": "string"}, "eslint-plugin-simple-import-sort": {"type": "string"}, "eslint-plugin-smells": {"type": "string"}}, "required": ["eslint", "eslint-plugin-node", "eslint-plugin-prefer-object-spread", "eslint-plugin-simple-import-sort", "eslint-plugin-smells"]}}, "required": ["name", "version", "description", "repository", "publishConfig", "author", "license", "homepage", "bugs", "keywords", "main", "engines", "scripts", "dependencies", "optionalDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@eklingen/vinyl-stream-connect", "version" : "3.0.1", "description" : "Small vinyl-stream wrapper -aka Gulp plugin- for connect.", "repository" : {"type" : "git", "url" : "git+https://github.com/eklingen/vinyl-stream-connect.git"}, "publishConfig" : {"access" : "public"}, "author" : "Elco Klingen", "license" : "MIT", "homepage" : "https://github.com/eklingen/vinyl-stream-connect#readme", "bugs" : {"url" : "https://github.com/eklingen/vinyl-stream-connect/issues"}, "keywords" : ["vinyl", "stream", "gulp", "connect"], "main" : "index.js", "engines" : {"node" : ">=12.13.0"}, "scripts" : {"test" : "echo '** TODO: Write tests! **'; echo 'Linting...'; eslint index.js --fix;"}, "dependencies" : {"connect" : "^3.7.0", "serve-static" : "^1.14.1"}, "optionalDependencies" : {"chokidar" : "^3.5.2", "connect-livereload" : "^0.6.1", "tiny-lr" : "^2.0.0"}, "devDependencies" : {"eslint" : "^7.32.0", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-prefer-object-spread" : "^1.2.1", "eslint-plugin-simple-import-sort" : "^7.0.0", "eslint-plugin-smells" : "^1.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"connect": {"type": "string"}, "serve-static": {"type": "string"}}, "required": ["connect", "serve-static"]}, "optionalDependencies": {"type": "object", "properties": {"chokidar": {"type": "string"}, "connect-livereload": {"type": "string"}, "tiny-lr": {"type": "string"}}, "required": ["chokidar", "connect-livereload", "tiny-lr"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prefer-object-spread": {"type": "string"}, "eslint-plugin-simple-import-sort": {"type": "string"}, "eslint-plugin-smells": {"type": "string"}}, "required": ["eslint", "eslint-plugin-node", "eslint-plugin-prefer-object-spread", "eslint-plugin-simple-import-sort", "eslint-plugin-smells"]}}, "required": ["name", "version", "description", "repository", "publishConfig", "author", "license", "homepage", "bugs", "keywords", "main", "engines", "scripts", "dependencies", "optionalDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "result": {"type": "object", "properties": {"volume": {"type": "array", "items": {"type": "number"}}, "ticks": {"type": "array", "items": {"type": "integer"}}, "status": {"type": "string"}, "open": {"type": "array", "items": {"type": "number"}}, "low": {"type": "array", "items": {"type": "number"}}, "high": {"type": "array", "items": {"type": "number"}}, "close": {"type": "array", "items": {"type": "number"}}}, "required": ["volume", "ticks", "status", "open", "low", "high", "close"]}, "usIn": {"type": "integer"}, "usOut": {"type": "integer"}, "usDiff": {"type": "integer"}, "testnet": {"type": "boolean"}}, "required": ["jsonrpc", "id", "result", "usIn", "usOut", "usDiff", "testnet"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonrpc" : "2.0", "id" : 833, "result" : {"volume" : [19.007942601, 20.095877981], "ticks" : [1554373800000, 1554375600000], "status" : "ok", "open" : [4963.42, 4986.29], "low" : [4728.94, 4726.6], "high" : [5185.45, 5250.87], "close" : [5052.95, 5013.59]}, "usIn" : 1554381680742493, "usOut" : 1554381680742698, "usDiff" : 205, "testnet" : false} | json_instruct | {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "id": {"type": "integer"}, "result": {"type": "object", "properties": {"volume": {"type": "array", "items": {"type": "number"}}, "ticks": {"type": "array", "items": {"type": "integer"}}, "status": {"type": "string"}, "open": {"type": "array", "items": {"type": "number"}}, "low": {"type": "array", "items": {"type": "number"}}, "high": {"type": "array", "items": {"type": "number"}}, "close": {"type": "array", "items": {"type": "number"}}}, "required": ["volume", "ticks", "status", "open", "low", "high", "close"]}, "usIn": {"type": "integer"}, "usOut": {"type": "integer"}, "usDiff": {"type": "integer"}, "testnet": {"type": "boolean"}}, "required": ["jsonrpc", "id", "result", "usIn", "usOut", "usDiff", "testnet"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.625, 45.5], [129.625, 45.583333333333336], [129.75, 45.583333333333336], [129.75, 45.5], [129.625, 45.5]]]}, "properties" : {"code" : 682925, "url" : "http://madefor.github.io/0410/api/v1/682925.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/682925.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "configuredpages-config": {"type": "string"}}, "required": ["@metadata", "configuredpages-config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Growingup"]}, "configuredpages-config" : "\u042b\u0440\u0430\u0441\u0442\u043e\u043e"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "configuredpages-config": {"type": "string"}}, "required": ["@metadata", "configuredpages-config"], "$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": {"DBReset": {"type": "string"}, "DBBuild": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["DBReset", "DBBuild", "test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@types/jest": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "supertest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@types/jest", "babel-jest", "jest", "supertest", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "express": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["@types/express", "express", "knex", "sqlite3"]}, "jest": {"type": "object", "properties": {"transform": {"type": "object", "properties": {"^.+\\.[t|j]sx?$": {"type": "string"}}, "required": ["^.+\\.[t|j]sx?$"]}}, "required": ["transform"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Notes", "version" : "1.0.0", "description" : "A REST API backend application that can be used to manage personal notes in a multi-user environment.", "main" : "app.ts", "scripts" : {"DBReset" : "knex migrate:rollback --all", "DBBuild" : "knex migrate:latest", "test" : "NODE_ENV=test npm run DBReset && NODE_ENV=test npm run DBBuild && jest", "start" : "node server.ts"}, "repository" : {"type" : "git", "url" : "git+https://github.com/WaterlessPiano2/Notes.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/WaterlessPiano2/Notes/issues"}, "homepage" : "https://github.com/WaterlessPiano2/Notes#readme", "devDependencies" : {"@babel/core" : "^7.11.6", "@babel/preset-env" : "^7.11.5", "@types/jest" : "^26.0.14", "babel-jest" : "^26.5.2", "jest" : "^26.5.3", "supertest" : "^5.0.0", "ts-node" : "^9.0.0", "typescript" : "^4.0.3"}, "dependencies" : {"@types/express" : "^4.17.8", "express" : "^4.17.1", "knex" : "^0.21.6", "sqlite3" : "^5.0.0"}, "jest" : {"transform" : {"^.+\\.[t|j]sx?$" : "babel-jest"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"DBReset": {"type": "string"}, "DBBuild": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["DBReset", "DBBuild", "test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@types/jest": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "supertest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@types/jest", "babel-jest", "jest", "supertest", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "express": {"type": "string"}, "knex": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["@types/express", "express", "knex", "sqlite3"]}, "jest": {"type": "object", "properties": {"transform": {"type": "object", "properties": {"^.+\\.[t|j]sx?$": {"type": "string"}}, "required": ["^.+\\.[t|j]sx?$"]}}, "required": ["transform"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"entrypoint": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "extraDependencies": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "bundle": {"type": "boolean"}, "addServiceWorker": {"type": "boolean"}, "swPrecacheConfig": {"type": "string"}, "css": {"type": "object", "properties": {"minify": {"type": "boolean"}}, "required": ["minify"]}, "js": {"type": "object", "properties": {"minify": {"type": "boolean"}}, "required": ["minify"]}, "html": {"type": "object", "properties": {"minify": {"type": "boolean"}}, "required": ["minify"]}}, "required": ["name", "bundle", "addServiceWorker", "swPrecacheConfig", "css", "js", "html"]}}}, "required": ["entrypoint", "sources", "extraDependencies", "lint", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entrypoint" : "index.html", "sources" : ["src/**/*", "js/**/*", "css/**/*", "files/**/*", "images/**/*", "content.json", "about.html", "tutorial.html", "bower.json"], "extraDependencies" : ["manifest.json", "bower_components/webcomponentsjs/*"], "lint" : {"rules" : ["polymer-2"]}, "builds" : [{"name" : "assetTest", "bundle" : true, "addServiceWorker" : true, "swPrecacheConfig" : "sw-precache-config.js", "css" : {"minify" : true}, "js" : {"minify" : true}, "html" : {"minify" : true}}]} | json_instruct | {"type": "object", "properties": {"entrypoint": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "extraDependencies": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "string"}}}, "required": ["rules"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "bundle": {"type": "boolean"}, "addServiceWorker": {"type": "boolean"}, "swPrecacheConfig": {"type": "string"}, "css": {"type": "object", "properties": {"minify": {"type": "boolean"}}, "required": ["minify"]}, "js": {"type": "object", "properties": {"minify": {"type": "boolean"}}, "required": ["minify"]}, "html": {"type": "object", "properties": {"minify": {"type": "boolean"}}, "required": ["minify"]}}, "required": ["name", "bundle", "addServiceWorker", "swPrecacheConfig", "css", "js", "html"]}}}, "required": ["entrypoint", "sources", "extraDependencies", "lint", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Minonoh~ `kora~ `ma~`litenaay~ `to~ `maamaan~.\ufffa\ufffb\u90a3\u500b\u8001\u4eba\u64bf\u7834\u721b\u3002"], "f" : "\u64bf\u7834\u721b\uff0c\u7d22\u8981\u5225\u4eba\u4e0d\u8981\u7684\u6771\u897f\u3002"}]}], "stem" : "nonoh", "t" : "minonoh"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "required": ["min/tiny-slider.helper.ie8.js", "min/tiny-slider.js", "tiny-slider.css", "tiny-slider.helper.ie8.js", "tiny-slider.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"min/tiny-slider.helper.ie8.js" : "sha512-80tthRRb4UhIk3PeyN1uqNE072GERE5Bs8bnxSxxmUxYjCkDe6Y+YO7FiFWRwSjhFC2rk83OF2IyVD45j2ZRqA==", "min/tiny-slider.js" : "sha512-yRf6XAAx9fGBAfbj/jQsnn0nCrDpNeClSOZXLp13dORMTuznaYTSAN7qJ17CIN/S70g8Hpz6sHxws+xCLiJWgw==", "tiny-slider.css" : "sha512-xf0VM3/evOevx8I8KvARlSPo94Dy2b1nkLDWEhTKOJn89ogKQN32ctFgMtOg5/WtFstNfyr1c8195SaDmZTLvg==", "tiny-slider.helper.ie8.js" : "sha512-iXOwFign40a7jJLL0/3MBGGDJ3J0b/nPf+dKzoMPMMzTk0MMKb7JOtGm1wEvrAkGF0iM9p0WPtB5SiXx0gcmMg==", "tiny-slider.js" : "sha512-I//ryE24bfGeZESQ049K0cF/8jG5cQK/eHLhCU82vZRrCmqaQPI143qq0HUjQHw9I2uVvREaC+uBBLkn04unpw=="} | json_instruct | {"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "required": ["min/tiny-slider.helper.ie8.js", "min/tiny-slider.js", "tiny-slider.css", "tiny-slider.helper.ie8.js", "tiny-slider.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85862305, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a91b6d692bd58803c063f341eb1cb44b", "wof:id" : 85862305, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [6.59179687500011, 46.51540568357537, 6.60903521911405, 46.52863469530003], "geometry" : {"coordinates" : [[[6.60003662109006, 46.52863469530003], [6.60003662109006, 46.52674503600007], [6.60065118242034, 46.52674503600007], [6.60072326660003, 46.52677995964733], [6.60107599568357, 46.52683692353851], [6.60126565760066, 46.52674503600007], [6.60278320313012, 46.52674503600007], [6.60278320312869, 46.52600981447985], [6.6027832031283, 46.52485530497772], [6.60827636719006, 46.52485531100002], [6.60827636719006, 46.52296550737869], [6.60827636719006, 46.52107566380009], [6.60726464315405, 46.52107565285026], [6.60712026958282, 46.52086582699242], [6.60827636495293, 46.51918573184842], [6.60827636719006, 46.51729574913064], [6.60903521911405, 46.51619297210753], [6.6088546226112, 46.51540568357537], [6.60827636719006, 46.51540568627233], [6.60552978516006, 46.51540569051026], [6.60328910780839, 46.51540569233522], [6.60278320313012, 46.51540569999993], [6.60278320312938, 46.51614085484529], [6.60278320312875, 46.51729574410443], [6.60054251446155, 46.51729574602344], [6.60003662109006, 46.51729575369997], [6.59729003906006, 46.51729575369997], [6.59729003906017, 46.51803091768751], [6.59729003906017, 46.51918573201895], [6.59454345703, 46.51918573534307], [6.59454345703011, 46.52107566380009], [6.59179687500011, 46.52107566380009], [6.59179687500011, 46.52254601645065], [6.59179687500011, 46.52485524527516], [6.59179687500011, 46.52485531100002], [6.59179687500011, 46.52716422205943], [6.59179687500011, 46.52863469530003], [6.59627840646459, 46.52863469085868], [6.59729003906006, 46.52863469267039], [6.59927788266873, 46.52863469240945], [6.60003662109006, 46.52863469530003]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_beagleComponent_": {"type": "string"}, "action": {"type": "object", "properties": {"_beagleAction_": {"type": "string"}}, "required": ["_beagleAction_"]}, "childrenOfTextContainer": {"type": "object", "properties": {"_beagleComponent_": {"type": "string"}}, "required": ["_beagleComponent_"]}, "secondAction": {"type": "object", "properties": {"_beagleAction_": {"type": "string"}}, "required": ["_beagleAction_"]}}, "required": ["_beagleComponent_", "action", "childrenOfTextContainer", "secondAction"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_beagleComponent_" : "custom:textcontainerwithaction", "action" : {"_beagleAction_" : "beagle:popview"}, "childrenOfTextContainer" : {"_beagleComponent_" : "custom:textcomponentsdefault"}, "secondAction" : {"_beagleAction_" : "custom:actiondummydefault"}} | json_instruct | {"type": "object", "properties": {"_beagleComponent_": {"type": "string"}, "action": {"type": "object", "properties": {"_beagleAction_": {"type": "string"}}, "required": ["_beagleAction_"]}, "childrenOfTextContainer": {"type": "object", "properties": {"_beagleComponent_": {"type": "string"}}, "required": ["_beagleComponent_"]}, "secondAction": {"type": "object", "properties": {"_beagleAction_": {"type": "string"}}, "required": ["_beagleAction_"]}}, "required": ["_beagleComponent_", "action", "childrenOfTextContainer", "secondAction"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords", "cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.ignoreWords" : ["haproxy", "list", "openstack", "services"], "cSpell.words" : ["asprimary", "hostvars"]} | json_instruct | {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords", "cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "sidebar": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["title", "sidebar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Y-E-S Fest", "sidebar" : [{"title" : "Website", "link" : "https://2018.y-e-s.org/"}, {"title" : "Y-E-S", "link" : "https://y-e-s.org"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "sidebar": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}}, "required": ["title", "sidebar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K11627": {"type": "string"}}, "required": ["K11627"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00970": {"type": "string"}}, "required": ["rn00970"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"comment" : "", "definition" : "ATP + L-Pyrrolysine + tRNA(Pyl) <=> AMP + Diphosphate + L-Pyrrolysyl-tRNA(Pyl)", "orthologs" : {"K11627" : "pyrrolysyl-tRNA synthetase [EC:6.1.1.26]"}, "name" : "L-pyrrolysine:tRNA(Pyl) ligase (AMP-forming)", "product_stoichiometries" : ["1", "1", "1"], "enzymes" : ["6.1.1.26"], "equation" : "C00002 + C16138 + C16139 <=> C00020 + C00013 + C17027", "glycans" : false, "substrate_stoichiometries" : ["1", "1", "1"], "rpairs" : {}, "entry_id" : "R08578", "pathways" : {"rn00970" : "Aminoacyl-tRNA biosynthesis"}, "products" : ["C00020", "C00013", "C17027"], "substrates" : ["C00002", "C16138", "C16139"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K11627": {"type": "string"}}, "required": ["K11627"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00970": {"type": "string"}}, "required": ["rn00970"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"votes" : {"diff" : 7034, "dem" : 10684, "tot" : 14926, "gop" : 3650}, "for" : "AZ/Santa Cruz County/4023", "pct" : {"dem" : 71.58, "per_point_diff" : 47.13, "gop" : 24.45}} | json_instruct | {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$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"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "google-libphonenumber": {"type": "string"}, "intl-tel-input": {"type": "string"}, "@angular/material": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@angular/forms", "google-libphonenumber", "intl-tel-input", "@angular/material"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"@types/google-libphonenumber": {"type": "string"}}, "required": ["@types/google-libphonenumber"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "peerDependencies", "repository", "author", "keywords", "license", "bugs", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ngx-intl-tel-input", "version" : "2.4.3", "peerDependencies" : {"@angular/common" : "8.x - 9.x", "@angular/core" : "8.x - 9.x", "@angular/forms" : "8.x - 9.x", "google-libphonenumber" : "^3.2.1", "intl-tel-input" : "^14.0.6", "@angular/material" : "8.x - 9.x"}, "repository" : {"type" : "git", "url" : "git+https://github.com/webcat12345/ngx-intl-tel-input"}, "author" : {"name" : "webcat12345", "email" : "[email protected]"}, "keywords" : ["angular", "ng8", "ng9", "angular 8", "angular 9", "intl-tel-input", "phone number", "validation"], "license" : "MIT", "bugs" : {"url" : "https://github.com/webcat12345/ngx-intl-tel-input/issues"}, "devDependencies" : {"@types/google-libphonenumber" : "^7.4.17"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "google-libphonenumber": {"type": "string"}, "intl-tel-input": {"type": "string"}, "@angular/material": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@angular/forms", "google-libphonenumber", "intl-tel-input", "@angular/material"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"@types/google-libphonenumber": {"type": "string"}}, "required": ["@types/google-libphonenumber"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "peerDependencies", "repository", "author", "keywords", "license", "bugs", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"pubdate": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "integer"}}, "required": ["pubdate", "title", "tags", "minutes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pubdate" : "2017-12-30T23:59:59+09:00", "title" : "bouzuya/resemble 0.0.1 \u3092\u3064\u304f\u3063\u305f", "tags" : ["programming"], "minutes" : 30} | json_instruct | {"type": "object", "properties": {"pubdate": {"type": "string"}, "title": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "minutes": {"type": "integer"}}, "required": ["pubdate", "title", "tags", "minutes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "username": {"type": "string"}, "icon_url": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "string"}, "short": {"type": "boolean"}}, "required": ["title", "value", "short"]}}}, "required": ["color", "title", "text", "fields"]}}}, "required": ["text", "username", "icon_url", "attachments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "Found 1 issue", "username" : "JIRA", "icon_url" : "https://confluence.atlassian.com/alldoc/files/169118009/169050326/4/1260504581635/jira_logo.png", "attachments" : [{"color" : "#205081", "title" : "STORM-2095", "text" : "<https://jira.secondlife.com/browse/STORM-2095|Unable to change Presets when the Preset list contains Preset names using special characters or Preset names that are sorted higher alphabetically then the word Default.>", "fields" : [{"title" : "Assigned To", "value" : "Unassigned", "short" : true}, {"title" : "Status", "value" : "Closed", "short" : true}, {"title" : "Reporter", "value" : "Whirly Fizzle", "short" : true}, {"title" : "Priority", "value" : "Unset", "short" : true}]}]} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "username": {"type": "string"}, "icon_url": {"type": "string"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "string"}, "short": {"type": "boolean"}}, "required": ["title", "value", "short"]}}}, "required": ["color", "title", "text", "fields"]}}}, "required": ["text", "username", "icon_url", "attachments"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "bioconductor-chopsticks", "downloads" : 17400, "count" : 7523}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "null"}, "death_place": {"type": "null"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Portrait Plaque of Sarah Campbell DeCoux", "creation_date" : "1931", "creation_date_earliest" : "1931-01-01", "creation_date_latest" : "1931-01-01", "medium" : "marble with bronze frame", "accession_number" : "2015.45", "id" : "cmoa:things/7c47747c-8dab-4e4e-ac94-4127074098a4", "credit_line" : "Bequest of Sarah DeCoux", "date_acquired" : "2015-12-10", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 12.0, "item_height" : 12.875, "item_depth" : 1.5, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=111052", "provenance_text" : "Janet DeCoux, Gibsonia, PA; Sarah DeCoux, PA; Estate of Sarah DeCoux", "classification" : "sculpture", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=148820&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/0e86fb36-c684-42a9-99e2-24a0a045e566", "party_type" : "Person", "full_name" : "Janet DeCoux", "cited_name" : "DeCoux, Janet", "role" : null, "nationality" : "American", "birth_date" : "1904-01-01", "death_date" : "1999-01-01", "birth_place" : null, "death_place" : null}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "null"}, "death_place": {"type": "null"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://lema.rae.es/drae/srv/search?val=desvestir", "word" : "desvestir", "infinitivo" : "desvestir", "participio" : ["desvestido"], "gerundio" : ["desvistiendo"], "tenses" : {"3" : [["desvisto"], ["desvistes", "desvest\u00eds"], ["desviste"], ["desvestimos"], ["desvest\u00eds", "desvisten"], ["desvisten"]], "4" : [["desvest\u00ed"], ["desvestiste"], ["desvisti\u00f3"], ["desvestimos"], ["desvestisteis", "desvistieron"], ["desvistieron"]], "5" : [["desvest\u00eda"], ["desvest\u00edas"], ["desvest\u00eda"], ["desvest\u00edamos"], ["desvest\u00edais", "desvest\u00edan"], ["desvest\u00edan"]], "6" : [["desvestir\u00eda"], ["desvestir\u00edas"], ["desvestir\u00eda"], ["desvestir\u00edamos"], ["desvestir\u00edais", "desvestir\u00edan"], ["desvestir\u00edan"]], "7" : [["desvestir\u00e9"], ["desvestir\u00e1s"], ["desvestir\u00e1"], ["desvestiremos"], ["desvestir\u00e9is", "desvestir\u00e1n"], ["desvestir\u00e1n"]], "8" : [["desvista"], ["desvistas"], ["desvista"], ["desvistamos"], ["desvist\u00e1is", "desvistan"], ["desvistan"]], "9" : [["desvistiera"], ["desvistieras"], ["desvistiera"], ["desvisti\u00e9ramos"], ["desvistierais", "desvistieran"], ["desvistieran"]], "10" : [["desvistiese"], ["desvistieses"], ["desvistiese"], ["desvisti\u00e9semos"], ["desvistieseis", "desvistiesen"], ["desvistiesen"]], "11" : [["desvistiere"], ["desvistieres"], ["desvistiere"], ["desvisti\u00e9remos"], ["desvistiereis", "desvistieren"], ["desvistieren"]], "12" : {"1" : ["desviste"], "2" : ["desvista"], "3" : ["desvistamos"], "4" : ["desvestid"], "5" : ["desvistan"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$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"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Fatcoin", "symbol" : "FAT", "address" : "0x2eC95B8edA549B79a1248335A39d299d00Ed314C", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$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-01-16T08:00:00Z", "Temp" : 13.3, "RelHum" : 68, "WindSpeed" : 1.2, "WindDir" : 174} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}}, "required": ["docs:dev", "docs:build"]}, "devDependencies": {"type": "object", "properties": {"@vuepress/plugin-register-components": {"type": "string"}, "vuepress": {"type": "string"}}, "required": ["@vuepress/plugin-register-components", "vuepress"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gantt-doc", "version" : "1.2.0", "description" : "jz-gantt document", "main" : "index.js", "author" : "jeremyjone <[email protected]>", "license" : "MIT", "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs"}, "devDependencies" : {"@vuepress/plugin-register-components" : "^2.0.0-beta.23", "vuepress" : "^2.0.0-beta.23"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}}, "required": ["docs:dev", "docs:build"]}, "devDependencies": {"type": "object", "properties": {"@vuepress/plugin-register-components": {"type": "string"}, "vuepress": {"type": "string"}}, "required": ["@vuepress/plugin-register-components", "vuepress"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"characteristic": {"type": "integer"}, "degree": {"type": "integer"}, "order": {"type": "integer"}, "primitive_element": {"type": "integer"}, "irreducible_poly": {"type": "array", "items": {"type": "integer"}}}, "required": ["characteristic", "degree", "order", "primitive_element", "irreducible_poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"characteristic" : 2, "degree" : 1, "order" : 2, "primitive_element" : 1, "irreducible_poly" : [1, 1]} | json_instruct | {"type": "object", "properties": {"characteristic": {"type": "integer"}, "degree": {"type": "integer"}, "order": {"type": "integer"}, "primitive_element": {"type": "integer"}, "irreducible_poly": {"type": "array", "items": {"type": "integer"}}}, "required": ["characteristic", "degree", "order", "primitive_element", "irreducible_poly"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Hieratic Seal of Reflection", "number" : "47360060", "is_illegal" : false, "text" : "When a Spell Card, Trap Card, or monster effect is activated: Tribute 1 \"Hieratic\" monster; negate the activation, and if you do, destroy it.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "property" : "Counter"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 8394, "group" : "84533100", "joblink" : true, "name" : "Tanzp\u00e4dagoge/-p\u00e4dagogin", "potential" : 0, "skills" : [{"id" : 64392, "skill" : "Didaktik", "replaceable" : false}, {"id" : 64412, "skill" : "Methodik", "replaceable" : false}, {"id" : 64422, "skill" : "Unterricht, Schulung (au\u00dferschulischer Bereich)", "replaceable" : false}, {"id" : 64436, "skill" : "Tanzp\u00e4dagogik", "replaceable" : false}, {"id" : 64969, "skill" : "Training", "replaceable" : false}, {"id" : 65162, "skill" : "Ballett", "replaceable" : false}, {"id" : 65165, "skill" : "Choreografie", "replaceable" : false}, {"id" : 65275, "skill" : "Tanzen", "replaceable" : false}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replaceable": {"type": "boolean"}}, "required": ["id", "skill", "replaceable"]}}}, "required": ["id", "group", "joblink", "name", "potential", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"option.ifHgalGALiteSource.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}, "option_explain.ifHgalGALiteSource.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}}, "required": ["option.ifHgalGALiteSource.txt", "option_explain.ifHgalGALiteSource.txt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"option.ifHgalGALiteSource.txt" : {"global_cache" : false, "version_id" : 1000070, "version_string" : "1.0.0", "hash" : "e0f7106f360e38e90673c7fd0b0bd58c"}, "option_explain.ifHgalGALiteSource.txt" : {"global_cache" : false, "version_id" : 1000070, "version_string" : "1.0.0", "hash" : "422ca60f0d9db099aca58aee86983477"}} | json_instruct | {"type": "object", "properties": {"option.ifHgalGALiteSource.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}, "option_explain.ifHgalGALiteSource.txt": {"type": "object", "properties": {"global_cache": {"type": "boolean"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "hash": {"type": "string"}}, "required": ["global_cache", "version_id", "version_string", "hash"]}}, "required": ["option.ifHgalGALiteSource.txt", "option_explain.ifHgalGALiteSource.txt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"H2RB.HM": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "city"]}}, "required": ["H2RB.HM"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"H2RB.HM" : {"short_name" : "HALLOREN SCHOKOLADEN. NA", "long_name" : "Halloren Schokoladenfabrik Aktiengesellschaft", "summary" : "Halloren Schokoladenfabrik Aktiengesellschaft produces and sells chocolates and candies in Germany. The company operates through Halloren Marke, Chocolaterie, Confiserie, and Industrieproduktion segments. It offers a range of products, such as chocolates, liquor-filled selections, chocolate coins, and sugared jellies. The company offers its chocolates primarily under the Original Halloren Kugeln name. Halloren Schokoladenfabrik AG was founded in 1804 and is headquartered in Halle, Germany. Halloren Schokoladenfabrik Aktiengesellschaft is a subsidiary of Charlie Investors S.a.r.l.", "currency" : "EUR", "sector" : "Consumer Defensive", "industry" : "Confectioners", "exchange" : "HAM", "market" : "dr_market", "country" : "Germany", "city" : "Halle"}} | json_instruct | {"type": "object", "properties": {"H2RB.HM": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "city": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "city"]}}, "required": ["H2RB.HM"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"regexpLeft": {"type": "string"}, "cmdGroups": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "stmt": {"type": "string"}, "after": {"type": "string"}}, "required": ["tag", "stmt", "after"]}}, "fuzzyFinderCmd": {"type": "string"}, "bufferLeft": {"type": "string"}, "bufferRight": {"type": "string"}}, "required": ["regexpLeft", "cmdGroups", "fuzzyFinderCmd", "bufferLeft", "bufferRight"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"regexpLeft" : "^cd +(?P<path>([0-9A-Za-z_\\-.]*/)*)(?P<query>[0-9A-Za-z_\\-.]*)$", "cmdGroups" : [{"tag" : "", "stmt" : "command ls -F -1 <path> | egrep '/$'", "after" : "awk '{print $0}'"}], "fuzzyFinderCmd" : "fzf -0 -1 -q \"<query>\"", "bufferLeft" : "cd <path>", "bufferRight" : "[]"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"regexpLeft": {"type": "string"}, "cmdGroups": {"type": "array", "items": {"type": "object", "properties": {"tag": {"type": "string"}, "stmt": {"type": "string"}, "after": {"type": "string"}}, "required": ["tag", "stmt", "after"]}}, "fuzzyFinderCmd": {"type": "string"}, "bufferLeft": {"type": "string"}, "bufferRight": {"type": "string"}}, "required": ["regexpLeft", "cmdGroups", "fuzzyFinderCmd", "bufferLeft", "bufferRight"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"members": {"type": "array", "items": {"type": "object", "properties": {"create_time": {"type": "string"}, "real_name": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "update_time": {"type": "string"}, "user_email": {"type": "string"}, "user_id": {"type": "string"}}, "required": ["create_time", "real_name", "team_id", "team_name", "update_time", "user_email", "user_id"]}}}, "required": ["members"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"members" : [{"create_time" : "timestamp", "real_name" : "string", "team_id" : "string", "team_name" : "string", "update_time" : "string", "user_email" : "string", "user_id" : "string"}]} | json_instruct | {"type": "object", "properties": {"members": {"type": "array", "items": {"type": "object", "properties": {"create_time": {"type": "string"}, "real_name": {"type": "string"}, "team_id": {"type": "string"}, "team_name": {"type": "string"}, "update_time": {"type": "string"}, "user_email": {"type": "string"}, "user_id": {"type": "string"}}, "required": ["create_time", "real_name", "team_id", "team_name", "update_time", "user_email", "user_id"]}}}, "required": ["members"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "displayName", "description", "unity", "dependencies", "keywords", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.korstrix.uiframework", "version" : "1.0.0", "displayName" : "ZZ.UI Framework", "description" : "UGUI \uae30\ubc18\uc758 UI Framework\uc785\ub2c8\ub2e4.", "unity" : "2018.1", "dependencies" : {}, "keywords" : ["utility", "ui", "framework"], "author" : {"name" : "KorStrix", "email" : "[email protected]", "url" : "https://discord.gg/9EGrJap"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "displayName", "description", "unity", "dependencies", "keywords", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d433-56", "text" : "DEPARTMENT OF\nHEALTH, EDUCATION, AND WELFARE\nOFFICE OF EDUCATION\nWASHINGTON 25. D.C.\nOctober 3, 1963\nMrs. Marian Corwell\nAssociate Director\nOffice of School Relations\nDearborn Public Schools\nDearborn, Michigan 48120\nDear Marian:\nAfter having neglected you so shamefully, I am surprised\nthat you still consider me a member of your committee' ]\ncertainly will try to make amends when I see you in\nMilwaukee. I do have a conflict for lunch on Wednesday,\nNovember 20, which I may or may not be able to shift. I\nwill try but if I am not successful, I promise to be on\nhand for the \"more serious session\" afterward.\nIt will be good to see you again aft * \" \u2019 le.\nEducational Media Specialist\ns.) Gertrude G. Broderick"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "waitSec": {"type": "integer"}, "shinyTheme": {"type": "string"}}, "required": ["title", "waitSec", "shinyTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "shiny\u3067\u4f5c\u3063\u305f\u62bd\u9078\u30b7\u30b9\u30c6\u30e0", "waitSec" : 2, "shinyTheme" : "cerulean"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "waitSec": {"type": "integer"}, "shinyTheme": {"type": "string"}}, "required": ["title", "waitSec", "shinyTheme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "creation": {"type": "string"}, "doctype": {"type": "string"}, "editable_grid": {"type": "integer"}, "engine": {"type": "string"}, "field_order": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldname": {"type": "string"}, "fieldtype": {"type": "string"}, "in_list_view": {"type": "integer"}, "label": {"type": "string"}}, "required": ["fieldname", "fieldtype", "in_list_view", "label"]}}, "index_web_pages_for_search": {"type": "integer"}, "istable": {"type": "integer"}, "links": {"type": "array", "items": {}}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "quick_entry": {"type": "integer"}, "sort_field": {"type": "string"}, "sort_order": {"type": "string"}, "track_changes": {"type": "integer"}}, "required": ["actions", "creation", "doctype", "editable_grid", "engine", "field_order", "fields", "index_web_pages_for_search", "istable", "links", "modified", "modified_by", "module", "name", "owner", "permissions", "quick_entry", "sort_field", "sort_order", "track_changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"actions" : [], "creation" : "2020-11-17 14:53:38.162658", "doctype" : "DocType", "editable_grid" : 1, "engine" : "InnoDB", "field_order" : ["sites"], "fields" : [{"fieldname" : "sites", "fieldtype" : "Select", "in_list_view" : 1, "label" : "Sites"}], "index_web_pages_for_search" : 1, "istable" : 1, "links" : [], "modified" : "2020-11-17 22:45:28.596639", "modified_by" : "Administrator", "module" : "Real Estate", "name" : "Multi Site Table", "owner" : "Administrator", "permissions" : [], "quick_entry" : 1, "sort_field" : "modified", "sort_order" : "DESC", "track_changes" : 1} | json_instruct | {"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "creation": {"type": "string"}, "doctype": {"type": "string"}, "editable_grid": {"type": "integer"}, "engine": {"type": "string"}, "field_order": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "array", "items": {"type": "object", "properties": {"fieldname": {"type": "string"}, "fieldtype": {"type": "string"}, "in_list_view": {"type": "integer"}, "label": {"type": "string"}}, "required": ["fieldname", "fieldtype", "in_list_view", "label"]}}, "index_web_pages_for_search": {"type": "integer"}, "istable": {"type": "integer"}, "links": {"type": "array", "items": {}}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "quick_entry": {"type": "integer"}, "sort_field": {"type": "string"}, "sort_order": {"type": "string"}, "track_changes": {"type": "integer"}}, "required": ["actions", "creation", "doctype", "editable_grid", "engine", "field_order", "fields", "index_web_pages_for_search", "istable", "links", "modified", "modified_by", "module", "name", "owner", "permissions", "quick_entry", "sort_field", "sort_order", "track_changes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-88.12, 30.76]}, "type" : "Feature", "id" : "36613", "properties" : {"other_cities" : "Mobile, Prichard", "city" : "Eight Mile", "state" : "AL", "county" : "Mobile County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[150.375, 28.5], [150.375, 28.583333333333332], [150.5, 28.583333333333332], [150.5, 28.5], [150.375, 28.5]]]}, "properties" : {"code" : 425063, "url" : "http://madefor.github.io/0410/api/v1/425063.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/425063.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "transforms3d", "description" : "3 dimensional spatial transformations", "license" : {"key" : "other", "name" : "Other", "spdx_id" : null, "url" : null}, "starNum" : 82, "folkNum" : 17, "watchNum" : 82, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "null"}, "url": {"type": "null"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}, "ignorable_copyrights": {"type": "array", "items": {"type": "string"}}, "ignorable_authors": {"type": "array", "items": {"type": "string"}}, "ignorable_holders": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "short_name", "name", "category", "owner", "spdx_license_key", "other_urls", "ignorable_copyrights", "ignorable_authors", "ignorable_holders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "qualcomm-iso", "short_name" : "Qualcomm ISO/IEC MPEG-B DASH License", "name" : "Qualcomm ISO/IEC MPEG-B DASH License", "category" : "Free Restricted", "owner" : "Qualcomm", "spdx_license_key" : "LicenseRef-scancode-qualcomm-iso", "other_urls" : ["https://www.iso.org/standard/65274.html"], "ignorable_copyrights" : ["Copyright (c) ISO/IEC 2010"], "ignorable_authors" : ["Qualcomm, Inc."], "ignorable_holders" : ["ISO/IEC"]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}, "other_urls": {"type": "array", "items": {"type": "string"}}, "ignorable_copyrights": {"type": "array", "items": {"type": "string"}}, "ignorable_authors": {"type": "array", "items": {"type": "string"}}, "ignorable_holders": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "short_name", "name", "category", "owner", "spdx_license_key", "other_urls", "ignorable_copyrights", "ignorable_authors", "ignorable_holders"], "$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": {"jshint": {"type": "string"}, "test": {"type": "string"}}, "required": ["jshint", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bunyan": {"type": "string"}, "express": {"type": "string"}, "lodash": {"type": "string"}, "node-schedule": {"type": "string"}, "shimmer-client": {"type": "string"}, "tidepool-platform-client": {"type": "string"}}, "required": ["bunyan", "express", "lodash", "node-schedule", "shimmer-client", "tidepool-platform-client"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "gulp": {"type": "string"}, "gulp-jshint": {"type": "string"}, "jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "gulp", "gulp-jshint", "jshint", "jshint-stylish", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mussel", "version" : "0.0.0", "description" : "", "main" : "index.js", "scripts" : {"jshint" : "gulp jshint", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"bunyan" : "^1.5.1", "express" : "^4.13.3", "lodash" : "*", "node-schedule" : "^0.5.1", "shimmer-client" : "nosh/shimmer-client", "tidepool-platform-client" : "nosh/platform-client"}, "devDependencies" : {"chai" : "^3.4.1", "gulp" : "^3.9.0", "gulp-jshint" : "^1.12.0", "jshint" : "^2.8.0", "jshint-stylish" : "^2.0.1", "mocha" : "^2.3.4", "sinon" : "^1.17.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"jshint": {"type": "string"}, "test": {"type": "string"}}, "required": ["jshint", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bunyan": {"type": "string"}, "express": {"type": "string"}, "lodash": {"type": "string"}, "node-schedule": {"type": "string"}, "shimmer-client": {"type": "string"}, "tidepool-platform-client": {"type": "string"}}, "required": ["bunyan", "express", "lodash", "node-schedule", "shimmer-client", "tidepool-platform-client"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "gulp": {"type": "string"}, "gulp-jshint": {"type": "string"}, "jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["chai", "gulp", "gulp-jshint", "jshint", "jshint-stylish", "mocha", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following 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" : "2020-08-02T15:00:00Z", "Temp" : 32.8, "RelHum" : 37, "WindSpeed" : 4.4, "WindDir" : 322} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "predev": {"type": "string"}, "prebuild": {"type": "string"}, "pregenerate": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "save:contents": {"type": "string"}}, "required": ["setup", "predev", "prebuild", "pregenerate", "dev", "build", "start", "generate", "save:contents"]}, "dependencies": {"type": "object", "properties": {"@hankei6km/rehype-image-salt": {"type": "string"}, "@nuxt/content-theme-docs": {"type": "string"}, "@nuxt/image": {"type": "string"}, "nuxt": {"type": "string"}}, "required": ["@hankei6km/rehype-image-salt", "@nuxt/content-theme-docs", "@nuxt/image", "nuxt"]}, "devDependencies": {"type": "object", "properties": {"@hankei6km/remote-cms-content": {"type": "string"}}, "required": ["@hankei6km/remote-cms-content"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rehype-image-salt-doc", "version" : "1.0.0", "private" : true, "scripts" : {"setup" : "bash scripts/setup.sh", "predev" : "bash scripts/setup.sh", "prebuild" : "bash scripts/setup.sh", "pregenerate" : "bash scripts/setup.sh", "dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate", "save:contents" : "bash scripts/save_contents.sh"}, "dependencies" : {"@hankei6km/rehype-image-salt" : "^0.1.1-pre.42", "@nuxt/content-theme-docs" : "^0.11.0", "@nuxt/image" : "^0.6.0", "nuxt" : "^2.15.8"}, "devDependencies" : {"@hankei6km/remote-cms-content" : "^0.1.1-pre.59"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "predev": {"type": "string"}, "prebuild": {"type": "string"}, "pregenerate": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "save:contents": {"type": "string"}}, "required": ["setup", "predev", "prebuild", "pregenerate", "dev", "build", "start", "generate", "save:contents"]}, "dependencies": {"type": "object", "properties": {"@hankei6km/rehype-image-salt": {"type": "string"}, "@nuxt/content-theme-docs": {"type": "string"}, "@nuxt/image": {"type": "string"}, "nuxt": {"type": "string"}}, "required": ["@hankei6km/rehype-image-salt", "@nuxt/content-theme-docs", "@nuxt/image", "nuxt"]}, "devDependencies": {"type": "object", "properties": {"@hankei6km/remote-cms-content": {"type": "string"}}, "required": ["@hankei6km/remote-cms-content"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Login": {"type": "string"}, "ManagementPortal": {"type": "string"}, "UserName": {"type": "string"}, "Password": {"type": "string"}, "RememberMe": {"type": "string"}}, "required": ["Login", "ManagementPortal", "UserName", "Password", "RememberMe"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Login" : "Login", "ManagementPortal" : "Management Portal", "UserName" : "UserName", "Password" : "Password", "RememberMe" : "Remember Me"} | json_instruct | {"type": "object", "properties": {"Login": {"type": "string"}, "ManagementPortal": {"type": "string"}, "UserName": {"type": "string"}, "Password": {"type": "string"}, "RememberMe": {"type": "string"}}, "required": ["Login", "ManagementPortal", "UserName", "Password", "RememberMe"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["3.3"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"harpagmon": {"type": "object", "properties": {"php.2.6|6": {"type": "array", "items": {"type": "string"}}}, "required": ["php.2.6|6"]}}, "required": ["harpagmon"]}, "meanings": {"type": "object", "properties": {"something": {"type": "integer"}}, "required": ["something"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}, "translation": {"type": "string"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences", "translation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "n", "translits" : {"harpagmon" : {"php.2.6|6" : ["not", "something to be grasped", "considered"]}}, "meanings" : {"something" : 1}, "meaningsCount" : 1, "occurences" : 1, "translation" : "hebrew-4011"} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"harpagmon": {"type": "object", "properties": {"php.2.6|6": {"type": "array", "items": {"type": "string"}}}, "required": ["php.2.6|6"]}}, "required": ["harpagmon"]}, "meanings": {"type": "object", "properties": {"something": {"type": "integer"}}, "required": ["something"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}, "translation": {"type": "string"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences", "translation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_zbu11", "name" : "Braincain007"}, "date" : {"day" : 1557705600, "full" : 1557708881, "month" : 1556668800, "week" : 1557619200}, "id" : "t3_bnwk2y", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 120154, "fullUrl" : "https://preview.redd.it/p8ugr4lqmvx21.jpg?auto=webp&s=0b843a6feafefa53f8e27da356457b606449e93b", "hash" : "c505b91a5f", "height" : 876, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABgQF/8QAHhAAAgEEAwEAAAAAAAAAAAAAAQIRAAMEEiExYXH/xAAVAQEBAAAAAAAAAAAAAAAAAAABAv/EABYRAQEBAAAAAAAAAAAAAAAAAAABEf/aAAwDAQACEQMRAD8AkODZvi2qIDG0x2Io7nYkZL68CeppYnCvqrgbHUQYj5WFlqwvtrbuAer37VXBH//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/g6TiOaOIgWXdjJv8kEw8GYRDFYWIM3d95OhhA1Vswfk.jpg", "url" : "https://preview.redd.it/p8ugr4lqmvx21.jpg?width=640&crop=smart&auto=webp&s=34549fb97ed0663aceaa649f24aff333d87b17eb", "width" : 640}, "score" : {"comments" : 30, "downs" : 0, "isCurated" : false, "ratio" : 0.94, "ups" : 536, "value" : 536}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Dungeon"], "title" : "This dungeon took me weeks to skillfully graph, with multiple revisions, every stroke of the pen is precise to the atom of of the paper, allowing for a more-", "url" : "https://www.reddit.com/r/dndmaps/comments/bnwk2y/this_dungeon_took_me_weeks_to_skillfully_graph/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WorkItem" : {"AffectedComponent" : {"Name" : "", "DisplayName" : ""}, "ClosedComment" : "", "ClosedDate" : null, "CommentCount" : 0, "Custom" : null, "Description" : "When I try to insert something that is tinyint I got an exception\nI use this construction\nusing (var command = context.UseSharedConnection(true))\n {\n foreach (var m in modelList)\n command.Insert<History>(\"History\", m)\n .AutoMap(x => x.Id)\n .Execute();\n\n }\n\nthen Execute(); fails with the exception below:\n \nImplicit conversion from data type sql_variant to tinyint is not allowed. Use the CONVERT function to run this query.\n \nNow I have to insert and don't know what to do", "LastUpdatedDate" : "2013-07-20T20:31:44.313-07:00", "PlannedForRelease" : "", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Unassigned", "Severity" : 0, "Id" : 0}, "ProjectName" : "FluentData", "ReportedDate" : "2013-07-20T20:31:44.313-07:00", "Status" : {"Name" : "Proposed", "Id" : 1}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "conversion problem", "Type" : {"Name" : "Unassigned", "Id" : 5}, "VoteCount" : 1, "Id" : 1742}, "FileAttachments" : [], "Comments" : []} | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "null"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}, "hash": {"type": "object", "properties": {"url": {"type": "string"}, "find": {"type": "string"}}, "required": ["url", "find"]}}, "required": ["architecture", "hash"]}}, "required": ["homepage", "version", "license", "description", "architecture", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"homepage" : "https://github.com/ethereum/mist", "version" : "0.11.1", "license" : "GPL-3.0-only", "description" : "Browse and use apps on the Ethereum network.", "architecture" : {"64bit" : {"url" : "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-win64-0-11-1.zip", "hash" : "2222f23bbfd216160a9b16efd8ac5c0fb2db3d1cfb59302445c752baddec483d"}, "32bit" : {"url" : "https://github.com/ethereum/mist/releases/download/v0.11.1/Mist-win32-0-11-1.zip", "hash" : "7a54ac3552ebd8631ff6b4757da8d0d9944120188690a6557d4c2be7a640c704"}}, "shortcuts" : [["Mist.exe", "Mist"]], "checkver" : "github", "autoupdate" : {"architecture" : {"64bit" : {"url" : "https://github.com/ethereum/mist/releases/download/v$version/Mist-win64-$dashVersion.zip"}, "32bit" : {"url" : "https://github.com/ethereum/mist/releases/download/v$version/Mist-win32-$dashVersion.zip"}}, "hash" : {"url" : "https://github.com/ethereum/mist/releases/tag/v$version", "find" : "$basename</sub></td>\\s+<td><sub><code>([A-Fa-f0-9]{64})"}}} | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}, "hash": {"type": "object", "properties": {"url": {"type": "string"}, "find": {"type": "string"}}, "required": ["url", "find"]}}, "required": ["architecture", "hash"]}}, "required": ["homepage", "version", "license", "description", "architecture", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "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" : "export default {\n balance: 0,\n code: \"GBP\",\n issuer: \"GB4ZARRG6G5N3CTBAK2YVZKPS4NOK4OZQQEHYC44GXVNW3CROB7BDKYO\",\n symbol: \"\u00a3\"\n};", "map" : {"version" : 3, "sources" : ["/home/azureuser/foregin-transfers-with-stellar/infrastructure/pageA/src/Assets/GBP.js"], "names" : ["balance", "code", "issuer", "symbol"], "mappings" : "AAAA,eAAe;AACXA,EAAAA,OAAO,EAAE,CADE;AAEdC,EAAAA,IAAI,EAAE,KAFQ;AAGdC,EAAAA,MAAM,EAAE,0DAHM;AAIdC,EAAAA,MAAM,EAAE;AAJM,CAAf", "sourcesContent" : ["export default {\n balance: 0,\n\tcode: \"GBP\",\n\tissuer: \"GB4ZARRG6G5N3CTBAK2YVZKPS4NOK4OZQQEHYC44GXVNW3CROB7BDKYO\",\n\tsymbol: \"\u00a3\"\n}"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "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": {"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" : [[[-74.001, 22.438], [-73.98, 22.46], [-73.927, 22.464], [-73.903, 22.476], [-73.893, 22.5], [-73.877, 22.51], [-73.885, 22.56], [-73.906, 22.574], [-73.927, 22.6], [-73.971, 22.594], [-73.983, 22.581], [-74.01, 22.592], [-74.045, 22.618], [-74.04, 22.635], [-74.002, 22.659], [-73.996, 22.677], [-73.965, 22.702], [-73.954, 22.72], [-73.926, 22.706], [-73.866, 22.73], [-73.856, 22.71], [-73.878, 22.696], [-73.9, 22.698], [-73.91, 22.67], [-73.904, 22.658], [-73.872, 22.653], [-73.865, 22.605], [-73.848, 22.546], [-73.862, 22.525], [-73.872, 22.49], [-73.914, 22.445], [-73.93, 22.443], [-73.965, 22.39], [-73.976, 22.355], [-74.002, 22.325], [-74.115, 22.292], [-74.131, 22.293], [-74.153, 22.271], [-74.167, 22.237], [-74.212, 22.202], [-74.246, 22.203], [-74.267, 22.189], [-74.286, 22.22], [-74.256, 22.232], [-74.221, 22.221], [-74.192, 22.238], [-74.197, 22.252], [-74.174, 22.283], [-74.19, 22.302], [-74.151, 22.327], [-74.121, 22.326], [-74.084, 22.35], [-74.09, 22.393], [-74.05, 22.396], [-74.007, 22.407], [-74.001, 22.438]]]}, "properties" : {"name" : "Acklins", "iso2" : "BS-AK", "admin_level" : 8, "osm_id" : 3772879, "countrylevel_id" : "iso2:BS-AK", "osm_data" : {"localname" : "Acklins", "official_name" : "", "alltags" : {}}, "center_lat" : 22.48, "center_lon" : -74.01, "area_m2" : 483928010, "timezone" : "America/Nassau", "population" : 560, "wikidata_id" : "Q341919"}} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 54307, "cartId" : "81fb3e9e-393b-4a33-b202-337744e69f38", "preferredProducts" : [419, 1027, 4458, 4331], "productReviews" : [{"productId" : 4598, "reviewText" : "i use it never when i'm in my hotel.", "reviewDate" : "2016-09-22T06:55:15.8377326+03:00"}, {"productId" : 2456, "reviewText" : "talk about interest!!", "reviewDate" : "2018-10-14T21:29:01.0805529+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"NoMereWindmill": {"type": "array", "items": {"type": "string"}}}, "required": ["NoMereWindmill"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"NoMereWindmill" : ["WindmillPolitical", "WindmillCrusader", "StrawHypocrite", "ManipulativeBastard", "CryingWolf", "OnlySaneMan", "IgnoredExpert", "Doomsayer", "CassandraTruth", "SubvertedSuspicionAesop", "YouHaveToBelieveMe", "TheCuckoolanderWasRight", "StrawmanHasAPoint", "AccidentalTruth", "TheConspiracy", "DevilInPlainSight", "ElephantInTheLivingRoom", "WeirdnessCensor", "ProperlyParanoid", "ThenLetMeBeEvil", "RealLife", "HumongousMecha", "FromBadToWorse", "CreepyChild", "CaptainObvious", "HeroKiller", "TheComputerIsYourFriend", "Supervillain", "SherlockHolmes", "DiabolicalMastermind", "SmashToBlack", "WindmillCrusader", "UnreliableNarrator", "TheRemnant", "WaveMotionGun", "EarthShatteringKaboom", "WindmillCrusader", "ManipulativeBastard", "TheArtifact", "OmnicidalManiac", "HumanoidAbomination", "TheMagicComesBack", "TheFundamentalist", "OmnicidalManiac", "AGodAmI", "DealWithTheDevil", "SorcerousOverlord", "WindmillCrusader", "HordeOfAlienLocusts", "DeathWorld", "TheFundamentalist", "OmnicidalManiac", "AGodAmI", "DealWithTheDevil", "SorcerousOverlord", "ZombieApocalypse", "FateWorseThanDeath", "WindmillPolitical", "WindmillPolitical", "SoapboxSadie", "AttackAttackAttack", "SoMuchForStealth", "MemeticMutation", "PlayerCharacter", "EldritchAbomination", "CargoCult", "MightyWhitey", "SuicideMission", "WrongGenreSavvy", "WindmillCrusader", "TheMole", "TheRevolutionWillNotBeVilified", "TheRevolutionWillNotBeCivilized", "TheFederation", "KillSat", "DrivenToSuicide", "BadassArmy", "CargoCult", "MightyWhitey", "SuicideMission", "PlayingWithATrope", "NoHeroToHisValet", "Satan", "TakeOverTheWorld", "ProperlyParanoid", "FunWithAcronyms", "ProperlyParanoid", "FallenHero", "BrokenPedestal", "TheGloriousWarOfSisterlyRivalry", "ThoseWackyNazis", "WindmillPolitical", "CryingWolf", "MyGodYouAreSerious", "SerialEscalation", "YouShouldKnowThisAlready", "SubvertedTrope", "HeadInTheSandManagement", "TheMafia", "CommonKnowledge", "CriminalConvention", "TheStoolPigeon", "TheInformant"]} | json_instruct | {"type": "object", "properties": {"NoMereWindmill": {"type": "array", "items": {"type": "string"}}}, "required": ["NoMereWindmill"], "$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"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "fonts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "repo", "description", "version", "license", "styles", "fonts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "source-sans-regular", "repo" : "typefaces/source-sans-regular", "description" : "The Source Sans regular typeface.", "version" : "0.0.1", "license" : "MIT", "styles" : ["index.css"], "fonts" : ["fonts/source-sans-regular.eot", "fonts/source-sans-regular.ttf", "fonts/source-sans-regular.woff"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "repo": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "styles": {"type": "array", "items": {"type": "string"}}, "fonts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "repo", "description", "version", "license", "styles", "fonts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ipinfo": {"type": "object", "properties": {"access_token": {"type": "string"}}, "required": ["access_token"]}, "discord_bot": {"type": "object", "properties": {"bot_token": {"type": "string"}, "bot_prefix": {"type": "string"}, "removed_commands": {"type": "array", "items": {"type": "string"}}}, "required": ["bot_token", "bot_prefix", "removed_commands"]}, "reddit_bot": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}, "user_agent": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["client_id", "client_secret", "user_agent", "username", "password"]}, "customization": {"type": "object", "properties": {"owner_ids": {"type": "array", "items": {"type": "integer"}}, "thumbnails": {"type": "object", "properties": {"ip": {"type": "string"}, "reddit": {"type": "string"}}, "required": ["ip", "reddit"]}}, "required": ["owner_ids", "thumbnails"]}}, "required": ["ipinfo", "discord_bot", "reddit_bot", "customization"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ipinfo" : {"access_token" : "access token"}, "discord_bot" : {"bot_token" : "bot token", "bot_prefix" : ";;", "removed_commands" : ["help"]}, "reddit_bot" : {"client_id" : "client id", "client_secret" : "client secret", "user_agent" : "client by user", "username" : "username", "password" : "password"}, "customization" : {"owner_ids" : [123456789], "thumbnails" : {"ip" : "https://www.ntooitive.com/wp-content/uploads/2017/11/if__IP_Address_1134556.png", "reddit" : "https://pork-barrel.com/wp-content/uploads/2019/12/Reddit-Logo.png"}}} | json_instruct | {"type": "object", "properties": {"ipinfo": {"type": "object", "properties": {"access_token": {"type": "string"}}, "required": ["access_token"]}, "discord_bot": {"type": "object", "properties": {"bot_token": {"type": "string"}, "bot_prefix": {"type": "string"}, "removed_commands": {"type": "array", "items": {"type": "string"}}}, "required": ["bot_token", "bot_prefix", "removed_commands"]}, "reddit_bot": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_secret": {"type": "string"}, "user_agent": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["client_id", "client_secret", "user_agent", "username", "password"]}, "customization": {"type": "object", "properties": {"owner_ids": {"type": "array", "items": {"type": "integer"}}, "thumbnails": {"type": "object", "properties": {"ip": {"type": "string"}, "reddit": {"type": "string"}}, "required": ["ip", "reddit"]}}, "required": ["owner_ids", "thumbnails"]}}, "required": ["ipinfo", "discord_bot", "reddit_bot", "customization"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"model" : "Electronica_Electronica_controls_sc_audio", "modeltype" : "adaboost", "accuracy" : 0.8083333333333333, "deviation" : 0.11666666666666668} | json_instruct | {"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "COMU6050", "course_name" : "Honours Seminar", "faculty" : "Humanities and Social Sciences", "school" : "Communication & Arts School", "units" : "4", "duration" : "One Semester", "description" : "Honours Coursework in Communication & Cultural Studies (including Film & Television and Media)", "prerequisites" : "", "incompatible" : "", "restricted" : "Must be enrolled in a Bachelor of Arts (Honours) with a field of study in Communication and Cultural Studies."} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3402042001", "id_kecamatan" : "340204", "name" : "Seloharjo"}, {"id" : "3402042002", "id_kecamatan" : "340204", "name" : "Panjangrejo"}, {"id" : "3402042003", "id_kecamatan" : "340204", "name" : "Srihardono"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-pxtorem": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-size": {"type": "string"}, "gulp-swig": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-watch": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-autoprefixer", "gulp-clean", "gulp-pxtorem", "gulp-sass", "gulp-size", "gulp-swig", "gulp-uglify", "gulp-watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "gulp-bower": {"type": "string"}, "gulp-browserify": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-import-css": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-postcss": {"type": "string"}, "main-bower-files": {"type": "string"}, "postcss-focus": {"type": "string"}, "postcss-pxtorem": {"type": "string"}, "react": {"type": "string"}, "react-google-charts": {"type": "string"}, "react-router": {"type": "string"}, "reactify": {"type": "string"}, "reflux": {"type": "string"}, "restful.js": {"type": "string"}, "sc5-styleguide": {"type": "string"}}, "required": ["autoprefixer", "gulp-bower", "gulp-browserify", "gulp-concat", "gulp-import-css", "gulp-minify-css", "gulp-postcss", "main-bower-files", "postcss-focus", "postcss-pxtorem", "react", "react-google-charts", "react-router", "reactify", "reflux", "restful.js", "sc5-styleguide"]}}, "required": ["name", "version", "description", "main", "dependencies", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "frontend-toolkit", "version" : "1.0.0", "description" : "", "main" : "Gulpfile.js", "dependencies" : {"browser-sync" : "^2.3.1", "gulp" : "^3.8.11", "gulp-autoprefixer" : "^2.1.0", "gulp-clean" : "^0.3.1", "gulp-pxtorem" : "^1.0.1", "gulp-sass" : "^1.3.3", "gulp-size" : "^1.2.1", "gulp-swig" : "^0.7.4", "gulp-uglify" : "^1.1.0", "gulp-watch" : "^4.2.0"}, "author" : "James Foley", "license" : "ISC", "devDependencies" : {"autoprefixer" : "^5.2.0", "gulp-bower" : "0.0.10", "gulp-browserify" : "^0.5.1", "gulp-concat" : "^2.6.0", "gulp-import-css" : "^0.1.2", "gulp-minify-css" : "^1.2.1", "gulp-postcss" : "^5.1.10", "main-bower-files" : "^2.9.0", "postcss-focus" : "^0.1.1", "postcss-pxtorem" : "^2.3.0", "react" : "^0.13.0", "react-google-charts" : "^0.1.4", "react-router" : "^0.13.3", "reactify" : "^1.1.1", "reflux" : "^0.2.7", "restful.js" : "^0.7.0", "sc5-styleguide" : "^0.3.26"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-pxtorem": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-size": {"type": "string"}, "gulp-swig": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-watch": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-autoprefixer", "gulp-clean", "gulp-pxtorem", "gulp-sass", "gulp-size", "gulp-swig", "gulp-uglify", "gulp-watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "gulp-bower": {"type": "string"}, "gulp-browserify": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-import-css": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-postcss": {"type": "string"}, "main-bower-files": {"type": "string"}, "postcss-focus": {"type": "string"}, "postcss-pxtorem": {"type": "string"}, "react": {"type": "string"}, "react-google-charts": {"type": "string"}, "react-router": {"type": "string"}, "reactify": {"type": "string"}, "reflux": {"type": "string"}, "restful.js": {"type": "string"}, "sc5-styleguide": {"type": "string"}}, "required": ["autoprefixer", "gulp-bower", "gulp-browserify", "gulp-concat", "gulp-import-css", "gulp-minify-css", "gulp-postcss", "main-bower-files", "postcss-focus", "postcss-pxtorem", "react", "react-google-charts", "react-router", "reactify", "reflux", "restful.js", "sc5-styleguide"]}}, "required": ["name", "version", "description", "main", "dependencies", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "range": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"begin": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "end": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["begin", "end"]}, "additionalItems": {"type": "boolean"}, "uniqueItems": {"type": "boolean"}}, "required": ["type", "properties", "additionalItems", "uniqueItems"]}}, "required": ["type", "items"]}, "statement": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "embargo": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"begin": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "end": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["begin", "end"]}}, "required": ["type", "properties"]}, "additionalItems": {"type": "boolean"}, "uniqueItems": {"type": "boolean"}}, "required": ["type", "items", "additionalItems", "uniqueItems"]}}, "required": ["id", "range", "statement", "embargo"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "type", "additionalProperties", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Codex Coverage Schema", "type" : "object", "additionalProperties" : false, "properties" : {"id" : {"type" : "string"}, "range" : {"type" : "array", "items" : {"type" : "object", "properties" : {"begin" : {"type" : "string"}, "end" : {"type" : "string"}}, "additionalItems" : true, "uniqueItems" : true}}, "statement" : {"type" : "string"}, "embargo" : {"type" : "array", "items" : {"type" : "object", "properties" : {"begin" : {"type" : "string"}, "end" : {"type" : "string"}}}, "additionalItems" : true, "uniqueItems" : true}}, "required" : ["id"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "range": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"begin": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "end": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["begin", "end"]}, "additionalItems": {"type": "boolean"}, "uniqueItems": {"type": "boolean"}}, "required": ["type", "properties", "additionalItems", "uniqueItems"]}}, "required": ["type", "items"]}, "statement": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "embargo": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"begin": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "end": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["begin", "end"]}}, "required": ["type", "properties"]}, "additionalItems": {"type": "boolean"}, "uniqueItems": {"type": "boolean"}}, "required": ["type", "items", "additionalItems", "uniqueItems"]}}, "required": ["id", "range", "statement", "embargo"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "title", "type", "additionalProperties", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}}, "required": ["_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "55ae81046b10f87e728b4718"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}}, "required": ["_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARP15911187B9B0676", "artist_latitude" : null, "artist_location" : "Denver, CO", "artist_longitude" : null, "artist_name" : "Jill Sobule", "duration" : 228.57098, "num_songs" : 1, "song_id" : "SOKGDGM12AB018B071", "title" : "Now That I Don't Have You (LP Version)", "year" : 1995} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "start": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "amount": {"type": "number"}, "currency": {"type": "string"}, "time": {"type": "integer"}, "rate": {"type": "number"}, "commission": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "amount", "currency", "time", "rate", "commission", "type"]}}}, "required": ["total", "start", "count", "results"]}, "time": {"type": "integer"}, "limit": {"type": "object", "properties": {"used": {"type": "integer"}, "allowed": {"type": "integer"}, "expires": {"type": "integer"}}, "required": ["used", "allowed", "expires"]}}, "required": ["success", "data", "time", "limit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : true, "data" : {"total" : 8, "start" : 0, "count" : 8, "results" : [{"id" : 11687514, "amount" : 83.9, "currency" : "BTC", "time" : 1433881056, "rate" : 839.0, "commission" : 0.0, "type" : "cancel"}]}, "time" : 1434130899, "limit" : {"used" : 6, "allowed" : 6000, "expires" : 1434132000}} | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "data": {"type": "object", "properties": {"total": {"type": "integer"}, "start": {"type": "integer"}, "count": {"type": "integer"}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "amount": {"type": "number"}, "currency": {"type": "string"}, "time": {"type": "integer"}, "rate": {"type": "number"}, "commission": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "amount", "currency", "time", "rate", "commission", "type"]}}}, "required": ["total", "start", "count", "results"]}, "time": {"type": "integer"}, "limit": {"type": "object", "properties": {"used": {"type": "integer"}, "allowed": {"type": "integer"}, "expires": {"type": "integer"}}, "required": ["used", "allowed", "expires"]}}, "required": ["success", "data", "time", "limit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web" : [{"value" : ["\u5927\u5c0f", "\u9707\u7ea7", "\u91cf (\u6570\u5b66)"], "key" : "magnitude"}, {"value" : ["\u76ee\u89c6\u661f\u7b49", "\u76ee\u6d4b\u661f\u7b49", "\u89c6\u661f\u7b49"], "key" : "visual magnitude"}, {"value" : ["\u661f\u7b49\u7ea7", "\u661f\u7b49", "\u6052\u661f\u661f\u7b49"], "key" : "stellar magnitude"}], "query" : "magnitude", "translation" : ["\u7ea7"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=magnitude"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=magnitude"}, "basic" : {"us-phonetic" : "'m\u00e6\u0261n\u026atud", "phonetic" : "'m\u00e6gn\u026atju\u02d0d", "uk-phonetic" : "'m\u00e6gn\u026atju\u02d0d", "explains" : ["n. \u5927\u5c0f\uff1b\u91cf\u7ea7\uff1b[\u5730\u9707] \u9707\u7ea7\uff1b\u91cd\u8981\uff1b\u5149\u5ea6"]}, "l" : "EN2zh-CHS"} | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["80-89", "80-89", "80-89", "60-69"], "SERIES_NAME" : ["MALE", "FEMALE", "MALE", "MALE"], "X_CALENDAR_YEAR" : [2010, 2011, 2014, 2018], "Y_PREVALENCE_1000PP" : [0.06502, 0.04809, 0.08459, 0.03313]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 201101, "Y_PREVALENCE_1000PP" : 0.00112}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VALUE" : 1, "P75_VALUE" : 1, "P90_VALUE" : 1, "MAX_VALUE" : 30}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [29, 2], "P10_VALUE" : [59, 51], "P25_VALUE" : [67, 65], "MEDIAN_VALUE" : [78, 75], "P75_VALUE" : [85, 84], "P90_VALUE" : [90, 88], "MAX_VALUE" : [98, 97]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$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"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Pyninsula 2017"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"x_min": {"type": "array", "items": {"type": "number"}}, "x_scale": {"type": "array", "items": {"type": "number"}}}, "required": ["x_min", "x_scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"x_min" : [1.6584807225231257], "x_scale" : [0.024008967537823722]} | json_instruct | {"type": "object", "properties": {"x_min": {"type": "array", "items": {"type": "number"}}, "x_scale": {"type": "array", "items": {"type": "number"}}}, "required": ["x_min", "x_scale"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-transform-runtime": {"type": "string"}, "@babel/runtime": {"type": "string"}}, "required": ["@babel/plugin-transform-runtime", "@babel/runtime"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ensorcel": {"type": "string"}, "fluture": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["ensorcel", "fluture", "ramda"]}}, "required": ["name", "main", "module", "version", "description", "keywords", "devDependencies", "scripts", "files", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bequeath", "main" : "bequeath.js", "module" : "bequeath.mjs", "version" : "0.0.1", "description" : "generator async control flow with futures", "keywords" : ["async", "flow", "generator", "coro", "coroutine", "fluture", "future", "yield", "will yield"], "devDependencies" : {"@babel/plugin-transform-runtime" : "^7.8.3", "@babel/runtime" : "^7.8.4"}, "scripts" : {}, "files" : ["bequeath.js", "bequeath.mjs"], "license" : "MIT", "repository" : "open-sorcerers/bequeath", "dependencies" : {"ensorcel" : "^0.0.2", "fluture" : "^12.2.0", "ramda" : "^0.27.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-transform-runtime": {"type": "string"}, "@babel/runtime": {"type": "string"}}, "required": ["@babel/plugin-transform-runtime", "@babel/runtime"]}, "scripts": {"type": "object", "properties": {}, "required": []}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ensorcel": {"type": "string"}, "fluture": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["ensorcel", "fluture", "ramda"]}}, "required": ["name", "main", "module", "version", "description", "keywords", "devDependencies", "scripts", "files", "license", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1981, "sex" : "M", "n" : 14, "prop" : 7.52e-06}, {"year" : 1982, "sex" : "M", "n" : 17, "prop" : 9.01e-06}, {"year" : 1983, "sex" : "M", "n" : 11, "prop" : 5.9e-06}, {"year" : 1984, "sex" : "M", "n" : 7, "prop" : 3.73e-06}, {"year" : 1985, "sex" : "M", "n" : 6, "prop" : 3.12e-06}, {"year" : 1987, "sex" : "M", "n" : 5, "prop" : 2.56e-06}, {"year" : 1989, "sex" : "M", "n" : 5, "prop" : 2.39e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["openpyxl"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xa701122c1b67220a8b6883d03c8ad67896b12466", "tool" : "honeybadger", "start" : 1565868933.0174212, "end" : 1565869052.622147, "duration" : 119.60472583770752, "analysis" : [{"errors" : [], "file" : "/unique_chucks/1/0xa701122c1b67220a8b6883d03c8ad67896b12466.sol", "name" : "BroFistCoin"}, {"errors" : [], "file" : "/unique_chucks/1/0xa701122c1b67220a8b6883d03c8ad67896b12466.sol", "name" : "SafeMath"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file_num" : 1127, "data" : [{"id" : 1128, "content" : "\u6211\u5df2\u7ecf\u5230\u4e86\u6cd5\u5b9a\u7ed3\u5a5a\u5e74\u9f84\uff0c\u8bf7\u95ee\u53bb\u6c11\u653f\u5c40\u9886\u8bc1\u7684\u65f6\u5019\uff0c\u8001\u5a46\u662f\u81ea\u5df1\u5e26\u8fd8\u662f\u7b49\u4ed6\u4eec\u53d1\uff1f"}]} | json_instruct | {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Aouste-sur-Sye", "dpt" : "Dr\u00f4me", "inscrits" : 1811, "abs" : 385, "votants" : 1426, "blancs" : 147, "nuls" : 46, "exp" : 1233, "res" : [{"panneau" : "1", "voix" : 804}, {"panneau" : "2", "voix" : 429}]} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "34a205aad7e0b7e0b019", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "esy": {"type": "object", "properties": {"buildEnv": {"type": "object", "properties": {"esy_skia_install": {"type": "string"}, "OCAMLRUNPARAM": {"type": "string"}}, "required": ["esy_skia_install", "OCAMLRUNPARAM"]}, "build": {"type": "array", "items": {"type": "string"}}, "install": {"type": "array", "items": {"type": "string"}}}, "required": ["buildEnv", "build", "install"]}, "dependencies": {"type": "object", "properties": {"@esy-ocaml/reason": {"type": "string"}, "@opam/dune": {"type": "string"}, "esy-skia": {"type": "string"}, "refmterr": {"type": "string"}}, "required": ["@esy-ocaml/reason", "@opam/dune", "esy-skia", "refmterr"]}, "devDependencies": {"type": "object", "properties": {"ocaml": {"type": "string"}, "pkgconfig": {"type": "string"}}, "required": ["ocaml", "pkgconfig"]}, "resolutions": {"type": "object", "properties": {"esy-skia": {"type": "string"}}, "required": ["esy-skia"]}}, "required": ["name", "version", "description", "esy", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reason-skia", "version" : "0.1.0", "description" : "Reason bindings for the Skia 2D graphics library", "esy" : {"buildEnv" : {"esy_skia_install" : "#{esy-skia.install}", "OCAMLRUNPARAM" : "b"}, "build" : ["#{'refmterr dune build --verbose --root .'}"], "install" : ["esy-installer"]}, "dependencies" : {"@esy-ocaml/reason" : "^3.3.7", "@opam/dune" : "*", "esy-skia" : "*", "refmterr" : "^3.1.0"}, "devDependencies" : {"ocaml" : "^4.6.0", "pkgconfig" : "prometheansacrifice/yarn-pkg-config#670fb0100d51e47d171c407f6d91c07817435df2"}, "resolutions" : {"esy-skia" : "prometheansacrifice/esy-skia#1ca67ef462cb9afff95a66999aa428dcb18cd2d4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "esy": {"type": "object", "properties": {"buildEnv": {"type": "object", "properties": {"esy_skia_install": {"type": "string"}, "OCAMLRUNPARAM": {"type": "string"}}, "required": ["esy_skia_install", "OCAMLRUNPARAM"]}, "build": {"type": "array", "items": {"type": "string"}}, "install": {"type": "array", "items": {"type": "string"}}}, "required": ["buildEnv", "build", "install"]}, "dependencies": {"type": "object", "properties": {"@esy-ocaml/reason": {"type": "string"}, "@opam/dune": {"type": "string"}, "esy-skia": {"type": "string"}, "refmterr": {"type": "string"}}, "required": ["@esy-ocaml/reason", "@opam/dune", "esy-skia", "refmterr"]}, "devDependencies": {"type": "object", "properties": {"ocaml": {"type": "string"}, "pkgconfig": {"type": "string"}}, "required": ["ocaml", "pkgconfig"]}, "resolutions": {"type": "object", "properties": {"esy-skia": {"type": "string"}}, "required": ["esy-skia"]}}, "required": ["name", "version", "description", "esy", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tables": {"type": "array", "items": {"type": "string"}}, "config": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "file": {"type": "string"}}, "required": ["id", "file"]}}}, "required": ["id", "name", "tables", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e10.world", "name" : "Worl Definition Data", "tables" : ["languages", "currencies", "territories", "countries", "countryCurrencies", "countryLanguages", "countryTerritories", "currenciesTr", "languagesTr", "countriesTr"], "config" : [{"id" : "+e10.world.territoriesTypes", "file" : "territoriesTypes.json"}, {"id" : "+e10.appOptions.groups", "file" : "e10.appOptionsGroups.json"}, {"id" : "+appOptions", "file" : "e10.appOptions.json"}, {"id" : "+world.data", "file" : "data.countries.json"}, {"id" : "+world.data", "file" : "data.currencies.json"}, {"id" : "+world.data", "file" : "data.languages.json"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "tables": {"type": "array", "items": {"type": "string"}}, "config": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "file": {"type": "string"}}, "required": ["id", "file"]}}}, "required": ["id", "name", "tables", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2033", "provinceId" : "11", "regencyId" : "08", "districtId" : "16", "name" : "Alue Bili"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 15, "height" : 15, "block" : "<path d=\"M6.51 80.5a6.49 6.49 0 0 1-4.35-1.66 6.43 6.43 0 0 1-.5-9.12l43.5-48.08a6.55 6.55 0 0 1 9.16-.52L97.8 59.38a6.42 6.42 0 0 1 .56 9.12 6.54 6.54 0 0 1-9.19.55L50.52 35.06l-39.16 43.3a6.53 6.53 0 0 1-4.85 2.14\" fill=\"currentColor\"/>"} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 15882, "source" : "parry", "verse_id" : 18820, "verse_count" : 1, "reference" : "59:19", "title" : "", "html" : " <i>fear the name of the Lord…and his glory/the west/the rising of the sun.</i> Those who receive God's judgments will be afraid of both death and eternal punishment, and they will fear the Lord who brings both. When the Lord comes in his glory, \"every knee shall bow, and every tongue shall confess,…saying: Fear God, and give glory to him\" (<a class=\"ref\">D&C 88:104</a>). These responses will occur from the west to the east, over the entire globe (40:5; 52:10).</p> <p><i>like a flood.</i> The enemies of the Lord's people will come with such power and in such numbers that they cannot be stopped or turned (8:6-8). But the Lord will stop them nonetheless.</p> <p><i>a standard against him.</i> Just as the Lord will lift a banner or ensign as a rallying point for the righteous, so will he lift a banner or ensign as a rallying point in the battle against evil (49:22; <a class=\"ref\">Alma 46:11-21, 36</a>; <a class=\"ref\"> 62:4</a>). </p> ", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1970, 6], [1973, 5], [1975, 8], [1976, 5], [1979, 6], [1982, 5], [1985, 5], [1986, 7], [1989, 8], [1990, 6], [1991, 5], [1992, 5], [1993, 7], [1994, 7], [1996, 7], [1997, 6], [2001, 6], [2002, 8], [2003, 6], [2004, 5], [2005, 6], [2007, 5], [2008, 9], [2011, 6], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"github-buttons": {"type": "string"}}, "required": ["github-buttons"]}}, "required": ["name", "version", "description", "main", "types", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-next-github-btn", "version" : "1.2.01", "description" : "GitHub module button component for React.js", "main" : "index.js", "types" : "index.d.ts", "repository" : {"type" : "git", "url" : "git+https://github.com/tekkenthuuug/react-next-github-btn.git"}, "keywords" : ["React", "GitHub", "button", "module"], "author" : {"name" : "Maksim Pautsina", "email" : "[email protected]"}, "license" : "BSD-2-Clause", "bugs" : {"url" : "https://github.com/tekkenthuuug/react-next-github-btn/issues"}, "homepage" : "https://github.com/tekkenthuuug/react-next-github-btn", "dependencies" : {"github-buttons" : "^2.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"github-buttons": {"type": "string"}}, "required": ["github-buttons"]}}, "required": ["name", "version", "description", "main", "types", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"colour": {"type": "string"}, "time": {"type": "array", "items": {"type": "integer"}}, "number": {"type": "integer"}}, "required": ["colour", "time", "number"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"colour" : "red", "time" : [2018, 8, 27, 17, 12, 1], "number" : 1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"colour": {"type": "string"}, "time": {"type": "array", "items": {"type": "integer"}}, "number": {"type": "integer"}}, "required": ["colour", "time", "number"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "An individual or group health plan which is a health benefit plan, and a health insurer offering health care coverage, shall not:", "historical" : "Legislative History of Laws\n\nFor D.C. Law 13-254, see notes following \u00a7 31-3831.\n\nDC CODE \u00a7 31-3835\n\nCurrent through December 11, 2012", "credits" : "(Apr. 3, 2001, D.C. Law 13-254, \u00a7 6, 48 DCR 723.)", "sections" : [{"prefix" : "1", "text" : " Deny a patient eligibility, or continued eligibility, to enroll or renew coverage under terms of the health benefit plan, solely for the purpose of avoiding the requirements of this chapter; or"}, {"prefix" : "2", "text" : " Penalize or otherwise reduce or limit the reimbursement of an attending provider, or provide incentives (monetary or otherwise) to an attending provider, to induce such provider to provide care to an individual participant or beneficiary in a manner inconsistent with this chapter."}], "division" : {"identifier" : "V", "text" : "Local Business Affairs"}, "title" : {"identifier" : "31", "text" : "Insurance and Securities. (Refs & Annos)"}, "subtitle" : {"prefix" : "IV", "text" : " Health and Related Insurance."}, "chapter" : {"identifier" : "38A", "text" : "Women's Rights Regarding Certain Health Insurance."}, "heading" : {"title" : "31", "chaptersection" : "3835", "identifier" : "31-3835", "catch_text" : "Prohibitions."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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" : 101880543, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "aa4e496e9d666b6f9071e29c0a7a88db", "wof:id" : 101880543, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.34771, 48.77409, 1.34771, 48.77409], "geometry" : {"coordinates" : [1.34771, 48.77409], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.375, 30.25], [122.375, 30.333333333333332], [122.5, 30.333333333333332], [122.5, 30.25], [122.375, 30.25]]]}, "properties" : {"code" : 452233, "url" : "http://madefor.github.io/0410/api/v1/452233.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/452233.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "background", "icons", "browser_action", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sbn_fastpic_redirect", "version" : "0.6", "description" : "Skip spam and view the full image on fastpic image hosting", "permissions" : ["tabs", "webNavigation"], "background" : {"scripts" : ["fastpic_redirect.js"], "persistent" : false}, "icons" : {"128" : "icons/sbn_on.png"}, "browser_action" : {"default_icon" : "icons/sbn_on.png", "default_title" : "sbn redirect"}, "manifest_version" : 2} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "background", "icons", "browser_action", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "average precision": {"type": "number"}, "reciprocal rank": {"type": "number"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "530d2b9883106d185d2ce0e2069b89a90a63c55f", "recommendations" : ["TRLHHWD12903CDB311", "TRZUCIS128F92F91B9", "TRAMXGR128E07822CC", "TRVIGDJ128F4262CD6", "TRQZPIE128F1455E47", "TRWNFMW128F1465AC3", "TRKQQLC128F93032DA", "TRSGNMZ128F92F8FD0", "TRRGTXK128F92F991B", "TROGDUH128F9330CB9", "TRBFKOV128F426DDF1", "TRYQWHS128F4237626", "TRAGOTA128F92F92C2", "TRDADBO128C7196C2E", "TRXYBBI128F9318209", "TRPZATX128F930A220", "TRUMXQQ128F932C290", "TRAPHUO12903CC2719", "TROINBI12903CDB2D8", "TRXSWJL128F427EEFA", "TRZPAPV128F427E8D2", "TRTRPCL128F9310BA8", "TRCXIGZ128E07816E0", "TRYRFSW128F930490B", "TRGWMVP128F42B53DE", "TRDJQCZ128F423D135", "TROEVBD128F92DC10D", "TRCQKWZ128F933A30C", "TRBHYJH12903CEA8AC", "TRINTFS12903CF7876", "TRDCPMV128F424350F", "TRGGONE128F42B6FF9", "TREVUBW128F92F91B2", "TRUXLWW128F14567C4", "TRQXRRH128F1477261", "TRRXNSP128F93321FB", "TRQLZRI128F429337E", "TRKKXKN128EF3445BE", "TRJMHJZ128F4290063", "TRURAHF128F426A3C4", "TRRWBPJ128F423DF80", "TRYZAMO128E079125F", "TRLGQLW128EF3453BA", "TRPCCDQ128F931EB27", "TRYTKPJ12903CE137C", "TRQPYHG128F4293089", "TRSBDSN128F92F91BE", "TRCXFCK128F931EAF9", "TRCZPQW128F429BBE8", "TRDFGDH128F424BDD3"], "metrics" : {"P" : 27, "TP" : 6, "precision" : 0.12, "recall" : 0.2222222222222222, "f1" : 0.15584415584415584, "average precision" : 0.7777777777777778, "reciprocal rank" : 0.5}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "average precision": {"type": "number"}, "reciprocal rank": {"type": "number"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$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" : "tut:block/deepslate_ruby_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["2 1\n", "10 7\n", "1000000000000 1\n", "3 1\n", "4 1\n", "3 2\n", "4 2\n", "1000 700\n", "959986566087 524054155168\n", "4 3\n", "7 6\n", "1000 999\n", "1000 998\n", "1000 997\n", "42 1\n", "1000 1\n", "8 5\n", "13 8\n", "987 610\n", "442 42\n", "754 466\n", "1000000000000 999999999999\n", "1000000000000 999999999998\n", "941 14\n", "998 2\n", "1000 42\n", "1000 17\n", "5 1\n", "5 2\n", "5 3\n", "5 4\n", "293 210\n", "787878787878 424242424242\n", "956722026041 591286729879\n", "956722026041 365435296162\n", "628625247282 464807889701\n", "695928431619 424778620208\n", "1000000000000 42\n", "987654345678 23\n", "10000000001 2\n", "1000000000000 2\n", "1000000000000 3\n", "100000000000 3\n", "100000000000 23\n", "999999999997 7\n", "8589934592 4294967296\n"], "outputs" : ["2\n", "6\n", "1000000000000\n", "3\n", "4\n", "3\n", "2\n", "6\n", "90\n", "4\n", "7\n", "1000\n", "500\n", "336\n", "42\n", "1000\n", "5\n", "6\n", "15\n", "22\n", "13\n", "1000000000000\n", "500000000000\n", "74\n", "499\n", "32\n", "66\n", "5\n", "4\n", "4\n", "5\n", "17\n", "8\n", "58\n", "58\n", "102\n", "167\n", "23809523821\n", "42941493300\n", "5000000002\n", "500000000000\n", "333333333336\n", "33333333336\n", "4347826109\n", "142857142861\n", "2\n"]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "imagefile": {"type": "string"}}, "required": ["title", "imagefile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Stocks: Historical Quarterly Government Contract ", "imagefile" : "<class 'str'>"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "imagefile": {"type": "string"}}, "required": ["title", "imagefile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"WORKING_DIR": {"type": "string"}, "FIELDS": {"type": "array", "items": {"type": "string"}}}, "required": ["WORKING_DIR", "FIELDS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WORKING_DIR" : "./", "FIELDS" : ["age", "sex", "response", "foo"]} | json_instruct | {"type": "object", "properties": {"WORKING_DIR": {"type": "string"}, "FIELDS": {"type": "array", "items": {"type": "string"}}}, "required": ["WORKING_DIR", "FIELDS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"MK-04": {"type": "string"}, "MK-13": {"type": "string"}, "MK-19": {"type": "string"}, "MK-47": {"type": "string"}, "MK-62": {"type": "string"}, "MK-76": {"type": "string"}, "MK-83": {"type": "string"}}, "required": ["MK-04", "MK-13", "MK-19", "MK-47", "MK-62", "MK-76", "MK-83"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MK-04" : "\u0e1a\u0e34\u0e15\u0e2d\u0e25\u0e32", "MK-13" : "\u0e40\u0e27\u0e40\u0e25\u0e2a", "MK-19" : "\u0e42\u0e01\u0e2a\u0e15\u0e34\u0e27\u0e32\u0e23\u0e4c", "MK-47" : "\u0e04\u0e39\u0e21\u0e32\u0e42\u0e19\u0e42\u0e27", "MK-62" : "\u0e1e\u0e23\u0e35\u0e40\u0e25\u0e1b", "MK-76" : "\u0e40\u0e15\u0e15\u0e2d\u0e27\u0e2d", "MK-83" : "\u0e0b\u0e15\u0e35\u0e1b"} | json_instruct | {"type": "object", "properties": {"MK-04": {"type": "string"}, "MK-13": {"type": "string"}, "MK-19": {"type": "string"}, "MK-47": {"type": "string"}, "MK-62": {"type": "string"}, "MK-76": {"type": "string"}, "MK-83": {"type": "string"}}, "required": ["MK-04", "MK-13", "MK-19", "MK-47", "MK-62", "MK-76", "MK-83"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"debug": {"type": "boolean"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "restEndpoint": {"type": "string"}, "email": {"type": "string"}, "lists": {"type": "object", "properties": {"listname_1": {"type": "integer"}}, "required": ["listname_1"]}, "campaigns": {"type": "object", "properties": {"campaignname_1": {"type": "integer"}, "campaignname_2": {"type": "integer"}}, "required": ["campaignname_1", "campaignname_2"]}}, "required": ["debug", "clientId", "clientSecret", "restEndpoint", "email", "lists", "campaigns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"debug" : false, "clientId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "clientSecret" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "restEndpoint" : "https://xxx-xxx-xxx.mktorest.com/", "email" : "[email protected]", "lists" : {"listname_1" : 1001}, "campaigns" : {"campaignname_1" : 2001, "campaignname_2" : 2002}} | json_instruct | {"type": "object", "properties": {"debug": {"type": "boolean"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}, "restEndpoint": {"type": "string"}, "email": {"type": "string"}, "lists": {"type": "object", "properties": {"listname_1": {"type": "integer"}}, "required": ["listname_1"]}, "campaigns": {"type": "object", "properties": {"campaignname_1": {"type": "integer"}, "campaignname_2": {"type": "integer"}}, "required": ["campaignname_1", "campaignname_2"]}}, "required": ["debug", "clientId", "clientSecret", "restEndpoint", "email", "lists", "campaigns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commitlint-plugin-regexscope": {"type": "string"}}, "required": ["commitlint-plugin-regexscope"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "commitlint-config-megengine", "version" : "1.0.0", "description" : "A shareable [conventional-changelog-lint](https://github.com/conventional-changelog/commitlint) configuration for [MegEngine](https://github.com/MegEngine/MegEngine) commit convention.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/HikawaRin/commitlint-config-megengine.git"}, "keywords" : ["commitlint-config", "MegEngine"], "author" : "Hikawa Rin", "license" : "MIT", "bugs" : {"url" : "https://github.com/HikawaRin/commitlint-config-megengine/issues"}, "homepage" : "https://github.com/HikawaRin/commitlint-config-megengine#readme", "dependencies" : {"commitlint-plugin-regexscope" : "0.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commitlint-plugin-regexscope": {"type": "string"}}, "required": ["commitlint-plugin-regexscope"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " How to simplify an expression using rules of exponents\n\n[imath]\\frac{-21 w^{5} x^{2}}{7 w^{4} x^{5}}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=FPFjY29jr9M"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Themes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "voice": {"type": "string"}, "ascii": {"type": "array", "items": {"type": "string"}}, "bg_image": {"type": "string"}, "label_bg_colour": {"type": "string"}, "scrolltext_bg_colour": {"type": "string"}, "button_colour": {"type": "string"}, "fg_colour": {"type": "string"}, "base_font": {"type": "string"}, "title_font": {"type": "string"}}, "required": ["name", "voice", "ascii", "bg_image", "label_bg_colour", "scrolltext_bg_colour", "button_colour", "fg_colour", "base_font", "title_font"]}}}, "required": ["Themes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Themes" : [{"name" : "Shizuka", "voice" : "Heera", "ascii" : ["____________________________________________________\n\n", ".d88888b 88 oo 88 \n", "88. 88 88 \n", "`Y88888b. 88d888b. 88 d888888b d8 d8 88 .d8' .d8888b \n", " `8b 88' `88 88 .d8P' 88 88 88888' 88' `88 \n", "d8' .8P 88 88 88 .J8P' 88. .88 88 `8b. 88. .88 \n", " Y88888P 88 88 88 d888888P `88888P' 88 `Yb `888888b\n", "____________________________________________________\n"], "bg_image" : "assistant/configurations/images/Shizuka/background.png", "label_bg_colour" : "grey10", "scrolltext_bg_colour" : "grey20", "button_colour" : "grey20", "fg_colour" : "white", "base_font" : "Arial", "title_font" : "Freestyle Script"}, {"name" : "Nobita", "voice" : "Heera", "ascii" : ["____________________________________________________\n\n", ".d88888b 88 oo 88 \n", "88. 88 88 \n", "`Y88888b. 88d888b. 88 d888888b d8 d8 88 .d8' .d8888b \n", " `8b 88' `88 88 .d8P' 88 88 88888' 88' `88 \n", "d8' .8P 88 88 88 .J8P' 88. .88 88 `8b. 88. .88 \n", " Y88888P 88 88 88 d888888P `88888P' 88 `Yb `888888b\n", "____________________________________________________\n"], "bg_image" : "assistant/configurations/images/Shizuka/background.png", "label_bg_colour" : "white", "scrolltext_bg_colour" : "white", "button_colour" : "white", "fg_colour" : "black", "base_font" : "Arial", "title_font" : "Algerian"}]} | json_instruct | {"type": "object", "properties": {"Themes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "voice": {"type": "string"}, "ascii": {"type": "array", "items": {"type": "string"}}, "bg_image": {"type": "string"}, "label_bg_colour": {"type": "string"}, "scrolltext_bg_colour": {"type": "string"}, "button_colour": {"type": "string"}, "fg_colour": {"type": "string"}, "base_font": {"type": "string"}, "title_font": {"type": "string"}}, "required": ["name", "voice", "ascii", "bg_image", "label_bg_colour", "scrolltext_bg_colour", "button_colour", "fg_colour", "base_font", "title_font"]}}}, "required": ["Themes"], "$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.