input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"419041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "113031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["419041", "count", "N.A.//", "999920", "412010", "399021", "311010", "113031", "372012"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"419041" : {"count" : 1}, "count" : 22, "N.A.//" : {"count" : 12}, "999920" : {"count" : 1}, "412010" : {"count" : 2}, "399021" : {"count" : 2}, "311010" : {"count" : 2}, "113031" : {"count" : 1}, "372012" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"419041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "113031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["419041", "count", "N.A.//", "999920", "412010", "399021", "311010", "113031", "372012"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Role": {"type": "object", "properties": {"vip": {"type": "string"}}, "required": ["vip"]}}, "required": ["Role"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Role" : {"vip" : "854260183486955530"}} | json_instruct | {"type": "object", "properties": {"Role": {"type": "object", "properties": {"vip": {"type": "string"}}, "required": ["vip"]}}, "required": ["Role"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Shirts": {"type": "array", "items": {"type": "string"}}, "Pants": {"type": "array", "items": {"type": "string"}}, "Shoes": {"type": "array", "items": {"type": "string"}}, "BackPacks": {"type": "array", "items": {"type": "string"}}, "Vests": {"type": "array", "items": {"type": "string"}}, "Headgear": {"type": "array", "items": {"type": "string"}}, "Gloves": {"type": "array", "items": {"type": "string"}}, "Misc": {"type": "array", "items": {"type": "string"}}, "ClothesHealth": {"type": "array", "items": {"type": "integer"}}, "WeaponMelee": {"type": "array", "items": {"type": "string"}}, "WeaponRifle": {"type": "array", "items": {"type": "string"}}, "WeaponRifleMagCount": {"type": "array", "items": {"type": "integer"}}, "WeaponHandgun": {"type": "array", "items": {"type": "string"}}, "WeaponHandgunMagCount": {"type": "array", "items": {"type": "integer"}}, "WeaponHealth": {"type": "array", "items": {"type": "integer"}}, "Loot": {"type": "array", "items": {"type": "string"}}, "LootRandom": {"type": "array", "items": {"type": "string"}}, "LootHealth": {"type": "array", "items": {"type": "integer"}}}, "required": ["Shirts", "Pants", "Shoes", "BackPacks", "Vests", "Headgear", "Gloves", "Misc", "ClothesHealth", "WeaponMelee", "WeaponRifle", "WeaponRifleMagCount", "WeaponHandgun", "WeaponHandgunMagCount", "WeaponHealth", "Loot", "LootRandom", "LootHealth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Shirts" : ["GorkaEJacket_Autumn", "GorkaEJacket_Flat", "GorkaEJacket_PautRev", "GorkaEJacket_Summer"], "Pants" : ["GorkaPants_Autumn", "GorkaPants_Flat", "GorkaPants_PautRev", "GorkaPants_Summer"], "Shoes" : ["TTSKOBoots", "CombatBoots_Black", "CombatBoots_Brown"], "BackPacks" : ["", "", "CoyoteBag_Brown", "CoyoteBag_Green"], "Vests" : ["HighCapacityVest_Black", "PlateCarrierVest", "UKAssVest_Camo"], "Headgear" : ["GorkaHelmet", "Mich2001Helmet", "MotoHelmet_Black", "SkateHelmet_Black", "DirtBikeHelmet_Black"], "Gloves" : ["WorkingGloves_Beige", "WorkingGloves_Black", "NBCGlovesGray", "OMNOGloves_Gray", "OMNOGloves_Brown"], "Misc" : ["", "CivilianBelt", "MilitaryBelt"], "ClothesHealth" : [10, 100], "WeaponMelee" : ["Pickaxe", "WoodAxe", "FirefighterAxe", "Shovel"], "WeaponRifle" : ["M4A1", "M4A1", "M4A1", "M4A1", "M4A1", "M4A1", "AKM", "SVD"], "WeaponRifleMagCount" : [1, 3], "WeaponHandgun" : [""], "WeaponHandgunMagCount" : [1, 2], "WeaponHealth" : [10, 100], "Loot" : ["SodaCan_Cola"], "LootRandom" : ["Rope", "Screwdriver"], "LootHealth" : [10, 100]} | json_instruct | {"type": "object", "properties": {"Shirts": {"type": "array", "items": {"type": "string"}}, "Pants": {"type": "array", "items": {"type": "string"}}, "Shoes": {"type": "array", "items": {"type": "string"}}, "BackPacks": {"type": "array", "items": {"type": "string"}}, "Vests": {"type": "array", "items": {"type": "string"}}, "Headgear": {"type": "array", "items": {"type": "string"}}, "Gloves": {"type": "array", "items": {"type": "string"}}, "Misc": {"type": "array", "items": {"type": "string"}}, "ClothesHealth": {"type": "array", "items": {"type": "integer"}}, "WeaponMelee": {"type": "array", "items": {"type": "string"}}, "WeaponRifle": {"type": "array", "items": {"type": "string"}}, "WeaponRifleMagCount": {"type": "array", "items": {"type": "integer"}}, "WeaponHandgun": {"type": "array", "items": {"type": "string"}}, "WeaponHandgunMagCount": {"type": "array", "items": {"type": "integer"}}, "WeaponHealth": {"type": "array", "items": {"type": "integer"}}, "Loot": {"type": "array", "items": {"type": "string"}}, "LootRandom": {"type": "array", "items": {"type": "string"}}, "LootHealth": {"type": "array", "items": {"type": "integer"}}}, "required": ["Shirts", "Pants", "Shoes", "BackPacks", "Vests", "Headgear", "Gloves", "Misc", "ClothesHealth", "WeaponMelee", "WeaponRifle", "WeaponRifleMagCount", "WeaponHandgun", "WeaponHandgunMagCount", "WeaponHealth", "Loot", "LootRandom", "LootHealth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@hapi/joi": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "mysql2": {"type": "string"}, "nodemon": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["@hapi/joi", "body-parser", "cors", "express", "morgan", "mysql2", "nodemon", "sequelize"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "classyrent-api", "version" : "1.0.0", "description" : "api do projeto classyrent", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "dev" : "nodemon src/app.js"}, "keywords" : ["alojamento", "quarto", "universidade"], "author" : "Ricardo Malva", "license" : "MIT", "dependencies" : {"@hapi/joi" : "^17.1.1", "body-parser" : "^1.19.0", "cors" : "^2.8.5", "express" : "^4.17.1", "morgan" : "^1.10.0", "mysql2" : "^2.1.0", "nodemon" : "^2.0.3", "sequelize" : "^5.21.7"}} | 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"}}, "required": ["test", "dev"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@hapi/joi": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "mysql2": {"type": "string"}, "nodemon": {"type": "string"}, "sequelize": {"type": "string"}}, "required": ["@hapi/joi", "body-parser", "cors", "express", "morgan", "mysql2", "nodemon", "sequelize"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-83.187178, 43.046433], [-83.174703, 43.046763], [-83.167478, 43.046954], [-83.166994, 43.046968], [-83.166367, 43.047018], [-83.165709, 43.047082], [-83.165069, 43.047182], [-83.164519, 43.047298], [-83.163615, 43.047525], [-83.162869, 43.047775], [-83.162516, 43.047897], [-83.162059, 43.048063], [-83.161607, 43.048246], [-83.161284, 43.048361], [-83.160647, 43.048615], [-83.160339, 43.048719], [-83.160031, 43.048847], [-83.159475, 43.049066], [-83.158686, 43.049369], [-83.15866, 43.049388], [-83.158027, 43.04959], [-83.157743, 43.049673], [-83.157436, 43.049772], [-83.157182, 43.049839], [-83.156785, 43.049937], [-83.156504, 43.049988], [-83.155387, 43.05012], [-83.154403, 43.050147], [-83.153132, 43.050064], [-83.152654, 43.049994], [-83.151464, 43.049775], [-83.149374, 43.049359], [-83.147949, 43.049063], [-83.147891, 43.047401], [-83.147637, 43.044069], [-83.147363, 43.040154], [-83.147101, 43.036635], [-83.146943, 43.033958], [-83.146893, 43.033097], [-83.146772, 43.030169], [-83.146771, 43.030144], [-83.138238, 43.02937], [-83.124991, 43.028126], [-83.122072, 43.027832], [-83.121621, 43.019596], [-83.121679, 43.019358], [-83.12179, 43.019275], [-83.122012, 43.019196], [-83.126629, 43.018961], [-83.142992, 43.01864], [-83.146072, 43.018584], [-83.147678, 43.018557], [-83.150227, 43.018487], [-83.154358, 43.018375], [-83.155743, 43.018315], [-83.16552, 43.017912], [-83.175388, 43.017649], [-83.185139, 43.01744], [-83.185636, 43.024695], [-83.186131, 43.031961], [-83.18626, 43.03377], [-83.186275, 43.033908], [-83.18638, 43.035532], [-83.186658, 43.038823], [-83.187178, 43.046433]]]], "properties" : {"id" : "usa-mi-attica-city", "type" : "city", "name" : "Attica", "code" : "2604020"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Not Found", "documentation_url" : ""} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}}, "required": ["ETH"]}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github": {"type": "string"}, "facebook": {"type": "string"}, "slack": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "reddit", "github", "facebook", "slack"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "initial_price", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "GBT", "address" : "0x4A329E0630a7AE55AB4A71BBdd5F0C92C6b87049", "overview" : {"en" : "Global Blockchain Economy Exchange, GBEX, is founded by top global blockchain and fintech leaders with the goal of creating the perfect token economy that integrates incubation, trading, tokenization and decentralized applications.", "zh" : "Global Blockchain Economy Exchange, GBEX"}, "email" : "[email protected]", "website" : "http://www.gbex.global", "whitepaper" : "http://www.gbex.global/GBEX_Whitepaper.pdf", "state" : "NORMAL", "published_on" : "2019-03-01", "initial_price" : {"ETH" : "0.0015 ETH"}, "links" : {"blog" : "https://medium.com/gbex.global", "twitter" : "https://twitter.com/gbex.global", "telegram" : "https://t.me/gbex.global", "reddit" : "https://www.reddit.com/r/gbex.global/", "github" : "https://github.com/consenlabs", "facebook" : "https://www.facebook.com/gbex.global", "slack" : "https://gbex.global.slack.com"}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}}, "required": ["ETH"]}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github": {"type": "string"}, "facebook": {"type": "string"}, "slack": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "reddit", "github", "facebook", "slack"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "initial_price", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["elements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elements" : [{"id" : "test_history_element", "name" : "first"}]} | json_instruct | {"type": "object", "properties": {"elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["elements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "eslint", "eslint-config-standard", "eslint-plugin-promise", "eslint-plugin-react", "eslint-plugin-standard"]}, "peerDependencies": {"type": "object", "properties": {"react-redux": {"type": "string"}}, "required": ["react-redux"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tracker-react-redux", "version" : "1.0.0", "description" : "Use React Redux with Meteor's Tracker", "main" : "dist/index.js", "files" : ["dist/connect.js", "dist/createTrackerManagerCreator.js", "dist/createTrackerManagerCreatorNative.js", "dist/index.js", "native.js"], "scripts" : {"build" : "babel src --presets babel-preset-es2015 --out-dir dist", "prepublish" : "npm run build"}, "repository" : {"type" : "git", "url" : "https://github.com/matb33/tracker-react-redux.git"}, "keywords" : ["react", "reactjs", "redux", "meteor", "tracker", "native"], "author" : "Mathieu Bouchard <[email protected]> (http://github.com/matb33)", "license" : "MIT", "bugs" : {"url" : "https://github.com/matb33/tracker-react-redux/issues"}, "homepage" : "https://github.com/matb33/tracker-react-redux", "devDependencies" : {"babel-cli" : "^6.10.1", "babel-preset-es2015" : "^6.9.0", "eslint" : "^2.13.1", "eslint-config-standard" : "^5.3.1", "eslint-plugin-promise" : "^1.3.2", "eslint-plugin-react" : "^5.2.2", "eslint-plugin-standard" : "^1.3.2"}, "peerDependencies" : {"react-redux" : "^4.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["babel-cli", "babel-preset-es2015", "eslint", "eslint-config-standard", "eslint-plugin-promise", "eslint-plugin-react", "eslint-plugin-standard"]}, "peerDependencies": {"type": "object", "properties": {"react-redux": {"type": "string"}}, "required": ["react-redux"]}}, "required": ["name", "version", "description", "main", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-eslint", "babel-loader", "css-loader", "eslint", "eslint-config-airbnb-base", "eslint-loader", "eslint-plugin-import", "html-webpack-plugin", "node-sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vanilla", "version" : "1.0.0", "description" : "vanilla javascript sandbox with webpack, eslint, sass and babel", "main" : "src/index.js", "author" : "Umayr Shahid <[email protected]>", "license" : "MIT", "private" : false, "scripts" : {"start" : "webpack-dev-server --inline --progress --mode=development", "build" : "webpack --mode=production"}, "devDependencies" : {"@babel/core" : "^7.0.0-beta.42", "@babel/preset-env" : "^7.0.0-beta.42", "babel-eslint" : "7", "babel-loader" : "^8.0.0-beta", "css-loader" : "^0.28.11", "eslint" : "^4.19.0", "eslint-config-airbnb-base" : "^12.1.0", "eslint-loader" : "^2.0.0", "eslint-plugin-import" : "^2.9.0", "html-webpack-plugin" : "^3.0.7", "node-sass" : "^4.7.2", "sass-loader" : "^6.0.7", "style-loader" : "^0.20.3", "webpack" : "^4.2.0", "webpack-cli" : "^2.0.12", "webpack-dev-server" : "^3.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-eslint", "babel-loader", "css-loader", "eslint", "eslint-config-airbnb-base", "eslint-loader", "eslint-plugin-import", "html-webpack-plugin", "node-sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"prettier.configPath": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["prettier.configPath", "editor.defaultFormatter", "editor.formatOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"prettier.configPath" : "prettierrc.yaml", "editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.formatOnSave" : true} | json_instruct | {"type": "object", "properties": {"prettier.configPath": {"type": "string"}, "editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["prettier.configPath", "editor.defaultFormatter", "editor.formatOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Heat 2 tablespoons olive oil in a skillet over medium-high heat. Season the pork chops with salt and pepper, and quickly sear on both sides. Remove from heat, and set aside.", "Heat the remaining olive oil in the skillet over medium-high heat, and saute the garlic about 30 seconds. Mix in the tomato, chicken broth, wine, parsley, and red pepper flakes. Cook and stir until thickened, about 2 minutes.", "Return the pork chops to the skillet, and continue cooking 5 to 10 minutes, to an internal temperature of 145 degrees F (63 degrees C). Serve pork with the tomato and broth mixture from the skillet."], "ingredients" : ["1/4 cup extra virgin olive oil, divided", "4 boneless pork chops, pounded to 1/4 inch thick", "salt and pepper to taste", "4 cloves garlic, thinly sliced", "1 large tomato, diced", "1/3 cup chicken broth", "1/4 cup dry white wine", "3 tablespoons minced fresh parsley", "1/4 teaspoon red pepper flakes"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Spicy Italian Pork Cutlets", "url" : "http://allrecipes.com/recipe/68860/spicy-italian-pork-cutlets/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Material" : {"Directory Material" : "Assets/final texture.tga", "UUID Resource" : 665080577, "Name" : "final texture.tga", "Type" : 2, "Last Write" : 1522971443}} | json_instruct | {"type": "object", "properties": {"Material": {"type": "object", "properties": {"Directory Material": {"type": "string"}, "UUID Resource": {"type": "integer"}, "Name": {"type": "string"}, "Type": {"type": "integer"}, "Last Write": {"type": "integer"}}, "required": ["Directory Material", "UUID Resource", "Name", "Type", "Last Write"]}}, "required": ["Material"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Place chicken in a 9x13 inch baking dish. In a medium bowl, combine the soup, mayonnaise, curry powder and cheese. Mix well and pour mixture over chicken.", "Cover dish and bake at 350 degrees F (175 degrees C) for 35 to 40 minutes or until chicken is cooked through and no longer pink inside. Remove cover for last 10 minutes of baking to lightly brown the top."], "ingredients" : ["4 skinless, boneless chicken breast halves", "2 (10.75 ounce) cans condensed cream of chicken soup", "1/4 cup mayonnaise", "1 teaspoon curry powder", "1/2 cup grated Parmesan cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Easy Company Chicken", "url" : "http://allrecipes.com/recipe/17212/easy-company-chicken/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"actualDateAsLong": {"type": "integer"}, "canBeCanceled": {"type": "boolean"}, "cantCancelReason": {"type": "string"}, "dealerCode": {"type": "string"}, "dealerPointCode": {"type": "string"}, "phonesNumbersList": {"type": "array", "items": {"type": "object", "properties": {"phoneNumberThatIsTransfered": {"type": "string"}, "tmpPhoneNumber": {"type": "string"}, "errorDescription": {"type": "string"}}, "required": ["phoneNumberThatIsTransfered", "tmpPhoneNumber", "errorDescription"]}}, "processDateAsLong": {"type": "integer"}, "statedDateAsLong": {"type": "integer"}, "status": {"type": "string"}, "statusDescription": {"type": "string"}, "transferingOperationIdentifier": {"type": "string"}}, "required": ["actualDateAsLong", "canBeCanceled", "cantCancelReason", "dealerCode", "dealerPointCode", "phonesNumbersList", "processDateAsLong", "statedDateAsLong", "status", "statusDescription", "transferingOperationIdentifier"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"actualDateAsLong" : 1611568879, "canBeCanceled" : false, "cantCancelReason" : "\u041d\u0435\u043b\u044c\u0437\u044f \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c", "dealerCode" : "123456", "dealerPointCode" : "GK234", "phonesNumbersList" : [{"phoneNumberThatIsTransfered" : "9259239939", "tmpPhoneNumber" : "9349949939", "errorDescription" : ""}, {"phoneNumberThatIsTransfered" : "9259239940", "tmpPhoneNumber" : "9349943443", "errorDescription" : "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0435 \u043d\u043e\u043c\u0435\u0440\u0430"}, {"phoneNumberThatIsTransfered" : "9259239941", "tmpPhoneNumber" : "9349943444", "errorDescription" : "\u041e\u0448\u0438\u0431\u043a\u0430"}, {"phoneNumberThatIsTransfered" : "9259239942", "tmpPhoneNumber" : "9349943445", "ban" : 72362, "errorDescription" : "\u041e\u0448\u0438\u0431\u043a\u0430"}], "processDateAsLong" : 1611568879, "statedDateAsLong" : 1611568879, "status" : "1", "statusDescription" : "\u0427\u0435\u0440\u043d\u043e\u0432\u0438\u043a", "transferingOperationIdentifier" : "123456"} | json_instruct | {"type": "object", "properties": {"actualDateAsLong": {"type": "integer"}, "canBeCanceled": {"type": "boolean"}, "cantCancelReason": {"type": "string"}, "dealerCode": {"type": "string"}, "dealerPointCode": {"type": "string"}, "phonesNumbersList": {"type": "array", "items": {"type": "object", "properties": {"phoneNumberThatIsTransfered": {"type": "string"}, "tmpPhoneNumber": {"type": "string"}, "errorDescription": {"type": "string"}}, "required": ["phoneNumberThatIsTransfered", "tmpPhoneNumber", "errorDescription"]}}, "processDateAsLong": {"type": "integer"}, "statedDateAsLong": {"type": "integer"}, "status": {"type": "string"}, "statusDescription": {"type": "string"}, "transferingOperationIdentifier": {"type": "string"}}, "required": ["actualDateAsLong", "canBeCanceled", "cantCancelReason", "dealerCode", "dealerPointCode", "phonesNumbersList", "processDateAsLong", "statedDateAsLong", "status", "statusDescription", "transferingOperationIdentifier"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"towns" : [{"name" : "Yuzhno-sakhalinsk", "url" : "yuzhno-sakhalinsk"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x139a0cb132568e0bcef616f1c23b4e3eb86e93fe", "tool" : "slither", "start" : 1563646039.624658, "end" : 1563646044.852646, "duration" : 5.227988004684448, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"type": "object", "properties": {"comm:im": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:Jonathan_Lorimer": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:TheMatten": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:chrispenner": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:haskell": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:jvanbruegge": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "web:wikipedia": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}}, "required": ["comm:im", "slack:Jonathan_Lorimer", "slack:TheMatten", "slack:chrispenner", "slack:haskell", "slack:jvanbruegge", "web:wikipedia"]}}, "required": ["braindata", "piedata", "tagdata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"braindata" : {}, "piedata" : [{"color" : "#17b02c", "label" : "comm:im (11.43%)", "value" : 11.43}, {"color" : "#dadebd", "label" : "slack:Jonathan_Lorimer (2.86%)", "value" : 2.86}, {"color" : "#bf7f7f", "label" : "slack:TheMatten (1.90%)", "value" : 1.9}, {"color" : "#cd8beb", "label" : "slack:jvanbruegge (3.81%)", "value" : 3.81}], "tagdata" : {"comm:im" : {"color" : "#17b02c", "minute" : [1336, 1418, 1420, 1421, 1422, 1427, 1429, 1431, 1432, 1433, 1434, 1438]}, "slack:Jonathan_Lorimer" : {"color" : "#dadebd", "minute" : [1357, 1360, 1401]}, "slack:TheMatten" : {"color" : "#bf7f7f", "minute" : [1354, 1355]}, "slack:chrispenner" : {"color" : "#bd9b8c", "minute" : [1439]}, "slack:haskell" : {"color" : "#cea8ea", "minute" : [1437]}, "slack:jvanbruegge" : {"color" : "#cd8beb", "minute" : [1407, 1409, 1410, 1435]}, "web:wikipedia" : {"color" : "#e8af77", "minute" : [1335]}}} | json_instruct | {"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"type": "object", "properties": {"comm:im": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:Jonathan_Lorimer": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:TheMatten": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:chrispenner": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:haskell": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "slack:jvanbruegge": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}, "web:wikipedia": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}}, "required": ["comm:im", "slack:Jonathan_Lorimer", "slack:TheMatten", "slack:chrispenner", "slack:haskell", "slack:jvanbruegge", "web:wikipedia"]}}, "required": ["braindata", "piedata", "tagdata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "english_NIV", "book" : "Deuteronomy", "chapter" : 28, "verse" : 42, "word" : "Swarms of locusts will take over all your trees and the crops of your land."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "William E. Stafford", "classification" : "Free Verse", "keywords" : ["War", "Conflict", "History", "Politics", "Social Commentaries", "Animals", "Nature"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/171499", "region" : "U.S., Northwestern", "text" : ["At noon in the desert a panting lizard", "waited for history, its elbows tense,", "watching the curve of a particular road", "as if something might happen.", "It was looking at something farther off", "than people could see, an important scene", "acted in stone for little selves", "at the flute end of consequences.", "There was just a continent without much on it", "under a sky that never cared less.", "Ready for a change, the elbows waited.", "The hands gripped hard on the desert."], "title" : "At the Bomb Testing Site", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["candyworld:dark_chocolate_egg"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.entry.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.entry.js", "pdf.worker.entry.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compatibility.js" : "sha512-bL3GGRl6YW86r3Zr3bdQ1hVv+4HF1YKyawlTZnqy2U5DNJ3eMZllG3IE0/5rlwQdwnOlX3ZvFfi7n/pFBuiMNg==", "compatibility.min.js" : "sha512-SZcJmq4AQcTkSZM2cBQO540uBAvkLuma1ITvIQK0eIFnrH6KS2zjhAolbohTSC2ngzdk1uER0F5KiHCgajKCQA==", "pdf.combined.js" : "sha512-JjgUasPTlNuZNMW6u4fFSeYUpmayDBQC5DLM4Mfr5By0hLIQvNRW5VWNdEzofHIeLyG2yY48ZDI47bZ+t7AzTA==", "pdf.combined.min.js" : "sha512-CUZQjgv2Fgm/2YonM4JZpJDEWz/MlSiXYdnlqS3P3MNWnrT8qvhx9levlGti3JhH/m4PEUA6mnPCexfVaX/E1w==", "pdf.js" : "sha512-onHdOlJfcpntZiTgqFMz6yqoz6pPGlsSwOft3wwtduCb0M6hFIiSjJR/idBL6cck9Em8JiTGg5Prli1/OTt0wQ==", "pdf.min.js" : "sha512-xUNJy9dYAJb42A5joS3unfzl0n7yjyRbzNCU/gRvEkNgg2ItGmk/72izQB90Sud4a2Cx8G9v3gkF5wRaIfsn6w==", "pdf.worker.entry.js" : "sha512-7g0Zw8fNAdnJkQocyHcXTcbkcFis6nSo48fl/E+sdZ0Sjigec1PZYmp3LfyAwR95LQx+mblRru0eOnpxCHpvog==", "pdf.worker.entry.min.js" : "sha512-n6JxWT8dRFIEqXwZJyndrQ2Q/uCWURK0ApzPHOTw+IonKz9Kd5eCEbvS9xRlk5xhaKeUth7yNL7SBE/yYqAj1g==", "pdf.worker.js" : "sha512-n1mUeavQ0NBujezV+JRRIBofOwrkJiehDkxuXRRwbeEMZUX+JRqxb/8xuJ/lp4C6Q+69PynsUVo5YPqOk1vy3w==", "pdf.worker.min.js" : "sha512-/9bqglGutnMJ/68AkzRWNSpX+HHGqRgwssflUHEHvEfh8LUZQGVNHUrTM48UK1hfUPdbHqMUphHMSSF973vwRA==", "pdf_viewer.css" : "sha512-y2Jcn0vdvXjnkIAdAd78aCSmdeqiEyD5Y5/RdhCtO65rAkSe4O7grUfXT34SHySwKeNCI5Qgrjp7L1G+1AST6w==", "pdf_viewer.js" : "sha512-ZjW6dUvI0nt+Na6RxvE0QXPyFlO3sn2vD1g+36er+Fes4WQtMfU9im1sqEWujdQPQMutp+s17fhrxqfmelo50Q==", "pdf_viewer.min.css" : "sha512-3mkUEAHaUcCY8jFhNOHGvWkmvBbrvneOfNqv8WxFm8xneH5A5mMnOKCyGDvJRf6/w2jfbVhWL/gfG6GRYnlKIA==", "pdf_viewer.min.js" : "sha512-xDe0HTYm3EVD6sYv8JOPB+c7O5H7LtU1ndINLZ+Rjetni80jmsN56/9SHUClZaZGRu37HID7aY9kLpJszIhYmw=="} | json_instruct | {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.entry.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.entry.js", "pdf.worker.entry.min.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "pvardefs": {"type": "array", "items": {}}, "lvardefs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "sublen": {"type": "integer"}}, "required": ["name", "order", "type", "subtype", "sublen"]}}}, "required": ["name", "order", "pvardefs", "lvardefs"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "$construct", "order" : 1, "pvardefs" : [], "lvardefs" : [{"name" : "lSeconds", "order" : 1, "type" : "kInteger", "subtype" : "k32bitint", "sublen" : 0}]}, {"name" : "$destruct", "order" : 2, "pvardefs" : [], "lvardefs" : []}, {"name" : "$timer", "order" : 4, "pvardefs" : [], "lvardefs" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "pvardefs": {"type": "array", "items": {}}, "lvardefs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "sublen": {"type": "integer"}}, "required": ["name", "order", "type", "subtype", "sublen"]}}}, "required": ["name", "order", "pvardefs", "lvardefs"]}, "$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": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1998, "sex" : "F", "n" : 5, "prop" : 2.58e-06}, {"year" : 2001, "sex" : "F", "n" : 10, "prop" : 5.05e-06}, {"year" : 2002, "sex" : "F", "n" : 9, "prop" : 4.56e-06}, {"year" : 2003, "sex" : "F", "n" : 10, "prop" : 4.99e-06}, {"year" : 2004, "sex" : "F", "n" : 9, "prop" : 4.46e-06}, {"year" : 2005, "sex" : "F", "n" : 8, "prop" : 3.94e-06}, {"year" : 2006, "sex" : "F", "n" : 12, "prop" : 5.74e-06}, {"year" : 2007, "sex" : "F", "n" : 14, "prop" : 6.62e-06}, {"year" : 2008, "sex" : "F", "n" : 9, "prop" : 4.32e-06}, {"year" : 2009, "sex" : "F", "n" : 6, "prop" : 2.97e-06}, {"year" : 2010, "sex" : "F", "n" : 11, "prop" : 5.62e-06}, {"year" : 2012, "sex" : "F", "n" : 7, "prop" : 3.62e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status": {"type": "boolean"}, "session": {"type": "string"}, "Z": {"type": "string"}, "Y": {"type": "string"}}, "required": ["status", "session", "Z", "Y"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : false, "session" : "[email protected]", "Z" : "6281246817124", "Y" : "6285738627934"} | json_instruct | {"type": "object", "properties": {"status": {"type": "boolean"}, "session": {"type": "string"}, "Z": {"type": "string"}, "Y": {"type": "string"}}, "required": ["status", "session", "Z", "Y"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "1009", "provinceId" : "33", "regencyId" : "75", "districtId" : "02", "name" : "Gamer"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@components/partials": {"type": "array", "items": {"type": "string"}}, "@components/elements": {"type": "array", "items": {"type": "string"}}, "@components/layout": {"type": "array", "items": {"type": "string"}}, "@hooks": {"type": "array", "items": {"type": "string"}}, "@configs/*": {"type": "array", "items": {"type": "string"}}, "@api.routes": {"type": "array", "items": {"type": "string"}}, "@redux/actions/*": {"type": "array", "items": {"type": "string"}}, "@redux/configurestore": {"type": "array", "items": {"type": "string"}}, "@utils/*": {"type": "array", "items": {"type": "string"}}, "@types": {"type": "array", "items": {"type": "string"}}}, "required": ["@components/partials", "@components/elements", "@components/layout", "@hooks", "@configs/*", "@api.routes", "@redux/actions/*", "@redux/configurestore", "@utils/*", "@types"]}}, "required": ["baseUrl", "paths"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"baseUrl" : ".", "paths" : {"@components/partials" : ["components/partials/index"], "@components/elements" : ["components/elements/index"], "@components/layout" : ["components/layout/index"], "@hooks" : ["hooks/index"], "@configs/*" : ["configs/*"], "@api.routes" : ["config/api.routes"], "@redux/actions/*" : ["redux/actions/*"], "@redux/configurestore" : ["redux/configurestore.ts"], "@utils/*" : ["utils/*"], "@types" : ["types/index"]}}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@components/partials": {"type": "array", "items": {"type": "string"}}, "@components/elements": {"type": "array", "items": {"type": "string"}}, "@components/layout": {"type": "array", "items": {"type": "string"}}, "@hooks": {"type": "array", "items": {"type": "string"}}, "@configs/*": {"type": "array", "items": {"type": "string"}}, "@api.routes": {"type": "array", "items": {"type": "string"}}, "@redux/actions/*": {"type": "array", "items": {"type": "string"}}, "@redux/configurestore": {"type": "array", "items": {"type": "string"}}, "@utils/*": {"type": "array", "items": {"type": "string"}}, "@types": {"type": "array", "items": {"type": "string"}}}, "required": ["@components/partials", "@components/elements", "@components/layout", "@hooks", "@configs/*", "@api.routes", "@redux/actions/*", "@redux/configurestore", "@utils/*", "@types"]}}, "required": ["baseUrl", "paths"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sinon": {"type": "string"}, "tape": {"type": "string"}}, "required": ["sinon", "tape"]}, "globalDependencies": {"type": "object", "properties": {"angular-protractor": {"type": "string"}, "express": {"type": "string"}, "express-serve-static-core": {"type": "string"}, "jasmine": {"type": "string"}, "mime": {"type": "string"}, "node": {"type": "string"}, "selenium-webdriver": {"type": "string"}, "serve-static": {"type": "string"}}, "required": ["angular-protractor", "express", "express-serve-static-core", "jasmine", "mime", "node", "selenium-webdriver", "serve-static"]}}, "required": ["dependencies", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"sinon" : "registry:npm/sinon#1.16.0+20160427193336", "tape" : "registry:npm/tape#4.0.0+20160322235547"}, "globalDependencies" : {"angular-protractor" : "registry:dt/angular-protractor#1.5.0+20160425143459", "express" : "registry:dt/express#4.0.0+20160317120654", "express-serve-static-core" : "registry:dt/express-serve-static-core#0.0.0+20160602151406", "jasmine" : "registry:dt/jasmine#2.2.0+20160505161446", "mime" : "registry:dt/mime#0.0.0+20160316155526", "node" : "registry:dt/node#4.0.0+20160505172921", "selenium-webdriver" : "registry:dt/selenium-webdriver#2.44.0+20160317120654", "serve-static" : "registry:dt/serve-static#0.0.0+20160501131543"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sinon": {"type": "string"}, "tape": {"type": "string"}}, "required": ["sinon", "tape"]}, "globalDependencies": {"type": "object", "properties": {"angular-protractor": {"type": "string"}, "express": {"type": "string"}, "express-serve-static-core": {"type": "string"}, "jasmine": {"type": "string"}, "mime": {"type": "string"}, "node": {"type": "string"}, "selenium-webdriver": {"type": "string"}, "serve-static": {"type": "string"}}, "required": ["angular-protractor", "express", "express-serve-static-core", "jasmine", "mime", "node", "selenium-webdriver", "serve-static"]}}, "required": ["dependencies", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 375\u00b0F. Brush rimmed baking sheet with 1 teaspoon oil. Toss corn and 2 teaspoons oil on prepared sheet. Roast until corn begins to brown, stirring occasionally, about 18 minutes. Transfer to bowl. Mix in tomatoes, green onions, basil, and 2 tablespoons oil; season with salt and pepper.", "Using mallet or heavy-bottomed saucepan, pound chicken between sheets of plastic wrap to about 1/2-inch thickness. Pat chicken dry. Sprinkle with salt and pepper, then dust with flour to coat. Melt butter with oil in heavy large skillet over medium-high heat. Add chicken to skillet and saut\u00e9 until cooked through, about 5 minutes per side. Transfer to plates; top with relish and serve."], "ingredients" : ["3 tablespoons extra-virgin olive oil, divided", "1 1/2 cups fresh corn kernels", "12 ounces cherry tomatoes, halved", "1/4 cup chopped green onions", "3 tablespoons finely sliced fresh basil", "4 large skinless boneless chicken breast halves, tenderloins removed", "All purpose flour", "1 1/2 tablespoons unsalted butter", "1 1/2 tablespoons extra-virgin olive oil"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Chicken", "Onion", "Tomato", "Saut\u00e9", "Quick & Easy", "Low Cal", "Basil", "Corn", "Summer", "Healthy"], "title" : "Chicken Paillards with Tomato, Basil, and Roasted-Corn Relish", "url" : "http://www.epicurious.com/recipes/food/views/chicken-paillards-with-tomato-basil-and-roasted-corn-relish-232560"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "authors", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mpesajs", "version" : "1.0.0", "description" : "js implementation of mpesa open api", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/mobilemoney/mpesa.js.git"}, "keywords" : ["Mobile Money", "M-PESA", "mpesajs"], "authors" : ["Frances Ruganyumisa", "Bethuel Mbaga", "Pius Alfred"], "license" : "MIT", "bugs" : {"url" : "https://github.com/mobilemoney/mpesa.js/issues"}, "homepage" : "https://github.com/mobilemoney/mpesa.js#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "authors", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"PLAYER_ID": {"type": "integer"}, "SEASON_ID": {"type": "string"}, "LEAGUE_ID": {"type": "string"}, "TEAM_ID": {"type": "integer"}, "TEAM_ABBREVIATION": {"type": "string"}, "PLAYER_AGE": {"type": "number"}, "GP": {"type": "integer"}, "GS": {"type": "integer"}, "MIN": {"type": "number"}, "FGM": {"type": "number"}, "FGA": {"type": "number"}, "FG_PCT": {"type": "number"}, "FG3M": {"type": "number"}, "FG3A": {"type": "number"}, "FG3_PCT": {"type": "number"}, "FTM": {"type": "number"}, "FTA": {"type": "number"}, "FT_PCT": {"type": "number"}, "OREB": {"type": "number"}, "DREB": {"type": "number"}, "REB": {"type": "number"}, "AST": {"type": "number"}, "STL": {"type": "number"}, "BLK": {"type": "number"}, "TOV": {"type": "number"}, "PF": {"type": "number"}, "PTS": {"type": "number"}}, "required": ["PLAYER_ID", "SEASON_ID", "LEAGUE_ID", "TEAM_ID", "TEAM_ABBREVIATION", "PLAYER_AGE", "GP", "GS", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TOV", "PF", "PTS"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"PLAYER_ID" : 1626246, "SEASON_ID" : "2015-16", "LEAGUE_ID" : "00", "TEAM_ID" : 1610612759, "TEAM_ABBREVIATION" : "SAS", "PLAYER_AGE" : 27.0, "GP" : 54, "GS" : 4, "MIN" : 9.4, "FGM" : 1.9, "FGA" : 3.2, "FG_PCT" : 0.603, "FG3M" : 0.0, "FG3A" : 0.0, "FG3_PCT" : 0.0, "FTM" : 1.6, "FTA" : 2.1, "FT_PCT" : 0.763, "OREB" : 1.4, "DREB" : 2.2, "REB" : 3.6, "AST" : 0.4, "STL" : 0.2, "BLK" : 0.4, "TOV" : 0.5, "PF" : 1.0, "PTS" : 5.5}, {"PLAYER_ID" : 1626246, "SEASON_ID" : "2016-17", "LEAGUE_ID" : "00", "TEAM_ID" : 1610612765, "TEAM_ABBREVIATION" : "DET", "PLAYER_AGE" : 28.0, "GP" : 35, "GS" : 0, "MIN" : 8.4, "FGM" : 2.1, "FGA" : 3.8, "FG_PCT" : 0.545, "FG3M" : 0.0, "FG3A" : 0.0, "FG3_PCT" : 0.0, "FTM" : 1.3, "FTA" : 1.7, "FT_PCT" : 0.81, "OREB" : 1.3, "DREB" : 2.4, "REB" : 3.7, "AST" : 0.3, "STL" : 0.2, "BLK" : 0.3, "TOV" : 0.3, "PF" : 0.7, "PTS" : 5.5}, {"PLAYER_ID" : 1626246, "SEASON_ID" : "2017-18", "LEAGUE_ID" : "00", "TEAM_ID" : 1610612765, "TEAM_ABBREVIATION" : "DET", "PLAYER_AGE" : 29.0, "GP" : 8, "GS" : 0, "MIN" : 7.7, "FGM" : 2.3, "FGA" : 3.8, "FG_PCT" : 0.6, "FG3M" : 0.0, "FG3A" : 0.0, "FG3_PCT" : 0.0, "FTM" : 2.0, "FTA" : 2.8, "FT_PCT" : 0.727, "OREB" : 1.0, "DREB" : 1.1, "REB" : 2.1, "AST" : 0.6, "STL" : 0.3, "BLK" : 0.1, "TOV" : 1.3, "PF" : 2.1, "PTS" : 6.5}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"PLAYER_ID": {"type": "integer"}, "SEASON_ID": {"type": "string"}, "LEAGUE_ID": {"type": "string"}, "TEAM_ID": {"type": "integer"}, "TEAM_ABBREVIATION": {"type": "string"}, "PLAYER_AGE": {"type": "number"}, "GP": {"type": "integer"}, "GS": {"type": "integer"}, "MIN": {"type": "number"}, "FGM": {"type": "number"}, "FGA": {"type": "number"}, "FG_PCT": {"type": "number"}, "FG3M": {"type": "number"}, "FG3A": {"type": "number"}, "FG3_PCT": {"type": "number"}, "FTM": {"type": "number"}, "FTA": {"type": "number"}, "FT_PCT": {"type": "number"}, "OREB": {"type": "number"}, "DREB": {"type": "number"}, "REB": {"type": "number"}, "AST": {"type": "number"}, "STL": {"type": "number"}, "BLK": {"type": "number"}, "TOV": {"type": "number"}, "PF": {"type": "number"}, "PTS": {"type": "number"}}, "required": ["PLAYER_ID", "SEASON_ID", "LEAGUE_ID", "TEAM_ID", "TEAM_ABBREVIATION", "PLAYER_AGE", "GP", "GS", "MIN", "FGM", "FGA", "FG_PCT", "FG3M", "FG3A", "FG3_PCT", "FTM", "FTA", "FT_PCT", "OREB", "DREB", "REB", "AST", "STL", "BLK", "TOV", "PF", "PTS"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"int3": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "required": ["int3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"int3" : {"type" : "integer", "value" : "0"}} | json_instruct | {"type": "object", "properties": {"int3": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "required": ["int3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101813323, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "334ad438f40adf3515472c561ec78d4c", "wof:id" : 101813323, "wof:repo" : "whosonfirst-data-admin-lu"}, "bbox" : [6.378997, 49.595727, 6.413724, 49.616102], "geometry" : {"coordinates" : [[[6.396938, 49.616102], [6.397205, 49.61251], [6.402733, 49.612686], [6.402667, 49.613584], [6.408195, 49.61376], [6.408128, 49.614658], [6.412275, 49.61479], [6.412208, 49.615688], [6.413591, 49.615732], [6.413724, 49.613936], [6.412341, 49.613892], [6.412408, 49.612994], [6.411026, 49.61295], [6.411092, 49.612052], [6.40971, 49.612008], [6.409777, 49.61111], [6.408395, 49.611066], [6.408461, 49.610168], [6.407079, 49.610124], [6.407213, 49.608328], [6.405831, 49.608284], [6.405897, 49.607386], [6.404515, 49.607342], [6.404649, 49.605546], [6.403267, 49.605502], [6.4034, 49.603706], [6.402018, 49.603662], [6.402085, 49.602764], [6.399321, 49.602676], [6.399388, 49.601778], [6.398006, 49.601734], [6.398073, 49.600836], [6.395309, 49.600747], [6.395376, 49.599849], [6.391231, 49.599717], [6.391298, 49.598819], [6.385771, 49.598642], [6.385838, 49.597744], [6.383075, 49.597656], [6.383142, 49.596758], [6.38176, 49.596714], [6.381827, 49.595816], [6.379064, 49.595727], [6.378997, 49.596625], [6.380378, 49.596669], [6.380311, 49.597567], [6.381693, 49.597612], [6.381559, 49.599408], [6.382941, 49.599452], [6.382874, 49.60035], [6.384255, 49.600394], [6.384054, 49.603088], [6.385436, 49.603132], [6.385369, 49.60403], [6.386751, 49.604075], [6.386617, 49.605871], [6.389381, 49.605959], [6.389448, 49.605061], [6.393593, 49.605193], [6.393794, 49.602499], [6.397939, 49.602632], [6.397873, 49.60353], [6.399254, 49.603574], [6.399188, 49.604472], [6.40057, 49.604516], [6.400369, 49.60721], [6.397606, 49.607122], [6.397539, 49.60802], [6.394775, 49.607932], [6.394708, 49.60883], [6.397472, 49.608918], [6.397272, 49.611612], [6.39589, 49.611568], [6.395555, 49.616058], [6.396938, 49.616102]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Louisville", "state_name" : "Kentucky", "state_abbrv" : "KY", "lat" : "38.2149", "long" : "-85.6245"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/4a8404b5-e40a-3705-98e1-207d8bae8816", "expression" : [{"composer" : "http://data.doremus.org/artist/a96465bd-db8b-3bb4-8df2-0073d6317fc6", "id" : "http://data.doremus.org/expression/ef0888e5-5ac1-3fe9-82d5-5a034a253cc1"}, {"composer" : "http://data.doremus.org/artist/785edad7-726b-3aef-8404-a3fbd47502a5", "id" : "http://data.doremus.org/expression/c10c6aa3-2d36-3846-8c0d-33b58b9f37f5"}, {"composer" : "http://data.doremus.org/artist/a96465bd-db8b-3bb4-8df2-0073d6317fc6", "id" : "http://data.doremus.org/expression/82a63262-4fc0-3b08-9fc0-301097c0f62d"}, {"composer" : "http://data.doremus.org/artist/a96465bd-db8b-3bb4-8df2-0073d6317fc6", "id" : "http://data.doremus.org/expression/27ed45a3-689d-3d9a-8703-e4961d920463"}, {"composer" : "http://data.doremus.org/artist/6eb3850b-4f99-3ef2-92f9-8a072625af0a", "id" : "http://data.doremus.org/expression/80338f19-a4fb-3d88-8600-41d1f688438a"}, {"composer" : "http://data.doremus.org/artist/d825a98d-48df-3682-8292-7cc4c1518231", "id" : "http://data.doremus.org/expression/51745e3b-380a-3cf1-b6e7-bb0b5007d41f"}, {"composer" : "http://data.doremus.org/artist/5cad19e9-8470-3256-8854-c91dff554c24", "id" : "http://data.doremus.org/expression/6610354f-3ec2-3484-bc8c-92bf64000bea"}, {"composer" : "http://data.doremus.org/artist/785edad7-726b-3aef-8404-a3fbd47502a5", "id" : "http://data.doremus.org/expression/2fd281f2-6f5c-37ee-9c89-70cd41e29909"}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed", "overdueState", "fridgeEfficiency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "edible_1", "category" : "fruit", "overdueSpeed" : 9, "overdueState" : 82500, "fridgeEfficiency" : 1} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "category": {"type": "string"}, "overdueSpeed": {"type": "integer"}, "overdueState": {"type": "integer"}, "fridgeEfficiency": {"type": "integer"}}, "required": ["parent", "category", "overdueSpeed", "overdueState", "fridgeEfficiency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Assumption", "state_name" : "Illinois", "state_abbrv" : "IL", "lat" : "39.5095", "long" : "-89.0398"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "optionalDependencies": {"type": "object", "properties": {"@node-rs/crc32": {"type": "string"}}, "required": ["@node-rs/crc32"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "benchmark": {"type": "string"}}, "required": ["test", "coverage", "benchmark"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"benchtable": {"type": "string"}, "buffer-crc32": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "random-string": {"type": "string"}, "should": {"type": "string"}, "sse4_crc32": {"type": "string"}}, "required": ["benchtable", "buffer-crc32", "coveralls", "mocha", "nyc", "random-string", "should", "sse4_crc32"]}}, "required": ["name", "description", "version", "author", "license", "repository", "main", "optionalDependencies", "scripts", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fast-crc32c", "description" : "CRC32C algorithm with hardware acceleration and software fallback.", "version" : "2.0.0", "author" : "Xiaoyi Shi <[email protected]>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/ashi009/node-fast-crc32c.git"}, "main" : "./loader", "optionalDependencies" : {"@node-rs/crc32" : "^0.1.7"}, "scripts" : {"test" : "nyc --reporter=html --reporter=text mocha", "coverage" : "nyc report --reporter=text-lcov | coveralls", "benchmark" : "node benchmark"}, "keywords" : ["crc", "crc32", "crc32c", "sse", "sse4", "sse4.2"], "devDependencies" : {"benchtable" : "^0.1.0", "buffer-crc32" : "^0.2.13", "coveralls" : "^3.0.6", "mocha" : "^6.2.1", "nyc" : "^14.1.1", "random-string" : "^0.2.0", "should" : "^13.2.3", "sse4_crc32" : "^6.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "optionalDependencies": {"type": "object", "properties": {"@node-rs/crc32": {"type": "string"}}, "required": ["@node-rs/crc32"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "benchmark": {"type": "string"}}, "required": ["test", "coverage", "benchmark"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"benchtable": {"type": "string"}, "buffer-crc32": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "random-string": {"type": "string"}, "should": {"type": "string"}, "sse4_crc32": {"type": "string"}}, "required": ["benchtable", "buffer-crc32", "coveralls", "mocha", "nyc", "random-string", "should", "sse4_crc32"]}}, "required": ["name", "description", "version", "author", "license", "repository", "main", "optionalDependencies", "scripts", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x34dd5edfed51c632d1d4d2502bc901efb5fdfcd4", "tool" : "honeybadger", "start" : 1565892749.8356164, "end" : 1565892843.8043768, "duration" : 93.96876049041748, "analysis" : [{"errors" : [], "file" : "/unique_chucks/4/0x34dd5edfed51c632d1d4d2502bc901efb5fdfcd4.sol", "name" : "Juriseum"}, {"errors" : [], "file" : "/unique_chucks/4/0x34dd5edfed51c632d1d4d2502bc901efb5fdfcd4.sol", "name" : "Owned"}, {"errors" : [], "file" : "/unique_chucks/4/0x34dd5edfed51c632d1d4d2502bc901efb5fdfcd4.sol", "name" : "SafeMath"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manufacturer" : "CarePad", "devices" : [{"manufacturer" : "", "market_name" : "C101", "codename" : "C101", "model" : "C101"}]} | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Lateral Inhibition-Inspired Convolutional Neural Network for Visual Attention and Saliency Detection.", "fields" : ["salience", "machine learning", "convolutional neural network", "artificial intelligence", "lateral inhibition"], "abstract" : null, "citation" : "Not cited", "departments" : ["University of Science and Technology of China", "Chinese Academy of Sciences", "University of Science and Technology of China", "Chinese Academy of Sciences"], "authors" : ["Chunshui Cao.....http://dblp.org/pers/hd/c/Cao:Chunshui", "Yongzhen Huang.....http://dblp.org/pers/hd/h/Huang:Yongzhen", "Zilei Wang.....http://dblp.org/pers/hd/w/Wang:Zilei", "Liang Wang.....http://dblp.org/pers/hd/w/Wang:Liang", "Ninglong Xu.....http://dblp.org/pers/hd/x/Xu:Ninglong", "Tieniu Tan.....http://dblp.org/pers/hd/t/Tan:Tieniu"], "conf" : "aaai", "year" : "2018", "pages" : 8} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}, "unknown": {"type": "string"}, "unsupported": {"type": "string"}}, "required": ["already_configured", "already_in_progress", "unknown", "unsupported"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "unsupported": {"type": "string"}}, "required": ["cannot_connect", "unsupported"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"discovery_confirm": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}}, "required": ["data"]}}, "required": ["discovery_confirm", "user"]}}, "required": ["abort", "error", "flow_title", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"already_configured" : "El dispositiu ja est\u00e0 configurat", "already_in_progress" : "El flux de configuraci\u00f3 ja est\u00e0 en curs", "unknown" : "Error inesperat", "unsupported" : "Dispositiu no compatible"}, "error" : {"cannot_connect" : "Ha fallat la connexi\u00f3", "unsupported" : "Dispositiu no compatible"}, "flow_title" : "{model} ({name})", "step" : {"discovery_confirm" : {"description" : "Vols configurar el reproductor {name} model {model}?"}, "user" : {"data" : {"host" : "Amfitri\u00f3"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "already_in_progress": {"type": "string"}, "unknown": {"type": "string"}, "unsupported": {"type": "string"}}, "required": ["already_configured", "already_in_progress", "unknown", "unsupported"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "unsupported": {"type": "string"}}, "required": ["cannot_connect", "unsupported"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"discovery_confirm": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}}, "required": ["data"]}}, "required": ["discovery_confirm", "user"]}}, "required": ["abort", "error", "flow_title", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"contract": {"type": "string"}, "operation": {"type": "string"}}, "required": ["contract", "operation"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"contract" : "GasToken", "operation" : "transfer"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"contract": {"type": "string"}, "operation": {"type": "string"}}, "required": ["contract", "operation"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versionNum" : 3078, "commit" : "379ae8a8190c80c0ee48c7d3ccb85cc2d5ff0db7", "date" : "2021-07-25T18:31:16.198Z"} | json_instruct | {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : [[[125.875, 28.333333333333332], [125.875, 28.416666666666668], [126.0, 28.416666666666668], [126.0, 28.333333333333332], [125.875, 28.333333333333332]]]}, "properties" : {"code" : 422547, "url" : "http://madefor.github.io/0410/api/v1/422547.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/422547.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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}, "deploy": {"type": "string"}, "yarn:install": {"type": "string"}}, "required": ["docs:dev", "docs:build", "deploy", "yarn:install"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@vuepress/theme-default": {"type": "string"}, "leancloud-storage": {"type": "string"}, "valine": {"type": "string"}, "vuepress": {"type": "string"}}, "required": ["@vuepress/theme-default", "leancloud-storage", "valine", "vuepress"]}, "devDependencies": {"type": "object", "properties": {"@vuepress/plugin-back-to-top": {"type": "string"}, "@vuepress/plugin-pwa": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}}, "required": ["@vuepress/plugin-back-to-top", "@vuepress/plugin-pwa", "cz-conventional-changelog"]}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "bugs", "dependencies", "devDependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "myblog", "version" : "1.0.0", "description" : "mrjerryli", "main" : "index.js", "scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs", "deploy" : "bash deploy.sh", "yarn:install" : "yarn install"}, "keywords" : ["myblog", "vuepress"], "author" : "lijiating", "license" : "ISC", "repository" : {"type" : "git", "url" : "git+https://github.com/mrjerryli/myblog.git"}, "bugs" : {"url" : "https://github.com/mrjerryli/myblog/issues"}, "dependencies" : {"@vuepress/theme-default" : "^1.0.0-alpha.35", "leancloud-storage" : "^3.11.1", "valine" : "^1.3.4", "vuepress" : "^0.14.8"}, "devDependencies" : {"@vuepress/plugin-back-to-top" : "^1.0.0-alpha.0", "@vuepress/plugin-pwa" : "^1.0.0-alpha.0", "cz-conventional-changelog" : "3.3.0"}, "config" : {"commitizen" : {"path" : "./node_modules/cz-conventional-changelog"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}, "deploy": {"type": "string"}, "yarn:install": {"type": "string"}}, "required": ["docs:dev", "docs:build", "deploy", "yarn:install"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@vuepress/theme-default": {"type": "string"}, "leancloud-storage": {"type": "string"}, "valine": {"type": "string"}, "vuepress": {"type": "string"}}, "required": ["@vuepress/theme-default", "leancloud-storage", "valine", "vuepress"]}, "devDependencies": {"type": "object", "properties": {"@vuepress/plugin-back-to-top": {"type": "string"}, "@vuepress/plugin-pwa": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}}, "required": ["@vuepress/plugin-back-to-top", "@vuepress/plugin-pwa", "cz-conventional-changelog"]}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "bugs", "dependencies", "devDependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "experience", "cookingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:smelting", "ingredient" : {"item" : "minecraft:nether_brick_stairs"}, "result" : "vanillaextension:cracked_nether_brick_stairs", "experience" : 0.1, "cookingtime" : 200} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredient", "result", "experience", "cookingtime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "source": {"type": "string"}}, "required": ["url", "title", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "https://www.gamereactor.eu/video/569053/Encased+Dr+Rachel+Kowert+The+Psychology+of+Gaming+Interview/", "title" : "Dr Rachel Kowert - The Psychology of Gaming Interview", "source" : "Encased - Gamereactor"}, {"url" : "https://www.youtube.com/watch?v=xqBzVWzSaoM", "title" : "Cloud9 Webinar: Can Esports Teach Life Lessons", "source" : "Positive Coaching Alliance"}, {"url" : "https://www.youtube.com/watch?v=iH7FfRwgJwc", "title" : "How the Industry Can Change the \"Games Are Bad\" Narrative", "source" : "GDC"}, {"url" : "https://www.youtube.com/watch?v=s2I5aX_jUoc", "title" : "EGFC Leads Week 2: Mental Health in Esports", "source" : "EGF - Electronic Gaming Federation"}, {"url" : "https://www.youtube.com/watch?v=a4VcFjrCLWs", "title" : "An Interview with Dr. Rachel Kowert, Research Psychologist, Take This", "source" : "The Academy of Esports"}, {"url" : "https://www.youtube.com/watch?v=M36SPAA58FA", "title" : "The Science of Games - Dr. Rachel Kowert Interview", "source" : "Digital Doc Games"}, {"url" : "https://www.youtube.com/watch?v=OvSYUpZIamo", "title" : "A Conversation with Dr. Rachel Kowert // She Returns, and, Wow, the World Has Changed!", "source" : "The Academy of Esports"}, {"url" : "https://familyconfidential.com/fcv102-good-news-about-kids-and-video-games-rachel-kowert/", "title" : "Good News about Kids & Video Games: Dr. Rachel Kowert", "source" : "Annie Fox, Author"}, {"url" : "https://www.youtube.com/watch?v=V7YuTITgDcA", "title" : "Online Gaming Research with Dr. Rachel Kowert - Expert Interview", "source" : "The White Hatter"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "source": {"type": "string"}}, "required": ["url", "title", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sn22.96:1.1": {"type": "string"}, "sn22.96:2.1": {"type": "string"}, "sn22.96:3.1": {"type": "string"}, "sn22.96:4.1": {"type": "string"}, "sn22.96:4.15": {"type": "string"}}, "required": ["sn22.96:1.1", "sn22.96:2.1", "sn22.96:3.1", "sn22.96:4.1", "sn22.96:4.15"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn22.96:1.1" : "cck17.129, dr17.171, ms13S3_606, msdiv96, ndp13.361, pts-vp-pli3.144, sya17.175, vri25.130", "sn22.96:2.1" : "bj15.248, csp1ed13.118, csp2ed13.118, ms13S3_607, sya17.176", "sn22.96:3.1" : "bj15.250, cck17.130, csp1ed13.119, csp2ed13.119, dr17.172, ms13S3_608, ndp13.362, pts-vp-pli3.145, sya17.177, vri25.131", "sn22.96:4.1" : "bj15.252, cck17.131, dr17.173, ms13S3_609, ndp13.363, pts-vp-pli3.146, sya17.178", "sn22.96:4.15" : "pts-vp-pli3.147"} | json_instruct | {"type": "object", "properties": {"sn22.96:1.1": {"type": "string"}, "sn22.96:2.1": {"type": "string"}, "sn22.96:3.1": {"type": "string"}, "sn22.96:4.1": {"type": "string"}, "sn22.96:4.15": {"type": "string"}}, "required": ["sn22.96:1.1", "sn22.96:2.1", "sn22.96:3.1", "sn22.96:4.1", "sn22.96:4.15"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "slug": {"type": "string"}}, "required": ["title", "description", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Component img src resolving", "description" : "Using project relative image URLs for BootstrapVue custom components with vue-loader", "slug" : "images"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "slug": {"type": "string"}}, "required": ["title", "description", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"C" : 3.089491003600437, "gamma" : 0.0020000000000000005} | json_instruct | {"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 4030, "citation_title" : "Unemployment Insurance Taxes and the Cyclical and Seasonal Properties of Unemployment", "citation_author" : ["David Card", "Phillip B. Levine"], "citation_publication_date" : "1992-03-01", "issue_date" : "1992-03-01", "revision_date" : "None", "topics" : ["Labor Economics", "Unemployment and Immigration"], "program" : ["Labor Studies"], "projects" : null, "working_groups" : null, "abstract" : "\n\nWe combine Current Population Survey microdata for 1979-1987 with a newly assembled database of tax rates for the Unemployment Insurance system to measure the effects of imperfect experience-rating on temporary layoffs and other types of unemployment. We find a strong negative association between the degree of experience-rating and the rate of temporary layoff unemployment, with the largest effect in recessionary years and the smallest effect in expansionary years. Increases in the degree of experience-rating are also associated with dampened seasonal fluctuations in temporary layoffs, particularly in construction and durable manufacturing. The correlation between the degree of experience-rating and the unemployment rate of permanent job losers is smaller but also negative, whereas the correlation with the unemployment Me of job quitters and re-entrants is negligible. Attempts to control for the endogeneity of unemployment insurance taxes are consistent with a causal interpretation of our findings.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.common.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "string"}}, "required": ["sweetalert2.all.js", "sweetalert2.all.min.js", "sweetalert2.common.js", "sweetalert2.css", "sweetalert2.js", "sweetalert2.min.css", "sweetalert2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sweetalert2.all.js" : "sha256-8jOOFELj7Uf1CWCPPIh1Qq13BWiGmVh5KgWE4pQW2Q0=", "sweetalert2.all.min.js" : "sha256-nB/kHeby+mpoIoBEMkHMDfXdsQ+yXSIY2sQPKqRP10s=", "sweetalert2.common.js" : "sha256-bTU6wofaVMcMRSLd6JS+84CVwpiWfwk30WmgkgfArrw=", "sweetalert2.css" : "sha256-aUahKhjzW1d9JsrtC9FlpprcKnbp0ghr7RlMnjvdIVE=", "sweetalert2.js" : "sha256-/LZb46r4UbPbAvp6gqN5TUN4lCoEQDsGHK/MfYNLXGc=", "sweetalert2.min.css" : "sha256-UMECRhNIy5qi6DTXObx1btxdnaUjGECJ6reFqwVLv+E=", "sweetalert2.min.js" : "sha256-Rm+S7MxAen8dhSebSP5yeXTBrkbdhuJUyYDIstO7OUY="} | json_instruct | {"type": "object", "properties": {"sweetalert2.all.js": {"type": "string"}, "sweetalert2.all.min.js": {"type": "string"}, "sweetalert2.common.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "string"}}, "required": ["sweetalert2.all.js", "sweetalert2.all.min.js", "sweetalert2.common.js", "sweetalert2.css", "sweetalert2.js", "sweetalert2.min.css", "sweetalert2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.0"], "meta" : {"description" : "An object-oriented layer for the HTTP specification. It provides an abstraction for requests, responses, uploaded files, cookies, etc", "homepage" : "https://github.com/felixcarmona/pyhttp"}, "versions" : {"1.0.0" : {"sha256" : "f550a87388593892d10b0df97ad1f674ac28410e5b8e775b1005ed08fbd6ab48", "url" : "https://files.pythonhosted.org/packages/3a/2f/93314c8f031197a94edb84f993650d3a945dbd21cef2b94e4e26a0885092/pyhttp-1.0.0.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"core-js": {"type": "string"}, "laravel-mix": {"type": "string"}}, "required": ["core-js", "laravel-mix"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sharp-plugin", "version" : "0.0.1", "description" : "Add custom features to your Sharp back-office", "main" : "dist/sharp-plugin.js", "scripts" : {"build" : "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dvlpp/sharp.git"}, "keywords" : ["sharp"], "author" : "Code 16", "license" : "ISC", "bugs" : {"url" : "https://github.com/dvlpp/sharp/issues"}, "homepage" : "https://github.com/dvlpp/sharp#readme", "devDependencies" : {"core-js" : "^2.5.6", "laravel-mix" : "^2.1.11"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"core-js": {"type": "string"}, "laravel-mix": {"type": "string"}}, "required": ["core-js", "laravel-mix"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id_6545": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6545"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_6545" : {"title" : "Fortunes of Glencore", "language" : "English", "totaltime" : "17:12:32", "url_librivox" : "http://librivox.org/the-fortunes-of-glencore-by-charles-james-lever/", "url_iarchive" : "http://archive.org/details/fortunes_of_glencore_1312_librivox", "readers" : ["2190", "3703", "3990", "4160", "6121", "6695", "6848", "7087", "7228", "7389", "7495", "7756", "8072"], "authors" : "5939", "genres" : "General Fiction"}} | json_instruct | {"type": "object", "properties": {"id_6545": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6545"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "maxLength": {"type": "integer"}, "minLength": {"type": "integer"}}, "required": ["title", "description", "type", "maxLength", "minLength"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "osmId": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "polygon": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "$reql_type$": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "coordinates": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "simc": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "terc": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["id", "name", "osmId", "polygon", "$reql_type$", "coordinates", "type", "simc", "terc"]}, "name": {"type": "string"}}, "required": ["properties", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"properties" : {"id" : {"title" : "Name", "description" : "Please enter your full name", "type" : "string", "maxLength" : 30, "minLength" : 1}, "name" : {"type" : "string", "required" : true}, "osmId" : {"type" : "string", "required" : true}, "polygon" : {"type" : "object", "required" : true}, "$reql_type$" : {"type" : "string", "required" : true}, "coordinates" : {"type" : "array", "required" : true}, "type" : {"type" : "string", "required" : true}, "simc" : {"type" : "string", "required" : true}, "terc" : {"type" : "string", "required" : true}}, "name" : "Area"} | json_instruct | {"type": "object", "properties": {"properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "maxLength": {"type": "integer"}, "minLength": {"type": "integer"}}, "required": ["title", "description", "type", "maxLength", "minLength"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "osmId": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "polygon": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "$reql_type$": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "coordinates": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "simc": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}, "terc": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["id", "name", "osmId", "polygon", "$reql_type$", "coordinates", "type", "simc", "terc"]}, "name": {"type": "string"}}, "required": ["properties", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x30b56211bff70233c3a656981ed638634472d621", "tool" : "maian", "start" : 1565659685.384887, "end" : 1565659943.1259723, "duration" : 257.7410852909088, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : ["pages/login/login", "pages/index/index", "pages/register/register", "pages/anomaly/anomaly", "pages/search/search", "pages/selectIndex/selectIndex", "pages/addCustomClass/addCustomClass", "pages/fgPwd/fgPwd", "pages/stockTable/stockTable", "pages/stockIndex/stockIndex", "pages/indicatorSetting/indicatorSetting", "pages/setting/setting", "pages/webView/webView"], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#ff6600", "navigationBarTitleText" : "\u5f02\u52a81.0", "navigationBarTextStyle" : "black"}, "sitemapLocation" : "sitemap.json"} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MRRm_new" : 0.2200305523462899, "MRm_new" : 288.33849108083245, "HITS@1m_new" : 0.13637748303733532, "HITS@3m_new" : 0.239038554266782, "HITS@10m_new" : 0.38664241227749735} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "roles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}}, "required": ["id", "name", "count_objects"]}}, "concordances": {"type": "object", "properties": {"freebase:id": {"type": "string"}, "ulan:id": {"type": "null"}, "ima:id": {"type": "null"}, "lcnaf:id": {"type": "null"}, "ldm:id": {"type": "null"}, "moma:id": {"type": "null"}, "phm:id": {"type": "null"}, "tms:id": {"type": "string"}, "vanda:id": {"type": "string"}, "viaf:id": {"type": "string"}, "walker:id": {"type": "null"}, "wikipedia:id": {"type": "string"}}, "required": ["freebase:id", "ulan:id", "ima:id", "lcnaf:id", "ldm:id", "moma:id", "phm:id", "tms:id", "vanda:id", "viaf:id", "walker:id", "wikipedia:id"]}}, "required": ["id", "url", "name", "supersedes", "superseded_by", "count_objects", "biography", "woe:country", "date", "roles", "concordances"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18064331", "url" : "http://collection.cooperhewitt.org/people/18064331/", "name" : "Charles Rohault de Fleury", "supersedes" : "0", "superseded_by" : "0", "count_objects" : "1", "biography" : null, "woe:country" : "23424819", "date" : "1801 - 1875", "roles" : [{"id" : "35236677", "name" : "After", "count_objects" : "1"}], "concordances" : {"freebase:id" : "/m/0413n3c", "ulan:id" : null, "ima:id" : null, "lcnaf:id" : null, "ldm:id" : null, "moma:id" : null, "phm:id" : null, "tms:id" : "16155", "vanda:id" : "12401", "viaf:id" : "27383824", "walker:id" : null, "wikipedia:id" : "16966246"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "name": {"type": "string"}, "supersedes": {"type": "string"}, "superseded_by": {"type": "string"}, "count_objects": {"type": "string"}, "biography": {"type": "null"}, "woe:country": {"type": "string"}, "date": {"type": "string"}, "roles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "count_objects": {"type": "string"}}, "required": ["id", "name", "count_objects"]}}, "concordances": {"type": "object", "properties": {"freebase:id": {"type": "string"}, "ulan:id": {"type": "null"}, "ima:id": {"type": "null"}, "lcnaf:id": {"type": "null"}, "ldm:id": {"type": "null"}, "moma:id": {"type": "null"}, "phm:id": {"type": "null"}, "tms:id": {"type": "string"}, "vanda:id": {"type": "string"}, "viaf:id": {"type": "string"}, "walker:id": {"type": "null"}, "wikipedia:id": {"type": "string"}}, "required": ["freebase:id", "ulan:id", "ima:id", "lcnaf:id", "ldm:id", "moma:id", "phm:id", "tms:id", "vanda:id", "viaf:id", "walker:id", "wikipedia:id"]}}, "required": ["id", "url", "name", "supersedes", "superseded_by", "count_objects", "biography", "woe:country", "date", "roles", "concordances"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "platypus_nsgaii", "black" : "pymoo_unsga3", "traceback" : ["passing", "passing"], "best_val" : [3120.811408475932, 3041.539422287046], "best_x" : [[0.9199635928450416, 0.7956684812643037, 0.4158927993125253, 0.7876836751421562, 0.8090190929207366, 0.3879256156414358, 0.6310981579276203, 0.8051585793068499], [0.9072611921707616, 0.6286240682397014, 0.2569552015558916, 0.6109553970256932, 0.8631779778709909, 0.4612451720682653, 0.715527831816724, 0.7339936366735569]], "feval_count" : [200, 200], "n_trials_instructed" : [147, 200], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "pymoo_unsga3_cube", "loser" : "platypus_nsgaii_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/silty_lorien_dirt"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "dependencies": {"type": "object", "properties": {"@mdx-js/loader": {"type": "string"}, "@mdx-js/mdx": {"type": "string"}, "@next/mdx": {"type": "string"}, "next": {"type": "string"}}, "required": ["@mdx-js/loader", "@mdx-js/mdx", "@next/mdx", "next"]}}, "required": ["name", "version", "private", "scripts", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@fluentui-react-native/docs", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next", "start" : "next start", "build" : "next build && echo"}, "repository" : {"type" : "git", "url" : "https://github.com/microsoft/fluentui-react-native.git", "directory" : "docs"}, "dependencies" : {"@mdx-js/loader" : "^1.5.5", "@mdx-js/mdx" : "^1.5.5", "@next/mdx" : "^9.2.1", "next" : "^9.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "dependencies": {"type": "object", "properties": {"@mdx-js/loader": {"type": "string"}, "@mdx-js/mdx": {"type": "string"}, "@next/mdx": {"type": "string"}, "next": {"type": "string"}}, "required": ["@mdx-js/loader", "@mdx-js/mdx", "@next/mdx", "next"]}}, "required": ["name", "version", "private", "scripts", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "OBS_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "OBSERVATIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 105}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [1, 1], "P10_VALUE" : [17, 2], "P25_VALUE" : [23, 8], "MEDIAN_VALUE" : [31, 28], "P75_VALUE" : [43, 57], "P90_VALUE" : [61, 73], "MAX_VALUE" : [95, 87]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "OBS_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "OBSERVATIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "OBS_FREQUENCY_DISTRIBUTION", "OBSERVATIONS_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 24176, "children" : [{"id" : 24177, "name" : "Criminal enterprise(s) -- Cosa Nostra as"}], "name" : "Criminal enterprise(s)"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/chair", "luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/lamp_1", "luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/shot_moon", "luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/table", "luigis_mansion:room/normal/observatory/interactions/gameboy_horror_scan/telescope"]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"problemId" : 13, "seed" : 0, "solution" : "21345222xx315355254112x5133342114425215xx243x253313122x2515134122534341515x222124524x2xx331134xx4x4312513113314222153152xx2214242511424335x3342212x2x214133311113333x3x3x3111515153xx4xxx5534x3331152422243511524425x52111122xx3xx212xxx4x241224215154x52113x3343x433144x311112412554x313433143x542221131331222x25x211135553x4x222442143313431121313xxxxx22x22x3xx2x22222x33xx2x2115x5422x21415x4x3xx43533x4x33xx3xx54413xx513xxx3311121122251531112134422221352241313121152333x314121312134xx3"} | json_instruct | {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "triatomic", "definition" : "(a) Having three atoms; -- said of certain elements or radicals. (b) Having a valence of three; trivalent; sometimes, in a specific sense, having three hydroxyl groups, whether acid or basic; thus, glycerin, glyceric acid, and tartronic acid are each triatomic."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-pcntl": {"type": "string"}, "ext-openssl": {"type": "string"}, "ext-gd": {"type": "string"}}, "required": ["php", "ext-pcntl", "ext-openssl", "ext-gd"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CafeLatte\\Libraries\\": {"type": "string"}}, "required": ["CafeLatte\\Libraries\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cafelatte/library", "type" : "library", "description" : "Libraries are working based on Cafelatte Framework. It contains few function such as uploading, en-decrypting, image-resizing etc.", "keywords" : ["cafelatte", "framework", "upload", "encrypt", "decrypt", "image resizing"], "homepage" : "https://cafe-latte.co.kr", "license" : "MIT", "authors" : [{"name" : "Thorpe Lee(Gwangbok Lee)", "email" : "[email protected]", "homepage" : "https://www.cafe-latte.co.kr"}], "require" : {"php" : ">=7.0", "ext-pcntl" : "*", "ext-openssl" : "*", "ext-gd" : "*"}, "autoload" : {"psr-4" : {"CafeLatte\\Libraries\\" : "src"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-pcntl": {"type": "string"}, "ext-openssl": {"type": "string"}, "ext-gd": {"type": "string"}}, "required": ["php", "ext-pcntl", "ext-openssl", "ext-gd"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CafeLatte\\Libraries\\": {"type": "string"}}, "required": ["CafeLatte\\Libraries\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_6997": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6997"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_6997" : {"title" : "U-boat Hunters", "language" : "English", "totaltime" : "5:06:33", "url_librivox" : "http://librivox.org/the-u-boat-hunters-by-james-brendan-connolly/", "url_iarchive" : "http://archive.org/details/uboathunter_wt_librivox", "readers" : ["6563"], "authors" : "1221", "genres" : "Nautical & Marine Fiction"}} | json_instruct | {"type": "object", "properties": {"id_6997": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6997"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["node-act"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"build": {"type": "integer"}, "http_method": {"type": "string"}, "http_status": {"type": "integer"}, "name": {"type": "string"}, "path": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "name": {"type": "string"}, "q_origin_key": {"type": "string"}, "vaps": {"type": "array", "items": {}}}, "required": ["comment", "name", "q_origin_key", "vaps"]}}, "revision": {"type": "string"}, "serial": {"type": "string"}, "status": {"type": "string"}, "vdom": {"type": "string"}, "version": {"type": "string"}}, "required": ["build", "http_method", "http_status", "name", "path", "results", "revision", "serial", "status", "vdom", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"build" : 231, "http_method" : "GET", "http_status" : 200, "name" : "vap-group", "path" : "wireless-controller", "results" : [{"comment" : "SSID group for braavos", "name" : "SGR_braavos", "q_origin_key" : "SGR_braavos", "vaps" : []}, {"comment" : "SSID group for meereen", "name" : "SGR_meereen", "q_origin_key" : "SGR_meereen", "vaps" : []}, {"comment" : "SSID group for tolos", "name" : "SGR_tolos", "q_origin_key" : "SGR_tolos", "vaps" : [{"name" : "1_eduroam", "q_origin_key" : "1_eduroam"}, {"name" : "1_tolos_psk", "q_origin_key" : "1_tolos_psk"}]}, {"comment" : "SSID group for volantis", "name" : "SGR_volantis", "q_origin_key" : "SGR_volantis", "vaps" : [{"name" : "2_eduroam", "q_origin_key" : "2_eduroam"}]}], "revision" : "50.0.29.9536802507054600844.1552917218", "serial" : "FGVM000000151466", "status" : "success", "vdom" : "root", "version" : "v6.0.4"} | json_instruct | {"type": "object", "properties": {"build": {"type": "integer"}, "http_method": {"type": "string"}, "http_status": {"type": "integer"}, "name": {"type": "string"}, "path": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "name": {"type": "string"}, "q_origin_key": {"type": "string"}, "vaps": {"type": "array", "items": {}}}, "required": ["comment", "name", "q_origin_key", "vaps"]}}, "revision": {"type": "string"}, "serial": {"type": "string"}, "status": {"type": "string"}, "vdom": {"type": "string"}, "version": {"type": "string"}}, "required": ["build", "http_method", "http_status", "name", "path", "results", "revision", "serial", "status", "vdom", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-03-20T20:00:00Z", "Temp" : 18.6, "RelHum" : 45, "WindSpeed" : 0.6, "WindDir" : 15} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"chassistpl": {"type": "string"}}, "required": ["chassistpl"]}, "preferGlobal": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"inquirer": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["inquirer", "rimraf"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "preferGlobal", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chassistpl", "version" : "1.0.5", "description" : "A CLI wizard for generating a Chassis boilerplate app. ", "main" : "index.js", "scripts" : {"test" : "echo \"No test necessary.\""}, "bin" : {"chassistpl" : "bin/cli.js"}, "preferGlobal" : true, "engines" : {"node" : ">=6.0.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ngnjs/chassis-tpl.git"}, "keywords" : ["ngn", "chassis", "boilerplate", "html", "template"], "author" : "Corey Butler", "license" : "MIT", "bugs" : {"url" : "https://github.com/ngnjs/chassis-tpl/issues"}, "homepage" : "https://github.com/ngnjs/chassis-tpl#readme", "dependencies" : {"inquirer" : "^1.1.3", "rimraf" : "^2.5.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"chassistpl": {"type": "string"}}, "required": ["chassistpl"]}, "preferGlobal": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"inquirer": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["inquirer", "rimraf"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "preferGlobal", "engines", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "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" : [[[153.375, 32.083333333333336], [153.375, 32.166666666666664], [153.5, 32.166666666666664], [153.5, 32.083333333333336], [153.375, 32.083333333333336]]]}, "properties" : {"code" : 485313, "url" : "http://madefor.github.io/0410/api/v1/485313.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/485313.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [4212.9781258573585, 4213.590811759683, 4215.224640832546, 4215.83732673487] | json_instruct | {"type": "array", "items": {"type": "number"}, "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bugs": {"type": "object", "properties": {"email": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "url"]}, "contributors": {"type": "array", "items": {"type": "string"}}, "publisher": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react-native": {"type": "string"}}, "required": ["react-native"]}}, "required": ["name", "version", "description", "main", "scripts", "bugs", "contributors", "publisher", "keywords", "homepage", "author", "license", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-native-animated-splash", "version" : "1.3.6", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "bugs" : {"email" : "[email protected]", "url" : "https://github.com/Blitz-Mobile-Apps/react-native-animated-splash/issues"}, "contributors" : ["[email protected]", "[email protected]", "[email protected]"], "publisher" : "Blitz Mobile Apps", "keywords" : ["react-native", "splash", "animations", "animated-splash", "loader", "native animations", "easy splash", "interactive", "react-native-splash", "react-native-splash-screen", "slide animation", "hybrid mobile app", "rotate animation", "fade animation", "scale animation", "cross platform"], "homepage" : "https://github.com/Blitz-Mobile-Apps/react-native-animated-splash/", "author" : "[email protected]", "license" : "MIT", "peerDependencies" : {"react-native" : "^0.41.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bugs": {"type": "object", "properties": {"email": {"type": "string"}, "url": {"type": "string"}}, "required": ["email", "url"]}, "contributors": {"type": "array", "items": {"type": "string"}}, "publisher": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react-native": {"type": "string"}}, "required": ["react-native"]}}, "required": ["name", "version", "description", "main", "scripts", "bugs", "contributors", "publisher", "keywords", "homepage", "author", "license", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "english_NIV", "book" : "Genesis", "chapter" : 8, "verse" : 1, "word" : "But God remembered Noah and all the wild animals and the livestock that were with him in the ark, and he sent a wind over the earth, and the waters receded."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 87857, "date" : "2016-07-19 09:02:52", "user" : "Ikoula", "post" : "Hello,<BR>\r\n\r\nTry our Wordpress hosting for 0.99\u20ac/mo during one year (normal price is 1.99\u20ac).<BR>\r\n\r\nIt is a package quick and easy to setup to host your Wordpress websites :<BR>\r\n- 1 pack = 1 site = 1 clic<BR>\r\n- Wordpress ready to go<BR>\r\n- ipv6 available and provided<BR>\r\n- Multi domains<BR>\r\n- Manageable ressources, you can add sites / space / mail accounts / databases without changing plan<BR>\r\n- With let's Encrypte SSL certificate<BR>\r\n- <a href=\"https://express.ikoula.com/en/wordpress-hosting\">Order link</a><BR>\r\n\r\nnb : yearly payment<BR>\r\n\r\nOrder now your Wordpress Hosting with Ikoula and benefit a quality service thanks to its support team available 24/7.<BR>"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "keycloak": {"type": "object", "properties": {"url": {"type": "string"}, "realm": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["url", "realm", "clientId"]}, "dashboardUrls": {"type": "object", "properties": {"traefik": {"type": "string"}, "keycloak": {"type": "string"}, "jaeger-ui": {"type": "string"}, "pgadmin4": {"type": "string"}, "apidocs": {"type": "string"}}, "required": ["traefik", "keycloak", "jaeger-ui", "pgadmin4", "apidocs"]}}, "required": ["apiUrl", "keycloak", "dashboardUrls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiUrl" : "/api/jwt", "keycloak" : {"url" : "http://localhost/auth", "realm" : "biletado", "clientId" : "angular"}, "dashboardUrls" : {"traefik" : "//localhost:8080/", "keycloak" : "/auth", "jaeger-ui" : "/jaeger/search?service=traefik", "pgadmin4" : "//localhost:5433/", "apidocs" : "/apidocs/"}} | json_instruct | {"type": "object", "properties": {"apiUrl": {"type": "string"}, "keycloak": {"type": "object", "properties": {"url": {"type": "string"}, "realm": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["url", "realm", "clientId"]}, "dashboardUrls": {"type": "object", "properties": {"traefik": {"type": "string"}, "keycloak": {"type": "string"}, "jaeger-ui": {"type": "string"}, "pgadmin4": {"type": "string"}, "apidocs": {"type": "string"}}, "required": ["traefik", "keycloak", "jaeger-ui", "pgadmin4", "apidocs"]}}, "required": ["apiUrl", "keycloak", "dashboardUrls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "organization": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "entitlements": {"type": "object", "properties": {"process": {"type": "boolean"}}, "required": ["process"]}, "commands": {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "command": {"type": "string"}}, "required": ["title", "command"]}}}, "required": ["extensions"]}}, "required": ["identifier", "name", "organization", "description", "version", "categories", "repository", "bugs", "license", "main", "entitlements", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "org.ursamaris.nova.tower", "name" : "Tower", "organization" : "John Fieber", "description" : "Open the current workspace with the Tower Git client", "version" : "1.1", "categories" : ["commands"], "repository" : "https://github.com/jfieber/Tower.novaextension", "bugs" : "https://github.com/jfieber/Tower.novaextension/issues", "license" : "MIT", "main" : "main.js", "entitlements" : {"process" : true}, "commands" : {"extensions" : [{"title" : "Open Workspace in Tower", "command" : "tower.runTower"}]}} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "organization": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "entitlements": {"type": "object", "properties": {"process": {"type": "boolean"}}, "required": ["process"]}, "commands": {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "command": {"type": "string"}}, "required": ["title", "command"]}}}, "required": ["extensions"]}}, "required": ["identifier", "name", "organization", "description", "version", "categories", "repository", "bugs", "license", "main", "entitlements", "commands"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name", "npatients", "ncurrentpatients", "nexits", "ndeaths", "lastUpdate", "src_url", "url_opendata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Toyama", "npatients" : 1549, "ncurrentpatients" : 178, "nexits" : 1339, "ndeaths" : 32, "lastUpdate" : "2021-05-18", "src_url" : "http://opendata.pref.toyama.jp/dataset/covid19/resource/85d4c612-c174-4f73-be63-f8512d25361a", "url_opendata" : "http://opendata.pref.toyama.jp/files/covid19/20200403/toyama_counts.csv"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "npatients": {"type": "integer"}, "ncurrentpatients": {"type": "integer"}, "nexits": {"type": "integer"}, "ndeaths": {"type": "integer"}, "lastUpdate": {"type": "string"}, "src_url": {"type": "string"}, "url_opendata": {"type": "string"}}, "required": ["name", "npatients", "ncurrentpatients", "nexits", "ndeaths", "lastUpdate", "src_url", "url_opendata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "hidden": {"type": "boolean"}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "end_user_data_statement": {"type": "string"}}, "required": ["name", "author", "description", "hidden", "install_msg", "short", "tags", "end_user_data_statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ForceMention", "author" : ["Bobloy", "PhenoM4n4n"], "description" : "Mentions roles that are unmentionable", "hidden" : false, "install_msg" : "Thank you for installing ForceMention! Get started with `[p]load forcemention`, then `[p]forcemention`", "short" : "Mention unmentionables", "tags" : ["bobloy", "utils"], "end_user_data_statement" : "This cog does not store any End User Data."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "hidden": {"type": "boolean"}, "install_msg": {"type": "string"}, "short": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "end_user_data_statement": {"type": "string"}}, "required": ["name", "author", "description", "hidden", "install_msg", "short", "tags", "end_user_data_statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "jsnext:main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "dependencies": {"type": "object", "properties": {"@storybook/addon-info": {"type": "string"}, "@storybook/addon-knobs": {"type": "string"}, "@storybook/react": {"type": "string"}, "storybook-readme": {"type": "string"}}, "required": ["@storybook/addon-info", "@storybook/addon-knobs", "@storybook/react", "storybook-readme"]}}, "required": ["name", "version", "private", "main", "jsnext:main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@axa-fr/storybook-addons", "version" : "1.3.4", "private" : true, "main" : "dist/index.js", "jsnext:main" : "src/index.js", "scripts" : {"prepare" : "node ../../scripts/prepare.js"}, "dependencies" : {"@storybook/addon-info" : "^5.1.9", "@storybook/addon-knobs" : "^5.1.9", "@storybook/react" : "^5.1.9", "storybook-readme" : "^5.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "jsnext:main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepare": {"type": "string"}}, "required": ["prepare"]}, "dependencies": {"type": "object", "properties": {"@storybook/addon-info": {"type": "string"}, "@storybook/addon-knobs": {"type": "string"}, "@storybook/react": {"type": "string"}, "storybook-readme": {"type": "string"}}, "required": ["@storybook/addon-info", "@storybook/addon-knobs", "@storybook/react", "storybook-readme"]}}, "required": ["name", "version", "private", "main", "jsnext:main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101902229, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b118a56578bbd52bc0620f8b8d337551", "wof:id" : 101902229, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.37884997769652, 49.70571723624039, 2.40301999213563, 49.71536157094101], "geometry" : {"coordinates" : [[[2.38546809547756, 49.71536157094101], [2.38575106893489, 49.71357422465582], [2.38713130177825, 49.7136672985385], [2.3872727534839, 49.7127736226434], [2.38865296601517, 49.71286667773774], [2.38879438598286, 49.71197299934738], [2.39293497722213, 49.71225205785026], [2.39279363277842, 49.71314574218462], [2.3983145898257, 49.71351759282629], [2.39859707075163, 49.71173020780338], [2.40273768847038, 49.71200890744205], [2.40301999213563, 49.71022150849637], [2.40163983172442, 49.71012862937954], [2.40206331361702, 49.707447533052], [2.39378290616429, 49.70688994106877], [2.39392420470534, 49.70599625314242], [2.38978414203916, 49.70571723624039], [2.38964276799777, 49.70661091822444], [2.39102280919485, 49.70670394264283], [2.3907400917692, 49.70849130903321], [2.393500289413, 49.70867731538169], [2.39307631510718, 49.71135837300255], [2.38893579938844, 49.71107932044356], [2.38921860651442, 49.70929196109608], [2.38645838769167, 49.70910584995841], [2.38617547988179, 49.71089320137776], [2.38203503709639, 49.71061389674145], [2.38189349782982, 49.71150756573184], [2.3805133347937, 49.71141442859312], [2.38037176378708, 49.71230809508592], [2.37899158044576, 49.712214939158], [2.37884997769652, 49.7131086031527], [2.38299061784158, 49.71338802647222], [2.38284908404478, 49.71428169590524], [2.38422933233431, 49.71437480538322], [2.38408781714594, 49.71526847628621], [2.38546809547756, 49.71536157094101]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}, "external_url": {"type": "string"}}, "required": ["name", "src", "external_url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "LinkedIn", "src" : "../images/icons/linkedin.png", "external_url" : "https://www.linkedin.com/henrique-batista/"}, {"name" : "Github", "src" : "../images/icons/github.png", "external_url" : "https://github.com/RiqueBR"}, {"name" : "email", "src" : "../images/icons/email.png", "external_url" : "https://www.linkedin.com/henrique-batista/"}, {"name" : "Flicker", "src" : "../images/icons/flicker.png", "external_url" : "https://www.linkedin.com/henrique-batista/"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}, "external_url": {"type": "string"}}, "required": ["name", "src", "external_url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "prettify": {"type": "string"}, "pretty-quick": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}}, "required": ["lint", "prettify", "pretty-quick", "test", "test:coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}}, "required": ["fs-extra"]}, "devDependencies": {"type": "object", "properties": {"@types/eslint": {"type": "string"}, "chai": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "husky": {"type": "string"}, "mocha": {"type": "string"}, "mocha-lcov-reporter": {"type": "string"}, "nyc": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}, "shelljs": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["@types/eslint", "chai", "coveralls", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "husky", "mocha", "mocha-lcov-reporter", "nyc", "prettier", "pretty-quick", "shelljs", "sinon"]}}, "required": ["name", "version", "description", "author", "license", "bugs", "main", "scripts", "repository", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "eslint-formatter-teamcity", "version" : "1.0.0", "description" : "An ESLint formatter plugin for TeamCity", "author" : "Andre Ogle <[email protected]> (https://github.com/andreogle)", "license" : "MIT", "bugs" : {"url" : "https://github.com/andreogle/eslint-formatter-teamcity/issues"}, "main" : "index.js", "scripts" : {"lint" : "eslint .", "prettify" : "prettier --write \"./src/**/*.js\" --write \"./test/**/*.js\"", "pretty-quick" : "pretty-quick --staged --pattern \"**/*.*(js|ts)\"", "test" : "mocha \"./test/**/*.spec.js\"", "test:coverage" : "nyc npm test && nyc report --reporter=text-lcov | coveralls"}, "repository" : {"type" : "git", "url" : "git://github.com/andreogle/eslint-formatter-teamcity.git"}, "keywords" : ["eslint", "teamcity", "formatter", "linting"], "dependencies" : {"fs-extra" : "^10.0.x"}, "devDependencies" : {"@types/eslint" : "^8.2.1", "chai" : "^4.3.4", "coveralls" : "^3.1.1", "eslint" : "^8.6.0", "eslint-config-airbnb-base" : "^15.0.0", "eslint-plugin-import" : "^2.25.4", "husky" : "^8.0.1", "mocha" : "^10.0.0", "mocha-lcov-reporter" : "^1.3.0", "nyc" : "^15.1.0", "prettier" : "^2.5.1", "pretty-quick" : "^3.1.3", "shelljs" : "^0.8.4", "sinon" : "^14.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "prettify": {"type": "string"}, "pretty-quick": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}}, "required": ["lint", "prettify", "pretty-quick", "test", "test:coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}}, "required": ["fs-extra"]}, "devDependencies": {"type": "object", "properties": {"@types/eslint": {"type": "string"}, "chai": {"type": "string"}, "coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "husky": {"type": "string"}, "mocha": {"type": "string"}, "mocha-lcov-reporter": {"type": "string"}, "nyc": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}, "shelljs": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["@types/eslint", "chai", "coveralls", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "husky", "mocha", "mocha-lcov-reporter", "nyc", "prettier", "pretty-quick", "shelljs", "sinon"]}}, "required": ["name", "version", "description", "author", "license", "bugs", "main", "scripts", "repository", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "body": {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "payload": {"type": "object", "properties": {"channels": {"type": "array", "items": {}}}, "required": ["channels"]}, "service": {"type": "string"}}, "required": ["status", "message", "payload", "service"]}}, "required": ["code", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 200, "body" : {"status" : 200, "message" : "OK", "payload" : {"channels" : []}, "service" : "Presence"}} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "body": {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "payload": {"type": "object", "properties": {"channels": {"type": "array", "items": {}}}, "required": ["channels"]}, "service": {"type": "string"}}, "required": ["status", "message", "payload", "service"]}}, "required": ["code", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 175, "subsInEachSource" : {"feedly" : 90, "inoreader" : 81, "feedsPub" : 4}, "failedSources" : {}}, "lastModified" : 1614997222702} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"FileName": {"type": "string"}}, "required": ["FileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"FileName" : "IdentityBase.EntityFramework.InMemory.dll"} | json_instruct | {"type": "object", "properties": {"FileName": {"type": "string"}}, "required": ["FileName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404357209, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "46b15dd3e0a1f09ee0650c50f18ea6dd", "wof:id" : 404357209, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.70698937087262, 47.71257716795237, 4.75776675185545, 47.73630976690533], "geometry" : {"coordinates" : [[[4.74366227513857, 47.71918577744957], [4.73340144094666, 47.71257716795237], [4.70698937087262, 47.72214831491095], [4.72007094346507, 47.73599190703325], [4.74904058212956, 47.73630976690533], [4.75776675185545, 47.73019219884274], [4.75731706773547, 47.72343786245975], [4.74366227513857, 47.71918577744957]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "constructores", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "UnknownDirectiveException", "description" : "", "parametros" : [{"nombre" : "ModuleElement.Directive d", "description" : ""}, {"nombre" : "Object p", "description" : ""}]}], "metodos" : [{"nombre" : "getArgument", "description" : ""}, {"nombre" : "getUnknownDirective", "description" : ""}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "constructores", "metodos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["axios", "react-redux", "redux", "redux-thunk"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"axios" : "^0.19.0", "react-redux" : "^7.1.1", "redux" : "^4.0.4", "redux-thunk" : "^2.3.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["axios", "react-redux", "redux", "redux-thunk"]}}, "required": ["dependencies"], "$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" : [[[142.875, 38.416666666666664], [142.875, 38.5], [143.0, 38.5], [143.0, 38.416666666666664], [142.875, 38.416666666666664]]]}, "properties" : {"code" : 574257, "url" : "http://madefor.github.io/0410/api/v1/574257.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/574257.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Home": {"type": "string"}, "About": {"type": "string"}, "Contact": {"type": "string"}}, "required": ["Home", "About", "Contact"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Home" : "Inicio", "About" : "Quienes Somos", "Contact" : "Contacto"} | json_instruct | {"type": "object", "properties": {"Home": {"type": "string"}, "About": {"type": "string"}, "Contact": {"type": "string"}}, "required": ["Home", "About", "Contact"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : 3205190011, "parent" : 3205190, "name" : "SUKAMANTRI", "latitude" : null, "longitude" : null, "postal" : [44116], "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptValues"]}}, "required": ["generator-node"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generator-node" : {"promptValues" : {"authorName" : "Team of Skybox IT", "authorEmail" : "[email protected]", "authorUrl" : "Team of Skybox IT"}}} | json_instruct | {"type": "object", "properties": {"generator-node": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"authorName": {"type": "string"}, "authorEmail": {"type": "string"}, "authorUrl": {"type": "string"}}, "required": ["authorName", "authorEmail", "authorUrl"]}}, "required": ["promptValues"]}}, "required": ["generator-node"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 138989, "date" : "2018-02-28 12:47:29", "user" : "MikePT", "post" : "\r\n\r\n**MXroute.io - SMTP Relay Service / Outbound SPAM Filtering, by MailChannels**\r\n\r\nHi LET!\r\n\r\nAs usual, here's our offer, we no longer sell the yearly based plans as those were specials ;-).\r\n\r\n\r\n**Starter**\r\n \r\n**10k emails per month**\r\n \r\nSMTP Relay Access \r\n \r\nMailChannels Cloud Access\r\n \r\n5\u20ac per month - [Signup here](https://mxroute.io/#plans) \r\n \r\n\r\nMore monthly-based plans available in our website https://mxroute.io\r\n \r\n----------------------------------\r\n \r\nBenefits of signing up for our service:\r\n \r\n- MailChannels integration in WHMCS (including overages, full automation);\r\n\r\n- Automated account suspension to avoid extreme overages, not only to protect ourselves, as our clients;\r\n \r\n- 2FA available in WHMCS (secure your account properly);\r\n \r\n- Support provided by us and MailChannels - as you're a Cloud user, you're entitled for their 24x7 Support as well;\r\n \r\n- Plugins available for cPanel/Plesk;\r\n \r\n- Awesome email delivery by MailChannels;\r\n\r\n- Beautiful interface to manage your service with us;\r\n\r\n- Proper stats shown directly in our panel;\r\n\r\n- Upgrade/Downgrade whenever you need to with a simple click;\r\n\r\n- MailChannels Cloud account - setup your notifications/webhooks, automate account suspensions and much more;\r\n \r\n_*Listed prices do not include VAT - EU residents are subject to VAT as per the MOSS Agreement (companies with a valid VAT number are VAT exempt where individuals without a valid VAT number are charged the countries VAT rate)._\r\n \r\nBig volume plans available at www.mxroute.io \r\n\r\nCheers,\r\n\r\nMiguel"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Le Beaucet", "dpt" : "Vaucluse", "inscrits" : 318, "abs" : 97, "votants" : 221, "blancs" : 25, "nuls" : 5, "exp" : 191, "res" : [{"panneau" : "1", "voix" : 127}, {"panneau" : "2", "voix" : 64}]} | 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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.