input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "r... | {"lastUpdated" : 1655019279666, "username" : "mark87690", "scores" : [{"xp" : 34872, "rank" : 245, "cardId" : 433}, {"xp" : 49642, "rank" : 96, "cardId" : 7}, {"xp" : 36040, "rank" : 499, "cardId" : 1}, {"xp" : 19500, "rank" : 287, "cardId" : 311}, {"xp" : 42678, "rank" : 225, "cardId" : 309}, {"xp" : 34771, "rank" : 2... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u5b57\u7dcf\u9032": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5f25\u751f": {"type": "array", "items": {"type": "number"}}, "\u5b57\u4e2d\u592e": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5927\... | {"\u5b57\u7dcf\u9032" : [43.550731, 141.858629], "\u5b57\u5f25\u751f" : [43.533803, 141.889665], "\u5b57\u4e2d\u592e" : [43.54834, 141.886848], "\u5b57\u5927\u548c" : [43.575227, 141.876261]} | json_instruct | {"type": "object", "properties": {"\u5b57\u7dcf\u9032": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5f25\u751f": {"type": "array", "items": {"type": "number"}}, "\u5b57\u4e2d\u592e": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5927\u548c": {"type": "array", "items": {"type": "number"}}}, "requ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "isRunInGameStart": {"type": "boolean"}}, "required": ["host", "port", "isRunInGameStart"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"host" : "192.168.97.2", "port" : 6543, "isRunInGameStart" : false} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "isRunInGameStart": {"type": "boolean"}}, "required": ["host", "port", "isRunInGameStart"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}... | {"lastUpdated" : 1655019279666, "username" : "Gaxi", "scores" : [{"xp" : 51194, "rank" : 411, "cardId" : 378}, {"xp" : 23174, "rank" : 223, "cardId" : 175}, {"xp" : 25339, "rank" : 266, "cardId" : 314}, {"xp" : 14110, "rank" : 418, "cardId" : 295}, {"xp" : 9306, "rank" : 491, "cardId" : 218}, {"xp" : 21503, "rank" : 22... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
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":... | {"id" : 404354829, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cb6e2005428d485ca9d568943b21bfb1", "wof:id" : 404354829, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.86740199342863, 47.69533462540117, 3.94414578472271, 47.77208595206876... | 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": ["... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WeakSubscriptionBuilder"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://jso... | {"minutes" : 60, "pubdate" : "2016-05-31T23:59:59+09:00", "tags" : ["monthly report"], "title" : "2016-05 \u3075\u308a\u304b\u3048\u308a"} | json_instruct | {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "u... | {"title" : "Swift Server Work Group annual update", "description" : "\u201cSwift on server is being used in production everywhere by huge and small companies alike. We need to do a better job of showing people this.\u201c.", "url" : "https://swift.org/blog/sswg-update/", "curator" : {"name" : "Pedro Carrasco", "url" : ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "requir... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"buildId": {"type": "string"}, "previousBuildId": {"type": "string"}, "locale": {"type": "string"}, "env": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "fingerprints": {"type": "ar... | {"buildId" : "emaili!prod!2.1!en-Us", "previousBuildId" : "emaili!prod!2.0!en-US", "locale" : "en-US", "env" : "prod", "name" : "email", "version" : "2.1", "fingerprints" : ["a", "a.gz"], "artifacts" : ["a/email.js"], "recommended" : ["a/email.js"]} | json_instruct | {"type": "object", "properties": {"buildId": {"type": "string"}, "previousBuildId": {"type": "string"}, "locale": {"type": "string"}, "env": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "fingerprints": {"type": "array", "items": {"type": "string"}}, "artifacts": {"type": "array", "item... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [1.0, 2.0, 3.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s... | {"id" : 26589, "title" : ["[Caligos Isle, Upper Berm]"], "description" : ["Cresting the slope of the berm, and at the farthest point from the waterline, hardy tufts of beach grass poke up through the dark sand, preventing storms and high winds from eroding the narrow shelf. Close by, a bumbling aelotoi tourist mills a... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"26588"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_e... | {"atax_kernel20" : {"write" : {"device_start" : 1586197807.8749342, "host_queued_start" : 1586197890.856139, "device_queued" : 1586197807.8749166, "device_end" : 1586197807.8750494, "host_queued_end" : 1586197890.856499}, "device" : "gpu", "nd_range" : {"device_start" : 1586197807.8750575, "device_end" : 1586197807.875... | json_instruct | {"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "req... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "C:\\android projects\\dyplomowa\\projekt-janusze-programowania2\\Application\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13\\design_layout_snackbar.xml", "source" : "C:\\android projects\\dyplomowa\\projekt-janusze-programowania2\\Application\\build\\intermediates\\exploded-aar\\com.android... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"... | {"author" : "Haneru Developers", "bugs" : {"url" : "https://github.com/inabagumi/eslint-config/issues"}, "dependencies" : {}, "description" : "", "devDependencies" : {"@inabagumi/prettier-config" : "^1.1.3", "conventional-github-releaser" : "^3.1.5", "eslint" : "^7.28.0", "lerna" : "^4.0.0", "prettier" : "~2.3.1", "rea... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@inab... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "scrip... | {"name" : "interactive-oscars-predictions", "version" : "1.7.0", "description" : "Predict the outcome of the Oscars and compare against the rest of the audience.", "license" : "MIT", "private" : true, "contributors" : ["Colin Gourlay <Gourlay.Colin@abc.net.au>"], "scripts" : {"start" : "aunty serve --debug"}, "dependen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "s... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"item_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "reference_id": {"type": "string"}, "reference_type": {"type": "string"}}, "require... | {"item_type" : "class", "items" : [{"value" : "org.empaia.global.v1.classes.roi", "reference_id" : "090e5537-4712-40f7-88b0-53cefa905b18", "reference_type" : "annotation"}]} | json_instruct | {"type": "object", "properties": {"item_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "reference_id": {"type": "string"}, "reference_type": {"type": "string"}}, "required": ["value", "reference_id", "reference_type"]}}}, "required": ["item_... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required... | [{"Id" : "1297974", "ThreadId" : "564910", "Html" : "I've got my code running well on my local apache server but when I upload and try to call it in order to build an xlsx file from site the result is an unreadable xlsx. It seems to be something on my server so here are the specs:<br />\n<ul>\n<li>Centos 6.5</li>\n<li>... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pagalangan, Victoria, Laguna, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.laguna.victoria.pagalangan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_re... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "scribunto-lua-error": {"type": "string"}}, "required": ["@metadata", "scribunto-lua... | {"@metadata" : {"authors" : ["Murma174"]}, "scribunto-lua-error" : "Lua-feeler: $2"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "scribunto-lua-error": {"type": "string"}}, "required": ["@metadata", "scribunto-lua-error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type":... | {"contract" : "0x3b1bcee51d853d6a2a9bc955b94c005f44892bdb", "tool" : "maian", "start" : 1565667295.4570231, "end" : 1565667480.065439, "duration" : 184.60841584205627, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "1105090025", "district_id" : "1105090", "name" : "BLANG TUALANG"} | 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": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]},... | [{"divisionCode" : 610823100, "post" : "719100", "divisionName" : "\u6a2a\u5c71\u9547", "isLeaf" : 1}, {"divisionCode" : 610823101, "post" : "719100", "divisionName" : "\u77f3\u6e7e\u9547", "isLeaf" : 1}, {"divisionCode" : 610823102, "post" : "719100", "divisionName" : "\u9ad8\u9547", "isLeaf" : 1}, {"divisionCode" : 6... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$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"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "... | {"name" : "tad-pkg", "version" : "0.10.0", "description" : "Lerna monorepo for Tabular data viewer libraries and apps", "devDependencies" : {"@types/jest" : "^27.4.0", "jest" : "^27.4.6", "lerna" : "^4.0.0", "rimraf" : "^3.0.2", "ts-jest" : "^27.1.2", "typescript" : "^4.5.4"}, "scripts" : {"bootstrap" : "lerna bootstra... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dummy-package", "version" : "1.0.0", "description" : "A dummy package"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["json8-is"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"imagePath": {"type": "string"}, "imageVersion": {"type": "string"}, "imageType": {"type": "string"}, "description": {"type": "string"}, "versionState": {"type": "string"}, "releaseTag": {"type": "... | [{"imagePath" : "path_pig_job", "imageVersion" : "4.1.2", "imageType" : "pig_job", "description" : "pig job", "versionState" : "ACTIVE", "releaseTag" : "2.1.2"}, {"imagePath" : "path_hadoop_job", "imageVersion" : "5.1.5", "imageType" : "hadoop_job", "description" : "hadoop job", "versionState" : "ACTIVE", "releaseTag" ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"imagePath": {"type": "string"}, "imageVersion": {"type": "string"}, "imageType": {"type": "string"}, "description": {"type": "string"}, "versionState": {"type": "string"}, "releaseTag": {"type": "string"}}, "required": ["imagePath", "imageVersion", "imageTyp... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "so... | {"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _createSvgIcon = _inte... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "pr... | {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "GwHAO/OWU5GX1m3yIRgPaibR/paO+4HfByCbpCDY4jGKva1h7cUU0YlCOEtpBorLX2PpYw/E3gb3KREI+2nG2VA=", "cert_user_id" : "israelfriend@zeroid.bit", "files" : {"data.json" : {"sha512" : "586e195fc812cd4fa74a1ad75c9ed5afda509261ad52ea9d098e6a18... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "prope... | {"name" : "ZYLoadingAnimator", "version" : "0.0.1", "summary" : "A loadding/waitting hud for iOS", "description" : "ZYLoaddingAnimator is a loadding/waitting hud for iOS.", "homepage" : "https://github.com/ethanCun/ZYLoadAnimator.git", "license" : "MIT", "authors" : {"ethan" : "zz511627807@163.com"}, "platforms" : {"io... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ethan": {"type": "string"}}, "required": ["ethan"]},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"imsammy" : {"title" : "ImSammy", "channel_id" : 31314256, "link" : "http://twi... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"imsammy": {"type": "object", "properties": {"title": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"... | {"batch_size" : 38, "depth" : 2, "dropout" : 0.034330358345444845, "ffn_hidden_size" : 1492, "ffn_num_layers" : 1, "final_lr" : 1.2974057681444767e-06, "hidden_size" : 935, "init_lr" : 1.5048092329378459e-05, "max_lr" : 0.00027313656544397696, "warmup_epochs" : 3} | json_instruct | {"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"criteria": {"type": "object", "properties": {"inv_changed-chest": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"items": {"type": "array", "items": {... | {"criteria" : {"inv_changed-chest" : {"trigger" : "minecraft:inventory_changed", "conditions" : {"items" : [{"item" : "chest"}]}}}, "rewards" : {"recipes" : ["toms_storage:inventory_cable_framed", "toms_storage:inventory_hopper_basic", "toms_storage:inventory_cable", "toms_storage:inventory_proxy", "toms_storage:open_c... | json_instruct | {"type": "object", "properties": {"criteria": {"type": "object", "properties": {"inv_changed-chest": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "requir... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"lumx.css": {"type": "string"}, "lumx.js": {"type": "string"}, "lumx.min.js": {"type": "string"}}, "required": ["lumx.css", "lumx.js", "lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lumx.css" : "sha256-ZCxE+tABgLTGTG4o8+F3lyX3w1tlsm3q2n7CTTVe0Os=", "lumx.js" : "sha256-xnJQvPVJPmxjWS7IWJg8jrrj0+NZiREI+zmfEUAogXs=", "lumx.min.js" : "sha256-KSOUsryY1UhY0tcPfy5uOX6qiI69mt4qh5Dxy1u340U="} | json_instruct | {"type": "object", "properties": {"lumx.css": {"type": "string"}, "lumx.js": {"type": "string"}, "lumx.min.js": {"type": "string"}}, "required": ["lumx.css", "lumx.js", "lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900248263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248264": {"type": "object", "properties": {"nama": {"type... | {"900248263" : {"nama" : "TPS 01", "dapil" : [3210, 13213, 2320803]}, "900248264" : {"nama" : "TPS 02", "dapil" : [3210, 13213, 2320803]}, "900248265" : {"nama" : "TPS 03", "dapil" : [3210, 13213, 2320803]}, "900248266" : {"nama" : "TPS 04", "dapil" : [3210, 13213, 2320803]}, "900248267" : {"nama" : "TPS 05", "dapil" :... | json_instruct | {"type": "object", "properties": {"900248263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248264": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"API": {"type": "object", "properties": {"GenerateVisits": {"type": "string"}, "KeepTokenSecret": {"type": "string"}, "LoadedAPIs": {"type": "string"}, "MoreInformation": {"type": "string"}, "QuickDocumentationTitle": {"type": "s... | {"API" : {"GenerateVisits" : "Ef \u00fe\u00fa hefur ekki g\u00f6gn dagsins \u00ed dag ver\u00f0ur \u00fe\u00fa fyrst a\u00f0 b\u00faa til g\u00f6gn me\u00f0 a\u00f0 nota %s \u00edb\u00f3tina. Virkja\u00f0u %s \u00edb\u00f3tina og smelltu s\u00ed\u00f0an \u00e1 valmyndinni 'Gesta framlei\u00f0ni' \u00ed Piwik umsj\u00f3... | json_instruct | {"type": "object", "properties": {"API": {"type": "object", "properties": {"GenerateVisits": {"type": "string"}, "KeepTokenSecret": {"type": "string"}, "LoadedAPIs": {"type": "string"}, "MoreInformation": {"type": "string"}, "QuickDocumentationTitle": {"type": "string"}, "UserAuthentication": {"type": "string"}, "Using... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"_guid_": {"type": "string"}, "productName": {"type": "string"}, "operationName": {"type": "string"}, "method": {"type": "string"}, "uri": {"type": "string"}, "user": {"type": "object", "properties": {"_extends_": ... | {"_guid_" : "F-123_Test_Data_Base", "productName" : "CCD Data Store", "operationName" : "validation of a set of fields as Case worker", "method" : "GET", "uri" : "/internal/case-types/{ctid}/event-triggers/{etid}?ignore-warning=false", "user" : {"_extends_" : "BeftaMasterCaseworker"}, "request" : {"_extends_" : "Common... | json_instruct | {"type": "object", "properties": {"_guid_": {"type": "string"}, "productName": {"type": "string"}, "operationName": {"type": "string"}, "method": {"type": "string"}, "uri": {"type": "string"}, "user": {"type": "object", "properties": {"_extends_": {"type": "string"}}, "required": ["_extends_"]}, "request": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["nosqwal"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_... | [{"period_id" : 2, "rest_mode_state" : 0, "score" : 70, "score_activity_balance" : 68, "score_hrv_balance" : 18, "score_previous_day" : 91, "score_previous_night" : 83, "score_recovery_index" : 55, "score_resting_hr" : 69, "score_sleep_balance" : 92, "score_temperature" : 97, "summary_date" : "2020-12-05"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night":... |
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"], "$sc... | {"id" : "2019", "provinceId" : "11", "regencyId" : "05", "districtId" : "10", "name" : "Karak"} | 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": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "eaf0b48e6d8f03e6397ceef11d27b19d6ae8a7f9"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}... | {"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2105262"], "\uc81c\uc548\uc77c\uc790" : ["2020-11-12"], "\uc81c\uc548\uc790" : ["\uc591\ud5a5\uc790\uc758\uc6d0\ub4f110\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c21\ub300(2020~2024)\uc81c382\ud68... | json_instruct | {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Coat protein": {"type": "string"}, "CP": {"type": "string"}, "17 kDa protein": {"type": "string"}, "MP": {"type": "string"}, "Q00011": {"type": "string"}, "CAPSD_BYDVR": {"type": "string"}, "Major capsid protein":... | {"Coat protein" : "Q00011", "CP" : "Q00011", "17 kDa protein" : "P29047", "MP" : "P29047", "Q00011" : "Q00011", "CAPSD_BYDVR" : "Q00011", "Major capsid protein" : "Q00011", "P29047" : "P29047", "MVP_BYDVR" : "P29047", "Movement protein" : "P29047", "P29045" : "P29045", "RDRP_BYDVR" : "P29045", "Putative RNA-directed RN... | json_instruct | {"type": "object", "properties": {"Coat protein": {"type": "string"}, "CP": {"type": "string"}, "17 kDa protein": {"type": "string"}, "MP": {"type": "string"}, "Q00011": {"type": "string"}, "CAPSD_BYDVR": {"type": "string"}, "Major capsid protein": {"type": "string"}, "P29047": {"type": "string"}, "MVP_BYDVR": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "... | {"t" : "mililam", "h" : [{"d" : [{"f" : "\u5206\u9818\uff0c\u7372\u5f97\uff08\u61c9\u5f97\u7684\u4e00\u4efd\uff09\u3002", "e" : ["\ufff9`Mi~`lilam~ `to~ `tama'~.\ufffa\ufffb\u5206\u5f97\u7375\u7269\u3002"]}]}], "stem" : "lilam"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"192.168.6.133": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", ... | {"192.168.6.133" : {"1h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}, "6h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}}, "192.168.6.101" : {"1h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}, "6h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" ... | json_instruct | {"type": "object", "properties": {"192.168.6.133": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "pro... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "SINCE THEY ARE ABOUT IDEAS IN THE MIND, WHICH ARE NONE OF THEM FALSE OR DISPROPORTIONATE:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9000.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"ty... | {"(0, 0, 2)" : "Delhi", "(1, 0, 1)" : "Union territory", "(1, 1, 1)" : "16,787,941", "(2, 0, 1)" : "Density", "(2, 1, 1)" : "11,312/km2 (29,298/sq mi)", "(3, 0, 1)" : "Urban", "(3, 1, 1)" : "16,349,831 (2nd)", "(4, 0, 1)" : "Megacity", "(4, 1, 1)" : "11,034,555 (2nd)", "(5, 0, 1)" : "Metro (2016)", "(5, 1, 1)" : "26,45... | json_instruct | {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sn35.227:1.1": {"type": "string"}, "sn35.227:2.1": {"type": "string"}}, "required": ["sn35.227:1.1", "sn35.227:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn35.227:1.1" : "ms13S4_919, msdiv227, vri26.161", "sn35.227:2.1" : "ms13S4_922"} | json_instruct | {"type": "object", "properties": {"sn35.227:1.1": {"type": "string"}, "sn35.227:2.1": {"type": "string"}}, "required": ["sn35.227:1.1", "sn35.227:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"... | {"name" : "Datadive", "version" : "1.2.1", "summary" : "Datadive iOS SDK.", "homepage" : "https://datadive.ai", "license" : {"type" : "MIT"}, "authors" : {"Datadive" : "dev@xsight.in"}, "platforms" : {"ios" : "10.0"}, "source" : {"git" : "https://github.com/datadive-ai/dave-ios-amp.git", "tag" : "v1.2.1"}, "source_file... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"Datadive": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"metricId": {"type": "string"}, "metrics": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "successfulInstalls": {"type": "integer"}, "failedInstalls": {"type": "integer"}}, ... | {"metricId" : "5324201f-38c9-4669-b2a2-67d0e7eddfbe", "metrics" : {"from" : "2020-03-14T16:28:43.429Z", "to" : "2020-03-15T03:45:26.216Z", "successfulInstalls" : 2, "failedInstalls" : 1}} | json_instruct | {"type": "object", "properties": {"metricId": {"type": "string"}, "metrics": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "successfulInstalls": {"type": "integer"}, "failedInstalls": {"type": "integer"}}, "required": ["from", "to", "successfulInstalls", "failedInstalls"]}}, "r... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 3404120003, "parent" : 3404120, "name" : "MINOMARTANI", "latitude" : null, "longitude" : null, "postal" : [55581], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap-growl": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["bootstrap", "bootstrap-gro... | {"name" : "palette", "dependencies" : {"bootstrap" : "3.3.7", "bootstrap-growl" : "1.1.0", "font-awesome" : "4.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap-growl": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["bootstrap", "bootstrap-growl", "font-awesome"]}}, "required": ["name", "dependencies"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c... | {"ETag" : "W/\"325448aafa6a3661b8abc73d897a18a2428552dc7c0d66154473c454424e58d8\"", "Last-Modified" : "Mon, 10 May 2021 21:27:29 GMT", "base" : {"repo" : {"name" : "sagelib-feedstock"}}, "closed_at" : "2021-05-10T21:27:29Z", "created_at" : "2021-05-09T22:33:45Z", "draft" : false, "head" : {"ref" : "9.4_h4f1430"}, "html... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "co... | {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442731269.087005, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 222604984003676187513861015019918448644, "status_code" : "OK", "status_msg" : "OK... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "confi... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"LHV": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"email": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "st... | {"LHV" : {"domain" : "lhv.ee", "url" : "https://www.lhv.ee/", "contact" : {"email" : "info@lhv.ee", "facebook" : "LHVPank", "twitter" : "ellhaavee", "language" : "et"}, "regions" : ["ee"], "keywords" : ["banking"]}} | json_instruct | {"type": "object", "properties": {"LHV": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"email": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "string"}, "language": {"type": "string"}}, "required": ["emai... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "AmateurPhotography", "hour" : "01", "avg" : 17.916666666666668}, {"subreddit" : "AmateurPhotography", "hour" : "02", "avg" : 15.916666666666666}, {"subreddit" : "AmateurPhotography", "hour" : "03", "avg" : 14.789473684210526}, {"subreddit" : "AmateurPhotography", "hour" : "04", "avg" : 14.8235294117647... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id_4552": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "read... | {"id_4552" : {"title" : "Creative Chemistry", "language" : "English", "totaltime" : "11:06:34", "url_librivox" : "http://librivox.org/creative-chemistry-by-edwin-e-slosson/", "url_iarchive" : "http://www.archive.org/details/creativechemistry_1010_librivox", "readers" : ["3977"], "authors" : "1397", "genres" : "*Non-fic... | json_instruct | {"type": "object", "properties": {"id_4552": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "requir... | {"name" : "udis86", "pkg_version" : "1.7.2_1", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:d21c7de8ded29dbf2218802883f3a2e702e338722345b06aeab3a5146b81b29e"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:97a5c453ede751... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "propert... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"docs": {"type": "object", "properties": {"Introduction": {"type": "array", "items": {"type": "string"}}, "Getting Started": {"type": "array", "items": {"type": "string"}}, "CRUD": {"type": "array", "items": {"type... | {"docs" : {"Introduction" : ["gettingstarted"], "Getting Started" : ["intro/quickstart", "intro/existingproject", "intro/serverless", "intro/datamodel"], "CRUD" : ["crud/crudspec", "crud/crudruntime"], "Generator Plugins" : ["plugins/plugin-intro", "plugins/crud-schema", "plugins/crud-resolvers", "plugins/crud-client",... | json_instruct | {"type": "object", "properties": {"docs": {"type": "object", "properties": {"Introduction": {"type": "array", "items": {"type": "string"}}, "Getting Started": {"type": "array", "items": {"type": "string"}}, "CRUD": {"type": "array", "items": {"type": "string"}}, "Generator Plugins": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, ... | {"name" : "lazzy", "title" : "Lazzy", "version" : "3.0.0", "description" : "Modern and lightweight lazy loading library", "homepage" : "https://github.com/ID01010010/lazzy", "author" : {"name" : "ID01010010", "email" : "id01010010@gmail.com"}, "repository" : {"type" : "git", "url" : "https://github.com/ID01010010/lazzy... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/atmospheric_kousa_planks_bricks_connecting"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[162, 42], [160, 37], [141, 48], [145, 46], [189, 27], [169, 30], [173, 32], [75, 48], [183, 24], [184, 22], [176, 23], [88, 47], [175, 20], [127, 55], [51, 69], [152, 164], [122, 59], [156, 162], [116, 6], [167, 169], [42, 64], [30, 57], [167, 173], [179, 193], [80, 75], [25, 58], [94, 79], [118, 17], [... | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "310113008001", "text" : "\u864e\u6797\u5c45\u59d4\u4f1a"}, {"id" : "310113008002", "text" : "\u65b0\u6865\u5c45\u59d4\u4f1a"}, {"id" : "310113008003", "text" : "\u6cd7\u5858\u5c45\u59d4\u4f1a"}, {"id" : "310113008004", "text" : "\u864e\u6797\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008005", "text" : "\u6cd7\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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": ... | {"id" : 101878723, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6b32d1f9f4fe79d2e31780ddbbc9d855", "wof:id" : 101878723, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.50277992598899, 49.23794621533438, 6.51133019102485, 49.24423371395193... | 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": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prope... | {"id" : "CYPD0", "name" : {"en" : "Port Hawkesbury / Port Hastings"}, "country" : "CA", "region" : "NS", "identifiers" : {"icao" : "CYPD", "iata" : "YPS", "usaf" : "710410"}, "location" : {"latitude" : 45.65, "longitude" : -61.3833, "elevation" : 115}, "timezone" : "America/Halifax"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "iata": {"type": "string"}, "usa... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/sc... | {"_id" : "5ece83d701e14e770d5835bf", "_tpl" : "56083cba4bdc2de22e8b456f", "parentId" : "5ece83d701e14e770d5835bb", "slotId" : "mod_stock"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "requ... | {"name" : "yaap", "version" : "0.1.4", "main" : "./yaap.js", "repository" : {"type" : "git", "url" : "git://github.com/warmuuh/yaap.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "main", "repository"], "$schema"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2... | {"text" : {"0" : {"m1" : "\u0634\u062f \u06a9\u0648\u062f\u06a9\u06cc \u0648 \u0631\u0641\u062a \u062c\u0648\u0627\u0646\u06cc \u0632 \u062c\u0648\u0627\u0646", "m2" : "\u0631\u0648\u0632 \u067e\u06cc\u0631\u06cc \u0631\u0633\u06cc\u062f \u0628\u0631 \u067e\u0631 \u0632 \u062c\u0647\u0627\u0646"}, "1" : {"m1" : "\u0647... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["confi... | {"configuration" : ["HUMANNUMERICSORT", "IGNORECASE"], "regionsToProcessedPerformance" : {"program" : 76687330971}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, ... | {"n_dim" : 21, "n_trials" : 340, "objective" : "markowitz_skew_on_cube", "white" : "platypus_ibea", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [4.089367790789337, 0.05005097533283691], "best_x" : [[0.053928665917830854, 0.1640819943020171, 0.2184142484354693, 0.3190878666767233, 0.923124787219... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 4, "id" : "IN-DN"}, {"users" : 3, "id" : "IN-AN"}, {"users" : 938, "id" : "IN-AP"}, {"users" : 28, "id" : "IN-AR"}, {"users" : 852, "id" : "IN-AS"}, {"users" : 961, "id" : "IN-BR"}, {"users" : 4327, "id" : "IN-CH"}, {"users" : 406, "id" : "IN-CT"}, {"users" : 31653, "id" : "IN-DL"}, {"users" : 0, "id" : "IN... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.758386, 29.583531], [-95.752541, 29.585564], [-95.742555, 29.593937], [-95.737305, 29.595985], [-95.683972, 29.601532], [-95.677117, 29.587861], [-95.678148, 29.582274], [-95.68103, 29.583446], [-95.683738, 29.582874]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"... | {"contract" : "0x3ae821e8f6a2fe533c6d2d8eda57c34c5d39bc0a", "tool" : "osiris", "start" : 1564622602.3237364, "end" : 1564622605.35411, "duration" : 3.0303735733032227, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "st... | {"contract" : "0x98e8b0e87e867ca111d54bda8ffe4fccf8515ed0", "tool" : "securify", "start" : 1563593405.6975973, "end" : 1563593409.4141767, "duration" : 3.7165794372558594, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lerna-setup": {"type": "string"}, "prettier": {"type": "string"}, "dev-starter": {"type": "string"}, "build-st... | {"name" : "root", "private" : true, "scripts" : {"lerna-setup" : "lerna clean && lerna bootstrap --hoist", "prettier" : "npx prettier --config ./.prettierrc --write ./**", "dev-starter" : "lerna run --scope durandal-starterkit serve --stream", "build-starter" : "lerna run --scope durandal-starterkit build --stream", "s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lerna-setup": {"type": "string"}, "prettier": {"type": "string"}, "dev-starter": {"type": "string"}, "build-starter": {"type": "string"}, "stat-starter": {"type": "string"}, "analy... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ... | [{"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name", "estimated_price", "e... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}... | [{"forks" : 5, "name" : "Europechain/eosio-dev-introduction-course", "stars" : 14, "watchers" : 0, "repo_name" : "Europechain/eosio-dev-introduction-course", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 5, "name" : "Europech... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "precommit": {"type": "string"}, "... | {"name" : "express-router-tcomb", "description" : "Router with a query / body / response (for tests) validation via tcomb", "version" : "0.1.0", "main" : "index.js", "scripts" : {"lint" : "eslint '*.js'", "precommit" : "npm run lint && npm test", "test" : "ava", "test:watch" : "npm run test -- --watch"}, "engines" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "precommit": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "properties": {"type": "object", "properties": {"header": {"type": "object", "propertie... | {"title" : "ItemTree", "description" : "This object contains item tree data", "type" : "object", "javaType" : "gg.buff.dorans.objects.generated.lol_static.ItemTree", "properties" : {"header" : {"type" : "string"}, "tags" : {"type" : "array", "items" : {"type" : "string"}}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "properties": {"type": "object", "properties": {"header": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "tags": {"type": "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "exec_interpreter": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_date... | {"apps" : [{"name" : "Rero-0", "script" : "run_bot.py", "exec_interpreter" : "python3.5", "merge_logs" : true, "log_date_format" : "YYYY-MM-DD HH:mm 0530"}, {"name" : "Rero-1", "script" : "run_bot_1.py", "exec_interpreter" : "python3.5", "merge_logs" : true, "log_date_format" : "YYYY-MM-DD HH:mm 0530"}]} | json_instruct | {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "exec_interpreter": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_date_format": {"type": "string"}}, "required": ["name", "script", "exec_interpr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MyReactNativeTypeScriptApp", "displayName" : "MyReactNativeTypeScriptApp"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.98": {"type": "... | {"hour positive count" : 11, "hour neutral count" : 2, "hour negative count" : 4, "hour distri" : {"0.99" : 3, "0.98" : 1, "1.0" : 6, "0.06" : 1, "0.64" : 1, "0.02" : 1, "0.94" : 1, "0.07" : 1, "0.08" : 1, "0.53" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.98": {"type": "integer"}, "1.0": {"type": "integer"}, "0.06": {"type": "in... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}, "allowedHost": {"type": "array", "items": {"type": "string"}}, "allowedOrigin": {"type": "array", "items": {"type": "string"}}, "allowNoOrigi... | {"server" : {"port" : 9898, "allowedHost" : ["localhost", "127.0.0.1"], "allowedOrigin" : ["*"], "allowNoOrigin" : true, "daysTillHistoryExpire" : 7, "timezone" : "Europe/Helsinki"}, "redis" : {"host" : "127.0.0.1", "port" : 6379, "db" : 0}, "bot" : {"host" : "127.0.0.1"}, "client" : {"blank" : {"allow" : true, "key" :... | json_instruct | {"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}, "allowedHost": {"type": "array", "items": {"type": "string"}}, "allowedOrigin": {"type": "array", "items": {"type": "string"}}, "allowNoOrigin": {"type": "boolean"}, "daysTillHistoryExpire": {"type": "integer"}, "... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["appframe", "catjs", "catjs.canary", "catjs.origins.05", "datapackage-test", "datapackage-validate", "fluentcv", "gulp-json-lint", "hackmyapi", "hackmycore", "hackmyresume", "json-utils", "nlint", "olaferlandsen-asyncjs", "openly-raml-parser", "react-redux-webpack2-starterkit", "situs", "smpl-build-test"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "color": {"type": "string"}, "format": {"type": "string"}, "minzoom": {"type": "string"}, "maxz... | {"name" : "processed_tiffs_2", "version" : "1.1.0", "description" : "", "type" : "baselayer", "color" : "#FFFFFF", "format" : "jpg", "minzoom" : "9", "maxzoom" : "13", "scale" : "1.000000", "bounds" : [7.46439845, 44.97214025, 7.8409099, 45.14767771], "profile" : "mercator"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "color": {"type": "string"}, "format": {"type": "string"}, "minzoom": {"type": "string"}, "maxzoom": {"type": "string"}, "scale": {"type": "string"}, "bounds": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", ... | {"forge_marker" : 1, "defaults" : {"model" : "cube_all"}, "variants" : {"inventory" : [{}], "meta" : {"0" : {"textures" : {"all" : "mcgproject:blocks/classical/brick_chireiden_black"}}, "1" : {"textures" : {"all" : "mcgproject:blocks/classical/brick_chireiden_red"}}, "2" : {"textures" : {"all" : "mcgproject:blocks/clas... | json_instruct | {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "meta": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type... | {"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "NM"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Grant", "state" : "NM"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-108.1826, 33.1993], [-108.0019, 33.1993], [-107.8431, 33.1828], [-107.854... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appdesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "appname": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "req... | {"appdesc" : {"message" : "Tworzenie i edytowanie arkuszy kalkulacyjnych"}, "appname" : {"message" : "Arkusze"}} | json_instruct | {"type": "object", "properties": {"appdesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "appname": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appdesc", "appname"], "$schema": "http://json-schema.org/draft-07... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Bool East, Culaba, Biliran, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.biliran.culaba.bool-east", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "re... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"typ... | {"text" : {"0" : {"m1" : "\u062c\u0627\u0646 \u0645\u0646 \u0648 \u062c\u0627\u0646 \u062a\u0648 \u0628\u0648\u062f \u06cc\u06a9\u06cc \u0632 \u0627\u062a\u062d\u0627\u062f", "m2" : "\u0627\u06cc\u0646 \u062f\u0648 \u06a9\u0647 \u0647\u0631 \u062f\u0648 \u06cc\u06a9\u06cc\u0633\u062a \u062c\u0632 \u06a9\u0647 \u0647\u0... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "Feet_NSFW", "author" : "MastersNeko", "count" : 31} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sforzato", "definition" : "Forcing or forced; -- a direction placed over a note, to signify that it must be executed with peculiar emphasis and force; -- marked fz (an abbreviation of forzando), sf, sfz, or"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "perit:block/yellow_terracotta_herringbone_brick_stairs"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "e8dd7b0a24fbab1cbfc9", "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 a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "pro... | {"name" : "@joro/optimist", "version" : "0.1.7", "description" : "Optimize options list", "author" : "J\u014dro", "license" : "MIT", "homepage" : "https://github.com/AmatsuyuKun/Optimist#readme", "repository" : {"type" : "git", "url" : "git+https://github.com/AmatsuyuKun/Optimist.git"}, "bugs" : {"url" : "https://githu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {... | {"name" : "@peacefultruth/hashtag", "version" : "2.0.0", "main" : "dist/hashtag.js", "author" : "Peaceful Truth <truthpeaceful@gmail.com>", "license" : "MIT", "repository" : "github:peacefultruth/hashtag", "scripts" : {"es6" : "babel-node --", "test" : "NODE_ENV='test' jest", "test:debug:wait" : "NODE_ENV='test' node -... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"es6": {"type": "string"}, "test": {"type": "string"}, "tes... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360823102001", "text" : "\u4e1c\u95e8\u5c45\u59d4\u4f1a"}, {"id" : "360823102002", "text" : "\u5357\u95e8\u5c45\u59d4\u4f1a"}, {"id" : "360823102003", "text" : "\u897f\u95e8\u5c45\u59d4\u4f1a"}, {"id" : "360823102200", "text" : "\u5317\u95e8\u6751\u59d4\u4f1a"}, {"id" : "360823102201", "text" : "\u664f\u5bb6\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "id": {"type": "integer"}, "jsonrpc": {"type": "string"}}, "required": ["erro... | {"error" : {"code" : 2, "message" : "Indata is empty"}, "id" : 13122, "jsonrpc" : "2.0"} | json_instruct | {"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "id": {"type": "integer"}, "jsonrpc": {"type": "string"}}, "required": ["error", "id", "jsonrpc"], "$schema": "http://json-schema.org/draft-07/schem... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "230902500402", "text" : "\u5317\u5174\u573a\u76f4"}, {"id" : "230902500501", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e00\u7ba1\u7406\u533a"}, {"id" : "230902500502", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e8c\u7ba1\u7406\u533a"}, {"id" : "230902500503", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e09\u7... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200873608563000, "key" : "/static/d328523f6c64866b62e3a3b0d1422076/9a128/project1.jpg", "val" : "cd65a44e4a35e7ed86d8cec75d3f41c0"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "... | {"body" : "xerces-c: Add variant for choice of transcoder (gnuiconv, iconv, icu,\r\nmacos, windows). It's important to specify a --enable-transcoder\r\noption on the configure line or else xerces may make a different\r\nchoice when multiple transcoders are available.\r\n\r\nPass the compile flags to configure. For cf... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.