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": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "weedstocks", "hour" : "01", "avg" : 19.123456790123456}, {"subreddit" : "weedstocks", "hour" : "02", "avg" : 21.86842105263158}, {"subreddit" : "weedstocks", "hour" : "03", "avg" : 25.42}, {"subreddit" : "weedstocks", "hour" : "04", "avg" : 35.527272727272724}, {"subreddit" : "weedstocks", "hour" : "05... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "strin... | {"name" : "spaceload", "version" : "0.0.30", "description" : "Create a system of namespace with an integrated autoloader", "author" : "Valentin Allaire <valentin@sitexw.fr>", "license" : "MIT", "keywords" : ["spaceload", "namespace", "autoload", "autoloader", "silex"], "main" : "index.js", "dependencies" : {"glob" : "4... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "propert... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ... | {"userId" : 32368, "cartId" : "a22f237b-10e2-4e08-a673-41194f9af48f", "preferredProducts" : [265, 4501, 4205, 4246, 2149, 3531, 467, 582], "productReviews" : [{"productId" : 4479, "reviewText" : "My neighbor Isabela has one of these. She works as a taxidermist and she says it looks monochromatic.", "reviewDate" : "2018... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "short_title": {"type": "string"}, "summary": {"type": "string"}, "background": {"type": "string"}, "admin_email": {"type": "string"}, "logo": {"type": "string"}, "favicon": {"type": "str... | {"title" : "Emigrant City", "short_title" : "Emigrant", "summary" : "Join us in transcribing 19th century real estate records from the Emigrant Savings Bank.", "background" : "/images/background.jpg", "admin_email" : "paulbeaudoin@nypl.org", "logo" : "/images/logo.png", "favicon" : "/images/favicon.ico", "privacy_polic... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "short_title": {"type": "string"}, "summary": {"type": "string"}, "background": {"type": "string"}, "admin_email": {"type": "string"}, "logo": {"type": "string"}, "favicon": {"type": "string"}, "privacy_policy": {"type": "string"}, "terms_map": {"type": "ob... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-x92f-4627-r8gg", "modified" : "2022-01-20T00:02:47Z", "published" : "2022-01-12T00:01:29Z", "aliases" : ["CVE-2021-36408"], "details" : "An issue was discovered in libde265 v1.0.8.There is a Heap-use-after-free in intrapred.h when decoding file using dec265.", "severity" : [], ... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "axios": {"type": "string"}, "node": {"type": "string"}, "node-sass": {"type": "string"}, "prettier": {"ty... | {"dependencies" : {"@fortawesome/fontawesome-free" : "^5.4.2", "axios" : "^0.18.0", "node" : "^10.0.0", "node-sass" : "^4.9.0", "prettier" : "^1.14.3", "sass" : "^1.3.2", "vue-carousel" : "^0.7.3", "vue-i18n" : "^8.2.1", "vue-router" : "^3.0.1", "vue-scrollto" : "^2.13.0", "vuetify" : "^1.2.0", "vuex" : "^3.0.1"}, "dev... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "axios": {"type": "string"}, "node": {"type": "string"}, "node-sass": {"type": "string"}, "prettier": {"type": "string"}, "sass": {"type": "string"}, "vue-carousel": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sk": {"type": "string"}, "plain attributes": {"type": "array", "items": {"type": "string"}}}, "required": ["sk", "plain attributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sk" : "4B50C6AA0D0196A6569CE29FE680C99F714AA1B92EA3D3D46A52053C77F1BBCC", "plain attributes" : ["TEST1 value", "TEST2 value", "TEST3 value"]} | json_instruct | {"type": "object", "properties": {"sk": {"type": "string"}, "plain attributes": {"type": "array", "items": {"type": "string"}}}, "required": ["sk", "plain attributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties":... | {"id" : "248036", "bkmk" : "kmtb-b248036", "name" : "\u5317\u91ce\u4e2d\u5b66\u524d \u767a \u81e8\u53f7\u7cfb\u7d71 \u897f\u5927\u8def\u56db\u6761\u884c\u304d", "busstop" : "\u5317\u91ce\u4e2d\u5b66\u524d", "line" : "\u81e8\u53f7\u7cfb\u7d71", "destination" : "\u897f\u5927\u8def\u56db\u6761\u884c\u304d", "notes" : {},... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "bkmk": {"type": "string"}, "name": {"type": "string"}, "busstop": {"type": "string"}, "line": {"type": "string"}, "destination": {"type": "string"}, "notes": {"type": "object", "properties": {}, "required": []}, "weekday": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location"... | {"id" : 22475, "title" : ["[Write to the Point, Forecabin]"], "description" : ["Ornately framed portraits hang on the white plaster walls, their unsmiling faces silently observing all that transpires. Spaced evenly around the perimeter of the room, tall wrought iron candelabras offer adequate illumination even as they... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "boolean"}, "wayto": {"type": "object", "properties": {"22474... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "commit": {"type": "string"}, "test": {"type": "string"}}, "required": ["pre-commit", "commit", "test"]}, "private": {"t... | {"name" : "root", "scripts" : {"pre-commit" : "lint-staged", "commit" : "yarn run pre-commit && git-cz --no-verify", "test" : "jest"}, "private" : true, "workspaces" : ["packages/*"], "devDependencies" : {"commitizen" : "^4.0.4", "eslint-config-prettier" : "^6.9.0", "eslint-plugin-cypress" : "^2.10.3", "eslint-plugin-p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "commit": {"type": "string"}, "test": {"type": "string"}}, "required": ["pre-commit", "commit", "test"]}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "build": {"type": "string"}, "serve": {"type":... | {"name" : "gatsby-starter-hello-world", "description" : "Gatsby hello world starter", "license" : "MIT", "scripts" : {"develop" : "gatsby develop", "build" : "gatsby build", "serve" : "gatsby serve"}, "dependencies" : {"gatsby" : "^4.3.0", "gatsby-plugin-gatsby-cloud" : "^4.3.0", "inspector-api" : "^1.4.1", "lmdb-store... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["develop", "build", "serve"]}, "dependencies... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"books": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "topic": {"type": "string"}, "url": {"... | {"books" : [{"id" : 1, "title" : "The Complete Node.js Developer Course", "author" : "Andrew Mead, Rob Percival 27", "description" : "Learn Node.js by building real-world applications with Node, Express, MongoDB, Mocha, and more!", "topic" : "Node.js", "url" : "https://codingthesmartway.com/courses/nodejs/"}, {"id" : 2... | json_instruct | {"type": "object", "properties": {"books": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "topic": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "title", "author", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "3521130011", "district_id" : "3521130", "name" : "GEMARANG"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1902, 6], [1905, 6], [1910, 5], [1911, 5], [1912, 5], [1913, 9], [1914, 11], [1915, 12], [1916, 15], [1917, 10], [1918, 10], [1919, 14], [1920, 10], [1921, 16], [1922, 15], [1923, 13], [1924, 12], [1925, 13], [1927, 7], [1928, 6], [1933, 6], [1934, 5], [1937, 6], [1947, 6], [1948, 5], [1951, 6], [1952, 6], [1953, 5],... | 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": {"output_dir": {"type": "string"}, "type_settings": {"type": "array", "items": {}}, "export_namespace": {"type": "array", "items": {"type": "string"}}, "export_type": {"type": "array", "items": {}}, "ref_namespace": {"... | {"output_dir" : "..\\Debug\\Lua", "type_settings" : [], "export_namespace" : ["System", "System.Reflection", "System.Collections.Generic"], "export_type" : [], "ref_namespace" : [], "precompile_header" : "stdafx.h"} | json_instruct | {"type": "object", "properties": {"output_dir": {"type": "string"}, "type_settings": {"type": "array", "items": {}}, "export_namespace": {"type": "array", "items": {"type": "string"}}, "export_type": {"type": "array", "items": {}}, "ref_namespace": {"type": "array", "items": {}}, "precompile_header": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "stltostp-api", "version" : "1.0.0", "description" : "Http wrapper round stltostp commandline tool", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Partyk Ptasinski (ipepe)", "license" : "MIT", "dependencies" : {"cors" : "^2.8.4", "express" : "^4.16.3", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"cosenary/instagram": {"type": "string"}, "anahkiasen/flickering": {"type": "string"}}, "required": ["cosenary/instagram", "anahkiasen/flickering"]}}, "required": ["require"], "$sche... | {"require" : {"cosenary/instagram" : "^2.3", "anahkiasen/flickering" : "^0.1.2"}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"cosenary/instagram": {"type": "string"}, "anahkiasen/flickering": {"type": "string"}}, "required": ["cosenary/instagram", "anahkiasen/flickering"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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": ... | {"id" : 404382557, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "519fb30d6cdfa07868ea24e7a526eac4", "wof:id" : 404382557, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.31866627838352, 43.9171648302562, 6.45247718303104, 43.97635645223009]... | 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": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "req... | {"name" : "qrrecode", "version" : "1.0.0", "description" : "(<3kb) Create a transition animation when reload a new qrcode.", "main" : "qrrecode.min.js", "scripts" : {"build" : "rollup -c", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/lixinliang... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "repository": {"type": "objec... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"create": {"type": "string"}, "stats": {"type": "string"}}, "required": ["create", "stats"]}, "dependencies": {"type": "object", "properties... | {"private" : true, "scripts" : {"create" : "node create.js", "stats" : "node stats.js"}, "dependencies" : {"proxyquire" : "^1.7.4"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"create": {"type": "string"}, "stats": {"type": "string"}}, "required": ["create", "stats"]}, "dependencies": {"type": "object", "properties": {"proxyquire": {"type": "string"}}, "required": ["proxyquire"]}}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": ... | {"lastUpdated" : 1651460105478, "username" : "EpicRainbow", "scores" : [{"xp" : 7989, "rank" : 500, "cardId" : 293}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900726560": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900726561": {"type": "object", "properties... | {"900726560" : {"nama" : "TPS 1", "dapil" : [7302, 17306, 2731003]}, "900726561" : {"nama" : "TPS 2", "dapil" : [7302, 17306, 2731003]}, "900726562" : {"nama" : "TPS 3", "dapil" : [7302, 17306, 2731003]}, "900726563" : {"nama" : "TPS 4", "dapil" : [7302, 17306, 2731003]}, "900726564" : {"nama" : "TPS 5", "dapil" : [730... | json_instruct | {"type": "object", "properties": {"900726560": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900726561": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "broadcaster_user_id": {"type": "string"}, "broadcaster_user_login": {"type": "string"}, "broadcaster_user_name": {"type": "string"}, "type": {"type": "string"}, "started_at": {"type": "str... | {"id" : "9001", "broadcaster_user_id" : "1337", "broadcaster_user_login" : "cool_user", "broadcaster_user_name" : "Cool_User", "type" : "live", "started_at" : "2020-10-11T10:11:12.123Z"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "broadcaster_user_id": {"type": "string"}, "broadcaster_user_login": {"type": "string"}, "broadcaster_user_name": {"type": "string"}, "type": {"type": "string"}, "started_at": {"type": "string"}}, "required": ["id", "broadcaster_user_id", "broadcaster_user_log... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "bo... | {"track" : "javascript", "exercise" : "allergies", "id" : "778161f2d21646ea8b4d535fc3b6cbae", "url" : "https://exercism.io/my/solutions/778161f2d21646ea8b4d535fc3b6cbae", "handle" : "cmccandless", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivati... | {"derivation" : "of uncertain affinity;", "kjv_def" : "naked", "lemma" : "\u03b3\u03c5\u03bc\u03bd\u03cc\u03c2", "frequency" : 15, "strongs_def" : " nude (absolute or relative, literal or figurative)", "outline" : "<ol><li> properly<ol><li> unclad, without clothing, the naked body</li><li> ill clad</li><li> clad in und... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/dr... | {"symbol" : "XTZ", "name" : "Tezos Token", "decimals" : 18, "address" : "0x16939ef78684453bfdfb47825f8a5f714f12623a"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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"... | {"name" : "22 06 11 Global Flow 001 Kenya Africa", "symbol" : "HYWDKA", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/77WM3FzFJKMAzgGptDK2dFSmBKfSDjt6fFAeFZZqgHUd/logo.png", "decimals" : 0, "address" : "77WM3FzFJKMAzgGptDK2dFSmBKfSDjt6fFAeFZZqgHUd", "chainId" : 101, "tags" : ... | 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"}}, "extensions": {"type": "object", "properties"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-component.js" : "sha256-GZbKUZkKMqlsYhU4ZP4Qb/xef6wUM8e1L+Ij7YBjYD8=", "inferno-component.min.js" : "sha256-zy3MbuARQ9IOtmLZb9tc1cytO74vsNZtnKK9m0XBkfQ="} | json_instruct | {"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 1408, "filename" : "layer-27.png"} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "repository": {"type": "string"}, "navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "... | {"title" : "Consume Events using Journaling API", "repository" : "https://github.com/AdobeDocs/adobeio-codelabs-template", "navigation" : [{"title" : "Introduction", "url" : "/README"}, {"title" : "Requirements", "url" : "/lessons/requirements"}, {"title" : "Lesson 1: Create an Event Provider using Firefly", "url" : "/... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "repository": {"type": "string"}, "navigation": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["title", "repository", "navigation"], "$schem... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"_id": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties"... | {"_id" : "5546ab238b5704157ad38996", "id" : "bb7ddf20-f1e9-11e4-88db-99ed98dcbd07", "code" : "3171910", "title" : "Greg Young on DDD", "slug" : "greg-young-on-ddd", "description" : "Greg Young talks about Domain-Driven Design at the European virtual ALT.NET meeting.", "author" : {"id" : "1c667b30-cfc6-11e4-8991-f9cf3ed... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}, "avatar": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "ApplicationInsights": {"type": "object", "properties": {"InstrumentationKey": {"type": "string"}}, "required": ["InstrumentationKey"]}, "ConnectionStrings": {"type": "object", "p... | {"AllowedHosts" : "*", "ApplicationInsights" : {"InstrumentationKey" : ""}, "ConnectionStrings" : {"CosmosConnection" : ""}, "CosmosSchema" : {"DatabaseName" : "traces", "MaxDataAgeToReturnDays" : 14, "MessageContainerName" : "messages_api_v1"}, "DefaultApiVersion" : "2020-04-15", "KeyVaultUrl" : "", "Logging" : {"LogL... | json_instruct | {"type": "object", "properties": {"AllowedHosts": {"type": "string"}, "ApplicationInsights": {"type": "object", "properties": {"InstrumentationKey": {"type": "string"}}, "required": ["InstrumentationKey"]}, "ConnectionStrings": {"type": "object", "properties": {"CosmosConnection": {"type": "string"}}, "required": ["Cos... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "fullscreen": {"type": "boolean"}}, "required": ["width", "height", "fullscreen"]}}, "required": ["window"], "$s... | {"window" : {"width" : 1280, "height" : 720, "fullscreen" : false}} | json_instruct | {"type": "object", "properties": {"window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "fullscreen": {"type": "boolean"}}, "required": ["width", "height", "fullscreen"]}}, "required": ["window"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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":... | {"files" : {"main.css" : "./static/css/main.a97abe2b.chunk.css", "main.js" : "./static/js/main.6b729b6f.chunk.js", "main.js.map" : "./static/js/main.6b729b6f.chunk.js.map", "runtime-main.js" : "./static/js/runtime-main.c3b25eef.js", "runtime-main.js.map" : "./static/js/runtime-main.c3b25eef.js.map", "static/js/2.bb9f26... | 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.bb9f26d7.chunk.js": {"type": "string"}, "static/js... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.enabled": {"type": "boolean"}}, "required": ["python.pythonPath", "python.linting.pylintEnabled", "pytho... | {"python.pythonPath" : "C:\\Users\\wildenhaip\\.virtualenvs\\portfolio-app-OvT66IeI\\Scripts\\python.exe", "python.linting.pylintEnabled" : true, "python.linting.enabled" : true} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "python.linting.pylintEnabled": {"type": "boolean"}, "python.linting.enabled": {"type": "boolean"}}, "required": ["python.pythonPath", "python.linting.pylintEnabled", "python.linting.enabled"], "$schema": "http://json-schema.org/draft-07/schema#... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "require... | {"presente" : {"eu" : "limito", "tu" : "limitas", "ele" : "limita", "nos" : "limitamos", "vos" : "limitais", "eles" : "limitam"}, "preterito_imperfeito" : {"eu" : "limitava", "tu" : "limitavas", "ele" : "limitava", "nos" : "limit\u00e1vamos", "vos" : "limit\u00e1veis", "eles" : "limitavam"}, "preterito_perfeito" : {"eu... | json_instruct | {"type": "object", "properties": {"presente": {"type": "object", "properties": {"eu": {"type": "string"}, "tu": {"type": "string"}, "ele": {"type": "string"}, "nos": {"type": "string"}, "vos": {"type": "string"}, "eles": {"type": "string"}}, "required": ["eu", "tu", "ele", "nos", "vos", "eles"]}, "preterito_imperfeito"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"services": {"type": "array", "items": {"type": "object", "properties": {"org": {"type": "string"}, "url": {"type": "string"}, "versionRange": {"type": "string"}, "variables": {"type": "object", "properties": {"MOCK": {"type": ... | {"services" : [{"org" : "IBM", "url" : "$MYDOMAIN.$CPU2MSGHUB_NAME", "versionRange" : "[0.0.0,INFINITY)", "variables" : {"MOCK" : false, "MSGHUB_API_KEY" : "$MSGHUB_API_KEY", "PUBLISH" : true, "SAMPLE_INTERVAL" : 2, "SAMPLE_SIZE" : 5, "VERBOSE" : "1"}}]} | json_instruct | {"type": "object", "properties": {"services": {"type": "array", "items": {"type": "object", "properties": {"org": {"type": "string"}, "url": {"type": "string"}, "versionRange": {"type": "string"}, "variables": {"type": "object", "properties": {"MOCK": {"type": "boolean"}, "MSGHUB_API_KEY": {"type": "string"}, "PUBLISH"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Cream the butter with 1/2 cup of the confectioners' sugar and the vanilla. Mix in the flour, pecans, and salt. Roll about 1 tablespoon or so of dough into balls and place on an ungreased cookie sheet.", "Bake in preheated oven until bottoms are golden,... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/jquery": {"type": "string"}, "@types/jquery.cookie": {"type": "string"}, "@types/marked": {"type": "string"}, "@types/reveal": {"type": "string"}, "@typescript... | {"dependencies" : {"@types/jquery" : "3.3.29", "@types/jquery.cookie" : "1.4.31", "@types/marked" : "0.6.5", "@types/reveal" : "3.3.33", "@typescript-eslint/parser" : "1.8.0", "eslint" : "5.16.0", "eslint-config-standard" : "12.0.0", "eslint-plugin-import" : "2.17.2", "eslint-plugin-node" : "9.0.1", "eslint-plugin-prom... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/jquery": {"type": "string"}, "@types/jquery.cookie": {"type": "string"}, "@types/marked": {"type": "string"}, "@types/reveal": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "e... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "stats": {"type": "object", "properties": {"size": {"type": "integer"}, "gzipSize": {"type": "integer"}}, "required": ["size", "gzipSiz... | [{"id" : "src.main", "name" : "main", "stats" : {"size" : 10554, "gzipSize" : 3344}}, {"id" : "node_modules.main", "name" : "node_modules [main]", "stats" : {"size" : 118010, "gzipSize" : 30664}}, {"id" : "atlaskit.elements.main", "name" : "main", "stats" : {"size" : 2073, "gzipSize" : 923}}, {"id" : "combined.main", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "stats": {"type": "object", "properties": {"size": {"type": "integer"}, "gzipSize": {"type": "integer"}}, "required": ["size", "gzipSize"]}}, "required": ["id", "name", "stats"]}, "$schema": "http://json-s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-97.802936, 37.273095], [-97.801203, 37.271008], [-97.797852, 37.270229], [-97.798598, 37.267591], [-97.796137, 37.265524], [-97.788235, 37.262543], [-97.785284, 37.257554], [-97.78328, 37.250392], [-97.781759, 37.248748]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "obje... | {"name" : "@jianghe/sand-editor-ui", "version" : "1.0.1-0", "private" : false, "description" : "\u57fa\u4e8e @jianghe/slate \u7684\u5bcc\u6587\u672c\u7f16\u8f91\u5668\u7684 UI \u7ec4\u4ef6", "license" : "MIT", "authors" : [{"name" : "jianghe", "email" : "573748150jh@163.com"}], "main" : "esm/index.js", "keywords" : ["s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {"type": "string"}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": ... | {"category" : "EPIC-Core", "classinstvars" : [], "classvars" : ["TunnelCounter"], "commentStamp" : "ek 6/14/2016 13:50", "instvars" : ["tunnelEnds", "number"], "name" : "EpicTunnelOpening", "pools" : [], "super" : "EpicDisplay", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {"type": "string"}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "guidedtour-help-url": {"type": "string"}, "guidedtour-help-guider-url": {"t... | {"@metadata" : {"authors" : ["Cedric31"]}, "guidedtour-help-url" : "Help:Visitas guidadas", "guidedtour-help-guider-url" : "Help:Visitas guidadas/guida", "guidedtour-next-button" : "Seguent", "guidedtour-okay-button" : "D'ac\u00f2rdi", "guidedtour-tour-test-testing" : "Testar", "guidedtour-tour-test-callouts" : "Testar... | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "guidedtour-help-url": {"type": "string"}, "guidedtour-help-guider-url": {"type": "string"}, "guidedtour-next-button": {"type": "string"}, "guidedtour-ok... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"distance" : 0.016528925619834715} | json_instruct | {"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"states": {"type": "array", "items": {}}, "transitions": {"type": "array", "items": {}}, "startAt": {"type": "string"}, "endAt": {"type": "string"}, "name": {"type": "string"}, "usedEntities": {"type": "array", ... | {"states" : [], "transitions" : [], "startAt" : "Start", "endAt" : "End", "name" : "RecipeSkill", "usedEntities" : ["recipeSearchIngredients", "ingredients"], "usedIntents" : ["recipeSearch", "recipeSelect"]} | json_instruct | {"type": "object", "properties": {"states": {"type": "array", "items": {}}, "transitions": {"type": "array", "items": {}}, "startAt": {"type": "string"}, "endAt": {"type": "string"}, "name": {"type": "string"}, "usedEntities": {"type": "array", "items": {"type": "string"}}, "usedIntents": {"type": "array", "items": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CIDADE" : "Monte Castelo", "IBGE" : "4211108", "ESTADO" : "Santa Catarina", "ID" : "42"} | json_instruct | {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["#oc2:block_operations_module_material/item_wood", "#oc2:block_operations_module_material/item_stone", "#oc2:block_operations_module_material/item_iron", "#oc2:block_operations_module_material/item_gold", "#oc2:block_operations_module_material/diamond", "#oc2:block_operations_module_mate... | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit... | {"name" : "datetime-dotnet", "version" : "1.0.13", "description" : "dotnet datetime and timespan implement", "main" : "datetime.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/QJesus/datetime.git"}, "keywords" : ["dotnet", "datet... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"condition_type": {"type": "o... | {"type" : "object", "title" : "Member Rating Segment", "description" : "Segment by member rating.", "required" : ["field", "op", "value"], "properties" : {"condition_type" : {"type" : "string", "x-value" : "MemberRating", "enum" : ["MemberRating"]}, "field" : {"type" : "string", "enum" : ["rating"], "title" : "Segment ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"condition_type": {"type": "object", "properties": {"type": {"type": "string"}, "x-val... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}, "language": {"type": "string"}, "projectType": {"type": "string"}, "projectStyle": {"type": "string"}, "location": {"typ... | [{"displayName" : "Stack-Hub AngularNginxServerStack simple template", "description" : "Runtime for Angular with Nginx Scoring UI app", "language" : "nodejs", "projectType" : "appsodyExtension", "projectStyle" : "Appsody", "location" : "https://github.com/intelsdi-x/stack-hub/releases/download/latest/nodejs-ui-stack.v0... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}, "language": {"type": "string"}, "projectType": {"type": "string"}, "projectStyle": {"type": "string"}, "location": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"t... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "glome", "definition" : "To gloom; to look gloomy, morose, or sullen. [Obs.] Surrey.\n\nGloom. [Obs.]\n\nOne of the two prominences at the posterior extremity of the frog of the horse's foot."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"... | {"\u5de5\u5ee0\u540d\u7a31" : "\u7533\u8a18\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6601155", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u9727\u5cf0\u5340\u4e94\u798f\u91cc14\u9130\u4e94\u798f\u897f\u8def185\u5df739\... | 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": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900631923": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900631924": {"type": "object", "properties... | {"900631923" : {"nama" : "TPS 1", "dapil" : [5201, 15205, 2520404]}, "900631924" : {"nama" : "TPS 2", "dapil" : [5201, 15205, 2520404]}, "900631925" : {"nama" : "TPS 3", "dapil" : [5201, 15205, 2520404]}, "900631926" : {"nama" : "TPS 4", "dapil" : [5201, 15205, 2520404]}, "900631927" : {"nama" : "TPS 5", "dapil" : [520... | json_instruct | {"type": "object", "properties": {"900631923": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900631924": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "object", "properties": {"ui:widget": {"type": "string"}, "ui:options": {"type": "object", "properties": {"autoheight": {"type": "boolean"}, "numLines": {"type": "integer"}}, "required": ["aut... | {"code" : {"ui:widget" : "JsInput", "ui:options" : {"autoheight" : true, "numLines" : 5}, "ui:placeholder" : "function (__e) {\n // your code goes here\n}"}, "ui:options" : {"groups" : {"advanced" : {"title" : "Advanced Settings", "collapsed" : true, "properties" : ["maxNumOfIterations"]}}}} | json_instruct | {"type": "object", "properties": {"code": {"type": "object", "properties": {"ui:widget": {"type": "string"}, "ui:options": {"type": "object", "properties": {"autoheight": {"type": "boolean"}, "numLines": {"type": "integer"}}, "required": ["autoheight", "numLines"]}, "ui:placeholder": {"type": "string"}}, "required": ["... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"HollywoodJehovahsWitness": {"type": "array", "items": {"type": "string"}}}, "required": ["HollywoodJehovahsWitness"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HollywoodJehovahsWitness" : ["RealLife", "TheEndOfTheWorldAsWeKnowIt", "KnockingOnHeathensDoor", "InformedAttribute", "RealLife", "ArchangelMichael", "Arcadia", "MedicalDrama", "ComicBook", "Film", "Literature", "LiveActionTV", "NewspaperComics", "WebOriginal", "WebComics", "WesternAnimation", "TheWorldIsAlwaysDoomed... | json_instruct | {"type": "object", "properties": {"HollywoodJehovahsWitness": {"type": "array", "items": {"type": "string"}}}, "required": ["HollywoodJehovahsWitness"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}... | {"name" : "@party/core", "version" : "0.1.0-0", "description" : "An unopinionated components and utilities library for React", "main" : "dist/index.js", "repository" : "git@github.com:react-party/party", "author" : "cjayross <calvinjayross@gmail.com>", "license" : "MIT", "packageManager" : "yarn@3.1.1", "workspaces" : ... | 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"}, "packageManager": {"type": "string"}, "workspaces": {"type": "object"... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title":... | [{"e_id" : "15303", "title" : "\u5965\u5308\u5e1d\u56fd\u738b\u50a8\u6590\u8fea\u5357\u5927\u516c\u51fa\u751f", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728158\u5e74\u524d\u7684\u4eca\u5929\uff0c1863\u5e7412\u670818\u65e5(\u519c\u53861863\u5e7411\u67088\u65e5)\uff0c\u5965\u5308\u5e1d\u56fd\u738b\u50a8\u6590\u8fea\u535... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"... |
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#"}
| [[2001, 5], [2004, 5], [2007, 5]] | 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": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "... | {"data" : {"site" : {"siteMetadata" : {"title" : "carcaras", "author" : "Diogo Ferreira"}}, "markdownRemark" : {"id" : "b28d0d9e-ac5f-59f4-b550-08374db396de", "excerpt" : "R$ 4.00DarknessDarkness", "html" : "<h1>R$ 4.00</h1>\n<div class=\"kg-card kg-image-card kg-width-full\">\n<p><img src=\"./fanta.png\" alt=\"Darknes... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type":... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phon... | {"DocumentId" : "http://KleinBauchandHamill.com", "StreetName" : "George Street", "Longitude" : "138.59000295000001", "Latitude" : "-34.96529675", "City" : "Clarence Park", "Postcode" : "5034", "State" : "South Australia", "Phone" : "+27 637 151 9580", "BusinessName" : "Klein Bauch and Hamill", "FileType" : ".txt", "De... | json_instruct | {"type": "object", "properties": {"DocumentId": {"type": "string"}, "StreetName": {"type": "string"}, "Longitude": {"type": "string"}, "Latitude": {"type": "string"}, "City": {"type": "string"}, "Postcode": {"type": "string"}, "State": {"type": "string"}, "Phone": {"type": "string"}, "BusinessName": {"type": "string"},... |
Following the schema specification below, generate a valid 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":... | {"files" : {"main.css" : "/static/css/main.cfda8877.chunk.css", "main.js" : "/static/js/main.b7284c6b.chunk.js", "main.js.map" : "/static/js/main.b7284c6b.chunk.js.map", "runtime~main.js" : "/static/js/runtime~main.a8a9905a.js", "runtime~main.js.map" : "/static/js/runtime~main.a8a9905a.js.map", "static/css/2.22a7d4ef.c... | 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/css/2.22a7d4ef.chunk.css": {"type": "string"}, "static/... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CIDADE" : "Tanquinho", "IBGE" : "2931103", "ESTADO" : "Bahia", "ID" : "29"} | json_instruct | {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "ema... | {"name" : "Gesamtschule Wenden - Sekundarstufen I und II - Schule der Gemeinde Wenden", "id" : "NRW-198006", "address" : "Peter-Dassis-Ring 47, 57482 Wenden", "school_type" : "Gesamtschule", "fax" : "02762 4079932", "phone" : "02762 4079931", "website" : "", "email" : " 198006@schule.nrw.de ", "state" : "NRW", "progr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "i... | {"ast" : null, "code" : "\"use strict\";\n\nfunction isASCIIDigit(c) {\n return c >= 0x30 && c <= 0x39;\n}\n\nfunction isASCIIAlpha(c) {\n return c >= 0x41 && c <= 0x5A || c >= 0x61 && c <= 0x7A;\n}\n\nfunction isASCIIAlphanumeric(c) {\n return isASCIIAlpha(c) || isASCIIDigit(c);\n}\n\nfunction isASCIIHex(c) {\n re... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "category",... | {"_id" : "beer_Willow_Wheat", "brewery" : "Prescott Brewing Company", "name" : "Willow Wheat", "category" : "Other Style", "style" : "Light American Wheat Ale or Lager", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "category", "style", "updated"], "$schema": "http://json-schema.org/... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties"... | {"name" : "dotmailer/dotmailer-magento2-extension-enterprise", "description" : "Engagement Cloud integration for Magento Commerce", "type" : "magento2-module", "version" : "1.7.0", "license" : "MIT", "repositories" : [{"type" : "composer", "url" : "https://repo.magento.com/"}], "require" : {"php" : "^7.1", "dotmailer/d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "Bais", "circ" : "1\u00e8re circonscription", "dpt" : "Mayenne", "inscrits" : 883, "abs" : 460, "votants" : 423, "blancs" : 30, "nuls" : 10, "exp" : 383, "res" : [{"nuance" : "SOC", "nom" : "M. Guillaume GAROT", "voix" : 240}, {"nuance" : "REM", "nom" : "Mme B\u00e9atrice MOTTIER", "voix" : 143}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"browser": {"type": "boolean"}}, "required": ["browser"]}}, "required": ["extends", "env"], "$schema": "http:... | {"extends" : ["@times-components/thetimes"], "env" : {"browser" : true}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"browser": {"type": "boolean"}}, "required": ["browser"]}}, "required": ["extends", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "520302111001", "text" : "\u8305\u5761\u5c45\u5c45\u59d4\u4f1a"}, {"id" : "520302111002", "text" : "\u9a8a\u9f99\u5c45\u5c45\u59d4\u4f1a"}, {"id" : "520302111200", "text" : "\u7231\u56fd\u6751\u59d4\u4f1a"}, {"id" : "520302111201", "text" : "\u6c11\u7fa4\u6751\u59d4\u4f1a"}, {"id" : "520302111202", "text" : "\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"control": {"type": "object", "properties": {"plugins": {"type": "object", "properties": {"collector": {"type": "object", "properties": {"intel-dcm-platform": {"type": "object", "properties": {"all": {"type": "o... | {"control" : {"plugins" : {"collector" : {"intel-dcm-platform" : {"all" : {"protocol" : "node_manager", "mode" : "legacy_inband", "channel" : "0x06", "slave" : "0x2C"}}}}}} | json_instruct | {"type": "object", "properties": {"control": {"type": "object", "properties": {"plugins": {"type": "object", "properties": {"collector": {"type": "object", "properties": {"intel-dcm-platform": {"type": "object", "properties": {"all": {"type": "object", "properties": {"protocol": {"type": "string"}, "mode": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@iot.id": {"type": "string"}, "@iot.selfLink": {"type": "string"}, "time": {"type": "string"}, "Locations@iot.navigationLink": {"type": "string"}, "Thing@iot.navigationLink": {"type": "string"}}, "required": ["@iot.id", "@i... | {"@iot.id" : "urn:ogc:object:sensor:GEOM:2-975625200000", "@iot.selfLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:sensor:GEOM:2-975625200000)", "time" : "2000-11-30T23:00:00Z", "Locations@iot.navigationLink" : "http://localhost:9090/WS/sts/default/HistoricalLocations(urn:ogc:object:se... | json_instruct | {"type": "object", "properties": {"@iot.id": {"type": "string"}, "@iot.selfLink": {"type": "string"}, "time": {"type": "string"}, "Locations@iot.navigationLink": {"type": "string"}, "Thing@iot.navigationLink": {"type": "string"}}, "required": ["@iot.id", "@iot.selfLink", "time", "Locations@iot.navigationLink", "Thing@i... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stat.flyOneCm": {"type": "integer"}, "stat.jump": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "stat.timeSinceDeath": {"type": "integer"}}, "required": ["stat.flyOneCm"... | {"stat.flyOneCm" : 2953, "stat.jump" : 1, "stat.playOneMinute" : 2916, "stat.leaveGame" : 1, "stat.timeSinceDeath" : 2916} | json_instruct | {"type": "object", "properties": {"stat.flyOneCm": {"type": "integer"}, "stat.jump": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "stat.timeSinceDeath": {"type": "integer"}}, "required": ["stat.flyOneCm", "stat.jump", "stat.playOneMinute", "stat.leaveGame", "sta... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "ens_address": {"type": "string"}, "website": {"type": "string"}, "logo": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "ipfs... | {"name" : "MCAP", "ens_address" : "", "website" : "https://www.mcaplabs.com/mcaptoken.html", "logo" : {"src" : "https://raw.githubusercontent.com/TrustWallet/tokens/master/images/0x93e682107d1e9defb0b5ee701c71707a4b2e46bc.png", "width" : "", "height" : "", "ipfs_hash" : "QmbnNVtn51mjPePY46AB17BZQDWWKVxS7ThaAvs2jPVv7A",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "ens_address": {"type": "string"}, "website": {"type": "string"}, "logo": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}, "ipfs_hash": {"type": "string"}, "sources": {"type": "object", "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"t... | {"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "Montreal, May 12, 2014 - In this talk, Fr\u00e9d\u00e9ric Harper shows how you can use HTML5 with the power of JavaScript to build amazing mobile applications as to brush up what you previously published. Learn about the open w... | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.o... | {"id" : "42", "provinceId" : "32", "regencyId" : "05", "name" : "Sucinaraja"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.827302, 42.89341], [-73.826058, 42.894036], [-73.821601, 42.893146], [-73.818514, 42.898589], [-73.819216, 42.901392], [-73.823577, 42.909885], [-73.82184, 42.911081], [-73.822921, 42.922652], [-73.801584, 42.924575],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
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:i... | {"id" : 1293426285, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "e142927227d5e8e84b369f6ae3b25b93", "wof:id" : 1293426285, "wof:repo" : "whosonfirst-data-admin-ch"}, "bbox" : [7.17591, 46.7263, 7.17591, 46.7263], "geometry" : {"coordinates" : [7.17591, 46.... | 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": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "dowry", "definition" : "1. A gift; endowment. [Obs.] Spenser. 2. The money, goods, or estate, which a woman brings to her husband in marriage; a bride's portion on her marriage. See Note under Dower. Shak. Dryden. 3. A gift or presents for the bride, on espousal. See Dower. Ask me never so much dowry and gif... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "prepublish": {"type": "s... | {"name" : "webdriver-repl", "version" : "1.0.2", "description" : "CLI tool to debug webdriver commands using interactive REPL server", "main" : "index.js", "scripts" : {"postinstall" : "node scripts/postinstall.js", "prepublish" : "tsc && npm run copy-readme", "copy-readme" : "copyfiles ../README.md node-client"}, "bin... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "prepublish": {"type": "string"}, "copy-readme": {"type": "string"}}, "required": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite... | {"directions" : ["Bring water and rice to a boil in a saucepan. Reduce heat to medium-low, cover, and simmer until rice is tender and liquid has been absorbed, 20 to 25 minutes.", "Place bacon in a large skillet and cook over medium-high heat, turning occasionally, until evenly browned, about 10 minutes. Drain bacon sl... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_10... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 22}, "AGE_AT_FIRST_DI... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["dsh"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x556fdaee4bef01d7564c4763f8812b9c223baa4ef5a86725e484000a4c0e8fc7", "parentHash" : "0xecb5ceba9640f3087e7c30e516da271294388247c7942d54ee6038aa184d42bc", "number" : 23209, "timestamp" : 1438540936, "nonce" : "0x292719714cd17538", "difficulty" : 1055296777159, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "symbolInfo": {"type": "object", "properties": {"modeName": {"type": "object", "properties": {"longName": {"type": "string"}, "shortName": {"type": "string"}}, "required": ["longName", "shortName"... | {"$schema" : "http://json.schemastore.org/dotnetcli.host", "symbolInfo" : {"modeName" : {"longName" : "name", "shortName" : "m"}, "modePriority" : {"longName" : "priority", "shortName" : "p"}, "modeType" : {"longName" : "type", "shortName" : "t"}}, "usageExamples" : ["--mode \"Your Mode Name\" --priority \"Priority of ... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "symbolInfo": {"type": "object", "properties": {"modeName": {"type": "object", "properties": {"longName": {"type": "string"}, "shortName": {"type": "string"}}, "required": ["longName", "shortName"]}, "modePriority": {"type": "object", "properties": {"long... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["aws-sdk", "uuid"... | {"name" : "io.pinf.pio.profile", "version" : "0.1.0", "main" : "plugin.js", "dependencies" : {"aws-sdk" : "^2.1.27", "uuid" : "^2.0.1"}, "config" : {"org.pinf.genesis.lib/0" : {"api" : {"provides" : {"space.pinf.genesis-origin" : "./api/space.pinf.genesis-origin.js", "space.pinf.genesis-access" : "./api/space.pinf.gene... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["aws-sdk", "uuid"]}, "config": {"type": "object", "properties": {"org.pinf.g... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "c479e754-3b38-4d8b-a6f8-e6562cdc90e9", "d" : 847}, {"p" : "d82d6174-d07d-4aa3-ace8-c946bfacbf29", "d" : 74}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$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"}, "dependencies": {"type": "object", "properties": {"date-fns": {"type": "string"}, "dotenv": {"type": "str... | {"name" : "messaging-app", "version" : "0.1.0", "description" : "SuperHarmony910's messaging app made from socket.io!", "main" : "script.js", "dependencies" : {"date-fns" : "^2.19.0", "dotenv" : "^8.2.0", "express" : "^4.15.2", "moment" : "^2.29.1", "npm" : "^6.14.10", "socket.io" : "^3.1.2"}, "devDependencies" : {"nod... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"date-fns": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "moment": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties":... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.180556, 53.502549]}, "properties" : {"deliverable" : "yes", "site" : "Mile_Cap_031", "maximum-net-dwellings" : "139", "start-date" : "2017-12-31", "minimum-net-dwellings" : "139", "organisation" : "local-authority-eng:MAN", "point" : "POINT(-2.180... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"deliverable": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"name" : "SREEPORNA", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variableName": {"type": "string"}, "valueSource": {"type": "string"}, "transform": {"type": "string"}, "extractLocation": {"type": "string"}, "queryParameterName": {"type": "string"}}, "required": ["variableName", ... | {"variableName" : "PMUSER_TEST_1", "valueSource" : "EXTRACT", "transform" : "UPPER", "extractLocation" : "QUERY_STRING", "queryParameterName" : "testing"} | json_instruct | {"type": "object", "properties": {"variableName": {"type": "string"}, "valueSource": {"type": "string"}, "transform": {"type": "string"}, "extractLocation": {"type": "string"}, "queryParameterName": {"type": "string"}}, "required": ["variableName", "valueSource", "transform", "extractLocation", "queryParameterName"], "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"filesize.es6.js": {"type": "string"}, "filesize.es6.min.js": {"type": "string"}, "filesize.js": {"type": "string"}, "filesize.min.js": {"type": "string"}}, "required": ["filesize.es6.js", "filesize.es6.min.js", "f... | {"filesize.es6.js" : "sha256-6lcK9MJU6zUgDDARNWr+d6L5wafzyxCZisfkdGrbWg0=", "filesize.es6.min.js" : "sha256-Ee4m/g2ziZwRQYrWbpoSxcoc09CzC52hESgrJfJVWHY=", "filesize.js" : "sha256-X5FTarnSLy+gC3sDa7bWMc62RcD3GbnfyM9JA4sYKsc=", "filesize.min.js" : "sha256-V1PVZTYAFCo02jA/xJUWAtPPOBmrbeVs4/mmP7J4/xo="} | json_instruct | {"type": "object", "properties": {"filesize.es6.js": {"type": "string"}, "filesize.es6.min.js": {"type": "string"}, "filesize.js": {"type": "string"}, "filesize.min.js": {"type": "string"}}, "required": ["filesize.es6.js", "filesize.es6.min.js", "filesize.js", "filesize.min.js"], "$schema": "http://json-schema.org/draf... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "str... | {"name" : "DiSARM", "short_name" : "DiSARM", "icons" : [{"src" : "/static/android-icon-48x48.png", "sizes" : "48x48", "type" : "image/png"}, {"src" : "/static/android-icon-96x96.png", "sizes" : "96x96", "type" : "image/png"}, {"src" : "/static/android-icon-144x144.png", "sizes" : "144x144", "type" : "image/png"}, {"src... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string... | {"compilerOptions" : {"outDir" : "./dist/", "sourceMap" : true, "noImplicitAny" : true, "module" : "es6", "target" : "es6", "jsx" : "react", "allowJs" : true, "baseUrl" : ".", "paths" : {"redux" : ["node_modules/redux/dist/redux"], "react-redux" : ["node_modules/react-redux/dist/react-redux"]}}, "include" : ["./src/**/... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string"}, "jsx": {"type": "string"}, "allowJs": {"type": "boolean"}, "baseUrl": {... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "publish_datetime": {"type": "string"... | [{"model" : "notification.news", "pk" : 1, "fields" : {"title" : "New Platform In Alpha Testing", "content" : "<p>The PhysioNet team has been working on its new web platform. The site is being alpha tested here at <a href=\"https://alpha.physionet.org/\">https://alpha.physionet.org/</a>. The original site will continue... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "publish_datetime": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "content"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": ... | {"limit" : 100, "name" : "Mithril dagger", "value" : 501, "highalch" : 300, "id" : 45468, "lowalch" : 200, "name_pt" : "Adaga de mithril", "price" : 8363, "last" : 8363} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["l... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "... | [{"e_id" : "14320", "title" : "\u82cf\u4fc4\u79df\u8ba9\u6cd5\u4ee4\u9881\u5e03", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728101\u5e74\u524d\u7684\u4eca\u5929\uff0c1920\u5e7411\u670823\u65e5(\u519c\u53861920\u5e7410\u670814\u65e5)\uff0c\u82cf\u4fc4\u79df\u8ba9\u6cd5\u4ee4\u9881\u5e03\u3002\n\t1920\u5e7411\u670823\u65... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/dr... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "runtime-main.js": {"type": "string"}, "static/js/2.f8b74606.chunk.js": {"type": "string"}, "index.html": {"type": "string"... | {"files" : {"main.css" : "/static/css/main.4ed5c0b8.chunk.css", "main.js" : "/static/js/main.a827d20a.chunk.js", "runtime-main.js" : "/static/js/runtime-main.c5ae66f2.js", "static/js/2.f8b74606.chunk.js" : "/static/js/2.f8b74606.chunk.js", "index.html" : "/index.html", "precache-manifest.a7baf2e2a68f2df9072461e6ec918a6... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "runtime-main.js": {"type": "string"}, "static/js/2.f8b74606.chunk.js": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.a7baf2e2a68f2df9072461e6ec918a63.js... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "clo... | {"ETag" : "W/\"b3285ff16800747988ec9507e5262ea5\"", "Last-Modified" : "Tue, 02 Oct 2018 01:01:47 GMT", "base" : {"repo" : {"name" : "help2man-feedstock"}}, "closed_at" : "2018-10-02T01:01:46Z", "created_at" : "2018-09-27T20:12:19Z", "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"problemId" : 11, "seed" : 20528, "solution" : "52514xxx311144335531255342x2212x221x5333421141355114333352x5x25x2x21412x212x22x4xx2x353453x4x422224254x31521335224x43x22x21212243422155331353351313xx5222424435222243334524333x33515x5415x41112x21522x2221353335252222243543x31524xxx242x4x4x33431412112133x3xx3x34x21513x54121... | json_instruct | {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.