input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1 value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lexers": {"type": "object", "properties": {"Red": {"type": "string"}}, "required": ["Red"]}, "cmd_unix": {"type": "array", "items": {"type": "string"}}}, "required": ["lexers", "cmd_unix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lexers" : {"Red" : "red"}, "cmd_unix" : ["~/bin/redlangserver.sh"]} | json_instruct | {"type": "object", "properties": {"lexers": {"type": "object", "properties": {"Red": {"type": "string"}}, "required": ["Red"]}, "cmd_unix": {"type": "array", "items": {"type": "string"}}}, "required": ["lexers", "cmd_unix"], "$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"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "dev"]}, "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": {"@types/react-router-dom": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["@types/react-router-dom", "react", "react-dom", "react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "css-loader", "file-loader", "html-webpack-plugin", "style-loader", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "template-with-spring-boot-and-react", "version" : "1.0.0", "description" : "Template with Spring Boot and React", "scripts" : {"build" : "NODE_ENV=production webpack --config webpack.config.js", "dev" : "NODE_ENV=development webpack serve"}, "repository" : {"type" : "git", "url" : "git+https://github.com/LeeKyuHyuk/Template-with-Spring-Boot-and-React.git"}, "keywords" : ["template"], "author" : "KyuHyuk Lee <lee@kyuhyuk.kr>", "license" : "MIT", "bugs" : {"url" : "https://github.com/LeeKyuHyuk/Template-with-Spring-Boot-and-React/issues"}, "homepage" : "https://github.com/LeeKyuHyuk/Template-with-Spring-Boot-and-React#readme", "dependencies" : {"@types/react-router-dom" : "^5.1.7", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-router-dom" : "^5.2.0"}, "devDependencies" : {"@types/react" : "^17.0.11", "@types/react-dom" : "^17.0.8", "css-loader" : "^5.2.6", "file-loader" : "^6.2.0", "html-webpack-plugin" : "^5.3.2", "style-loader" : "^3.0.0", "ts-loader" : "^9.2.3", "typescript" : "^4.3.4", "webpack" : "^5.40.0", "webpack-cli" : "^4.7.2", "webpack-dev-server" : "^3.11.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "dev"]}, "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": {"@types/react-router-dom": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["@types/react-router-dom", "react", "react-dom", "react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@types/react", "@types/react-dom", "css-loader", "file-loader", "html-webpack-plugin", "style-loader", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Airport Extreme", "description" : "A wireless access point.", "url" : "https://www.apple.com/airport-extreme/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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`Misafatiay~ `ci~ `kaka~.\ufffa\ufffb\u54e5\u54e5\u505a\u8457\u6212\u6307\u3002"], "f" : "\u505a\u8457\u6212\u6307\u3002"}, {"e" : ["\ufff9`Misafatiay~ `a~ `kaying~.\ufffa\ufffb\u505a\u6212\u6307\u7684\u5c0f\u59d0\u3002"], "f" : "\u6307\u505a\u6212\u6307\u7684\u4eba\u3002"}]}], "stem" : "fati", "t" : "misafatiay"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@versjon": {"type": "string"}, "@opprettet": {"type": "string"}, "@sistEndret": {"type": "string"}, "@correlationId": {"type": "string"}, "@behovsrekkef\u00f8lge": {"type": "array", "items": {"type": "string"}}, "@behov": {"type": "object", "properties": {"Opph\u00f8reKoronaOverf\u00f8ringer": {"type": "object", "properties": {"versjon": {"type": "string"}, "fraOgMed": {"type": "string"}, "fra": {"type": "object", "properties": {"saksnummer": {"type": "string"}}, "required": ["saksnummer"]}, "til": {"type": "object", "properties": {"saksnummer": {"type": "string"}}, "required": ["saksnummer"]}}, "required": ["versjon", "fraOgMed", "fra", "til"]}}, "required": ["Opph\u00f8reKoronaOverf\u00f8ringer"]}}, "required": ["@id", "@type", "@versjon", "@opprettet", "@sistEndret", "@correlationId", "@behovsrekkef\u00f8lge", "@behov"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"@id" : "01F1D00PJVE60082PQY76ANJ0Q", "@type" : "Behovssekvens", "@versjon" : "1", "@opprettet" : "2021-03-22T12:00:00.000Z", "@sistEndret" : "2021-03-22T12:00:00.000Z", "@correlationId" : "0fb6a865-6a48-49b8-99d9-7f4a6e308819", "@behovsrekkef\u00f8lge" : ["Opph\u00f8reKoronaOverf\u00f8ringer"], "@behov" : {"Opph\u00f8reKoronaOverf\u00f8ringer" : {"versjon" : "1.0.0", "fraOgMed" : "2021-03-22", "fra" : {"saksnummer" : "OP5yuss"}, "til" : {"saksnummer" : "OP5yuu6"}}}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "@versjon": {"type": "string"}, "@opprettet": {"type": "string"}, "@sistEndret": {"type": "string"}, "@correlationId": {"type": "string"}, "@behovsrekkef\u00f8lge": {"type": "array", "items": {"type": "string"}}, "@behov": {"type": "object", "properties": {"Opph\u00f8reKoronaOverf\u00f8ringer": {"type": "object", "properties": {"versjon": {"type": "string"}, "fraOgMed": {"type": "string"}, "fra": {"type": "object", "properties": {"saksnummer": {"type": "string"}}, "required": ["saksnummer"]}, "til": {"type": "object", "properties": {"saksnummer": {"type": "string"}}, "required": ["saksnummer"]}}, "required": ["versjon", "fraOgMed", "fra", "til"]}}, "required": ["Opph\u00f8reKoronaOverf\u00f8ringer"]}}, "required": ["@id", "@type", "@versjon", "@opprettet", "@sistEndret", "@correlationId", "@behovsrekkef\u00f8lge", "@behov"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "aff13e88724f88ce1c0f21eb551cc02f82e36f61"} | 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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d496-156", "text" : "January 2, 1953\nDr. Burton Paulu, President\nNational Association of Educational Broadcasters\nRadio Station KUOM\nUniversity of Minnesota\nMinneapolis 14, Minnesota\nDear Burton:\nWhatever you decide or have decided on\nSchooley and committees Is all right with me. I\ndid have, and do have, one suggestion, which I had\nIntended to mention earlier via Skornla or Hill,\ntout didn't get to It. I had thought perhaps someone\nelse could serve as membership chairman\u2014get my\nname off as chairman. Could still serve. If it Is\ntoo late, let \u00bber go.\nSincerely,\nFrank I. Schooley\nFES f to\ncc Skornia\nMcBride"} | json_instruct | {"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": "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#"}
| [{"divisionCode" : 654027100, "post" : "835500", "divisionName" : "\u7279\u514b\u65af\u9547", "isLeaf" : 1}, {"divisionCode" : 654027101, "post" : "835500", "divisionName" : "\u4e54\u62c9\u514b\u94c1\u70ed\u514b\u9547", "isLeaf" : 1}, {"divisionCode" : 654027102, "post" : "835500", "divisionName" : "\u5580\u62c9\u8fbe\u62c9\u9547", "isLeaf" : 1}, {"divisionCode" : 654027200, "post" : "835500", "divisionName" : "\u547c\u5409\u5c14\u7279\u8499\u53e4\u6c11\u65cf\u4e61", "isLeaf" : 1}, {"divisionCode" : 654027201, "post" : "835500", "divisionName" : "\u9614\u514b\u82cf\u4e61", "isLeaf" : 1}, {"divisionCode" : 654027202, "post" : "835500", "divisionName" : "\u9f50\u52d2\u4e4c\u6cfd\u514b\u9547", "isLeaf" : 1}, {"divisionCode" : 654027203, "post" : "835500", "divisionName" : "\u9614\u514b\u94c1\u70ed\u514b\u67ef\u5c14\u514b\u5b5c\u6c11\u65cf\u4e61", "isLeaf" : 1}, {"divisionCode" : 654027206, "post" : "835500", "divisionName" : "\u5580\u62c9\u6258\u6d77\u4e61", "isLeaf" : 1}, {"divisionCode" : 654027404, "post" : "835500", "divisionName" : "\u7279\u514b\u65af\u519b\u9a6c\u573a", "isLeaf" : 1}, {"divisionCode" : 654027405, "post" : "835500", "divisionName" : "\u79d1\u514b\u82cf\u6797\u573a", "isLeaf" : 1}, {"divisionCode" : 654027517, "post" : "835500", "divisionName" : "\u5175\u56e2\u4e03\u5341\u516b\u56e2", "isLeaf" : 1}] | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"s": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "g": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "t": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["s", "g", "t"]}}, "required": ["result", "pattern", "type", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"item" : "irontanks:silver_tank"}, "pattern" : [" g ", "gtg", "sgs"], "type" : "forge:ore_shaped", "key" : {"s" : {"item" : "#ingotSilver"}, "g" : {"item" : "#blockGlassColorless"}, "t" : {"item" : "#ironTank"}}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "pattern": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "key": {"type": "object", "properties": {"s": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "g": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "t": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["s", "g", "t"]}}, "required": ["result", "pattern", "type", "key"], "$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"}, "private": {"type": "boolean"}, "peerDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "dependencies": {"type": "object", "properties": {"ts-type-checked": {"type": "string"}}, "required": ["ts-type-checked"]}}, "required": ["name", "version", "private", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@ts-type-checked/test--react", "version" : "0.0.1", "private" : true, "peerDependencies" : {"typescript" : ">=2.8.3"}, "dependencies" : {"ts-type-checked" : "file:../../../dist"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "peerDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "dependencies": {"type": "object", "properties": {"ts-type-checked": {"type": "string"}}, "required": ["ts-type-checked"]}}, "required": ["name", "version", "private", "peerDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "domain_name": {"type": "string"}, "dns_api_password": {"type": "string"}}, "required": ["id", "domain_name", "dns_api_password"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dns", "domain_name" : "cyclescape.org", "dns_api_password" : "password"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "domain_name": {"type": "string"}, "dns_api_password": {"type": "string"}}, "required": ["id", "domain_name", "dns_api_password"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900674036": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900674037": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900674036", "900674037"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900674036" : {"nama" : "TPS 1", "dapil" : [6201, 16201, 2627103]}, "900674037" : {"nama" : "TPS 2", "dapil" : [6201, 16201, 2627103]}} | json_instruct | {"type": "object", "properties": {"900674036": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900674037": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900674036", "900674037"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/a/a2/Boosted_Influencer.png/revision/latest?cb=20210808170912", "sha1" : "08d3476784ba1e651a2091a8ba881c19515e74d8"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"table": {"type": "string"}, "representation_class": {"type": "string"}, "columns_perfix": {"type": "string"}, "columns": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["table", "representation_class", "columns_perfix", "columns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"table" : "wkfl_item_flows", "representation_class" : "\\TooBasic\\Workflows\\item_flow", "columns_perfix" : "ifl_", "columns" : {"id" : "id"}} | json_instruct | {"type": "object", "properties": {"table": {"type": "string"}, "representation_class": {"type": "string"}, "columns_perfix": {"type": "string"}, "columns": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["table", "representation_class", "columns_perfix", "columns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3216150003, "parent" : 3216150, "name" : "PANTAI SEDERHANA", "latitude" : null, "longitude" : null, "postal" : [17736, 17730], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Thereupon", "definitions" : ["Immediately or shortly after that."], "parts-of-speech" : "Adverb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"qr-serve": {"type": "string"}}, "required": ["qr-serve"]}, "dependencies": {"type": "object", "properties": {"@zeit/schemas": {"type": "string"}, "ajv": {"type": "string"}, "arg": {"type": "string"}, "boxen": {"type": "string"}, "chalk": {"type": "string"}, "clipboardy": {"type": "string"}, "compression": {"type": "string"}, "qrcode": {"type": "string"}, "qrcode-terminal": {"type": "string"}, "serve-handler": {"type": "string"}, "update-check": {"type": "string"}}, "required": ["@zeit/schemas", "ajv", "arg", "boxen", "chalk", "clipboardy", "compression", "qrcode", "qrcode-terminal", "serve-handler", "update-check"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "files", "bin", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "qr-serve", "version" : "1.0.2", "description" : "", "main" : "index.js", "files" : ["bin"], "bin" : {"qr-serve" : "./bin/serve.js"}, "dependencies" : {"@zeit/schemas" : "2.6.0", "ajv" : "6.5.3", "arg" : "2.0.0", "boxen" : "1.3.0", "chalk" : "2.4.1", "clipboardy" : "1.2.3", "compression" : "1.7.3", "qrcode" : "^1.4.4", "qrcode-terminal" : "^0.12.0", "serve-handler" : "6.1.2", "update-check" : "1.5.2"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"qr-serve": {"type": "string"}}, "required": ["qr-serve"]}, "dependencies": {"type": "object", "properties": {"@zeit/schemas": {"type": "string"}, "ajv": {"type": "string"}, "arg": {"type": "string"}, "boxen": {"type": "string"}, "chalk": {"type": "string"}, "clipboardy": {"type": "string"}, "compression": {"type": "string"}, "qrcode": {"type": "string"}, "qrcode-terminal": {"type": "string"}, "serve-handler": {"type": "string"}, "update-check": {"type": "string"}}, "required": ["@zeit/schemas", "ajv", "arg", "boxen", "chalk", "clipboardy", "compression", "qrcode", "qrcode-terminal", "serve-handler", "update-check"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "files", "bin", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KAIMANA", "originalFilename" : "AHMAD LASEBA-FOTO 46.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 113100, "noUrut" : 1, "nama" : "AHMAD LASEBA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KAIMANA", "originalFilename" : "MARIA M SAWY-FOTO 46.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 122566, "noUrut" : 2, "nama" : "MARIA MARSEL SAWY", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KAIMANA", "originalFilename" : "JAPAR PATTY-FOTO 46.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 167037, "noUrut" : 3, "nama" : "JAPAR PATTY", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KAIMANA", "originalFilename" : "HASRIFA MADJID-FOTO 46.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 160600, "noUrut" : 4, "nama" : "HASRIFA MADJID", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KAIMANA", "originalFilename" : "Eleanor-Foto 46.jpg", "namaPartai" : "Partai Keadilan Sejahtera", "id" : 122968, "noUrut" : 5, "nama" : "ELEANOR MIMBROIR SAMBER", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "dependencies": {"type": "object", "properties": {"@types/graphql": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/react": {"type": "string"}, "apollo-client": {"type": "string"}, "graphql": {"type": "string"}, "lodash": {"type": "string"}, "react": {"type": "string"}, "react-apollo": {"type": "string"}}, "required": ["@types/graphql", "@types/lodash", "@types/react", "apollo-client", "graphql", "lodash", "react", "react-apollo"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-apollo-autosave", "version" : "0.0.9", "description" : "React component that allows for editing and autosave behaviour, combining an Apollo Query and Mutation.", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"build" : "tsc", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/egges/react-apollo-autosave.git"}, "keywords" : ["react", "apollo", "autosave", "editor", "local", "data"], "author" : "Arjan Egges", "license" : "MIT", "bugs" : {"url" : "https://github.com/egges/react-apollo-autosave/issues"}, "homepage" : "https://github.com/egges/react-apollo-autosave#readme", "devDependencies" : {"typescript" : "^3.1.6"}, "dependencies" : {"@types/graphql" : "^14.0.3", "@types/lodash" : "^4.14.117", "@types/react" : "^16.4.18", "apollo-client" : "^2.4.5", "graphql" : "^14.0.2", "lodash" : "^4.17.11", "react" : "^16.6.0", "react-apollo" : "^2.2.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "dependencies": {"type": "object", "properties": {"@types/graphql": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/react": {"type": "string"}, "apollo-client": {"type": "string"}, "graphql": {"type": "string"}, "lodash": {"type": "string"}, "react": {"type": "string"}, "react-apollo": {"type": "string"}}, "required": ["@types/graphql", "@types/lodash", "@types/react", "apollo-client", "graphql", "lodash", "react", "react-apollo"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u79c1\u306e\u30bb\u30c3\u30af\u30b9\u30ed\u30dc\u30c3\u30c8\u306f\u4eca\u975e\u5e38\u306b\u826f\u3044\u304a\u8336\u3092\u4f5c\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059! <3", "author" : "Spacebear7778", "description" : "Myundefinedsexrobotundefinedreallyundefinedmakeundefinedteaundefinedforundefinedme,undefinedandundefinedit'sundefinedactuallyundefinedaundefinedveryundefinedgoodundefinedtea,undefinedaskundefinedyourundefinedgirlfriendundefinedmaybeundefinedsheundefinedwillundefinedmayundefinednotundefineddoundefineditundefinedlol!", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1301564/thumbnail-1301564_0010.jpg?itok=M5x9FBLl", "download" : "https://www.iwara.tv/api/video/ak223i0op5h8b40j5", "origin" : "https://www.iwara.tv/videos/ak223i0op5h8b40j5"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"materialize": {"type": "string"}, "jquery-serialize-object": {"type": "string"}, "string": {"type": "string"}, "jquery.inputmask": {"type": "string"}}, "required": ["materialize", "jquery-serialize-object", "string", "jquery.inputmask"]}}, "required": ["name", "version", "authors", "description", "moduleType", "license", "homepage", "ignore", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "realizejs", "version" : "0.8.37", "authors" : ["Ariel Lindgren <ariel@wkm.com.br>", "Pedro Jesus <pjesus@wkm.com.br>", "Lucas Toledo <ltoledo@wkm.com.br>", "Rafael Ferrari <rferrari@wkm.com.br>", "Hudson Gomes"], "description" : "A rich set of UI components based on Material Design using React.js", "moduleType" : ["es6"], "license" : "MIT", "homepage" : "www.wkm.com.br", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "main" : ["dist/css/realize.css", "dist/js/realize.js"], "dependencies" : {"materialize" : "0.97.0", "jquery-serialize-object" : "~2.5.0", "string" : "~3.3.0", "jquery.inputmask" : "~3.1.63"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"materialize": {"type": "string"}, "jquery-serialize-object": {"type": "string"}, "string": {"type": "string"}, "jquery.inputmask": {"type": "string"}}, "required": ["materialize", "jquery-serialize-object", "string", "jquery.inputmask"]}}, "required": ["name", "version", "authors", "description", "moduleType", "license", "homepage", "ignore", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["superpackutils:sc_light_oil"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"google_maps": {"type": "object", "properties": {"_comment": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["_comment", "api_key"]}, "mongodb_dev": {"type": "object", "properties": {"_comment": {"type": "string"}, "db_url": {"type": "string"}}, "required": ["_comment", "db_url"]}, "mongodb_test": {"type": "object", "properties": {"_comment": {"type": "string"}, "db_url": {"type": "string"}}, "required": ["_comment", "db_url"]}, "mongodb_prod": {"type": "object", "properties": {"_comment": {"type": "string"}, "db_url": {"type": "string"}}, "required": ["_comment", "db_url"]}, "jwt": {"type": "object", "properties": {"_comment": {"type": "string"}, "key": {"type": "string"}}, "required": ["_comment", "key"]}, "other_secret_type": {"type": "object", "properties": {"_comment": {"type": "string"}, "specific_secret_component": {"type": "string"}, "second_secret_component": {"type": "string"}}, "required": ["_comment", "specific_secret_component", "second_secret_component"]}}, "required": ["google_maps", "mongodb_dev", "mongodb_test", "mongodb_prod", "jwt", "other_secret_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"google_maps" : {"_comment" : "Personal API key for google maps API servce", "api_key" : ""}, "mongodb_dev" : {"_comment" : "Database URL path for dev", "db_url" : "mongodb://localhost/app_db"}, "mongodb_test" : {"_comment" : "Database URL path for testing", "db_url" : "mongodb://localhost/app_db_test"}, "mongodb_prod" : {"_comment" : "Database URL path for prod", "db_url" : ""}, "jwt" : {"_comment" : "Private key with passphrase object to be used for generating tokens", "key" : "passphrase"}, "other_secret_type" : {"_comment" : "Any API keys or other password-type strings can be stored like this.", "specific_secret_component" : "component", "second_secret_component" : "component"}} | json_instruct | {"type": "object", "properties": {"google_maps": {"type": "object", "properties": {"_comment": {"type": "string"}, "api_key": {"type": "string"}}, "required": ["_comment", "api_key"]}, "mongodb_dev": {"type": "object", "properties": {"_comment": {"type": "string"}, "db_url": {"type": "string"}}, "required": ["_comment", "db_url"]}, "mongodb_test": {"type": "object", "properties": {"_comment": {"type": "string"}, "db_url": {"type": "string"}}, "required": ["_comment", "db_url"]}, "mongodb_prod": {"type": "object", "properties": {"_comment": {"type": "string"}, "db_url": {"type": "string"}}, "required": ["_comment", "db_url"]}, "jwt": {"type": "object", "properties": {"_comment": {"type": "string"}, "key": {"type": "string"}}, "required": ["_comment", "key"]}, "other_secret_type": {"type": "object", "properties": {"_comment": {"type": "string"}, "specific_secret_component": {"type": "string"}, "second_secret_component": {"type": "string"}}, "required": ["_comment", "specific_secret_component", "second_secret_component"]}}, "required": ["google_maps", "mongodb_dev", "mongodb_test", "mongodb_prod", "jwt", "other_secret_type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"WABrowserId": {"type": "string"}, "WASecretBundle": {"type": "string"}, "WAToken1": {"type": "string"}, "WAToken2": {"type": "string"}}, "required": ["WABrowserId", "WASecretBundle", "WAToken1", "WAToken2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WABrowserId" : "\"Ge+N0VSPPpqFb8B0W/88fA==\"", "WASecretBundle" : "{\"key\":\"/PZNG20wFj8EBw4Qm4OLqGlEieZRHmjFhV7UGE2YZH8=\",\"encKey\":\"xq2kBUndRraxS6OlOgR7uhtNrbgq5HmyXpGF0ugO8Qg=\",\"macKey\":\"/PZNG20wFj8EBw4Qm4OLqGlEieZRHmjFhV7UGE2YZH8=\"}", "WAToken1" : "\"hIcJ/O5hEX0JDK5kUTz5bVIYADNUsM92P5WAmp0dhE0=\"", "WAToken2" : "\"1@iktBDJXMxhcT2aw/X5q6Ec4hT32Ckl/FO6ZT1FczZ22/OBIFiPNFISl2PH6SzK8q5VEYXFFSChzTSQ==\""} | json_instruct | {"type": "object", "properties": {"WABrowserId": {"type": "string"}, "WASecretBundle": {"type": "string"}, "WAToken1": {"type": "string"}, "WAToken2": {"type": "string"}}, "required": ["WABrowserId", "WASecretBundle", "WAToken1", "WAToken2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "Random_Acts_Of_Amazon", "hour" : "01", "avg" : 19.7}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "02", "avg" : 19.494949494949495}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "03", "avg" : 18.328859060402685}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "04", "avg" : 15.182539682539682}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "05", "avg" : 13.284313725490197}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "06", "avg" : 13.044117647058824}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "07", "avg" : 17.5625}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "08", "avg" : 11.619047619047619}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "09", "avg" : 7.529411764705882}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "10", "avg" : 16.96875}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "11", "avg" : 19.666666666666668}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "12", "avg" : 19.641025641025642}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "13", "avg" : 18.46}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "14", "avg" : 18.368932038834952}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "15", "avg" : 22.05263157894737}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "16", "avg" : 19.142857142857142}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "17", "avg" : 18.178571428571427}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "18", "avg" : 21.188235294117646}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "19", "avg" : 22.576158940397352}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "20", "avg" : 21.01829268292683}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "21", "avg" : 21.809248554913296}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "22", "avg" : 21.417910447761194}, {"subreddit" : "Random_Acts_Of_Amazon", "hour" : "23", "avg" : 19.21556886227545}] | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version-semver": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "version-semver", "port-version", "description", "homepage", "supports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tinyfiledialogs", "version-semver" : "3.8.8", "port-version" : 1, "description" : "Highly portable and cross-platform dialogs for native inputbox, passwordbox, colorpicker and more", "homepage" : "https://sourceforge.net/projects/tinyfiledialogs/", "supports" : "!uwp", "dependencies" : [{"name" : "vcpkg-cmake", "host" : true}, {"name" : "vcpkg-cmake-config", "host" : true}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version-semver": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "boolean"}}, "required": ["name", "host"]}}}, "required": ["name", "version-semver", "port-version", "description", "homepage", "supports", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"-c:v": {"type": "string"}, "-s": {"type": "string"}, "-r": {"type": "string"}, "-pix_fmt": {"type": "string"}, "-crf": {"type": "string"}, "-crf_max": {"type": "string"}, "-b:v": {"type": "string"}, "-minrate": {"type": "string"}, "-maxrate": {"type": "string"}, "-bufsize": {"type": "string"}, "-preset": {"type": "string"}, "-tune": {"type": "string"}, "-profile:v": {"type": "string"}, "-level:v": {"type": "string"}}, "required": ["-c:v", "-s", "-r", "-pix_fmt", "-crf", "-crf_max", "-b:v", "-minrate", "-maxrate", "-bufsize", "-preset", "-tune", "-profile:v", "-level:v"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"-c:v" : "libx264", "-s" : "1280x720", "-r" : "", "-pix_fmt" : "yuv420p", "-crf" : "23", "-crf_max" : "", "-b:v" : "", "-minrate" : "", "-maxrate" : "", "-bufsize" : "", "-preset" : "veryfast", "-tune" : "", "-profile:v" : "high", "-level:v" : "4.0"} | json_instruct | {"type": "object", "properties": {"-c:v": {"type": "string"}, "-s": {"type": "string"}, "-r": {"type": "string"}, "-pix_fmt": {"type": "string"}, "-crf": {"type": "string"}, "-crf_max": {"type": "string"}, "-b:v": {"type": "string"}, "-minrate": {"type": "string"}, "-maxrate": {"type": "string"}, "-bufsize": {"type": "string"}, "-preset": {"type": "string"}, "-tune": {"type": "string"}, "-profile:v": {"type": "string"}, "-level:v": {"type": "string"}}, "required": ["-c:v", "-s", "-r", "-pix_fmt", "-crf", "-crf_max", "-b:v", "-minrate", "-maxrate", "-bufsize", "-preset", "-tune", "-profile:v", "-level:v"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"type": "string"}, "Hochschultyp": {"type": "string"}, "Bundesland": {"type": "string"}, "Tr\u00e4gerschaft": {"type": "string"}, "Promotionsrecht": {"type": "string"}, "Habilitationsrecht": {"type": "string"}, "Gr\u00fcndungsjahr": {"type": "string"}, "Studierendenzahl": {"type": "string"}, "Nationaler Kodex": {"type": "string"}}, "required": ["Hochschule", "Hochschulleitung", "", "Hochschultyp", "Bundesland", "Tr\u00e4gerschaft", "Promotionsrecht", "Habilitationsrecht", "Gr\u00fcndungsjahr", "Studierendenzahl", "Nationaler Kodex"]}, "anschrift": {"type": "object", "properties": {"Hausanschrift": {"type": "string"}, "Telefon": {"type": "string"}, "Postanschrift": {"type": "string"}, "E-Mail": {"type": "string"}}, "required": ["Hausanschrift", "Telefon", "Postanschrift", "E-Mail"]}}, "required": ["id_hochschule", "id_studien", "name", "steckbrief", "anschrift"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_hochschule" : 361, "id_studien" : 267, "name" : "Hochschule f\u00fcr Musik Franz Liszt Weimar", "steckbrief" : {"Hochschule" : "Hochschule f\u00fcr Musik Franz Liszt Weimar", "Hochschulleitung" : "Herr Prof. Dr. Christoph St\u00f6lzl", "" : "", "Hochschultyp" : "Kunst- und Musikhochschulen", "Bundesland" : "Th\u00fcringen", "Tr\u00e4gerschaft" : "\u00f6ffentlich-rechtlich", "Promotionsrecht" : "Ja", "Habilitationsrecht" : "Nein", "Gr\u00fcndungsjahr" : "1872", "Studierendenzahl" : "810 (WS 2016/2017)", "Nationaler Kodex" : "Ja"}, "anschrift" : {"Hausanschrift" : "Platz der Demokratie 2/3, 99423 Weimar", "Telefon" : "03643 555-0", "Postanschrift" : "Postfach 2552, 99406 Weimar", "E-Mail" : "presse(at)hfm-weimar.de"}} | json_instruct | {"type": "object", "properties": {"id_hochschule": {"type": "integer"}, "id_studien": {"type": "integer"}, "name": {"type": "string"}, "steckbrief": {"type": "object", "properties": {"Hochschule": {"type": "string"}, "Hochschulleitung": {"type": "string"}, "": {"type": "string"}, "Hochschultyp": {"type": "string"}, "Bundesland": {"type": "string"}, "Tr\u00e4gerschaft": {"type": "string"}, "Promotionsrecht": {"type": "string"}, "Habilitationsrecht": {"type": "string"}, "Gr\u00fcndungsjahr": {"type": "string"}, "Studierendenzahl": {"type": "string"}, "Nationaler Kodex": {"type": "string"}}, "required": ["Hochschule", "Hochschulleitung", "", "Hochschultyp", "Bundesland", "Tr\u00e4gerschaft", "Promotionsrecht", "Habilitationsrecht", "Gr\u00fcndungsjahr", "Studierendenzahl", "Nationaler Kodex"]}, "anschrift": {"type": "object", "properties": {"Hausanschrift": {"type": "string"}, "Telefon": {"type": "string"}, "Postanschrift": {"type": "string"}, "E-Mail": {"type": "string"}}, "required": ["Hausanschrift", "Telefon", "Postanschrift", "E-Mail"]}}, "required": ["id_hochschule", "id_studien", "name", "steckbrief", "anschrift"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 16757, "resolvers" : [{"ipv4_tcp" : true, "internal" : "91.213.25.241", "resolver_asn" : 42970, "resolver_net" : "91.213.25.0/24"}, {"ipv4_tcp" : true, "internal" : "91.213.25.242", "resolver_asn" : 42970, "resolver_net" : "91.213.25.0/24"}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["manifest_version", "name", "description", "version", "permissions", "background"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Sample chrome extension", "description" : "Downloads a file to test chrome bug (saveAs: false)", "version" : "1.0.0", "permissions" : ["downloads"], "background" : {"scripts" : ["background.js"]}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["manifest_version", "name", "description", "version", "permissions", "background"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "title" : "Idoubeda (mountain)", "id" : "246427", "bbox" : [-1.781389, 41.745833, -1.781389, 41.745833], "description" : "The Iberian Mountains (Spanish: Sistema Ib\u00e9rico) ", "names" : ["Idoubeda"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.781389, 41.745833]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [-1.781389, 41.745833]}, "id" : "location-of-idoubeda-m", "type" : "Feature", "properties" : {"description" : "coordinates after GeoHack.", "location_precision" : "precise", "title" : "location of Idoubeda M.", "link" : "http://pleiades.stoa.org/places/246427/location-of-idoubeda-m"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"choo.js": {"type": "string"}, "choo.min.js": {"type": "string"}}, "required": ["choo.js", "choo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"choo.js" : "sha512-MrlyzRAuMzVbIM+0pQBdC8SCOcyfICUyqA9CiYwA8EjDShagbM/Kr95RJKN9FfUMHoADHFCuHn9I+iHBEAVJvA==", "choo.min.js" : "sha512-aDxcAAJZWvo0U7sNrzA/ODiFp9yVkIrMexJCFBolQ7IPmIdobdxLgXa0F4B2LTYUz7szaKXOOdgtHkqrGr5y8Q=="} | json_instruct | {"type": "object", "properties": {"choo.js": {"type": "string"}, "choo.min.js": {"type": "string"}}, "required": ["choo.js", "choo.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[80, 5], [80, 45], [55, 15], [85, 26], [16, 55], [55, 35], [30, 46], [65, 21], [45, 42], [35, 38], [63, 36], [71, 43], [78, 54], [99, 49], [60, 43], [72, 50], [71, 55], [28, 30], [99, 64], [54, 52], [56, 61], [61, 59], [39, 34], [50, 58], [53, 68], [66, 63], [85, 70], [48, 39], [45, 25], [36, 64], [31, 16], [53, 85], [35, 75], [68, 80], [47, 110], [90, 85]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : 807, "dem" : 515, "tot" : 1974, "gop" : 1322}, "for" : "MT/Mineral County/30061", "pct" : {"dem" : 26.09, "per_point_diff" : 40.88, "gop" : 66.97}} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.773768, 42.247144], [-71.772115, 42.246633], [-71.767852, 42.247477], [-71.764675, 42.246865], [-71.761005, 42.244978], [-71.759546, 42.243318], [-71.754504, 42.241006], [-71.746502, 42.241172], [-71.744199, 42.2416], [-71.741984, 42.243117], [-71.73118, 42.241421], [-71.733458, 42.23808], [-71.761698, 42.225551], [-71.763945, 42.234495], [-71.773768, 42.247144]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 30864}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "number"}, "ppasseio2": {"type": "number"}, "leidata": {"type": "string"}, "hierarquia": {"type": "string"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "string"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_47fc", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.65739371, -26.90660303], [-48.65640754, -26.90646392], [-48.65540597, -26.90631075], [-48.65460222, -26.90619706]]]}, "geometry_name" : "geom", "properties" : {"id" : 302, "nome" : "R.Ol\u00edmpio Miranda J\u00fanior", "cod" : 297, "ptotalvia" : 13, "ppasseio1" : 1.5, "ppasseio2" : 1.5, "leidata" : "0530/1963", "hierarquia" : "coletora", "bairro" : "Centro", "abrevlogr" : "R.Ol\u00edmpio M.Jr.", "pavto" : "Asfalto", "anopavtoin" : "ago/11", "loteamnome" : "-", "nomeloteamento" : "-"}}, {"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_4c3d", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.65460222, -26.90619706], [-48.65413323, -26.90612225]]]}, "geometry_name" : "geom", "properties" : {"id" : 1498, "nome" : "R.Ol\u00edmpio Miranda J\u00fanior", "cod" : 297, "ptotalvia" : 13, "ppasseio1" : 1.5, "ppasseio2" : 1.5, "leidata" : "0530/1963", "hierarquia" : "coletora", "bairro" : "Centro", "abrevlogr" : "R.Ol\u00edmpio M.Jr.", "pavto" : "Asfalto", "anopavtoin" : "ago/11", "loteamnome" : "-", "nomeloteamento" : "-"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "number"}, "ppasseio2": {"type": "number"}, "leidata": {"type": "string"}, "hierarquia": {"type": "string"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "string"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 39665, "cartId" : "3038f14c-2dac-4444-b935-61b09042239e", "preferredProducts" : [2873, 1374, 4710, 678, 3712, 2478], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$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": {"start": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "serve", "build", "lint"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "express": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}, "register-service-worker": {"type": "string"}, "vue": {"type": "string"}, "vue-class-component": {"type": "string"}, "vue-property-decorator": {"type": "string"}, "vue-router": {"type": "string"}}, "required": ["bootstrap", "express", "jquery", "popper.js", "register-service-worker", "vue", "vue-class-component", "vue-property-decorator", "vue-router"]}, "devDependencies": {"type": "object", "properties": {"@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-pwa": {"type": "string"}, "@vue/cli-plugin-typescript": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "typescript": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["@vue/cli-plugin-babel", "@vue/cli-plugin-pwa", "@vue/cli-plugin-typescript", "@vue/cli-service", "typescript", "vue-template-compiler"]}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "description", "main", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "one-minute-maquette", "version" : "0.1.0", "private" : true, "scripts" : {"start" : "node server.js", "serve" : "vue-cli-service serve", "build" : "vue-cli-service build", "lint" : "vue-cli-service lint"}, "dependencies" : {"bootstrap" : "^4.1.3", "express" : "^4.16.4", "jquery" : "^3.3.1", "popper.js" : "^1.14.5", "register-service-worker" : "^1.0.0", "vue" : "^2.5.17", "vue-class-component" : "^6.0.0", "vue-property-decorator" : "^7.0.0", "vue-router" : "^3.0.1"}, "devDependencies" : {"@vue/cli-plugin-babel" : "^3.1.1", "@vue/cli-plugin-pwa" : "^3.1.1", "@vue/cli-plugin-typescript" : "^3.1.1", "@vue/cli-service" : "^3.1.1", "typescript" : "^3.0.0", "vue-template-compiler" : "^2.5.17"}, "description" : "```\r npm install\r ```", "main" : "babel.config.js", "repository" : {"type" : "git", "url" : "git+https://github.com/Barchid/one-minute-maquette.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/Barchid/one-minute-maquette/issues"}, "homepage" : "https://github.com/Barchid/one-minute-maquette#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "serve": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "serve", "build", "lint"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "express": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}, "register-service-worker": {"type": "string"}, "vue": {"type": "string"}, "vue-class-component": {"type": "string"}, "vue-property-decorator": {"type": "string"}, "vue-router": {"type": "string"}}, "required": ["bootstrap", "express", "jquery", "popper.js", "register-service-worker", "vue", "vue-class-component", "vue-property-decorator", "vue-router"]}, "devDependencies": {"type": "object", "properties": {"@vue/cli-plugin-babel": {"type": "string"}, "@vue/cli-plugin-pwa": {"type": "string"}, "@vue/cli-plugin-typescript": {"type": "string"}, "@vue/cli-service": {"type": "string"}, "typescript": {"type": "string"}, "vue-template-compiler": {"type": "string"}}, "required": ["@vue/cli-plugin-babel", "@vue/cli-plugin-pwa", "@vue/cli-plugin-typescript", "@vue/cli-service", "typescript", "vue-template-compiler"]}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "description", "main", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GHViewer", "displayName" : "GHViewer"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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" : [[[141.0, 36.416666666666664], [141.0, 36.5], [141.125, 36.5], [141.125, 36.416666666666664], [141.0, 36.416666666666664]]]}, "properties" : {"code" : 544150, "url" : "http://madefor.github.io/0410/api/v1/544150.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/544150.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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"papago": {"type": "object", "properties": {"label": {"type": "object", "properties": {"text": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}}, "required": ["text", "source", "target"]}, "desc": {"type": "object", "properties": {"text": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}}, "required": ["text", "source", "target"]}}, "required": ["label", "desc"]}}, "required": ["papago"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"papago" : {"label" : {"text" : "\uac80\uc0c9\uc5b4", "source" : "\uc6d0\ubcf8 \uc5b8\uc5b4\ucf54\ub4dc", "target" : "\ubaa9\uc801 \uc5b8\uc5b4\ucf54\ub4dc"}, "desc" : {"text" : "\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694. \ubc88\uc5ed\ud560 \ud14d\uc2a4\ud2b8. 1\ud68c \ud638\ucd9c \uc2dc \ucd5c\ub300 5,000\uc790\uae4c\uc9c0 \ubc88\uc5ed\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "source" : "\uc6d0\ubcf8 \uc5b8\uc5b4(source language)\uc758 \uc5b8\uc5b4 \ucf54\ub4dc", "target" : "\ubaa9\uc801 \uc5b8\uc5b4(target language)\uc758 \uc5b8\uc5b4 \ucf54\ub4dc"}}} | json_instruct | {"type": "object", "properties": {"papago": {"type": "object", "properties": {"label": {"type": "object", "properties": {"text": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}}, "required": ["text", "source", "target"]}, "desc": {"type": "object", "properties": {"text": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}}, "required": ["text", "source", "target"]}}, "required": ["label", "desc"]}}, "required": ["papago"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"label-to-subscribe-to": {"type": "array", "items": {"type": "string"}}}, "required": ["label-to-subscribe-to"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"label-to-subscribe-to" : ["list of usernames to subscribe", "such as:", "JacksonKearl"]} | json_instruct | {"type": "object", "properties": {"label-to-subscribe-to": {"type": "array", "items": {"type": "string"}}}, "required": ["label-to-subscribe-to"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["build", "dev", "test", "test:watch"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-preset-latest": {"type": "string"}, "babel-register": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "mocha": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["babel", "babel-core", "babel-eslint", "babel-loader", "babel-plugin-add-module-exports", "babel-preset-latest", "babel-register", "chai", "eslint", "eslint-loader", "mocha", "webpack", "webpack-dev-server", "yargs"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "keywords", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "semplate", "version" : "0.3.0", "description" : "Tiny template pure function", "main" : "dist/semplate.min.js", "scripts" : {"build" : "webpack -p --env=build", "dev" : "webpack-dev-server --hot --open", "test" : "mocha --compilers js:babel-core/register --colors ./test/*.spec.js", "test:watch" : "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"}, "repository" : {"url" : "https://github.com/bautrukevich/semplate.git", "type" : "git"}, "author" : "Siarhei Bautrukevich", "license" : "MIT", "keywords" : ["webpack", "es6", "starter", "library", "universal", "umd", "commonjs"], "devDependencies" : {"babel" : "^6.5.2", "babel-core" : "^6.21.0", "babel-eslint" : "^7.1.1", "babel-loader" : "^6.2.10", "babel-plugin-add-module-exports" : "^0.2.1", "babel-preset-latest" : "^6.16.0", "babel-register" : "^6.18.0", "chai" : "^3.5.0", "eslint" : "^3.13.1", "eslint-loader" : "^1.6.1", "mocha" : "^3.2.0", "webpack" : "beta", "webpack-dev-server" : "^1.16.2", "yargs" : "^6.6.0"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["build", "dev", "test", "test:watch"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-plugin-add-module-exports": {"type": "string"}, "babel-preset-latest": {"type": "string"}, "babel-register": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "mocha": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["babel", "babel-core", "babel-eslint", "babel-loader", "babel-plugin-add-module-exports", "babel-preset-latest", "babel-register", "chai", "eslint", "eslint-loader", "mocha", "webpack", "webpack-dev-server", "yargs"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "keywords", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"preklad": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "ap": {"type": "object", "properties": {"text": {"type": "string"}, "nadpis": {"type": "string"}, "podnadpis": {"type": "string"}, "vedouci": {"type": "string"}, "verze": {"type": "string"}, "datum": {"type": "string"}}, "required": ["text", "nadpis", "podnadpis", "vedouci", "verze", "datum"]}, "button": {"type": "object", "properties": {"save": {"type": "string"}, "open": {"type": "string"}, "download": {"type": "string"}, "info": {"type": "string"}, "windows": {"type": "string"}, "tools": {"type": "string"}, "upload": {"type": "string"}, "setting": {"type": "string"}}, "required": ["save", "open", "download", "info", "windows", "tools", "upload", "setting"]}, "histogram": {"type": "object", "properties": {"y": {"type": "string"}, "r": {"type": "string"}, "g": {"type": "string"}, "b": {"type": "string"}}, "required": ["y", "r", "g", "b"]}, "project": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "upravy": {"type": "object", "properties": {"nadpis": {"type": "string"}, "brightness": {"type": "string"}, "rotation": {"type": "string"}, "contrast": {"type": "string"}, "color": {"type": "string"}}, "required": ["nadpis", "brightness", "rotation", "contrast", "color"]}, "dropdown": {"type": "object", "properties": {"screen": {"type": "string"}}, "required": ["screen"]}, "agree": {"type": "object", "properties": {"agree": {"type": "string"}, "disline": {"type": "string"}, "text": {"type": "string"}, "nadpis": {"type": "string"}}, "required": ["agree", "disline", "text", "nadpis"]}}, "required": ["meta", "ap", "button", "histogram", "project", "upravy", "dropdown", "agree"]}}, "required": ["preklad"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"preklad" : {"meta" : {"title" : "Online Photoeditor | Absolvenstk\u00e1 pr\u00e1ce | Mat\u011bj Marek"}, "ap" : {"text" : "Tento absolvesntsk\u00fd projekt m\u00e1 slou\u017eit jako uk\u00e1zka pro student SP\u0160 ST Pansk\u00e1, jak funguje \u00faprava fotek v praxi a i co se t\u00fd\u010de programu.", "nadpis" : "Absolvensk\u00fd projekt", "podnadpis" : "Mat\u011bj Marek | tvorba 2020-2021", "vedouci" : "Vedouc\u00ed pr\u00e1ce Martin Novotn\u00fd", "verze" : "Verze", "datum" : "Datum zve\u0159ejn\u011bn\u00ed"}, "button" : {"save" : "Ulo\u017eit projekt", "open" : "Otev\u0159\u00edt projekt", "download" : "St\u00e1hnout", "info" : "Informace", "windows" : "Okna", "tools" : "N\u00e1stroje", "upload" : "Nahr\u00e1n\u00ed fotek", "setting" : "Nastaven\u00ed"}, "histogram" : {"y" : "Jas", "r" : "\u010cerven\u00e1", "g" : "Zelen\u00e1", "b" : "Modr\u00e1"}, "project" : {"default" : "beznazvu"}, "upravy" : {"nadpis" : "Z\u00e1kladn\u00ed \u00fapravy", "brightness" : "Sv\u011btlost", "rotation" : "Oto\u010den\u00ed", "contrast" : "Kontrast", "color" : "Barva"}, "dropdown" : {"screen" : "Nahrajte fotku, bu\u010f klikn\u011bte a nebo ji jsem p\u0159et\u00e1hn\u011bte"}, "agree" : {"agree" : "Souhlas\u00edm", "disline" : "Nesouhlas\u00edm", "text" : "Souhlas\u00edm s podm\u00ednkami u\u017eit\u00ed tohoto softwaru a to v\u010detn\u011b sledov\u00e1n\u00ed pomoc\u00ed 3. stran jako je Google Analytics, SP\u0160 ST Pansk\u00e1 a mnoh\u00e9 dal\u0161\u00ed.", "nadpis" : "Online photoeditor | Absolvensk\u00fd projekt"}}} | json_instruct | {"type": "object", "properties": {"preklad": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "ap": {"type": "object", "properties": {"text": {"type": "string"}, "nadpis": {"type": "string"}, "podnadpis": {"type": "string"}, "vedouci": {"type": "string"}, "verze": {"type": "string"}, "datum": {"type": "string"}}, "required": ["text", "nadpis", "podnadpis", "vedouci", "verze", "datum"]}, "button": {"type": "object", "properties": {"save": {"type": "string"}, "open": {"type": "string"}, "download": {"type": "string"}, "info": {"type": "string"}, "windows": {"type": "string"}, "tools": {"type": "string"}, "upload": {"type": "string"}, "setting": {"type": "string"}}, "required": ["save", "open", "download", "info", "windows", "tools", "upload", "setting"]}, "histogram": {"type": "object", "properties": {"y": {"type": "string"}, "r": {"type": "string"}, "g": {"type": "string"}, "b": {"type": "string"}}, "required": ["y", "r", "g", "b"]}, "project": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "upravy": {"type": "object", "properties": {"nadpis": {"type": "string"}, "brightness": {"type": "string"}, "rotation": {"type": "string"}, "contrast": {"type": "string"}, "color": {"type": "string"}}, "required": ["nadpis", "brightness", "rotation", "contrast", "color"]}, "dropdown": {"type": "object", "properties": {"screen": {"type": "string"}}, "required": ["screen"]}, "agree": {"type": "object", "properties": {"agree": {"type": "string"}, "disline": {"type": "string"}, "text": {"type": "string"}, "nadpis": {"type": "string"}}, "required": ["agree", "disline", "text", "nadpis"]}}, "required": ["meta", "ap", "button", "histogram", "project", "upravy", "dropdown", "agree"]}}, "required": ["preklad"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"sdr": {"type": "object", "properties": {"Difficulty Date": {"type": "string"}, "Unique Control #": {"type": "string"}, "Submitter Type": {"type": "string"}, "Submission Date": {"type": "string"}, "Submitter Designator": {"type": "string"}, "Registration #": {"type": "string"}}, "required": ["Difficulty Date", "Unique Control #", "Submitter Type", "Submission Date", "Submitter Designator", "Registration #"]}, "manufacturer": {"type": "object", "properties": {"text": {"type": "string"}, "value": {"type": "string"}}, "required": ["text", "value"]}}, "required": ["sdr", "manufacturer"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"sdr" : {"Difficulty Date" : "", "Unique Control #" : "2002FA0001110", "Submitter Type" : "B", "Submission Date" : "9/24/2002 3:59:45 PM", "Submitter Designator" : "", "Registration #" : "7146J"}, "manufacturer" : {"text" : "AROSTR - AEROSTAR", "value" : "AROSTR"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"sdr": {"type": "object", "properties": {"Difficulty Date": {"type": "string"}, "Unique Control #": {"type": "string"}, "Submitter Type": {"type": "string"}, "Submission Date": {"type": "string"}, "Submitter Designator": {"type": "string"}, "Registration #": {"type": "string"}}, "required": ["Difficulty Date", "Unique Control #", "Submitter Type", "Submission Date", "Submitter Designator", "Registration #"]}, "manufacturer": {"type": "object", "properties": {"text": {"type": "string"}, "value": {"type": "string"}}, "required": ["text", "value"]}}, "required": ["sdr", "manufacturer"]}, "$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": "string"}, "climate": {"type": "string"}, "terrain": {"type": "string"}, "wayto": {"type": "object", "properties": {"16144": {"type": "string"}, "11023": {"type": "string"}}, "required": ["16144", "11023"]}, "timeto": {"type": "object", "properties": {"16144": {"type": "number"}, "11023": {"type": "number"}}, "required": ["16144", "11023"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "climate", "terrain", "wayto", "timeto", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 16143, "title" : ["[River's Rest, Patio]"], "description" : ["Overhead, catkins sway gently on a barely palpable breeze from about half a dozen willow trees that encircle the perimeter of the patio. From the center of the trees, gurgling sounds are clearly heard originating from a large fountain. Water chestnuts float serenely on the water's surface, and their nutlike fruit along with many silver coins litter the bottom of the basin. In no particular pattern, tables and chairs made of sturdy bamboo are scattered under the willow trees."], "paths" : ["Obvious paths: out"], "location" : "River's Rest", "climate" : "temperate", "terrain" : "cultivated", "wayto" : {"16144" : "go doorway", "11023" : "out"}, "timeto" : {"16144" : 0.2, "11023" : 0.2}, "tags" : ["cactacae spine", "calamia fruit", "sovyn clove", "small flower", "small rose", "small daisy", "angelica root", "soft white mushroom", "withered black mushroom", "daggerstalk mushroom", "flathead mushroom", "genkew mushroom", "blue trafel mushroom", "small violet", "heath aster", "golden buttercup", "Imaera's Lace", "ear of corn", "purple eggplant", "round white eggplant", "small peapod", "rose-marrow root", "stalk of wormwood", "motherwort", "white petunia", "purple petunia", "pink petunia", "small primrose", "flaming violet", "sprig of thanot", "raspberries", "small banana", "sprig of rosemary", "white lily", "tiger lily", "alligator lily", "yew twig", "luckbloom blossom", "wavepetal blossom", "sunburst blossom"]} | 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"}, "climate": {"type": "string"}, "terrain": {"type": "string"}, "wayto": {"type": "object", "properties": {"16144": {"type": "string"}, "11023": {"type": "string"}}, "required": ["16144", "11023"]}, "timeto": {"type": "object", "properties": {"16144": {"type": "number"}, "11023": {"type": "number"}}, "required": ["16144", "11023"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "climate", "terrain", "wayto", "timeto", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "source", "type"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "steps", "attachments", "start", "stop", "uuid", "historyId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test_add_contact_into_group", "status" : "passed", "steps" : [{"name" : "Given a contact list", "status" : "passed", "start" : 1555196345102, "stop" : 1555196345163}, {"name" : "Given a contact to add", "status" : "passed", "start" : 1555196345163, "stop" : 1555196345163}, {"name" : "Given a group list and choose a group from it", "status" : "passed", "start" : 1555196345163, "stop" : 1555196345164}, {"name" : "When I add the contact \"None: last_name first_name \" to the list and into the group \"only_name\"", "status" : "passed", "start" : 1555196345164, "stop" : 1555196356441}, {"name" : "Then the new contact list is equal to the old list with the added contact", "status" : "passed", "start" : 1555196356441, "stop" : 1555196356559}], "attachments" : [{"name" : "log", "source" : "0588c8c4-d769-401b-81cd-a0b4eeb2add2-attachment.txt", "type" : "text/plain"}, {"name" : "stdout", "source" : "92d83131-d324-410d-af0e-e4aa821fc450-attachment.txt", "type" : "text/plain"}, {"name" : "stderr", "source" : "883bc9cc-b501-43f4-857d-3ce90bebd2b0-attachment.txt", "type" : "text/plain"}], "start" : 1555196345102, "stop" : 1555196356559, "uuid" : "751d9e1f-296e-4c3a-acc3-eabd4123c931", "historyId" : "b027bae630b1d6416fe08b7cecba4adb", "fullName" : "tests.test_add_contact#test_add_contact_into_group", "labels" : [{"name" : "parentSuite", "value" : "tests"}, {"name" : "suite", "value" : "test_add_contact"}, {"name" : "host", "value" : "Anna"}, {"name" : "thread", "value" : "10592-MainThread"}, {"name" : "framework", "value" : "pytest"}, {"name" : "language", "value" : "cpython3"}, {"name" : "package", "value" : "tests.test_add_contact"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "source", "type"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "status", "steps", "attachments", "start", "stop", "uuid", "historyId", "fullName", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "/*!\n * isobject <https://github.com/jonschlinkert/isobject>\n *\n * Copyright (c) 2014-2015, Jon Schlinkert.\n * Licensed under the MIT License.\n */\n'use strict';\n\nvar isArray = require('isarray');\n\nmodule.exports = function isObject(val) {\n return val != null && typeof val === 'object' && isArray(val) === false;\n};", "map" : {"version" : 3, "sources" : ["/Users/chandu/dev/rudderlabs/rudder-server/utils/config-gen/node_modules/unset-value/node_modules/has-value/node_modules/isobject/index.js"], "names" : ["isArray", "require", "module", "exports", "isObject", "val"], "mappings" : "AAAA;;;;;;AAOA;;AAEA,IAAIA,OAAO,GAAGC,OAAO,CAAC,SAAD,CAArB;;AAEAC,MAAM,CAACC,OAAP,GAAiB,SAASC,QAAT,CAAkBC,GAAlB,EAAuB;AACtC,SAAOA,GAAG,IAAI,IAAP,IAAe,OAAOA,GAAP,KAAe,QAA9B,IAA0CL,OAAO,CAACK,GAAD,CAAP,KAAiB,KAAlE;AACD,CAFD", "sourcesContent" : ["/*!\n * isobject <https://github.com/jonschlinkert/isobject>\n *\n * Copyright (c) 2014-2015, Jon Schlinkert.\n * Licensed under the MIT License.\n */\n\n'use strict';\n\nvar isArray = require('isarray');\n\nmodule.exports = function isObject(val) {\n return val != null && typeof val === 'object' && isArray(val) === false;\n};\n"]}, "metadata" : {}, "sourceType" : "script"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}}, "required": ["name", "main", "version", "authors", "description", "keywords", "license", "homepage", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ap-sails-errors", "main" : "ap-sails-errors.js", "version" : "0.11.0", "authors" : ["anotherpit <anotherpit@gmail.com>"], "description" : "AngularJS form \u00d7 SailsJS errors", "keywords" : ["angular", "sails", "forms", "validation"], "license" : "MIT", "homepage" : "http://github.com/anotherpit/ap-sails-errors", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular" : "~1.3.15"}, "devDependencies" : {"angular-mocks" : "~1.3.15"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}}, "required": ["name", "main", "version", "authors", "description", "keywords", "license", "homepage", "ignore", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Data": {"type": "object", "properties": {"stringToName": {"type": "null"}}, "required": ["stringToName"]}, "Extensions": {"type": "object", "properties": {}, "required": []}, "Errors": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "Code": {"type": "null"}, "Path": {"type": "array", "items": {"type": "string"}}, "Locations": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "Exception": {"type": "null"}, "Extensions": {"type": "object", "properties": {}, "required": []}}, "required": ["Message", "Code", "Path", "Locations", "Exception", "Extensions"]}}}, "required": ["Data", "Extensions", "Errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Data" : {"stringToName" : null}, "Extensions" : {}, "Errors" : [{"Message" : "The internal resolver value could not be converted to a valid value of `Name`.", "Code" : null, "Path" : ["stringToName"], "Locations" : [{"line" : 1, "column" : 3}], "Exception" : null, "Extensions" : {}}]} | json_instruct | {"type": "object", "properties": {"Data": {"type": "object", "properties": {"stringToName": {"type": "null"}}, "required": ["stringToName"]}, "Extensions": {"type": "object", "properties": {}, "required": []}, "Errors": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "Code": {"type": "null"}, "Path": {"type": "array", "items": {"type": "string"}}, "Locations": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "Exception": {"type": "null"}, "Extensions": {"type": "object", "properties": {}, "required": []}}, "required": ["Message", "Code", "Path", "Locations", "Exception", "Extensions"]}}}, "required": ["Data", "Extensions", "Errors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licence": {"type": "string"}, "author": {"type": "string"}, "require": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}, "hasDependency": {"type": "boolean"}, "hasOwnDeamon": {"type": "boolean"}, "maxDependancyInstallTime": {"type": "integer"}, "changelog": {"type": "string"}, "documentation": {"type": "string"}}, "required": ["id", "name", "licence", "author", "require", "category", "description", "hasDependency", "hasOwnDeamon", "maxDependancyInstallTime", "changelog", "documentation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "bornetenda", "name" : "Borne Tenda W301A", "licence" : "AGPL", "author" : "Jeedom Legacy", "require" : "1.124.0", "category" : "communication", "description" : "Auteur du plugin : Thomas Guenneguez<br>ATTENTION, il ne s\u2019agit pas d\u2019un plugin Officiel Jeedom mais d\u2019un plugin d\u00e9velopp\u00e9 par une tierce personne et dont l\u2019\u00e9volution a \u00e9t\u00e9 abandonn\u00e9e. L\u2019\u00e9quipe technique Jeedom assurera l\u2019assistance sur ce plugin sans obligation de r\u00e9sultat.<br>Plugin permettant de g\u00e9rer les Bornes Tenda W301A.", "hasDependency" : false, "hasOwnDeamon" : false, "maxDependancyInstallTime" : 0, "changelog" : "https://doc.jeedom.com/#language#/plugins/communication/bornetenda/changelog", "documentation" : "https://doc.jeedom.com/#language#/plugins/communication/bornetenda/"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "licence": {"type": "string"}, "author": {"type": "string"}, "require": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}, "hasDependency": {"type": "boolean"}, "hasOwnDeamon": {"type": "boolean"}, "maxDependancyInstallTime": {"type": "integer"}, "changelog": {"type": "string"}, "documentation": {"type": "string"}}, "required": ["id", "name", "licence", "author", "require", "category", "description", "hasDependency", "hasOwnDeamon", "maxDependancyInstallTime", "changelog", "documentation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"url": {"type": "string"}, "rev": {"type": "string"}, "date": {"type": "string"}, "path": {"type": "string"}, "sha256": {"type": "string"}, "fetchSubmodules": {"type": "boolean"}, "deepClone": {"type": "boolean"}, "leaveDotGit": {"type": "boolean"}}, "required": ["url", "rev", "date", "path", "sha256", "fetchSubmodules", "deepClone", "leaveDotGit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://github.com/input-output-hk/hackage.nix", "rev" : "eba2b9968363959952d97b2352adab960d294249", "date" : "2021-06-24T01:12:44+00:00", "path" : "/nix/store/34a7r7x93kyrlfr9i0zygnxszs98n0s6-hackage.nix-eba2b99", "sha256" : "19gy5nxzsp5rxldbnvblhcq5inmz45wwjsp4ww9mq6f864jz7aqz", "fetchSubmodules" : false, "deepClone" : false, "leaveDotGit" : false} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "rev": {"type": "string"}, "date": {"type": "string"}, "path": {"type": "string"}, "sha256": {"type": "string"}, "fetchSubmodules": {"type": "boolean"}, "deepClone": {"type": "boolean"}, "leaveDotGit": {"type": "boolean"}}, "required": ["url", "rev", "date", "path", "sha256", "fetchSubmodules", "deepClone", "leaveDotGit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"orderNo": {"type": "integer"}, "displayName": {"type": "string"}, "location": {"type": "string"}, "description": {"type": "string"}, "isDefaultActivated": {"type": "boolean"}, "icon": {"type": "string"}, "ngShow": {"type": "string"}, "hasJsFiles": {"type": "boolean"}}, "required": ["orderNo", "displayName", "location", "description", "isDefaultActivated", "icon", "ngShow", "hasJsFiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"orderNo" : 5, "displayName" : "Newsfeed", "location" : "course", "description" : "to show updates on every actions on this course", "isDefaultActivated" : true, "icon" : "ionicons ion-clock", "ngShow" : "isEnrolled || isOwner || isManager || isAdmin", "hasJsFiles" : true} | json_instruct | {"type": "object", "properties": {"orderNo": {"type": "integer"}, "displayName": {"type": "string"}, "location": {"type": "string"}, "description": {"type": "string"}, "isDefaultActivated": {"type": "boolean"}, "icon": {"type": "string"}, "ngShow": {"type": "string"}, "hasJsFiles": {"type": "boolean"}}, "required": ["orderNo", "displayName", "location", "description", "isDefaultActivated", "icon", "ngShow", "hasJsFiles"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"jayayres": {"type": "string"}}, "required": ["jayayres"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resources": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "JATickerView", "version" : "2.0", "summary" : "Customizable scrolling LED ticker library for iPhone and iPad", "description" : "A customizable LED ticker framework for iOS, as seen in the Stock Picking Darts app for iPhone and iPad: https://itunes.apple.com/us/app/stock-picking-darts-invest/id495510614?mt=8 . Authentic digital LED ticker - display stock quotes, sports scores, the latest headlines, or more in your app- just provide the data! Customize the ticker speed and light bulb colors. Digital symbols for English included, with API hooks to provide localized ticker symbols in any language. Customize individual ticker bulbs with your own images. Compatible back to iOS 8.0.", "homepage" : "https://github.com/jayayres/JATicker-iOS", "license" : {"type" : "Apache License, Version 2.0", "file" : "LICENSE"}, "authors" : {"jayayres" : "jaysapps10@gmail.com"}, "social_media_url" : "http://twitter.com/jayayres", "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/jayayres/JATicker-iOS.git", "tag" : "2.0"}, "source_files" : "Source/*.swift", "resources" : ["Resources/TickerImages.xcassets", "Resources/symbols.txt"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"jayayres": {"type": "string"}}, "required": ["jayayres"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resources": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"d35k\\LaravelModules\\": {"type": "string"}}, "required": ["d35k\\LaravelModules\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "homepage", "license", "version", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "d35k/laravelmodules", "description" : "Modular Pattern for Laravel 5", "keywords" : ["laravel", "pattern", "modular", "modules", "structure", "G\u00f6ktu\u011f", "Hatipo\u011flu", "l5module", "artisan", "generator"], "homepage" : "https://github.com/d35k/laravelmodules", "license" : "MIT", "version" : "0.3.0.2", "authors" : [{"name" : "G\u00f6ktu\u011f Hatipo\u011flu", "email" : "goktughatipoglu@yandex.com"}], "require" : {"php" : ">=5.5.9", "illuminate/support" : "5.*"}, "autoload" : {"psr-4" : {"d35k\\LaravelModules\\" : "src/"}}, "minimum-stability" : "stable"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"d35k\\LaravelModules\\": {"type": "string"}}, "required": ["d35k\\LaravelModules\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "homepage", "license", "version", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"teamA": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "teamB": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["teamA", "teamB"]}, "default": {"type": "object", "properties": {"teamA": {"type": "boolean"}, "teamB": {"type": "boolean"}}, "required": ["teamA", "teamB"]}}, "required": ["$schema", "type", "additionalProperties", "properties", "default"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema", "type" : "object", "additionalProperties" : false, "properties" : {"teamA" : {"type" : "boolean"}, "teamB" : {"type" : "boolean"}}, "default" : {"teamA" : true, "teamB" : true}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "properties": {"type": "object", "properties": {"teamA": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "teamB": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["teamA", "teamB"]}, "default": {"type": "object", "properties": {"teamA": {"type": "boolean"}, "teamB": {"type": "boolean"}}, "required": ["teamA", "teamB"]}}, "required": ["$schema", "type", "additionalProperties", "properties", "default"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["best_index", "auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"best_index" : [119, 137, 155, 281, 77], "auroc" : [0.49500000000000005, 0.3125, 0.43, 0.45, 0.34500000000000003], "acc" : [0.45, 0.425, 0.475, 0.45, 0.475], "aps" : [0.5478909731670222, 0.4031139230009966, 0.48240724264938256, 0.5313779483949592, 0.4132356807658228], "f1" : [0.5217391304347826, 0.5306122448979592, 0.4878048780487805, 0.5769230769230769, 0.6037735849056605], "auprc" : [0.5300272721505908, 0.38111644918899545, 0.451673801159278, 0.5015312859831839, 0.38958699075444103]} | json_instruct | {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["best_index", "auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"0.3500.13": {"type": "string"}, "0.3500.6": {"type": "string"}, "install": {"type": "string"}, "0.3500.1": {"type": "string"}, "1.2.1": {"type": "string"}, "0.3000.0": {"type": "string"}, "0.3000.1": {"type": "string"}, "0.2500.1": {"type": "string"}, "1.0.0": {"type": "string"}, "0.3000.4": {"type": "string"}, "0.2500.2": {"type": "string"}, "0.3000.2": {"type": "string"}, "0.1.0": {"type": "string"}, "0.3500.12": {"type": "string"}, "0.3500.14": {"type": "string"}, "1.1.1": {"type": "string"}, "0.2500.0": {"type": "string"}, "0.3500.10": {"type": "string"}, "0.3500.7": {"type": "string"}, "0.3500.11": {"type": "string"}, "0.3000.3": {"type": "string"}, "0.2500.3": {"type": "string"}, "0.3500.9": {"type": "string"}, "0.3500.2": {"type": "string"}, "0.3000.5": {"type": "string"}, "0.3500.4": {"type": "string"}, "0.3500.0": {"type": "string"}, "1.2.2": {"type": "string"}, "0.3000.6": {"type": "string"}, "1.2.0": {"type": "string"}, "1.2.3": {"type": "string"}, "1.1.0": {"type": "string"}, "0.2500.4": {"type": "string"}, "0.3500.3": {"type": "string"}, "0.3500.8": {"type": "string"}, "0.3500.5": {"type": "string"}}, "required": ["0.3500.13", "0.3500.6", "install", "0.3500.1", "1.2.1", "0.3000.0", "0.3000.1", "0.2500.1", "1.0.0", "0.3000.4", "0.2500.2", "0.3000.2", "0.1.0", "0.3500.12", "0.3500.14", "1.1.1", "0.2500.0", "0.3500.10", "0.3500.7", "0.3500.11", "0.3000.3", "0.2500.3", "0.3500.9", "0.3500.2", "0.3000.5", "0.3500.4", "0.3500.0", "1.2.2", "0.3000.6", "1.2.0", "1.2.3", "1.1.0", "0.2500.4", "0.3500.3", "0.3500.8", "0.3500.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0.3500.13" : "messages/0.3500.13.txt", "0.3500.6" : "messages/0.3500.6.txt", "install" : "messages/install.txt", "0.3500.1" : "messages/0.3500.1.txt", "1.2.1" : "messages/1.2.1.txt", "0.3000.0" : "messages/0.3000.0.txt", "0.3000.1" : "messages/0.3000.1.txt", "0.2500.1" : "messages/0.2500.1.txt", "1.0.0" : "messages/1.0.0.txt", "0.3000.4" : "messages/0.3000.4.txt", "0.2500.2" : "messages/0.2500.2.txt", "0.3000.2" : "messages/0.3000.2.txt", "0.1.0" : "messages/0.1.0.txt", "0.3500.12" : "messages/0.3500.12.txt", "0.3500.14" : "messages/0.3500.14.txt", "1.1.1" : "messages/1.1.1.txt", "0.2500.0" : "messages/0.2500.0.txt", "0.3500.10" : "messages/0.3500.10.txt", "0.3500.7" : "messages/0.3500.7.txt", "0.3500.11" : "messages/0.3500.11.txt", "0.3000.3" : "messages/0.3000.3.txt", "0.2500.3" : "messages/0.2500.3.txt", "0.3500.9" : "messages/0.3500.9.txt", "0.3500.2" : "messages/0.3500.2.txt", "0.3000.5" : "messages/0.3000.5.txt", "0.3500.4" : "messages/0.3500.4.txt", "0.3500.0" : "messages/0.3500.0.txt", "1.2.2" : "messages/1.2.2.txt", "0.3000.6" : "messages/0.3000.6.txt", "1.2.0" : "messages/1.2.0.txt", "1.2.3" : "messages/1.2.3.txt", "1.1.0" : "messages/1.1.0.txt", "0.2500.4" : "messages/0.2500.4.txt", "0.3500.3" : "messages/0.3500.3.txt", "0.3500.8" : "messages/0.3500.8.txt", "0.3500.5" : "messages/0.3500.5.txt"} | json_instruct | {"type": "object", "properties": {"0.3500.13": {"type": "string"}, "0.3500.6": {"type": "string"}, "install": {"type": "string"}, "0.3500.1": {"type": "string"}, "1.2.1": {"type": "string"}, "0.3000.0": {"type": "string"}, "0.3000.1": {"type": "string"}, "0.2500.1": {"type": "string"}, "1.0.0": {"type": "string"}, "0.3000.4": {"type": "string"}, "0.2500.2": {"type": "string"}, "0.3000.2": {"type": "string"}, "0.1.0": {"type": "string"}, "0.3500.12": {"type": "string"}, "0.3500.14": {"type": "string"}, "1.1.1": {"type": "string"}, "0.2500.0": {"type": "string"}, "0.3500.10": {"type": "string"}, "0.3500.7": {"type": "string"}, "0.3500.11": {"type": "string"}, "0.3000.3": {"type": "string"}, "0.2500.3": {"type": "string"}, "0.3500.9": {"type": "string"}, "0.3500.2": {"type": "string"}, "0.3000.5": {"type": "string"}, "0.3500.4": {"type": "string"}, "0.3500.0": {"type": "string"}, "1.2.2": {"type": "string"}, "0.3000.6": {"type": "string"}, "1.2.0": {"type": "string"}, "1.2.3": {"type": "string"}, "1.1.0": {"type": "string"}, "0.2500.4": {"type": "string"}, "0.3500.3": {"type": "string"}, "0.3500.8": {"type": "string"}, "0.3500.5": {"type": "string"}}, "required": ["0.3500.13", "0.3500.6", "install", "0.3500.1", "1.2.1", "0.3000.0", "0.3000.1", "0.2500.1", "1.0.0", "0.3000.4", "0.2500.2", "0.3000.2", "0.1.0", "0.3500.12", "0.3500.14", "1.1.1", "0.2500.0", "0.3500.10", "0.3500.7", "0.3500.11", "0.3000.3", "0.2500.3", "0.3500.9", "0.3500.2", "0.3000.5", "0.3500.4", "0.3500.0", "1.2.2", "0.3000.6", "1.2.0", "1.2.3", "1.1.0", "0.2500.4", "0.3500.3", "0.3500.8", "0.3500.5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["421083002001", "\u5927\u53e3\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["421083002200", "\u65b0\u65d7\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["421083002201", "\u8fdc\u666f\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002202", "\u8363\u950b\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002205", "\u6d2a\u6e56\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002206", "\u5085\u6e7e\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002207", "\u6768\u5634\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002208", "\u6ee8\u6597\u6e56\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002209", "\u5927\u53e3\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002215", "\u592a\u9a6c\u6e56\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002216", "\u6c49\u6c99\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002217", "\u6d2a\u72ee\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002218", "\u5f20\u574a\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["421083002500", "\u8521\u5bb6\u6cb3\u751f\u6d3b\u533a", "111", "0"], ["421083002501", "\u755c\u7267\u826f\u79cd\u573a\u751f\u6d3b\u533a", "220", "0"]] | json_instruct | {"type": "array", "items": {"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": {"900807648": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807649": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900807648", "900807649"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900807648" : {"nama" : "TPS 1", "dapil" : [6101, 16108, 2610404]}, "900807649" : {"nama" : "TPS 2", "dapil" : [6101, 16108, 2610404]}} | json_instruct | {"type": "object", "properties": {"900807648": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807649": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900807648", "900807649"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}, "spdxId": {"type": "string"}, "url": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName", "spdxId", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "matrix": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "matrix", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"desc" : "A C++ API for FoLiA documents; an XML-based linguistic annotation format.", "desc_long" : "A high-level C++ API to read, manipulate, and create FoLiA documents. FoLiA is an XML-based annotation format, suitable for the representation of linguistically annotated language resources. FoLiA\u2019s intended use is as a format for storing and/or exchanging language resources, including corpora.\n", "home" : "https://proycon.github.io/folia/", "license" : {"deprecated" : true, "free" : true, "fullName" : "GNU General Public License v3.0", "redistributable" : true, "shortName" : "gpl3", "spdxId" : "GPL-3.0", "url" : "https://spdx.org/licenses/GPL-3.0.html"}, "maintainers" : [{"email" : "nixpkgs@roberthensing.nl", "github" : "roberth", "githubId" : 496447, "matrix" : "@roberthensing:matrix.org", "name" : "Robert Hensing"}]}, "versions" : [{"commits" : [{"first" : "0387f84cf37acdf322aa020a6c4aac0eb1c07c28", "last" : "024f518e65ffbe64f0f044b194ad15ec2e973788"}], "name" : ""}]} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}, "spdxId": {"type": "string"}, "url": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName", "spdxId", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "matrix": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "matrix", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cat_name": {"type": "string"}, "account_sid": {"type": "string"}, "auth_token": {"type": "string"}, "twilio_num": {"type": "string"}, "num_to_call": {"type": "string"}}, "required": ["cat_name", "account_sid", "auth_token", "twilio_num", "num_to_call"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cat_name" : "Your cat's name", "account_sid" : "TWILIO ACCOUNT SID", "auth_token" : "TWILIO AUTH TOKEN", "twilio_num" : "ELEVENDIGITS", "num_to_call" : "YOUR PHONE NUMBER WITH COUNTRY CODE"} | json_instruct | {"type": "object", "properties": {"cat_name": {"type": "string"}, "account_sid": {"type": "string"}, "auth_token": {"type": "string"}, "twilio_num": {"type": "string"}, "num_to_call": {"type": "string"}}, "required": ["cat_name", "account_sid", "auth_token", "twilio_num", "num_to_call"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["flake8-typing-imports"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"accepted": {"type": "integer"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}}, "required": ["accepted", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accepted" : 4, "errors" : [{"message" : "timeout"}]} | json_instruct | {"type": "object", "properties": {"accepted": {"type": "integer"}, "errors": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}}, "required": ["accepted", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-78.282781, 40.73641], [-78.135917, 40.816928], [-78.04831, 40.867788], [-78.013445, 40.888943], [-77.964234, 40.92371], [-77.985906, 40.940322], [-77.928244, 40.998752], [-77.893855, 41.012324], [-77.813106, 40.918878], [-77.822996, 40.913793], [-77.870092, 40.892753], [-77.904924, 40.870498], [-77.908255, 40.86647], [-77.914762, 40.864814], [-77.922878, 40.860545], [-77.931521, 40.853113], [-77.958655, 40.840236], [-77.981905, 40.831121], [-77.998467, 40.820918], [-78.001473, 40.820108], [-78.028361, 40.80403], [-78.046069, 40.789225], [-78.049671, 40.787108], [-78.052936, 40.783404], [-78.116521, 40.739127], [-78.131834, 40.743017], [-78.282781, 40.73641]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 55647}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jquery.parallax.js": {"type": "string"}, "jquery.parallax.min.js": {"type": "string"}, "parallax.js": {"type": "string"}, "parallax.min.js": {"type": "string"}}, "required": ["jquery.parallax.js", "jquery.parallax.min.js", "parallax.js", "parallax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.parallax.js" : "sha512-axnpjVWjy81WZWAXV4OFdcuhZegFkC0ZoELCNKH5o5KK+jc3/kHdH4xMavNnTyoYUii9oZRlSnpxAMiwHy3DwQ==", "jquery.parallax.min.js" : "sha512-KeH8NhLOpcD8faUwipp6qpQBhdlN+Dag/cqwoCrZuIuU60TZV/4FNmmQAxaRXaE4e/gxrk21sAPaUCIG1kQ9wA==", "parallax.js" : "sha512-nNUjhREkq6plBuKXo2VoZXPzR0V+NziCarJBefSKoPoLllCjsSNPyIHyyQXcyK1GNaWeqZfn5yYYkrzMcvV6aQ==", "parallax.min.js" : "sha512-4bFRTh/x/rDHWfC41DZoOfM+EvVUMfdLFvY9vVSuiUuVFCyU1L4W+Bh1Vva5oHZlBdpgF5vr/ZNuWivXsXUq4g=="} | json_instruct | {"type": "object", "properties": {"jquery.parallax.js": {"type": "string"}, "jquery.parallax.min.js": {"type": "string"}, "parallax.js": {"type": "string"}, "parallax.min.js": {"type": "string"}}, "required": ["jquery.parallax.js", "jquery.parallax.min.js", "parallax.js", "parallax.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [101.291338582677, 47.4763636363636, 0.913169682025909, 101.03937007874, 86.5745454545455, 0.734236866235733, 65.259842519685, 80.0581818181818, 0.648048512637615, 64.503937007874, 148.014545454545, 0.761128768324852, 83.9055118110236, 204.8, 0.655404113233089, 136.818897637795, 92.16, 0.677885264158249, 144.125984251969, 156.16, 0.714697942137718, 157.228346456693, 213.876363636364, 0.63997770100832, 87.6850393700787, 198.516363636364, 0.349683940410614, 0, 0, 0, 0, 0, 0, 130.771653543307, 194.792727272727, 0.41220311075449, 0, 0, 0, 0, 0, 0, 93.9842519685039, 39.3309090909091, 0.928713411092758, 109.858267716535, 39.7963636363636, 0.944141566753387, 84.6614173228346, 41.1927272727273, 0.679610162973404, 121.700787401575, 40.4945454545455, 0.880110278725624], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Concept Assessment Feedback Sessions (CAFS)", "weight" : 6}, {"name" : "Four practical class group reports", "weight" : 16}, {"name" : "Field work assignment", "weight" : 13}, {"name" : "End of semester exam", "weight" : 65}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"champ" : 4, "item" : 3652, "kills" : "6.5625", "deaths" : "7.875", "assists" : "6.84375", "gold" : "11673.25", "cs" : "126.5", "total" : "32", "wins" : "16", "losses" : "16"} | json_instruct | {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 13512, "citation_title" : "Averting Regulatory Enforcement: Evidence from New Source Review", "citation_author" : ["Nathaniel Keohane", "Erin T. Mansur", "Andrey Voynov"], "citation_publication_date" : "2007-10-15", "issue_date" : "2007-10-15", "revision_date" : "None", "topics" : ["Industrial Organization", "Regulatory Economics", "Industry Studies", "Environmental and Resource Economics", "Environment"], "program" : ["Environment and Energy Economics", "Industrial Organization"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper explores firms' response to regulatory enforcement. New Source Review, a provision of the Clean Air Act, imposes stringent emissions limitations on significantly modified older power plants. In 1999, the EPA sued owners of 46 plants for NSR violations. We study how electricity companies respond to both the perceived threat of future action, and the action itself. A discrete choice model estimates plants likelihood of being named in lawsuits increases with large historic emissions and investments. On the eve of the lawsuits, emissions at plants with a one standard deviation greater probability of being sued fell approximately ten percent.\n\n", "acknowledgement" : "\nWe thank Jim Bushnell and Catherine Wolfram for many helpful discussions. We also thank Catherine Wolfram for data on firms' financial statistics. Michael Greenstone and Ken Chay are thanked for data on attainment counties. We also thank two anonymous referees and seminar participants at Yale University, Rice University, University of Houston, Texas A&M University, Resources for the Future, Dartmouth College, and NBER. The views expressed herein are those of the author(s) and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["staves"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"staves" : [{"lines" : [[[2064, 414], [2142, 414]], [[2064, 446], [2142, 446]]]}, {"lines" : [[[779, 924], [855, 924]], [[779, 954], [855, 954]]]}, {"lines" : [[[835, 974], [912, 974]], [[835, 1006], [912, 1006]]]}, {"lines" : [[[2465, 2120], [2532, 2120]], [[2465, 2151], [2532, 2151]]]}]} | json_instruct | {"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["staves"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "packemon": {"type": "object", "properties": {"format": {"type": "string"}, "platform": {"type": "string"}}, "required": ["format", "platform"]}, "peerDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}}, "required": ["@babel/core"]}, "dependencies": {"type": "object", "properties": {"@babel/helper-module-imports": {"type": "string"}}, "required": ["@babel/helper-module-imports"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}}, "required": ["@babel/core"]}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "exports": {"type": "object", "properties": {"./package.json": {"type": "string"}, ".": {"type": "object", "properties": {"node": {"type": "string"}, "types": {"type": "string"}}, "required": ["node", "types"]}}, "required": ["./package.json", "."]}}, "required": ["name", "version", "description", "keywords", "repository", "author", "license", "main", "types", "files", "engines", "packemon", "peerDependencies", "dependencies", "devDependencies", "funding", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "babel-plugin-cjs-esm-interop", "version" : "1.1.2", "description" : "Transform CJS to ESM and vice versa.", "keywords" : ["babel", "plugin", "cjs", "mjs", "interop", "convert", "transform"], "repository" : {"type" : "git", "url" : "git@github.com:milesj/packemon.git", "directory" : "babel-plugin-cjs-esm-interop"}, "author" : "Miles Johnson", "license" : "MIT", "main" : "./lib/index.js", "types" : "./dts/index.d.ts", "files" : ["dts/**/*.d.ts", "lib/**/*.{js,map}", "src/**/*.{ts,tsx,json}"], "engines" : {"node" : ">=12.17.0", "npm" : ">=6.13.0"}, "packemon" : {"format" : "lib", "platform" : "node"}, "peerDependencies" : {"@babel/core" : "^7.0.0"}, "dependencies" : {"@babel/helper-module-imports" : "^7.15.4"}, "devDependencies" : {"@babel/core" : "^7.15.8"}, "funding" : {"type" : "ko-fi", "url" : "https://ko-fi.com/milesjohnson"}, "exports" : {"./package.json" : "./package.json", "." : {"node" : "./lib/index.js", "types" : "./dts/index.d.ts"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "packemon": {"type": "object", "properties": {"format": {"type": "string"}, "platform": {"type": "string"}}, "required": ["format", "platform"]}, "peerDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}}, "required": ["@babel/core"]}, "dependencies": {"type": "object", "properties": {"@babel/helper-module-imports": {"type": "string"}}, "required": ["@babel/helper-module-imports"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}}, "required": ["@babel/core"]}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "exports": {"type": "object", "properties": {"./package.json": {"type": "string"}, ".": {"type": "object", "properties": {"node": {"type": "string"}, "types": {"type": "string"}}, "required": ["node", "types"]}}, "required": ["./package.json", "."]}}, "required": ["name", "version", "description", "keywords", "repository", "author", "license", "main", "types", "files", "engines", "packemon", "peerDependencies", "dependencies", "devDependencies", "funding", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Like bees around the hive: a comparative study of a mobile augmented reality map.", "fields" : ["negotiation", "common ground", "augmented reality", "mixed reality", "mobile mapping"], "abstract" : "We present findings from field trials of MapLens, a mobile augmented reality (AR) map using a magic lens over a paper map. Twenty-six participants used MapLens to play a location-based game in a city centre. Comparisons to a group of 11 users with a standard 2D mobile map uncover phenomena that arise uniquely when interacting with AR features in the wild. The main finding is that AR features facilitate place-making by creating a constant need for referencing to the physical, and in that it allows for ease of bodily configurations for the group, encourages establishment of common ground, and thereby invites discussion, negotiation and public problem-solving. The main potential of AR maps lies in their use as a collaborative tool.", "citation" : "Citations (173)", "year" : "2009", "departments" : ["Helsinki Institute for Information Technology", "Helsinki Institute for Information Technology", "Helsinki Institute for Information Technology", "Nokia", "Helsinki Institute for Information Technology"], "conf" : "chi", "authors" : ["Ann Morrison.....http://dblp.org/pers/hd/m/Morrison:Ann", "Antti Oulasvirta.....http://dblp.org/pers/hd/o/Oulasvirta:Antti", "Peter Peltonen.....http://dblp.org/pers/hd/p/Peltonen:Peter", "Saija Lemmel\u00e4.....http://dblp.org/pers/hd/l/Lemmel=auml=:Saija", "Giulio Jacucci.....http://dblp.org/pers/hd/j/Jacucci:Giulio", "Gerhard Reitmayr.....http://dblp.org/pers/hd/r/Reitmayr:Gerhard", "Jaana N\u00e4s\u00e4nen.....http://dblp.org/pers/hd/n/N=auml=s=auml=nen:Jaana", "Antti Juustila.....http://dblp.org/pers/hd/j/Juustila:Antti"], "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/fish/clearjelly/clearjelly.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/fish/clearjelly/clearjelly.monstertype"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"monsters/fish/clearjelly/clearjelly.monstertype" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u6c34\u6bcd", "Eng" : "Jellyfish"}}, {"DeniedAlternatives" : [], "Files" : {"monsters/fish/clearjelly/clearjelly.monstertype" : ["/description"]}, "Texts" : {"Chs" : "\u89e6\u6478\u5b83\u53ef\u4e0d\u5b89\u5168\uff0c\u5c3d\u7ba1\u5b83\u7684\u7f8e\u8d85\u8131\u51e1\u4e16\u3002", "Eng" : "Likely unsafe to touch, despite its surreal beauty."}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/fish/clearjelly/clearjelly.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/fish/clearjelly/clearjelly.monstertype"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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.01": {"type": "integer"}, "1.0": {"type": "integer"}, "0.0": {"type": "integer"}, "0.13": {"type": "integer"}, "0.14": {"type": "integer"}, "0.96": {"type": "integer"}, "0.25": {"type": "integer"}, "0.95": {"type": "integer"}, "0.64": {"type": "integer"}, "0.45": {"type": "integer"}}, "required": ["0.99", "0.01", "1.0", "0.0", "0.13", "0.14", "0.96", "0.25", "0.95", "0.64", "0.45"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 9, "hour neutral count" : 2, "hour negative count" : 6, "hour distri" : {"0.99" : 2, "0.01" : 2, "1.0" : 5, "0.0" : 1, "0.13" : 1, "0.14" : 1, "0.96" : 1, "0.25" : 1, "0.95" : 1, "0.64" : 1, "0.45" : 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.01": {"type": "integer"}, "1.0": {"type": "integer"}, "0.0": {"type": "integer"}, "0.13": {"type": "integer"}, "0.14": {"type": "integer"}, "0.96": {"type": "integer"}, "0.25": {"type": "integer"}, "0.95": {"type": "integer"}, "0.64": {"type": "integer"}, "0.45": {"type": "integer"}}, "required": ["0.99", "0.01", "1.0", "0.0", "0.13", "0.14", "0.96", "0.25", "0.95", "0.64", "0.45"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"domain": {"type": "object", "properties": {"id": {"type": "string"}, "domain": {"type": "string"}, "name": {"type": "string"}, "extension": {"type": "string"}, "whois_server": {"type": "string"}, "status": {"type": "array", "items": {"type": "string"}}, "name_servers": {"type": "array", "items": {"type": "string"}}, "created_date": {"type": "string"}, "updated_date": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["id", "domain", "name", "extension", "whois_server", "status", "name_servers", "created_date", "updated_date", "expiration_date"]}, "registrar": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "referral_url": {"type": "string"}}, "required": ["id", "name", "phone", "email", "referral_url"]}, "registrant": {"type": "object", "properties": {"organization": {"type": "string"}, "province": {"type": "string"}, "country": {"type": "string"}, "email": {"type": "string"}}, "required": ["organization", "province", "country", "email"]}, "administrative": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "technical": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "billing": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}}, "required": ["domain", "registrar", "registrant", "administrative", "technical", "billing"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : {"id" : "D7898338-CNIC", "domain" : "slb.coop", "name" : "slb", "extension" : "coop", "whois_server" : "whois.gandi.net", "status" : ["clienttransferprohibited"], "name_servers" : ["ns-27-a.gandi.net", "ns-138-b.gandi.net", "ns-148-c.gandi.net"], "created_date" : "2014-07-04T10:24:18.0Z", "updated_date" : "2019-07-09T09:44:08.0Z", "expiration_date" : "2020-07-04T23:59:59.0Z"}, "registrar" : {"id" : "81", "name" : "Gandi SAS", "phone" : "+33.170377661", "email" : "abuse@support.gandi.net", "referral_url" : "http://www.gandi.net/"}, "registrant" : {"organization" : "Cooperativa de Serveis Linguistics de Barcelona (SLB), SCCL", "province" : "B", "country" : "ES", "email" : "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name."}, "administrative" : {"email" : "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name."}, "technical" : {"email" : "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name."}, "billing" : {"email" : "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name."}} | json_instruct | {"type": "object", "properties": {"domain": {"type": "object", "properties": {"id": {"type": "string"}, "domain": {"type": "string"}, "name": {"type": "string"}, "extension": {"type": "string"}, "whois_server": {"type": "string"}, "status": {"type": "array", "items": {"type": "string"}}, "name_servers": {"type": "array", "items": {"type": "string"}}, "created_date": {"type": "string"}, "updated_date": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["id", "domain", "name", "extension", "whois_server", "status", "name_servers", "created_date", "updated_date", "expiration_date"]}, "registrar": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "referral_url": {"type": "string"}}, "required": ["id", "name", "phone", "email", "referral_url"]}, "registrant": {"type": "object", "properties": {"organization": {"type": "string"}, "province": {"type": "string"}, "country": {"type": "string"}, "email": {"type": "string"}}, "required": ["organization", "province", "country", "email"]}, "administrative": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "technical": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "billing": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}}, "required": ["domain", "registrar", "registrant", "administrative", "technical", "billing"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"orderTakenPersonDetails": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "id"]}}}, "required": ["orderTakenPersonDetails"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"orderTakenPersonDetails" : [{"name" : "Person1", "id" : 1}, {"name" : "Person2", "id" : 2}]} | json_instruct | {"type": "object", "properties": {"orderTakenPersonDetails": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "id"]}}}, "required": ["orderTakenPersonDetails"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-2rvw-r7wq-2mq5", "modified" : "2022-04-29T02:57:57Z", "published" : "2022-04-29T02:57:57Z", "aliases" : ["CVE-2004-0569"], "details" : "The RPC Runtime Library for Microsoft Windows NT 4.0 allows remote attackers to read active memory or cause a denial of service (system crash) via a malicious message, possibly related to improper length values.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2004-0569"}, {"type" : "WEB", "url" : "https://docs.microsoft.com/en-us/security-updates/securitybulletins/2004/ms04-029"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/17646"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/17663"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A2505"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5277"}, {"type" : "WEB", "url" : "http://marc.info/?l=bugtraq&m=109769394209518&w=2"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"published" : "2015-09-08T17:33:16Z", "media-type" : "Blog", "title" : "EYEHATEGOD: CANCEL FALL 2015 U.S. TOUR", "id" : "17a4c3ca-ce58-4b37-906e-acbf4b852569", "content" : "New Orleans, Louisiana sludge/doom metal legends EYEHATEGOD have CANCELLED the bands FALL 2015 U.S. tour. EYEHATEGOD are STILL set for HOUSECORE HORROR FILM FEST 2016.\u00a0 \u00a0EYEHATEGOD unleashed the\u00a0bands\u00a0self titled \u00a05/27/2014 (NORTH AMERICA), 5/26/2014 (EUROPE,\u00a0AUSTRALIA, NEW ZEALAND, ) via CENTURY MEDIA RECORDS, \u00a05/21/2014 (JAPAN) via DAYMARE RECORDS.\n\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 EYEHATEGOD's drummer JOEY LACAZE \u00a0passed away 8/23/2013 at 42 years old. JOEY LACAZE's cause of death has been revealed as \"respiratory failure, from asthma\".\nDALE CROVER of the MELVINS filled in on drums for the late JOEY LACAZE at the HOUSE CORE HORROR FILM FEST.\nEYEHATEGOD have introduced new drummer AARON HILL.\nFROM EARSPLIT PR:\nhttp://www.earsplitcompound.com/site/2015/09/08/eyehategod-forced-to-cancel-september-shows/\nThanks-Stay Metal, Stay Brutal-\\m/ -l-\u00a0", "source" : "INDIVIDUAL THOUGHT PATTERNS V.010"} | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "contact": {"type": "object", "properties": {"picture": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["picture", "email", "name"]}, "subject": {"type": "string"}, "body": {"type": "string"}, "date": {"type": "string"}, "read": {"type": "boolean"}, "folder": {"type": "string"}, "attachments": {"type": "null"}, "labels": {"type": "null"}}, "required": ["_id", "contact", "subject", "body", "date", "read", "folder", "attachments", "labels"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : [{"_id" : "543109aa71d816200f2a0e78", "contact" : {"picture" : "https://s3.amazonaws.com/uifaces/faces/twitter/adamawesomeface/128.jpg", "email" : "LuciusKirlin.Larkin@hotmail.com", "name" : "Lucius Kirlin"}, "subject" : "Organic homogeneous conglomeration", "body" : "<h3>Open-source holistic challenge</h3><p>molestiae sunt vel nulla natus et distinctio\net quos esse\ndolores omnis qui inventore suscipit perferendis quos et</p><p>accusamus maxime accusantium beatae tempore molestias\niure ab et\nnostrum earum ut accusantium esse ipsam sed\nest vero et</p><p>eveniet ab dignissimos ut\nin dignissimos aspernatur ut\nut esse optio ut</p><p>quod suscipit reprehenderit vero dolores\nqui voluptas aperiam et quisquam nostrum quos qui\nneque odio corporis\nsint consequatur possimus omnis libero magnam aut aliquam\nquis laudantium pariatur enim excepturi ut totam consectetur quae\ndistinctio ut eos quo non sit voluptate voluptatum modi ipsa</p><p>nesciunt ratione sed soluta recusandae aliquam itaque ex similique\ndebitis doloremque ex quasi harum ab\ndolorum cupiditate quia veritatis vel\neveniet est voluptatem distinctio dolores quo\ncum ducimus amet enim sit dolorem eos aspernatur</p>", "date" : "2014-10-05T07:51:42.120Z", "read" : false, "folder" : "draft", "attachments" : null, "labels" : null}]} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "contact": {"type": "object", "properties": {"picture": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}}, "required": ["picture", "email", "name"]}, "subject": {"type": "string"}, "body": {"type": "string"}, "date": {"type": "string"}, "read": {"type": "boolean"}, "folder": {"type": "string"}, "attachments": {"type": "null"}, "labels": {"type": "null"}}, "required": ["_id", "contact", "subject", "body", "date", "read", "folder", "attachments", "labels"]}}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "sideEffects" : false, "main" : "./Themeisle.js", "module" : "./Themeisle.esm.js", "types" : "./Themeisle.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"user_account_contacts_request": {"type": "string"}}, "required": ["user_account_contacts_request"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user_account_contacts_request" : "My requests"} | json_instruct | {"type": "object", "properties": {"user_account_contacts_request": {"type": "string"}}, "required": ["user_account_contacts_request"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : 76239, "cartId" : "bdcfafae-e756-4361-b263-60257cc0814a", "preferredProducts" : [558, 629, 1414, 784, 1903, 4369, 4529, 2023, 3400, 80], "productReviews" : [{"productId" : 2899, "reviewText" : "My neighbor Lonnie has one of these. She works as a hobbit and she says it looks microscopic.", "reviewDate" : "2019-07-09T10:11:00.1750599+03:00"}, {"productId" : 889, "reviewText" : "My neighbor Alida has one of these. She works as a gambler and she says it looks spotless.", "reviewDate" : "2019-10-09T06:33:32.7460551+03:00"}, {"productId" : 1197, "reviewText" : "This Regional works very well. It persistently improves my soccer by a lot.", "reviewDate" : "2017-12-03T17:00:10.3903874+02:00"}, {"productId" : 1487, "reviewText" : "heard about this on jump-up radio, decided to give it a try.", "reviewDate" : "2017-04-12T01:06:34.1291285+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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "heading": {"type": "string"}, "url": {"type": "string"}}, "required": ["_id", "_type", "heading", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "page.send-form", "_type" : "page.confirmation", "heading" : "Form completed", "url" : "send-form"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "heading": {"type": "string"}, "url": {"type": "string"}}, "required": ["_id", "_type", "heading", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$schema": {"type": "string"}, "author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"language": {"type": "string"}}, "required": ["language"]}, "identity": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "sourceName": {"type": "string"}, "preferNameDirectory": {"type": "boolean"}}, "required": ["$schema", "author", "classifications", "tags", "identity", "name", "shortName", "sourceName", "preferNameDirectory"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json.schemastore.org/template", "author" : "@jet @bartelink", "classifications" : ["Event Sourcing", "Equinox", "Propulsion", "Kafka"], "tags" : {"language" : "F#"}, "identity" : "Propulsion.Template.Consumer", "name" : "Propulsion Kafka Consumer", "shortName" : "proConsumer", "sourceName" : "ConsumerTemplate", "preferNameDirectory" : true} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"language": {"type": "string"}}, "required": ["language"]}, "identity": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "sourceName": {"type": "string"}, "preferNameDirectory": {"type": "boolean"}}, "required": ["$schema", "author", "classifications", "tags", "identity", "name", "shortName", "sourceName", "preferNameDirectory"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.08870967741935484, 0.5080645161290323] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"57862fc3f9e4e97332d6e1372b7ee620\"", "Last-Modified" : "Wed, 28 Aug 2019 16:28:06 GMT", "base" : {"repo" : {"name" : "vigra-feedstock"}}, "closed_at" : "2019-08-28T16:28:06Z", "created_at" : "2019-06-06T05:35:36Z", "head" : {"ref" : "rebuildhdf5-1.10.50"}, "html_url" : "https://github.com/conda-forge/vigra-feedstock/pull/50", "id" : 285649161, "labels" : [], "mergeable" : true, "mergeable_state" : "unstable", "merged" : false, "merged_at" : null, "number" : 50, "state" : "closed", "updated_at" : "2019-08-28T16:28:06Z"} | 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": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {}}}, "required": ["methods", "package", "constants", "class", "constructors", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"methods" : ["abstract Person getCurrentPerson(GoogleApiClient googleApiClient) Returns profile information for the current user.", "abstract PendingResult<People.LoadPeopleResult> load(GoogleApiClient googleApiClient, String... personIds) Loads a list of specified people.", "abstract PendingResult<People.LoadPeopleResult> load(GoogleApiClient googleApiClient, Collection<String> personIds) Loads a list of specified people.", "abstract PendingResult<People.LoadPeopleResult> loadConnected(GoogleApiClient googleApiClient) Loads a list of visible people in the authenticated user\u2019s circles that are signed into the same app with Google+.", "abstract PendingResult<People.LoadPeopleResult> loadVisible(GoogleApiClient googleApiClient, String pageToken) Loads the list of visible people in the user's circles.", "abstract PendingResult<People.LoadPeopleResult> loadVisible(GoogleApiClient googleApiClient, int orderBy, String pageToken) Loads the list of visible people in the user's circles."], "package" : "com.google.android.gms.plus", "constants" : [], "class" : "People", "constructors" : [], "fields" : []} | json_instruct | {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {}}}, "required": ["methods", "package", "constants", "class", "constructors", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"sWidth": {"type": "integer"}, "sHeight": {"type": "integer"}, "idleRow": {"type": "integer"}, "idleFrames": {"type": "integer"}, "useRow": {"type": "integer"}, "useFrames": {"type": "integer"}, "talkRow": {"type": "integer"}, "talkFrames": {"type": "integer"}, "walkRightRow": {"type": "integer"}, "walkRightFrames": {"type": "integer"}, "walkFrontRow": {"type": "integer"}, "walkFrontFrames": {"type": "integer"}, "isMoving": {"type": "boolean"}, "isUsing": {"type": "boolean"}, "movesToTheRight": {"type": "boolean"}, "movesToTheFront": {"type": "boolean"}, "movesToTheBack": {"type": "boolean"}, "currentFrame": {"type": "integer"}, "isDark": {"type": "boolean"}, "ani": {"type": "object", "properties": {"walkfront": {"type": "array", "items": {}}, "walkback": {"type": "array", "items": {}}, "walk": {"type": "array", "items": {}}, "idle": {"type": "array", "items": {}}, "talk": {"type": "array", "items": {}}, "take": {"type": "array", "items": {}}}, "required": ["walkfront", "walkback", "walk", "idle", "talk", "take"]}, "img": {"type": "array", "items": {}}, "step": {"type": "integer"}, "useAnimationStep": {"type": "integer"}}, "required": ["sWidth", "sHeight", "idleRow", "idleFrames", "useRow", "useFrames", "talkRow", "talkFrames", "walkRightRow", "walkRightFrames", "walkFrontRow", "walkFrontFrames", "isMoving", "isUsing", "movesToTheRight", "movesToTheFront", "movesToTheBack", "currentFrame", "isDark", "ani", "img", "step", "useAnimationStep"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sWidth" : 262, "sHeight" : 514, "idleRow" : 0, "idleFrames" : 8, "useRow" : 4, "useFrames" : 8, "talkRow" : 3, "talkFrames" : 8, "walkRightRow" : 1, "walkRightFrames" : 8, "walkFrontRow" : 2, "walkFrontFrames" : 6, "isMoving" : false, "isUsing" : false, "movesToTheRight" : false, "movesToTheFront" : false, "movesToTheBack" : false, "currentFrame" : 0, "isDark" : false, "ani" : {"walkfront" : [], "walkback" : [], "walk" : [], "idle" : [], "talk" : [], "take" : []}, "img" : [], "step" : 0, "useAnimationStep" : 0} | json_instruct | {"type": "object", "properties": {"sWidth": {"type": "integer"}, "sHeight": {"type": "integer"}, "idleRow": {"type": "integer"}, "idleFrames": {"type": "integer"}, "useRow": {"type": "integer"}, "useFrames": {"type": "integer"}, "talkRow": {"type": "integer"}, "talkFrames": {"type": "integer"}, "walkRightRow": {"type": "integer"}, "walkRightFrames": {"type": "integer"}, "walkFrontRow": {"type": "integer"}, "walkFrontFrames": {"type": "integer"}, "isMoving": {"type": "boolean"}, "isUsing": {"type": "boolean"}, "movesToTheRight": {"type": "boolean"}, "movesToTheFront": {"type": "boolean"}, "movesToTheBack": {"type": "boolean"}, "currentFrame": {"type": "integer"}, "isDark": {"type": "boolean"}, "ani": {"type": "object", "properties": {"walkfront": {"type": "array", "items": {}}, "walkback": {"type": "array", "items": {}}, "walk": {"type": "array", "items": {}}, "idle": {"type": "array", "items": {}}, "talk": {"type": "array", "items": {}}, "take": {"type": "array", "items": {}}}, "required": ["walkfront", "walkback", "walk", "idle", "talk", "take"]}, "img": {"type": "array", "items": {}}, "step": {"type": "integer"}, "useAnimationStep": {"type": "integer"}}, "required": ["sWidth", "sHeight", "idleRow", "idleFrames", "useRow", "useFrames", "talkRow", "talkFrames", "walkRightRow", "walkRightFrames", "walkFrontRow", "walkFrontFrames", "isMoving", "isUsing", "movesToTheRight", "movesToTheFront", "movesToTheBack", "currentFrame", "isDark", "ani", "img", "step", "useAnimationStep"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.MAX_SPECIFICITY = exports.GLOBAL_CACHE_KEY = void 0;\nvar GLOBAL_CACHE_KEY = 'reactWithStylesInterfaceCSS';\nexports.GLOBAL_CACHE_KEY = GLOBAL_CACHE_KEY;\nvar MAX_SPECIFICITY = 20;\nexports.MAX_SPECIFICITY = MAX_SPECIFICITY;", "map" : {"version" : 3, "sources" : ["D:/Amardeep/tarek_project/ftw-product/node_modules/react-with-styles-interface-css/dist/utils/constants.js"], "names" : ["Object", "defineProperty", "exports", "value", "MAX_SPECIFICITY", "GLOBAL_CACHE_KEY"], "mappings" : "AAAA;;AAEAA,MAAM,CAACC,cAAP,CAAsBC,OAAtB,EAA+B,YAA/B,EAA6C;AAC3CC,EAAAA,KAAK,EAAE;AADoC,CAA7C;AAGAD,OAAO,CAACE,eAAR,GAA0BF,OAAO,CAACG,gBAAR,GAA2B,KAAK,CAA1D;AACA,IAAIA,gBAAgB,GAAG,6BAAvB;AACAH,OAAO,CAACG,gBAAR,GAA2BA,gBAA3B;AACA,IAAID,eAAe,GAAG,EAAtB;AACAF,OAAO,CAACE,eAAR,GAA0BA,eAA1B", "sourcesContent" : ["\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.MAX_SPECIFICITY = exports.GLOBAL_CACHE_KEY = void 0;\nvar GLOBAL_CACHE_KEY = 'reactWithStylesInterfaceCSS';\nexports.GLOBAL_CACHE_KEY = GLOBAL_CACHE_KEY;\nvar MAX_SPECIFICITY = 20;\nexports.MAX_SPECIFICITY = MAX_SPECIFICITY;"]}, "metadata" : {}, "sourceType" : "script"} | 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": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1170915, "stations" : ["1170915"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["r-perm"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "dcterms:identifier": {"type": "array", "items": {"type": "object", "properties": {"@value": {"type": "string"}, "is_public": {"type": "boolean"}, "property_id": {"type": "integer"}, "property_label": {"type": "string"}, "type": {"type": "string"}}, "required": ["@value", "is_public", "property_id", "property_label", "type"]}}, "dcterms:title": {"type": "array", "items": {"type": "object", "properties": {"@value": {"type": "string"}, "is_public": {"type": "boolean"}, "property_id": {"type": "integer"}, "property_label": {"type": "string"}, "type": {"type": "string"}}, "required": ["@value", "is_public", "property_id", "property_label", "type"]}}, "o:created": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@type", "@value"]}, "o:id": {"type": "integer"}, "o:is_open": {"type": "boolean"}, "o:is_public": {"type": "boolean"}, "o:items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}, "o:modified": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@type", "@value"]}, "o:owner": {"type": "object", "properties": {"@id": {"type": "string"}, "o:id": {"type": "integer"}}, "required": ["@id", "o:id"]}, "o:resource_class": {"type": "null"}, "o:resource_template": {"type": "object", "properties": {"@id": {"type": "string"}, "o:id": {"type": "integer"}}, "required": ["@id", "o:id"]}, "o:thumbnail": {"type": "null"}}, "required": ["@context", "@id", "@type", "dcterms:identifier", "dcterms:title", "o:created", "o:id", "o:is_open", "o:is_public", "o:items", "o:modified", "o:owner", "o:resource_class", "o:resource_template", "o:thumbnail"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : "https://iiif.dl.itc.u-tokyo.ac.jp/repo/api-context", "@id" : "https://iiif.dl.itc.u-tokyo.ac.jp/repo/api/item_sets/22130", "@type" : "o:ItemSet", "dcterms:identifier" : [{"@value" : "shelly", "is_public" : true, "property_id" : 10, "property_label" : "Identifier", "type" : "literal"}], "dcterms:title" : [{"@value" : "Fragment of an Address to the Jews", "is_public" : true, "property_id" : 1, "property_label" : "Title", "type" : "literal"}], "o:created" : {"@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2018-04-09T05:17:50+00:00"}, "o:id" : 22130, "o:is_open" : false, "o:is_public" : true, "o:items" : {"@id" : "https://iiif.dl.itc.u-tokyo.ac.jp/repo/api/items?item_set_id=22130"}, "o:modified" : {"@type" : "http://www.w3.org/2001/XMLSchema#dateTime", "@value" : "2019-04-19T05:52:22+00:00"}, "o:owner" : {"@id" : "https://iiif.dl.itc.u-tokyo.ac.jp/repo/api/users/1", "o:id" : 1}, "o:resource_class" : null, "o:resource_template" : {"@id" : "https://iiif.dl.itc.u-tokyo.ac.jp/repo/api/resource_templates/2", "o:id" : 2}, "o:thumbnail" : null} | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "@id": {"type": "string"}, "@type": {"type": "string"}, "dcterms:identifier": {"type": "array", "items": {"type": "object", "properties": {"@value": {"type": "string"}, "is_public": {"type": "boolean"}, "property_id": {"type": "integer"}, "property_label": {"type": "string"}, "type": {"type": "string"}}, "required": ["@value", "is_public", "property_id", "property_label", "type"]}}, "dcterms:title": {"type": "array", "items": {"type": "object", "properties": {"@value": {"type": "string"}, "is_public": {"type": "boolean"}, "property_id": {"type": "integer"}, "property_label": {"type": "string"}, "type": {"type": "string"}}, "required": ["@value", "is_public", "property_id", "property_label", "type"]}}, "o:created": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@type", "@value"]}, "o:id": {"type": "integer"}, "o:is_open": {"type": "boolean"}, "o:is_public": {"type": "boolean"}, "o:items": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}, "o:modified": {"type": "object", "properties": {"@type": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@type", "@value"]}, "o:owner": {"type": "object", "properties": {"@id": {"type": "string"}, "o:id": {"type": "integer"}}, "required": ["@id", "o:id"]}, "o:resource_class": {"type": "null"}, "o:resource_template": {"type": "object", "properties": {"@id": {"type": "string"}, "o:id": {"type": "integer"}}, "required": ["@id", "o:id"]}, "o:thumbnail": {"type": "null"}}, "required": ["@context", "@id", "@type", "dcterms:identifier", "dcterms:title", "o:created", "o:id", "o:is_open", "o:is_public", "o:items", "o:modified", "o:owner", "o:resource_class", "o:resource_template", "o:thumbnail"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "style": {"type": "array", "items": {"type": "string"}}, "pluginInfraVersion": {"type": "integer"}, "version": {"type": "string"}}, "required": ["name", "source", "style", "pluginInfraVersion", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WiserFilterWidget", "source" : ["widget.6.js", "wiser-filter-widget/directive.6.js", "style-editor/controller.6.js"], "style" : ["wiser-filter-widget/style.scss"], "pluginInfraVersion" : 2, "version" : "0.2.1"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "style": {"type": "array", "items": {"type": "string"}}, "pluginInfraVersion": {"type": "integer"}, "version": {"type": "string"}}, "required": ["name", "source", "style", "pluginInfraVersion", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [1160.94, 456.011, 1, 1117.95, 472.065, 1, 1117.94, 453.037, 1, 1027.98, 449.949, 1, 333.342, 502.788, 0, 1113.94, 486.027, 1, 1045, 496.067, 1, 952.957, 507.038, 1, 974.998, 445.987, 1, 865.928, 445.041, 1, 790.979, 435.058, 1, 972.959, 443.015, 1, 928.015, 359.107, 1, 855.931, 429.048, 1, 1166.97, 446.982, 1, 1168.97, 459.98, 1, 1152.95, 447.002, 1, 1158.91, 491.046, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"no_of_atoms" : 216, "centre_of_mass" : [13.805383949567585, 17.366509875523224, 6.663998504032691], "maximum_diameter" : {"diameter" : 26.343118279725406, "atom_1" : 111, "atom_2" : 176}, "pore_diameter" : {"diameter" : 1.932095581167537, "atom" : 146}, "pore_volume" : 3.776456130587035, "pore_diameter_opt" : {"diameter" : 3.4416440052444073, "atom_1" : 49, "centre_of_mass" : [14.771431740151353, 16.93408063404624, 5.697950713448922]}, "pore_volume_opt" : 21.34501480458751, "windows" : {"diameters" : [3.4441404755349496, 3.724996445702963, 3.5883491531101304], "centre_of_mass" : [[16.369733361745713, 17.395453909697792, 7.885129639344245], [8.767722712192505, 17.292400821653906, 2.943295346772993], [12.959256194844317, 16.80801405559998, 4.649310735905261]]}} | json_instruct | {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "20fc65f4-72e2-4bf0-81a5-fcd6ee13e326", "playerTags" : [], "teamTags" : ["f02aeae2-5e6a-4098-9842-02d2273f25c7", "b63be8c2-576a-4d6e-8daf-814f8bcea96f"], "gameTags" : ["19844ac0-40f2-42a0-888d-1228ba8558e9"], "metadata" : {"play" : 271, "subPlay" : -1}, "created" : "2021-03-03T20:23:29.465Z", "season" : 11, "tournament" : -1, "type" : 30, "day" : 51, "phase" : 4, "category" : 2, "description" : "The Sunbeams collect 10!\nThe Black Hole swallows the Runs and a Dale Win.", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Place bacon in a large, deep skillet. Cook over medium high heat until evenly brown. Drain, crumble and set aside.", "Meanwhile, bring a large pot of lightly salted water to a boil. Add asparagus and cook until tender, about 1 minute. Strain asparagus out of water and immediately plunge into a bowl filled with ice water; let sit in ice water until completely cold, then cut into 1 inch pieces. Next, add pasta to boiling water and cook for 8 to 10 minutes or until al dente; drain, rinse with cold water until chilled, then drain well.", "Stir together mayonnaise, balsamic vinaigrette, lemon juice, and Worcestershire sauce in a large bowl. Fold in artichoke, chicken, cranberries, almonds, crumbled bacon, and asparagus. Season to taste with salt and pepper, then fold in cooked pasta. Refrigerate for at least 1 hour before serving."], "ingredients" : ["6 slices bacon", "10 asparagus spears, ends trimmed", "1/2 (16 ounce) package rotini, elbow, or penne pasta", "3 tablespoons low fat mayonnaise", "3 tablespoons balsamic vinaigrette salad dressing", "2 teaspoons lemon juice", "1 teaspoon Worcestershire sauce", "1 (6 ounce) jar marinated artichoke hearts, drained and coarsely chopped", "1 cooked chicken breast, cubed", "1/4 cup dried cranberries", "1/4 cup toasted sliced almonds", "salt and pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Asparagus and Artichoke Pasta Salad", "url" : "http://allrecipes.com/recipe/139039/asparagus-and-artichoke-pasta-salad/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [841.472, 229.913, 1, 839.764, 260.042, 1, 814.088, 261.211, 1, 804.911, 299.159, 1, 827.195, 342.592, 1, 864.654, 258.174, 1, 894.824, 299.244, 1, 862.322, 333.59, 1, 823.447, 347.209, 1, 814.499, 406.363, 1, 790.211, 461.175, 1, 855.002, 351.957, 1, 896.749, 396.859, 1, 876.781, 450.691, 1, 839.004, 222.857, 1, 845.077, 222.168, 1, 826.363, 234.247, 1, 855.099, 226.945, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/tconstruct_nahuatl_wavy"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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.