input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "dev", "build", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@zeit/next-css": {"type": "string"}, "@zeit/next-sass": {"type": "string"}, "css-loader": {"type": "string"}, "fs-extra": {"type": "string"}, "ganache-cli": {"type": "string"}, "jest": {"type": "string"}, "moment": {"type": "string"}, "next": {"type": "string"}, "next-routes": {"type": "string"}, "node-sass": {"type": "string"}, "path": {"type": "string"}, "react": {"type": "string"}, "react-dates": {"type": "string"}, "react-dom": {"type": "string"}, "sass-loader": {"type": "string"}, "semantic-ui-react": {"type": "string"}, "solc": {"type": "string"}, "style-loader": {"type": "string"}, "truffle-hdwallet-provider": {"type": "string"}, "web3": {"type": "string"}}, "required": ["@zeit/next-css", "@zeit/next-sass", "css-loader", "fs-extra", "ganache-cli", "jest", "moment", "next", "next-routes", "node-sass", "path", "react", "react-dates", "react-dom", "sass-loader", "semantic-ui-react", "solc", "style-loader", "truffle-hdwallet-provider", "web3"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hold", "version" : "1.0.0", "description" : "Hold is a Dapp, built with Ethereum, for HODLERs to lock ETH tokens and assets...", "main" : "index.js", "scripts" : {"test" : "jest --watch", "dev" : "next", "build" : "next build", "start" : "next start"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ThalKod/hold.git"}, "author" : "Thal Marcelin", "license" : "MIT", "bugs" : {"url" : "https://github.com/ThalKod/hold/issues"}, "homepage" : "https://github.com/ThalKod/hold#readme", "dependencies" : {"@zeit/next-css" : "^1.0.1", "@zeit/next-sass" : "^1.0.1", "css-loader" : "^1.0.0", "fs-extra" : "^7.0.0", "ganache-cli" : "^6.1.8", "jest" : "^23.6.0", "moment" : "^2.22.2", "next" : "^7.0.2", "next-routes" : "^1.4.2", "node-sass" : "^4.9.4", "path" : "^0.12.7", "react" : "^16.6.0", "react-dates" : "^18.1.1", "react-dom" : "^16.6.0", "sass-loader" : "^7.1.0", "semantic-ui-react" : "^0.83.0", "solc" : "^0.4.24", "style-loader" : "^0.23.1", "truffle-hdwallet-provider" : "0.0.6", "web3" : "^1.0.0-beta.36"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "dev", "build", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@zeit/next-css": {"type": "string"}, "@zeit/next-sass": {"type": "string"}, "css-loader": {"type": "string"}, "fs-extra": {"type": "string"}, "ganache-cli": {"type": "string"}, "jest": {"type": "string"}, "moment": {"type": "string"}, "next": {"type": "string"}, "next-routes": {"type": "string"}, "node-sass": {"type": "string"}, "path": {"type": "string"}, "react": {"type": "string"}, "react-dates": {"type": "string"}, "react-dom": {"type": "string"}, "sass-loader": {"type": "string"}, "semantic-ui-react": {"type": "string"}, "solc": {"type": "string"}, "style-loader": {"type": "string"}, "truffle-hdwallet-provider": {"type": "string"}, "web3": {"type": "string"}}, "required": ["@zeit/next-css", "@zeit/next-sass", "css-loader", "fs-extra", "ganache-cli", "jest", "moment", "next", "next-routes", "node-sass", "path", "react", "react-dates", "react-dom", "sass-loader", "semantic-ui-react", "solc", "style-loader", "truffle-hdwallet-provider", "web3"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "KOLAKA", "originalFilename" : "6_1.jpg", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 286495, "noUrut" : 1, "nama" : "ARAFAH, ST", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOLAKA", "originalFilename" : "6_2.jpg", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 242562, "noUrut" : 2, "nama" : "AISYAH BASO UMAR, SE", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOLAKA", "originalFilename" : "6_3.jpg", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 240740, "noUrut" : 3, "nama" : "ABD. RAHMAN HASAN T.", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "gypfile": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"nan": {"type": "string"}, "bindings": {"type": "string"}, "node-addon-api": {"type": "string"}}, "required": ["nan", "bindings", "node-addon-api"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-reload": {"type": "string"}, "electron-rebuild": {"type": "string"}, "electron-packager": {"type": "string"}}, "required": ["electron", "electron-reload", "electron-rebuild", "electron-packager"]}}, "required": ["name", "version", "description", "author", "license", "private", "gypfile", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node_wora", "version" : "1.0.0", "description" : "Create a Node Binding for a C api", "author" : "Abhishek Pratapa", "license" : "ISC", "private" : true, "gypfile" : true, "dependencies" : {"nan" : "^2.14.0", "bindings" : "^1.5.0", "node-addon-api" : "^1.7.1"}, "devDependencies" : {"electron" : "^5.0.8", "electron-reload" : "^1.4.1", "electron-rebuild" : "^1.8.5", "electron-packager" : "^14.0.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "gypfile": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"nan": {"type": "string"}, "bindings": {"type": "string"}, "node-addon-api": {"type": "string"}}, "required": ["nan", "bindings", "node-addon-api"]}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-reload": {"type": "string"}, "electron-rebuild": {"type": "string"}, "electron-packager": {"type": "string"}}, "required": ["electron", "electron-reload", "electron-rebuild", "electron-packager"]}}, "required": ["name", "version", "description", "author", "license", "private", "gypfile", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "05af8ec4137c22e509a7", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acadYear" : "2019/2020", "description" : "Energy storage is essential for the large scale storage of\nelectrical energy to cushion the energy supply-demand\nmismatch. This module introduces the design, operation\nand analysis of energy storage systems (EES) for the\nelectricity grid. It integrates the knowledge from different\nengineering disciplines (chemical, electrical, materials,\nmechanical and systems) with socioeconomic elements to\naddress the issues in the implementation of large scale\nengineering systems. The module begins with an\nintroduction of electricity grids, followed by the design of\nthe ESS hardware (batteries and battery systems, thermal\nmanagement and battery management systems), ESS\ndcata analytics, techno-economic considerations and\npolicy studies.", "title" : "Energy Storage Systems for Electric Grids", "department" : "FoE Dean's Office", "faculty" : "Engineering", "workload" : [2, 1, 4, 0, 3], "moduleCredit" : "4", "moduleCode" : "EG4211", "semesterData" : []}
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc774\ub984" : "\uc591\uc77c\ub3d9", "\ud55c\ubb38\uba85" : "\uf97a\u4e00\u6771", "\uc0dd\ub144\uc6d4\uc77c" : "1912-12-30", "\uc815\ub2f9" : "\uc2e0\ubbfc\ub2f9", "\uc120\uac70\uad6c" : "\uc11c\uc6b8 \uc131\ub3d9\uad6c\uac11", "\ub2f9\uc120\ud69f\uc218" : "5\uc120", "\ub2f9\uc120\ub300\uc218" : "3, 4, 5, 8, 10"}
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "dateformat": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "figlet": {"type": "string"}, "glob": {"type": "string"}, "moment": {"type": "string"}, "ms": {"type": "string"}, "quick.db": {"type": "string"}}, "required": ["chalk", "dateformat", "discord.js", "dotenv", "express", "figlet", "glob", "moment", "ms", "quick.db"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "protiction-bot", "version" : "0.0.1", "description" : "Easily protect your server\\", "main" : "./source/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node ./source/index.js", "dev" : "nodemon ./source/index.js"}, "repository" : {"type" : "git", "url" : "-"}, "keywords" : ["-"], "author" : "-", "license" : "MIT", "dependencies" : {"chalk" : "^4.1.2", "dateformat" : "^4.5.1", "discord.js" : "^13.1.0", "dotenv" : "^10.0.0", "express" : "^4.17.1", "figlet" : "^1.5.2", "glob" : "^7.1.7", "moment" : "^2.29.1", "ms" : "^2.1.3", "quick.db" : "^7.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "dateformat": {"type": "string"}, "discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "figlet": {"type": "string"}, "glob": {"type": "string"}, "moment": {"type": "string"}, "ms": {"type": "string"}, "quick.db": {"type": "string"}}, "required": ["chalk", "dateformat", "discord.js", "dotenv", "express", "figlet", "glob", "moment", "ms", "quick.db"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}}, "required": ["postinstall", "prestart", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": {"type": "string"}}, "required": ["http-server"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BookBook", "version" : "0.0.1", "description" : "My Book application", "main" : "main.js", "private" : true, "scripts" : {"postinstall" : "bower install", "prestart" : "npm install", "start" : "http-server -a 0.0.0.0 -p 8001"}, "author" : "P. Castets", "license" : "BSD-2-Clause", "dependencies" : {"http-server" : "~0.8.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "prestart": {"type": "string"}, "start": {"type": "string"}}, "required": ["postinstall", "prestart", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"http-server": {"type": "string"}}, "required": ["http-server"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"translation": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["translation", "first", "last"]}}, "pronunciation": {"type": "object", "properties": {"uk": {"type": "object", "properties": {"phonetic": {"type": "string"}, "audio": {"type": "string"}}, "required": ["phonetic", "audio"]}, "us": {"type": "object", "properties": {"phonetic": {"type": "string"}, "audio": {"type": "string"}}, "required": ["phonetic", "audio"]}}, "required": ["uk", "us"]}, "definition": {"type": "object", "properties": {"en": {"type": "object", "properties": {"v": {"type": "array", "items": {"type": "string"}}, "n": {"type": "array", "items": {"type": "string"}}}, "required": ["v", "n"]}, "cn": {"type": "object", "properties": {"n": {"type": "array", "items": {"type": "string"}}, "vt": {"type": "array", "items": {"type": "string"}}}, "required": ["n", "vt"]}}, "required": ["en", "cn"]}, "id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["examples", "pronunciation", "definition", "id", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examples" : [{"translation" : "\u5979\u8fc7\u8457\u517b\u5c0a\u5904\u4f18\u7684\u751f\u6d3b\u3002", "first" : "She had led a life of luxury and ", "last" : "."}, {"translation" : "\u548c\u4ed6\u5728\u4e00\u8d77\u5de5\u4f5c\u662f\u4e00\u9879\u6b8a\u8363\u3002", "first" : "It was a ", "last" : " to work with him."}, {"translation" : "\u5efa\u7acb\u5728\u7279\u6743\u539f\u5219\u4e0a\u7684\u793e\u4f1a", "first" : "a society based on ", "last" : "."}], "pronunciation" : {"uk" : {"phonetic" : "'pr\u026av\u0259l\u026ad\u0292", "audio" : "privilege-uk.mp3"}, "us" : {"phonetic" : "'pr\u026av\u0259l\u026ad\u0292", "audio" : "privilege-us.mp3"}}, "definition" : {"en" : {"v" : ["bestow a privilege upon"], "n" : ["a special advantage or immunity or benefit not enjoyed by all", "a right reserved exclusively by a particular person or group (especially a hereditary or official right)", "(law) the right to refuse to divulge information obtained in a confidential relationship"]}, "cn" : {"n" : ["\u7279\u6743,\u7279\u522b\u6069\u5178,\u57fa\u672c\u4eba\u6743,\u8363\u5e78"], "vt" : ["\u7ed9\u7279\u6743,\u514d\u9664"]}}, "id" : 4804, "content" : "privilege"}
json_instruct
{"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "object", "properties": {"translation": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["translation", "first", "last"]}}, "pronunciation": {"type": "object", "properties": {"uk": {"type": "object", "properties": {"phonetic": {"type": "string"}, "audio": {"type": "string"}}, "required": ["phonetic", "audio"]}, "us": {"type": "object", "properties": {"phonetic": {"type": "string"}, "audio": {"type": "string"}}, "required": ["phonetic", "audio"]}}, "required": ["uk", "us"]}, "definition": {"type": "object", "properties": {"en": {"type": "object", "properties": {"v": {"type": "array", "items": {"type": "string"}}, "n": {"type": "array", "items": {"type": "string"}}}, "required": ["v", "n"]}, "cn": {"type": "object", "properties": {"n": {"type": "array", "items": {"type": "string"}}, "vt": {"type": "array", "items": {"type": "string"}}}, "required": ["n", "vt"]}}, "required": ["en", "cn"]}, "id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["examples", "pronunciation", "definition", "id", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "cyclops-treasure", "symbol" : "cytr", "name" : "Cyclops Treasure", "platforms" : {"ethereum" : "0xbd05cee8741100010d8e93048a80ed77645ac7bf"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Cyclops Finance is a Defi project that evolved out of the typical Defi yield farming project but in a different direction. It is a hybrid of yield and NFT farming that is coded into a game and puzzle logic."}, "country_origin" : "US", "genesis_date" : null, "contract_address" : "0xbd05cee8741100010d8e93048a80ed77645ac7bf", "url" : "https://cyclops.finance/", "explorers" : ["https://etherscan.io/token/0xbd05cee8741100010d8e93048a80ed77645ac7bf", "https://ethplorer.io/address/0xbd05cee8741100010d8e93048a80ed77645ac7bf"], "twitter" : "CyclopsFinance", "telegram" : "CyclopsFinance", "github_org" : "CyclopsFinance"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.1"], "meta" : {"description" : "A pipeline library for Python that cuts down your boilerplate code", "homepage" : "http://github.com/themiurgo/tubo", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "21e6b3e6860321c2ef20c8206e64c2561e09e97f32893043aaf5b7586737cab7", "url" : "https://files.pythonhosted.org/packages/87/18/e685fdf880f14c6bb7a1af89b7a8c50a6b6fb87903f820cd6cae4433df10/tubo-0.1.0.tar.gz"}, "0.1.1" : {"sha256" : "13bc9e1b12085bb52ec0eeb8a73e65e7ca571956bb94129bbee5c5a58c23b71c", "url" : "https://files.pythonhosted.org/packages/64/6e/f59e21d6453d37126ecf94b536f8e26c5255a3e87acb40a66a712f9fefd7/tubo-0.1.1.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$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"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"illuminate/support": {"type": "string"}}, "required": ["illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}, "orchestra/testbench": {"type": "string"}, "sempro/phpunit-pretty-print": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery", "orchestra/testbench", "sempro/phpunit-pretty-print"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"fitluismacedo\\basher\\": {"type": "string"}}, "required": ["fitluismacedo\\basher\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"fitluismacedo\\basher\\Tests\\": {"type": "string"}}, "required": ["fitluismacedo\\basher\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"basher": {"type": "string"}}, "required": ["basher"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "authors", "homepage", "keywords", "require", "require-dev", "autoload", "autoload-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fitluismacedo/basher", "description" : "A little command helper for laravel artisan", "license" : "Giftware", "authors" : [{"name" : "Luis Macedo", "email" : "falconshady@gmail.com", "homepage" : "http://falconshady.com"}], "homepage" : "https://github.com/fitluismacedo/basher", "keywords" : ["Laravel", "basher"], "require" : {"illuminate/support" : "~5"}, "require-dev" : {"phpunit/phpunit" : "~7.0", "mockery/mockery" : "^1.1", "orchestra/testbench" : "~3.0", "sempro/phpunit-pretty-print" : "^1.0"}, "autoload" : {"psr-4" : {"fitluismacedo\\basher\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"fitluismacedo\\basher\\Tests\\" : "tests"}}, "extra" : {"laravel" : {"providers" : ["fitluismacedo\\basher\\basherServiceProvider"], "aliases" : {"basher" : "fitluismacedo\\basher\\Facades\\basher"}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"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"]}}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"illuminate/support": {"type": "string"}}, "required": ["illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}, "orchestra/testbench": {"type": "string"}, "sempro/phpunit-pretty-print": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery", "orchestra/testbench", "sempro/phpunit-pretty-print"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"fitluismacedo\\basher\\": {"type": "string"}}, "required": ["fitluismacedo\\basher\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"fitluismacedo\\basher\\Tests\\": {"type": "string"}}, "required": ["fitluismacedo\\basher\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"basher": {"type": "string"}}, "required": ["basher"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "authors", "homepage", "keywords", "require", "require-dev", "autoload", "autoload-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "options_page": {"type": "string"}}, "required": ["manifest_version", "name", "version", "description", "author", "content_scripts", "permissions", "options_page"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "ShowKey", "version" : "0.0.1", "description" : "Show key in browser", "author" : "mgi166", "content_scripts" : [{"matches" : ["http://*/*", "https://*/*"], "js" : ["scripts/contentScripts.bundle.js"]}], "permissions" : ["storage"], "options_page" : "views/options.html"}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "options_page": {"type": "string"}}, "required": ["manifest_version", "name", "version", "description", "author", "content_scripts", "permissions", "options_page"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var _jsxFileName = \"/Users/leomcelroy/Desktop/barkBeetleEverything/barkbeetle_js_real/src/testDec21_2018.js\";\nimport React, { Component } from 'react';\n\nvar test = function test(bool) {\n return React.createElement(\"button\", {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 4\n },\n __self: this\n }, \"hey hey it's \", bool);\n};\n\nexport { test };", "map" : {"version" : 3, "sources" : ["/Users/leomcelroy/Desktop/barkBeetleEverything/barkbeetle_js_real/src/testDec21_2018.js"], "names" : ["React", "Component", "test", "bool"], "mappings" : ";AAAA,OAAOA,KAAP,IAAgBC,SAAhB,QAAgC,OAAhC;;AAEA,IAAMC,IAAI,GAAG,SAAPA,IAAO,CAACC,IAAD,EAAU;AACrB,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sBAAsBA,IAAtB,CAAP;AACD,CAFD;;AAIA,SAAQD,IAAR", "sourcesContent" : ["import React, { Component} from 'react';\n\nconst test = (bool) => {\n return <button>hey hey it's {bool}</button>\n}\n\nexport {test}\n"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"docs": {"type": "object", "properties": {"Technical Details": {"type": "array", "items": {"type": "string"}}, "Operator": {"type": "array", "items": {"type": "string"}}, "Service User": {"type": "array", "items": {"type": "string"}}, "Content Provider": {"type": "array", "items": {"type": "string"}}, "Developers": {"type": "array", "items": {"type": "string"}}}, "required": ["Technical Details", "Operator", "Service User", "Content Provider", "Developers"]}, "about": {"type": "object", "properties": {"About": {"type": "array", "items": {"type": "string"}}, "Governance": {"type": "array", "items": {"type": "string"}}, "Legal": {"type": "array", "items": {"type": "string"}}, "Misc": {"type": "array", "items": {"type": "string"}}}, "required": ["About", "Governance", "Legal", "Misc"]}}, "required": ["docs", "about"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"docs" : {"Technical Details" : ["how-it-works", "p2p-network"], "Operator" : ["install", "deploy-ali", "deploy-aws", "deploy-docker"], "Service User" : ["open-data", "data-api", "mapstore"], "Content Provider" : ["publish-map"], "Developers" : ["contributing", "release", "changelog"]}, "about" : {"About" : ["what-is", "why-map3"], "Governance" : ["code-of-conduct", "governance"], "Legal" : ["terms-of-service", "privacy"], "Misc" : ["faq"]}}
json_instruct
{"type": "object", "properties": {"docs": {"type": "object", "properties": {"Technical Details": {"type": "array", "items": {"type": "string"}}, "Operator": {"type": "array", "items": {"type": "string"}}, "Service User": {"type": "array", "items": {"type": "string"}}, "Content Provider": {"type": "array", "items": {"type": "string"}}, "Developers": {"type": "array", "items": {"type": "string"}}}, "required": ["Technical Details", "Operator", "Service User", "Content Provider", "Developers"]}, "about": {"type": "object", "properties": {"About": {"type": "array", "items": {"type": "string"}}, "Governance": {"type": "array", "items": {"type": "string"}}, "Legal": {"type": "array", "items": {"type": "string"}}, "Misc": {"type": "array", "items": {"type": "string"}}}, "required": ["About", "Governance", "Legal", "Misc"]}}, "required": ["docs", "about"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "module": {"type": "string"}, "require": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "desc", "module", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sample", "name" : "Sample Module", "desc" : "Description", "module" : "index.js", "require" : ["system"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "desc": {"type": "string"}, "module": {"type": "string"}, "require": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "desc", "module", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"should.js": {"type": "string"}, "should.min.js": {"type": "string"}}, "required": ["should.js", "should.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"should.js" : "sha512-7xc92ceAL6lXT2Cb197k1jXdhAssOUn3m9m8qmYQ3hCCohs9tO++PxDH2UhjaDwoOlcL2y0M8rksb733K6mfCg==", "should.min.js" : "sha512-Xs8d/Gv9918VEQSl5GokcMAJPUC84TzD/JluDB2BY5MtvvgKYDUPSH59+poX0zkqFUpelWYAJlzasyVb50NUQw=="}
json_instruct
{"type": "object", "properties": {"should.js": {"type": "string"}, "should.min.js": {"type": "string"}}, "required": ["should.js", "should.min.js"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "author", "license", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "photon_book", "author" : "Simon Monk <simon@monkmakes.com>", "license" : "MIT", "version" : "0.0.10", "description" : "The code for the book Getting Started with Photon"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "author", "license", "version", "description"], "$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"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "5b40e1525acfc4771e1c6611", "ParentId" : "5b47574386f77428ca22b330", "Price" : 77984}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "adobe.com"}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "depends": {"type": "object", "properties": {"functionapi_common": {"type": "string"}}, "required": ["functionapi_common"]}, "custom": {"type": "object", "properties": {"modmenu:parent": {"type": "string"}, "modmenu:api": {"type": "boolean"}}, "required": ["modmenu:parent", "modmenu:api"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "depends", "custom"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : 1, "id" : "functionapi_common_content", "version" : "1.0.0-SNAPSHOT", "name" : "Function API COMMON Content", "description" : "Common utilities for content registration", "authors" : ["Frontrider"], "contact" : {"homepage" : "", "sources" : ""}, "license" : "CC0-1.0", "icon" : "assets/modid/icon.png", "environment" : "*", "depends" : {"functionapi_common" : "*"}, "custom" : {"modmenu:parent" : "functionapi", "modmenu:api" : true}}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "string"}, "sources": {"type": "string"}}, "required": ["homepage", "sources"]}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "depends": {"type": "object", "properties": {"functionapi_common": {"type": "string"}}, "required": ["functionapi_common"]}, "custom": {"type": "object", "properties": {"modmenu:parent": {"type": "string"}, "modmenu:api": {"type": "boolean"}}, "required": ["modmenu:parent", "modmenu:api"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "icon", "environment", "depends", "custom"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Avize", "dpt" : "Marne", "inscrits" : 1178, "abs" : 275, "votants" : 903, "blancs" : 113, "nuls" : 26, "exp" : 764, "res" : [{"panneau" : "2", "voix" : 396}, {"panneau" : "1", "voix" : 368}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hotels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rooms": {"type": "string"}, "pool": {"type": "string"}, "roomTypes": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "picture": {"type": "string"}}, "required": ["name", "rooms", "pool", "roomTypes", "address", "picture"]}}}, "required": ["hotels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hotels" : [{"name" : "Ritz", "rooms" : "325", "pool" : "Yes", "roomTypes" : ["Grand Suite", "Family", "Couple", "Single"], "address" : "100 Carondelet Plaza, St Louis, MO 63105", "picture" : "ritz.jpg"}, {"name" : "Grand", "rooms" : "1005", "pool" : "No", "roomTypes" : ["Grand America", "Suite", "King", "Queen"], "address" : "555 Main St, Salt Lake City, Utah 84111", "picture" : "GrandAmerica.jpg"}, {"name" : "Trump", "rooms" : "105", "pool" : "Yes", "roomTypes" : ["Presidential Suite", "Grand Room", "King", "Double"], "address" : "725 5th Ave, New York, NY 10022", "picture" : "trumpTower.jpg"}]}
json_instruct
{"type": "object", "properties": {"hotels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "rooms": {"type": "string"}, "pool": {"type": "string"}, "roomTypes": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "picture": {"type": "string"}}, "required": ["name", "rooms", "pool", "roomTypes", "address", "picture"]}}}, "required": ["hotels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"underscore.string.js": {"type": "string"}, "underscore.string.min.js": {"type": "string"}}, "required": ["underscore.string.js", "underscore.string.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"underscore.string.js" : "sha512-0TRaRXKfGi2vFhKExJadmRGX6+BOzT6tPvxFUurA27BfXxZ4wCEdpHrD4k38kB9GirEgCcUVqXhT2H4EW2Cf9Q==", "underscore.string.min.js" : "sha512-MFMNcfbkrjJ/r37q+6NfpS7+iNtVShzfn31/eZzUBx7qhWnCuUAFBouYfc4yT+ShYNomrF+Ju3p5Z4FqHbZqYQ=="}
json_instruct
{"type": "object", "properties": {"underscore.string.js": {"type": "string"}, "underscore.string.min.js": {"type": "string"}}, "required": ["underscore.string.js", "underscore.string.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[15, 11], [26, 15], [15, 3], [0, 13], [12, 15], [15, 24], [15, 26], [3, 15], [11, 15], [7, 15], [11, 15], [15, 23], [21, 14], [15, 10], [15, 6], [15, 24], [4, 15], [27, 2], [2, 15], [25, 5], [7, 15], [22, 19], [18, 15], [15, 26], [15, 12], [8, 20], [7, 15], [15, 10], [15, 2], [15, 7], [15, 26], [2, 15], [11, 15], [15, 3], [1, 17], [15, 7], [9, 15], [23, 15], [15, 12], [15, 9], [15, 9], [23, 15], [26, 15], [23, 15], [7, 15], [26, 15], [24, 15], [16, 12], [15, 3], [15, 10], [9, 15], [11, 15], [15, 26], [15, 3], [15, 26], [15, 4], [23, 15]], "features" : {"0" : "1", "1" : "1", "2" : "4", "3" : "5", "4" : "2", "5" : "1", "6" : "1", "7" : "6", "8" : "1", "9" : "4", "10" : "3", "11" : "5", "12" : "4", "13" : "1", "14" : "1", "15" : "49", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "1", "23" : "5", "24" : "3", "25" : "1", "26" : "8", "27" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"ali-oss": {"type": "string"}, "bluebird": {"type": "string"}, "chalk": {"type": "string"}, "co": {"type": "string"}, "hexo-fs": {"type": "string"}}, "required": ["ali-oss", "bluebird", "chalk", "co", "hexo-fs"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "prettier"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "license", "main", "maintainers", "author", "homepage", "keywords", "repository", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hexo-asset-oss", "version" : "0.1.2", "description" : "Aliyun OSS Image tag and Asset publish for hexo.", "license" : "MIT", "main" : "index.js", "maintainers" : [{"name" : "Stanley Chen", "email" : "chenxuefei_pp@163.com"}], "author" : "stan-chen", "homepage" : "https://github.com/stan-chen/hexo-asset-oss#readme", "keywords" : ["hexo", "aliyun", "oss"], "repository" : {"type" : "git", "url" : "git+https://github.com/stan-chen/hexo-asset-oss.git"}, "dependencies" : {"ali-oss" : "^6.5.1", "bluebird" : "^3.5.0", "chalk" : "^3.0.0", "co" : "^4.6.0", "hexo-fs" : "^2.0.0"}, "devDependencies" : {"eslint" : "^6.8.0", "eslint-plugin-prettier" : "^3.1.2", "prettier" : "^1.19.1"}, "scripts" : {"test" : "eslint */**.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"ali-oss": {"type": "string"}, "bluebird": {"type": "string"}, "chalk": {"type": "string"}, "co": {"type": "string"}, "hexo-fs": {"type": "string"}}, "required": ["ali-oss", "bluebird", "chalk", "co", "hexo-fs"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["eslint", "eslint-plugin-prettier", "prettier"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "license", "main", "maintainers", "author", "homepage", "keywords", "repository", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "timestamp": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "duration": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "status": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "path": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}, "required": ["compiler", "timestamp", "duration", "status", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compiler" : {"S" : "test-gcc"}, "timestamp" : {"S" : "2021-11-09T00:53:52+00:00"}, "duration" : {"N" : "123"}, "status" : {"S" : "SUCCESS"}, "path" : {"S" : "s3://something/tar.xz"}}
json_instruct
{"type": "object", "properties": {"compiler": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "timestamp": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "duration": {"type": "object", "properties": {"N": {"type": "string"}}, "required": ["N"]}, "status": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "path": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}, "required": ["compiler", "timestamp", "duration", "status", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 122831, "name" : "NOVO Tema de Kuroshitsuji Amor Doce", "description" : "Finalmente consegui fazer um tema decente", "user" : {"id" : 307548, "name" : "Mist\u00e9rios de Ooo", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2016-01-08T16:07:43.000Z", "weekly_install_count" : 0, "total_install_count" : 85, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/122831_after.png?r=1586678574", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2016-01-08T16:01:21.000Z", "category" : "site", "raw_subcategory" : "amordoce", "subcategory" : "amordoce", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"amordoce.com\") {\r\n#container{\r\nbackground-image : url(http://i66.tinypic.com/4gln3a.png) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i67.tinypic.com/1z4wg0j.png) !important ;\r\n}\r\n.idcard-member { background : url(http://i65.tinypic.com/5kft79.png) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"http://www.amordoce.com/profil/KatherineDalles\") {\r\n.idcard-member { background : url(http://i65.tinypic.com/5kft79.png) no-repeat !important ;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/122831/novo-tema-de-kurouji-amor-doce.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["emoji-dictionary"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["html-explorer", "readabilityjs"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "coverArt": {"type": "string"}, "copyright_year": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "supporters": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "name"]}}, "sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "integer"}, "title": {"type": "string"}, "readers": {"type": "array", "items": {"type": "integer"}}, "path": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["section", "title", "readers", "path", "duration"]}}}, "required": ["title", "description", "duration", "language", "authors", "coverArt", "copyright_year", "genres", "supporters", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Bible (WEB) 32: Jonah", "description" : "This short narrative book of the Old Testament contains one of the most famous Bible Stories, of \u201cJonah and the Whale.\u201d The \u201cgreat fish\u201d however is only mentioned in three verses, and the true punch comes in the oft-neglected fourth chapter. \u201cIs it right\u201d for a person like Jonah to be vexed by God\u2019s mercy on others?<br />(Summary by Laura Fox)", "duration" : 562, "language" : "English", "authors" : [{"id" : "4152", "name" : " World English Bible"}], "coverArt" : "https://archive.org/download/book_of_jonah_librivox/Book_Jonah_WEB_1109.jpg", "copyright_year" : "0", "genres" : ["World English Bible", "Bibles"], "supporters" : [{"role" : "Read by", "name" : "Fox in the Stars"}, {"role" : "Book Coordinator", "name" : "Fox in the Stars"}, {"role" : "Meta Coordinator", "name" : "Annie Coleman Rothenberg"}], "sections" : [{"section" : 1, "title" : "The Book of Jonah", "readers" : [150], "path" : "https://www.archive.org/download/book_of_jonah_librivox/book_of_jonah_web_64kb.mp3", "duration" : 562}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "coverArt": {"type": "string"}, "copyright_year": {"type": "string"}, "genres": {"type": "array", "items": {"type": "string"}}, "supporters": {"type": "array", "items": {"type": "object", "properties": {"role": {"type": "string"}, "name": {"type": "string"}}, "required": ["role", "name"]}}, "sections": {"type": "array", "items": {"type": "object", "properties": {"section": {"type": "integer"}, "title": {"type": "string"}, "readers": {"type": "array", "items": {"type": "integer"}}, "path": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["section", "title", "readers", "path", "duration"]}}}, "required": ["title", "description", "duration", "language", "authors", "coverArt", "copyright_year", "genres", "supporters", "sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"2.1.10": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["2.1.10"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["2.1.10"], "meta" : {"description" : "Provides a Pythonic interface to IRAF", "homepage" : "http://www.stsci.edu/resources/software_hardware/pyraf", "license" : ""}, "versions" : {"2.1.10" : {"sha256" : "040085e0de7d509701bd8aaa9d2abf16f7c3a5db655a2a78a43252c143b20199", "url" : "https://files.pythonhosted.org/packages/36/cb/a4afd05cbc148a8caea87feca1bb4b4c045e17c4899486b51f712b32655f/pyraf-2.1.10.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"2.1.10": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["2.1.10"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : [69.4726, 54.3777, 0.885135, 68.323, 60.5571, 0.871158, 63.2866, 59.4001, 0.825914, 57.4727, 54.3571, 0.820926, 52.434, 46.6234, 0.789693, 73.3705, 60.9648, 0.89867, 76.061, 69.8697, 0.823693, 75.6766, 78.0055, 0.774032, 68.3226, 77.238, 0.742324, 65.2194, 77.2326, 0.720854, 66.7691, 92.3383, 0.793756, 67.5442, 105.529, 0.776665, 71.799, 77.6139, 0.72711, 71.8066, 91.962, 0.760624, 72.9475, 105.91, 0.774813, 67.5435, 53.5878, 0.844927, 70.24, 53.2108, 0.854808, 66.3814, 54.3519, 0.791905, 71.8127, 54.3483, 0.643669, 72.9528, 109.015, 0.628808, 73.755, 107.854, 0.660827, 72.1906, 107.445, 0.586484, 67.5558, 109.39, 0.708287, 66.3668, 108.237, 0.706051, 68.7013, 107.082, 0.617295], "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#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[-8021.52147592965, 0, 7687.348]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1602041001, "parent" : 1602041, "name" : "MARI BAYA", "latitude" : null, "longitude" : null, "postal" : [30674, 30670], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "baseImagePath": {"type": "string"}}, "required": ["name", "baseImagePath"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Budynki jednorodzinne", "baseImagePath" : "family.jpg"}, {"name" : "Budynki wielorodzinne", "baseImagePath" : "multifamily.jpg"}, {"name" : "Budynki u\u017cyteczno\u015bci publicznej", "baseImagePath" : "public.jpg"}, {"name" : "Budynki przemys\u0142owe", "baseImagePath" : "factory.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "baseImagePath": {"type": "string"}}, "required": ["name", "baseImagePath"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"province": {"type": "object", "properties": {"CR-A": {"type": "string"}, "CR-C": {"type": "string"}, "CR-G": {"type": "string"}, "CR-H": {"type": "string"}, "CR-L": {"type": "string"}, "CR-P": {"type": "string"}, "CR-SJ": {"type": "string"}}, "required": ["CR-A", "CR-C", "CR-G", "CR-H", "CR-L", "CR-P", "CR-SJ"]}}, "required": ["province"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"province" : {"CR-A" : "Alajuela", "CR-C" : "Cartago", "CR-G" : "Guanacaste", "CR-H" : "Heredia", "CR-L" : "Lim\u00f3n", "CR-P" : "Puntarenas", "CR-SJ" : "San Jos\u00e9"}}
json_instruct
{"type": "object", "properties": {"province": {"type": "object", "properties": {"CR-A": {"type": "string"}, "CR-C": {"type": "string"}, "CR-G": {"type": "string"}, "CR-H": {"type": "string"}, "CR-L": {"type": "string"}, "CR-P": {"type": "string"}, "CR-SJ": {"type": "string"}}, "required": ["CR-A", "CR-C", "CR-G", "CR-H", "CR-L", "CR-P", "CR-SJ"]}}, "required": ["province"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"peterthomas6": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["peterthomas6"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"peterthomas6" : {"title" : "PeterThomas6", "channel_id" : 23920944, "link" : "http://twitch.tv/peterthomas6", "desc" : null, "plans" : {"$4.99" : "58254", "$9.99" : "58255", "$24.99" : "58256"}, "id" : "peterthomas6", "first_seen" : "2017-06-30 20:00:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 58256, "emotes" : [{"code" : "petertGG", "image_id" : 222014, "set" : 58256}, {"code" : "petertLove", "image_id" : 222048, "set" : 58255}, {"code" : "petertBH", "image_id" : 222086, "set" : 58254}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"peterthomas6": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["peterthomas6"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"__default__": {"type": "object", "properties": {"time": {"type": "string"}, "nodes": {"type": "integer"}, "partition": {"type": "string"}, "ntasks": {"type": "string"}, "name": {"type": "string"}, "log": {"type": "string"}}, "required": ["time", "nodes", "partition", "ntasks", "name", "log"]}}, "required": ["__default__"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__default__" : {"time" : "0-02:00:00", "nodes" : 1, "partition" : "all", "ntasks" : "{threads}", "name" : "DoGE-{rule}", "log" : "DoGE-{rule}-%J.log"}}
json_instruct
{"type": "object", "properties": {"__default__": {"type": "object", "properties": {"time": {"type": "string"}, "nodes": {"type": "integer"}, "partition": {"type": "string"}, "ntasks": {"type": "string"}, "name": {"type": "string"}, "log": {"type": "string"}}, "required": ["time", "nodes", "partition", "ntasks", "name", "log"]}}, "required": ["__default__"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/Users/shanbo/Documents/app/node_modules/react-native-mail/android/build/intermediates/res/merged/release/drawable-v23/abc_control_background_material.xml", "source" : "/Users/shanbo/.gradle/caches/transforms-1/files-1.1/appcompat-v7-23.0.1.aar/b2d379bc9007f75545c2d85d3127498d/res/drawable-v23/abc_control_background_material.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "resource_state": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "profile_medium": {"type": "string"}, "profile": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "sex": {"type": "string"}, "friend": {"type": "null"}, "follower": {"type": "string"}, "premium": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["id", "resource_state", "firstname", "lastname", "profile_medium", "profile", "city", "state", "country", "sex", "friend", "follower", "premium", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 227615, "resource_state" : 2, "firstname" : "John", "lastname" : "Applestrava", "profile_medium" : "http://pics.com/227615/medium.jpg", "profile" : "http://pics.com/227615/large.jpg", "city" : "San Francisco", "state" : "CA", "country" : "United States", "sex" : "M", "friend" : null, "follower" : "accepted", "premium" : true, "created_at" : "2011-03-19T21:59:57Z", "updated_at" : "2013-09-05T16:46:54Z"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "resource_state": {"type": "integer"}, "firstname": {"type": "string"}, "lastname": {"type": "string"}, "profile_medium": {"type": "string"}, "profile": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "sex": {"type": "string"}, "friend": {"type": "null"}, "follower": {"type": "string"}, "premium": {"type": "boolean"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["id", "resource_state", "firstname", "lastname", "profile_medium", "profile", "city", "state", "country", "sex", "friend", "follower", "premium", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cite-desc": {"type": "string"}, "cite_error": {"type": "string"}, "cite_error_ref_no_key": {"type": "string"}, "cite_error_ref_too_many_keys": {"type": "string"}, "cite_error_ref_no_input": {"type": "string"}, "cite_error_references_invalid_parameters": {"type": "string"}, "cite_error_references_no_text": {"type": "string"}, "cite_error_included_ref": {"type": "string"}, "cite_error_group_refs_without_references": {"type": "string"}, "cite_references_link_accessibility_label": {"type": "string"}, "cite_references_link_many_accessibility_label": {"type": "string"}}, "required": ["@metadata", "cite-desc", "cite_error", "cite_error_ref_no_key", "cite_error_ref_too_many_keys", "cite_error_ref_no_input", "cite_error_references_invalid_parameters", "cite_error_references_no_text", "cite_error_included_ref", "cite_error_group_refs_without_references", "cite_references_link_accessibility_label", "cite_references_link_many_accessibility_label"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Bonevarluri", "Mogoeilor"]}, "cite-desc" : " <code>&lt;ref[ name=id]&gt;</code> \u0648 &lt;\u0633\u0631\u0686\u0634\u0645\u0647 \u06cc\u0627/&gt; tags,\u0648 \u062a\u06af\u06cc\u0627 \u0646\u0647 \u062f \u06af\u0648\u062a\u0646\u06cc\u0627 \u0627\u0636\u0627\u0641 \u0628\u06a9\u06cc\u062f", "cite_error" : "\u062e\u0671\u062a\u0627 \u062c\u0627\u06af\u0671:$1", "cite_error_ref_no_key" : "\u0646\u0627\u0645\u0639\u062a\u0648\u0631<code>&lt;ref&gt;</code> \u0633\u0631\u062f\u06cc\u0633;\n\u0647\u06cc\u0686 \u0645\u06cc\u0646\u0648\u0646\u0647 \u0627\u06cc \u06a9\u0647 \u0648\u0627\u0633 \u0646\u0648\u0645\u0634 \u062f\u06cc\u0627\u0631 \u0628\u0627 \u062f\u0634 \u0646\u0626", "cite_error_ref_too_many_keys" : "\u0646\u0627\u0645\u0639\u062a\u0648\u0631<code>&lt;ref&gt;</code> \u0633\u0631\u062f\u06cc\u0633\u061b\n\u0646\u0648\u0645\u06cc\u0627 \u0646\u0627\u0645\u0639\u062a\u0648\u0631\u060c \u0647\u0645\u0686\u0646\u0648 \u0641\u0631\u0647 \u0626\u0647", "cite_error_ref_no_input" : "\u0646\u0627\u0645\u0639\u062a\u0648\u0631<code>&lt;ref&gt;</code> \u0633\u0631\u062f\u06cc\u0633;\n\u0647\u06cc\u0686 \u0645\u06cc\u0646\u0648\u0646\u0647 \u0627\u06cc \u06a9\u0647 \u0648\u0627\u0633 \u0646\u0648\u0645\u0634 \u062f\u06cc\u0627\u0631 \u0628\u0627 \u062f\u0634 \u0646\u0626", "cite_error_references_invalid_parameters" : "\u0646\u0627\u0645\u0639\u062a\u0648\u0631<code>&lt;\u0633\u0631\u0686\u0634\u0645\u0647 \u06cc\u0627&gt;</code> \u0633\u0631\u062f\u06cc\u0633;\n\u0647\u06cc\u0686 \u067e\u0627\u0631\u0627\u0645\u062a\u0631\u06cc \u0635\u0644\u0627\u062f\u0627\u0631 \u0646\u0626.\n\u0648\u0647 \u06a9\u0627\u0631 \u06af\u0631\u062a\u0646<code>&lt;\u0633\u0631\u0686\u0634\u0645\u0647 \u06cc\u0627/&gt;</code>", "cite_error_references_no_text" : "\u0646\u0627\u0645\u0639\u062a\u0648\u0631 <code>&lt;ref&gt;</code> \u0633\u0631\u062f\u06cc\u0633;\n\u0647\u06cc\u0686 \u0646\u06cc\u0633\u0633\u0647 \u06cc\u06cc \u0633\u06cc \u0686\u06cc\u0627 \u0646\u0648\u0645 \u0646\u06cc\u0627\u0626\u0647 \u062f\u06cc\u0627\u0631 \u0646\u06a9\u0631\u062f\u0647<code>$1</code>", "cite_error_included_ref" : "Closing <code>&lt;/ref&gt;</code> \u06af\u0645 \u0628\u06cc\u0647 \u0633\u06cc <code>&lt;ref&gt;</code> \u0633\u0631\u062f\u06cc\u0633", "cite_error_group_refs_without_references" : "<code>&lt;ref&gt;</code> \u0633\u0631\u062f\u06cc\u0633\u06cc \u0633\u06cc \u062f\u0633\u0647 \u0627\u06cc \u06a9\u0647 \u062f\"$1\" \u0646\u0648\u0645 \u062f\u06cc\u0627\u0631\u0647 , \u0648\u0644\u06cc \u062f\u06cc\u0627\u0631\u06cc \u0646\u06a9\u0631\u062f\u0647<code>&lt;\u062f\u0633\u0647 \u0633\u0631\u0686\u0634\u0645\u0647=\"$1\"/&gt;</code> tag \u067e\u06cc\u062f\u0627 \u0646\u0628\u06cc, \u06cc\u0627 \u0628\u0633\u062a\u0647 \u0628\u06cc\u0647<code>&lt;/ref&gt;</code> \u06af\u0645 \u0628\u06cc\u0647", "cite_references_link_accessibility_label" : "\u0628\u0627\u0644\u0627 \u067e\u0631\u0633\u0646", "cite_references_link_many_accessibility_label" : "\u067e\u0631\u0633\u062a\u0646 \u062f"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cite-desc": {"type": "string"}, "cite_error": {"type": "string"}, "cite_error_ref_no_key": {"type": "string"}, "cite_error_ref_too_many_keys": {"type": "string"}, "cite_error_ref_no_input": {"type": "string"}, "cite_error_references_invalid_parameters": {"type": "string"}, "cite_error_references_no_text": {"type": "string"}, "cite_error_included_ref": {"type": "string"}, "cite_error_group_refs_without_references": {"type": "string"}, "cite_references_link_accessibility_label": {"type": "string"}, "cite_references_link_many_accessibility_label": {"type": "string"}}, "required": ["@metadata", "cite-desc", "cite_error", "cite_error_ref_no_key", "cite_error_ref_too_many_keys", "cite_error_ref_no_input", "cite_error_references_invalid_parameters", "cite_error_references_no_text", "cite_error_included_ref", "cite_error_group_refs_without_references", "cite_references_link_accessibility_label", "cite_references_link_many_accessibility_label"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"templmd5" : "523d4615240572e66d3c9373d01f37cd", "number" : "325", "title" : "Consegna gratuita dei farmaci a domicilio alle persone con disabilit\u00e0", "BACKCOLOR" : "cyan", "FRONTCOLOR" : "black", "filemd5" : "9bb09865b39cb9d1412d04ce7ecf967f"}
json_instruct
{"type": "object", "properties": {"templmd5": {"type": "string"}, "number": {"type": "string"}, "title": {"type": "string"}, "BACKCOLOR": {"type": "string"}, "FRONTCOLOR": {"type": "string"}, "filemd5": {"type": "string"}}, "required": ["templmd5", "number", "title", "BACKCOLOR", "FRONTCOLOR", "filemd5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bamaligncleaner", "downloads" : 800, "count" : 410}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [466.152, 235.058, 1, 477.405, 258.134, 1, 461.051, 249.07, 1, 432.783, 305.739, 1, 443.762, 282.357, 1, 502.021, 263.416, 1, 469.043, 311.654, 1, 439.769, 290.477, 1, 451.996, 359.228, 1, 452.4, 444.875, 1, 452.753, 488.98, 1, 475.628, 360.308, 1, 496.035, 444.438, 1, 513.395, 482.255, 1, 463.947, 231.407, 1, 470.491, 231.188, 1, 471.406, 229.187, 0, 485.361, 231.134, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"http": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "throttlerProfiles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "latency": {"type": "integer"}, "bandwidth": {"type": "integer"}, "packetLoss": {"type": "number"}}, "required": ["name", "latency", "bandwidth", "packetLoss"]}}, "blockerTraficTypes": {"type": "array", "items": {"type": "string"}}, "blockerProtocols": {"type": "array", "items": {"type": "string"}}}, "required": ["http", "throttlerProfiles", "blockerTraficTypes", "blockerProtocols"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"http" : {"port" : 5000}, "throttlerProfiles" : [{"name" : "GPRS (good)", "latency" : 500, "bandwidth" : 50, "packetLoss" : 1.5}, {"name" : "EDGE (good)", "latency" : 300, "bandwidth" : 250, "packetLoss" : 1.5}, {"name" : "3G/HSDPA (good)", "latency" : 250, "bandwidth" : 750, "packetLoss" : 1.5}, {"name" : "DIAL-UP (good)", "latency" : 185, "bandwidth" : 40, "packetLoss" : 2}, {"name" : "DSL (poor)", "latency" : 70, "bandwidth" : 2000, "packetLoss" : 2}, {"name" : "DSL (good)", "latency" : 40, "bandwidth" : 8000, "packetLoss" : 0.5}, {"name" : "WIFI (good)", "latency" : 40, "bandwidth" : 30000, "packetLoss" : 0.2}, {"name" : "Satellite", "latency" : 1500, "bandwidth" : 100000, "packetLoss" : 2}, {"name" : "No Internet Connection", "latency" : 500, "bandwidth" : 5, "packetLoss" : 100}], "blockerTraficTypes" : ["inbound", "outbound", "forward"], "blockerProtocols" : ["tcp", "udp"]}
json_instruct
{"type": "object", "properties": {"http": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "throttlerProfiles": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "latency": {"type": "integer"}, "bandwidth": {"type": "integer"}, "packetLoss": {"type": "number"}}, "required": ["name", "latency", "bandwidth", "packetLoss"]}}, "blockerTraficTypes": {"type": "array", "items": {"type": "string"}}, "blockerProtocols": {"type": "array", "items": {"type": "string"}}}, "required": ["http", "throttlerProfiles", "blockerTraficTypes", "blockerProtocols"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha256-Q4VEnxg8V20y3hELPaDqCAdLR3eK4s7F1qt3vFw8UJo=", "aws-sdk.min.js" : "sha256-HkQ1lIK6vCpyGb1LfLwj/OkUufxnnI9FZSbCYwxlFCs="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"redis": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}}, "required": ["redis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"redis" : {"host" : "127.0.0.1", "port" : 6379}}
json_instruct
{"type": "object", "properties": {"redis": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}}, "required": ["redis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "administerial", "definition" : "Pertaining to administration, or to the executive part of government."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "id" : "ZWE", "properties" : {"name" : "Zimbabwe"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[31.191409, -22.25151], [30.659865, -22.151567], [30.322883, -22.271612], [29.839037, -22.102216], [29.432188, -22.091313], [28.794656, -21.639454], [28.02137, -21.485975], [27.727228, -20.851802], [27.724747, -20.499059], [27.296505, -20.39152], [26.164791, -19.293086], [25.850391, -18.714413], [25.649163, -18.536026], [25.264226, -17.73654], [26.381935, -17.846042], [26.706773, -17.961229], [27.044427, -17.938026], [27.598243, -17.290831], [28.467906, -16.4684], [28.825869, -16.389749], [28.947463, -16.043051], [29.516834, -15.644678], [30.274256, -15.507787], [30.338955, -15.880839], [31.173064, -15.860944], [31.636498, -16.07199], [31.852041, -16.319417], [32.328239, -16.392074], [32.847639, -16.713398], [32.849861, -17.979057], [32.654886, -18.67209], [32.611994, -19.419383], [32.772708, -19.715592], [32.659743, -20.30429], [32.508693, -20.395292], [32.244988, -21.116489], [31.191409, -22.25151]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "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" : "0xc39ac05152663cbf6c8fea0fe71ddcaf313630dc", "tool" : "osiris", "start" : 1564619035.5959022, "end" : 1564619105.8076358, "duration" : 70.21173357963562, "analysis" : [{"errors" : [{"line" : 118, "column" : 16, "message" : "underflow_bugs"}], "file" : "/unique_chucks/41/0xc39ac05152663cbf6c8fea0fe71ddcaf313630dc.sol", "name" : "BUSD"}, {"errors" : [], "file" : "/unique_chucks/41/0xc39ac05152663cbf6c8fea0fe71ddcaf313630dc.sol", "name" : "Owned"}, {"errors" : [], "file" : "/unique_chucks/41/0xc39ac05152663cbf6c8fea0fe71ddcaf313630dc.sol", "name" : "SafeMath"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "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": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : {"1" : [{"1" : "Sibiu, Romania (SBZ)", "2" : "airport", "3" : "SBZ", "4" : "SBZ", "5" : "Sibiu", "6" : 24.0913889, "7" : 45.7855556, "10" : "Europe/Bucharest"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"xcode": {"type": "string"}}, "required": ["xcode"]}, "peerDependencies": {"type": "object", "properties": {"@shoutem/core": {"type": "string"}}, "required": ["@shoutem/core"]}, "rnpm": {"type": "object", "properties": {"commands": {"type": "object", "properties": {"postlink": {"type": "string"}}, "required": ["postlink"]}}, "required": ["commands"]}}, "required": ["name", "version", "description", "dependencies", "peerDependencies", "rnpm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shoutem.push-notifications", "version" : "1.7.0", "description" : "Base extension for push notifications", "dependencies" : {"xcode" : "0.8.9"}, "peerDependencies" : {"@shoutem/core" : "*"}, "rnpm" : {"commands" : {"postlink" : "node node_modules/shoutem.push-notifications/scripts/run.js"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"xcode": {"type": "string"}}, "required": ["xcode"]}, "peerDependencies": {"type": "object", "properties": {"@shoutem/core": {"type": "string"}}, "required": ["@shoutem/core"]}, "rnpm": {"type": "object", "properties": {"commands": {"type": "object", "properties": {"postlink": {"type": "string"}}, "required": ["postlink"]}}, "required": ["commands"]}}, "required": ["name", "version", "description", "dependencies", "peerDependencies", "rnpm"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Person": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ReleaseDate": {"type": "string"}, "PersonName": {"type": "string"}, "OrganizationName": {"type": "string"}, "Email": {"type": "string"}}, "required": ["ResourceID", "ReleaseDate", "PersonName", "OrganizationName", "Email"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Person"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_2.xsd", "Version" : "2.2.2", "Person" : {"ResourceID" : "spase://SMWG/Person/Stephen.L.Kell", "ReleaseDate" : "2012-05-03T00:00:00Z", "PersonName" : "Stephen L. Kell", "OrganizationName" : "National Solar Observatory, Sac Peak", "Email" : "skell@nso.edu"}}}
json_instruct
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Person": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ReleaseDate": {"type": "string"}, "PersonName": {"type": "string"}, "OrganizationName": {"type": "string"}, "Email": {"type": "string"}}, "required": ["ResourceID", "ReleaseDate", "PersonName", "OrganizationName", "Email"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Person"]}}, "required": ["Spase"], "$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"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"AdminLTE": {"type": "string"}, "jquery": {"type": "string"}, "angular": {"type": "string"}, "AngularJS-Toaster": {"type": "string"}, "ng-file-upload": {"type": "string"}, "ng-ckeditor": {"type": "string"}, "ckeditor": {"type": "string"}, "angular-ui-mask": {"type": "string"}, "angular-material": {"type": "string"}, "angular-google-places-autocomplete": {"type": "string"}, "underscore": {"type": "string"}, "angular-paging": {"type": "string"}}, "required": ["AdminLTE", "jquery", "angular", "AngularJS-Toaster", "ng-file-upload", "ng-ckeditor", "ckeditor", "angular-ui-mask", "angular-material", "angular-google-places-autocomplete", "underscore", "angular-paging"]}}, "required": ["name", "description", "main", "authors", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "LaravelApiAdminBoilerplate", "description" : "This is a simple boiler plate for laravel(5.5) API with Admin LTE theme.", "main" : "", "authors" : ["Binit Ghetiya <binitlearning@gmail.com>"], "license" : "MIT", "homepage" : "", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"AdminLTE" : "admin-lte#2.3.6", "jquery" : "^3.1.0", "angular" : "^1.5.8", "AngularJS-Toaster" : "angularjs-toaster#^2.1.0", "ng-file-upload" : "^12.2.13", "ng-ckeditor" : "^0.2.1", "ckeditor" : "^4.6.2", "angular-ui-mask" : "^1.8.7", "angular-material" : "^1.1.4", "angular-google-places-autocomplete" : "^0.2.7", "underscore" : "^1.8.3", "angular-paging" : "2.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"AdminLTE": {"type": "string"}, "jquery": {"type": "string"}, "angular": {"type": "string"}, "AngularJS-Toaster": {"type": "string"}, "ng-file-upload": {"type": "string"}, "ng-ckeditor": {"type": "string"}, "ckeditor": {"type": "string"}, "angular-ui-mask": {"type": "string"}, "angular-material": {"type": "string"}, "angular-google-places-autocomplete": {"type": "string"}, "underscore": {"type": "string"}, "angular-paging": {"type": "string"}}, "required": ["AdminLTE", "jquery", "angular", "AngularJS-Toaster", "ng-file-upload", "ng-ckeditor", "ckeditor", "angular-ui-mask", "angular-material", "angular-google-places-autocomplete", "underscore", "angular-paging"]}}, "required": ["name", "description", "main", "authors", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessKeyId" : "ceIofbiz53KRvroPihJn", "secretAccessKey" : "MI5s8aUca/6av7h3qAQJuoJBLIJL+iDKKozwFDOd", "region" : "us-west-2"}
json_instruct
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$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"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Aspen", "description" : "A Python file-based web framework.", "url" : "http://aspen.io/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"1045": {"type": "string"}, "1047": {"type": "string"}}, "required": ["1045", "1047"]}, "timeto": {"type": "object", "properties": {"1045": {"type": "number"}, "1047": {"type": "number"}}, "required": ["1045", "1047"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1046, "title" : ["[Glo'antern Moor, Forest's Edge]"], "description" : ["The trail winds along just outside the conifer forest, a small line of demarcation between the encroaching trees and the grassy moor. It is as if someone has drawn a ragged, wavy line in the earth and declared, \"Trees on this side, grass on that side.\" No grasses invade the needle-covered ground beneath the pines, and no saplings attempt to push up through the moor's tight blades of grass. The moons shine down brightly from overhead, equally lighting both sides of the demarcation line.", "The trail winds along just outside the conifer forest, a small line of demarcation between the encroaching trees and the grassy moor. It is as if someone has drawn a ragged, wavy line in the earth and declared, \"Trees on this side, grass on that side.\" No grasses invade the needle-covered ground beneath the pines, and no saplings attempt to push up through the moor's tight blades of grass. A hawk slowly circles overhead, looking for a meal on either side of the demarcation line."], "paths" : ["Obvious paths: northeast, northwest"], "location" : "the Locksmehr Trail", "wayto" : {"1045" : "northeast", "1047" : "northwest"}, "timeto" : {"1045" : 0.2, "1047" : 0.2}, "image" : "en-trail-1264234799.png", "image_coords" : [1104, 460, 1114, 470], "tags" : ["handful of pinenuts", "wild pink geranium", "some pine needles", "bright red cranberry", "pine cone"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"1045": {"type": "string"}, "1047": {"type": "string"}}, "required": ["1045", "1047"]}, "timeto": {"type": "object", "properties": {"1045": {"type": "number"}, "1047": {"type": "number"}}, "required": ["1045", "1047"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u4e16\u754c\u306f\u604b\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "SeikoDanceKenkyukai", "description" : "\u307f\u304f\u3055\u3093", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2267208/thumbnail-2267208_0004.jpg?itok=PFsjwAvH", "download" : "https://ecchi.iwara.tv/api/video/yzaqbiyonds0yvqzb", "origin" : "https://ecchi.iwara.tv/videos/yzaqbiyonds0yvqzb"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"audio_loop": {"type": "string"}, "base_spec": {"type": "string"}, "damage": {"type": "integer"}, "events": {"type": "object", "properties": {"died": {"type": "object", "properties": {"audio_cue": {"type": "string"}, "effect_scale": {"type": "number"}, "effect_spec": {"type": "string"}}, "required": ["audio_cue", "effect_scale", "effect_spec"]}}, "required": ["died"]}, "full_damage_splash_radius": {"type": "integer"}, "influence_radius": {"type": "integer"}, "initial_velocity": {"type": "number"}, "lifetime": {"type": "integer"}, "model": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}, "spawn_unit_on_death": {"type": "string"}, "splash_damage": {"type": "integer"}, "splash_damages_allies": {"type": "boolean"}, "splash_radius": {"type": "integer"}}, "required": ["audio_loop", "base_spec", "damage", "events", "full_damage_splash_radius", "influence_radius", "initial_velocity", "lifetime", "model", "spawn_unit_on_death", "splash_damage", "splash_damages_allies", "splash_radius"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"audio_loop" : "/SE/Movement/missile/artillery_short_missile_fly_loop", "base_spec" : "/pa/ammo/base_artillery/base_artillery.json", "damage" : 0, "events" : {"died" : {"audio_cue" : "/SE/Impacts/unit_cannon_unit_impact", "effect_scale" : 0.5, "effect_spec" : "/pa/units/air/unit_shell/unit_shell_deploy.pfx"}}, "full_damage_splash_radius" : 0, "influence_radius" : 400, "initial_velocity" : 150.0, "lifetime" : 30, "model" : {"filename" : "/pa/units/air/unit_shell_small/unit_shell_small.papa"}, "spawn_unit_on_death" : "/pa/units/land/assault_bot/assault_bot.json", "splash_damage" : 15, "splash_damages_allies" : false, "splash_radius" : 2}
json_instruct
{"type": "object", "properties": {"audio_loop": {"type": "string"}, "base_spec": {"type": "string"}, "damage": {"type": "integer"}, "events": {"type": "object", "properties": {"died": {"type": "object", "properties": {"audio_cue": {"type": "string"}, "effect_scale": {"type": "number"}, "effect_spec": {"type": "string"}}, "required": ["audio_cue", "effect_scale", "effect_spec"]}}, "required": ["died"]}, "full_damage_splash_radius": {"type": "integer"}, "influence_radius": {"type": "integer"}, "initial_velocity": {"type": "number"}, "lifetime": {"type": "integer"}, "model": {"type": "object", "properties": {"filename": {"type": "string"}}, "required": ["filename"]}, "spawn_unit_on_death": {"type": "string"}, "splash_damage": {"type": "integer"}, "splash_damages_allies": {"type": "boolean"}, "splash_radius": {"type": "integer"}}, "required": ["audio_loop", "base_spec", "damage", "events", "full_damage_splash_radius", "influence_radius", "initial_velocity", "lifetime", "model", "spawn_unit_on_death", "splash_damage", "splash_damages_allies", "splash_radius"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 69442, "cartId" : "76f1ab1a-7efc-4fa0-bf85-982b4e2f5bc6", "preferredProducts" : [2500, 1747, 4703, 3083], "productReviews" : [{"productId" : 1937, "reviewText" : "My Shih-Tzu loves to play with it.", "reviewDate" : "2017-01-13T11:47:22.2954032+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2005", "provinceId" : "35", "regencyId" : "03", "districtId" : "05", "name" : "Ngepeh"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "<i>Serverless</i> is one of those unfortunate names that confuse the hell out of people because it\u2019s a lie. Your software most definitely runs on a server.", "created" : "Mon, 01 Apr 2019 18:44:53 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 an example JSON object that satisfies this schema: {"type": "object", "properties": {"fault": {"type": "object", "properties": {"faultstring": {"type": "string"}, "detail": {"type": "object", "properties": {"errorcode": {"type": "string"}}, "required": ["errorcode"]}}, "required": ["faultstring", "detail"]}}, "required": ["fault"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fault" : {"faultstring" : "Content-Length is missing", "detail" : {"errorcode" : "messaging.adaptors.http.flow.LengthRequired"}}}
json_instruct
{"type": "object", "properties": {"fault": {"type": "object", "properties": {"faultstring": {"type": "string"}, "detail": {"type": "object", "properties": {"errorcode": {"type": "string"}}, "required": ["errorcode"]}}, "required": ["faultstring", "detail"]}}, "required": ["fault"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:35.109201", "required_by" : ["edgesense"], "requires" : ["networkx"], "package" : "python-louvain"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"QCObjects.js": {"type": "string"}, "QCObjects.min.js": {"type": "string"}}, "required": ["QCObjects.js", "QCObjects.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"QCObjects.js" : "sha512-jiJ0TeAQqypRwVOj5WCuHnDNpzN6iGwJ6eeltkN7zXjXSzX6RacHT1lUhP0BAQzDvT+5VQ+MZ/3012sbSbPeOQ==", "QCObjects.min.js" : "sha512-63TRVg4oaKf2qajtlj4tsd09cRhFYwrXh9F8yAgEfdrV3sLiyGCs5OgYk2xdhEfodRve3aQakFoAY9oAeti1zA=="}
json_instruct
{"type": "object", "properties": {"QCObjects.js": {"type": "string"}, "QCObjects.min.js": {"type": "string"}}, "required": ["QCObjects.js", "QCObjects.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARNEL2O1187FB4421A", "artist_latitude" : 33.89627, "artist_location" : "Houston, MS", "artist_longitude" : -89.00018, "artist_name" : "Bukka White", "duration" : 342.7522, "num_songs" : 1, "song_id" : "SOXHAHK12A6D4FBEBA", "title" : "Single Man Blues", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "toggle": {"type": "string"}}, "required": ["widgetLabel", "toggle"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"widgetLabel" : "Preklopi navigacijo", "toggle" : "Preklopi na pomik ali 3D vrtenje"}
json_instruct
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "toggle": {"type": "string"}}, "required": ["widgetLabel", "toggle"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dist_name": {"type": "string"}, "bootstrap": {"type": "string"}, "archs": {"type": "array", "items": {"type": "string"}}, "ndk_api": {"type": "integer"}, "use_setup_py": {"type": "boolean"}, "recipes": {"type": "array", "items": {"type": "string"}}, "hostpython": {"type": "string"}, "python_version": {"type": "string"}}, "required": ["dist_name", "bootstrap", "archs", "ndk_api", "use_setup_py", "recipes", "hostpython", "python_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dist_name" : "mylistofdeptors", "bootstrap" : "sdl2", "archs" : ["armeabi-v7a"], "ndk_api" : 21, "use_setup_py" : true, "recipes" : ["hostpython3", "libffi", "openssl", "sdl2_image", "sdl2_mixer", "sdl2_ttf", "sqlite3", "python3", "sdl2", "setuptools", "requests", "six", "pyjnius", "android", "kivy"], "hostpython" : "/home/petras/Documents/python/kivy/ListOfDeptors/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3", "python_version" : "3.7"}
json_instruct
{"type": "object", "properties": {"dist_name": {"type": "string"}, "bootstrap": {"type": "string"}, "archs": {"type": "array", "items": {"type": "string"}}, "ndk_api": {"type": "integer"}, "use_setup_py": {"type": "boolean"}, "recipes": {"type": "array", "items": {"type": "string"}}, "hostpython": {"type": "string"}, "python_version": {"type": "string"}}, "required": ["dist_name", "bootstrap", "archs", "ndk_api", "use_setup_py", "recipes", "hostpython", "python_version"], "$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": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "80322", "place_name" : "Nayarit", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Pradera Dorada", "place_type" : "Fraccionamiento", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Antonio Yamaguchi Gonz\u00e1lez", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Los Pinos", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Secciones Hermanas CTM", "place_type" : "Ampliaci\u00f3n", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Pueblo Nuevo No. 1", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Manuel \u00c1vila Camacho (Obrera)", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Secciones Hermanas CTM", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Jos\u00e9 Mar\u00eda Mart\u00ednez CTM INFONAVIT", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Rinc\u00f3n de Navolato", "place_type" : "Fraccionamiento", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}, {"postal_code" : "80322", "place_name" : "Los Alcanfores", "place_type" : "Colonia", "county" : "Navolato", "state" : "Sinaloa", "city" : "Navolato"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "cSpell.words": {"type": "array", "items": {"type": "string"}}, "typescript.tsdk": {"type": "string"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["source.fixAll.eslint"]}, "eslint.validate": {"type": "array", "items": {"type": "string"}}, "editor.detectIndentation": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}}, "required": ["editor.formatOnSave", "cSpell.words", "typescript.tsdk", "editor.codeActionsOnSave", "eslint.validate", "editor.detectIndentation", "editor.tabSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.formatOnSave" : true, "cSpell.words" : ["beforeinput", "bodyparser", "browserslist", "chmod", "clonedeep", "compositionend", "compositionstart", "config", "contenteditable", "elems", "hoverbar", "img", "isequal", "js", "keyscan", "middlewares", "mkdir", "next", "nocheck", "prettier", "prettierrc", "prismjs", "snabbdom", "src", "team", "tecent", "ts", "uppy", "vdom", "vnode", "wangeditor", "wangfupeng", "we", "write", "yuque"], "typescript.tsdk" : "node_modules/typescript/lib", "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true}, "eslint.validate" : ["javascript"], "editor.detectIndentation" : false, "editor.tabSize" : 2}
json_instruct
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "cSpell.words": {"type": "array", "items": {"type": "string"}}, "typescript.tsdk": {"type": "string"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}}, "required": ["source.fixAll.eslint"]}, "eslint.validate": {"type": "array", "items": {"type": "string"}}, "editor.detectIndentation": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}}, "required": ["editor.formatOnSave", "cSpell.words", "typescript.tsdk", "editor.codeActionsOnSave", "eslint.validate", "editor.detectIndentation", "editor.tabSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ota": {"type": "array", "items": {"type": "object", "properties": {"Version": {"type": "integer"}, "URL": {"type": "string"}, "Digest": {"type": "string"}, "EraseVer": {"type": "boolean"}}, "required": ["Version", "URL", "Digest", "EraseVer"]}}}, "required": ["ota"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ota" : [{"Version" : 2, "URL" : "https://otaimageserver.s3.ap-south-1.amazonaws.com/ota_mqtt_wo_tls_2.bin", "Digest" : "392ef2b97cbdf9a5af37102935b9d6f3b9c1206da704a18f4f2ecea11f21ce0c", "EraseVer" : false}]}
json_instruct
{"type": "object", "properties": {"ota": {"type": "array", "items": {"type": "object", "properties": {"Version": {"type": "integer"}, "URL": {"type": "string"}, "Digest": {"type": "string"}, "EraseVer": {"type": "boolean"}}, "required": ["Version", "URL", "Digest", "EraseVer"]}}}, "required": ["ota"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}, "x": {"type": "integer"}, "uvlock": {"type": "boolean"}}, "required": ["model", "x", "uvlock"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=top", "type=double"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"type=bottom" : {"model" : "origins_necromancy:block/bone_tile_half_slab"}, "type=top" : {"model" : "origins_necromancy:block/bone_tile_half_slab", "x" : 180, "uvlock" : true}, "type=double" : {"model" : "origins_necromancy:block/bone_tile_double_slab"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}, "x": {"type": "integer"}, "uvlock": {"type": "boolean"}}, "required": ["model", "x", "uvlock"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=top", "type=double"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"testPathDirs": {"type": "array", "items": {"type": "string"}}, "testEnvironment": {"type": "string"}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageThreshold": {"type": "object", "properties": {"global": {"type": "object", "properties": {"branches": {"type": "integer"}, "functions": {"type": "integer"}, "lines": {"type": "integer"}, "statements": {"type": "integer"}}, "required": ["branches", "functions", "lines", "statements"]}}, "required": ["global"]}}, "required": ["testPathDirs", "testEnvironment", "coveragePathIgnorePatterns", "coverageThreshold"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"testPathDirs" : ["<rootDir>/src"], "testEnvironment" : "jest-environment-node", "coveragePathIgnorePatterns" : ["/node_modules/", "/fixtures/", "/helpers/"], "coverageThreshold" : {"global" : {"branches" : 100, "functions" : 100, "lines" : 100, "statements" : 100}}}
json_instruct
{"type": "object", "properties": {"testPathDirs": {"type": "array", "items": {"type": "string"}}, "testEnvironment": {"type": "string"}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "coverageThreshold": {"type": "object", "properties": {"global": {"type": "object", "properties": {"branches": {"type": "integer"}, "functions": {"type": "integer"}, "lines": {"type": "integer"}, "statements": {"type": "integer"}}, "required": ["branches", "functions", "lines", "statements"]}}, "required": ["global"]}}, "required": ["testPathDirs", "testEnvironment", "coveragePathIgnorePatterns", "coverageThreshold"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alfredsnippet" : {"snippet" : "\ud83d\ude14", "uid" : "12145761-aa8b-4a88-8709-572a851222a8", "name" : ":pensive:", "keyword" : ";e:pensive"}}
json_instruct
{"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Radio Casares", "src" : "http://srv0435.lcinternet.com:9507/stream?t=1526286234"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Canton", "state_name" : "Kansas", "state_abbrv" : "KS", "lat" : "38.3858", "long" : "-97.4291"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "usws", "version" : "1.0.3", "description" : "About as simple as a web server can get, with logging and settings.", "main" : "index.js", "repository" : {"type" : "git", "url" : "https://github.com/onexdata/usws"}, "keywords" : ["web", "webserver", "server", "simple", "express", "connect"], "author" : "Nick Steele <nick.steele@gsihealth.com>", "license" : "MIT", "dependencies" : {"express" : "^4.16.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900249879": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249880": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249881": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249882": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249883": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249884": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249885": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249886": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900249879", "900249880", "900249881", "900249882", "900249883", "900249884", "900249885", "900249886"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900249879" : {"nama" : "TPS 1", "dapil" : [3210, 13213, 2320804]}, "900249880" : {"nama" : "TPS 2", "dapil" : [3210, 13213, 2320804]}, "900249881" : {"nama" : "TPS 3", "dapil" : [3210, 13213, 2320804]}, "900249882" : {"nama" : "TPS 4", "dapil" : [3210, 13213, 2320804]}, "900249883" : {"nama" : "TPS 5", "dapil" : [3210, 13213, 2320804]}, "900249884" : {"nama" : "TPS 6", "dapil" : [3210, 13213, 2320804]}, "900249885" : {"nama" : "TPS 7", "dapil" : [3210, 13213, 2320804]}, "900249886" : {"nama" : "TPS 8", "dapil" : [3210, 13213, 2320804]}}
json_instruct
{"type": "object", "properties": {"900249879": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249880": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249881": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249882": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249883": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249884": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249885": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900249886": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900249879", "900249880", "900249881", "900249882", "900249883", "900249884", "900249885", "900249886"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"15147": {"type": "string"}}, "required": ["15147"]}, "timeto": {"type": "object", "properties": {"15147": {"type": "number"}}, "required": ["15147"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 15299, "title" : ["[Aethur's Outfitting]", "[Aethur's Magic Shoppe]", "[Aethur's General Store]"], "description" : ["The broad sweep of the black marble floor is interrupted by a pile of striped throw pillows. Halfway to the tiled ceiling, a pearl-handled filigreed mandolin hangs on one of the celadon marble walls. A brass treasure chest and an oval-shaped speckled marble counter are pushed close together in the back of the shop."], "paths" : ["Obvious exits: west"], "location" : "Wehnimer's Landing", "wayto" : {"15147" : "west"}, "timeto" : {"15147" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"15147": {"type": "string"}}, "required": ["15147"]}, "timeto": {"type": "object", "properties": {"15147": {"type": "number"}}, "required": ["15147"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "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/dd81d9de-562a-3f16-942d-4584cc920575", "expression" : [{"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/d5fb587a-9ae0-3143-9d63-8e00a3990513"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/ecdbae95-d108-3499-bb93-a81cd720c2d5"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/8e50d937-6ff1-3379-a630-5638277771f1"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/d2cd748c-ba1e-359a-b9b8-a19f36444ea9"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/6a87aa0f-90b7-381f-84aa-b054d2347021"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/31066824-91a6-3960-9d5b-cd674c6b2822"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/b33b9840-0872-3d19-aa00-227e66a90dd4"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/0f578d80-4aa3-3702-b02c-393684401ece"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/5e34c747-486e-3a52-b12f-0755a05b997c"}, {"composer" : "http://data.doremus.org/artist/182844c3-3e96-363d-97fd-0107957b778a", "id" : "http://data.doremus.org/expression/845a9a3f-7064-3825-95c3-df61ec1cf53a"}]}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_h6g7qf8z", "name" : "RhasmusDND"}, "date" : {"day" : 1640822400, "full" : 1640871880, "month" : 1638316800, "week" : 1640476800}, "id" : "t3_rs24nh", "picture" : {"filesize" : 70555, "fullUrl" : "https://preview.redd.it/t6evczp0po881.jpg?auto=webp&s=806f1d09f28476e4370985b9f09b8a56780b3634", "hash" : "c683894307", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAwQFBv/EACAQAAICAgICAwAAAAAAAAAAAAECAxEABBJBBSEiUWH/xAAVAQEBAAAAAAAAAAAAAAAAAAAFB//EABwRAAEEAwEAAAAAAAAAAAAAAAIAAQMSEyFR8P/aAAwDAQACEQMRAD8AR2NaVecxuWz8qN1gl24440jaIBLtfv8AbOVfFMx1Xk5G2qx1mb3mJZiffdYiRVGzKVQi8h4T77S//9k=", "url" : "https://preview.redd.it/t6evczp0po881.jpg?width=640&crop=smart&auto=webp&s=c44fd73df89849502edaeaf12955c24d592126ca", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 10, "value" : 10}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : [], "title" : "WIP No name map - dolphin chariot?", "url" : "https://www.reddit.com/r/dndmaps/comments/rs24nh/wip_no_name_map_dolphin_chariot/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3208, "parent" : 32, "name" : "KUNINGAN", "latitude" : "-6.9875599799994", "longitude" : "108.58690199549", "postal" : [45500], "children" : [3208010, 3208020, 3208021, 3208030, 3208031, 3208040, 3208050, 3208051, 3208060, 3208061, 3208070, 3208071, 3208080, 3208081, 3208090, 3208091, 3208100, 3208101, 3208110, 3208111, 3208120, 3208121, 3208130, 3208140, 3208150, 3208160, 3208161, 3208170, 3208171, 3208180, 3208181, 3208190]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Apar, Lobo, Batangas, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.batangas.lobo.apar", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "12", "province_reference" : "12", "province_name" : "Batangas", "city_id" : "707", "city_reference" : "167", "city_name" : "Lobo", "barangay_id" : "19794", "barangay_reference" : "3823", "barangay_name" : "Apar"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.327606, 13.69704], [121.329918, 13.69506], [121.330353, 13.69327], [121.330994, 13.69183], [121.331284, 13.68894], [121.331627, 13.68668], [121.332207, 13.68461], [121.334427, 13.68236], [121.336884, 13.679], [121.337753, 13.67652], [121.334846, 13.67495], [121.332352, 13.67379], [121.326958, 13.67269], [121.31958, 13.6715], [121.313316, 13.67006], [121.309219, 13.6766], [121.308197, 13.67837], [121.307327, 13.67929], [121.306229, 13.68121], [121.305191, 13.68247], [121.305397, 13.68444], [121.30497, 13.68492], [121.30368, 13.68524], [121.302261, 13.68772], [121.303879, 13.6881], [121.304741, 13.6893], [121.305702, 13.6903], [121.306808, 13.68972], [121.307991, 13.69073], [121.308197, 13.69147], [121.309013, 13.69233], [121.310547, 13.69245], [121.312103, 13.69209], [121.313637, 13.69243], [121.314194, 13.69325], [121.315903, 13.69415], [121.316231, 13.69371], [121.316071, 13.69263], [121.316566, 13.69152], [121.317574, 13.69179], [121.317688, 13.69309], [121.318237, 13.69376], [121.318817, 13.69466], [121.318863, 13.6954], [121.31945, 13.69548], [121.320099, 13.69492], [121.320633, 13.695], [121.320953, 13.69582], [121.321587, 13.69613], [121.322304, 13.69568], [121.323471, 13.69528], [121.325218, 13.69484], [121.326813, 13.69478], [121.327209, 13.69534], [121.325989, 13.69671], [121.327606, 13.69704]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.25, 20.666666666666668], [136.25, 20.75], [136.375, 20.75], [136.375, 20.666666666666668], [136.25, 20.666666666666668]]]}, "properties" : {"code" : 313602, "url" : "http://madefor.github.io/0410/api/v1/313602.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/313602.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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d808-62", "text" : "Dre Itericc F* Saay\nHafcsruary 3$ 1939\nPag\u00a9 tbre\u00a9\nIn item lf under the first paragraph of your latter? we respect*\n\u25a0folly request permission either to delete the specification of\nmembers: \"active* associate and affiliate\"* or to add to those\nwords the additional words \"individual and honoresrf*9 the latter\ntwo categories having been added sines\u00a9 the original terminology\nwas developed ffca? our earlier grant*\nIt is understood that the \u00a74*149*00 balance remaining in cur\ncurrent grant* and not yet transgaitted* is hereby cancelled*\nAt a later date it is likely that we shall be writing you\nconcerning a possible balance which may remain in cur current\naccount\u00ae Ho use will be made of any such balance unless the\nFoundation fully approves such a request in advance*\nOn behalf of the Board md members of the NAE3* whose growth\nand increasing centeibuticns to American education are already\ndue in such large measure to the support of the W\u00a9 K\u00a9 Kellogg\nFoundation* I should Xite to express again our gratitude fes?\nthe understending and support which this new grant represents*\nHe shall spare no energy* care or dedication in our efforts to\nmake mire that the results of this new grant win provide us\nmutually with a gense of pride in Smpcertsnt achievement and\nimaginative leadership in itericm education\u00a9\nMost sincerely*\nKJS/dp\nccs HAEB Board of Directors"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"publisher_name" : "Journal of Social, Evolutionary, and Cultural Psychology", "journals" : 1, "scihub" : 4, "crossref_open_access" : 0, "crossref_active" : 0, "crossref" : 194, "coverage" : 0.02061856, "publisher_slug" : "journal-of-social-evolutionary-and-cultural-psychology"}
json_instruct
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Abilene", "state_name" : "Texas", "state_abbrv" : "TX", "lat" : "32.4665", "long" : "-99.7117"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"defaultConnectionSet": {"type": "string"}, "connectionSets": {"type": "object", "properties": {"development": {"type": "object", "properties": {"host": {"type": "string"}, "driver": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "driver", "port", "database", "username", "password"]}, "msmvc": {"type": "object", "properties": {"host": {"type": "string"}, "driver": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "driver", "port", "database", "username", "password"]}}, "required": ["development", "msmvc"]}}, "required": ["defaultConnectionSet", "connectionSets"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"defaultConnectionSet" : "development", "connectionSets" : {"development" : {"host" : "127.0.0.1", "driver" : "mysql", "port" : 3306, "database" : "test", "username" : "root", "password" : ""}, "msmvc" : {"host" : "127.0.0.1", "driver" : "mysql", "port" : 3306, "database" : "msmvc", "username" : "root", "password" : ""}}}
json_instruct
{"type": "object", "properties": {"defaultConnectionSet": {"type": "string"}, "connectionSets": {"type": "object", "properties": {"development": {"type": "object", "properties": {"host": {"type": "string"}, "driver": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "driver", "port", "database", "username", "password"]}, "msmvc": {"type": "object", "properties": {"host": {"type": "string"}, "driver": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["host", "driver", "port", "database", "username", "password"]}}, "required": ["development", "msmvc"]}}, "required": ["defaultConnectionSet", "connectionSets"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "array", "items": {"type": "object", "properties": {"l\"a\"b": {"type": "string"}, "white space": {"type": "string"}, "access": {"type": "string"}, "organ": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"donor": {"type": "string"}, "age": {"type": "string"}, "age_units": {"type": "string"}, "life_stage": {"type": "string"}, "sex": {"type": "string"}, "biosample_date": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"organ": {"type": "string"}, "lab_kent_disassociation_protocol": {"type": "string"}, "lab_kent_quality": {"type": "string"}}, "required": ["organ", "lab_kent_disassociation_protocol", "lab_kent_quality"]}}}, "required": ["donor", "age", "age_units", "life_stage", "sex", "biosample_date", "children"]}}}, "required": ["l\"a\"b", "white space", "access", "organ", "children"]}}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : [{"l\"a\"b" : "lab_1", "white space" : "RNA-seq", "access" : "all", "organ" : "brain", "children" : [{"donor" : "000", "age" : "5", "age_units" : "weeks", "life_stage" : "embryo", "sex" : "male", "biosample_date" : "2015-01-00", "children" : [{"organ" : "brain", "lab_kent_disassociation_protocol" : "fetal_brain_digest.pdf", "lab_kent_quality" : "0"}, {"organ" : "liver", "lab_kent_disassociation_protocol" : "fetal_liver_digest.pdf", "lab_kent_quality" : "0.01"}]}]}]}
json_instruct
{"type": "object", "properties": {"parent": {"type": "array", "items": {"type": "object", "properties": {"l\"a\"b": {"type": "string"}, "white space": {"type": "string"}, "access": {"type": "string"}, "organ": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"donor": {"type": "string"}, "age": {"type": "string"}, "age_units": {"type": "string"}, "life_stage": {"type": "string"}, "sex": {"type": "string"}, "biosample_date": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"organ": {"type": "string"}, "lab_kent_disassociation_protocol": {"type": "string"}, "lab_kent_quality": {"type": "string"}}, "required": ["organ", "lab_kent_disassociation_protocol", "lab_kent_quality"]}}}, "required": ["donor", "age", "age_units", "life_stage", "sex", "biosample_date", "children"]}}}, "required": ["l\"a\"b", "white space", "access", "organ", "children"]}}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "expectedOutput": {"type": "array", "items": {}}}, "required": ["title", "input", "expectedOutput"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "handles empty lists of states well", "input" : {}, "expectedOutput" : []}, {"title" : "handles a completely empty statemachine well", "input" : {"states" : [{"name" : "a", "type" : "composite", "statemachine" : {}}]}, "expectedOutput" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "expectedOutput": {"type": "array", "items": {}}}, "required": ["title", "input", "expectedOutput"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pli-tv-bu-vb-sk25:0.1": {"type": "string"}, "pli-tv-bu-vb-sk25:0.2": {"type": "string"}, "pli-tv-bu-vb-sk25:0.3": {"type": "string"}, "pli-tv-bu-vb-sk25:0.4": {"type": "string"}, "pli-tv-bu-vb-sk25:0.5": {"type": "string"}, "pli-tv-bu-vb-sk25:1.0": {"type": "string"}, "pli-tv-bu-vb-sk25:1.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.2": {"type": "string"}, "pli-tv-bu-vb-sk25:1.3.0": {"type": "string"}, "pli-tv-bu-vb-sk25:1.3.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.4": {"type": "string"}, "pli-tv-bu-vb-sk25:1.5": {"type": "string"}, "pli-tv-bu-vb-sk25:1.6.0": {"type": "string"}, "pli-tv-bu-vb-sk25:1.6.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.2": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.3": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.4": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.5": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.6": {"type": "string"}, "pli-tv-bu-vb-sk25:1.8": {"type": "string"}, "pli-tv-bu-vb-sk25:1.9": {"type": "string"}}, "required": ["pli-tv-bu-vb-sk25:0.1", "pli-tv-bu-vb-sk25:0.2", "pli-tv-bu-vb-sk25:0.3", "pli-tv-bu-vb-sk25:0.4", "pli-tv-bu-vb-sk25:0.5", "pli-tv-bu-vb-sk25:1.0", "pli-tv-bu-vb-sk25:1.1", "pli-tv-bu-vb-sk25:1.2", "pli-tv-bu-vb-sk25:1.3.0", "pli-tv-bu-vb-sk25:1.3.1", "pli-tv-bu-vb-sk25:1.4", "pli-tv-bu-vb-sk25:1.5", "pli-tv-bu-vb-sk25:1.6.0", "pli-tv-bu-vb-sk25:1.6.1", "pli-tv-bu-vb-sk25:1.7.1", "pli-tv-bu-vb-sk25:1.7.2", "pli-tv-bu-vb-sk25:1.7.3", "pli-tv-bu-vb-sk25:1.7.4", "pli-tv-bu-vb-sk25:1.7.5", "pli-tv-bu-vb-sk25:1.7.6", "pli-tv-bu-vb-sk25:1.8", "pli-tv-bu-vb-sk25:1.9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pli-tv-bu-vb-sk25:0.1" : "<article id='pli-tv-bu-vb-sk25'><header><ul><li class='collection'>{}</li>", "pli-tv-bu-vb-sk25:0.2" : "<li class='division'>{}</li>", "pli-tv-bu-vb-sk25:0.3" : "<li class='kanda'>{}</li>", "pli-tv-bu-vb-sk25:0.4" : "<li class='vagga'>{}</li></ul>", "pli-tv-bu-vb-sk25:0.5" : "<h1 class='sutta-title'>{}</h1></header>", "pli-tv-bu-vb-sk25:1.0" : "<section class='nidana'><h2>{}</h2>", "pli-tv-bu-vb-sk25:1.1" : "<p>{}", "pli-tv-bu-vb-sk25:1.2" : "{}</p></section>", "pli-tv-bu-vb-sk25:1.3.0" : "<section class='patimokkha'><h2>{}</h2>", "pli-tv-bu-vb-sk25:1.3.1" : "<p class='rule'>{}</p>", "pli-tv-bu-vb-sk25:1.4" : "<hr><p>{}", "pli-tv-bu-vb-sk25:1.5" : "{}</p></section>", "pli-tv-bu-vb-sk25:1.6.0" : "<section class='anapatti'><h2>{}</h2>", "pli-tv-bu-vb-sk25:1.6.1" : "<p>{}", "pli-tv-bu-vb-sk25:1.7.1" : "{} ", "pli-tv-bu-vb-sk25:1.7.2" : "{} ", "pli-tv-bu-vb-sk25:1.7.3" : "{} ", "pli-tv-bu-vb-sk25:1.7.4" : "{} ", "pli-tv-bu-vb-sk25:1.7.5" : "{} ", "pli-tv-bu-vb-sk25:1.7.6" : "{} ", "pli-tv-bu-vb-sk25:1.8" : "{}</p></section>", "pli-tv-bu-vb-sk25:1.9" : "<p class='endsutta'>{}</p></article>"}
json_instruct
{"type": "object", "properties": {"pli-tv-bu-vb-sk25:0.1": {"type": "string"}, "pli-tv-bu-vb-sk25:0.2": {"type": "string"}, "pli-tv-bu-vb-sk25:0.3": {"type": "string"}, "pli-tv-bu-vb-sk25:0.4": {"type": "string"}, "pli-tv-bu-vb-sk25:0.5": {"type": "string"}, "pli-tv-bu-vb-sk25:1.0": {"type": "string"}, "pli-tv-bu-vb-sk25:1.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.2": {"type": "string"}, "pli-tv-bu-vb-sk25:1.3.0": {"type": "string"}, "pli-tv-bu-vb-sk25:1.3.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.4": {"type": "string"}, "pli-tv-bu-vb-sk25:1.5": {"type": "string"}, "pli-tv-bu-vb-sk25:1.6.0": {"type": "string"}, "pli-tv-bu-vb-sk25:1.6.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.1": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.2": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.3": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.4": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.5": {"type": "string"}, "pli-tv-bu-vb-sk25:1.7.6": {"type": "string"}, "pli-tv-bu-vb-sk25:1.8": {"type": "string"}, "pli-tv-bu-vb-sk25:1.9": {"type": "string"}}, "required": ["pli-tv-bu-vb-sk25:0.1", "pli-tv-bu-vb-sk25:0.2", "pli-tv-bu-vb-sk25:0.3", "pli-tv-bu-vb-sk25:0.4", "pli-tv-bu-vb-sk25:0.5", "pli-tv-bu-vb-sk25:1.0", "pli-tv-bu-vb-sk25:1.1", "pli-tv-bu-vb-sk25:1.2", "pli-tv-bu-vb-sk25:1.3.0", "pli-tv-bu-vb-sk25:1.3.1", "pli-tv-bu-vb-sk25:1.4", "pli-tv-bu-vb-sk25:1.5", "pli-tv-bu-vb-sk25:1.6.0", "pli-tv-bu-vb-sk25:1.6.1", "pli-tv-bu-vb-sk25:1.7.1", "pli-tv-bu-vb-sk25:1.7.2", "pli-tv-bu-vb-sk25:1.7.3", "pli-tv-bu-vb-sk25:1.7.4", "pli-tv-bu-vb-sk25:1.7.5", "pli-tv-bu-vb-sk25:1.7.6", "pli-tv-bu-vb-sk25:1.8", "pli-tv-bu-vb-sk25:1.9"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}}, "required": ["types"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig.prod.json", "compilerOptions" : {"types" : ["jest", "node", "@wdio/sync", "@wdio/jasmine-framework"]}, "include" : ["./test/**/*.test.ts"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}}, "required": ["types"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "YALIMO", "originalFilename" : "SONI SILAK.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 197505, "noUrut" : 1, "nama" : "SONI SILAK", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "LEWI WANDIK.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 205783, "noUrut" : 2, "nama" : "LEWI WANDIK", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "Hendrika.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 209395, "noUrut" : 3, "nama" : "HENDRIKA WALILO", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "YALIMO", "originalFilename" : "MUSA YARE.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 208585, "noUrut" : 4, "nama" : "MUSA YARE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "ARIUS PAHABOL.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 277831, "noUrut" : 5, "nama" : "ARIUS PAHABOL", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "MAGDALENA ITLAY.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 211670, "noUrut" : 6, "nama" : "MAGDALENA ITLAY, S.IP", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[142.75, 23.166666666666668], [142.75, 23.25], [142.875, 23.25], [142.875, 23.166666666666668], [142.75, 23.166666666666668]]]}, "properties" : {"code" : 344266, "url" : "http://madefor.github.io/0410/api/v1/344266.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/344266.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"patch": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"title": {"type": "object", "properties": {"-": {"type": "string"}, "+": {"type": "string"}}, "required": ["-", "+"]}}, "required": ["title"]}}, "required": ["metadata"]}}, "required": ["patch"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"patch" : {"metadata" : {"title" : {"-" : "my daventure", "+" : "My Adventure"}}}}
json_instruct
{"type": "object", "properties": {"patch": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"title": {"type": "object", "properties": {"-": {"type": "string"}, "+": {"type": "string"}}, "required": ["-", "+"]}}, "required": ["title"]}}, "required": ["metadata"]}}, "required": ["patch"], "$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"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "doop", "command" : "const doops = store.get('doops') || 0;\nif (!doops) {\n print(`this is the first doop`);\n store.set('doops', '1');\n}\nelse {\n print(`${+doops+1} doops have been dooped`);\n store.set('doops', +doops + 1);\n}\n", "locked" : true, "starred" : false}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"upper_left_x": {"type": "integer"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"upper_left_x" : 0, "upper_left_y" : 0, "bottom_right_x" : 1693.0110950244828, "bottom_right_y" : 1760, "time" : 1480239500166, "is_final" : false, "event_type" : "zoom", "op_order" : 21, "id" : 21}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "integer"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Connection": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}}, "required": ["Connection", "Content-Length", "Content-Type", "Date", "Server"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "60.648", "endpoint-url" : "https://archive.hillingdon.gov.uk/media/38639/CSV-file/xls/hillingdon_brownfieldregister_2017-12-31_rev1.csv", "entry-date" : "2021-03-31T00:07:02.210259", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land"}, "response-headers" : {"Connection" : "close", "Content-Length" : "299", "Content-Type" : "text/html; charset=iso-8859-1", "Date" : "Wed, 31 Mar 2021 00:13:39 GMT", "Server" : "Apache"}, "ssl-verify" : true, "status" : "503"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Connection": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}}, "required": ["Connection", "Content-Length", "Content-Type", "Date", "Server"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"appPageId": {"type": "string"}, "componentName": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "regionName": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "regionName", "type"]}}, "themeLayoutType": {"type": "string"}, "type": {"type": "string"}, "viewType": {"type": "string"}}, "required": ["appPageId", "componentName", "id", "label", "regions", "themeLayoutType", "type", "viewType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appPageId" : "deaed114-8de1-4d4e-887d-cc9c34e14868", "componentName" : "siteforce:sldsOneColLayout", "id" : "25bd6166-a30f-4e6c-a676-1bd616473415", "label" : "Quip Docs Related List", "regions" : [{"id" : "1d82fe5f-49b2-414a-bbbc-028fbbb9c42e", "regionName" : "header", "type" : "region"}, {"components" : [{"componentAttributes" : {"parentRecordId" : "{!recordId}"}, "componentName" : "forceCommunity:relatedQuipItemsView", "id" : "cc5a2497-b6d3-4df5-9f41-997e1c6f9a8b", "renderPriority" : "NEUTRAL", "renditionMap" : {}, "type" : "component"}], "id" : "cd71827c-7bc2-492b-92da-410f960464d5", "regionName" : "content", "type" : "region"}, {"id" : "b45a9c37-c9a1-4b64-a25a-1747f50578eb", "regionName" : "footer", "type" : "region"}], "themeLayoutType" : "Inner", "type" : "view", "viewType" : "extrelated-quip"}
json_instruct
{"type": "object", "properties": {"appPageId": {"type": "string"}, "componentName": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "regionName": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "regionName", "type"]}}, "themeLayoutType": {"type": "string"}, "type": {"type": "string"}, "viewType": {"type": "string"}}, "required": ["appPageId", "componentName", "id", "label", "regions", "themeLayoutType", "type", "viewType"], "$schema": "http://json-schema.org/draft-07/schema#"}