input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "bron-yr-aur-brewing", "name" : "Bron Yr Aur Brewing", "brewery_type" : "micro", "street" : "12160 US Highway 12", "city" : "Naches", "state" : "Washington", "postal_code" : "98937-9222", "website_url" : "", "phone" : "5096531109", "created_at" : "2018-07-24 01:34:28.64783", "updated_at" : "2018-08-11 21:40:13.183117", "country" : "United States", "longitude" : "", "latitude" : "", "tags" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.84": {"type": "integer"}, "0.98": {"type": "integer"}, "0.91": {"type": "integer"}, "0.6": {"type": "integer"}, "0.95": {"type": "integer"}, "0.85": {"type": "integer"}, "0.77": {"type": "integer"}, "0.74": {"type": "integer"}, "0.64": {"type": "integer"}, "0.05": {"type": "integer"}, "0.02": {"type": "integer"}}, "required": ["0.84", "0.98", "0.91", "0.6", "0.95", "0.85", "0.77", "0.74", "0.64", "0.05", "0.02"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 5, "hour neutral count" : 5, "hour negative count" : 2, "hour distri" : {"0.84" : 1, "0.98" : 2, "0.91" : 1, "0.6" : 1, "0.95" : 1, "0.85" : 1, "0.77" : 1, "0.74" : 1, "0.64" : 1, "0.05" : 1, "0.02" : 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.84": {"type": "integer"}, "0.98": {"type": "integer"}, "0.91": {"type": "integer"}, "0.6": {"type": "integer"}, "0.95": {"type": "integer"}, "0.85": {"type": "integer"}, "0.77": {"type": "integer"}, "0.74": {"type": "integer"}, "0.64": {"type": "integer"}, "0.05": {"type": "integer"}, "0.02": {"type": "integer"}}, "required": ["0.84", "0.98", "0.91", "0.6", "0.95", "0.85", "0.77", "0.74", "0.64", "0.05", "0.02"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [1.0, 0.0, 0.0, 2.0, 1.0, 1.0, 1.0, 4.0, 1.0, 0.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["632323202200", "\u7fa4\u65d7\u6751\u6751\u59d4\u4f1a", "220", "0"], ["632323202201", "\u65d7\u9f99\u6751\u6751\u59d4\u4f1a", "220", "0"], ["632323202202", "\u5fb7\u5408\u9f99\u6751\u6751\u59d4\u4f1a", "210", "0"], ["632323202203", "\u53f6\u91d1\u6728\u6751\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "lint"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["jest", "tslint", "typescript"]}}, "required": ["name", "version", "description", "author", "license", "homepage", "repository", "bugs", "keywords", "main", "types", "directories", "files", "publishConfig", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "data-mapping", "version" : "1.0.3", "description" : "Mapping the response to the defined data type.", "author" : "Jout V Hu (Giao Ho)", "license" : "MIT", "homepage" : "https://github.com/joutvhu/data-mapping#readme", "repository" : {"type" : "git", "url" : "https://github.com/joutvhu/data-mapping.git"}, "bugs" : {"url" : "https://github.com/joutvhu/data-mapping/issues"}, "keywords" : ["data-mapping", "data", "mapping", "mapper"], "main" : "lib/index.js", "types" : "./lib/index.d.ts", "directories" : {"lib" : "lib"}, "files" : ["lib", "README.md", "LICENSE"], "publishConfig" : {"access" : "public"}, "scripts" : {"build" : "tsc --project tsconfig.json", "lint" : "tslint --project tsconfig.json"}, "devDependencies" : {"jest" : "^24.8.0", "tslint" : "^5.18.0", "typescript" : "^3.5.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "types": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "files": {"type": "array", "items": {"type": "string"}}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "lint"]}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["jest", "tslint", "typescript"]}}, "required": ["name", "version", "description", "author", "license", "homepage", "repository", "bugs", "keywords", "main", "types", "directories", "files", "publishConfig", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "post-commit": {"type": "string"}}, "required": ["pre-commit", "post-commit"]}}, "required": ["hooks"]}, "dependencies": {"type": "object", "properties": {"adbkit": {"type": "string"}, "extract-zip": {"type": "string"}, "md5": {"type": "string"}, "opn": {"type": "string"}, "request": {"type": "string"}, "request-progress": {"type": "string"}, "semver": {"type": "string"}, "targz": {"type": "string"}}, "required": ["adbkit", "extract-zip", "md5", "opn", "request", "request-progress", "semver", "targz"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-rebuild": {"type": "string"}, "husky": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}}, "required": ["electron", "electron-rebuild", "husky", "prettier", "pretty-quick"]}}, "required": ["name", "version", "description", "repository", "license", "author", "main", "scripts", "husky", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SideQuest", "version" : "0.3.1", "description" : "A open app store for mobile android based VR devices such as the Levovo Mirage, Oculus Go, Oculus Quest, Vive Focus.", "repository" : "https://github.com/the-expanse/SideQuest.git", "license" : "MIT", "author" : "Shane Harris", "main" : "app.js", "scripts" : {"start" : "electron ."}, "husky" : {"hooks" : {"pre-commit" : "pretty-quick --staged", "post-commit" : "git update-index -g"}}, "dependencies" : {"adbkit" : "^2.11.1", "extract-zip" : "^1.6.7", "md5" : "^2.2.1", "opn" : "^6.0.0", "request" : "^2.88.0", "request-progress" : "^3.0.0", "semver" : "^6.0.0", "targz" : "^1.0.1"}, "devDependencies" : {"electron" : "^4.1.4", "electron-rebuild" : "^1.8.4", "husky" : "^2.3.0", "prettier" : "1.17.1", "pretty-quick" : "^1.11.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "husky": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "post-commit": {"type": "string"}}, "required": ["pre-commit", "post-commit"]}}, "required": ["hooks"]}, "dependencies": {"type": "object", "properties": {"adbkit": {"type": "string"}, "extract-zip": {"type": "string"}, "md5": {"type": "string"}, "opn": {"type": "string"}, "request": {"type": "string"}, "request-progress": {"type": "string"}, "semver": {"type": "string"}, "targz": {"type": "string"}}, "required": ["adbkit", "extract-zip", "md5", "opn", "request", "request-progress", "semver", "targz"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-rebuild": {"type": "string"}, "husky": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}}, "required": ["electron", "electron-rebuild", "husky", "prettier", "pretty-quick"]}}, "required": ["name", "version", "description", "repository", "license", "author", "main", "scripts", "husky", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "540526100001", "text" : "\u5f53\u8bb8\u5c45\u59d4\u4f1a"}, {"id" : "540526100201", "text" : "\u96ea\u70ed\u6751\u59d4\u4f1a"}, {"id" : "540526100202", "text" : "\u7389\u7f8e\u6751\u59d4\u4f1a"}, {"id" : "540526100203", "text" : "\u6ce2\u560e\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"exam": {"type": "string"}, "year": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "content": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}, "resolutions": {"type": "array", "items": {}}, "alternatives": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "notebook": {"type": "string"}, "number": {"type": "integer"}, "correct": {"type": "integer"}}, "required": ["exam", "year", "tags", "content", "resolutions", "alternatives", "notebook", "number", "correct"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exam" : "ENEM", "year" : 2018, "tags" : ["geometria-analitica"], "content" : [{"type" : "text", "data" : "Um jogo pedag\u00f3gico utiliza-se de uma interface alg\u00e9brico-geom\u00e9trica do seguinte modo: os alunos devem eliminar os pontos do plano cartesiano dando \"tiros\", seguindo trajet\u00f3rias que devem passar pelos pontos escolhidos. Para dar os tiros, o aluno deve escrever em uma janela do programa a equa\u00e7\u00e3o cartesiana de uma reta ou de uma circunfer\u00eancia que passa pelos pontos e pela origem do sistema de coordenadas. Se o tiro for dado por meio da equa\u00e7\u00e3o da circunfer\u00eancia, cada ponto diferente da origem que for atingido vale 2 pontos. Se o tiro for dado por meio da equa\u00e7\u00e3o de uma reta, cada ponto diferente da origem que for atingido vale 1 ponto. Em uma situa\u00e7\u00e3o de jogo, ainda restam os seguintes pontos para serem eliminados: \\(A(0; 4)\\), \\(B(4; 4)\\), \\(C(4; 0)\\), \\(D(2; 2)\\) e \\(E(0; 2)\\)."}, {"type" : "image", "pathType" : "relative", "data" : "assets/enem2018/matematica/grafico-tiros.png"}, {"type" : "text", "data" : "Passando pelo ponto \\(A\\), qual equa\u00e7\u00e3o forneceria a maior pontua\u00e7\u00e3o?"}], "resolutions" : [], "alternatives" : [[{"type" : "text", "data" : "\\( x = 0 \\)."}], [{"type" : "text", "data" : "\\( y = 0 \\)."}], [{"type" : "text", "data" : "\\( x^2+y^2=16 \\)."}], [{"type" : "text", "data" : "\\( x^2 + (y-2)^2=4 \\)."}], [{"type" : "text", "data" : "\\( (x-2)^2+(y-2)^2=8 \\)."}]], "notebook" : "Amarelo", "number" : 166, "correct" : 4} | json_instruct | {"type": "object", "properties": {"exam": {"type": "string"}, "year": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "content": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}, "resolutions": {"type": "array", "items": {}}, "alternatives": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "notebook": {"type": "string"}, "number": {"type": "integer"}, "correct": {"type": "integer"}}, "required": ["exam", "year", "tags", "content", "resolutions", "alternatives", "notebook", "number", "correct"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1649450258955, "username" : "Noice_Bruh666", "scores" : [{"xp" : 244, "rank" : 500, "cardId" : 633}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "220681105200", "text" : "\u56db\u9053\u6c9f\u6751"}, {"id" : "220681105201", "text" : "\u70df\u7b52\u6c9f\u6751"}, {"id" : "220681105202", "text" : "\u4e09\u5408\u57ce\u6751"}, {"id" : "220681105203", "text" : "\u53cc\u9876\u5c71\u6751"}, {"id" : "220681105204", "text" : "\u5c97\u5934\u6751"}, {"id" : "220681105205", "text" : "\u5761\u53e3\u6751"}, {"id" : "220681105206", "text" : "\u4e1c\u5317\u5c94\u6751"}, {"id" : "220681105207", "text" : "\u5434\u5bb6\u8425\u6751"}, {"id" : "220681105208", "text" : "\u5143\u5b9d\u9876\u5b50\u6751"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}}, "required": ["axios", "cors", "express", "express-graphql", "graphql"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mini-netflix-bd", "version" : "1.0.0", "description" : "Mini-netflix backend application ,a practice exercise as part of africa google scholaship", "main" : "index.js", "scripts" : {"start" : "node src/index.js", "test" : "jest"}, "keywords" : ["mini", "netflix"], "author" : "Nhlakanipho Nkosi", "license" : "MIT", "dependencies" : {"axios" : "^0.19.0", "cors" : "^2.8.5", "express" : "^4.17.1", "express-graphql" : "^0.9.0", "graphql" : "^14.5.8"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "express-graphql": {"type": "string"}, "graphql": {"type": "string"}}, "required": ["axios", "cors", "express", "express-graphql", "graphql"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chngpersonaltrainin_34148", "displayName" : "chngpersonaltrainin_34148"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "google-auth-library": {"type": "string"}, "googleapis": {"type": "string"}, "hbs": {"type": "string"}, "moment-timezone": {"type": "string"}, "numeral": {"type": "string"}, "phpass": {"type": "string"}, "request": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["body-parser", "express", "fs-extra", "google-auth-library", "googleapis", "hbs", "moment-timezone", "numeral", "phpass", "request", "socket.io", "socket.io-client"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "contributors", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "byatc-monarchy", "version" : "0.5.0", "description" : "Best Yielding Auction Tool Created - Bosses", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "repository" : "https://github.com/PotOfCoffee2Go/byatc.git", "author" : "PotOfCoffee2Go", "contributors" : [{"name" : "Jim Kauffman"}, {"name" : "Yisheng", "url" : "https://github.com/Yishengtang"}], "license" : "MIT", "dependencies" : {"body-parser" : "^1.17.1", "express" : "^4.15.2", "fs-extra" : "^2.1.2", "google-auth-library" : "^0.10.0", "googleapis" : "^18.0.0", "hbs" : "^4.0.1", "moment-timezone" : "^0.5.11", "numeral" : "^2.0.6", "phpass" : "^0.1.1", "request" : "^2.81.0", "socket.io" : "^1.4.6", "socket.io-client" : "^1.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "google-auth-library": {"type": "string"}, "googleapis": {"type": "string"}, "hbs": {"type": "string"}, "moment-timezone": {"type": "string"}, "numeral": {"type": "string"}, "phpass": {"type": "string"}, "request": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["body-parser", "express", "fs-extra", "google-auth-library", "googleapis", "hbs", "moment-timezone", "numeral", "phpass", "request", "socket.io", "socket.io-client"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "contributors", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-120.435903, 34.945897], [-120.435791, 34.953203], [-120.41718, 34.953048], [-120.417581, 34.945724], [-120.435903, 34.945897]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6765}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "The notorious <a href=\"https://www.politico.com/news/2020/07/29/louis-gohmert-who-refused-to-wear-a-mask-tests-positive-for-coronavirus-386076\">Louis Gohmert</a> has coronavirus. Yesterday I <a href=\"http://scripting.com/2020/07/28.html#a002221\">promised</a> to post some good news here. I'm a man of my word. ", "created" : "Wed, 29 Jul 2020 14:14:57 GMT", "type" : "outline"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"fixed_field": {"type": "string"}}, "required": ["fixed_field"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fixed_field" : "AAAA"} | json_instruct | {"type": "object", "properties": {"fixed_field": {"type": "string"}}, "required": ["fixed_field"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-material.css" : "sha256-pfvZ4Yv2JalWcomGCylmR3/rR2iPX6lGaC6uhokocVo=", "angular-material.js" : "sha256-SKuH+P1h6rePOX3nUJtwPXMsWszMle5jMX3KKa8VX0U=", "angular-material.min.css" : "sha256-jbKCgcSuA5DubvfBh4X2xRC4G9CKVWUTf70Z+R6SW3k=", "angular-material.min.js" : "sha256-We191zNCCLDp6XbSKAqm+O/kA9wW2L2OuQOgDbexbf4="} | json_instruct | {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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-j7j7-g4ww-pxg5", "modified" : "2022-05-13T01:49:40Z", "published" : "2022-05-13T01:49:40Z", "aliases" : ["CVE-2018-1287"], "details" : "In Apache JMeter 2.X and 3.X, when using Distributed Test only (RMI based), jmeter server binds RMI Registry to wildcard host. This could allow an attacker to get Access to JMeterEngine and send unauthorized code.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-1287"}, {"type" : "WEB", "url" : "https://lists.apache.org/thread.html/31e0adbeca9d865ff74d0906b2248a41a1457cb54c1afbe5947df58b@%3Cissues.jmeter.apache.org%3E"}, {"type" : "WEB", "url" : "http://mail-archives.apache.org/mod_mbox/www-announce/201802.mbox/%3CCAH9fUpYsFx1%2Brwz1A%3Dmc7wAgbDHARyj1VrWNg41y9OySuL1mqw%40mail.gmail.com%3E"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/103068"}], "database_specific" : {"cwe_ids" : [], "severity" : "CRITICAL", "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shortcuts" : ["chain"], "name" : "Chain", "url" : "https://chain.com/", "id" : "chain"} | json_instruct | {"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Gem. Hauptschule der Stadt Sankt Augustin Schulzentrum Niederpleis", "id" : "NRW-142025", "address" : "Alte Marktstr. 7, 53757 Sankt Augustin", "school_type" : "Hauptschule", "fax" : "02241 399398", "phone" : "02241 399333", "website" : " http://www.ghs-niederpleis.de", "email" : " 142025@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : true, "lon" : 7.211881, "lat" : 50.778086} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["510129104001", "\u89c2\u53e3\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["510129104003", "\u80dc\u5229\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["510129104004", "\u524d\u8fdb\u793e\u533a\u5c45\u59d4\u4f1a", "122", "0"], ["510129104005", "\u4e09\u4eea\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["510129104201", "\u5b81\u6c5f\u6751\u59d4\u4f1a", "220", "0"], ["510129104204", "\u738b\u5c97\u6751\u59d4\u4f1a", "122", "0"], ["510129104205", "\u76d0\u4e95\u6751\u59d4\u4f1a", "220", "0"], ["510129104208", "\u6c11\u96c6\u6751\u59d4\u4f1a", "220", "0"], ["510129104210", "\u4e49\u548c\u6751\u59d4\u4f1a", "220", "0"], ["510129104213", "\u9f99\u6cc9\u6751\u59d4\u4f1a", "220", "0"], ["510129104215", "\u4e39\u51e4\u6751\u59d4\u4f1a", "220", "0"], ["510129104216", "\u671d\u9633\u6751\u59d4\u4f1a", "220", "0"], ["510129104224", "\u9e64\u5e86\u6751\u59d4\u4f1a", "122", "0"], ["510129104225", "\u53cc\u5eca\u6751\u59d4\u4f1a", "220", "0"], ["510129104226", "\u592c\u77f3\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"confirmed" : "13706", "deaths" : "192", "recovered" : "11979"} | json_instruct | {"type": "object", "properties": {"confirmed": {"type": "string"}, "deaths": {"type": "string"}, "recovered": {"type": "string"}}, "required": ["confirmed", "deaths", "recovered"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "buildOptions": {"type": "object", "properties": {"debugType": {"type": "string"}}, "required": ["debugType"]}, "dependencies": {"type": "object", "properties": {"NETStandard.Library": {"type": "string"}, "Newtonsoft.Json": {"type": "string"}, "Orders.Core": {"type": "string"}, "Ornament.WebSockets": {"type": "string"}}, "required": ["NETStandard.Library", "Newtonsoft.Json", "Orders.Core", "Ornament.WebSockets"]}, "frameworks": {"type": "object", "properties": {"netstandard1.6": {"type": "object", "properties": {"imports": {"type": "string"}}, "required": ["imports"]}}, "required": ["netstandard1.6"]}}, "required": ["version", "buildOptions", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.0.0-*", "buildOptions" : {"debugType" : "portable"}, "dependencies" : {"NETStandard.Library" : "1.6.1", "Newtonsoft.Json" : "9.0.1", "Orders.Core" : "1.0.0-*", "Ornament.WebSockets" : "1.3.7"}, "frameworks" : {"netstandard1.6" : {"imports" : "dnxcore50"}}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "buildOptions": {"type": "object", "properties": {"debugType": {"type": "string"}}, "required": ["debugType"]}, "dependencies": {"type": "object", "properties": {"NETStandard.Library": {"type": "string"}, "Newtonsoft.Json": {"type": "string"}, "Orders.Core": {"type": "string"}, "Ornament.WebSockets": {"type": "string"}}, "required": ["NETStandard.Library", "Newtonsoft.Json", "Orders.Core", "Ornament.WebSockets"]}, "frameworks": {"type": "object", "properties": {"netstandard1.6": {"type": "object", "properties": {"imports": {"type": "string"}}, "required": ["imports"]}}, "required": ["netstandard1.6"]}}, "required": ["version", "buildOptions", "dependencies", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "6dad.com", "title" : "", "type" : "", "license" : "\u7ca4ICP\u590713052116\u53f7-1", "name" : "\u6df1\u5733\u5e02\u516d\u5ea6\u6e38\u8baf\u7f51\u7edc\u79d1\u6280\u6709\u9650\u516c\u53f8", "homepage" : "www.6dad.com", "audit" : "\u672a\u77e5", "director" : "", "pre-approval" : "", "updated" : 1477479349} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "\u5c0f\u5929\u5a31\u4e50\u751c\u7f8e\u9ed1\u88d9\u59b9\u5c0f\u5929\u64cd\u5b8c\u8d75\u603b\u64cd\uff0c\u820c\u543b\u8214\u903c69\u59ff\u52bf\u53e3\u4ea4\uff0c\u4fa7\u5165\u62bd\u63d2\u4e0a\u4f4d\u9a91\u4e58\uff0c\u7fd8\u5c41\u80a1\u540e\u5165\u731b\u70c8\u649e\u51fb", "size" : 209586114, "link" : "https://streamtape.com/e/WQ6jVm0rejfbJ99", "created_at" : "2022\u5e7403\u670814\u65e5 06:16:55", "downloads" : 0, "linkid" : "WQ6jVm0rejfbJ99", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "\u5c0f\u5929\u5a31\u4e50\u751c\u7f8e\u9ed1\u88d9\u59b9\u5c0f\u5929\u64cd\u5b8c\u8d75\u603b\u64cd\uff0c\u820c\u543b\u8214\u903c69\u59ff\u52bf\u53e3\u4ea4\uff0c\u4fa7\u5165\u62bd\u63d2\u4e0a\u4f4d\u9a91\u4e58\uff0c\u7fd8\u5c41\u80a1\u540e\u5165\u731b\u70c8\u649e\u51fb", "thumbUrl" : "https://thumb.tapecontent.net/thumb/WQ6jVm0rejfbJ99/VPgq2Gavm2hKRZQ.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "from G2681 (\u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03ae\u03bd\u03c9\u03c3\u03b9\u03c2);", "kjv_def" : "nest", "lemma" : "\u03ba\u03b1\u03c4\u03b1\u03c3\u03ba\u03ae\u03bd\u03c9\u03c3\u03b9\u03c2", "frequency" : 2, "strongs_def" : " an encamping, i.e. (figuratively) a perch", "outline" : "<ol><li> the pitching of tents, encamping</li><li> place of tarrying, encampment, abode<ol><li> of the nest of birds</li></ol></li></ol>"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["jquery.payment"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"defines": {"type": "array", "items": {"type": "string"}}, "includePath": {"type": "array", "items": {"type": "string"}}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}, "intelliSenseMode": {"type": "string"}}, "required": ["defines", "includePath", "cStandard", "cppStandard", "intelliSenseMode"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configurations" : [{"defines" : ["_DEBUG", "UNICODE", "_UNICODE", "VERSION=\"1.0.0\"", "ID=\"modloader\"", "__aarch64__"], "includePath" : ["${workspaceFolder}/**", "c:/android-ndk-r22/**", "./shared", "./extern"], "cStandard" : "c11", "cppStandard" : "c++20", "intelliSenseMode" : "gcc-x64"}], "version" : 4} | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"defines": {"type": "array", "items": {"type": "string"}}, "includePath": {"type": "array", "items": {"type": "string"}}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}, "intelliSenseMode": {"type": "string"}}, "required": ["defines", "includePath", "cStandard", "cppStandard", "intelliSenseMode"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"allover_reg": {"type": "object", "properties": {"driver": {"type": "string"}, "host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "prefix": {"type": "string"}, "path": {"type": "string"}}, "required": ["driver", "host", "username", "password", "prefix", "path"]}}, "required": ["allover_reg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"allover_reg" : {"driver" : "mysql", "host" : "127.0.0.1", "username" : "root", "password" : "", "prefix" : "", "path" : ""}} | json_instruct | {"type": "object", "properties": {"allover_reg": {"type": "object", "properties": {"driver": {"type": "string"}, "host": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "prefix": {"type": "string"}, "path": {"type": "string"}}, "required": ["driver", "host", "username", "password", "prefix", "path"]}}, "required": ["allover_reg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commands" : ["take red chest", "take up red chest", "take chest", "take up chest"], "response_type" : "display", "response" : "You can't take the Red Chest. It's too heavy."} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xd03d7e18e9f65c4e03b50cba3bfeb545fd7656ab", "tool" : "manticore", "start" : 1564141459.7688477, "end" : 1564143261.8690326, "duration" : 1802.10018491745, "analysis" : [[], [], [], [], []]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "tree": {"type": "object", "properties": {"$className": {"type": "string"}, "$ignoreUnknownInstances": {"type": "boolean"}, "ReplicatedStorage": {"type": "object", "properties": {"$className": {"type": "string"}, "$ignoreUnknownInstances": {"type": "boolean"}, "BasicState": {"type": "object", "properties": {"$path": {"type": "string"}}, "required": ["$path"]}}, "required": ["$className", "$ignoreUnknownInstances", "BasicState"]}}, "required": ["$className", "$ignoreUnknownInstances", "ReplicatedStorage"]}}, "required": ["name", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "basicstate-serve", "tree" : {"$className" : "DataModel", "$ignoreUnknownInstances" : true, "ReplicatedStorage" : {"$className" : "ReplicatedStorage", "$ignoreUnknownInstances" : true, "BasicState" : {"$path" : "default.project.json"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tree": {"type": "object", "properties": {"$className": {"type": "string"}, "$ignoreUnknownInstances": {"type": "boolean"}, "ReplicatedStorage": {"type": "object", "properties": {"$className": {"type": "string"}, "$ignoreUnknownInstances": {"type": "boolean"}, "BasicState": {"type": "object", "properties": {"$path": {"type": "string"}}, "required": ["$path"]}}, "required": ["$className", "$ignoreUnknownInstances", "BasicState"]}}, "required": ["$className", "$ignoreUnknownInstances", "ReplicatedStorage"]}}, "required": ["name", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "ques": {"type": "string"}, "answers": {"type": "array", "items": {"type": "object", "properties": {"ansID": {"type": "integer"}, "ans": {"type": "string"}}, "required": ["ansID", "ans"]}}}, "required": ["id", "url", "title", "ques", "answers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1003, "url" : "www.dofactory.com/topic/1003/sorting-numeric-text.aspx", "title" : "Sorting Numeric Text", "ques" : "I have found this useful for when I need to sort names that begin with numbers.\r\n\r\n\r\nvar myList = new List<string>();\r\nmyList.Add('10 Kings');\r\nmyList.Add('1 Queens');\r\nmyList.Add('524 3rd');\r\nmyList = myList.OrderBy(x=>x.NumAlpha()).Tolist();\r\n\r\n\r\npublic static string NumAlpha(this string s) \r\n{ \r\n if (s.IsNull()) return string.Empty;\r\n string s2 = Regex.Replace(s.ToString(), @'^[0-9]+', ''); \r\n if (s2.Length != s.Length) \r\n s = s.Substring(0, s.Length - s2.Length).PadLeft(10, '0'[0]) + s2; \r\n \r\n return s; \r\n}\r\n\r\n ", "answers" : [{"ansID" : 1019, "ans" : "public static readonly Regex regex = new Regex(@ '^(?<numbers>d+)(?<residue>.+)$ '); \r\n\r\npublic static string NumAlpha(this string s) \r\n{ \r\n if (s == null) return null;\r\n var match = regex.Match(s); \r\n if (match.Success) \r\n return string.Format( '{0,10}{1} ', match.Groups[ 'numbers '], match.Groups[ 'residue ']); \r\n return s; \r\n} \r\n\r\n "}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "title": {"type": "string"}, "ques": {"type": "string"}, "answers": {"type": "array", "items": {"type": "object", "properties": {"ansID": {"type": "integer"}, "ans": {"type": "string"}}, "required": ["ansID", "ans"]}}}, "required": ["id", "url", "title", "ques", "answers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : [943724466662475464, 963575246553643754, 956373335726457536, 941264765667561557, 932554627476182364, 945555277621335662, 963878742433175465, 981668525655748848, 984786878533861274, 975816325147347368]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "integer"}}}, "required": ["value"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "watchify": {"type": "string"}, "concurrently": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "better-npm-run": {"type": "string"}, "nodemon": {"type": "string"}, "uglify-js": {"type": "string"}, "body-parser": {"type": "string"}}, "required": ["browserify", "watchify", "concurrently", "ejs", "express", "better-npm-run", "nodemon", "uglify-js", "body-parser"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "prod", "watch", "build"]}, "betterScripts": {"type": "object", "properties": {"dev": {"type": "object", "properties": {"command": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["command", "env"]}, "prod": {"type": "object", "properties": {"command": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["command", "env"]}}, "required": ["dev", "prod"]}}, "required": ["name", "version", "author", "description", "devDependencies", "scripts", "betterScripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WebVRStarter", "version" : "0.0.1", "author" : "Thomas Balouet", "description" : "A boilerplate to start experiencing in WebVR", "devDependencies" : {"browserify" : "*", "watchify" : "latest", "concurrently" : "^3.1.0", "ejs" : "^2.4.2", "express" : "^4.14.0", "better-npm-run" : "~0.0.1", "nodemon" : "^1.9.2", "uglify-js" : "^2.6.1", "body-parser" : "*"}, "scripts" : {"dev" : "concurrently \"better-npm-run dev\" \"watchify js/app/main.js -o public/main_dev.js -v\" ", "prod" : "better-npm-run prod", "watch" : "watchify js/app/main.js -o public/main_dev.js -v", "build" : "browserify js/app/main.js -o public/main_dev.js -v && browserify js/app/main.js | uglifyjs -cm > public/main_prod.js"}, "betterScripts" : {"dev" : {"command" : "nodemon server.js", "env" : {"NODE_ENV" : "dev"}}, "prod" : {"command" : "node server.js", "env" : {"NODE_ENV" : "prod"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "watchify": {"type": "string"}, "concurrently": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "better-npm-run": {"type": "string"}, "nodemon": {"type": "string"}, "uglify-js": {"type": "string"}, "body-parser": {"type": "string"}}, "required": ["browserify", "watchify", "concurrently", "ejs", "express", "better-npm-run", "nodemon", "uglify-js", "body-parser"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "prod", "watch", "build"]}, "betterScripts": {"type": "object", "properties": {"dev": {"type": "object", "properties": {"command": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["command", "env"]}, "prod": {"type": "object", "properties": {"command": {"type": "string"}, "env": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["command", "env"]}}, "required": ["dev", "prod"]}}, "required": ["name", "version", "author", "description", "devDependencies", "scripts", "betterScripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "placeholder": {"type": "string"}, "wait_seconds": {"type": "integer"}}, "required": ["id", "title", "author", "version", "placeholder", "wait_seconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "Manganelo", "title" : "Manganelo", "author" : "TheBritishAccent - thebritaccent@gmail.com", "version" : "v1.0", "placeholder" : "Search Manganelo", "wait_seconds" : 3} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "placeholder": {"type": "string"}, "wait_seconds": {"type": "integer"}}, "required": ["id", "title", "author", "version", "placeholder", "wait_seconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}, "particle": {"type": "string"}}, "required": ["all", "particle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "block/base/block_real", "textures" : {"all" : "buildersbasics:block/purple_terracotta_bricks", "particle" : "buildersbasics:block/purple_terracotta_bricks"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}, "particle": {"type": "string"}}, "required": ["all", "particle"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 5374, "hash" : 1180111450, "artDyeHash" : 1180111450, "redacted" : false, "dyeManifestHash" : 3514078298, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"v.min.js": {"type": "string"}}, "required": ["v.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"v.min.js" : "sha512-upVbfiOE1rV6/Iv09ljJUR/4QtQaL2siyBD2fHFg00SE9ELPSxI6oTtsisYD3E5E6H3/IimmE55MNHoSEvaKUw=="} | json_instruct | {"type": "object", "properties": {"v.min.js": {"type": "string"}}, "required": ["v.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"social": {"type": "array", "items": {"type": "object", "properties": {"network": {"type": "string"}, "href": {"type": "string"}}, "required": ["network", "href"]}}}, "required": ["social"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"social" : [{"network" : "linkedin", "href" : "https://www.linkedin.com/in/anoopjhaa/"}, {"network" : "github", "href" : "https://github.com/anoopjhaa"}, {"network" : "email", "href" : "mailto:godofanoop@gmail.com"}]} | json_instruct | {"type": "object", "properties": {"social": {"type": "array", "items": {"type": "object", "properties": {"network": {"type": "string"}, "href": {"type": "string"}}, "required": ["network", "href"]}}}, "required": ["social"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "ganache-cli": {"type": "string"}, "mocha": {"type": "string"}, "require-nocache": {"type": "string"}, "solc": {"type": "string"}, "temp": {"type": "string"}, "truffle-blockchain-utils": {"type": "string"}, "web3": {"type": "string"}}, "required": ["chai", "ganache-cli", "mocha", "require-nocache", "solc", "temp", "truffle-blockchain-utils", "web3"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "debug": {"type": "string"}, "fs-extra": {"type": "string"}, "lodash": {"type": "string"}, "truffle-contract": {"type": "string"}, "truffle-contract-schema": {"type": "string"}, "truffle-expect": {"type": "string"}}, "required": ["async", "debug", "fs-extra", "lodash", "truffle-contract", "truffle-contract-schema", "truffle-expect"]}}, "required": ["name", "version", "description", "author", "main", "private", "scripts", "repository", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "truffle-artifactor", "version" : "3.0.5", "description" : "A contract packager for Ethereum and Javascript", "author" : "Tim Coulter", "main" : "./index.js", "private" : false, "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/trufflesuite/truffle-artifactor.git"}, "license" : "MIT", "devDependencies" : {"chai" : "^3.4.1", "ganache-cli" : "6.1.0-beta.4", "mocha" : "^2.3.4", "require-nocache" : "^1.0.0", "solc" : "0.4.8", "temp" : "^0.8.3", "truffle-blockchain-utils" : "^0.0.4", "web3" : "^0.20.1"}, "dependencies" : {"async" : "^1.5.2", "debug" : "^3.1.0", "fs-extra" : "^1.0.0", "lodash" : "^4.11.2", "truffle-contract" : "^3.0.5", "truffle-contract-schema" : "^2.0.0", "truffle-expect" : "^0.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "ganache-cli": {"type": "string"}, "mocha": {"type": "string"}, "require-nocache": {"type": "string"}, "solc": {"type": "string"}, "temp": {"type": "string"}, "truffle-blockchain-utils": {"type": "string"}, "web3": {"type": "string"}}, "required": ["chai", "ganache-cli", "mocha", "require-nocache", "solc", "temp", "truffle-blockchain-utils", "web3"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "debug": {"type": "string"}, "fs-extra": {"type": "string"}, "lodash": {"type": "string"}, "truffle-contract": {"type": "string"}, "truffle-contract-schema": {"type": "string"}, "truffle-expect": {"type": "string"}}, "required": ["async", "debug", "fs-extra", "lodash", "truffle-contract", "truffle-contract-schema", "truffle-expect"]}}, "required": ["name", "version", "description", "author", "main", "private", "scripts", "repository", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "999920", "352010", "519061", "412010", "37201X"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"count" : 24, "N.A.//" : {"count" : 16}, "999920" : {"count" : 3}, "352010" : {"count" : 1}, "519061" : {"count" : 1}, "412010" : {"count" : 2}, "37201X" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["count", "N.A.//", "999920", "352010", "519061", "412010", "37201X"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["PreProc", "#!/usr/bin/env perl"], ["", "\n\n"], ["Statement", "use strict"], ["", ";\n"], ["Statement", "use warnings"], ["", ";\n"], ["Statement", "use "], ["", "Test::More "], ["String", "tests"], ["", " => "], ["Number", "1"], ["", ";\n\n"], ["Identifier", "%hash{"], ["String", "qw/foo bar/"], ["Identifier", "}"], ["", ";\n"], ["Identifier", "%array["], ["Number", "1"], ["", " .. "], ["Number", "5"], ["Identifier", "]"], ["", ";\n"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "live-server": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "live-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "boilerplate", "version" : "1.0.0", "description" : "", "main" : "input.js", "scripts" : {"serve" : "live-server public", "build" : "babel src/index.js --out-file public/scripts/bundle.js --presets env --watch"}, "author" : "", "license" : "ISC", "devDependencies" : {"babel-cli" : "^6.26.0", "babel-preset-env" : "^1.7.0", "live-server" : "^1.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "build": {"type": "string"}}, "required": ["serve", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-env": {"type": "string"}, "live-server": {"type": "string"}}, "required": ["babel-cli", "babel-preset-env", "live-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$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": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1968, 11], [1969, 9], [1970, 7], [1971, 14], [1972, 10], [1973, 15], [1974, 10], [1975, 8], [1976, 11], [1977, 12], [1978, 12], [1979, 14], [1980, 7], [1981, 14], [1982, 18], [1983, 22], [1984, 10], [1985, 12], [1986, 17], [1987, 20], [1988, 24], [1989, 27], [1990, 13], [1991, 17], [1992, 20], [1993, 17], [1994, 17], [1995, 17], [1996, 17], [1997, 17], [1998, 19], [1999, 14], [2000, 5], [2001, 7], [2002, 8], [2006, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "message": {"type": "string"}, "schemaVersion": {"type": "integer"}}, "required": ["color", "label", "message", "schemaVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"color" : "#dfb317", "label" : "coverage", "message" : "78%", "schemaVersion" : 1} | json_instruct | {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "message": {"type": "string"}, "schemaVersion": {"type": "integer"}}, "required": ["color", "label", "message", "schemaVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Mont-Dore", "dpt" : "Nouvelle-Cal\u00e9donie", "inscrits" : 18938, "abs" : 8065, "votants" : 10873, "blancs" : 466, "nuls" : 202, "exp" : 10205, "res" : [{"panneau" : "2", "voix" : 3417}, {"panneau" : "11", "voix" : 3285}, {"panneau" : "3", "voix" : 1194}, {"panneau" : "9", "voix" : 939}, {"panneau" : "4", "voix" : 408}, {"panneau" : "1", "voix" : 304}, {"panneau" : "10", "voix" : 284}, {"panneau" : "6", "voix" : 179}, {"panneau" : "5", "voix" : 101}, {"panneau" : "8", "voix" : 71}, {"panneau" : "7", "voix" : 23}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "magento/module-catalog": {"type": "string"}}, "required": ["php", "magento/module-catalog"]}, "type": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Mestrona\\CategoryRedirect\\": {"type": "string"}}, "required": ["Mestrona\\CategoryRedirect\\"]}}, "required": ["files", "psr-4"]}}, "required": ["name", "description", "require", "type", "license", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mestrona/magento-module-categoryredirect", "description" : "Magento 2 Module to simply customize the menu with additional URLs: Create a category, enter the redirect, done.", "require" : {"php" : "^7.0", "magento/module-catalog" : "^100.0.0 || ^101.0.0 || ^102.0.0 || ^103.0 || ^104.0"}, "type" : "magento2-module", "license" : ["OSL-3.0", "AFL-3.0"], "autoload" : {"files" : ["registration.php"], "psr-4" : {"Mestrona\\CategoryRedirect\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "magento/module-catalog": {"type": "string"}}, "required": ["php", "magento/module-catalog"]}, "type": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "psr-4": {"type": "object", "properties": {"Mestrona\\CategoryRedirect\\": {"type": "string"}}, "required": ["Mestrona\\CategoryRedirect\\"]}}, "required": ["files", "psr-4"]}}, "required": ["name", "description", "require", "type", "license", "autoload"], "$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"}, "config": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "atlaskit:src": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "atlaskit": {"type": "object", "properties": {"internal": {"type": "boolean"}, "name": {"type": "string"}, "team": {"type": "string"}}, "required": ["internal", "name", "team"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@atlaskit/analytics-next": {"type": "string"}, "styled-components": {"type": "string"}}, "required": ["@atlaskit/analytics-next", "styled-components"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "config", "description", "publishConfig", "main", "module", "types", "atlaskit:src", "repository", "atlaskit", "author", "license", "dependencies", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@atlaskit/analytics-viewer", "version" : "0.3.8", "config" : {"access" : "private"}, "description" : "Analytics viewer for the examples", "publishConfig" : {"registry" : "https://registry.npmjs.org/"}, "main" : "dist/cjs/index.js", "module" : "dist/esm/index.js", "types" : "dist/cjs/types.d.ts", "atlaskit:src" : "src/index.ts", "repository" : {"type" : "git", "url" : "https://bitbucket.org/atlassian/atlaskit-mk-2"}, "atlaskit" : {"internal" : true, "name" : "Analytics Viewers", "team" : "elements"}, "author" : "Atlassian Pty Ltd", "license" : "Apache-2.0", "dependencies" : {"@atlaskit/analytics-next" : "^6.3.1", "styled-components" : "^3.2.6"}, "peerDependencies" : {"react" : "^16.8.0"}, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "config": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "atlaskit:src": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "atlaskit": {"type": "object", "properties": {"internal": {"type": "boolean"}, "name": {"type": "string"}, "team": {"type": "string"}}, "required": ["internal", "name", "team"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@atlaskit/analytics-next": {"type": "string"}, "styled-components": {"type": "string"}}, "required": ["@atlaskit/analytics-next", "styled-components"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "config", "description", "publishConfig", "main", "module", "types", "atlaskit:src", "repository", "atlaskit", "author", "license", "dependencies", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "6172050001", "nama" : "ROBAN"}, {"id" : "6172050002", "nama" : "CONDONG"}, {"id" : "6172050003", "nama" : "SEKIP LAMA"}, {"id" : "6172050004", "nama" : "JAWA"}, {"id" : "6172050005", "nama" : "BUKIT BATU"}, {"id" : "6172050006", "nama" : "SEI WIE"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "connectionUrl": {"type": "string"}}, "required": ["type", "name", "connectionUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "MYSQL", "name" : "analytics_db", "connectionUrl" : "jdbc:mysql://localhost:3306/deliveries"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "connectionUrl": {"type": "string"}}, "required": ["type", "name", "connectionUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"core-js-bundle": {"type": "string"}, "regenerator-runtime": {"type": "string"}}, "required": ["core-js-bundle", "regenerator-runtime"]}}, "required": ["name", "description", "version", "repository", "author", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ui5-shim-babel-polyfill", "description" : "Custom UI5 project shim extension for babel polyfill dependencies", "version" : "1.0.0", "repository" : "https://github.com/pwasem/ui5-shim-babel-polyfill", "author" : "pwasem <pascal.wasem@googlemail.com>", "license" : "MIT", "private" : false, "dependencies" : {"core-js-bundle" : "^3.6.3", "regenerator-runtime" : "^0.13.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"core-js-bundle": {"type": "string"}, "regenerator-runtime": {"type": "string"}}, "required": ["core-js-bundle", "regenerator-runtime"]}}, "required": ["name", "description", "version", "repository", "author", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}}, "required": ["browserify"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"an": {"type": "string"}, "angular": {"type": "string"}, "beefy": {"type": "string"}}, "required": ["an", "angular", "beefy"]}}, "required": ["devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"browserify" : "^4.2.0"}, "scripts" : {"start" : "node_modules/.bin/beefy ./index.js:bundle.js 31337"}, "dependencies" : {"an" : "0.0.6", "angular" : "^1.2.19", "beefy" : "^2.0.2"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}}, "required": ["browserify"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"an": {"type": "string"}, "angular": {"type": "string"}, "beefy": {"type": "string"}}, "required": ["an", "angular", "beefy"]}}, "required": ["devDependencies", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"documentation-url": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "name": {"type": "string"}, "listed-building-grade": {"type": "string"}, "listed-building": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "point", "start-date", "name", "listed-building-grade", "listed-building", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.614452, 54.97348]}, "properties" : {"documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1024811", "point" : "POINT (-1.614452 54.973480)", "start-date" : "1987-03-30", "name" : "12A, NELSON STREET", "listed-building-grade" : "II", "listed-building" : "1024811", "slug" : "/listed-building/1024811", "entry-date" : "2021-05-28"}} | json_instruct | {"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": {"documentation-url": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "name": {"type": "string"}, "listed-building-grade": {"type": "string"}, "listed-building": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "point", "start-date", "name", "listed-building-grade", "listed-building", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "authors", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@design-sdk/figma-oauth-react", "description" : "Ready to use Figma oauth component for react", "authors" : "Grida.co", "version" : "0.0.0", "main" : "dist/index.js", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "authors", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id_1889": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1889"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_1889" : {"publicdate" : "2008-06-06 12:15:41", "title" : "Short Nonfiction Collection Vol. 008"}} | json_instruct | {"type": "object", "properties": {"id_1889": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1889"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 11010, "name" : "Surok's letter", "qualified_name" : "Surok's letter", "examine" : "A letter.", "members" : true, "release_date" : "2007-03-27", "quest" : true, "weight" : 0.001, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tradeable_ge" : false, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAACPElEQVR4Xu2W7UobURCGPXeSS/AW+ttS8E9LFYS2SAIl0tavqqkkpITQVJtYEw2p+E1FItVINKFULL2wKe9ZZp1MVmpxjAgZeNls9rDz5J05ZzIw0I9+3Hs46lZPozP5/NQ4ZRZeUz7zlr7kZ6i8vHDXUJ0AycQITb95Qem5BOXSE1TITtJaMUXV0qJXbTXt1w3GYlZQ0nZHYyNPKP7yKU0mxzrcQOKNSiYU7gEEOEMgR6PPhmj48aPQjffvXnk3vn6eo821LG1XP/orpEFQLqyDjMrm/EvhQGom7hPu1nJeAGEYBkk8j3Wp9GnW95KpS3vf8l4SBiAycZQrDLOUm7IHYhAJweXRMHINmhwOmwJJV6KaFiASgl1hGOw+U6B/9Yosj36W/ZD0MgRCuC5XopzRrkiZA0kY7QILMKyo74y2Poe7tnHhDMoVJX5u3tgMgl65qWRzG5fNhWcLS5cLijp/GAaNjTFjVLbAoZtIw6JUDIORY+RS0D9R0i7BHb3bGAbjBwPZwCUXnshastEBI+EYBiC48t8THiU6y39GsPWlACRh0DfcMwBAqeASABqHq1TfXfZjCIesQemCw1EfkICRIOwCxg0gzo4q1PqxTu3jKv06rdFFc4MuzzdtgPDLAKNBIHw+2i9Ss14OAX42aiFEUKIrAeaWQIhg+/OWPtgq0PH3ondBJv/d2vJX3AMMgBLCCAbh6HBniU4OVnwSBvjT3vYQ2oU7cCQqupPppNdJv8ksdKKeJO3HQ4m/z7LbayaW9v4AAAAASUVORK5CYII=", "wiki_url" : "https://oldschool.runescape.wiki/w/Surok's_letter"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "BlackPeopleTwitter", "hour" : "01", "avg" : 2186.5}, {"subreddit" : "BlackPeopleTwitter", "hour" : "02", "avg" : 1495.6355421686746}, {"subreddit" : "BlackPeopleTwitter", "hour" : "03", "avg" : 1409.4966216216217}, {"subreddit" : "BlackPeopleTwitter", "hour" : "04", "avg" : 1406.8785714285714}, {"subreddit" : "BlackPeopleTwitter", "hour" : "05", "avg" : 839.4472573839662}, {"subreddit" : "BlackPeopleTwitter", "hour" : "06", "avg" : 707.7213930348258}, {"subreddit" : "BlackPeopleTwitter", "hour" : "07", "avg" : 382.6741573033708}, {"subreddit" : "BlackPeopleTwitter", "hour" : "08", "avg" : 1337.7027027027027}, {"subreddit" : "BlackPeopleTwitter", "hour" : "09", "avg" : 976.232}, {"subreddit" : "BlackPeopleTwitter", "hour" : "10", "avg" : 1397.1206896551723}, {"subreddit" : "BlackPeopleTwitter", "hour" : "11", "avg" : 2326.0073529411766}, {"subreddit" : "BlackPeopleTwitter", "hour" : "12", "avg" : 3820.286666666667}, {"subreddit" : "BlackPeopleTwitter", "hour" : "13", "avg" : 2268.4489795918366}, {"subreddit" : "BlackPeopleTwitter", "hour" : "14", "avg" : 2659.125}, {"subreddit" : "BlackPeopleTwitter", "hour" : "15", "avg" : 2428.609571788413}, {"subreddit" : "BlackPeopleTwitter", "hour" : "16", "avg" : 2145.5303867403313}, {"subreddit" : "BlackPeopleTwitter", "hour" : "17", "avg" : 1869.8701657458564}, {"subreddit" : "BlackPeopleTwitter", "hour" : "18", "avg" : 2707.4931129476586}, {"subreddit" : "BlackPeopleTwitter", "hour" : "19", "avg" : 1413.8346883468835}, {"subreddit" : "BlackPeopleTwitter", "hour" : "20", "avg" : 2457.4402332361515}, {"subreddit" : "BlackPeopleTwitter", "hour" : "21", "avg" : 1489.9907407407406}, {"subreddit" : "BlackPeopleTwitter", "hour" : "22", "avg" : 1580.2436260623228}, {"subreddit" : "BlackPeopleTwitter", "hour" : "23", "avg" : 2203.7967741935486}] | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"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" : [[[149.5, 31.166666666666668], [149.5, 31.25], [149.625, 31.25], [149.625, 31.166666666666668], [149.5, 31.166666666666668]]]}, "properties" : {"code" : 464964, "url" : "http://madefor.github.io/0410/api/v1/464964.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/464964.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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xbc8deee89f1cf4b661514185aa1ab780336c4c4a", "tool" : "honeybadger", "start" : 1565869520.7448955, "end" : 1565869590.16342, "duration" : 69.41852450370789, "analysis" : [{"errors" : [], "file" : "/unique_chucks/1/0xbc8deee89f1cf4b661514185aa1ab780336c4c4a.sol", "name" : "BasicToken"}, {"errors" : [], "file" : "/unique_chucks/1/0xbc8deee89f1cf4b661514185aa1ab780336c4c4a.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/1/0xbc8deee89f1cf4b661514185aa1ab780336c4c4a.sol", "name" : "StandardToken"}, {"errors" : [], "file" : "/unique_chucks/1/0xbc8deee89f1cf4b661514185aa1ab780336c4c4a.sol", "name" : "TokenFactory"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}, "cloudProvider": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform", "descriptionID", "cloudProvider"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d6e10477-2e19-4bcd-b8a8-19c65b89ccdf", "queryName" : "Node Auto Upgrade Disabled", "severity" : "HIGH", "category" : "Resource Management", "descriptionText" : "Node 'auto_upgrade' should be enabled for Kubernetes Clusters", "descriptionUrl" : "https://docs.ansible.com/ansible/latest/collections/google/cloud/gcp_container_node_pool_module.html#parameter-management/auto_upgrade", "platform" : "Ansible", "descriptionID" : "4b200606", "cloudProvider" : "gcp"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "queryName": {"type": "string"}, "severity": {"type": "string"}, "category": {"type": "string"}, "descriptionText": {"type": "string"}, "descriptionUrl": {"type": "string"}, "platform": {"type": "string"}, "descriptionID": {"type": "string"}, "cloudProvider": {"type": "string"}}, "required": ["id", "queryName", "severity", "category", "descriptionText", "descriptionUrl", "platform", "descriptionID", "cloudProvider"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "android": {"type": "string"}, "ios": {"type": "string"}, "web": {"type": "string"}, "eject": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "android", "ios", "web", "eject", "postinstall"]}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-native": {"type": "string"}, "react-native-auto-image": {"type": "string"}, "react-native-web": {"type": "string"}}, "required": ["expo", "react", "react-dom", "react-native", "react-native-auto-image", "react-native-web"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-expo": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-preset-expo", "rimraf"]}, "private": {"type": "boolean"}}, "required": ["main", "scripts", "dependencies", "devDependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "node_modules/expo/AppEntry.js", "scripts" : {"start" : "expo start", "android" : "expo start --android", "ios" : "expo start --ios", "web" : "expo start --web", "eject" : "expo eject", "postinstall" : "rimraf ./node_modules/react-native-auto-image/node_modules && rimraf ./node_modules/react-native-auto-image/ExampleApp"}, "dependencies" : {"expo" : "^38.0.9", "react" : "16.13.1", "react-dom" : "^16.8.6", "react-native" : "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz", "react-native-auto-image" : "file:..", "react-native-web" : "^0.13.0"}, "devDependencies" : {"babel-preset-expo" : "^8.0.0", "rimraf" : "^3.0.2"}, "private" : true} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "android": {"type": "string"}, "ios": {"type": "string"}, "web": {"type": "string"}, "eject": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "android", "ios", "web", "eject", "postinstall"]}, "dependencies": {"type": "object", "properties": {"expo": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-native": {"type": "string"}, "react-native-auto-image": {"type": "string"}, "react-native-web": {"type": "string"}}, "required": ["expo", "react", "react-dom", "react-native", "react-native-auto-image", "react-native-web"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-expo": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-preset-expo", "rimraf"]}, "private": {"type": "boolean"}}, "required": ["main", "scripts", "dependencies", "devDependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}}, "required": ["watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}}, "required": ["browser-sync"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "brew-calculator", "version" : "1.0.0", "description" : "Coffee brewing calculator", "scripts" : {"watch" : "browser-sync start --server src --files src"}, "author" : "Kate Mih\u00e1likov\u00e1 <kate@katemihalikova.cz>", "license" : "MIT", "devDependencies" : {"browser-sync" : "^2.23.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}}, "required": ["watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}}, "required": ["browser-sync"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies"], "$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"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "EVO", "symbol" : "EVO", "type" : "TRC10", "decimals" : 0, "description" : "Token to power the DApp Evolution Ecosystem, including TronChat, TronRadar, TronCollectibles and more.", "website" : "https://dappevolution.com/", "explorer" : "https://tronscan.io/#/token/1001757", "status" : "active", "id" : "1001757", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/tron/assets/1001757/logo.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1991, "sex" : "M", "n" : 13, "prop" : 6.13e-06}, {"year" : 1992, "sex" : "M", "n" : 10, "prop" : 4.77e-06}, {"year" : 1993, "sex" : "M", "n" : 11, "prop" : 5.33e-06}, {"year" : 1994, "sex" : "M", "n" : 5, "prop" : 2.45e-06}, {"year" : 2015, "sex" : "M", "n" : 5, "prop" : 2.45e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "linkTypeKey": {"type": "string"}, "startItemTypeKey": {"type": "string"}, "endItemTypeKey": {"type": "string"}}, "required": ["name", "description", "linkTypeKey", "startItemTypeKey", "endItemTypeKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Test Link Rule", "description" : "This link rule is for testing purposes only.", "linkTypeKey" : "link_type_1", "startItemTypeKey" : "item_type_1", "endItemTypeKey" : "item_type_1"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "linkTypeKey": {"type": "string"}, "startItemTypeKey": {"type": "string"}, "endItemTypeKey": {"type": "string"}}, "required": ["name", "description", "linkTypeKey", "startItemTypeKey", "endItemTypeKey"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "string"}, "classNames": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "start", "classNames"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Anniversary - Bhattacharya", "description" : "Meenakshi Bhattacharya has 7-year work anniversary", "start" : "2019-05-12", "classNames" : ["fc-event-anniversary"]}, {"title" : "Birthday - Hoffman", "description" : "Phillis Hoffman is having a birthday", "start" : "2019-05-12", "classNames" : ["fc-event-birthday"]}, {"title" : "License: Registered Nurses - Advanced Registered Nurse Practitioner", "description" : "Meenakshi Bhattacharya is having a work anniversary", "start" : "2019-05-16", "classNames" : ["fc-event-calendar-warning"]}, {"title" : "License: Registered Nurses - Advanced Registered Nurse Practitioner", "description" : "Phillis Hoffman is having a birthday", "start" : "2019-05-16", "classNames" : ["fc-event-calendar-danger"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "string"}, "classNames": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "start", "classNames"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "210202011002", "text" : "\u957f\u5229\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011003", "text" : "\u81ea\u7531\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011004", "text" : "\u6d2a\u987a\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011006", "text" : "\u6843\u6e90\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011007", "text" : "\u9707\u6d77\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011009", "text" : "\u533b\u6821\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011011", "text" : "\u9ad8\u5c1a\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011013", "text" : "\u6ee8\u6d77\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "210202011014", "text" : "\u8230\u9662\u793e\u533a\u5c45\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "notes": {"type": "string"}}, "required": ["homepage", "description", "version", "license", "url", "hash", "shortcuts", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"homepage" : "http://www.hellofont.cn/", "description" : "HelloFont - Font tool for designers", "version" : "2.2.0.1", "license" : "Freeware", "url" : "https://hellofont.oss-cn-beijing.aliyuncs.com/Client/0/HelloFont.win.2.2.0.1.zip", "hash" : "8505d2e631900df876dd87089ea23b5d30107a37b5b8f074c2efa63e7ec6713f", "shortcuts" : [["HelloFont.exe", "HelloFont"]], "notes" : "Your HelloFont data are storaged in '%LOCALAPPDATA%\\HelloFont'."} | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "notes": {"type": "string"}}, "required": ["homepage", "description", "version", "license", "url", "hash", "shortcuts", "notes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {}}, "description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "spec": {"type": "string"}, "type": {"type": "string"}}, "required": ["dependencies", "description", "id", "name", "spec", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : [], "description" : "", "id" : "711", "name" : "Linux Kernel", "spec" : "AGL", "type" : ""} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {}}, "description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "spec": {"type": "string"}, "type": {"type": "string"}}, "required": ["dependencies", "description", "id", "name", "spec", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "defines": {"type": "array", "items": {}}, "compilerPath": {"type": "string"}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}, "intelliSenseMode": {"type": "string"}}, "required": ["name", "includePath", "defines", "compilerPath", "cStandard", "cppStandard", "intelliSenseMode"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configurations" : [{"name" : "Linux", "includePath" : ["${workspaceFolder}/**", "${workspaceFolder}/KinectFusionApp/include", "${workspaceFolder}/KinectFusionLib/include", "/usr/local/cuda-8.0/include", "/home/guoqing/libraries/opencv_320/include", "/home/guoqing/libraries/opencv_320/include/opencv", "/home/guoqing/libraries/eigen_333_cuda8/include/eigen3", "/usr/include/openni2", "/usr/include/librealsense2"], "defines" : [], "compilerPath" : "/usr/bin/gcc", "cStandard" : "c11", "cppStandard" : "c++14", "intelliSenseMode" : "clang-x64"}], "version" : 4} | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "defines": {"type": "array", "items": {}}, "compilerPath": {"type": "string"}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}, "intelliSenseMode": {"type": "string"}}, "required": ["name", "includePath", "defines", "compilerPath", "cStandard", "cppStandard", "intelliSenseMode"]}}, "version": {"type": "integer"}}, "required": ["configurations", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "QmTD8b6iobrunGCEKp7EjXRAk4meh6mJbePoCsWc3Prbxo", "title" : "Approve Multisig Txn?", "body" : "", "choices" : ["Yes", "No"], "start" : 1628545800, "end" : 1628545860, "snapshot" : "9087034", "state" : "closed", "author" : "0x31483A93c879c9DCF85899f61b521E1e5b520b69", "space" : {"id" : "nightlight.eth", "name" : "Nightlight"}, "votes" : 1, "votes_data" : [{"id" : "QmaCTCB5VKwnH3TgviSDnKkL6isdMawiTJEVYE29WvkCBW", "voter" : "0x31483A93c879c9DCF85899f61b521E1e5b520b69", "created" : 1628545809, "choice" : 1, "space" : {"id" : "nightlight.eth"}}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$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"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "C", "description" : "Language definition for C-Language"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"artist": {"type": "string"}, "cmc": {"type": "integer"}, "colorIdentity": {"type": "array", "items": {"type": "string"}}, "colors": {"type": "array", "items": {"type": "string"}}, "flavor": {"type": "string"}, "id": {"type": "string"}, "imageName": {"type": "string"}, "layout": {"type": "string"}, "manaCost": {"type": "string"}, "mciNumber": {"type": "string"}, "multiverseid": {"type": "integer"}, "name": {"type": "string"}, "power": {"type": "string"}, "rarity": {"type": "string"}, "subtypes": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "toughness": {"type": "string"}, "type": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "set": {"type": "string"}, "cost": {"type": "string"}, "colour": {"type": "string"}, "num": {"type": "string"}, "src": {"type": "string"}, "mtgenId": {"type": "string"}, "promo": {"type": "boolean"}, "includedReason": {"type": "string"}, "usableForDeckBuilding": {"type": "boolean"}}, "required": ["artist", "cmc", "colorIdentity", "colors", "flavor", "id", "imageName", "layout", "manaCost", "mciNumber", "multiverseid", "name", "power", "rarity", "subtypes", "text", "toughness", "type", "types", "title", "set", "cost", "colour", "num", "src", "mtgenId", "promo", "includedReason", "usableForDeckBuilding"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"artist" : "Dan Frazier", "cmc" : 5, "colorIdentity" : ["G"], "colors" : ["Green"], "flavor" : "Few of Rath's rivers follow a steady course, so many new channels are carved for them.", "id" : "21f1fd2788c379e83d84c91f111878d1a3b96aae", "imageName" : "dirtcowl wurm", "layout" : "normal", "manaCost" : "{4}{G}", "mciNumber" : "115", "multiverseid" : 4755, "name" : "Dirtcowl Wurm", "power" : "3", "rarity" : "r", "subtypes" : ["Wurm"], "text" : "Whenever an opponent plays a land, put a +1/+1 counter on Dirtcowl Wurm.", "toughness" : "4", "type" : "Creature", "types" : ["Creature"], "title" : "Dirtcowl Wurm", "set" : "tmp", "cost" : "{4}{G}", "colour" : "g", "num" : "4755 P", "src" : "http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=97043&type=card", "mtgenId" : "tmp|4755 P", "promo" : true, "includedReason" : "Prerelease Promo", "usableForDeckBuilding" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"artist": {"type": "string"}, "cmc": {"type": "integer"}, "colorIdentity": {"type": "array", "items": {"type": "string"}}, "colors": {"type": "array", "items": {"type": "string"}}, "flavor": {"type": "string"}, "id": {"type": "string"}, "imageName": {"type": "string"}, "layout": {"type": "string"}, "manaCost": {"type": "string"}, "mciNumber": {"type": "string"}, "multiverseid": {"type": "integer"}, "name": {"type": "string"}, "power": {"type": "string"}, "rarity": {"type": "string"}, "subtypes": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "toughness": {"type": "string"}, "type": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "set": {"type": "string"}, "cost": {"type": "string"}, "colour": {"type": "string"}, "num": {"type": "string"}, "src": {"type": "string"}, "mtgenId": {"type": "string"}, "promo": {"type": "boolean"}, "includedReason": {"type": "string"}, "usableForDeckBuilding": {"type": "boolean"}}, "required": ["artist", "cmc", "colorIdentity", "colors", "flavor", "id", "imageName", "layout", "manaCost", "mciNumber", "multiverseid", "name", "power", "rarity", "subtypes", "text", "toughness", "type", "types", "title", "set", "cost", "colour", "num", "src", "mtgenId", "promo", "includedReason", "usableForDeckBuilding"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"catalog": {"type": "array", "items": {"type": "object", "properties": {"categoryName": {"type": "string"}, "categoryId": {"type": "string"}, "itemsCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"itemId": {"type": "string"}, "itemName": {"type": "string"}, "price": {"type": "integer"}, "currency": {"type": "string"}}, "required": ["itemId", "itemName", "price", "currency"]}}}, "required": ["categoryName", "categoryId", "itemsCount", "items"]}}}, "required": ["catalog"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"catalog" : [{"categoryName" : "Watches", "categoryId" : "1", "itemsCount" : 2, "items" : [{"itemId" : "item-identifier-1", "itemName" : "Sports Watch", "price" : 150, "currency" : "EUR"}, {"itemId" : "item-identifier-2", "itemName" : "Waterproof Sports Watch", "price" : 180, "currency" : "EUR"}]}, {"categoryName" : "Cars", "categoryId" : "2", "itemsCount" : 3, "items" : [{"itemId" : "item-identifier-1", "itemName" : "Volkswagen Polo", "price" : 150000, "currency" : "EUR"}, {"itemId" : "item-identifier-2", "itemName" : "Skoda Fabia", "price" : 180000, "currency" : "EUR"}, {"itemId" : "item-identifier-3", "itemName" : "Subaru Impreza", "price" : 100000, "currency" : "EUR"}]}]} | json_instruct | {"type": "object", "properties": {"catalog": {"type": "array", "items": {"type": "object", "properties": {"categoryName": {"type": "string"}, "categoryId": {"type": "string"}, "itemsCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"itemId": {"type": "string"}, "itemName": {"type": "string"}, "price": {"type": "integer"}, "currency": {"type": "string"}}, "required": ["itemId", "itemName", "price", "currency"]}}}, "required": ["categoryName", "categoryId", "itemsCount", "items"]}}}, "required": ["catalog"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "EXMD7314", "course_name" : "Clinical Exercise Physiology Major Practicum", "faculty" : "Health & Behavioural Sciences", "school" : "Human Movement & Nutrition Sci", "units" : "8", "duration" : "One Semester", "description" : "Minimum of 360 hours field experience with high-risk, chronic disease clients, off-campus. This course had the previous code of HMST7314 which can be viewed in the archived area within the Course and Program site http://www.uq.edu.au/study/archive/index.html \nEXMD7314 involves students undertaking supervised clinical practice in affiliated hospitals (public and private), clinics and community settings as required for accreditation as Exercise Physiologists with Exercise and Sports Science Australia.\n\nThe School of Human Movement Studies is committed to the reduction of urban bias in the content of its programs. Students undertaking clinical practicum as part of their programs in the School of Human Movement Studies could, therefore, be allocated placements outside the Brisbane metropolitan area. When allocated placements are `rural/ remote/ regional\u00c2\u00bf, students should expect to fund these places independently. Allocation of placements will be as equitable as possible and issues of hardship will be dealt with at the discretion of the Practicum & Clinical Education Manager and Program Coordinator.", "prerequisites" : "[HMST7740 or EXMD7740] + [HMST7741 or EXMD7741] + [HMST7742 or EXMD7742] + [HMST7372 or EXMD7372] + valid First Aid/CPR/ Blue Card. * QLD Health placements will also require relevant QLD Health documents + evidence of Hepatitis B Immunisation", "incompatible" : "HMST4314; EXMD4700; HMST7314", "restricted" : "MExSc; MCEP"} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "{\"length\":\"5:10\",\"category\":\"Web Fundamentals\",\"watchHref\":\"xxxx\"}"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/cacc8c61-8527-376a-86b6-439728810320", "expression" : [{"composer" : "http://data.doremus.org/artist/9e1350f0-220c-3397-9aeb-bd674e1078bb", "id" : "http://data.doremus.org/expression/4821a756-6d94-38a6-bec4-8a24c7a0eb39"}, {"composer" : "http://data.doremus.org/artist/96fe38e7-2d3d-39b3-a9d4-15c0be926934", "id" : "http://data.doremus.org/expression/558d2ebe-3f87-3248-9143-cc3aaa4d0e24"}, {"composer" : "http://data.doremus.org/artist/9e1350f0-220c-3397-9aeb-bd674e1078bb", "id" : "http://data.doremus.org/expression/c5ae0aa7-a9f7-33d7-8c1a-9a1928c5f3c8"}, {"composer" : "http://data.doremus.org/artist/9e1350f0-220c-3397-9aeb-bd674e1078bb", "id" : "http://data.doremus.org/expression/20fd7fd9-d321-392b-89fb-5d16e55d5e74"}, {"composer" : "http://data.doremus.org/artist/9e1350f0-220c-3397-9aeb-bd674e1078bb", "id" : "http://data.doremus.org/expression/bf537e0c-041f-3d76-8baf-a2d1696c14e9"}, {"composer" : "http://data.doremus.org/artist/286aa786-5ded-3d8d-992f-7880c030be3c", "id" : "http://data.doremus.org/expression/0abaeb07-dfb3-3f55-b7e5-c933d9483173"}, {"composer" : "http://data.doremus.org/artist/9e1350f0-220c-3397-9aeb-bd674e1078bb", "id" : "http://data.doremus.org/expression/c858c068-9e22-3a35-8792-167e77e66611"}, {"composer" : "http://data.doremus.org/artist/9e1350f0-220c-3397-9aeb-bd674e1078bb", "id" : "http://data.doremus.org/expression/6f1be8b3-e881-3b0d-9778-1c788fa36ee9"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "theme": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "theme", "author", "description", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "discord-css", "version" : "1.0.5", "theme" : "dist/index.css", "author" : "TheRealKizu#3267", "description" : "a funny discord theme.", "license" : "Unlicense"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "theme": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "theme", "author", "description", "license"], "$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"}, "devDependencies": {"type": "object", "properties": {"canvas-to-blob": {"type": "string"}, "underscore": {"type": "string"}, "zepto": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "lesshat": {"type": "string"}, "angular": {"type": "string"}, "angular-mocks": {"type": "string"}, "angular-i18n": {"type": "string"}, "angular-translate": {"type": "string"}, "angular-translate-storage-cookie": {"type": "string"}, "angular-translate-loader-static-files": {"type": "string"}, "angular-dynamic-locale": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-loading-bar": {"type": "string"}, "angular-ui-notification": {"type": "string"}, "angular-file-upload": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "restangular": {"type": "string"}, "ng-dialog": {"type": "string"}}, "required": ["canvas-to-blob", "underscore", "zepto", "jquery", "bootstrap", "lesshat", "angular", "angular-mocks", "angular-i18n", "angular-translate", "angular-translate-storage-cookie", "angular-translate-loader-static-files", "angular-dynamic-locale", "angular-ui-router", "angular-loading-bar", "angular-ui-notification", "angular-file-upload", "angular-bootstrap", "restangular", "ng-dialog"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ng-bb", "version" : "0.0.1", "devDependencies" : {"canvas-to-blob" : "3.3", "underscore" : "~1.8", "zepto" : "~1.1", "jquery" : "~1.12", "bootstrap" : "~3.3", "lesshat" : "~3.0", "angular" : "~1.5", "angular-mocks" : "~1.5", "angular-i18n" : "~1.5", "angular-translate" : "~2.11", "angular-translate-storage-cookie" : "~2.11", "angular-translate-loader-static-files" : "~2.11", "angular-dynamic-locale" : "~0.1", "angular-ui-router" : "~0.3", "angular-loading-bar" : "~0.9", "angular-ui-notification" : "~0.2", "angular-file-upload" : "~2.1", "angular-bootstrap" : "~0.14", "restangular" : "~1.5", "ng-dialog" : "~0.6"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"canvas-to-blob": {"type": "string"}, "underscore": {"type": "string"}, "zepto": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap": {"type": "string"}, "lesshat": {"type": "string"}, "angular": {"type": "string"}, "angular-mocks": {"type": "string"}, "angular-i18n": {"type": "string"}, "angular-translate": {"type": "string"}, "angular-translate-storage-cookie": {"type": "string"}, "angular-translate-loader-static-files": {"type": "string"}, "angular-dynamic-locale": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-loading-bar": {"type": "string"}, "angular-ui-notification": {"type": "string"}, "angular-file-upload": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "restangular": {"type": "string"}, "ng-dialog": {"type": "string"}}, "required": ["canvas-to-blob", "underscore", "zepto", "jquery", "bootstrap", "lesshat", "angular", "angular-mocks", "angular-i18n", "angular-translate", "angular-translate-storage-cookie", "angular-translate-loader-static-files", "angular-dynamic-locale", "angular-ui-router", "angular-loading-bar", "angular-ui-notification", "angular-file-upload", "angular-bootstrap", "restangular", "ng-dialog"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "devDependencies", "dependencies"], "$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": "array", "items": {"type": "string"}}, "http://id.loc.gov/ontologies/bibframe/mainTitle": {"type": "array", "items": {"type": "object", "properties": {"@language": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@language", "@value"]}}}, "required": ["@id", "@type", "http://id.loc.gov/ontologies/bibframe/mainTitle"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"@id" : "https://api.sinopia.io/resource/97f4b7e4-a2e6-48bd-9cff-40275d460cfa", "@type" : ["http://id.loc.gov/ontologies/bibframe/Title"], "http://id.loc.gov/ontologies/bibframe/mainTitle" : [{"@language" : "eng", "@value" : "Parental health literacy, barriers to care, and child hospital outcomes among hospitalized children"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "http://id.loc.gov/ontologies/bibframe/mainTitle": {"type": "array", "items": {"type": "object", "properties": {"@language": {"type": "string"}, "@value": {"type": "string"}}, "required": ["@language", "@value"]}}}, "required": ["@id", "@type", "http://id.loc.gov/ontologies/bibframe/mainTitle"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3513062001", "id_kecamatan" : "351306", "name" : "Sentulan"}, {"id" : "3513062002", "id_kecamatan" : "351306", "name" : "Gadingkulon"}, {"id" : "3513062003", "id_kecamatan" : "351306", "name" : "Klenangkidul"}, {"id" : "3513062004", "id_kecamatan" : "351306", "name" : "Klenanglor"}, {"id" : "3513062005", "id_kecamatan" : "351306", "name" : "Alassapi"}, {"id" : "3513062006", "id_kecamatan" : "351306", "name" : "Pendil"}, {"id" : "3513062007", "id_kecamatan" : "351306", "name" : "Tarokan"}, {"id" : "3513062008", "id_kecamatan" : "351306", "name" : "Liprak Wetan"}, {"id" : "3513062009", "id_kecamatan" : "351306", "name" : "Liprak Kidul"}, {"id" : "3513062010", "id_kecamatan" : "351306", "name" : "Liprak Kulon"}, {"id" : "3513062011", "id_kecamatan" : "351306", "name" : "Banyuanyar Tengah"}, {"id" : "3513062012", "id_kecamatan" : "351306", "name" : "Banyuanyar Kidul"}, {"id" : "3513062013", "id_kecamatan" : "351306", "name" : "Gununggeni"}, {"id" : "3513062014", "id_kecamatan" : "351306", "name" : "Blado Wetan"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"production": {"type": "object", "properties": {"shamanu4/uapf-space-fe:latest": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"]}, "shamanu4/uapf-space-api:latest": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"]}, "shamanu4/uapf-space-deploy-webhook:latest": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"]}}, "required": ["shamanu4/uapf-space-fe:latest", "shamanu4/uapf-space-api:latest", "shamanu4/uapf-space-deploy-webhook:latest"]}}, "required": ["production"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"production" : {"shamanu4/uapf-space-fe:latest" : {"service" : "uapf_beta"}, "shamanu4/uapf-space-api:latest" : {"service" : "uapf_api"}, "shamanu4/uapf-space-deploy-webhook:latest" : {"service" : "uapf_webhook"}}} | json_instruct | {"type": "object", "properties": {"production": {"type": "object", "properties": {"shamanu4/uapf-space-fe:latest": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"]}, "shamanu4/uapf-space-api:latest": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"]}, "shamanu4/uapf-space-deploy-webhook:latest": {"type": "object", "properties": {"service": {"type": "string"}}, "required": ["service"]}}, "required": ["shamanu4/uapf-space-fe:latest", "shamanu4/uapf-space-api:latest", "shamanu4/uapf-space-deploy-webhook:latest"]}}, "required": ["production"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-increase-version": {"type": "string"}, "grunt-shell": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "time-grunt": {"type": "string"}}, "required": ["grunt", "grunt-contrib-uglify", "grunt-increase-version", "grunt-shell", "load-grunt-tasks", "time-grunt"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cookie-browser", "version" : "1.0.0", "description" : "jstools cookie module", "main" : "cookie.js", "scripts" : {"test" : "grunt test"}, "repository" : {"type" : "git", "url" : "https://github.com/jstools/cookie.git"}, "keywords" : ["javascript", "jstools", "demo"], "author" : "Jes\u00fas Manuel Germade Casti\u00f1eiras <jesus@germade.es>", "license" : "ISC", "bugs" : {"url" : "https://github.com/jstools/cookie/issues"}, "homepage" : "https://github.com/jstools/cookie", "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-uglify" : "latest", "grunt-increase-version" : "latest", "grunt-shell" : "latest", "load-grunt-tasks" : "latest", "time-grunt" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-increase-version": {"type": "string"}, "grunt-shell": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "time-grunt": {"type": "string"}}, "required": ["grunt", "grunt-contrib-uglify", "grunt-increase-version", "grunt-shell", "load-grunt-tasks", "time-grunt"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Person", "normalizedVertices" : [{"x" : 0.3514892, "y" : 0.24180193}, {"x" : 0.66404015, "y" : 0.24180193}, {"x" : 0.66404015, "y" : 0.80055106}, {"x" : 0.3514892, "y" : 0.80055106}], "score" : 0.8843946}, {"label" : "Bicycle", "normalizedVertices" : [{"x" : 0.28511766, "y" : 0.45170593}, {"x" : 0.6800589, "y" : 0.45170593}, {"x" : 0.6800589, "y" : 0.8885295}, {"x" : 0.28511766, "y" : 0.8885295}], "score" : 0.8666306}, {"label" : "Animal", "normalizedVertices" : [{"x" : 0.65812486, "y" : 0.64603305}, {"x" : 0.83336735, "y" : 0.64603305}, {"x" : 0.83336735, "y" : 0.88216513}, {"x" : 0.65812486, "y" : 0.88216513}], "score" : 0.5347262}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "beer_Torrey_Pines_IPA", "brewery" : "Oggi's Pizza and Brewing - Vista", "name" : "Torrey Pines IPA", "abv" : "6.8", "category" : "North American Ale", "style" : "American-Style India Pale Ale", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"pageTitle": {"type": "string"}, "pageSubTtile": {"type": "string"}, "priceStartingFrom": {"type": "string"}, "moreInfo": {"type": "string"}, "descriptionLedger": {"type": "string"}, "descriptionFinney": {"type": "string"}, "descriptionBitbox": {"type": "string"}, "descriptionTrezor": {"type": "string"}, "descriptionSecalot": {"type": "string"}, "descriptionKeepkey": {"type": "string"}}, "required": ["pageTitle", "pageSubTtile", "priceStartingFrom", "moreInfo", "descriptionLedger", "descriptionFinney", "descriptionBitbox", "descriptionTrezor", "descriptionSecalot", "descriptionKeepkey"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pageTitle" : "Buy a Hardware wallet", "pageSubTtile" : "\u4f7f\u7528\u6700\u5b89\u5168\u7684\u786c\u4ef6\u94b1\u5305\u4fdd\u62a4\u8d26\u6237.", "priceStartingFrom" : "Starting From", "moreInfo" : "More information", "descriptionLedger" : "A light, yet solid multicurrency hardware wallet for cryptocurrencies. It is easy to carry everywhere thanks to its USB format.", "descriptionFinney" : "Uncompromised Security In a Blockchain Smartphone", "descriptionBitbox" : "Our aim is to equip you for independence, with ease, in the digital world.", "descriptionTrezor" : "The most trusted hardware wallet in the world. Get yours today!", "descriptionSecalot" : "Your all-in-one digital security companion. it is a small USB dongle that packs a wide range of features.", "descriptionKeepkey" : "Protect your cryptocurrencies, store your private keys offline, and safeguard your assets from hackers."} | json_instruct | {"type": "object", "properties": {"pageTitle": {"type": "string"}, "pageSubTtile": {"type": "string"}, "priceStartingFrom": {"type": "string"}, "moreInfo": {"type": "string"}, "descriptionLedger": {"type": "string"}, "descriptionFinney": {"type": "string"}, "descriptionBitbox": {"type": "string"}, "descriptionTrezor": {"type": "string"}, "descriptionSecalot": {"type": "string"}, "descriptionKeepkey": {"type": "string"}}, "required": ["pageTitle", "pageSubTtile", "priceStartingFrom", "moreInfo", "descriptionLedger", "descriptionFinney", "descriptionBitbox", "descriptionTrezor", "descriptionSecalot", "descriptionKeepkey"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "school": {"type": "string"}, "basic_data": {"type": "object", "properties": {"range": {"type": "string"}, "casting_time": {"type": "string"}, "components": {"type": "string"}, "duration": {"type": "string"}}, "required": ["range", "casting_time", "components", "duration"]}, "spell_description": {"type": "string"}, "higher_level_description": {"type": "string"}}, "required": ["name", "level", "school", "basic_data", "spell_description", "higher_level_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Vicious Mockery", "level" : "Cantrip", "school" : "Enchantment", "basic_data" : {"range" : "60 feet", "casting_time" : "1 action", "components" : "V", "duration" : "Instantaneous"}, "spell_description" : "You unleash a string of insults laced with subtle enchantments at a creature you can see within range. If the target can hear you (though it need not understand you), it must succeed on a Wisdom saving throw or take 1d4 psychic damage and have disadvantage on the next attack roll it makes before the end of its next turn.", "higher_level_description" : "This spell\u2019s damage increases by 1d4 when you reach 5th level (2d4), 11th level (3d4), and 17th level (4d4)."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "string"}, "school": {"type": "string"}, "basic_data": {"type": "object", "properties": {"range": {"type": "string"}, "casting_time": {"type": "string"}, "components": {"type": "string"}, "duration": {"type": "string"}}, "required": ["range", "casting_time", "components", "duration"]}, "spell_description": {"type": "string"}, "higher_level_description": {"type": "string"}}, "required": ["name", "level", "school", "basic_data", "spell_description", "higher_level_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"13984": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13980": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13967": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13988": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13968": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13973": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13976": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13969": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13978": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["13984", "13980", "13967", "13988", "13968", "13973", "13976", "13969", "13978"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"13984" : {"nama" : "BALAI TONGAH KOTO", "dapil" : [13, 1302, 11305, 2137602]}, "13980" : {"nama" : "IKUA KOTO DIBALAI", "dapil" : [13, 1302, 11305, 2137602]}, "13967" : {"nama" : "KAPALO KOTO DIBALAI", "dapil" : [13, 1302, 11305, 2137602]}, "13988" : {"nama" : "KOTOKOCIAK KUBU TAPAKRAJO", "dapil" : [13, 1302, 11305, 2137602]}, "13968" : {"nama" : "NAPAR", "dapil" : [13, 1302, 11305, 2137602]}, "13973" : {"nama" : "OMPANG TANAH SIRAH", "dapil" : [13, 1302, 11305, 2137602]}, "13976" : {"nama" : "TARATAK PADANG KAMPUANG", "dapil" : [13, 1302, 11305, 2137602]}, "13969" : {"nama" : "TIGO KOTO DIATE", "dapil" : [13, 1302, 11305, 2137602]}, "13978" : {"nama" : "TIGO KOTO DIBARUAH", "dapil" : [13, 1302, 11305, 2137602]}} | json_instruct | {"type": "object", "properties": {"13984": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13980": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13967": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13988": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13968": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13973": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13976": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13969": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13978": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["13984", "13980", "13967", "13988", "13968", "13973", "13976", "13969", "13978"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"darvinstudio/darvin-config-bundle": {"type": "string"}, "darvinstudio/darvin-utils-bundle": {"type": "string"}, "knplabs/doctrine-behaviors": {"type": "string"}}, "required": ["darvinstudio/darvin-config-bundle", "darvinstudio/darvin-utils-bundle", "knplabs/doctrine-behaviors"]}, "suggest": {"type": "object", "properties": {"beberlei/doctrineextensions": {"type": "string"}}, "required": ["beberlei/doctrineextensions"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Darvin\\ContentBundle\\": {"type": "string"}}, "required": ["Darvin\\ContentBundle\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "darvinstudio/darvin-content-bundle", "description" : "This bundle provides basic content management functionality for Symfony-based applications.", "keywords" : ["content"], "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "Darvin Studio", "email" : "info@darvin-studio.ru", "homepage" : "https://www.darvin-studio.ru"}], "require" : {"darvinstudio/darvin-config-bundle" : "*", "darvinstudio/darvin-utils-bundle" : "*", "knplabs/doctrine-behaviors" : "^2.0"}, "suggest" : {"beberlei/doctrineextensions" : "Allows to sort paginated results"}, "autoload" : {"psr-4" : {"Darvin\\ContentBundle\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"darvinstudio/darvin-config-bundle": {"type": "string"}, "darvinstudio/darvin-utils-bundle": {"type": "string"}, "knplabs/doctrine-behaviors": {"type": "string"}}, "required": ["darvinstudio/darvin-config-bundle", "darvinstudio/darvin-utils-bundle", "knplabs/doctrine-behaviors"]}, "suggest": {"type": "object", "properties": {"beberlei/doctrineextensions": {"type": "string"}}, "required": ["beberlei/doctrineextensions"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Darvin\\ContentBundle\\": {"type": "string"}}, "required": ["Darvin\\ContentBundle\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "sourceCanonical": {"type": "string"}, "targetCanonical": {"type": "string"}, "group": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "target": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "equivalence": {"type": "string"}}, "required": ["code", "equivalence"]}}}, "required": ["code", "target"]}}}, "required": ["source", "target", "element"]}}}, "required": ["resourceType", "id", "url", "version", "name", "title", "status", "date", "publisher", "contact", "sourceCanonical", "targetCanonical", "group"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "ConceptMap", "id" : "cm-name-use-v2", "url" : "http://hl7.org/fhir/ConceptMap/cm-name-use-v2", "version" : "4.0.1", "name" : "v2.NameUse", "title" : "v2 map for NameUse", "status" : "draft", "date" : "2021-01-17T07:06:13+11:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{"telecom" : [{"system" : "url", "value" : "http://hl7.org/fhir"}, {"system" : "email", "value" : "fhir@lists.hl7.org"}]}], "sourceCanonical" : "http://hl7.org/fhir/ValueSet/name-use", "targetCanonical" : "http://terminology.hl7.org/ValueSet/v2-0200", "group" : [{"source" : "http://hl7.org/fhir/name-use", "target" : "http://terminology.hl7.org/CodeSystem/v2-0200", "element" : [{"code" : "usual", "target" : [{"code" : "D", "equivalence" : "equivalent"}]}, {"code" : "official", "target" : [{"code" : "L", "equivalence" : "equivalent"}]}, {"code" : "temp", "target" : [{"code" : "TEMP", "equivalence" : "equivalent"}]}, {"code" : "nickname", "target" : [{"code" : "N", "equivalence" : "equivalent"}]}, {"code" : "anonymous", "target" : [{"code" : "S", "equivalence" : "equivalent"}]}, {"code" : "old", "target" : [{"code" : "NOUSE", "equivalence" : "wider"}, {"code" : "BAD", "equivalence" : "wider"}]}, {"code" : "maiden", "target" : [{"code" : "M", "equivalence" : "equivalent"}]}]}]} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "sourceCanonical": {"type": "string"}, "targetCanonical": {"type": "string"}, "group": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "target": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "equivalence": {"type": "string"}}, "required": ["code", "equivalence"]}}}, "required": ["code", "target"]}}}, "required": ["source", "target", "element"]}}}, "required": ["resourceType", "id", "url", "version", "name", "title", "status", "date", "publisher", "contact", "sourceCanonical", "targetCanonical", "group"], "$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": {"away": {"type": "string"}, "home": {"type": "string"}, "play": {"type": "integer"}, "stadium": {"type": "string"}, "subPlay": {"type": "integer"}, "weather": {"type": "integer"}}, "required": ["away", "home", "play", "stadium", "subPlay", "weather"]}, "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" : "d5abf5a1-c4a3-41f0-9713-7fbaff9804be", "playerTags" : [], "teamTags" : ["b024e975-1c4a-4575-8936-a3754a08806a", "b72f3061-f573-40d7-832a-5ad475bd7909"], "gameTags" : ["725f8a59-d8ad-4006-84d8-4887a61ed10a"], "metadata" : {"away" : "b024e975-1c4a-4575-8936-a3754a08806a", "home" : "b72f3061-f573-40d7-832a-5ad475bd7909", "play" : 0, "stadium" : "1c1614b3-abdb-4008-98eb-12aeb8f7bb54", "subPlay" : -1, "weather" : 15}, "created" : "2021-04-14T04:00:00.955Z", "season" : 15, "tournament" : -1, "type" : 0, "day" : 35, "phase" : 4, "category" : 0, "description" : "Let's Go!", "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": {"away": {"type": "string"}, "home": {"type": "string"}, "play": {"type": "integer"}, "stadium": {"type": "string"}, "subPlay": {"type": "integer"}, "weather": {"type": "integer"}}, "required": ["away", "home", "play", "stadium", "subPlay", "weather"]}, "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#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : ["Preheat an outdoor grill for medium-high heat and lightly oil the grate.", "Whisk olive oil, garlic, lime juice, cumin, chili powder, salt, and black pepper together in a large bowl; add sweet potatoes and stir until thoroughly coated.", "Place coated sweet potatoes on the preheated grill; cook, flipping sweet potatoes every 5 minutes, until crisp around the edges and tender in the middle, 15 to 20 minutes."], "ingredients" : ["1/4 cup olive oil", "2 tablespoons minced garlic", "1 lime, juiced", "1 1/2 teaspoons ground cumin", "1 teaspoon chili powder", "salt and ground black pepper to taste", "2 sweet potatoes, peeled and cut into 1/4-inch slices"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Grilled Spicy Sweet Potato Chips", "url" : "http://allrecipes.com/recipe/242208/grilled-spicy-sweet-potato-chips/"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DerDieDas", "displayName" : "DerDieDas"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"defaultValue": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["defaultValue", "name", "description", "type"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"properties" : [{"defaultValue" : true, "name" : "camel.component.mustache.enabled", "description" : "Enable mustache component", "type" : "java.lang.Boolean"}]} | json_instruct | {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"defaultValue": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["defaultValue", "name", "description", "type"]}}}, "required": ["properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5592", "article" : "The man from the west stopped and drew back his arm . \" You ' re not Jimmy Wells , \" he said in a quick and angry way , \" Twenty years is a long time , but not long enough to change a man ' nose from a Roman to pug . \" \" It sometimes changes a good man into a bad one , \" said the tall man , \" you ' ve been under arrest for ten minutes . Silky Bob . prefix = st1 / Chicagothinks you may have dropped over our way and phones us she wants to have a word with you . Going quietly , are you ? That ' s sensible . Now before we go to the station here ' s a note I was asked to hand you . You may read it here at the window . It ' s from Patrolman Wells . ? \" The man from the West opened the little piece of paper handed him . His hand was steady when he began to read , but it trembled a little by the time he finished . The note was rather short . Bob : I was at the right place on time . When you struck the match to light your cigar I saw it was the face wanted in Chicago . Somehow I could n ' t do it myself , so I went around and got a plain clothes man to do the job .", "questions" : "We can suppose Jim", "options" : {"model" : ["had a talk with a man from the west", "had an appointment with bob 20 years ago", "could n ' t find his right hand when he went to the station"], "human" : ["was afraid of the man from the West", "got another man to help him when necessary", "had an appointment with Bob 20 years ago"]}, "answer" : {"model" : 1, "human" : 2}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "article": {"type": "string"}, "questions": {"type": "string"}, "options": {"type": "object", "properties": {"model": {"type": "array", "items": {"type": "string"}}, "human": {"type": "array", "items": {"type": "string"}}}, "required": ["model", "human"]}, "answer": {"type": "object", "properties": {"model": {"type": "integer"}, "human": {"type": "integer"}}, "required": ["model", "human"]}}, "required": ["id", "article", "questions", "options", "answer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"linuxduino": {"type": "string"}}, "required": ["linuxduino"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "name", "description", "version", "keywords", "repository", "bugs", "license", "engines", "dependencies", "main", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Jorge Garza <jgarzagu@ucsd.edu>", "name" : "Adafruit_RGBLEDS", "description" : "Interface for the Adafruit Pixel RGBs", "version" : "0.1.8", "keywords" : ["arduino", "linux", "adc", "raspberry", "pi"], "repository" : {"type" : "git", "url" : "https://todo"}, "bugs" : "https://todo", "license" : "MIT", "engines" : {"node" : ">=8.0.0"}, "dependencies" : {"linuxduino" : "^0.1.8"}, "main" : "Adafruit_RGBLEDS.js", "files" : ["lib"]} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"linuxduino": {"type": "string"}}, "required": ["linuxduino"]}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "name", "description", "version", "keywords", "repository", "bugs", "license", "engines", "dependencies", "main", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"template:create": {"type": "string"}, "template:update": {"type": "string"}, "test": {"type": "string"}}, "required": ["template:create", "template:update", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "nanoid": {"type": "string"}, "nanoid-dictionary": {"type": "string"}}, "required": ["handlebars", "nanoid", "nanoid-dictionary"]}, "devDependencies": {"type": "object", "properties": {"@retromada/prototype": {"type": "string"}}, "required": ["@retromada/prototype"]}, "peerDependencies": {"type": "object", "properties": {"@retromada/prototype": {"type": "string"}}, "required": ["@retromada/prototype"]}}, "required": ["name", "version", "main", "scripts", "repository", "author", "license", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@retromada/comment-templates", "version" : "0.1.0", "main" : "./src/index.js", "scripts" : {"template:create" : "node src/utils/CreateTemplate.js", "template:update" : "sh src/templates/update.sh", "test" : "node retromada.test.js"}, "repository" : {"type" : "git", "url" : "https://github.com/retromada/comment-templates.git"}, "author" : "retromada", "license" : "MIT", "dependencies" : {"handlebars" : "^4.7.7", "nanoid" : "^3.1.24", "nanoid-dictionary" : "^4.3.0"}, "devDependencies" : {"@retromada/prototype" : "^0.0.3"}, "peerDependencies" : {"@retromada/prototype" : "^0.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"template:create": {"type": "string"}, "template:update": {"type": "string"}, "test": {"type": "string"}}, "required": ["template:create", "template:update", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "nanoid": {"type": "string"}, "nanoid-dictionary": {"type": "string"}}, "required": ["handlebars", "nanoid", "nanoid-dictionary"]}, "devDependencies": {"type": "object", "properties": {"@retromada/prototype": {"type": "string"}}, "required": ["@retromada/prototype"]}, "peerDependencies": {"type": "object", "properties": {"@retromada/prototype": {"type": "string"}}, "required": ["@retromada/prototype"]}}, "required": ["name", "version", "main", "scripts", "repository", "author", "license", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "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": ["person_id", "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.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [145.408, 121.997, 0.8757, 151.412, 174.816, 0.859147, 116.055, 174.821, 0.876221, 74.9202, 182.754, 0.83816, 104.361, 133.644, 0.876791, 194.488, 169.037, 0.863947, 214.088, 239.443, 0.827054, 221.857, 290.43, 0.888271, 157.244, 296.306, 0.723022, 131.759, 298.266, 0.743124, 133.723, 400.116, 0.859508, 137.65, 492.251, 0.839891, 180.81, 294.37, 0.760168, 196.377, 390.356, 0.846057, 212.002, 480.501, 0.863972, 131.804, 118.039, 0.96514, 147.516, 114.161, 0.952643, 120.087, 131.65, 0.739415, 163.057, 116.11, 0.885654, 225.826, 503.959, 0.754955, 235.569, 494.251, 0.778587, 204.254, 492.269, 0.786206, 135.663, 509.942, 0.826109, 125.842, 509.826, 0.80774, 147.404, 498.104, 0.724364], "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": {"person_id": {"type": "array", "items": {"type": "integer"}}, "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": ["person_id", "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#"} |
Please provide a valid JSON object following this schema:
{"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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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-4wf3-x44x-f4f7", "modified" : "2022-04-20T00:00:19Z", "published" : "2022-04-20T00:00:19Z", "aliases" : ["CVE-2022-21491"], "details" : "Vulnerability in the Oracle VM VirtualBox product of Oracle Virtualization (component: Core). The supported version that is affected is Prior to 6.1.34. Easily exploitable vulnerability allows low privileged attacker with logon to the infrastructure where Oracle VM VirtualBox executes to compromise Oracle VM VirtualBox. Successful attacks of this vulnerability can result in takeover of Oracle VM VirtualBox. Note: This vulnerability applies to Windows systems only. CVSS 3.1 Base Score 7.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2022-21491"}, {"type" : "WEB", "url" : "https://www.oracle.com/security-alerts/cpuapr2022.html"}], "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.