input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"en": {"type": "object", "properties": {"greeting": {"type": "string"}, "intro": {"type": "string"}}, "required": ["greeting", "intro"]}, "fr": {"type": "object", "properties": {"greeting": {"type": "string"}, "intro": {"type": "string"}}, "required": ["greeting", "intro"]}}, "required": ["en", "fr"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"en" : {"greeting" : "hello", "intro" : "my name is {name}. i have {numCats, number} cats."}, "fr" : {"greeting" : "bonjour", "intro" : "je m'apelle {name}. j'ai {numCats, number} chats."}} | json_instruct | {"type": "object", "properties": {"en": {"type": "object", "properties": {"greeting": {"type": "string"}, "intro": {"type": "string"}}, "required": ["greeting", "intro"]}, "fr": {"type": "object", "properties": {"greeting": {"type": "string"}, "intro": {"type": "string"}}, "required": ["greeting", "intro"]}}, "required": ["en", "fr"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "issues": {"type": "string"}, "wiki": {"type": "string"}, "source": {"type": "string"}}, "required": ["email", "issues", "wiki", "source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "zendframework/zend-eventmanager": {"type": "string"}, "zendframework/zend-modulemanager": {"type": "string"}}, "required": ["php", "zendframework/zend-eventmanager", "zendframework/zend-modulemanager"]}, "require-dev": {"type": "object", "properties": {"phpdocumentor/phpdocumentor": {"type": "string"}, "fabpot/php-cs-fixer": {"type": "string"}}, "required": ["phpdocumentor/phpdocumentor", "fabpot/php-cs-fixer"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"DzAssetModule": {"type": "string"}}, "required": ["DzAssetModule"]}}, "required": ["psr-0"]}}, "required": ["name", "description", "type", "keywords", "license", "homepage", "authors", "support", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dieze/dz-asset-module", "description" : "Module de r\u00e9solution d'assets.", "type" : "library", "keywords" : ["zf2", "asset", "css", "js", "style", "script", "image", "resolver", "r\u00e9solution", "library", "module"], "license" : "Apache-2.0", "homepage" : "https://github.com/dieze/DzAssetModule", "authors" : [{"name" : "Desfourneaux Adrien (aka Dieze)", "email" : "dieze51@gmail.com", "role" : "Creator"}], "support" : {"email" : "dieze51@gmail.com", "issues" : "https://github.com/dieze/DzAssetModule/issues", "wiki" : "https://github.com/dieze/DzAssetModule/wiki", "source" : "https://github.com/dieze/DzAssetModule"}, "require" : {"php" : ">=5.3.3", "zendframework/zend-eventmanager" : "~2.1", "zendframework/zend-modulemanager" : "~2.1"}, "require-dev" : {"phpdocumentor/phpdocumentor" : "2.*", "fabpot/php-cs-fixer" : "dev-master"}, "autoload" : {"psr-0" : {"DzAssetModule" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "issues": {"type": "string"}, "wiki": {"type": "string"}, "source": {"type": "string"}}, "required": ["email", "issues", "wiki", "source"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "zendframework/zend-eventmanager": {"type": "string"}, "zendframework/zend-modulemanager": {"type": "string"}}, "required": ["php", "zendframework/zend-eventmanager", "zendframework/zend-modulemanager"]}, "require-dev": {"type": "object", "properties": {"phpdocumentor/phpdocumentor": {"type": "string"}, "fabpot/php-cs-fixer": {"type": "string"}}, "required": ["phpdocumentor/phpdocumentor", "fabpot/php-cs-fixer"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"DzAssetModule": {"type": "string"}}, "required": ["DzAssetModule"]}}, "required": ["psr-0"]}}, "required": ["name", "description", "type", "keywords", "license", "homepage", "authors", "support", "require", "require-dev", "autoload"], "$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": {"watch": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "build-test": {"type": "string"}, "style": {"type": "string"}, "gen-licenses": {"type": "string"}}, "required": ["watch", "build", "clean", "test", "build-test", "style", "gen-licenses"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@types/chrome": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "front-matter": {"type": "string"}, "glob": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@types/chrome", "@types/jest", "@types/node", "copy-webpack-plugin", "front-matter", "glob", "jest", "prettier", "rimraf", "ts-jest", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-merge"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "licenseplate", "version" : "0.3.2", "description" : "Browser extension to get early warnings when facing insufficiently licensed code.", "main" : "index.js", "scripts" : {"watch" : "webpack --config webpack/webpack.dev.js --watch", "build" : "webpack --config webpack/webpack.prod.js", "clean" : "rimraf dist", "test" : "npx jest", "build-test" : "npm build & npm test", "style" : "prettier --write \"src/**/*.{ts}\"", "gen-licenses" : "rimraf .temp && tsc --outDir .temp/codegen-js ./src/__codegen__/genLicenses.ts && node .temp/codegen-js/__codegen__/genLicenses.js && rimraf .temp"}, "author" : "Michael Weiss", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/miweiss/licenseplate.git"}, "devDependencies" : {"@types/chrome" : "0.0.154", "@types/jest" : "^27.0.2", "@types/node" : "^16.4.13", "copy-webpack-plugin" : "^9.0.1", "front-matter" : "4.0.2", "glob" : "^7.2.0", "jest" : "^27.3.1", "prettier" : "^2.4.1", "rimraf" : "^3.0.2 ", "ts-jest" : "^27.0.4", "ts-loader" : "^9.2.5", "typescript" : "^4.4.4", "webpack" : "^5.58.2", "webpack-cli" : "^4.9.0", "webpack-merge" : "^5.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"watch": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "build-test": {"type": "string"}, "style": {"type": "string"}, "gen-licenses": {"type": "string"}}, "required": ["watch", "build", "clean", "test", "build-test", "style", "gen-licenses"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@types/chrome": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "front-matter": {"type": "string"}, "glob": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@types/chrome", "@types/jest", "@types/node", "copy-webpack-plugin", "front-matter", "glob", "jest", "prettier", "rimraf", "ts-jest", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-merge"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"allConnectedMorphs": {"type": "string"}, "allConnections": {"type": "string"}, "allowsConnectionToSubmorph:": {"type": "string"}, "allowsConnectionToSubmorphs": {"type": "string"}, "defaultConnectorClass": {"type": "string"}, "grabNCDrawingFromScreen:": {"type": "string"}, "isConnectable": {"type": "string"}, "newMorphMenu": {"type": "string"}, "tellAllContents:": {"type": "string"}, "yellowButtonClickOnDesktopWithEvent:": {"type": "string"}}, "required": ["allConnectedMorphs", "allConnections", "allowsConnectionToSubmorph:", "allowsConnectionToSubmorphs", "defaultConnectorClass", "grabNCDrawingFromScreen:", "isConnectable", "newMorphMenu", "tellAllContents:", "yellowButtonClickOnDesktopWithEvent:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"allConnectedMorphs" : "nk 5/11/2003 09:44", "allConnections" : "nk 3/12/2002 09:34", "allowsConnectionToSubmorph:" : "nk 8/9/2004 16:19", "allowsConnectionToSubmorphs" : "nk 9/10/2004 11:50", "defaultConnectorClass" : "nk 8/25/2003 13:53", "grabNCDrawingFromScreen:" : "nk 6/12/2004 15:16", "isConnectable" : "nk 6/13/2002 09:34", "newMorphMenu" : "nk 1/26/2004 12:51", "tellAllContents:" : "sw 1/7/2004 02:50", "yellowButtonClickOnDesktopWithEvent:" : "nk 7/18/2004 20:12"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"allConnectedMorphs": {"type": "string"}, "allConnections": {"type": "string"}, "allowsConnectionToSubmorph:": {"type": "string"}, "allowsConnectionToSubmorphs": {"type": "string"}, "defaultConnectorClass": {"type": "string"}, "grabNCDrawingFromScreen:": {"type": "string"}, "isConnectable": {"type": "string"}, "newMorphMenu": {"type": "string"}, "tellAllContents:": {"type": "string"}, "yellowButtonClickOnDesktopWithEvent:": {"type": "string"}}, "required": ["allConnectedMorphs", "allConnections", "allowsConnectionToSubmorph:", "allowsConnectionToSubmorphs", "defaultConnectorClass", "grabNCDrawingFromScreen:", "isConnectable", "newMorphMenu", "tellAllContents:", "yellowButtonClickOnDesktopWithEvent:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : null, "paper_link" : "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Zs9227oAAAAJ&cstart=2159&pagesize=100&citation_for_view=Zs9227oAAAAJ:HaiYZdWvYCYC", "authors" : ["CN Rao", "VJ Shivankar", "VN Dhengre", "S Deole"], "title" : "Evaluation of Mak All Season Horticulture Mineral Oil against Leaf miner, Phyllocnistis citrella Stainton and Asian Citrus psyllid, Diaphorina citri Kuwayama", "publication" : "Annals of Plant Protection Sciences 22 (1), 27-30, 2014"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"value" : "that", "synonyms" : ["that"]}, {"value" : "for", "synonyms" : ["for"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "synonyms"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"analysis": {"type": "object", "properties": {"filter": {"type": "object", "properties": {"bengali_stop": {"type": "object", "properties": {"type": {"type": "string"}, "stopwords": {"type": "string"}}, "required": ["type", "stopwords"]}, "bengali_keywords": {"type": "object", "properties": {"type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "keywords"]}, "bengali_stemmer": {"type": "object", "properties": {"type": {"type": "string"}, "language": {"type": "string"}}, "required": ["type", "language"]}}, "required": ["bengali_stop", "bengali_keywords", "bengali_stemmer"]}, "analyzer": {"type": "object", "properties": {"rebuilt_bengali": {"type": "object", "properties": {"tokenizer": {"type": "string"}, "filter": {"type": "array", "items": {"type": "string"}}}, "required": ["tokenizer", "filter"]}}, "required": ["rebuilt_bengali"]}}, "required": ["filter", "analyzer"]}}, "required": ["analysis"]}}, "required": ["settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"settings" : {"analysis" : {"filter" : {"bengali_stop" : {"type" : "stop", "stopwords" : "_bengali_"}, "bengali_keywords" : {"type" : "keyword_marker", "keywords" : ["\u0989\u09a6\u09be\u09b9\u09b0\u09a3"]}, "bengali_stemmer" : {"type" : "stemmer", "language" : "bengali"}}, "analyzer" : {"rebuilt_bengali" : {"tokenizer" : "standard", "filter" : ["lowercase", "decimal_digit", "bengali_keywords", "indic_normalization", "bengali_normalization", "bengali_stop", "bengali_stemmer"]}}}}} | json_instruct | {"type": "object", "properties": {"settings": {"type": "object", "properties": {"analysis": {"type": "object", "properties": {"filter": {"type": "object", "properties": {"bengali_stop": {"type": "object", "properties": {"type": {"type": "string"}, "stopwords": {"type": "string"}}, "required": ["type", "stopwords"]}, "bengali_keywords": {"type": "object", "properties": {"type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "keywords"]}, "bengali_stemmer": {"type": "object", "properties": {"type": {"type": "string"}, "language": {"type": "string"}}, "required": ["type", "language"]}}, "required": ["bengali_stop", "bengali_keywords", "bengali_stemmer"]}, "analyzer": {"type": "object", "properties": {"rebuilt_bengali": {"type": "object", "properties": {"tokenizer": {"type": "string"}, "filter": {"type": "array", "items": {"type": "string"}}}, "required": ["tokenizer", "filter"]}}, "required": ["rebuilt_bengali"]}}, "required": ["filter", "analyzer"]}}, "required": ["analysis"]}}, "required": ["settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : " Deposit agreement", "symbol" : "DEAG", "address" : "0xB094f1f7A8E426429Dee7B4DC9ba0aaff57fb02F", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"libphonenumber-js.min.js" : "sha512-Pg+6ZlwsWko62tSgpSHsYBYfihEESq3Cu30JLMSi4Y56N1Q5F/orHMNOyHIiH7B9DORB20tcFsUalkTyk7angQ=="} | json_instruct | {"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1991-01-17": {"type": "string"}, "1991-02-01": {"type": "string"}, "1993-12-14": {"type": "string"}, "1993-12-31": {"type": "string"}, "1998-10-29": {"type": "string"}, "1998-11-11": {"type": "string"}, "2010-05-04": {"type": "string"}, "2010-05-26": {"type": "string"}}, "required": ["1991-01-17", "1991-02-01", "1993-12-14", "1993-12-31", "1998-10-29", "1998-11-11", "2010-05-04", "2010-05-26"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : [{"name" : "\u95dc\u52d9\u4eba\u54e1\u4eba\u4e8b\u689d\u4f8b", "start_date" : "1991-01-17"}], "history" : {"1991-01-17" : "\u5236\u5b9a23\u689d", "1991-02-01" : "\u516c\u5e03", "1993-12-14" : "\u4fee\u6b63\u7b2c11\u689d", "1993-12-31" : "\u516c\u5e03", "1998-10-29" : "\u4fee\u6b63\u7b2c4, 5, 10, 14, 15\u689d", "1998-11-11" : "\u516c\u5e03", "2010-05-04" : "\u4fee\u6b63\u7b2c20\u689d", "2010-05-26" : "\u516c\u5e03"}, "lyID" : "01599", "PCode" : "G0350037"} | json_instruct | {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1991-01-17": {"type": "string"}, "1991-02-01": {"type": "string"}, "1993-12-14": {"type": "string"}, "1993-12-31": {"type": "string"}, "1998-10-29": {"type": "string"}, "1998-11-11": {"type": "string"}, "2010-05-04": {"type": "string"}, "2010-05-26": {"type": "string"}}, "required": ["1991-01-17", "1991-02-01", "1993-12-14", "1993-12-31", "1998-10-29", "1998-11-11", "2010-05-04", "2010-05-26"]}, "lyID": {"type": "string"}, "PCode": {"type": "string"}}, "required": ["name", "history", "lyID", "PCode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Rin's mixing on the fly Blueberry Waffle", "description" : "* FW Waffle is really MB WW Waffle\r\n\r\nA mix Rin made for our chit chat show where we played a game where each one of us picked a flavor.", "id" : 185720, "image_url" : null, "updated_at" : "2020-12-10T16:01:44.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Bilberry Ripe", "flavor_id" : "9886", "millipercent" : 500, "vendor" : "VT"}, {"name" : "Blueberry", "flavor_id" : "1201", "millipercent" : 1000, "vendor" : "FW"}, {"name" : "Vanilla Custard 2", "flavor_id" : "10427", "millipercent" : 2000, "vendor" : "TPA"}, {"name" : "Waffle", "flavor_id" : "1457", "millipercent" : 3000, "vendor" : "FW"}], "author" : "mixinvixens", "views" : "646", "created_at" : "2020-02-23", "slug" : "rins_mixing_on_the_fly_blueberry_waffle", "total_flavoring" : "6.5%", "steep_days" : "5 (SNV)", "best_vg" : "0%", "temperature" : "0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "null"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "flavor_id": {"type": "string"}, "millipercent": {"type": "integer"}, "vendor": {"type": "string"}}, "required": ["name", "flavor_id", "millipercent", "vendor"]}}, "author": {"type": "string"}, "views": {"type": "string"}, "created_at": {"type": "string"}, "slug": {"type": "string"}, "total_flavoring": {"type": "string"}, "steep_days": {"type": "string"}, "best_vg": {"type": "string"}, "temperature": {"type": "string"}}, "required": ["name", "description", "id", "image_url", "updated_at", "deleted_at", "recipe_type", "recipe_flavors", "author", "views", "created_at", "slug", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Red Diamond for MOTS Game", "symbol" : "RED", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/297ddHYikegC7NFPZyn7R2fV6GXrkHLDX3dKo5KBdA3Z/logo.png", "decimals" : 0, "address" : "297ddHYikegC7NFPZyn7R2fV6GXrkHLDX3dKo5KBdA3Z", "chainId" : 101, "tags" : ["nft"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {}, "required": []}, "questionable": {"type": "object", "properties": {"IPython.display": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "ipykernel": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "notebook": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["IPython.display", "ipykernel", "notebook"]}, "questionable no match": {"type": "object", "properties": {}, "required": []}, "required": {"type": "object", "properties": {"setuptools": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "stdlib_list": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "versioneer": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["setuptools", "stdlib_list", "versioneer"]}, "required no match": {"type": "object", "properties": {}, "required": []}}, "required": ["builtin", "questionable", "questionable no match", "required", "required no match"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"builtin" : {}, "questionable" : {"IPython.display" : {"__set__" : true, "elements" : ["autovizwidget", "ipython"]}, "ipykernel" : {"__set__" : true, "elements" : ["autovizwidget", "ipykernel"]}, "notebook" : {"__set__" : true, "elements" : ["autovizwidget", "notebook"]}}, "questionable no match" : {}, "required" : {"setuptools" : {"__set__" : true, "elements" : ["setuptools"]}, "stdlib_list" : {"__set__" : true, "elements" : ["stdlib-list"]}, "versioneer" : {"__set__" : true, "elements" : ["diffusioncma", "splauncher", "versioneer"]}}, "required no match" : {}} | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {}, "required": []}, "questionable": {"type": "object", "properties": {"IPython.display": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "ipykernel": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "notebook": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["IPython.display", "ipykernel", "notebook"]}, "questionable no match": {"type": "object", "properties": {}, "required": []}, "required": {"type": "object", "properties": {"setuptools": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "stdlib_list": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "versioneer": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["setuptools", "stdlib_list", "versioneer"]}, "required no match": {"type": "object", "properties": {}, "required": []}}, "required": ["builtin", "questionable", "questionable no match", "required", "required no match"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fn_name" : "find_next_power", "inputs" : [[12385, 3], [1245678, 5], [1245678, 6]], "outputs" : [[13824], [1419857], [1771561]]} | json_instruct | {"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-wikipedia": {"type": "string"}, "title-gapfinder": {"type": "string"}, "title-beta": {"type": "string"}, "menu-source-code": {"type": "string"}, "selector-source": {"type": "string"}, "selector-target": {"type": "string"}, "modal-close": {"type": "string"}, "modal-new-window": {"type": "string"}, "modal-previous": {"type": "string"}, "modal-next": {"type": "string"}, "modal-translate": {"type": "string"}, "modal-create-from-scratch": {"type": "string"}, "modal-preview-fail": {"type": "string"}, "create-title": {"type": "string"}, "create-action": {"type": "string"}}, "required": ["@metadata", "title-wikipedia", "title-gapfinder", "title-beta", "menu-source-code", "selector-source", "selector-target", "modal-close", "modal-new-window", "modal-previous", "modal-next", "modal-translate", "modal-create-from-scratch", "modal-preview-fail", "create-title", "create-action"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Ilja.mos", "Mashoi7"]}, "title-wikipedia" : "Wikipedii", "title-gapfinder" : "GapFinder", "title-beta" : "beta", "menu-source-code" : "L\u00e4htehkoudu", "selector-source" : "L\u00e4hteh", "selector-target" : "Kohteh", "modal-close" : "Salbua", "modal-new-window" : "Avua t\u00e4m\u00e4 kirjutus uvves ikkunas", "modal-previous" : "Ielline kirjutus", "modal-next" : "Tulii kirjutus", "modal-translate" : "Ki\u00e4nn\u00e4", "modal-create-from-scratch" : "Luaji uuzi tyhj\u00e4s", "modal-preview-fail" : "Ei Internet-yhtevytty", "create-title" : "Uuzi kirjutus", "create-action" : "Luaji"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-wikipedia": {"type": "string"}, "title-gapfinder": {"type": "string"}, "title-beta": {"type": "string"}, "menu-source-code": {"type": "string"}, "selector-source": {"type": "string"}, "selector-target": {"type": "string"}, "modal-close": {"type": "string"}, "modal-new-window": {"type": "string"}, "modal-previous": {"type": "string"}, "modal-next": {"type": "string"}, "modal-translate": {"type": "string"}, "modal-create-from-scratch": {"type": "string"}, "modal-preview-fail": {"type": "string"}, "create-title": {"type": "string"}, "create-action": {"type": "string"}}, "required": ["@metadata", "title-wikipedia", "title-gapfinder", "title-beta", "menu-source-code", "selector-source", "selector-target", "modal-close", "modal-new-window", "modal-previous", "modal-next", "modal-translate", "modal-create-from-scratch", "modal-preview-fail", "create-title", "create-action"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ENV237H1S20201", "code" : "ENV237H1S", "name" : "Physics of the Changing Environment A", "description" : "The course will cover basic physics of environmental processes and of measurement techniques in the atmosphere, the ocean, lake-land-forest systems, and other biological systems. It will place its work in the context of climate change and other aspects of environmental change. This course is solely intended for students who have NOT completed a previous first year physics core course, who are in one of the following programs: Environmental Science Major or Minor, Environmental Geosciences Specialist or Earth and Environmental Systems Major.", "division" : "Faculty of Arts and Science", "department" : "Physics", "prerequisites" : "MAT135H1/MAT136H1/MAT137Y1/MAT157Y1/JMB170Y1, CHM136H1/CHM138H1/CHM135H1/CHM139H1/CHM151Y1", "exclusions" : "ENV238H1, PHY131H1/PHY132H1/PHY151H1/PHY152H1", "level" : 200, "campus" : "UTSG", "term" : "2020 Winter", "breadths" : [5], "meeting_sections" : [{"code" : "L0101", "instructors" : ["D Wunch"], "times" : [{"day" : "TUESDAY", "start" : 46800, "end" : 50400, "duration" : 3600, "location" : "MP 408"}, {"day" : "THURSDAY", "start" : 46800, "end" : 50400, "duration" : 3600, "location" : "MP 408"}], "size" : 26, "enrolment" : 26}, {"code" : "P0101", "instructors" : [], "times" : [{"day" : "MONDAY", "start" : 50400, "end" : 57600, "duration" : 7200, "location" : "MP 125"}], "size" : 26, "enrolment" : 24}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}, "chainId": {"type": "integer"}, "rpc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["name", "chainId", "rpc", "ws"]}, "2": {"type": "object", "properties": {"name": {"type": "string"}, "chainId": {"type": "integer"}, "rpc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["name", "chainId", "rpc", "ws"]}, "3": {"type": "object", "properties": {"name": {"type": "string"}, "chainId": {"type": "integer"}, "rpc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["name", "chainId", "rpc", "ws"]}}, "required": ["1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1" : {"name" : "ETH Mainnet", "chainId" : 1, "rpc" : "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", "ws" : "wss://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"}, "2" : {"name" : "ETH Ropsten", "chainId" : 1, "rpc" : "https://ropsten.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161", "ws" : "wss://ropsten.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"}, "3" : {"name" : "Cloudrpc", "chainId" : 1, "rpc" : "https://fee7372b6e224441b747bf1fde15b2bd.eth.rpc.rivet.cloud/", "ws" : "wss://fee7372b6e224441b747bf1fde15b2bd.eth.rpc.rivet.cloud/"}} | json_instruct | {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}, "chainId": {"type": "integer"}, "rpc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["name", "chainId", "rpc", "ws"]}, "2": {"type": "object", "properties": {"name": {"type": "string"}, "chainId": {"type": "integer"}, "rpc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["name", "chainId", "rpc", "ws"]}, "3": {"type": "object", "properties": {"name": {"type": "string"}, "chainId": {"type": "integer"}, "rpc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["name", "chainId", "rpc", "ws"]}}, "required": ["1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "number"}, "tps": {"type": "number"}}, "required": ["r_time", "quing_time", "mc_wait_time", "nt_service_time", "wt_preprocess_time", "wt_service_time", "wt_postprocess_time", "avg_q_len", "tps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"r_time" : 8272931.788015209, "quing_time" : 6271233.976003599, "mc_wait_time" : 1970312.0216260762, "nt_service_time" : 5474.780592946667, "wt_preprocess_time" : 3781.9120072208916, "wt_service_time" : 3781.9120072208916, "wt_postprocess_time" : 1970312.0216260762, "avg_q_len" : 89.39688066867228, "tps" : 15380.585714285713} | json_instruct | {"type": "object", "properties": {"r_time": {"type": "number"}, "quing_time": {"type": "number"}, "mc_wait_time": {"type": "number"}, "nt_service_time": {"type": "number"}, "wt_preprocess_time": {"type": "number"}, "wt_service_time": {"type": "number"}, "wt_postprocess_time": {"type": "number"}, "avg_q_len": {"type": "number"}, "tps": {"type": "number"}}, "required": ["r_time", "quing_time", "mc_wait_time", "nt_service_time", "wt_preprocess_time", "wt_service_time", "wt_postprocess_time", "avg_q_len", "tps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"8-droidConNYC2020": {"type": "object", "properties": {"logo": {"type": "string"}, "endDate": {"type": "object", "properties": {"_seconds": {"type": "integer"}}, "required": ["_seconds"]}, "url": {"type": "string"}, "websiteUrl": {"type": "string"}, "twitterUrl": {"type": "string"}, "startDate": {"type": "object", "properties": {"_seconds": {"type": "integer"}}, "required": ["_seconds"]}, "city": {"type": "string"}, "country": {"type": "string"}, "venueName": {"type": "string"}, "name": {"type": "string"}, "coordinates": {"type": "object", "properties": {"_latitude": {"type": "number"}, "_longitude": {"type": "number"}}, "required": ["_latitude", "_longitude"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["logo", "endDate", "url", "websiteUrl", "twitterUrl", "startDate", "city", "country", "venueName", "name", "coordinates", "tags"]}}, "required": ["8-droidConNYC2020"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"8-droidConNYC2020" : {"logo" : "https://firebasestorage.googleapis.com/v0/b/mobile-development-272712.appspot.com/o/images%2FdroidConNYC.png?alt=media&token=66b77e2a-3101-4d2d-ad22-c44955040559", "endDate" : {"_seconds" : 1605657600}, "url" : "nyc.droidcon.com", "websiteUrl" : "https://nyc.droidcon.com", "twitterUrl" : "https://twitter.com/droidconNYC", "startDate" : {"_seconds" : 1605571200}, "city" : "New York", "country" : "USA", "venueName" : "Brooklyn Expo Center", "name" : ".droidCon NYC", "coordinates" : {"_latitude" : 40.7281787, "_longitude" : -73.9600141}, "tags" : ["tickets", "CFP"]}} | json_instruct | {"type": "object", "properties": {"8-droidConNYC2020": {"type": "object", "properties": {"logo": {"type": "string"}, "endDate": {"type": "object", "properties": {"_seconds": {"type": "integer"}}, "required": ["_seconds"]}, "url": {"type": "string"}, "websiteUrl": {"type": "string"}, "twitterUrl": {"type": "string"}, "startDate": {"type": "object", "properties": {"_seconds": {"type": "integer"}}, "required": ["_seconds"]}, "city": {"type": "string"}, "country": {"type": "string"}, "venueName": {"type": "string"}, "name": {"type": "string"}, "coordinates": {"type": "object", "properties": {"_latitude": {"type": "number"}, "_longitude": {"type": "number"}}, "required": ["_latitude", "_longitude"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["logo", "endDate", "url", "websiteUrl", "twitterUrl", "startDate", "city", "country", "venueName", "name", "coordinates", "tags"]}}, "required": ["8-droidConNYC2020"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101814095, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "87b6371ab71b011f2f09d65d70162fd6", "wof:id" : 101814095, "wof:repo" : "whosonfirst-data-admin-fi"}, "bbox" : [22.51667, 62.95, 22.51667, 62.95], "geometry" : {"coordinates" : [22.51667, 62.95], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 34, "line_cd" : 99711, "line_name" : "\u5e83\u96fb\uff12\u53f7\u7dda(\u5bae\u5cf6\u7dda)", "station_cd" : 9971131, "station_g_cd" : 9971131, "station_name" : "\u697d\u3005\u5712", "lon" : 132.351988, "lat" : 34.364282}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u91d1\u5354\u65b0\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99683643", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u5b89\u5b9a\u5340\u4e2d\u6c99\u91cc\u6c99\u5d1937\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5357\u5e02\u5b89\u5b9a\u5340\u4e2d\u6c99\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u694a\u8a31\u7f8e\u82f1", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "97363029", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0911105", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d", "30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "33\u5176\u4ed6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177", "269\u5176\u4ed6\u96fb\u5b50\u96f6\u7d44\u4ef6", "303\u6c7d\u8eca\u96f6\u4ef6", "312\u6a5f\u8eca\u53ca\u5176\u96f6\u4ef6", "331\u80b2\u6a02\u7528\u54c1"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "object": {"type": "object", "properties": {"object": {"type": "object", "properties": {"object": {"type": "string"}}, "required": ["object"]}}, "required": ["object"]}, "array": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "function": {"type": "string"}}, "required": ["title", "object", "array", "function"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u6807\u9898", "object" : {"object" : {"object" : "\u5bf9\u8c61\u6df1\u5ea6"}}, "array" : [[["\u6570\u7ec4\u6df1\u5ea6"]]], "function" : "JSON\u4e0d\u652f\u6301\u51fd\u6570\u7c7b\u578b"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "object": {"type": "object", "properties": {"object": {"type": "object", "properties": {"object": {"type": "string"}}, "required": ["object"]}}, "required": ["object"]}, "array": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "function": {"type": "string"}}, "required": ["title", "object", "array", "function"], "$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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101947369, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "1bc598155773cc604e03c00986002254", "wof:id" : 101947369, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-39.42833, -12.76556, -39.42833, -12.76556], "geometry" : {"coordinates" : [-39.42833, -12.76556], "type" : "Point"}} | 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": "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"json-server": {"type": "string"}}, "required": ["json-server"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fogonautas-matafogo-nasa-space-apps-api", "version" : "1.0.0", "description" : "An API to report firespots and alert community to help prevent further damage", "main" : "index.js", "repository" : "https://github.com/FerJSsilva/fogonautas-matafogo-nasa-space-apps-api", "author" : "Fernando Silva ferjssilva@gmail.com", "license" : "MIT", "private" : false, "scripts" : {"start" : "json-server db.json --port 3001", "dev" : "json-server --watch db.json --port 3001"}, "dependencies" : {"json-server" : "^0.15.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "dependencies": {"type": "object", "properties": {"json-server": {"type": "string"}}, "required": ["json-server"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/_app.js": {"type": "boolean"}}, "required": ["static/development/pages/_app.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "d00abd8957bcb7c1c248", "c" : {"static/development/pages/_app.js" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/_app.js": {"type": "boolean"}}, "required": ["static/development/pages/_app.js"]}}, "required": ["h", "c"], "$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" : 85919297, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a0d57661f8484deeb379da5aa68df766", "wof:id" : 85919297, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [134.5244543460002, 34.05744956974999, 134.55023197551992, 34.07802111673301], "geometry" : {"coordinates" : [[[134.5381373795384, 34.07802111673301], [134.54233064186326, 34.07295890164262], [134.54406738300008, 34.07226001259971], [134.5475406433976, 34.07086232380009], [134.5483165729995, 34.07055007882283], [134.5488796396346, 34.06919058150224], [134.54877966724877, 34.06858715952532], [134.55023197551992, 34.05982095617641], [134.54830569401622, 34.05791853012212], [134.54830585475412, 34.05791906000387], [134.54739157722025, 34.05764171694609], [134.5454406740003, 34.05744956974999], [134.54348977078, 34.05764171694609], [134.54161383967664, 34.05821077442502], [134.54132080100004, 34.05836740686092], [134.54102776232378, 34.05821077442502], [134.53915183122035, 34.05764171694609], [134.5372009280004, 34.05744956974999], [134.53582763700012, 34.05758482710793], [134.53445434600008, 34.05744956974999], [134.53250344278013, 34.05764171694609], [134.53062751167653, 34.05821077442502], [134.5288986436699, 34.05913487362706], [134.52738327818844, 34.06037850193825], [134.526139649877, 34.06189386741995], [134.52521555067494, 34.06362273542649], [134.52464649319603, 34.0654986665301], [134.5244543460002, 34.06744956975014], [134.52464649319603, 34.06940047297009], [134.52521555067494, 34.0712764040738], [134.526139649877, 34.07300527208032], [134.52738327818844, 34.07452063756178], [134.5288986436699, 34.07576426587313], [134.53062751167653, 34.07668836507527], [134.53250344278013, 34.07725742255418], [134.53445434600008, 34.07744956975021], [134.53582763700012, 34.07731431239236], [134.53667113694183, 34.07739738988525], [134.5366969659707, 34.07739993382266], [134.53749396667666, 34.07782593957521], [134.5381373795384, 34.07802111673301]]], "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": {"peppermint.js": {"type": "string"}, "peppermint.min.js": {"type": "string"}, "peppermint.required.css": {"type": "string"}, "peppermint.required.min.css": {"type": "string"}, "peppermint.suggested.css": {"type": "string"}, "peppermint.suggested.min.css": {"type": "string"}}, "required": ["peppermint.js", "peppermint.min.js", "peppermint.required.css", "peppermint.required.min.css", "peppermint.suggested.css", "peppermint.suggested.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"peppermint.js" : "sha512-HItVz1cptXTwa1mU8ihOsjAiJ57qI4AD+c05t4vNTk+yxEwh6t5+RtcnUnRLFeVqmW1HBFeS3BIEJwi79vqXmQ==", "peppermint.min.js" : "sha512-TyEUa/sj47FBlT935DzfQwRBqJ2FkSXLroB1nb1+sLXUn6PCeuaKmM+sjVH0Y70XzvCOqHXUR1cSHTc27Jt20w==", "peppermint.required.css" : "sha512-ufpt94BfN5pyBsaRCqb46X6Jo6iPRSVC4k0l1S1SsVYbWowAOFrqpqU8tYHwFbVSCTxCBhkkWqQskwNTL1orjg==", "peppermint.required.min.css" : "sha512-RW22FWAfWfiet05WK6cjc78+pL8suJTnuVgDw38pYjipZRiAeYnHfGaVQomc/YqyMVfTRetQDSidSdfZjh73fw==", "peppermint.suggested.css" : "sha512-hN++YRFHJtbtX4c/mmzNQyBEYlSTbyug9r23kVPxbH4ZRx8yAShn76dg04E+adFdT81ym8HmaxJQQVHTYNeTHQ==", "peppermint.suggested.min.css" : "sha512-GZY33okwLNyfRPhN8HLGt1AdZk2Y7leeQPFt7xJREAdAZtM6ea/kiq0JsjRsnz7HqJ0bfIqvaWhrgI3H0YLCFA=="} | json_instruct | {"type": "object", "properties": {"peppermint.js": {"type": "string"}, "peppermint.min.js": {"type": "string"}, "peppermint.required.css": {"type": "string"}, "peppermint.required.min.css": {"type": "string"}, "peppermint.suggested.css": {"type": "string"}, "peppermint.suggested.min.css": {"type": "string"}}, "required": ["peppermint.js", "peppermint.min.js", "peppermint.required.css", "peppermint.required.min.css", "peppermint.suggested.css", "peppermint.suggested.min.css"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WeRun_RN", "displayName" : "Keep"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "FREDERICK", "frequency" : 272409, "males" : "99.58261290926511 %", "females" : "0.4173870907348876 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u725b\u30d3\u30ad\u30cb\u306e\u4f0a\u6771\u30e9\u30a4\u30d5\u3061\u3083\u3093\u3067\u541b\u8272\u306b\u67d3\u307e\u308b", "author" : "sound703", "description" : "NULL", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/PB9Qxh2l93Q.jpg?itok=v_5Ao1K8", "download" : "https://www.iwara.tv/api/video/bl883hj4alcl5bzj9", "origin" : "https://www.iwara.tv/videos/bl883hj4alcl5bzj9"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "way/185291307", "properties" : {"amenity" : "marketplace", "name" : "targowisko", "id" : "way/185291307"}, "geometry" : {"type" : "Point", "coordinates" : [17.0672043, 51.3158685]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Mitch Malleo": {"type": "string"}}, "required": ["Mitch Malleo"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "array", "items": {"type": "string"}}, "resources": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MMScrollPresenter", "version" : "0.0.1", "summary" : "iOS Custom UIScrollView Control for paging UIViews", "homepage" : "https://github.com/MitchellMalleo/MMScrollPresenter", "license" : "MIT", "authors" : {"Mitch Malleo" : "mitchellmalleo@gmail.com"}, "source" : {"git" : "https://github.com/MitchellMalleo/MMScrollPresenter.git", "tag" : "0.0.1"}, "platforms" : {"ios" : "5.0"}, "requires_arc" : true, "source_files" : ["Classes", "Classes/**/*.{h,m}"], "resources" : "Assets/*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Mitch Malleo": {"type": "string"}}, "required": ["Mitch Malleo"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "array", "items": {"type": "string"}}, "resources": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"X": {"type": "array", "items": {"type": "integer"}}, "O": {"type": "array", "items": {"type": "integer"}}}, "required": ["X", "O"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"X" : [7, 4, 8, 5, 1, 11, 6, 2, 10, 3, 0, 9], "O" : [2, 1, 3, 11, 10, 4, 0, 9, 6, 7, 8, 5]} | json_instruct | {"type": "object", "properties": {"X": {"type": "array", "items": {"type": "integer"}}, "O": {"type": "array", "items": {"type": "integer"}}}, "required": ["X", "O"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"colmagi": {"type": "object", "properties": {"notVisitedDlg": {"type": "string"}, "visitedDlg": {"type": "string"}, "name": {"type": "string"}, "notVisited": {"type": "string"}, "visited": {"type": "string"}}, "required": ["notVisitedDlg", "visitedDlg", "name", "notVisited", "visited"]}}, "required": ["colmagi"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"colmagi" : {"notVisitedDlg" : "A big show is taking place at the Colosseum today. You enter the arena and hold the audience in awe with your magical prowess. Insatiable hunger for knowledge is what makes a true mage, so you gladly accept the first prize, which is one of the newest academical handbooks.", "visitedDlg" : "Moderator of the Colosseum instantly recognizes you but respectfully denies entrance to the competitor zone. You probably should rather be featuring as a talent judge here!", "name" : "Colosseum of the Magi", "notVisited" : "(Not Visited)", "visited" : "(Visited)"}} | json_instruct | {"type": "object", "properties": {"colmagi": {"type": "object", "properties": {"notVisitedDlg": {"type": "string"}, "visitedDlg": {"type": "string"}, "name": {"type": "string"}, "notVisited": {"type": "string"}, "visited": {"type": "string"}}, "required": ["notVisitedDlg", "visitedDlg", "name", "notVisited", "visited"]}}, "required": ["colmagi"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"watchForFileChanges": {"type": "boolean"}}, "required": ["watchForFileChanges"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"watchForFileChanges" : false} | json_instruct | {"type": "object", "properties": {"watchForFileChanges": {"type": "boolean"}}, "required": ["watchForFileChanges"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Person", "normalizedVertices" : [{"x" : 0.3527059, "y" : 0.1884706}, {"x" : 0.6832942, "y" : 0.1884706}, {"x" : 0.6832942, "y" : 0.46211767}, {"x" : 0.3527059, "y" : 0.46211767}], "score" : 0.7388155}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ElGigi\\Iban\\": {"type": "string"}}, "required": ["ElGigi\\Iban\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ElGigi\\Iban\\Tests\\": {"type": "string"}}, "required": ["ElGigi\\Iban\\Tests\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["name", "description", "type", "license", "minimum-stability", "autoload", "autoload-dev", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "elgigi/iban", "description" : "Library to manipulate IBAN and BBAN of countries", "type" : "library", "license" : "MIT", "minimum-stability" : "stable", "autoload" : {"psr-4" : {"ElGigi\\Iban\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"ElGigi\\Iban\\Tests\\" : "tests/"}}, "require" : {"php" : "^8.1"}, "require-dev" : {"phpunit/phpunit" : "^9.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ElGigi\\Iban\\": {"type": "string"}}, "required": ["ElGigi\\Iban\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ElGigi\\Iban\\Tests\\": {"type": "string"}}, "required": ["ElGigi\\Iban\\Tests\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["name", "description", "type", "license", "minimum-stability", "autoload", "autoload-dev", "require", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 123273, "info" : {"name" : "Amor Doce Tema: Love Live! - Victorian", "description" : "Ol\u00e1!~\r\nBom, estou aqui com mais um tema (really, mellanie? \u00ac\u00ac) de Love Live! \r\nEnfim, espero que gostem. \r\nCaso queiram fazer pedidos de tema/welcome/assinatura, me falem pelo facebook (https://www.facebook.com/meelrock16), ou pelo twitter (@crymellanie).", "additionalInfo" : null, "format" : "uso", "category" : "amordoce", "createdAt" : "2016-01-18T16:44:40.000Z", "updatedAt" : "2016-01-18T17:14:47.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 273406, "name" : "Bunnycake"}}, "stats" : {"installs" : {"total" : 108, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "123273_after.jpeg", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"amordoce.com\") {\r\n#container{\r\nbackground-image : url(http://i65.tinypic.com/k1dwkk.png) !important ;\r\n}\r\n#container.connected #header { background-image : url(http://i64.tinypic.com/11vrx4i.png) !important ;\r\n}\r\n.idcard-member { background : url(http://i67.tinypic.com/1zqbr41.png) no-repeat !important ;\r\n}\r\n}\r\n\r\n@-moz-document regexp(\"http://www.amordoce.com/profil/MellanieMendes\") {\r\n.idcard-member { background : url(http://i67.tinypic.com/1zqbr41.png) no-repeat !important ;\r\n}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x0f2191aeed12f2d60fced84e34e05e00837f84dd", "tool" : "osiris", "start" : 1564593382.0881963, "end" : 1564593436.7720013, "duration" : 54.683804988861084, "analysis" : [{"errors" : [{"line" : 576, "column" : 7, "message" : "time_dependency_bug"}], "file" : "/unique_chucks/25/0x0f2191aeed12f2d60fced84e34e05e00837f84dd.sol", "name" : "JustPriceProtocol"}, {"errors" : [], "file" : "/unique_chucks/25/0x0f2191aeed12f2d60fced84e34e05e00837f84dd.sol", "name" : "SafeMath"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"address": {"type": "string"}, "country_code": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "string"}, "name": {"type": "string"}}, "required": ["address", "country_code", "iata", "icao", "name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[159.957581, -9.442631], [159.952866, -9.4534], [159.939819, -9.466439], [159.93811, -9.466925], [159.937592, -9.455157], [159.931854, -9.440244], [159.925842, -9.4385], [159.924713, -9.437547], [159.916992, -9.435091], [159.910645, -9.431843], [159.908066, -9.429249], [159.901886, -9.421967], [159.907379, -9.41858], [159.915878, -9.419088], [159.926605, -9.414431], [159.946518, -9.421882], [159.957672, -9.418157], [159.970383, -9.419258], [159.966415, -9.43804], [159.957626, -9.442592], [159.957581, -9.442631]]]]}, "properties" : {"address" : "Henderson Airport, Honiara, Guadalcanal, Solomon Islands (HIR)", "country_code" : "SB", "iata" : "HIR", "icao" : "AGGH", "name" : "Henderson International Airport"}} | 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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"address": {"type": "string"}, "country_code": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "string"}, "name": {"type": "string"}}, "required": ["address", "country_code", "iata", "icao", "name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"babasininsorakasi": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["babasininsorakasi"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"babasininsorakasi" : {"title" : "BabasininSorakasi", "channel_id" : 93155232, "link" : "http://twitch.tv/babasininsorakasi", "desc" : null, "plans" : {"$4.99" : "230909", "$9.99" : "230910", "$24.99" : "230911"}, "id" : "babasininsorakasi", "first_seen" : "2017-07-05 00:35:05", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 230911, "emotes" : [{"code" : "babasi1Galp", "image_id" : 280486, "set" : 230911}, {"code" : "babasi1Mevlana", "image_id" : 273131, "set" : 230909}, {"code" : "babasi1Smile", "image_id" : 280450, "set" : 230910}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"babasininsorakasi": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["babasininsorakasi"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : [[[131.375, 23.916666666666668], [131.375, 24.0], [131.5, 24.0], [131.5, 23.916666666666668], [131.375, 23.916666666666668]]]}, "properties" : {"code" : 353173, "url" : "http://madefor.github.io/0410/api/v1/353173.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/353173.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["CCR760272", "CCR760274"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Image segmentation in Twenty Questions.", "fields" : ["bayesian probability", "segmentation based object categorization", "scale space segmentation", "dichotomic search", "geodesic"], "abstract" : "Consider the following scenario between a human user and the computer. Given an image, the user thinks of an object to be segmented within this picture, but is only allowed to provide binary inputs to the computer (yes or no). In these conditions, can the computer guess this hidden segmentation by asking well-chosen questions to the user? We introduce a strategy for the computer to increase the accuracy of its guess in a minimal number of questions. At each turn, the current belief about the answer is encoded in a Bayesian fashion via a probability distribution over the set of all possible segmentations. To efficiently handle this huge space, the distribution is approximated by sampling representative segmentations using an adapted version of the Metropolis-Hastings algorithm, whose proposal moves build on a geodesic distance transform segmentation method. Following a dichotomic search, the question halving the weighted set of samples is finally picked, and the provided answer is used to update the belief for the upcoming rounds. The performance of this strategy is assessed on three publicly available datasets with diverse visual properties. Our approach shows to be a tractable and very adaptive solution to this problem.", "citation" : "Citations (11)", "year" : "2015", "departments" : ["Technische Universit\u00e4t M\u00fcnchen", "Technische Universit\u00e4t M\u00fcnchen", "Technische Universit\u00e4t M\u00fcnchen"], "conf" : "cvpr", "authors" : ["Christian Rupprecht.....http://dblp.org/pers/hd/r/Rupprecht:Christian", "Lo\u00efc Peter.....http://dblp.org/pers/hd/p/Peter:Lo=iuml=c", "Nassir Navab.....http://dblp.org/pers/hd/n/Navab:Nassir"], "pages" : 9} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 222, "surahNumber" : "002", "ayatNumber" : "215", "arabic" : "\u064a\u064e\u0633\u0652\u0623\u064e\u0644\u064f\u0648\u0646\u064e\u0643\u064e \u0645\u064e\u0627\u0630\u064e\u0627 \u064a\u064f\u0646\u0652\u0641\u0650\u0642\u064f\u0648\u0646\u064e \u06d6 \u0642\u064f\u0644\u0652 \u0645\u064e\u0627 \u0623\u064e\u0646\u0652\u0641\u064e\u0642\u0652\u062a\u064f\u0645\u0652 \u0645\u0650\u0646\u0652 \u062e\u064e\u064a\u0652\u0631\u064d \u0641\u064e\u0644\u0650\u0644\u0652\u0648\u064e\u0627\u0644\u0650\u062f\u064e\u064a\u0652\u0646\u0650 \u0648\u064e\u0627\u0644\u0652\u0623\u064e\u0642\u0652\u0631\u064e\u0628\u0650\u064a\u0646\u064e \u0648\u064e\u0627\u0644\u0652\u064a\u064e\u062a\u064e\u0627\u0645\u064e\u0649\u0670 \u0648\u064e\u0627\u0644\u0652\u0645\u064e\u0633\u064e\u0627\u0643\u0650\u064a\u0646\u0650 \u0648\u064e\u0627\u0628\u0652\u0646\u0650 \u0627\u0644\u0633\u0651\u064e\u0628\u0650\u064a\u0644\u0650 \u06d7 \u0648\u064e\u0645\u064e\u0627 \u062a\u064e\u0641\u0652\u0639\u064e\u0644\u064f\u0648\u0627 \u0645\u0650\u0646\u0652 \u062e\u064e\u064a\u0652\u0631\u064d \u0641\u064e\u0625\u0650\u0646\u0651\u064e \u0627\u0644\u0644\u0651\u064e\u0647\u064e \u0628\u0650\u0647\u0650 \u0639\u064e\u0644\u0650\u064a\u0645\u064c", "english" : "They ask you (O Muhammad SAW) what they should spend. Say: Whatever you spend of good must be for parents and kindred and orphans and Al-Masakin (the poor) and the wayfarers, and whatever you do of good deeds, truly, Allah knows it well.", "bengali" : "\u09a4\u09c7\u09be\u09ae\u09be\u09b0 \u0995\u09be\u099b\u09c7 \u099c\u09bf\u099c\u09cd\u099e\u09c7\u09b8 \u0995\u09b0\u09c7, \u0995\u09bf \u09a4\u09be\u09b0\u09be \u09ac\u09cd\u09af\u09df \u0995\u09b0\u09ac\u09c7? \u09ac\u09b2\u09c7 \u09a6\u09be\u0993-\u09af\u09c7 \u09ac\u09b8\u09cd\u09a4\u09c1\u0987 \u09a4\u09c7\u09be\u09ae\u09b0\u09be \u09ac\u09cd\u09af\u09df \u0995\u09b0, \u09a4\u09be \u09b9\u09ac\u09c7 \u09aa\u09bf\u09a4\u09be-\u09ae\u09be\u09a4\u09be\u09b0 \u099c\u09a8\u09cd\u09af\u09c7, \u0986\u09a4\u09cd\u09a8\u09c0\u09df-\u0986\u09aa\u09a8\u099c\u09a8\u09c7\u09b0 \u099c\u09a8\u09cd\u09af\u09c7, \u098f\u09a4\u09c0\u09ae-\u0985\u09a8\u09be\u09a5\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af\u09c7, \u0985\u09b8\u09b9\u09be\u09df\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af\u09c7 \u098f\u09ac\u0982 \u09ae\u09c1\u09b8\u09be\u09ab\u09bf\u09b0\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af\u09c7\u0964 \u0986\u09b0 \u09a4\u09c7\u09be\u09ae\u09b0\u09be \u09af\u09c7 \u0995\u09c7\u09be\u09a8 \u09b8\u09ce\u0995\u09be\u099c \u0995\u09b0\u09ac\u09c7, \u09a8\u09bf\u0983\u09b8\u09a8\u09cd\u09a6\u09c7\u09b9\u09c7 \u09a4\u09be \u0985\u09a4\u09cd\u09af\u09a8\u09cd\u09a4 \u09ad\u09be\u09b2\u09ad\u09be\u09ac\u09c7\u0987 \u0986\u09b2\u09cd\u09b2\u09be\u09b9\u09b0 \u099c\u09be\u09a8\u09be \u09b0\u09df\u09c7\u099b\u09c7\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"titulo": {"type": "string"}, "dataInicio": {"type": "string"}, "dataFim": {"type": "string"}, "valorIncricao": {"type": "string"}, "realizador": {"type": "string"}, "quantidadeEquipes": {"type": "string"}, "contatoRealizador": {"type": "string"}, "acompanharEvento": {"type": "string"}, "imagemTorneio": {"type": "string"}, "premiacao": {"type": "string"}}, "required": ["titulo", "dataInicio", "dataFim", "valorIncricao", "realizador", "quantidadeEquipes", "contatoRealizador", "acompanharEvento", "imagemTorneio", "premiacao"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"titulo" : "Anuncie seu torneio !", "dataInicio" : "dd/mm/aaaa", "dataFim" : "dd/mm/aaaa", "valorIncricao" : "00,00", "realizador" : "Realizador", "quantidadeEquipes" : "99", "contatoRealizador" : "envie para valorantbrasilhu3@gmail.com", "acompanharEvento" : "https://www.facebook.com/kaue.murakami/", "imagemTorneio" : "https://raw.githubusercontent.com/kauemurakami/valorant-api/master/images/torneios/torneioexemplo.jpg", "premiacao" : "000,00"}, {"titulo" : "Torneio Exemplo", "dataInicio" : "12/12/2020", "dataFim" : "12/01/2021", "valorIncricao" : "10,00", "realizador" : "Gamelandia xd", "quantidadeEquipes" : "16", "contatoRealizador" : "gamelandiaxd@gmail.com", "acompanharEvento" : "https://www.facebook.com/kaue.murakami/", "imagemTorneio" : "https://raw.githubusercontent.com/kauemurakami/valorant-api/master/images/torneios/torneioexemplo.jpg", "premiacao" : "500,00"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"titulo": {"type": "string"}, "dataInicio": {"type": "string"}, "dataFim": {"type": "string"}, "valorIncricao": {"type": "string"}, "realizador": {"type": "string"}, "quantidadeEquipes": {"type": "string"}, "contatoRealizador": {"type": "string"}, "acompanharEvento": {"type": "string"}, "imagemTorneio": {"type": "string"}, "premiacao": {"type": "string"}}, "required": ["titulo", "dataInicio", "dataFim", "valorIncricao", "realizador", "quantidadeEquipes", "contatoRealizador", "acompanharEvento", "imagemTorneio", "premiacao"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : 101763897, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "40b465176793d13de45cf02b8423bfef", "wof:id" : 101763897, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.54302408261009, 48.4708316382858, 2.56347346363168, 48.48415659428269], "geometry" : {"coordinates" : [[[2.54571730610604, 48.48415659428269], [2.54585066021957, 48.48326221764006], [2.54719725495346, 48.48335299720685], [2.54733057937517, 48.48245861812921], [2.55406350121336, 48.48291226154009], [2.55419670127338, 48.48201787257221], [2.55554327526863, 48.48210855037132], [2.55567644564434, 48.48121415897094], [2.5610626912441, 48.48157669931783], [2.56119576093465, 48.48068229989985], [2.56254230973514, 48.48077289227575], [2.56280838375056, 48.47898408801086], [2.56146188228308, 48.47889349935764], [2.56186101922845, 48.47621029427819], [2.56320744970435, 48.47630087734831], [2.56347346363168, 48.47451206739572], [2.56212708047826, 48.47442148804726], [2.56226010209031, 48.4735270840784], [2.5595673963752, 48.47334588009215], [2.55970045929536, 48.47245147927634], [2.55566150488659, 48.47217955635733], [2.55552837099441, 48.4730739515872], [2.55148938546256, 48.47280187605372], [2.55162259032431, 48.47190748641248], [2.55027629432857, 48.47181676375891], [2.55040951682912, 48.47092237541153], [2.54906324891829, 48.4708316382858], [2.54893000276337, 48.47172602476957], [2.54758371562934, 48.47163526944439], [2.54691727628705, 48.47610718399238], [2.54557087529974, 48.47601640300803], [2.54530421009622, 48.47780516110811], [2.54665065840482, 48.47789594582275], [2.5462506864161, 48.4805790842945], [2.54490416711758, 48.48048829398431], [2.54463744167833, 48.48227704638668], [2.54329087948429, 48.48218623600599], [2.54302408261009, 48.48397498239785], [2.54571730610604, 48.48415659428269]]], "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Start": {"type": "integer"}, "End": {"type": "integer"}, "Text": {"type": "string"}}, "required": ["Name", "Start", "End", "Text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "UPDATE", "Start" : 0, "End" : 6, "Text" : "UPDATE"}, {"Name" : "IDENT", "Start" : 7, "End" : 14, "Text" : "mytable"}, {"Name" : "SET", "Start" : 15, "End" : 18, "Text" : "SET"}, {"Name" : "IDENT", "Start" : 19, "End" : 20, "Text" : "x"}, {"Name" : "ASCII_61", "Start" : 21, "End" : 22, "Text" : "="}, {"Name" : "IDENT", "Start" : 23, "End" : 24, "Text" : "x"}, {"Name" : "ASCII_43", "Start" : 25, "End" : 26, "Text" : "+"}, {"Name" : "ICONST", "Start" : 27, "End" : 28, "Text" : "1"}, {"Name" : "WHERE", "Start" : 29, "End" : 34, "Text" : "WHERE"}, {"Name" : "IDENT", "Start" : 35, "End" : 37, "Text" : "id"}, {"Name" : "ASCII_61", "Start" : 38, "End" : 39, "Text" : "="}, {"Name" : "ICONST", "Start" : 40, "End" : 42, "Text" : "42"}, {"Name" : "ASCII_59", "Start" : 42, "End" : 43, "Text" : ";"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Start": {"type": "integer"}, "End": {"type": "integer"}, "Text": {"type": "string"}}, "required": ["Name", "Start", "End", "Text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"postal_code" : "01780", "place_name" : "Tizampampano del Pueblo Tetelpan", "place_type" : "Colonia", "county" : "\u00c1lvaro Obreg\u00f3n", "state" : "Ciudad de M\u00e9xico", "city" : "Ciudad de M\u00e9xico"}, {"postal_code" : "01780", "place_name" : "Olivar de los Padres", "place_type" : "Colonia", "county" : "\u00c1lvaro Obreg\u00f3n", "state" : "Ciudad de M\u00e9xico", "city" : "Ciudad de M\u00e9xico"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "frameworks": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "keywords", "description", "repository", "frameworks", "platforms", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "LibLanc", "keywords" : "lanc, video, camera", "description" : "Allow an Arduino sketch to communicate with a video camera that supports the lanc protocol", "repository" : {"type" : "git", "url" : "https://github.com/sensslen/LibLanc.git"}, "frameworks" : "arduino", "platforms" : ["atmelavr", "teensy"], "dependencies" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "frameworks": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "keywords", "description", "repository", "frameworks", "platforms", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"deploy": {"type": "string"}, "dev": {"type": "string"}}, "required": ["deploy", "dev"]}, "dependencies": {"type": "object", "properties": {"worktop": {"type": "string"}}, "required": ["worktop"]}, "devDependencies": {"type": "object", "properties": {"wrangler": {"type": "string"}}, "required": ["wrangler"]}}, "required": ["private", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "version" : "0.0.0", "scripts" : {"deploy" : "wrangler publish src/index.ts", "dev" : "wrangler dev src/index.ts --local"}, "dependencies" : {"worktop" : "0.8.0-next.14"}, "devDependencies" : {"wrangler" : "^2.0.0"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"deploy": {"type": "string"}, "dev": {"type": "string"}}, "required": ["deploy", "dev"]}, "dependencies": {"type": "object", "properties": {"worktop": {"type": "string"}}, "required": ["worktop"]}, "devDependencies": {"type": "object", "properties": {"wrangler": {"type": "string"}}, "required": ["wrangler"]}}, "required": ["private", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "An error has occurred. Please reload the page and try again.": {"type": "array", "items": {"type": "string"}}}, "required": ["", "An error has occurred. Please reload the page and try again."]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translation-revision-date" : "2021-07-20 16:10:49+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n != 1;", "lang" : "pt"}, "An error has occurred. Please reload the page and try again." : ["Ocorreu um erro. Por favor, recarregue a p\u00e1gina e tente de novo."]}}, "comment" : {"reference" : "wp-admin/js/media.js"}} | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "An error has occurred. Please reload the page and try again.": {"type": "array", "items": {"type": "string"}}}, "required": ["", "An error has occurred. Please reload the page and try again."]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["341723105200", "\u8317\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["341723105201", "\u6c38\u5e73\u6751\u59d4\u4f1a", "220", "0"], ["341723105202", "\u6d1b\u5bb6\u6f6d\u6751\u59d4\u4f1a", "220", "0"], ["341723105203", "\u4e01\u6865\u6751\u59d4\u4f1a", "121", "0"], ["341723105204", "\u72ee\u5c71\u6751\u59d4\u4f1a", "122", "0"], ["341723105205", "\u5929\u5c4f\u6751\u59d4\u4f1a", "220", "0"], ["341723105206", "\u660e\u5858\u6751\u59d4\u4f1a", "220", "0"], ["341723105207", "\u72ec\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["341723105208", "\u725b\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["341723105209", "\u5b98\u57e0\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cdf_smooth" : {"x" : [3.7878785204583685, 12.558826016577655, 16.56673674418859, 19.167174976039416, 21.20726905881574, 22.844487579164213, 24.414594805479446, 26.04194645716808, 27.677840227297146, 29.412120051224342, 31.315474934999415, 33.50724803753276, 35.83476189610056, 38.603385919571075, 42.332031908514445, 47.41219109657465, 66.26501210538348], "c" : [[3.2147686010136896e-05, 0.00017320420897485466, -6.925198065021191e-18, 0.0051995], [2.5194005471947744e-05, 0.001019101207324774, 0.010457648205702668, 0.0402155], [-3.016135758932915e-05, 0.0013220271817323004, 0.01984068179091901, 0.10012099999999999], [0.0002510245520026933, 0.0010867289395328607, 0.026104503299861626, 0.160125], [-0.0004810028191668478, 0.0026230700490496844, 0.03367284226475846, 0.22003499999999998], [-0.00022475302001729355, 0.0002605498774103346, 0.038393958214004674, 0.28008500000000003], [0.00022546181839904844, -0.0007981091451856447, 0.03754993252309794, 0.34014], [-0.00022577366326011184, 0.0003026078425076265, 0.03674357765977096, 0.40010500000000004], [1.82793214728299e-05, -0.0008054173450516952, 0.03592103472699745, 0.46003499999999997], [-0.00011367490344275901, -0.0007103129697754989, 0.033292334223477875, 0.520005], [0.00021326264258602563, -0.0013594040176668153, 0.02935292828739733, 0.580015], [-0.00014397795392638135, 4.2865953718884795e-05, 0.02646737557037493, 0.640065], [-2.2276014282743833e-07, -0.0009624660955567811, 0.024326993495906314, 0.7000850000000001], [4.9780402056620325e-05, -0.0009643163128054991, 0.01899245743211415, 0.760055], [3.1333243737559454e-07, -0.000407475823436279, 0.013877530185652175, 0.820045], [5.0852884826611395e-06, -0.00040270048745432536, 0.009761705555932546, 0.88007]]}} | json_instruct | {"type": "object", "properties": {"cdf_smooth": {"type": "object", "properties": {"x": {"type": "array", "items": {"type": "number"}}, "c": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["x", "c"]}}, "required": ["cdf_smooth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"kind": {"type": "string"}, "properties": {"type": "object", "properties": {"displayName": {"type": "string"}, "policyDefinitionId": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "object", "properties": {"maximumValidityInMonths": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}, "required": ["maximumValidityInMonths"]}}, "required": ["displayName", "policyDefinitionId", "description", "parameters"]}}, "required": ["kind", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "policyAssignment", "properties" : {"displayName" : "Manage certificate validity period - 12 months", "policyDefinitionId" : "/providers/Microsoft.Authorization/policyDefinitions/0a075868-4c26-42ef-914c-5bc007359560", "description" : "This policy manages the maximum validity period for certificates in months - default - 12 months", "parameters" : {"maximumValidityInMonths" : {"value" : 12}}}} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "properties": {"type": "object", "properties": {"displayName": {"type": "string"}, "policyDefinitionId": {"type": "string"}, "description": {"type": "string"}, "parameters": {"type": "object", "properties": {"maximumValidityInMonths": {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"]}}, "required": ["maximumValidityInMonths"]}}, "required": ["displayName", "policyDefinitionId", "description", "parameters"]}}, "required": ["kind", "properties"], "$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"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "mongojs": {"type": "string"}, "mongodb": {"type": "string"}, "os": {"type": "string"}, "cfenv": {"type": "string"}}, "required": ["express", "body-parser", "mongojs", "mongodb", "os", "cfenv"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "retailapp", "version" : "1.0.0", "description" : "Sample meanstack app", "main" : "server.js", "dependencies" : {"express" : "^4.13.4", "body-parser" : "^1.17.1", "mongojs" : "^2.4.0", "mongodb" : "^2.0.45", "os" : "*", "cfenv" : "*"}, "devDependencies" : {}, "scripts" : {"start" : "node server.js"}, "author" : "sowjanya", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "mongojs": {"type": "string"}, "mongodb": {"type": "string"}, "os": {"type": "string"}, "cfenv": {"type": "string"}}, "required": ["express", "body-parser", "mongojs", "mongodb", "os", "cfenv"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {}}}, "required": ["domain", "name", "version", "documentation", "issue_tracker", "dependencies", "codeowners", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "tier_nearest_scooter", "name" : "Tier Nearest Scooter Sensor", "version" : "0.2.0", "documentation" : "https://github.com/davidorlea/homeassistant-tier_nearest_scooter", "issue_tracker" : "https://github.com/davidorlea/homeassistant-tier_nearest_scooter/issues", "dependencies" : [], "codeowners" : ["@davidorlea"], "requirements" : []} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "documentation": {"type": "string"}, "issue_tracker": {"type": "string"}, "dependencies": {"type": "array", "items": {}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {}}}, "required": ["domain", "name", "version", "documentation", "issue_tracker", "dependencies", "codeowners", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "wellworn_sword", "originalId" : 364205, "rarity" : 2, "name" : "Abgenutzter Einh\u00e4nder", "description" : "Ein abgenutzter, dekorativer Einh\u00e4nder. Waffen dieser Art sind seit vielen Jahren beliebt.\\nNach ein wenig Schleifen sollte es in der Lage sein, d\u00fcnne Lederr\u00fcstungen zu zertrennen.\\nNormalerweise w\u00fcrde man f\u00fcr einen echten Experten gehalten und kampflos als Sieger erkl\u00e4rt, wenn man eine solche alte Waffe in die Hand nehmen und immer noch eine siegesbewusste Haltung einnehmen konnte.", "load" : 64, "energy" : 30, "exp" : 30, "category" : [{"id" : 5005, "category" : "H\u00e4ngeschmuck"}], "recipe" : [{"id" : "fir_wood", "name" : "Tannenholz", "amount" : 4}, {"id" : "iron_chunk", "name" : "Brocken Eisen", "amount" : 4}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rankine:block/sommanite_bricks_wall_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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" : "Petit-Mercey (Le)", "dpt" : "Jura", "inscrits" : 81, "abs" : 13, "votants" : 68, "blancs" : 5, "nuls" : 1, "exp" : 62, "res" : [{"panneau" : "1", "voix" : 33}, {"panneau" : "2", "voix" : 29}]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "VTANR5L15V2321", "code_type_vote" : "SPO", "libelle_type_vote" : "scrutin public ordinaire", "demandeur" : "Pr\u00e9sident du groupe \"de la Gauche d\u00e9mocrate et r\u00e9publicaine\"", "libelle" : "la motion de rejet pr\u00e9alable d\u00e9pos\u00e9e par M. Andr\u00e9 Chassaigne du projet de loi de financement de la s\u00e9curit\u00e9 sociale pour 2020 (nouvelle lecture).", "nb_votants" : "42", "date" : "2019-11-25"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code_type_vote": {"type": "string"}, "libelle_type_vote": {"type": "string"}, "demandeur": {"type": "string"}, "libelle": {"type": "string"}, "nb_votants": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "code_type_vote", "libelle_type_vote", "demandeur", "libelle", "nb_votants", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 125054, "name" : "ESPN Article Only", "description" : "Removes the fixed header, scoreboard, sidebar and social media. Expands the article to fill up free space.", "user" : {"id" : 318742, "name" : "puppyplus", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2016-03-02T15:30:36.000Z", "weekly_install_count" : 0, "total_install_count" : 56, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/125054-after.png?r=1589097848", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2016-03-02T15:30:36.000Z", "category" : "site", "raw_subcategory" : "go", "subcategory" : "go", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"espn.go.com\") {\r\n#global-scoreboard {\r\n display: none;\r\n}\r\n\r\nheader {\r\n display: none;\r\n}\r\n\r\n#pane-main {\r\n padding-top: 0 !important;\r\n}\r\n\r\n.ad-slot {\r\n display: none;\r\n}\r\n.iframe-video {\r\n display: none;\r\n}\r\n\r\n#news-feed {\r\n display: none;\r\n}\r\n\r\n#article-feed {\r\n width: 100%;\r\n}\r\n\r\n#article-feed .article .article-footer, #article-feed .article .article-header, #article-feed .article .article-body {\r\n margin: 0 auto;\r\n max-width: none;\r\n}\r\n \r\n .article-body {\r\n padding-left: 0 !important;\r\n }\r\n \r\n .article-social {\r\n display: none;\r\n }\r\n}\r\n", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/125054/espn-article-only.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "H", "type" : "print", "time" : 1470635741406200064, "data" : [{"type" : "type::finger", "list" : [[357.002777, 634.243652], [357.933563, 626.205322], [360.010315, 603.108887], [362.970581, 566.313782], [365.730316, 511.981567], [365.980072, 467.026367], [365.52298, 448.913635], [365.196472, 438.802185], [365.716705, 428.697144]]}, {"type" : "type::finger", "list" : [[429.602234, 631.578369], [428.91983, 626.102417], [428.909973, 611.216431], [428.894867, 574.8479], [427.540314, 517.8797], [425.468506, 481.855225], [423.936096, 452.255554], [424.633484, 437.511108], [426.78125, 425.952759], [430.399017, 420.907532], [431.284943, 420.897339], [431.416046, 420.895874]]}, {"type" : "type::finger", "list" : [[344.347839, 525.633545], [339.527466, 525.633484], [343.998962, 525.822998], [353.020172, 526.272583], [370.750183, 525.001099], [392.807251, 523.504639], [419.674011, 521.693359], [442.442871, 520.733643], [462.126251, 520.428894], [473.472107, 519.60437], [474.489624, 519.527405]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "commit": {"type": "object", "properties": {"sha": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha", "url"]}, "protected": {"type": "boolean"}}, "required": ["name", "commit", "protected"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "master", "commit" : {"sha" : "ab92e13c0fc844fd51a379a48a3ad0b18231215c", "url" : "https://api.github.com/repos/hub4j-test-org/listPrsListHeads/commits/ab92e13c0fc844fd51a379a48a3ad0b18231215c"}, "protected" : false}, {"name" : "secondHead", "commit" : {"sha" : "ab92e13c0fc844fd51a379a48a3ad0b18231215c", "url" : "https://api.github.com/repos/hub4j-test-org/listPrsListHeads/commits/ab92e13c0fc844fd51a379a48a3ad0b18231215c"}, "protected" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "commit": {"type": "object", "properties": {"sha": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha", "url"]}, "protected": {"type": "boolean"}}, "required": ["name", "commit", "protected"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token G4zy", "symbol" : "G4zy8", "decimals" : 6, "address" : "G4zy8x9n4mbjJnAxwRpduxBperBxxabGprBeJGNPhier", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "logo", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sad alexa", "description" : "An app for Amazon Echo's Alexa to say sad things", "repository" : "https://github.com/wmelani/sad-alexa", "logo" : "http://node-js-sample.herokuapp.com/node.svg", "keywords" : ["node", "express", "static"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "logo", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"pager": {"type": "object", "properties": {"page": {"type": "integer"}, "pageCount": {"type": "integer"}, "total": {"type": "integer"}, "pageSize": {"type": "integer"}}, "required": ["page", "pageCount", "total", "pageSize"]}, "dataSets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["id", "displayName"]}}}, "required": ["pager", "dataSets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pager" : {"page" : 1, "pageCount" : 1, "total" : 2, "pageSize" : 50}, "dataSets" : [{"id" : "VEoLell0tS0", "displayName" : "ds"}, {"id" : "Gt0iBkYpAOl", "displayName" : "ds2"}]} | json_instruct | {"type": "object", "properties": {"pager": {"type": "object", "properties": {"page": {"type": "integer"}, "pageCount": {"type": "integer"}, "total": {"type": "integer"}, "pageSize": {"type": "integer"}}, "required": ["page", "pageCount", "total", "pageSize"]}, "dataSets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["id", "displayName"]}}}, "required": ["pager", "dataSets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "adorn:block/terrestria/japanese_maple_coffee_table"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"docusaurus": {"type": "string"}}, "required": ["docusaurus"]}, "dependencies": {"type": "object", "properties": {"prismjs": {"type": "string"}}, "required": ["prismjs"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"start" : "docusaurus-start", "build" : "docusaurus-build"}, "devDependencies" : {"docusaurus" : "1.8.0"}, "dependencies" : {"prismjs" : "1.16.0"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"docusaurus": {"type": "string"}}, "required": ["docusaurus"]}, "dependencies": {"type": "object", "properties": {"prismjs": {"type": "string"}}, "required": ["prismjs"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"webwitos": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["webwitos"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"webwitos" : {"title" : "Webwitos", "channel_id" : 45881131, "link" : "http://twitch.tv/webwitos", "desc" : null, "plans" : {"$4.99" : "60102", "$9.99" : "60103", "$24.99" : "60104"}, "id" : "webwitos", "first_seen" : "2017-07-08 03:00:08", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 60102, "emotes" : [{"code" : "webwitKappa", "image_id" : 220515, "set" : 60102}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"webwitos": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["webwitos"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "36980f5d42ad77570c351c9300ad51f12b6b95c5"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1813010013", "district_id" : "1813010", "name" : "PENENGAHAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 169861, "UUID" : "9C101092-99B4-4FC0-B39E-6F797F7E2FCE", "DataProviderID" : 1, "OperatorID" : 3323, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 170220, "Title" : "ZES - Sungurlu Ali Osman Ulusoy DC", "AddressLine1" : "\u00c7orum-K\u0131r\u0131kkale yolu", "Town" : "Sungurlu", "StateOrProvince" : "Corum", "CountryID" : 229, "Latitude" : 40.154907695439675, "Longitude" : 34.337128013038296, "ContactTelephone1" : "08503399937", "AccessComments" : "Outdoor parking area, at the right side of enterance", "DistanceUnit" : 0}, "Connections" : [{"ID" : 258829, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 60, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 258830, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 60, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 258831, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 240, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 2}, {"ID" : 258832, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 3, "Amps" : 63, "Voltage" : 240, "PowerKW" : 43, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 5, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-11-15T23:31:00Z", "DataQualityLevel" : 1, "DateCreated" : "2020-11-11T15:30:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : ["integer", "foo"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}}, "required": ["type"], "$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"}, "SOLDIER": {"type": "object", "properties": {"map": {"type": "boolean"}, "courses": {"type": "array", "items": {}}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["map", "courses", "bonuses"]}, "DEMOMAN": {"type": "object", "properties": {"map": {"type": "boolean"}, "courses": {"type": "array", "items": {}}, "bonuses": {"type": "array", "items": {}}}, "required": ["map", "courses", "bonuses"]}}, "required": ["name", "SOLDIER", "DEMOMAN"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "jump_airships_v2", "SOLDIER" : {"map" : false, "courses" : [], "bonuses" : [1]}, "DEMOMAN" : {"map" : false, "courses" : [], "bonuses" : []}}, {"name" : "jump_when_b2_fix", "SOLDIER" : {"map" : false, "courses" : [], "bonuses" : []}, "DEMOMAN" : {"map" : false, "courses" : [], "bonuses" : [8]}}, {"name" : "jump_minecraftia_a2_t", "SOLDIER" : {"map" : false, "courses" : [], "bonuses" : []}, "DEMOMAN" : {"map" : false, "courses" : [], "bonuses" : [2]}}, {"name" : "jump_quick_b2", "SOLDIER" : {"map" : false, "courses" : [], "bonuses" : [2]}, "DEMOMAN" : {"map" : false, "courses" : [], "bonuses" : []}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "SOLDIER": {"type": "object", "properties": {"map": {"type": "boolean"}, "courses": {"type": "array", "items": {}}, "bonuses": {"type": "array", "items": {"type": "integer"}}}, "required": ["map", "courses", "bonuses"]}, "DEMOMAN": {"type": "object", "properties": {"map": {"type": "boolean"}, "courses": {"type": "array", "items": {}}, "bonuses": {"type": "array", "items": {}}}, "required": ["map", "courses", "bonuses"]}}, "required": ["name", "SOLDIER", "DEMOMAN"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1966, 7], [1968, 8], [1969, 12], [1970, 13], [1971, 14], [1972, 13], [1973, 8], [1974, 15], [1975, 16], [1976, 14], [1977, 10], [1978, 6], [1979, 7], [1980, 8], [1981, 11], [1982, 6], [1985, 7], [1986, 6], [1987, 6], [1988, 7], [1989, 7], [1990, 8], [1991, 7], [1992, 7], [1993, 10], [1996, 5], [1997, 8], [1999, 7], [2000, 6], [2002, 7], [2010, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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-01-06T02:00:00Z", "Temp" : 10.3, "RelHum" : 92, "WindSpeed" : 0.4, "WindDir" : 357} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "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" : "0xc8d2881128dbe1534495a85edf716278b892c037", "tool" : "osiris", "start" : 1564582810.9642878, "end" : 1564582833.077702, "duration" : 22.11341428756714, "analysis" : [{"errors" : [], "file" : "/unique_chucks/5/0xc8d2881128dbe1534495a85edf716278b892c037.sol", "name" : "A2ACrowdsale"}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.91572a93.chunk.js": {"type": "string"}, "static/js/2.91572a93.chunk.js.map": {"type": "string"}, "static/js/3.8f6d987b.chunk.js": {"type": "string"}, "static/js/3.8f6d987b.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.e2fa535b.chunk.css.map": {"type": "string"}, "static/js/2.91572a93.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/dado-1.44c20c24.svg": {"type": "string"}, "static/media/dado-2.ed346677.svg": {"type": "string"}, "static/media/dado-3.a2405b12.svg": {"type": "string"}, "static/media/dado-4.1b71e7b1.svg": {"type": "string"}, "static/media/dado-5.4bb6191d.svg": {"type": "string"}, "static/media/dado-6.d5824cf7.svg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.91572a93.chunk.js", "static/js/2.91572a93.chunk.js.map", "static/js/3.8f6d987b.chunk.js", "static/js/3.8f6d987b.chunk.js.map", "index.html", "static/css/main.e2fa535b.chunk.css.map", "static/js/2.91572a93.chunk.js.LICENSE.txt", "static/media/dado-1.44c20c24.svg", "static/media/dado-2.ed346677.svg", "static/media/dado-3.a2405b12.svg", "static/media/dado-4.1b71e7b1.svg", "static/media/dado-5.4bb6191d.svg", "static/media/dado-6.d5824cf7.svg"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"main.css" : "/backgammon/static/css/main.e2fa535b.chunk.css", "main.js" : "/backgammon/static/js/main.a1dc8780.chunk.js", "main.js.map" : "/backgammon/static/js/main.a1dc8780.chunk.js.map", "runtime-main.js" : "/backgammon/static/js/runtime-main.0bc5f2c3.js", "runtime-main.js.map" : "/backgammon/static/js/runtime-main.0bc5f2c3.js.map", "static/js/2.91572a93.chunk.js" : "/backgammon/static/js/2.91572a93.chunk.js", "static/js/2.91572a93.chunk.js.map" : "/backgammon/static/js/2.91572a93.chunk.js.map", "static/js/3.8f6d987b.chunk.js" : "/backgammon/static/js/3.8f6d987b.chunk.js", "static/js/3.8f6d987b.chunk.js.map" : "/backgammon/static/js/3.8f6d987b.chunk.js.map", "index.html" : "/backgammon/index.html", "static/css/main.e2fa535b.chunk.css.map" : "/backgammon/static/css/main.e2fa535b.chunk.css.map", "static/js/2.91572a93.chunk.js.LICENSE.txt" : "/backgammon/static/js/2.91572a93.chunk.js.LICENSE.txt", "static/media/dado-1.44c20c24.svg" : "/backgammon/static/media/dado-1.44c20c24.svg", "static/media/dado-2.ed346677.svg" : "/backgammon/static/media/dado-2.ed346677.svg", "static/media/dado-3.a2405b12.svg" : "/backgammon/static/media/dado-3.a2405b12.svg", "static/media/dado-4.1b71e7b1.svg" : "/backgammon/static/media/dado-4.1b71e7b1.svg", "static/media/dado-5.4bb6191d.svg" : "/backgammon/static/media/dado-5.4bb6191d.svg", "static/media/dado-6.d5824cf7.svg" : "/backgammon/static/media/dado-6.d5824cf7.svg"}, "entrypoints" : ["static/js/runtime-main.0bc5f2c3.js", "static/js/2.91572a93.chunk.js", "static/css/main.e2fa535b.chunk.css", "static/js/main.a1dc8780.chunk.js"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.91572a93.chunk.js": {"type": "string"}, "static/js/2.91572a93.chunk.js.map": {"type": "string"}, "static/js/3.8f6d987b.chunk.js": {"type": "string"}, "static/js/3.8f6d987b.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "static/css/main.e2fa535b.chunk.css.map": {"type": "string"}, "static/js/2.91572a93.chunk.js.LICENSE.txt": {"type": "string"}, "static/media/dado-1.44c20c24.svg": {"type": "string"}, "static/media/dado-2.ed346677.svg": {"type": "string"}, "static/media/dado-3.a2405b12.svg": {"type": "string"}, "static/media/dado-4.1b71e7b1.svg": {"type": "string"}, "static/media/dado-5.4bb6191d.svg": {"type": "string"}, "static/media/dado-6.d5824cf7.svg": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.91572a93.chunk.js", "static/js/2.91572a93.chunk.js.map", "static/js/3.8f6d987b.chunk.js", "static/js/3.8f6d987b.chunk.js.map", "index.html", "static/css/main.e2fa535b.chunk.css.map", "static/js/2.91572a93.chunk.js.LICENSE.txt", "static/media/dado-1.44c20c24.svg", "static/media/dado-2.ed346677.svg", "static/media/dado-3.a2405b12.svg", "static/media/dado-4.1b71e7b1.svg", "static/media/dado-5.4bb6191d.svg", "static/media/dado-6.d5824cf7.svg"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Query": {"type": "object", "properties": {"Name": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Name", "Type"]}, "Expected Response": {"type": "array", "items": {"type": "object", "properties": {"Server/s": {"type": "string"}, "Response": {"type": "array", "items": {"type": "string"}}}, "required": ["Server/s", "Response"]}}, "ZenResponseTag": {"type": "string"}}, "required": ["Query", "Expected Response", "ZenResponseTag"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Query" : {"Name" : "mybankcard.bankcard.bank.bank.", "Type" : "TXT"}, "Expected Response" : [{"Server/s" : "bind nsd knot powerdns ", "Response" : ["id 56245", "opcode QUERY", "rcode NOERROR", "flags QR", ";QUESTION", "mybankcard.bankcard.bank.bank. IN TXT", ";ANSWER", ";AUTHORITY", "bankcard.bank.bank. 500 IN NS www.bankcard.com.bank.", "bankcard.bank.bank. 500 IN NS mybankcard.bankcard.bar.bank.", "bankcard.bank.bank. 500 IN NS bank.email.", ";ADDITIONAL"]}], "ZenResponseTag" : "R1"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Query": {"type": "object", "properties": {"Name": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Name", "Type"]}, "Expected Response": {"type": "array", "items": {"type": "object", "properties": {"Server/s": {"type": "string"}, "Response": {"type": "array", "items": {"type": "string"}}}, "required": ["Server/s", "Response"]}}, "ZenResponseTag": {"type": "string"}}, "required": ["Query", "Expected Response", "ZenResponseTag"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "icon", "description", "castTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 10793, "name" : "Striped Nightsaber", "icon" : "ability_mount_blackpanther", "description" : "Summons and dismisses a rideable Striped Nightsaber.", "castTime" : "1.5 sec cast"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "icon", "description", "castTime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["clp", "double-last", "gh.js", "is-percent", "name-it", "unvowel-last"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"komentarz" : "nareszcie wielka ekspertka do kitu", "nie" : 2, "tak" : 1} | json_instruct | {"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Facime", "devices" : [{"manufacturer" : "", "market_name" : "FLEET_7", "codename" : "FLEET_7", "model" : "FLEET_7"}]} | 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#"} |
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" : "omphacine", "definition" : "Of, pertaining to, or expressed from, unripe fruit; as, omphacine oil."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-material": {"type": "string"}, "material-design-iconfont": {"type": "string"}, "malarkey": {"type": "string"}, "angular-toastr": {"type": "string"}, "moment": {"type": "string"}, "animate.css": {"type": "string"}, "angular": {"type": "string"}, "socket.io-client": {"type": "string"}, "angular-messages": {"type": "string"}}, "required": ["jquery", "angular-ui-router", "angular-material", "material-design-iconfont", "malarkey", "angular-toastr", "moment", "animate.css", "angular", "socket.io-client", "angular-messages"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}, "resolutions": {"type": "object", "properties": {"jquery": {"type": "string"}, "angular": {"type": "string"}}, "required": ["jquery", "angular"]}, "overrides": {"type": "object", "properties": {"socket.io-client": {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"]}}, "required": ["socket.io-client"]}}, "required": ["name", "version", "dependencies", "devDependencies", "resolutions", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "angular", "version" : "0.0.0", "dependencies" : {"jquery" : "~2.1.4", "angular-ui-router" : "~0.2.15", "angular-material" : "~1.0.0", "material-design-iconfont" : "~0.0.2", "malarkey" : "yuanqing/malarkey#~1.3.1", "angular-toastr" : "~1.5.0", "moment" : "~2.10.6", "animate.css" : "~3.4.0", "angular" : "~1.5.3", "socket.io-client" : "^1.4.8", "angular-messages" : "^1.5.8"}, "devDependencies" : {"angular-mocks" : "~1.5.3"}, "resolutions" : {"jquery" : "~2.1.4", "angular" : "~1.5.3"}, "overrides" : {"socket.io-client" : {"main" : "socket.io.js"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-material": {"type": "string"}, "material-design-iconfont": {"type": "string"}, "malarkey": {"type": "string"}, "angular-toastr": {"type": "string"}, "moment": {"type": "string"}, "animate.css": {"type": "string"}, "angular": {"type": "string"}, "socket.io-client": {"type": "string"}, "angular-messages": {"type": "string"}}, "required": ["jquery", "angular-ui-router", "angular-material", "material-design-iconfont", "malarkey", "angular-toastr", "moment", "animate.css", "angular", "socket.io-client", "angular-messages"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}}, "required": ["angular-mocks"]}, "resolutions": {"type": "object", "properties": {"jquery": {"type": "string"}, "angular": {"type": "string"}}, "required": ["jquery", "angular"]}, "overrides": {"type": "object", "properties": {"socket.io-client": {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"]}}, "required": ["socket.io-client"]}}, "required": ["name", "version", "dependencies", "devDependencies", "resolutions", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 688, "title" : "Zul'Gurub", "points" : 0, "description" : "Defeat Hakkar.", "rewardItems" : [], "icon" : "achievement_boss_hakkar", "criteria" : [], "accountWide" : false, "factionId" : 2} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"coffeescript": {"type": "string"}, "expect.js": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["coffeescript", "expect.js", "mocha"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "compile": {"type": "string"}}, "required": ["pretest", "prepublish", "test", "compile"]}}, "required": ["name", "version", "description", "author", "license", "main", "repository", "keywords", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lemoncup", "version" : "1.0.0", "description" : "Render HTML with native CoffeeScript templates", "author" : "shenzhen239 <support@shenzhen239.com>", "license" : "MIT", "main" : "src/lemoncup", "repository" : {"type" : "git", "url" : "git://github.com/lemon/lemoncup.git"}, "keywords" : ["template", "coffeescript", "coffee-script", "coffee", "render", "view", "html", "coffeekup", "coffeecup", "teacup", "drykup", "lemoncup"], "devDependencies" : {"coffeescript" : "^1.12.7", "expect.js" : "^0.3.1", "mocha" : "^5.2.0"}, "scripts" : {"pretest" : "npm run compile", "prepublish" : "npm run compile", "test" : "mocha", "compile" : "coffee --compile --output dist/ src/ ; uglifyjs dist/lemoncup.js -o dist/lemoncup.min.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"coffeescript": {"type": "string"}, "expect.js": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["coffeescript", "expect.js", "mocha"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "compile": {"type": "string"}}, "required": ["pretest", "prepublish", "test", "compile"]}}, "required": ["name", "version", "description", "author", "license", "main", "repository", "keywords", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "reborn12k:block/raw_tin_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "run_as_system": {"type": "boolean"}}, "required": ["id", "name", "private", "run_as_system"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6002057b3bf6dad58023b959", "name" : "html2md", "private" : true, "run_as_system" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "private": {"type": "boolean"}, "run_as_system": {"type": "boolean"}}, "required": ["id", "name", "private", "run_as_system"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sklearn2pmml", "description" : "Python library for converting Scikit-Learn pipelines to PMML", "license" : {"key" : "agpl-3.0", "name" : "GNU Affero General Public License v3.0", "spdx_id" : "AGPL-3.0", "url" : "https://api.github.com/licenses/agpl-3.0"}, "starNum" : 162, "folkNum" : 28, "watchNum" : 162, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1992, 5], [1994, 8], [1995, 9], [1996, 6], [1997, 10], [1998, 7], [1999, 9], [2000, 11], [2001, 18], [2002, 19], [2003, 14], [2004, 19], [2005, 14], [2006, 13], [2007, 21], [2008, 13], [2009, 20], [2010, 13], [2011, 20], [2012, 21], [2013, 14], [2014, 24]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["4.9E-324", "4.4005143595980070E-254", "4.7017434072877284E-184", "4.4390207619942022E-114", "3.2271042811139428E-44", "2.8235959053148070E26", "2.4405006262419187E96", "3.4029547647913189E166", "4.4088286678817334E236", "1.7976931348623157E308"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"use": {"type": "string"}, "type": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}, "text": {"type": "string"}}, "required": ["coding", "text"]}, "system": {"type": "string"}, "value": {"type": "string"}}, "required": ["use", "type", "system", "value"]}}, "name": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "array", "items": {"type": "string"}}, "suffix": {"type": "array", "items": {"type": "string"}}}, "required": ["family", "given", "suffix"]}}, "telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}, "use": {"type": "string"}}, "required": ["system", "value", "use"]}}, "address": {"type": "array", "items": {"type": "object", "properties": {"use": {"type": "string"}, "type": {"type": "string"}, "line": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["use", "type", "line", "city", "district", "state", "postalCode"]}}, "gender": {"type": "string"}, "birthDate": {"type": "string"}}, "required": ["resourceType", "id", "identifier", "name", "telecom", "address", "gender", "birthDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "Practitioner", "id" : "Practitioner-2519", "identifier" : [{"use" : "official", "type" : {"coding" : [{"system" : "http://hl7.org/fhir/identifier-type", "code" : "SB", "display" : "Social Beneficiary Identifier"}], "text" : "US Social Security Number"}, "system" : "http://hl7.org/fhir/sid/us-ssn", "value" : "000002519"}, {"use" : "official", "type" : {"coding" : [{"system" : "http://hl7.org/fhir/v2/0203", "code" : "PRN", "display" : "Provider number"}], "text" : "US National Provider Identifier"}, "system" : "http://hl7.org/fhir/sid/us-npi", "value" : "999992519"}], "name" : [{"family" : "Garrett", "given" : ["Stanley", "Jason"], "suffix" : ["MD"]}], "telecom" : [{"system" : "phone", "value" : "616-555-2401", "use" : "work"}, {"system" : "phone", "value" : "616-555-7849", "use" : "mobile"}], "address" : [{"use" : "work", "type" : "postal", "line" : ["352 NW Cedar Drive", "#29"], "city" : "Northport", "district" : "Leelanau County", "state" : "MI", "postalCode" : "49670"}], "gender" : "male", "birthDate" : "1965-09-15"} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"use": {"type": "string"}, "type": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}, "text": {"type": "string"}}, "required": ["coding", "text"]}, "system": {"type": "string"}, "value": {"type": "string"}}, "required": ["use", "type", "system", "value"]}}, "name": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "array", "items": {"type": "string"}}, "suffix": {"type": "array", "items": {"type": "string"}}}, "required": ["family", "given", "suffix"]}}, "telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}, "use": {"type": "string"}}, "required": ["system", "value", "use"]}}, "address": {"type": "array", "items": {"type": "object", "properties": {"use": {"type": "string"}, "type": {"type": "string"}, "line": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["use", "type", "line", "city", "district", "state", "postalCode"]}}, "gender": {"type": "string"}, "birthDate": {"type": "string"}}, "required": ["resourceType", "id", "identifier", "name", "telecom", "address", "gender", "birthDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"DATE": {"type": "string"}, "HIJRI": {"type": "string"}, "DAY": {"type": "string"}, "FAJR": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "SUNRISE": {"type": "object", "properties": {"STARTS": {"type": "string"}}, "required": ["STARTS"]}, "DHUHUR": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "ASR": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "ISHA": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "MAGHRIB": {"type": "object", "properties": {"JAMAAT": {"type": "string"}, "STARTS": {"type": "string"}}, "required": ["JAMAAT", "STARTS"]}}, "required": ["DATE", "HIJRI", "DAY", "FAJR", "SUNRISE", "DHUHUR", "ASR", "ISHA", "MAGHRIB"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DATE" : "2017-11-04", "HIJRI" : "1439-02-15", "DAY" : "Saturday", "FAJR" : {"STARTS" : "2017-11-04T05:47:00+00:00", "JAMAAT" : "2017-11-04T06:15:00+00:00"}, "SUNRISE" : {"STARTS" : "2017-11-04T07:14:00+00:00"}, "DHUHUR" : {"STARTS" : "2017-11-04T11:53:00+00:00", "JAMAAT" : "2017-11-04T12:45:00+00:00"}, "ASR" : {"STARTS" : "2017-11-04T14:39:00+00:00", "JAMAAT" : "2017-11-04T15:00:00+00:00"}, "ISHA" : {"STARTS" : "2017-11-04T17:59:00+00:00", "JAMAAT" : "2017-11-04T18:45:00+00:00"}, "MAGHRIB" : {"JAMAAT" : "2017-11-04T16:32:00+00:00", "STARTS" : "2017-11-04T16:32:00+00:00"}} | json_instruct | {"type": "object", "properties": {"DATE": {"type": "string"}, "HIJRI": {"type": "string"}, "DAY": {"type": "string"}, "FAJR": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "SUNRISE": {"type": "object", "properties": {"STARTS": {"type": "string"}}, "required": ["STARTS"]}, "DHUHUR": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "ASR": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "ISHA": {"type": "object", "properties": {"STARTS": {"type": "string"}, "JAMAAT": {"type": "string"}}, "required": ["STARTS", "JAMAAT"]}, "MAGHRIB": {"type": "object", "properties": {"JAMAAT": {"type": "string"}, "STARTS": {"type": "string"}}, "required": ["JAMAAT", "STARTS"]}}, "required": ["DATE", "HIJRI", "DAY", "FAJR", "SUNRISE", "DHUHUR", "ASR", "ISHA", "MAGHRIB"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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" : 404414213, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "d267285bc1a775c86d4ef211da836915", "wof:id" : 404414213, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [7.45969572468384, 48.55209218688546, 7.49536846691364, 48.58478146358635], "geometry" : {"coordinates" : [[[7.46349959401131, 48.55209218688546], [7.45969572468384, 48.55411809827908], [7.47952417258361, 48.57299587613291], [7.47890330908911, 48.57637094460704], [7.46881124792802, 48.57537227977036], [7.47208625859925, 48.58478146358635], [7.48091721367242, 48.58086304041454], [7.48949945289845, 48.57326823006977], [7.49536846691364, 48.56682949690565], [7.47455538703305, 48.55664083241005], [7.46349959401131, 48.55209218688546]]], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"rdf:type": {"type": "string"}, "rdfs:comment": {"type": "string"}, "rdfs:label": {"type": "string"}, "rdfs:subClassOf": {"type": "string"}}, "required": ["rdf:type", "rdfs:comment", "rdfs:label", "rdfs:subClassOf"]}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["class", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"rdf:type" : "rdfs:Class", "rdfs:comment" : "An enumeration of several kinds of Map.", "rdfs:label" : "MapCategoryType", "rdfs:subClassOf" : "schema:Enumeration"}, "properties" : {}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"rdf:type": {"type": "string"}, "rdfs:comment": {"type": "string"}, "rdfs:label": {"type": "string"}, "rdfs:subClassOf": {"type": "string"}}, "required": ["rdf:type", "rdfs:comment", "rdfs:label", "rdfs:subClassOf"]}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["class", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"URL" : "https://www.wired.com/1999/01/apple-lawsuit-moves-forward", "heading" : "apple lawsuit moves forward", "subheading" : "a judge in new york orders the computer manufacturer to stop trying to stall a us$1.1 billion patent-infringement lawsuit.", "author" : "wired news report", "category" : "business", "type" : "article", "timestamp" : "01.26.1999 05:05 PM", "text" : "a us federal judge on tuesday ordered apple computer to quit stalling and face a patent-infringement suit brought against the computer maker by a tiny electronics firm. imatec filed the patent-infringement lawsuit on 13 february 1998 in us district court, southern district, new york, alleging that apple's colorsync technology infringes on three patents held by hanoch shalit, the president and ceo of imatec. imatec said apple has repeatedly tried to delay a trial by asking for extensions.colorsync is part of the macintosh operating system, a tool that accurately depicts color on the mac desktop. imatec (imec), formed by shalit in 1988, develops electronic imaging technology.\"frankly, apple's continued requests for delays increases our confidence in the validity of this lawsuit,\" shalit said in a statement. \"furthermore, we believe these requests represent traditional stalling tactics used by large companies with deep pockets whenever they are confronted with complaints by smaller companies like ours.\"imatec and shalit are seeking us$1.1 billion in damages.a trial date has not yet been set.\"we don't comment on pending litigation but we believe that their claims are without merit,\" said apple spokeswoman rhona hamilton."} | json_instruct | {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "EDepthCollisionEffect", "members" : [{"name" : "DCE_Bounce", "value" : 1}, {"name" : "DCE_Glide", "value" : 2}, {"name" : "DCE_Kill", "value" : 4}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$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.