input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3323090005", "district_id" : "3323090", "name" : "MOJOTENGAH"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "tokyo", "symbol" : "tokc", "name" : "Tokyo Coin", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "TokyoCoinis a cryptocurrency with extremely high PoS rewards on a rapidly growing blockchain network. This coin offers investors the incentive to capitalize on their holdings by staking their coins on the network."}, "country_origin" : "", "genesis_date" : "2017-09-25", "url" : "https://tokyocoin.xyz/info/", "explorers" : ["https://explorer.tokyocoin.xyz/"], "twitter" : "TOKYOCOIN", "telegram" : "tokyocoingroup", "github_org" : "tokyocoindev"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"addConsignment": {"type": "object", "properties": {"consignmentid": {"type": "string"}, "seriesid": {"type": "string"}, "userid": {"type": "string"}}, "required": ["consignmentid", "seriesid", "userid"]}}, "required": ["addConsignment"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"addConsignment" : {"consignmentid" : "6e3b76c4-1745-4467-8ac5-b4dd736e1b3e", "seriesid" : "6e3b76c4-1745-4467-8ac5-b4dd736e1b3e", "userid" : "4ab14990-ed63-4615-8336-56fbb9960300"}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"addConsignment": {"type": "object", "properties": {"consignmentid": {"type": "string"}, "seriesid": {"type": "string"}, "userid": {"type": "string"}}, "required": ["consignmentid", "seriesid", "userid"]}}, "required": ["addConsignment"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"province" : "\u6c5f\u897f\u7701", "city" : "\u629a\u5dde\u5e02", "area" : "\u91d1\u6eaa\u53bf", "name" : "\u6c5f\u897f\u7701\u91d1\u6eaa\u53bf\u4f55\u6e90\u90ae\u653f\u6240", "code" : "344802", "address" : "\u91d1\u6eaa\u53bf\u4f55\u6e90\u9547\u4f55\u6e90\u8857", "phone" : "0794-5351318"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"sn23.18:1.1": {"type": "string"}}, "required": ["sn23.18:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn23.18:1.1" : "ms13S3_862, msdiv177, pts-vp-pli3.197, sc1"} | json_instruct | {"type": "object", "properties": {"sn23.18:1.1": {"type": "string"}}, "required": ["sn23.18:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}, "test:watch": {"type": "string"}, "snyk-protect": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "clean", "start", "test", "test:coverage", "test:watch", "snyk-protect", "prepare"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "snyk": {"type": "string"}}, "required": ["react", "snyk"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-loader", "webpack"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "snyk": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "author", "license", "repository", "homepage", "bugs", "snyk"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "django-react-loader", "version" : "0.1.7", "description" : "React component loader module for django and webpack", "main" : "dist/django-react-loader.js", "scripts" : {"build" : "NODE_ENV=production babel src -d dist --copy-files", "clean" : "del-cli dist", "start" : "nwb serve-react-app", "test" : "nwb test-react", "test:coverage" : "nwb test-react --coverage", "test:watch" : "nwb test-react --server", "snyk-protect" : "snyk protect", "prepare" : "npm run snyk-protect"}, "dependencies" : {"react" : "^16.5.2", "snyk" : "^1.248.0"}, "devDependencies" : {"@babel/cli" : "^7.4.4", "@babel/core" : "^7.4.4", "@babel/preset-env" : "^7.4.4", "@babel/preset-react" : "^7.0.0", "babel-loader" : "^8.0.0-beta.6", "webpack" : "^4.30.0"}, "author" : "Zagaran, Inc.", "license" : "MIT", "repository" : "zagaran/django-react-loader", "homepage" : "https://github.com/zagaran/django-react-loader", "bugs" : "https://github.com/zagaran/django-react-loader/issues", "snyk" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "test:coverage": {"type": "string"}, "test:watch": {"type": "string"}, "snyk-protect": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["build", "clean", "start", "test", "test:coverage", "test:watch", "snyk-protect", "prepare"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "snyk": {"type": "string"}}, "required": ["react", "snyk"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-loader", "webpack"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "snyk": {"type": "boolean"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "author", "license", "repository", "homepage", "bugs", "snyk"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "nyc": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}, "instrument": {"type": "boolean"}, "require": {"type": "array", "items": {"type": "string"}}}, "required": ["sourceMap", "instrument", "require"]}, "scripts": {"type": "object", "properties": {"ex": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["ex", "test", "coverage"]}, "dependencies": {"type": "object", "properties": {"svgr": {"type": "string"}}, "required": ["svgr"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-plugin-istanbul": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-power-assert": {"type": "string"}, "codecov": {"type": "string"}, "cross-env": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "power-assert": {"type": "string"}}, "required": ["babel-core", "babel-plugin-istanbul", "babel-preset-env", "babel-preset-power-assert", "codecov", "cross-env", "mocha", "nyc", "power-assert"]}, "peerDependencies": {"type": "object", "properties": {"chin": {"type": "string"}}, "required": ["chin"]}}, "required": ["name", "version", "repository", "author", "main", "license", "description", "keywords", "nyc", "scripts", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "chin-plugin-svgr", "version" : "0.0.3", "repository" : "chinjs/chin-plugin-svgr", "author" : "kthjm <[email protected]>", "main" : "index.js", "license" : "MIT", "description" : "Chin plugin using svgr.", "keywords" : ["chin", "chin-plugin", "svgr", "svg", "react", "component", "merge"], "nyc" : {"sourceMap" : false, "instrument" : false, "require" : ["babel-register"]}, "scripts" : {"ex" : "chin -c .example -r babel-register", "test" : "cross-env BABEL_ENV=TEST nyc mocha", "coverage" : "nyc report --reporter=lcov && codecov"}, "dependencies" : {"svgr" : "^1.10.0"}, "devDependencies" : {"babel-core" : "^6.26.3", "babel-plugin-istanbul" : "^4.1.6", "babel-preset-env" : "^1.6.1", "babel-preset-power-assert" : "^2.0.0", "codecov" : "^3.0.1", "cross-env" : "^5.1.4", "mocha" : "^5.1.1", "nyc" : "^11.7.1", "power-assert" : "^1.5.0"}, "peerDependencies" : {"chin" : "^3.0.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "nyc": {"type": "object", "properties": {"sourceMap": {"type": "boolean"}, "instrument": {"type": "boolean"}, "require": {"type": "array", "items": {"type": "string"}}}, "required": ["sourceMap", "instrument", "require"]}, "scripts": {"type": "object", "properties": {"ex": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["ex", "test", "coverage"]}, "dependencies": {"type": "object", "properties": {"svgr": {"type": "string"}}, "required": ["svgr"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-plugin-istanbul": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-power-assert": {"type": "string"}, "codecov": {"type": "string"}, "cross-env": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "power-assert": {"type": "string"}}, "required": ["babel-core", "babel-plugin-istanbul", "babel-preset-env", "babel-preset-power-assert", "codecov", "cross-env", "mocha", "nyc", "power-assert"]}, "peerDependencies": {"type": "object", "properties": {"chin": {"type": "string"}}, "required": ["chin"]}}, "required": ["name", "version", "repository", "author", "main", "license", "description", "keywords", "nyc", "scripts", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404378633, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "8ab6db6788c535e98a6bcb2520067319", "wof:id" : 404378633, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.26389, 43.14778, 0.26389, 43.14778], "geometry" : {"coordinates" : [0.26389, 43.14778], "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [91.9739, 64.0423, 0.413903, 97.7742, 70.2623, 0.625776, 96.9964, 70.2667, 0.500931, 0, 0, 0, 0, 0, 0, 98.1619, 70.2525, 0.8061, 102.035, 78.3986, 0.701978, 102.037, 87.686, 0.739035, 102.422, 86.5411, 0.517096, 101.272, 87.3018, 0.506941, 100.473, 98.9273, 0.444881, 103.973, 110.553, 0.457103, 103.956, 86.5302, 0.647495, 99.7105, 98.1618, 0.76681, 104.756, 110.58, 0.720406, 0, 0, 0, 93.8938, 62.8944, 0.341728, 0, 0, 0, 96.2183, 63.6807, 0.500542, 100.882, 113.251, 0.665396, 102.423, 113.285, 0.665808, 107.079, 112.496, 0.63828, 101.255, 112.109, 0.163086, 100.868, 110.953, 0.153179, 106.674, 110.947, 0.18288], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}}, "required": ["name", "main", "window"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nw-electron-adapter", "main" : "index.html", "window" : {"width" : 250, "height" : 100}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}}, "required": ["name", "main", "window"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}, "stop:clean": {"type": "string"}, "pg-rest-api-types": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "stop", "stop:clean", "pg-rest-api-types", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@supabase/postgrest-js": {"type": "string"}, "p-retry": {"type": "string"}}, "required": ["@supabase/postgrest-js", "p-retry"]}, "devDependencies": {"type": "object", "properties": {"@web-std/fetch": {"type": "string"}, "assert": {"type": "string"}, "delay": {"type": "string"}, "dotenv": {"type": "string"}, "execa": {"type": "string"}, "mocha": {"type": "string"}, "openapi-typescript": {"type": "string"}, "pg": {"type": "string"}, "playwright-test": {"type": "string"}, "sade": {"type": "string"}, "standard": {"type": "string"}}, "required": ["@web-std/fetch", "assert", "delay", "dotenv", "execa", "mocha", "openapi-typescript", "pg", "playwright-test", "sade", "standard"]}}, "required": ["name", "version", "description", "private", "main", "type", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@web3-storage/db", "version" : "4.0.4", "description" : "Database schema and tools.", "private" : "true", "main" : "index.js", "type" : "module", "scripts" : {"start" : "node scripts/cli.js db --start --project web3-storage", "stop" : "node scripts/cli.js db --stop --project web3-storage", "stop:clean" : "node scripts/cli.js db --stop --clean --project web3-storage", "pg-rest-api-types" : "./scripts/cli.js pg-rest-api-types", "test" : "playwright-test \"test/**/*.spec.js\" --sw index.js"}, "keywords" : ["postgres", "db", "database"], "author" : "Alan Shaw", "license" : "(Apache-2.0 OR MIT)", "dependencies" : {"@supabase/postgrest-js" : "^0.34.0", "p-retry" : "^4.6.1"}, "devDependencies" : {"@web-std/fetch" : "^2.0.1", "assert" : "^2.0.0", "delay" : "^5.0.0", "dotenv" : "^10.0.0", "execa" : "^5.1.1", "mocha" : "^9.1.3", "openapi-typescript" : "^4.0.2", "pg" : "^8.7.1", "playwright-test" : "^7.0.1", "sade" : "^1.7.4", "standard" : "^16.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "stop": {"type": "string"}, "stop:clean": {"type": "string"}, "pg-rest-api-types": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "stop", "stop:clean", "pg-rest-api-types", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@supabase/postgrest-js": {"type": "string"}, "p-retry": {"type": "string"}}, "required": ["@supabase/postgrest-js", "p-retry"]}, "devDependencies": {"type": "object", "properties": {"@web-std/fetch": {"type": "string"}, "assert": {"type": "string"}, "delay": {"type": "string"}, "dotenv": {"type": "string"}, "execa": {"type": "string"}, "mocha": {"type": "string"}, "openapi-typescript": {"type": "string"}, "pg": {"type": "string"}, "playwright-test": {"type": "string"}, "sade": {"type": "string"}, "standard": {"type": "string"}}, "required": ["@web-std/fetch", "assert", "delay", "dotenv", "execa", "mocha", "openapi-typescript", "pg", "playwright-test", "sade", "standard"]}}, "required": ["name", "version", "description", "private", "main", "type", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "cinderedtally:repair_cindered_tally"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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-05-19T10:00:00Z", "Temp" : 32.3, "RelHum" : 37, "WindSpeed" : 3.3, "WindDir" : 342} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"vchandas": {"type": "string"}}, "required": ["vchandas"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "eslint": {"type": "string"}, "prepush": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["build", "eslint", "prepush", "version", "postversion"]}, "dependencies": {"type": "object", "properties": {"vchandas": {"type": "string"}, "vtranslit": {"type": "string"}, "vtranslit-scheme-deva": {"type": "string"}, "vtranslit-scheme-itrn": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["vchandas", "vtranslit", "vtranslit-scheme-deva", "vtranslit-scheme-itrn", "yargs"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint": {"type": "string"}, "husky": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-cli", "babel-eslint", "babel-preset-env", "eslint", "husky", "rimraf"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "author", "license", "keywords", "main", "files", "bin", "scripts", "dependencies", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vchandas-cli", "version" : "0.1.0", "description" : "A command line interface for vchandas.", "author" : "Prasanna Venkatesh T S <[email protected]>", "license" : "MIT", "keywords" : ["chandas", "vrittaratnakaram", "sanskrit", "samskrutam", "prosody"], "main" : "dist/index.js", "files" : ["dist"], "bin" : {"vchandas" : "dist/index.js"}, "scripts" : {"build" : "rimraf dist && babel src -d dist --minified", "eslint" : "eslint ./**/*.js", "prepush" : "npm run eslint", "version" : "npm run build && git add -A dist", "postversion" : "git push && git push --tags"}, "dependencies" : {"vchandas" : "2.3.3", "vtranslit" : "4.4.0", "vtranslit-scheme-deva" : "0.4.0", "vtranslit-scheme-itrn" : "0.3.0", "yargs" : "11.0.0"}, "devDependencies" : {"babel-cli" : "6.26.0", "babel-eslint" : "8.2.5", "babel-preset-env" : "1.6.1", "eslint" : "4.15.0", "husky" : "0.14.3", "rimraf" : "2.6.2"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vipranarayan14/vchandas-cli.git"}, "bugs" : {"url" : "https://github.com/vipranarayan14/vchandas-cli/issues"}, "homepage" : "https://github.com/vipranarayan14/vchandas-cli#readme"} | 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"}, "files": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"vchandas": {"type": "string"}}, "required": ["vchandas"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "eslint": {"type": "string"}, "prepush": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["build", "eslint", "prepush", "version", "postversion"]}, "dependencies": {"type": "object", "properties": {"vchandas": {"type": "string"}, "vtranslit": {"type": "string"}, "vtranslit-scheme-deva": {"type": "string"}, "vtranslit-scheme-itrn": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["vchandas", "vtranslit", "vtranslit-scheme-deva", "vtranslit-scheme-itrn", "yargs"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint": {"type": "string"}, "husky": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["babel-cli", "babel-eslint", "babel-preset-env", "eslint", "husky", "rimraf"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "author", "license", "keywords", "main", "files", "bin", "scripts", "dependencies", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"rank": {"type": "string"}, "capital": {"type": "string"}, "name:ca": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fi": {"type": "string"}, "name:fr": {"type": "string"}, "name:hr": {"type": "string"}, "name:is": {"type": "string"}, "name:it": {"type": "string"}, "name:ku": {"type": "string"}, "name:ru": {"type": "string"}, "name:sk": {"type": "string"}, "name:sv": {"type": "string"}, "is_capital": {"type": "string"}, "population": {"type": "string"}, "official_name": {"type": "string"}}, "required": ["rank", "capital", "name:ca", "name:en", "name:es", "name:fi", "name:fr", "name:hr", "name:is", "name:it", "name:ku", "name:ru", "name:sk", "name:sv", "is_capital", "population", "official_name"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Havana", "iso2" : "CU-03", "admin_level" : 4, "osm_id" : 1854615, "wikidata_id" : "Q12588", "wikipedia_id" : "es:Provincia de La Habana", "population" : null, "countrylevel_id" : "iso2:CU-03", "osm_data" : {"localname" : "La Habana", "official_name" : "Provincia de Ciudad de La Habana", "alltags" : {"rank" : "3", "capital" : "yes", "name:ca" : "l'Havana", "name:en" : "Havana", "name:es" : "La Habana", "name:fi" : "Havanna", "name:fr" : "La Havane", "name:hr" : "Havana", "name:is" : "Havana", "name:it" : "L'Avana", "name:ku" : "Havana", "name:ru" : "\u0413\u0430\u0432\u0430\u043d\u0430", "name:sk" : "Havana", "name:sv" : "Havanna", "is_capital" : "country", "population" : "2141993", "official_name" : "Provincia de Ciudad de La Habana"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-82.508, 23.084], [-82.508, 23.084], [-82.508, 23.084], [-82.508, 23.084]]], [[[-82.097, 23.172], [-82.081, 23.127], [-82.11, 23.081], [-82.103, 23.051], [-82.161, 23.075], [-82.176, 23.058], [-82.226, 23.064], [-82.215, 23.001], [-82.262, 22.978], [-82.246, 22.955], [-82.356, 22.966], [-82.355, 22.941], [-82.432, 22.94], [-82.444, 22.988], [-82.483, 22.975], [-82.505, 23.02], [-82.488, 23.036], [-82.492, 23.075], [-82.547, 23.057], [-82.492, 23.093], [-82.468, 23.093], [-82.406, 23.139], [-82.357, 23.147], [-82.358, 23.12], [-82.327, 23.131], [-82.357, 23.15], [-82.325, 23.167], [-82.209, 23.181], [-82.097, 23.172]]], [[[-82.501, 23.086], [-82.501, 23.086], [-82.501, 23.086], [-82.501, 23.086]]], [[[-82.49, 23.093], [-82.49, 23.093], [-82.49, 23.093], [-82.49, 23.093]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"rank": {"type": "string"}, "capital": {"type": "string"}, "name:ca": {"type": "string"}, "name:en": {"type": "string"}, "name:es": {"type": "string"}, "name:fi": {"type": "string"}, "name:fr": {"type": "string"}, "name:hr": {"type": "string"}, "name:is": {"type": "string"}, "name:it": {"type": "string"}, "name:ku": {"type": "string"}, "name:ru": {"type": "string"}, "name:sk": {"type": "string"}, "name:sv": {"type": "string"}, "is_capital": {"type": "string"}, "population": {"type": "string"}, "official_name": {"type": "string"}}, "required": ["rank", "capital", "name:ca", "name:en", "name:es", "name:fi", "name:fr", "name:hr", "name:is", "name:it", "name:ku", "name:ru", "name:sk", "name:sv", "is_capital", "population", "official_name"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2004, 5], [2005, 6], [2006, 13], [2007, 13], [2008, 25], [2009, 42], [2010, 35], [2011, 63], [2012, 87], [2013, 102], [2014, 157]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2009", "provinceId" : "53", "regencyId" : "05", "districtId" : "16", "name" : "Aramaba"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "pica'aan", "h" : [{"d" : [{"f" : "\u64e1\u982d\u770b\u7684\u5730\u9ede\u3001\u6642\u9593\u3002"}]}], "stem" : "ca'a"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"employee": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastname": {"type": "string"}, "birthday": {"type": "string"}, "address": {"type": "object", "properties": {"id": {"type": "integer"}, "cityName": {"type": "string"}, "effectiveDate": {"type": "string"}}, "required": ["id", "cityName", "effectiveDate"]}}, "required": ["id", "firstName", "lastname", "birthday", "address"]}}, "required": ["employee"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"employee" : {"id" : 66, "firstName" : "Joe", "lastname" : "Smith", "birthday" : "2011-02-01T00:00:00", "address" : {"id" : 1, "cityName" : "Ottawa", "effectiveDate" : "2011-02-01T00:00:00"}}} | json_instruct | {"type": "object", "properties": {"employee": {"type": "object", "properties": {"id": {"type": "integer"}, "firstName": {"type": "string"}, "lastname": {"type": "string"}, "birthday": {"type": "string"}, "address": {"type": "object", "properties": {"id": {"type": "integer"}, "cityName": {"type": "string"}, "effectiveDate": {"type": "string"}}, "required": ["id", "cityName", "effectiveDate"]}}, "required": ["id", "firstName", "lastname", "birthday", "address"]}}, "required": ["employee"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "SIDOARJO", "originalFilename" : "Foto Anik Maslachah.jpeg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 71102, "noUrut" : 1, "nama" : "HJ. ANIK MASLACHAH, S.PD., M.SI.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "SIDOARJO", "originalFilename" : "4x6 Ibbnu Azzar Firdaous Merah.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 70977, "noUrut" : 2, "nama" : "IBBNU AZZAR FIRDAOUS, S.PD.I.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "2. Foto.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 74351, "noUrut" : 3, "nama" : "MUCHAMMAD SHOLICHUL UMAM, S.PD.I.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "MIMING FOTO.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 277546, "noUrut" : 4, "nama" : "MIMING MERINA, S.SOS., M.M.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "EDO FOTO.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 182472, "noUrut" : 5, "nama" : "EDO RAHARDIAN, S.H.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SIDOARJO", "originalFilename" : "FOTO AMIR ASLICHIN.jpeg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 188348, "noUrut" : 6, "nama" : "ACHMAD AMIR ASLICHIN, S.H., B.PD., B.PC.", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following 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": "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" : 1126027837, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "ba414aca839cfa983324634b12ba3975", "wof:id" : 1126027837, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.1651, 46.22117, -0.1651, 46.22117], "geometry" : {"coordinates" : [-0.1651, 46.22117], "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-119.117931, 36.203504], [-119.096227, 36.203256], [-119.090125, 36.20542], [-119.088823, 36.203013], [-119.073547, 36.203753], [-119.072979, 36.189022], [-119.082071, 36.18899], [-119.081964, 36.184157], [-119.080645, 36.181756], [-119.089741, 36.181652], [-119.090859, 36.183491], [-119.091687, 36.182613], [-119.092747, 36.183326], [-119.0936, 36.185207], [-119.099603, 36.185156], [-119.099688, 36.188757], [-119.115348, 36.188966], [-119.115532, 36.196215], [-119.117729, 36.196229], [-119.117931, 36.203504]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 9362}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 9669, "source" : "bullinger", "verse_id" : 17711, "verse_count" : 1, "reference" : "3:3", "title" : "", "html" : " <p> <em>honourable man </em> = eminent or highly respected man. </p> \n\n <p> <em>cunning artificer </em> = skilled in arts. </p> \n\n <p> <em>eloquent orator </em> = skilled in magnetism. </p> ", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tdd": {"type": "string"}, "lint": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "tdd", "lint", "build", "build:watch", "prepublish"]}, "dependencies": {"type": "object", "properties": {"js-util": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["js-util", "ramda"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coffee-script": {"type": "string"}, "js-babel": {"type": "string"}, "js-babel-dev": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "coffee-script", "js-babel", "js-babel-dev", "mocha"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "repository", "keywords", "author", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "js-bdd", "version" : "2.0.4", "description" : "Behavior Driven Development DSL", "main" : "./lib/index.js", "scripts" : {"test" : "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register,coffee:coffee-script/register", "tdd" : "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register,coffee:coffee-script/register --watch", "lint" : "eslint ./src", "build" : "babel src --out-dir lib --source-maps", "build:watch" : "npm run build -- --watch", "prepublish" : "npm test && npm run lint && npm run build"}, "dependencies" : {"js-util" : "^2.0.1", "ramda" : "^0.19.1"}, "devDependencies" : {"chai" : "^2.2.0", "coffee-script" : "^1.10.0", "js-babel" : "^6.0.0", "js-babel-dev" : "^6.0.0", "mocha" : "^2.2.1"}, "repository" : {"type" : "git", "url" : "https://github.com/philcockfield/js-bdd"}, "keywords" : ["testing", "behavior driven development", "bdd", "dsl"], "author" : "Phil Cockfield", "license" : "MIT", "homepage" : "https://github.com/philcockfield/js-bdd"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tdd": {"type": "string"}, "lint": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "tdd", "lint", "build", "build:watch", "prepublish"]}, "dependencies": {"type": "object", "properties": {"js-util": {"type": "string"}, "ramda": {"type": "string"}}, "required": ["js-util", "ramda"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coffee-script": {"type": "string"}, "js-babel": {"type": "string"}, "js-babel-dev": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "coffee-script", "js-babel", "js-babel-dev", "mocha"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "devDependencies", "repository", "keywords", "author", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConstraints": {"type": "string"}}, "required": ["lowerBound", "numGeneratedLazyConstraints"]}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 1, "startTimes" : [4, 13, 20, 99, 38, 60, 71, 124, 82, 86], "objectiveValue" : 196.0, "solverRuntimeInMilliseconds" : 665077, "optional" : {"lowerBound" : "196.000000", "numGeneratedLazyConstraints" : "449"}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {"lowerBound": {"type": "string"}, "numGeneratedLazyConstraints": {"type": "string"}}, "required": ["lowerBound", "numGeneratedLazyConstraints"]}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"acno": {"type": "string"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "displayOrder": {"type": "integer"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "role": {"type": "string"}}, "required": ["date", "displayOrder", "fc", "gender", "id", "mda", "role"]}}, "creditLine": {"type": "string"}, "dateRange": {"type": "object", "properties": {"startYear": {"type": "integer"}, "text": {"type": "string"}}, "required": ["startYear", "text"]}, "dateText": {"type": "string"}, "depth": {"type": "string"}, "dimensions": {"type": "string"}, "foreignTitle": {"type": "null"}, "groupTitle": {"type": "null"}, "height": {"type": "string"}, "id": {"type": "integer"}, "inscription": {"type": "null"}, "medium": {"type": "string"}, "movementCount": {"type": "integer"}, "subjectCount": {"type": "integer"}, "thumbnailUrl": {"type": "string"}, "title": {"type": "string"}, "units": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}}, "required": ["acno", "all_artists", "catalogueGroup", "classification", "contributorCount", "contributors", "creditLine", "dateRange", "dateText", "depth", "dimensions", "foreignTitle", "groupTitle", "height", "id", "inscription", "medium", "movementCount", "subjectCount", "thumbnailUrl", "title", "units", "url", "width"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acno" : "N03157", "all_artists" : "Edgar Degas", "catalogueGroup" : {}, "classification" : "on paper, unique", "contributorCount" : 1, "contributors" : [{"date" : "1834\u20131917", "displayOrder" : 1, "fc" : "Edgar Degas", "gender" : "Male", "id" : 988, "mda" : "Degas, Edgar", "role" : "artist"}], "creditLine" : "Presented by the Art Fund 1916", "dateRange" : {"startYear" : 1876, "text" : "c.1876-7"}, "dateText" : "c.1876\u20137", "depth" : "78", "dimensions" : "frame: 800 x 515 x 78 mm\r\nsupport: 632 x 340 mm", "foreignTitle" : null, "groupTitle" : null, "height" : "515", "id" : 3694, "inscription" : null, "medium" : "Oil paint on paper mounted on board", "movementCount" : 0, "subjectCount" : 0, "thumbnailUrl" : "", "title" : "Carlo Pellegrini", "units" : "mm", "url" : "http://www.tate.org.uk/art/artworks/degas-carlo-pellegrini-n03157", "width" : "800"} | json_instruct | {"type": "object", "properties": {"acno": {"type": "string"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "displayOrder": {"type": "integer"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "role": {"type": "string"}}, "required": ["date", "displayOrder", "fc", "gender", "id", "mda", "role"]}}, "creditLine": {"type": "string"}, "dateRange": {"type": "object", "properties": {"startYear": {"type": "integer"}, "text": {"type": "string"}}, "required": ["startYear", "text"]}, "dateText": {"type": "string"}, "depth": {"type": "string"}, "dimensions": {"type": "string"}, "foreignTitle": {"type": "null"}, "groupTitle": {"type": "null"}, "height": {"type": "string"}, "id": {"type": "integer"}, "inscription": {"type": "null"}, "medium": {"type": "string"}, "movementCount": {"type": "integer"}, "subjectCount": {"type": "integer"}, "thumbnailUrl": {"type": "string"}, "title": {"type": "string"}, "units": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}}, "required": ["acno", "all_artists", "catalogueGroup", "classification", "contributorCount", "contributors", "creditLine", "dateRange", "dateText", "depth", "dimensions", "foreignTitle", "groupTitle", "height", "id", "inscription", "medium", "movementCount", "subjectCount", "thumbnailUrl", "title", "units", "url", "width"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["axes", "centroid", "part_id", "scales"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"axes" : [[0.8691161274909973, 0.4946078658103943, 0.0005237567820586264], [0.044568125158548355, -0.0772596076130867, -0.9960143566131592], [-0.4925960600376129, 0.8656755089759827, -0.08919131755828857]], "centroid" : [[-0.2701892852783203], [-1.3425096273422241], [6.586445331573486]], "part_id" : 3, "scales" : [[0.8999999761581421], [0.4000000059604645], [0.4500000774860382]]} | json_instruct | {"type": "object", "properties": {"axes": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "centroid": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "part_id": {"type": "integer"}, "scales": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["axes", "centroid", "part_id", "scales"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101791563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a0bd809f165a35a85f5aaf81d5259381", "wof:id" : 101791563, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [24.83333, 45.2, 24.83333, 45.2], "geometry" : {"coordinates" : [24.83333, 45.2], "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "This video walks you through how to deploy an App Engine standard app to Google Cloud Platform. \n\nLearn more about the Google App Engine \u2192 https://bit.ly/2IiA1Dl\nPython on Google App Engine \u2192 https://bit.ly/2ItSsFt\n\nWatch the Getting Started with GCP Playlist \u2192 https://bit.ly/2TNymHm\nSubscribe to the GCP Channel for more content \u2192 https://bit.ly/GCloudPlatform", "language" : "eng", "recorded" : "2019-02-15", "speakers" : ["Dustin Ingram"], "thumbnail_url" : "https://i.ytimg.com/vi/zsYsWx1higQ/hqdefault.jpg", "title" : "Getting Started with App Engine Python", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=zsYsWx1higQ"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 1801, "name" : "Wirres entwirrt", "description" : "Noch very basic, aber schon jetzt gut f\u00fcr Leute, die keine kackenden Hunde auf dem Monitor sehen, aber trotzdem ix lesen wollen.", "user" : {"id" : 1792, "name" : "Sven K.", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2007-02-12T04:27:23.000Z", "weekly_install_count" : 0, "total_install_count" : 93, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/1801-after.png?r=1443657949", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2007-02-12T04:27:23.000Z", "category" : "site", "raw_subcategory" : "wirres", "subcategory" : "wirres", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"wirres.net\") {\r\n\r\n\r\nbody img{\r\ndisplay:none!important;}\r\n\r\nbody, div, span, p, .p, h1, h2, .listproducts, h3, ul, li, a, td ,th, select, input, textarea, credit {\r\n\tfont-family:Garamond!important;\r\n\tfont-size:19px!important;\r\n\tline-height:21px!important;\r\n}\r\n.listheadline {\r\n\tfont-family:Helvetica!important;\r\n\tfont-size:26px!important;\r\n\ttext-decoration:none!important;\r\n}\r\n\r\n.path {\r\n\tdisplay:none!important;\r\n}\r\n\r\ntd form {\r\n\tdisplay:none!important;\r\n}\r\n\r\nh1 {\r\n\tdisplay:none!important;\r\n}\r\n\r\nhr {\r\n\tdisplay:none!important;\r\n}\r\n.title {\r\n\tdisplay:none!important;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/1801/wirres-entwirrt.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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"parent": {"type": "string"}, "model": {"type": "string"}}, "required": ["parent", "model"]}, "variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"y": {"type": "integer"}, "x": {"type": "integer"}}, "required": ["y", "x"]}, "inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["normal", "inventory"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"forge_marker" : 1, "defaults" : {"parent" : "block/cube", "model" : "minecraft_ml:bad_apple"}, "variants" : {"normal" : {"y" : 0, "x" : 0}, "inventory" : [{}]}} | json_instruct | {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"parent": {"type": "string"}, "model": {"type": "string"}}, "required": ["parent", "model"]}, "variants": {"type": "object", "properties": {"normal": {"type": "object", "properties": {"y": {"type": "integer"}, "x": {"type": "integer"}}, "required": ["y", "x"]}, "inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["normal", "inventory"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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/schema#"}
| [{"name" : "KOLADE", "frequency" : 2, "gender" : "male"}] | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "deny": {"type": "string"}, "accept": {"type": "string"}, "notSet": {"type": "string"}, "titleCap": {"type": "string"}, "viewFull": {"type": "string"}, "loading": {"type": "string"}, "loadError": {"type": "string"}, "enterDes": {"type": "string"}, "reportAnom": {"type": "string"}, "contact": {"type": "string"}, "email": {"type": "string"}, "message": {"type": "string"}, "phone": {"type": "string"}, "selectError": {"type": "string"}, "phoneError": {"type": "string"}, "reportViolation": {"type": "string"}, "reportAViolationCap": {"type": "string"}, "reportAViolation": {"type": "string"}, "messageOrg": {"type": "string"}, "reportDes": {"type": "string"}, "trusted": {"type": "string"}, "trustedDes": {"type": "string"}, "reportedViolations": {"type": "string"}, "reported": {"type": "string"}, "status": {"type": "string"}, "reportedViolation": {"type": "string"}, "true": {"type": "string"}, "false": {"type": "string"}}, "required": ["title", "deny", "accept", "notSet", "titleCap", "viewFull", "loading", "loadError", "enterDes", "reportAnom", "contact", "email", "message", "phone", "selectError", "phoneError", "reportViolation", "reportAViolationCap", "reportAViolation", "messageOrg", "reportDes", "trusted", "trustedDes", "reportedViolations", "reported", "status", "reportedViolation", "true", "false"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643", "deny" : "\u0623\u0646\u0627 \u0644\u0627 \u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643", "accept" : "\u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643", "notSet" : "\u0644\u0645 \u064a\u062a\u0645 \u0648\u0636\u0639 \u0645\u062f\u0648\u0646\u0629 \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0633\u0644\u0648\u0643", "titleCap" : "\u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643", "viewFull" : "\u0639\u0631\u0636 \u0645\u062f\u0648\u0646\u0629 \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0633\u0644\u0648\u0643 \u0627\u0644\u0643\u0627\u0645\u0644\u0629", "loading" : "\u062c\u0627\u0631 \u0627\u0644\u062a\u062d\u0645\u064a\u0644...", "loadError" : "\u062e\u0637\u0623 \u0641\u064a \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0642\u0627\u0639\u062f\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a", "enterDes" : "* \u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0648\u0635\u0641", "reportAnom" : "\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0645\u062c\u0647\u0648\u0644", "contact" : "\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0625\u062a\u0635\u0627\u0644 \u0627\u0644\u0645\u0641\u0636\u0644\u0629", "email" : "\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a", "message" : "\u0631\u0633\u0627\u0644\u0629", "phone" : "\u0645\u0643\u0627\u0644\u0645\u0629 \u0647\u0627\u062a\u0641\u064a\u0629", "selectError" : "*\u064a\u064f\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0627\u0644\u0645\u0641\u0636\u0644\u0629", "phoneError" : "*\u064a\u064f\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641 \u0635\u062d\u064a\u062d", "reportViolation" : "\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0627\u0644\u0645\u062e\u0627\u0644\u0641\u0629", "reportAViolationCap" : "\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0645\u062e\u0627\u0644\u0641\u0629", "reportAViolation" : "\u0627\u0644\u0625\u0628\u0644\u0627\u063a \u0639\u0646 \u0645\u062e\u0627\u0644\u0641\u0629", "messageOrg" : "\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0645\u0646\u0638\u0645\u064a\u0646", "reportDes" : "\u0623\u0631\u0633\u0644 \u0648\u0635\u0641\u064b\u0627 \u0628\u0627\u0644\u0645\u062e\u0627\u0644\u0641\u0629 \u0625\u0644\u0649 \u0645\u0646\u0638\u0645 \u0627\u0644\u0641\u0639\u0627\u0644\u064a\u0629\u060c \u0648\u0633\u0648\u0641 \u064a\u0637\u0644\u0639\u0648\u0646 \u0639\u0644\u064a\u0647 \u062d\u062a\u0649 \u064a\u062a\u0645 \u062d\u0644 \u0627\u0644\u0645\u0648\u0642\u0641", "trusted" : "\u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0645\u0648\u062b\u0648\u0642 \u0628\u0647\u0645", "trustedDes" : "\u0625\u0630\u0627 \u0643\u0646\u062a \u0642\u062f \u062a\u0639\u0631\u0636\u062a \u0644\u0627\u0646\u062a\u0647\u0627\u0643 \u0645\u062f\u0648\u0646\u0629 \u0627\u0644\u0633\u0644\u0648\u0643\u060c \u0641\u0639\u0644\u064a\u0643 \u0628\u0627\u0644\u0628\u062d\u062b \u0639\u0646 \u0634\u062e\u0635 \u0645\u0648\u062b\u0648\u0642 \u0628\u0647 \u0623\u0648 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0625\u0644\u064a\u0647\u060c \u0648\u062c\u0645\u064a\u0639\u0647\u0645 \u0645\u062f\u0631\u0628\u0648\u0646 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u0644\u0645\u0633\u0627\u0639\u062f\u0629.", "reportedViolations" : "\u0627\u0644\u0645\u062e\u0627\u0644\u0641\u0627\u062a \u0627\u0644\u0645\u0628\u0644\u063a \u0639\u0646\u0647\u0627", "reported" : "\u0645\u0628\u0644\u063a \u0639\u0646\u0647\u0627", "status" : "\u0627\u0644\u062d\u0627\u0644\u0629", "reportedViolation" : "\u0627\u0644\u0645\u062e\u0627\u0644\u0641\u0629 \u0627\u0644\u0645\u0628\u0644\u063a \u0639\u0646\u0647\u0627:", "true" : "\u0635\u062d\u064a\u062d", "false" : "\u062e\u0637\u0623"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "deny": {"type": "string"}, "accept": {"type": "string"}, "notSet": {"type": "string"}, "titleCap": {"type": "string"}, "viewFull": {"type": "string"}, "loading": {"type": "string"}, "loadError": {"type": "string"}, "enterDes": {"type": "string"}, "reportAnom": {"type": "string"}, "contact": {"type": "string"}, "email": {"type": "string"}, "message": {"type": "string"}, "phone": {"type": "string"}, "selectError": {"type": "string"}, "phoneError": {"type": "string"}, "reportViolation": {"type": "string"}, "reportAViolationCap": {"type": "string"}, "reportAViolation": {"type": "string"}, "messageOrg": {"type": "string"}, "reportDes": {"type": "string"}, "trusted": {"type": "string"}, "trustedDes": {"type": "string"}, "reportedViolations": {"type": "string"}, "reported": {"type": "string"}, "status": {"type": "string"}, "reportedViolation": {"type": "string"}, "true": {"type": "string"}, "false": {"type": "string"}}, "required": ["title", "deny", "accept", "notSet", "titleCap", "viewFull", "loading", "loadError", "enterDes", "reportAnom", "contact", "email", "message", "phone", "selectError", "phoneError", "reportViolation", "reportAViolationCap", "reportAViolation", "messageOrg", "reportDes", "trusted", "trustedDes", "reportedViolations", "reported", "status", "reportedViolation", "true", "false"], "$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"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "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"}, "archive_image_url": {"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", "archive_image_url", "total_flavoring", "steep_days", "best_vg", "temperature"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lumi-pb icecream", "description" : "Add sweeter if you are that kinda mixer.... Blah blahhh blahhhhhh blahhhh blahh blabblab blabiddyblab P.S I vape on a 5 mm 14 strand Celtic single coil on the DROP rda", "id" : 188958, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/188958/82283748_3010546445646015_6601017919637815296_n.png", "updated_at" : "2020-12-11T14:09:47.000-05:00", "deleted_at" : null, "recipe_type" : 1, "recipe_flavors" : [{"name" : "Chocolate Mousse", "flavor_id" : "9371", "millipercent" : 980, "vendor" : "VT"}, {"name" : "Cream Filling SC", "flavor_id" : "10260", "millipercent" : 240, "vendor" : "WF"}, {"name" : "Dx Peanut Butter", "flavor_id" : "288", "millipercent" : 360, "vendor" : "TPA"}, {"name" : "Peanut Butter Cup \u2013 Super Concentrate", "flavor_id" : "7949", "millipercent" : 2090, "vendor" : "RF"}, {"name" : "Vanilla Ice Cream", "flavor_id" : "1511", "millipercent" : 3500, "vendor" : "LB"}], "author" : "mixinvixens", "views" : "566", "created_at" : "2020-03-22", "slug" : "lumipb_icecream", "archive_image_url" : "https://allthearchives.com/images/188958.png", "total_flavoring" : "7.17%", "steep_days" : "0 (SNV)", "best_vg" : "0%", "temperature" : "0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "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"}, "archive_image_url": {"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", "archive_image_url", "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"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "core-js": {"type": "string"}, "cors": {"type": "string"}, "easyimage": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-ejs-layouts": {"type": "string"}, "express-mailer": {"type": "string"}, "method-override": {"type": "string"}, "mongodb": {"type": "string"}, "mongodb-autoincrement": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-sequence": {"type": "string"}, "multer": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["body-parser", "core-js", "cors", "easyimage", "ejs", "express", "express-ejs-layouts", "express-mailer", "method-override", "mongodb", "mongodb-autoincrement", "mongoose", "mongoose-sequence", "multer", "sha1"]}}, "required": ["name", "version", "author", "license", "scripts", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "blogs", "version" : "0.0.0", "author" : "Nguyen Anh Quoc - Mai Thanh Truong", "license" : "MIT", "scripts" : {"start" : "node index"}, "private" : true, "dependencies" : {"body-parser" : "^1.16.1", "core-js" : "^2.4.1", "cors" : "^2.8.4", "easyimage" : "^0.1.7", "ejs" : "^2.5.6", "express" : "^4.14.1", "express-ejs-layouts" : "^2.2.0", "express-mailer" : "^0.3.1", "method-override" : "^2.3.7", "mongodb" : "^2.2.24", "mongodb-autoincrement" : "^1.0.1", "mongoose" : "^4.8.4", "mongoose-sequence" : "^3.1.0", "multer" : "^1.3.0", "sha1" : "^1.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "core-js": {"type": "string"}, "cors": {"type": "string"}, "easyimage": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-ejs-layouts": {"type": "string"}, "express-mailer": {"type": "string"}, "method-override": {"type": "string"}, "mongodb": {"type": "string"}, "mongodb-autoincrement": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-sequence": {"type": "string"}, "multer": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["body-parser", "core-js", "cors", "easyimage", "ejs", "express", "express-ejs-layouts", "express-mailer", "method-override", "mongodb", "mongodb-autoincrement", "mongoose", "mongoose-sequence", "multer", "sha1"]}}, "required": ["name", "version", "author", "license", "scripts", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"/js/admin/desktop/app.js": {"type": "string"}, "/js/admin/mobile/app.js": {"type": "string"}, "/js/front/desktop/app.js": {"type": "string"}, "/js/front/mobile/app.js": {"type": "string"}, "/css/front/mobile/app.css": {"type": "string"}, "/css/front/desktop/app.css": {"type": "string"}, "/css/admin/mobile/app.css": {"type": "string"}, "/css/admin/desktop/app.css": {"type": "string"}}, "required": ["/js/admin/desktop/app.js", "/js/admin/mobile/app.js", "/js/front/desktop/app.js", "/js/front/mobile/app.js", "/css/front/mobile/app.css", "/css/front/desktop/app.css", "/css/admin/mobile/app.css", "/css/admin/desktop/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/admin/desktop/app.js" : "/js/admin/desktop/app.js?id=3ca64f3ba1d3a1df0226", "/js/admin/mobile/app.js" : "/js/admin/mobile/app.js?id=72e009907cb9b9e59bd2", "/js/front/desktop/app.js" : "/js/front/desktop/app.js?id=431685b8b32792a3c39c", "/js/front/mobile/app.js" : "/js/front/mobile/app.js?id=eb4ac6f64a5136d1f93d", "/css/front/mobile/app.css" : "/css/front/mobile/app.css?id=6d1216bf2609c4d4bf22", "/css/front/desktop/app.css" : "/css/front/desktop/app.css?id=2017629454c44a08a39c", "/css/admin/mobile/app.css" : "/css/admin/mobile/app.css?id=ff4c0b8444bef0b988d9", "/css/admin/desktop/app.css" : "/css/admin/desktop/app.css?id=74aa69d0278ccb610c12"} | json_instruct | {"type": "object", "properties": {"/js/admin/desktop/app.js": {"type": "string"}, "/js/admin/mobile/app.js": {"type": "string"}, "/js/front/desktop/app.js": {"type": "string"}, "/js/front/mobile/app.js": {"type": "string"}, "/css/front/mobile/app.css": {"type": "string"}, "/css/front/desktop/app.css": {"type": "string"}, "/css/admin/mobile/app.css": {"type": "string"}, "/css/admin/desktop/app.css": {"type": "string"}}, "required": ["/js/admin/desktop/app.js", "/js/admin/mobile/app.js", "/js/front/desktop/app.js", "/js/front/mobile/app.js", "/css/front/mobile/app.css", "/css/front/desktop/app.css", "/css/admin/mobile/app.css", "/css/admin/desktop/app.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"httpreq": {"type": "string"}, "ipp": {"type": "string"}}, "required": ["httpreq", "ipp"]}, "devDependencies": {"type": "object", "properties": {"dotest": {"type": "string"}}, "required": ["dotest"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["author", "name", "description", "version", "repository", "bugs", "main", "dependencies", "devDependencies", "engines", "scripts", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"name" : "Franklin van de Meent", "email" : "[email protected]", "url" : "https://frankl.in"}, "name" : "brothermfc", "description" : "Access Brother MFC web UI details with node.js", "version" : "1.0.2", "repository" : {"type" : "git", "url" : "git://github.com/fvdm/nodejs-brothermfc.git"}, "bugs" : {"url" : "https://github.com/fvdm/nodejs-brothermfc/issues"}, "main" : "brothermfc.js", "dependencies" : {"httpreq" : "^0.5.1", "ipp" : "^2.0.0"}, "devDependencies" : {"dotest" : "^2.3.0"}, "engines" : {"node" : ">=4.0.0"}, "scripts" : {"test" : "dotest"}, "keywords" : ["brother", "mfc", "printer", "unlicense"], "license" : "Unlicense"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"httpreq": {"type": "string"}, "ipp": {"type": "string"}}, "required": ["httpreq", "ipp"]}, "devDependencies": {"type": "object", "properties": {"dotest": {"type": "string"}}, "required": ["dotest"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["author", "name", "description", "version", "repository", "bugs", "main", "dependencies", "devDependencies", "engines", "scripts", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id_3825": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3825"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_3825" : {"publicdate" : "2010-02-24 06:46:56", "title" : "The House of Arden"}} | json_instruct | {"type": "object", "properties": {"id_3825": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3825"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"rayful/pagination": {"type": "string"}, "rayful/toolkit": {"type": "string"}}, "required": ["rayful/pagination", "rayful/toolkit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"rayful\\": {"type": "string"}}, "required": ["rayful\\"]}}, "required": ["psr-4"]}, "license": {"type": "string"}}, "required": ["name", "require", "autoload", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rayful/db-manager", "require" : {"rayful/pagination" : "^1.0", "rayful/toolkit" : "1.2.3.1"}, "autoload" : {"psr-4" : {"rayful\\" : "src"}}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"rayful/pagination": {"type": "string"}, "rayful/toolkit": {"type": "string"}}, "required": ["rayful/pagination", "rayful/toolkit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"rayful\\": {"type": "string"}}, "required": ["rayful\\"]}}, "required": ["psr-4"]}, "license": {"type": "string"}}, "required": ["name", "require", "autoload", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/uojd3yzyjG-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/uojd3yzyjG-90.avif 90w", "filename" : "uojd3yzyjG-90.avif", "outputPath" : "src/img/avatars/twitter/uojd3yzyjG-90.avif", "size" : 757}], "webp" : [{"format" : "webp", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/uojd3yzyjG-90.webp", "sourceType" : "image/webp", "srcset" : "/img/avatars/twitter/uojd3yzyjG-90.webp 90w", "filename" : "uojd3yzyjG-90.webp", "outputPath" : "src/img/avatars/twitter/uojd3yzyjG-90.webp", "size" : 1020}], "jpeg" : [{"format" : "jpeg", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/uojd3yzyjG-90.jpeg", "sourceType" : "image/jpeg", "srcset" : "/img/avatars/twitter/uojd3yzyjG-90.jpeg 90w", "filename" : "uojd3yzyjG-90.jpeg", "outputPath" : "src/img/avatars/twitter/uojd3yzyjG-90.jpeg", "size" : 1591}]} | json_instruct | {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"remarkable": {"type": "string"}, "showdown": {"type": "string"}, "child-process-promise": {"type": "string"}, "machinepack-markdown": {"type": "string"}, "remark": {"type": "string"}, "remark-html": {"type": "string"}, "brucedown": {"type": "string"}, "highlight.js": {"type": "string"}}, "required": ["remarkable", "showdown", "child-process-promise", "machinepack-markdown", "remark", "remark-html", "brucedown", "highlight.js"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"remarkable" : "~1.6.2", "showdown" : "~1.3.0", "child-process-promise" : "1.1.0", "machinepack-markdown" : "2.0.0", "remark" : "4.2.2", "remark-html" : "3.0.0", "brucedown" : "1.1.1", "highlight.js" : "~9.3.0"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"remarkable": {"type": "string"}, "showdown": {"type": "string"}, "child-process-promise": {"type": "string"}, "machinepack-markdown": {"type": "string"}, "remark": {"type": "string"}, "remark-html": {"type": "string"}, "brucedown": {"type": "string"}, "highlight.js": {"type": "string"}}, "required": ["remarkable", "showdown", "child-process-promise", "machinepack-markdown", "remark", "remark-html", "brucedown", "highlight.js"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"deviceVendor": {"type": "string"}, "deviceName": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "integer"}, "lastModified": {"type": "string"}, "interfaces": {"type": "object", "properties": {"button": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["button"]}}, "required": ["deviceVendor", "deviceName", "author", "version", "lastModified", "interfaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deviceVendor" : "National Instruments", "deviceName" : "DAQCard DIO 24", "author" : "Kevin M. Godby <[email protected]>", "version" : 1, "lastModified" : "2016-01-21T17:45:33Z", "interfaces" : {"button" : {"count" : 24}}} | json_instruct | {"type": "object", "properties": {"deviceVendor": {"type": "string"}, "deviceName": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "integer"}, "lastModified": {"type": "string"}, "interfaces": {"type": "object", "properties": {"button": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["button"]}}, "required": ["deviceVendor", "deviceName", "author", "version", "lastModified", "interfaces"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "illegal:block/stone_bit"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3303030013", "district_id" : "3303030", "name" : "PANGEMPON"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"choices_order": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "choices_selection": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "step": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "start", "stop", "step", "default"]}}, "pipeline_update": {"type": "object", "properties": {"cpu_freq": {"type": "string"}, "gpu_freq": {"type": "string"}, "compiler_vars": {"type": "object", "properties": {"NJ": {"type": "integer"}}, "required": ["NJ"]}}, "required": ["cpu_freq", "gpu_freq", "compiler_vars"]}, "seed": {"type": "integer"}, "iterations": {"type": "integer"}, "repetitions": {"type": "integer"}, "record": {"type": "string"}, "record_uoa": {"type": "string"}, "features_keys_to_process": {"type": "array", "items": {"type": "string"}}, "record_params": {"type": "object", "properties": {"search_point_by_features": {"type": "string"}}, "required": ["search_point_by_features"]}}, "required": ["choices_order", "choices_selection", "pipeline_update", "seed", "iterations", "repetitions", "record", "record_uoa", "features_keys_to_process", "record_params"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"choices_order" : [["##compiler_vars#NI"], ["##compiler_vars#NK"]], "choices_selection" : [{"type" : "loop", "start" : 100, "stop" : 1400, "step" : 100, "default" : 100}, {"type" : "loop", "start" : 100, "stop" : 1400, "step" : 100, "default" : 100}], "pipeline_update" : {"cpu_freq" : "max", "gpu_freq" : "max", "compiler_vars" : {"NJ" : 500}}, "seed" : 22345, "iterations" : 1000, "repetitions" : 1, "record" : "yes", "record_uoa" : "explore-gemm-dataset-nj500", "features_keys_to_process" : ["##choices#*"], "record_params" : {"search_point_by_features" : "yes"}} | json_instruct | {"type": "object", "properties": {"choices_order": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "choices_selection": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "step": {"type": "integer"}, "default": {"type": "integer"}}, "required": ["type", "start", "stop", "step", "default"]}}, "pipeline_update": {"type": "object", "properties": {"cpu_freq": {"type": "string"}, "gpu_freq": {"type": "string"}, "compiler_vars": {"type": "object", "properties": {"NJ": {"type": "integer"}}, "required": ["NJ"]}}, "required": ["cpu_freq", "gpu_freq", "compiler_vars"]}, "seed": {"type": "integer"}, "iterations": {"type": "integer"}, "repetitions": {"type": "integer"}, "record": {"type": "string"}, "record_uoa": {"type": "string"}, "features_keys_to_process": {"type": "array", "items": {"type": "string"}}, "record_params": {"type": "object", "properties": {"search_point_by_features": {"type": "string"}}, "required": ["search_point_by_features"]}}, "required": ["choices_order", "choices_selection", "pipeline_update", "seed", "iterations", "repetitions", "record", "record_uoa", "features_keys_to_process", "record_params"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Similarity" : "0.997", "Title" : "A coincidence detector neural network model of selective attention", "Year" : 2009}, {"Similarity" : "0.943", "Title" : "The inuence of target discriminability on the time course of attentional selection", "Year" : 2009}, {"Similarity" : "0.936", "Title" : "Fortunate Conjunctions Revived Feature Binding with the 2f-ST2 Model", "Year" : 2011}, {"Similarity" : "0.89", "Title" : "A Recurrent Model for Spatial Attention", "Year" : 2005}, {"Similarity" : "0.889", "Title" : "Cued multimodal learning in infancy a neuro-computational model", "Year" : 2011}, {"Similarity" : "0.881", "Title" : "Computational and Experimental Evaluation of the Attentional Blink Testing the Simultaneous Type Serial Token Model", "Year" : 2005}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$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"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Dispositivo combinato di bocca", "ShortName" : "Oggetto", "Description" : "Oggetto"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1327270143, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "64e4c161fa85da82a070764749d34edf", "wof:id" : 1327270143, "wof:repo" : "whosonfirst-data-admin-ie"}, "bbox" : [-10.05667, 52.15167, -10.05667, 52.15167], "geometry" : {"coordinates" : [-10.05667, 52.15167], "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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import { DEFAULT_LABELKEY } from '../constants';\nexport default function getStringLabelKey(labelKey) {\n return typeof labelKey === 'string' ? labelKey : DEFAULT_LABELKEY;\n}", "map" : {"version" : 3, "sources" : ["C:/Users/jayce/Documents/movie_db/movie_db/node_modules/react-bootstrap-typeahead/es/utils/getStringLabelKey.js"], "names" : ["DEFAULT_LABELKEY", "getStringLabelKey", "labelKey"], "mappings" : "AAAA,SAASA,gBAAT,QAAiC,cAAjC;AACA,eAAe,SAASC,iBAAT,CAA2BC,QAA3B,EAAqC;AAClD,SAAO,OAAOA,QAAP,KAAoB,QAApB,GAA+BA,QAA/B,GAA0CF,gBAAjD;AACD", "sourcesContent" : ["import { DEFAULT_LABELKEY } from '../constants';\nexport default function getStringLabelKey(labelKey) {\n return typeof labelKey === 'string' ? labelKey : DEFAULT_LABELKEY;\n}"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"params" : [0.003134429356301605, 1.0069808215252352, 0.9997553870725986, 0.9997534424960918, 0.9980716291192768, 0.001686174641913151, 0.9995385746142782, 0.007562666674793238, 1.0057231849209223, 0.0004772702854654973, 0.999277626963136, 0.00037816407513740005, 1.0044459942770143, 0.005892935278528739, 0.0014667130836471813, -0.005306179860154154, 0.0024987080256881635, 0.12502949037204544, -0.03873334222452472, 0.16746230181786986, 0.025803093871788547, 0.007033767974205847, 0.13528516085966555, 0.12875196877485562, 0.0020339012549081934, 0.00088898695657752, 0.00011154175038904908, 5.3892178623553386e-05, -4.02991465691511e-05, 0.12509250076402298, -0.0008230588413279934, 0.0034610970554218856, 3.6721049122098405e-06, -0.0007128518927760929, 0.11994420958336455, 0.00836122824227887, 0.001864132762138804, -0.006624917225601014, -0.0032925320246672035, 0.0032923971184059733, 0.0007534800333078854, -4.215880948296683e-05, 0.002816010257024874, 0.12176075511362755, 0.0007002824115174661, -0.0021765180297256144, 0.006269757826463267, 0.023523830872516457, 0.10459361455823483, -0.00349162830533668, 0.0008322920466588622, 0.0013452299499801099], "infidelity" : 0.0024871085833956252, "energy_expval" : -1.6924805282977757, "energy_error" : 0.004709297629592379, "optimizer_success" : true, "optimizer_nfev" : 759} | json_instruct | {"type": "object", "properties": {"params": {"type": "array", "items": {"type": "number"}}, "infidelity": {"type": "number"}, "energy_expval": {"type": "number"}, "energy_error": {"type": "number"}, "optimizer_success": {"type": "boolean"}, "optimizer_nfev": {"type": "integer"}}, "required": ["params", "infidelity", "energy_expval", "energy_error", "optimizer_success", "optimizer_nfev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}, "required": ["JobIndex", "OperationIndex", "StartTime"]}}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.4208512", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 399.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 146.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 308.0}, {"JobIndex" : 3, "OperationIndex" : 0, "StartTime" : 266.0}, {"JobIndex" : 4, "OperationIndex" : 0, "StartTime" : 92.0}, {"JobIndex" : 5, "OperationIndex" : 0, "StartTime" : 125.0}, {"JobIndex" : 6, "OperationIndex" : 0, "StartTime" : 364.0}, {"JobIndex" : 7, "OperationIndex" : 0, "StartTime" : 0.0}, {"JobIndex" : 8, "OperationIndex" : 0, "StartTime" : 200.0}, {"JobIndex" : 9, "OperationIndex" : 0, "StartTime" : 336.0}, {"JobIndex" : 10, "OperationIndex" : 0, "StartTime" : 58.0}, {"JobIndex" : 11, "OperationIndex" : 0, "StartTime" : 221.0}, {"JobIndex" : 12, "OperationIndex" : 0, "StartTime" : 291.0}, {"JobIndex" : 13, "OperationIndex" : 0, "StartTime" : 439.0}, {"JobIndex" : 14, "OperationIndex" : 0, "StartTime" : 488.0}, {"JobIndex" : 16, "OperationIndex" : 0, "StartTime" : 446.0}, {"JobIndex" : 17, "OperationIndex" : 0, "StartTime" : 367.0}, {"JobIndex" : 18, "OperationIndex" : 0, "StartTime" : 508.0}, {"JobIndex" : 19, "OperationIndex" : 0, "StartTime" : 118.0}, {"JobIndex" : 15, "OperationIndex" : 0, "StartTime" : 240.0}]} | json_instruct | {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}, "required": ["JobIndex", "OperationIndex", "StartTime"]}}}, "required": ["Status", "TimeLimitReached", "RunningTime", "StartTimes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["title", "siteUrl", "description", "home"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Portify", "siteUrl" : "https://friendly-curie-a5cc9b.netlify.app/", "description" : "Credit score building and interest-free loans", "home" : {"title" : "Hi! We're Portify", "description" : "Credit score building and interest-free loans"}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["title", "siteUrl", "description", "home"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authorUrl": {"type": "string"}, "js": {"type": "string"}}, "required": ["id", "name", "version", "description", "author", "authorUrl", "js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "extract-highlights-plugin", "name" : "Extract Highlights", "version" : "0.0.18", "description" : "Create, extract and leverage your markdown highlights", "author" : "Alexis Rondeau", "authorUrl" : "https://publish.obsidian.md/alexisrondeau", "js" : "main.js"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authorUrl": {"type": "string"}, "js": {"type": "string"}}, "required": ["id", "name", "version", "description", "author", "authorUrl", "js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x69d1ef860246fa242041bf1d784e8cb43e2a9b07", "tool" : "honeybadger", "start" : 1565853021.8165581, "end" : 1565853023.8049467, "duration" : 1.9883885383605957, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"7cca92e62d88765a81dd1e8fd3b4103b": {"type": "string"}, "a695c028a095059e65ed12f13eacdf3a": {"type": "string"}, "b679f3d2fcabce9204e51e8654c7b198": {"type": "string"}}, "required": ["7cca92e62d88765a81dd1e8fd3b4103b", "a695c028a095059e65ed12f13eacdf3a", "b679f3d2fcabce9204e51e8654c7b198"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"7cca92e62d88765a81dd1e8fd3b4103b" : "Le connecteur {{ExtremeScale}} ne prend pas en charge la m\u00e9thode {{\"ttl\"}}", "a695c028a095059e65ed12f13eacdf3a" : "Le connecteur {{ExtremeScale}} ne prend pas en charge la m\u00e9thode {{\"expire\"}}", "b679f3d2fcabce9204e51e8654c7b198" : "Module de conditionnement inconnu {0}"} | json_instruct | {"type": "object", "properties": {"7cca92e62d88765a81dd1e8fd3b4103b": {"type": "string"}, "a695c028a095059e65ed12f13eacdf3a": {"type": "string"}, "b679f3d2fcabce9204e51e8654c7b198": {"type": "string"}}, "required": ["7cca92e62d88765a81dd1e8fd3b4103b", "a695c028a095059e65ed12f13eacdf3a", "b679f3d2fcabce9204e51e8654c7b198"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7105082004", "district_id" : "7105082", "name" : "RAANAN BARU"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "Lootable_00342", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5e0676119a5d683c327ee01c", "Items" : [{"_id" : "5e0676119a5d683c327ee01c", "_tpl" : "5d6fd45b86f774317075ed43"}, {"_id" : "5e0676119a5d683c327ee01d", "_tpl" : "59fafb5d86f774067a6f2084", "parentId" : "5e0676119a5d683c327ee01c", "slotId" : "main", "location" : {"x" : 0, "y" : 0, "r" : 0}}, {"_id" : "5e0676119a5d683c327ee01e", "_tpl" : "590c2b4386f77425357b6123", "parentId" : "5e0676119a5d683c327ee01c", "slotId" : "main", "location" : {"x" : 2, "y" : 0, "r" : 0}}, {"_id" : "5e0676119a5d683c327ee01f", "_tpl" : "57347c5b245977448d35f6e1", "parentId" : "5e0676119a5d683c327ee01c", "slotId" : "main", "location" : {"x" : 3, "y" : 0, "r" : 0}}, {"_id" : "5e0676119a5d683c327ee020", "_tpl" : "57347c1124597737fb1379e3", "parentId" : "5e0676119a5d683c327ee01c", "slotId" : "main", "location" : {"x" : 4, "y" : 0, "r" : 0}}]} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0)" : "dwbl", "(1, 0)" : "branding", "(1, 1)" : "callsign", "(1, 2)" : "frequency", "(1, 3)" : "power", "(1, 4)" : "location", "(2, 0)" : "dwbl 1242", "(2, 1)" : "dwbl", "(2, 2)" : "1242 khz", "(2, 3)" : "20 kw", "(2, 4)" : "metro manila", "(3, 0)" : "mellow 947", "(3, 1)" : "dwll", "(3, 2)" : "94.7 mhz", "(3, 3)" : "20 kw", "(3, 4)" : "metro manila", "(4, 0)" : "mellow 887", "(4, 1)" : "dyku", "(4, 2)" : "88.7 mhz", "(4, 3)" : "10 kw", "(4, 4)" : "iloilo city", "(5, 0)" : "mellow 957", "(5, 1)" : "dxbl", "(5, 2)" : "95.7 mhz", "(5, 3)" : "10 kw", "(5, 4)" : "cagayan de oro", "(6, 0)" : "mellow 947 davao", "(6, 1)" : "dxll", "(6, 2)" : "94.7 mhz", "(6, 3)" : "20 kw", "(6, 4)" : "davao city"} | json_instruct | {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"g": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "s": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["g", "s"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "group" : "faded:moretnt_weak_tnt", "pattern" : ["sss", "sgs", "sss"], "key" : {"g" : {"tag" : "forge:gunpowder"}, "s" : {"tag" : "minecraft:sand"}}, "result" : {"item" : "faded:moretnt_weak_tnt", "count" : 4}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"g": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "s": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}}, "required": ["g", "s"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [106.330708661417, 39.5636363636364, 0.907802239060402, 114.897637795276, 80.7563636363636, 0.712939575314522, 78.3622047244095, 82.3854545454546, 0.709973156452179, 0, 0, 0, 0, 0, 0, 153.196850393701, 78.1963636363636, 0.584399774670601, 172.094488188976, 151.970909090909, 0.722467839717865, 145.133858267717, 194.094545454545, 0.414349900558591, 78.1102362204724, 188.509090909091, 0.251831638859585, 0, 0, 0, 0, 0, 0, 129.007874015748, 190.603636363636, 0.265644272629288, 0, 0, 0, 0, 0, 0, 96, 31.6509090909091, 0.91189631819725, 114.141732283465, 28.6254545454545, 0.955484971404076, 86.1732283464567, 35.1418181818182, 0.881166487932205, 128, 28.8581818181818, 0.910034313797951], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Aim\u00e9 Gilbert Mbonda Noula"}, {"author" : "Joel Noutakdie Tochie"}, {"author" : "Landry W Tchuenkam"}, {"author" : "Desmond Aji Abang"}, {"author" : "Ren\u00e9 Essomba"}], "doi" : "10.1186/s13037-019-0225-1", "publication_date" : "2020-01-01", "id" : "EN111447", "url" : "https://pubmed.ncbi.nlm.nih.gov/31890029", "source" : "Patient safety in surgery", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A twelve-year-old boy was referred to our orthopedic surgical department for a surgical site infection complicating an initial surgical management of a left ingrown big toenail leading to a dry gangrene of the affected toe. The gangrene toe was amputated under peripheral nerve block and the patient was discharged home the same day on antibiotics, analgesics and with sessions of rehabilitation and psychological support planned. The postoperative course was uneventful at 6\u00a0months of follow-up."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "package": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"]}}, "required": ["type", "package", "version", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "npm", "package" : "vuex", "version" : "3.5.1", "files" : {"index.js" : "dist/vuex.min.js"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "package": {"type": "string"}, "version": {"type": "string"}, "files": {"type": "object", "properties": {"index.js": {"type": "string"}}, "required": ["index.js"]}}, "required": ["type", "package", "version", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Vincelles", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 337, "abs" : 57, "votants" : 280, "blancs" : 7, "nuls" : 26, "exp" : 247, "res" : [{"panneau" : "1", "voix" : 140}, {"panneau" : "2", "voix" : 107}]} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "immerit", "definition" : "Want of worth; demerit. [R.] Suckling."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "itemType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "label": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "content": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "prompt": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"responseType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "responseSecret": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "validResponses": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}}, "required": ["responseType", "responseSecret", "validResponses"]}}, "required": ["type", "properties"]}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "additionalProperties"]}}, "required": ["id", "itemType", "label", "content", "prompt", "properties"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "object", "properties" : {"id" : {"type" : "string"}, "itemType" : {"type" : "string"}, "label" : {"type" : "string"}, "content" : {"type" : "string"}, "prompt" : {"type" : "object", "properties" : {"responseType" : {"type" : "string"}, "responseSecret" : {"type" : "boolean"}, "validResponses" : {"type" : "array", "items" : {"type" : "string"}}}}, "properties" : {"type" : "object", "additionalProperties" : {"type" : "string"}}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "itemType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "label": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "content": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "prompt": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"responseType": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "responseSecret": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "validResponses": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}}, "required": ["responseType", "responseSecret", "validResponses"]}}, "required": ["type", "properties"]}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "additionalProperties"]}}, "required": ["id", "itemType", "label", "content", "prompt", "properties"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "charade", "definition" : "A verbal or acted enigma based upon a word which has two or more significant syllables or parts, each of which, as well as the word itself, is to be guessed from the descriptions or representations."} | 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": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"builtin" : {"__set__" : true, "elements" : ["distutils", "random", "time"]}, "required" : {"__set__" : true, "elements" : ["_lintel", "click", "lintel", "matplotlib", "numpy", "setuptools"]}} | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vue-smart-table-default.css": {"type": "string"}, "vue-smart-table.js": {"type": "string"}}, "required": ["vue-smart-table-default.css", "vue-smart-table.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vue-smart-table-default.css" : "sha512-86q+0IJF/tA20GcGqxVshO/XBX/y4IPzv8al/iHkSmEiPl7cc5pjQVnmeMQd9KZSriGat4g1Lfo/kVChB4olXA==", "vue-smart-table.js" : "sha512-3/zgpXX+kw7r7jyo2UphEhV81YoC/5/Y0KhO5ZUbUkRqksrDJwvHf0Vgxu+9Eh4LhKnQfykWTJQKTGPM342nBA=="} | json_instruct | {"type": "object", "properties": {"vue-smart-table-default.css": {"type": "string"}, "vue-smart-table.js": {"type": "string"}}, "required": ["vue-smart-table-default.css", "vue-smart-table.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "type", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Tabular Data Package", "description" : "Tabular Data Package is a simple specification for data access and delivery of tabular data.", "type" : "object", "$ref" : "schemas/dictionary.json#/definitions/tabularDataPackage"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "type", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "commander": {"type": "string"}, "lodash": {"type": "string"}, "optimist": {"type": "string"}, "prompt": {"type": "string"}, "request": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["async", "commander", "lodash", "optimist", "prompt", "request", "uuid"]}}, "required": ["name", "author", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kibana-dashboard-migrator", "author" : "Alan Turner <[email protected]> (https://www.monkat.com)", "version" : "3.0.0", "dependencies" : {"async" : "^0.9.2", "commander" : "^2.19.0", "lodash" : "^4.17.21", "optimist" : "^0.6.1", "prompt" : "^1.0.0", "request" : "^2.88.0", "uuid" : "^3.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "commander": {"type": "string"}, "lodash": {"type": "string"}, "optimist": {"type": "string"}, "prompt": {"type": "string"}, "request": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["async", "commander", "lodash", "optimist", "prompt", "request", "uuid"]}}, "required": ["name", "author", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Heat oil in a large skillet over medium low heat, and stir in the onion. Cook onion until tender and golden brown, about 5 to 10 minutes.", "Place potatoes, salt and green bell peppers into the skillet with the onion. Cover and fry for 3 to 5 minutes. Stir in ground black pepper. Place the kielbasa pieces on top of mixture, cover and let cook for 15 to 20 minutes, stirring occasionally.", "Stir kielbasa into the mixture and cook an additional 10 to 15 minutes, or until potatoes are tender. Allow to sit covered for an additional 15 minutes before serving."], "ingredients" : ["1/4 cup vegetable oil", "1 onion, roughly chopped", "4 potatoes, peeled and cubed", "1/2 teaspoon salt", "2 green bell peppers, cut into 1 1/2 inch long strips", "1/2 teaspoon ground black pepper", "1 (16 ounce) package beef kielbasa, diced into bite size pieces"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Mimi's Slumgullion", "url" : "http://allrecipes.com/recipe/26626/mimis-slumgullion/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["object_history", "zero_transforms"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["party", "name", "id"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}}, "required": ["source", "target"]}}, "multigraph": {"type": "boolean"}}, "required": ["directed", "graph", "nodes", "links", "multigraph"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directed" : false, "graph" : [], "nodes" : [{"party" : "Democrat", "name" : "Terri A. Sewell", "id" : "121621"}, {"party" : "Republican", "name" : "Daniel Coats", "id" : "53291"}, {"party" : "Democrat", "name" : "Sheila Jackson Lee", "id" : "21692"}, {"party" : "Republican", "name" : "Kay Bailey Hutchison", "id" : "53349"}, {"party" : "Republican", "name" : "Ted Poe", "id" : "49198"}, {"party" : "Republican", "name" : "Tom Cole", "id" : "46034"}, {"party" : "Republican", "name" : "Trey Gowdy", "id" : "121782"}], "links" : [{"source" : "121621", "target" : "21692"}, {"source" : "53291", "target" : "121782"}, {"source" : "53349", "target" : "46034"}, {"source" : "53349", "target" : "49198"}], "multigraph" : false} | json_instruct | {"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["party", "name", "id"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}}, "required": ["source", "target"]}}, "multigraph": {"type": "boolean"}}, "required": ["directed", "graph", "nodes", "links", "multigraph"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"prod_path": {"type": "string"}, "prod_sha1": {"type": "string"}, "repository": {"type": "string"}, "test_path": {"type": "string"}, "test_sha1": {"type": "string"}, "commit_between": {"type": "integer"}, "prod_qual": {"type": "string"}, "prod_time": {"type": "object", "properties": {"$date": {"type": "integer"}}, "required": ["$date"]}, "prod_typ": {"type": "string"}, "sample_type": {"type": "string"}, "test_qual": {"type": "string"}, "test_time": {"type": "object", "properties": {"$date": {"type": "integer"}}, "required": ["$date"]}, "test_typ": {"type": "string"}, "add_annotation_line": {"type": "integer"}, "add_call_line": {"type": "integer"}, "add_classname_line": {"type": "integer"}, "add_condition_line": {"type": "integer"}, "add_field_line": {"type": "integer"}, "add_import_line": {"type": "integer"}, "add_packageid_line": {"type": "integer"}, "add_parameter_line": {"type": "integer"}, "add_return_line": {"type": "integer"}, "del_annotation_line": {"type": "integer"}, "del_call_line": {"type": "integer"}, "del_classname_line": {"type": "integer"}, "del_condition_line": {"type": "integer"}, "del_field_line": {"type": "integer"}, "del_import_line": {"type": "integer"}, "del_packageid_line": {"type": "integer"}, "del_parameter_line": {"type": "integer"}, "del_return_line": {"type": "integer"}}, "required": ["prod_path", "prod_sha1", "repository", "test_path", "test_sha1", "commit_between", "prod_qual", "prod_time", "prod_typ", "sample_type", "test_qual", "test_time", "test_typ", "add_annotation_line", "add_call_line", "add_classname_line", "add_condition_line", "add_field_line", "add_import_line", "add_packageid_line", "add_parameter_line", "add_return_line", "del_annotation_line", "del_call_line", "del_classname_line", "del_condition_line", "del_field_line", "del_import_line", "del_packageid_line", "del_parameter_line", "del_return_line"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"prod_path" : "log4j-jdbc-dbcp2/src/main/java/org/apache/logging/log4j/dbcp2/appender/PoolingDriverConnectionSource.java", "prod_sha1" : "b24a1c52855ed1f649b0f24b8acbc783b318a162", "repository" : "logging-log4j2", "test_path" : "log4j-jdbc-dbcp2/src/test/java/org/apache/logging/log4j/dbcp2/appender/PoolingDriverConnectionSourceTest.java", "test_sha1" : "b24a1c52855ed1f649b0f24b8acbc783b318a162", "commit_between" : 0, "prod_qual" : "org/apache/logging/log4j/dbcp2/appender/PoolingDriverConnectionSource.java", "prod_time" : {"$date" : 1542146968000}, "prod_typ" : "EDIT", "sample_type" : "POSITIVE", "test_qual" : "org/apache/logging/log4j/dbcp2/appender/PoolingDriverConnectionSourceTest.java", "test_time" : {"$date" : 1542146968000}, "test_typ" : "EDIT", "add_annotation_line" : 3, "add_call_line" : 14, "add_classname_line" : 0, "add_condition_line" : 1, "add_field_line" : 1, "add_import_line" : 2, "add_packageid_line" : 0, "add_parameter_line" : 9, "add_return_line" : 7, "del_annotation_line" : 4, "del_call_line" : 3, "del_classname_line" : 0, "del_condition_line" : 0, "del_field_line" : 2, "del_import_line" : 0, "del_packageid_line" : 0, "del_parameter_line" : 2, "del_return_line" : 2} | json_instruct | {"type": "object", "properties": {"prod_path": {"type": "string"}, "prod_sha1": {"type": "string"}, "repository": {"type": "string"}, "test_path": {"type": "string"}, "test_sha1": {"type": "string"}, "commit_between": {"type": "integer"}, "prod_qual": {"type": "string"}, "prod_time": {"type": "object", "properties": {"$date": {"type": "integer"}}, "required": ["$date"]}, "prod_typ": {"type": "string"}, "sample_type": {"type": "string"}, "test_qual": {"type": "string"}, "test_time": {"type": "object", "properties": {"$date": {"type": "integer"}}, "required": ["$date"]}, "test_typ": {"type": "string"}, "add_annotation_line": {"type": "integer"}, "add_call_line": {"type": "integer"}, "add_classname_line": {"type": "integer"}, "add_condition_line": {"type": "integer"}, "add_field_line": {"type": "integer"}, "add_import_line": {"type": "integer"}, "add_packageid_line": {"type": "integer"}, "add_parameter_line": {"type": "integer"}, "add_return_line": {"type": "integer"}, "del_annotation_line": {"type": "integer"}, "del_call_line": {"type": "integer"}, "del_classname_line": {"type": "integer"}, "del_condition_line": {"type": "integer"}, "del_field_line": {"type": "integer"}, "del_import_line": {"type": "integer"}, "del_packageid_line": {"type": "integer"}, "del_parameter_line": {"type": "integer"}, "del_return_line": {"type": "integer"}}, "required": ["prod_path", "prod_sha1", "repository", "test_path", "test_sha1", "commit_between", "prod_qual", "prod_time", "prod_typ", "sample_type", "test_qual", "test_time", "test_typ", "add_annotation_line", "add_call_line", "add_classname_line", "add_condition_line", "add_field_line", "add_import_line", "add_packageid_line", "add_parameter_line", "add_return_line", "del_annotation_line", "del_call_line", "del_classname_line", "del_condition_line", "del_field_line", "del_import_line", "del_packageid_line", "del_parameter_line", "del_return_line"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"province" : "\u897f\u85cf\u81ea\u6cbb\u533a", "city" : "\u65e5\u5580\u5219\u5e02", "area" : "\u4ec1\u5e03\u53bf", "name" : "\u4ec1\u5e03\u53bf\u90ae\u653f\u8425\u4e1a\u5385", "code" : "857200", "address" : "\u4ec1\u5e03\u53bf\u4ec1\u7389\u8def21\u53f7", "phone" : "0892-8182355"}, {"province" : "\u897f\u85cf\u81ea\u6cbb\u533a", "city" : "\u65e5\u5580\u5219\u5e02", "area" : "\u4ec1\u5e03\u53bf", "name" : "\u5207\u5a03\u4e61\u90ae\u653f\u4ee3\u529e\u6240", "code" : "857200", "address" : "\u897f\u85cf\u81ea\u6cbb\u533a\u65e5\u5580\u5219\u5730\u533a\u4ec1\u5e03\u53bf\u5207\u5a03\u4e61", "phone" : "0892-8182355"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 300 degrees F (150 degrees C). Grease one 10 inch tube pan and sprinkle the almonds evenly over the bottom.", "Separate the eggs. In a bowl, beat the egg whites with the cream of tartar until stiff. Set aside.", "In a large bowl, cream the butter with the sugar. Beat in the egg yolks, then the vanilla, almond extract, lemon juice, lemon rind, and milk.", "In another bowl, stir together the flour, baking powder, and baking soda. Beat into the creamed mixture. Stir in about 1/3 of the egg whites to lighten the batter and then fold in the rest gently but thoroughly. Turn batter into the prepared pan.", "Bake at 300 degrees F (150 degrees C) for 1-1/2 hours or until cake tests done when a toothpick inserted neat the center comes out clean. As soon as you remove the cake from the oven, sprinkle the top evenly with the rum. Transfer to a rack to cool. Makes about 14 servings."], "ingredients" : ["3 eggs", "1/2 teaspoon cream of tartar", "2/3 cup butter, softened", "1 1/2 cups white sugar", "1 teaspoon vanilla extract", "1 teaspoon almond extract", "2 teaspoons lemon zest", "2 teaspoons lemon juice", "3/4 cup milk", "2 1/3 cups all-purpose flour", "2 teaspoons baking powder", "3/4 teaspoon baking soda", "1/2 cup finely chopped blanched almonds", "2 teaspoons dark rum"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Almond Rum Cake", "url" : "http://allrecipes.com/recipe/7920/almond-rum-cake/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"modification_date": {"type": "string"}, "md_language": {"type": "string"}, "contact_point": {"type": "object", "properties": {"cp_name": {"type": "string"}, "cp_comp_name": {"type": "string"}, "cp_email": {"type": "string"}}, "required": ["cp_name", "cp_comp_name", "cp_email"]}, "p_name": {"type": "string"}, "p_description": {"type": "string"}, "data_agr_type": {"type": "string"}, "data_org_type": {"type": "string"}, "ds_language": {"type": "string"}, "p_start_date": {"type": "string"}, "val_area": {"type": "string"}, "net_category": {"type": "array", "items": {"type": "string"}}, "publisher": {"type": "object", "properties": {"p_name": {"type": "string"}, "p_comp_name": {"type": "string"}, "p_address": {"type": "string"}, "p_email": {"type": "string"}, "p_tel": {"type": "string"}}, "required": ["p_name", "p_comp_name", "p_address", "p_email", "p_tel"]}, "data_owner": {"type": "object", "properties": {"do_comp_name": {"type": "string"}, "do_email": {"type": "string"}, "do_tel": {"type": "string"}}, "required": ["do_comp_name", "do_email", "do_tel"]}, "con_lic": {"type": "string"}, "con_url": {"type": "string"}, "tech_structure": {"type": "string"}, "interface": {"type": "string"}, "com_method": {"type": "string"}, "access_url": {"type": "string"}, "update_freq": {"type": "string"}, "qm_indicator": {"type": "string"}}, "required": ["modification_date", "md_language", "contact_point", "p_name", "p_description", "data_agr_type", "data_org_type", "ds_language", "p_start_date", "val_area", "net_category", "publisher", "data_owner", "con_lic", "con_url", "tech_structure", "interface", "com_method", "access_url", "update_freq", "qm_indicator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"modification_date" : "02.03.2016T00:00+02:00", "md_language" : "eng", "contact_point" : {"cp_name" : "Tomi Lapinlampi", "cp_comp_name" : "Finnish Transport Agency", "cp_email" : "[email protected]"}, "p_name" : "Camera presents", "p_description" : "The message contains all public camera presets and the baseurl where you can find the camera pictures. Camera picture URL is constructed from baseurl, presetid and .jpg file extension For example: http://weathercam.digitraffic.fi/C0150201.jpg More information: https://github.com/finnishtransportagency/digitraffic/wiki/Camera%20presets", "data_agr_type" : "-", "data_org_type" : "-", "ds_language" : "fin", "p_start_date" : "23.01.2015 00:00", "val_area" : "FI1", "net_category" : ["Motorways", "arterial_road_network", "Regional roads"], "publisher" : {"p_name" : "Tomi Lapinlampi", "p_comp_name" : "Finnish Transport Agency", "p_address" : "Opastinsilta 12 A, 00520 Helsinki", "p_email" : "[email protected]", "p_tel" : "+358295343000"}, "data_owner" : {"do_comp_name" : "Finnish Transport Agency", "do_email" : "[email protected]", "do_tel" : "+358295343000"}, "con_lic" : "Licence and Free of charge", "con_url" : "http://creativecommons.org/licenses/by/4.0/", "tech_structure" : "XML", "interface" : "SOAP", "com_method" : "Pull", "access_url" : "http://tie.digitraffic.fi/sujuvuus/ws/cameraPresets", "update_freq" : "20min", "qm_indicator" : "https://github.com/finnishtransportagency/digitraffic/wiki/Presentation"} | json_instruct | {"type": "object", "properties": {"modification_date": {"type": "string"}, "md_language": {"type": "string"}, "contact_point": {"type": "object", "properties": {"cp_name": {"type": "string"}, "cp_comp_name": {"type": "string"}, "cp_email": {"type": "string"}}, "required": ["cp_name", "cp_comp_name", "cp_email"]}, "p_name": {"type": "string"}, "p_description": {"type": "string"}, "data_agr_type": {"type": "string"}, "data_org_type": {"type": "string"}, "ds_language": {"type": "string"}, "p_start_date": {"type": "string"}, "val_area": {"type": "string"}, "net_category": {"type": "array", "items": {"type": "string"}}, "publisher": {"type": "object", "properties": {"p_name": {"type": "string"}, "p_comp_name": {"type": "string"}, "p_address": {"type": "string"}, "p_email": {"type": "string"}, "p_tel": {"type": "string"}}, "required": ["p_name", "p_comp_name", "p_address", "p_email", "p_tel"]}, "data_owner": {"type": "object", "properties": {"do_comp_name": {"type": "string"}, "do_email": {"type": "string"}, "do_tel": {"type": "string"}}, "required": ["do_comp_name", "do_email", "do_tel"]}, "con_lic": {"type": "string"}, "con_url": {"type": "string"}, "tech_structure": {"type": "string"}, "interface": {"type": "string"}, "com_method": {"type": "string"}, "access_url": {"type": "string"}, "update_freq": {"type": "string"}, "qm_indicator": {"type": "string"}}, "required": ["modification_date", "md_language", "contact_point", "p_name", "p_description", "data_agr_type", "data_org_type", "ds_language", "p_start_date", "val_area", "net_category", "publisher", "data_owner", "con_lic", "con_url", "tech_structure", "interface", "com_method", "access_url", "update_freq", "qm_indicator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"credit": {"type": "string"}, "parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bearing_top": {"type": "string"}, "particle": {"type": "string"}, "bearing_side": {"type": "string"}, "brass_casing": {"type": "string"}}, "required": ["bearing_top", "particle", "bearing_side", "brass_casing"]}}, "required": ["credit", "parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"credit" : "Made with Blockbench", "parent" : "create:block/bearing/top", "textures" : {"bearing_top" : "create:block/bearing_top_wooden", "particle" : "create:block/windmill_bearing_side", "bearing_side" : "create:block/windmill_bearing_side", "brass_casing" : "create:block/andesite_casing"}} | json_instruct | {"type": "object", "properties": {"credit": {"type": "string"}, "parent": {"type": "string"}, "textures": {"type": "object", "properties": {"bearing_top": {"type": "string"}, "particle": {"type": "string"}, "bearing_side": {"type": "string"}, "brass_casing": {"type": "string"}}, "required": ["bearing_top", "particle", "bearing_side", "brass_casing"]}}, "required": ["credit", "parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See rgen3 on Metamath](http://us.metamath.org/mpegif/rgen3.html)"}], "names" : ["rgen3"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_vx", "#T_wcel", "#T_cA", "#T_w3a--1", "#T_vy", "#T_wcel", "#T_cB", "#T_w3a--2", "#T_vz", "#T_wcel", "#T_cC", "#T_wi", "#T_wph", "#T_wral--1", "#T_vx", "#T_wral--2", "#T_cA", "#T_wral--1", "#T_vy", "#T_wral--2", "#T_cB", "#T_wral--1", "#T_vz", "#T_wral--2", "#T_cC", "#T_wph", "#T_cA", "#T_vy", "#T_vz", "#T_cB", "#T_vz", "#T_vx", "#T_vy", "#T_vz"], "metaLanguage" : "METAMATH", "remarks" : " Generalization rule for restricted quantification, with three quantifiers. (Contributed by NM, 12-Jan-2008.) \n\n---\n\n Generalization rule for restricted quantification. (Contributed by NM, 12-Jan-2008.) ", "statement" : "rgen3.1 $e |- ( ( x e. A /\\ y e. B /\\ z e. C ) -> ph ) $.\nrgen3 $p |- A. x e. A A. y e. B A. z e. C ph $.\n$d A y z $.\n$d B z $.\n$d x y z $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$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"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"General Dental": {"type": "boolean"}}, "required": ["General Dental"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "COAST DENTAL", "tel" : "64404605", "fax" : "96450453", "licensee" : "SALMAH DENTAL CONSULTANCY PTE. LTD.", "licensePeriod" : "19/08/2016 to 18/08/2018", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "14D0245", "address" : "479 JOO CHIAT ROAD, Singapore 427684", "doctorInCharge" : [{"name" : "Nijamuddeen Abdul Latiff", "qualifications" : ["BDS (National University of Singapore, Singapore) 2007"], "specialties" : []}], "detailedServices" : {"General Dental" : true}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"General Dental": {"type": "boolean"}}, "required": ["General Dental"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x0821126d74d1b33b5cfdedbea66663868a15800c", "tool" : "maian", "start" : 1565316959.3623571, "end" : 1565316973.139524, "duration" : 13.777166843414307, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"quality" : 76, "model" : "R50_C4", "elapsed" : 1297.3202192783356, "tp" : 41669, "fp" : 136038, "precision" : 0.23448147793840424, "recall" : 1.146800605476813, "f1" : 0.38935349137085246, "min_score" : 0.050000060349702835, "AP" : 37.32185631248451, "AP50" : 57.140277703377585, "AP75" : 40.1962286884009, "APs" : 18.83957261191351, "APm" : 41.27426658054615, "APl" : 52.41692207217967} | json_instruct | {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://www.nasdaq.com/article/vanguard-ftse-pacific-breaks-above-200-day-moving-average-bullish-for-vpl-cm1208082", "title" : "Vanguard FTSE Pacific Breaks Above 200-Day Moving Average - Bullish for VPL - Nasdaq.com", "text" : ["In trading on Thursday, shares of the Vanguard FTSE Pacific ETF (Symbol: VPL) crossed above their 200 day moving average of $64.71, changing hands as high as $64.86 per share. Vanguard FTSE Pacific shares are currently trading up about 1% on the day. The chart below shows the one year performance of VPL shares, versus its 200 day moving average: ", "Click here to find out which 9 other ETFs recently crossed above their 200 day moving average \u00bb", "\nThe views and opinions expressed herein are the views and opinions of the author and do not necessarily reflect those of Nasdaq, Inc.\n"], "published_datetime" : "2019-09-05 11:32:42"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "published_datetime": {"type": "string"}}, "required": ["url", "title", "text", "published_datetime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"1558436": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "null"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "years"]}}, "required": ["1558436"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1558436" : {"width" : 483, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/1558436.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/1558436.jpg", "title" : "Queens - 23rd Street - 24th Street - Jackson Avenue", "date" : "", "text" : null, "folder" : "23rd Street - 24th Street - Jackson Avenue, Queens, NY", "height" : 600, "years" : [""]}} | json_instruct | {"type": "object", "properties": {"1558436": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "null"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "years"]}}, "required": ["1558436"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "asn": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "ip": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "user_agent": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "referer": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "country": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "allowed_http_methods": {"type": "array", "items": {"type": "string"}}, "allowed_request_content_types": {"type": "array", "items": {"type": "string"}}, "allowed_http_versions": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "url", "asn", "ip", "user_agent", "referer", "country", "allowed_http_methods", "allowed_request_content_types", "allowed_http_versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5wOgfHWR", "name" : "my cool acl", "url" : {"whitelist" : [], "accesslist" : [], "blacklist" : ["/audit.html"]}, "asn" : {"whitelist" : [], "accesslist" : [], "blacklist" : []}, "ip" : {"whitelist" : [], "accesslist" : [], "blacklist" : []}, "user_agent" : {"whitelist" : [], "accesslist" : [], "blacklist" : ["gizoogle"]}, "referer" : {"whitelist" : [], "accesslist" : [], "blacklist" : []}, "country" : {"whitelist" : [], "accesslist" : [], "blacklist" : []}, "allowed_http_methods" : ["GET", "HEAD", "POST", "PROPFIND", "PUT"], "allowed_request_content_types" : ["application/json", "application/x-amf", "application/x-www-form-urlencoded", "application/xml", "multipart/form-data", "text/xml", "text/plain"], "allowed_http_versions" : ["HTTP/1.0", "HTTP/1.1", "HTTP/2.0"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "asn": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "ip": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "user_agent": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "referer": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "country": {"type": "object", "properties": {"whitelist": {"type": "array", "items": {}}, "accesslist": {"type": "array", "items": {}}, "blacklist": {"type": "array", "items": {}}}, "required": ["whitelist", "accesslist", "blacklist"]}, "allowed_http_methods": {"type": "array", "items": {"type": "string"}}, "allowed_request_content_types": {"type": "array", "items": {"type": "string"}}, "allowed_http_versions": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "url", "asn", "ip", "user_agent", "referer", "country", "allowed_http_methods", "allowed_request_content_types", "allowed_http_versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5bfbde950cf23c274367dcb6", "title" : "\u674e\u59d7\u59d7\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6211\u6765\u76f4\u64ad\u561e", "picPath" : "/mediasource/live/15410463088779D2A9aL36g.jpg", "startTime" : 1543233173781, "memberId" : 614727, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5bfbde950cf23c274367dcb6.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3674270.flv", "screenMode" : 0, "roomId" : "19838372", "bwqaVersion" : 0}, {"liveId" : "5bfbdd2b0cf23c274367dcb5", "title" : "\u8881\u4e39\u59ae\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u597d\u4e45\u4e0d\u89c1\uff01", "picPath" : "/mediasource/live/1543232811766SnvYq8tc9z.jpg", "startTime" : 1543232811967, "memberId" : 67, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5bfbdd2b0cf23c274367dcb5.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/afb31499db0edeafdddabf621b93bd15_wb480.flv", "screenMode" : 0, "roomId" : "3866805", "bwqaVersion" : 0}, {"liveId" : "5bfbcb3a0cf23c274367dcb4", "title" : "\u674e\u7389\u5029\u7684\u76f4\u64ad\u95f4", "subTitle" : "\ud83c\udf80", "picPath" : "/mediasource/live/1539322249991i1BOxuYARE.png", "startTime" : 1543228218394, "memberId" : 677398, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5bfbcb3a0cf23c274367dcb4.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3674249.flv", "screenMode" : 0, "roomId" : "25309816", "bwqaVersion" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["copy-to-clipboard"] | 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": {"userGoals": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "completed": {"type": "boolean"}, "bp": {"type": "integer"}}, "required": ["name", "completed", "bp"]}}}, "required": ["userGoals"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userGoals" : [{"name" : "Do an Exercise Routine", "completed" : false, "bp" : 15}, {"name" : "Meditate for 10 minutes", "completed" : true, "bp" : 10}, {"name" : "Get enough sleep", "completed" : false, "bp" : 10}]} | json_instruct | {"type": "object", "properties": {"userGoals": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "completed": {"type": "boolean"}, "bp": {"type": "integer"}}, "required": ["name", "completed", "bp"]}}}, "required": ["userGoals"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "'use strict';\n\nvar $export = require('./_export');\n\nvar createProperty = require('./_create-property'); // WebKit Array.of isn't generic\n\n\n$export($export.S + $export.F * require('./_fails')(function () {\n function F() {\n /* empty */\n }\n\n return !(Array.of.call(F) instanceof F);\n}), 'Array', {\n // 22.1.2.3 Array.of( ...items)\n of: function of()\n /* ...args */\n {\n var index = 0;\n var aLen = arguments.length;\n var result = new (typeof this == 'function' ? this : Array)(aLen);\n\n while (aLen > index) {\n createProperty(result, index, arguments[index++]);\n }\n\n result.length = aLen;\n return result;\n }\n});", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "translations": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["language", "text", "updated"]}}}, "required": ["text", "translations"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "text"]}}}, "required": ["type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Strategy", "definition" : {"text" : "The strategy section of the trading engine keeps track of information relating to the trading strategies that are triggered-on, during the time they remain open.", "translations" : [{"language" : "ES", "text" : "El strategy secci\u00f3n del motor de trading realiza un seguimiento de la informaci\u00f3n relacionada con las estrategias de trading que se activan, durante el tiempo que permanecen abiertas.", "updated" : 1629580247307}]}, "paragraphs" : [{"style" : "Block", "text" : "Content"}, {"style" : "Text", "text" : "The strategy node is available both in the current context and the last context, that is, you may retrieve information of the strategy that was last triggered or the one currently open."}, {"style" : "Text", "text" : "A strategy is open from the instant it is triggered-on until the instant it is triggered-off. Therefore, this section of the data structure features information spaning those periods only."}, {"style" : "Text", "text" : "This section provides all the basic details about the strategy, which is particularly useful when the trading system features multiple strategies. It also provides information about the context, that is, what is going on with the market at the time strategies are triggered-on and off."}, {"style" : "Text", "text" : "Most interestingly, the strategy section provides information such as which situation was responsible for triggering the strategy. This may be particularly useful in complex strategies in which the trigger on event may be defined by multiple situations."}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "definition": {"type": "object", "properties": {"text": {"type": "string"}, "translations": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "text": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["language", "text", "updated"]}}}, "required": ["text", "translations"]}, "paragraphs": {"type": "array", "items": {"type": "object", "properties": {"style": {"type": "string"}, "text": {"type": "string"}}, "required": ["style", "text"]}}}, "required": ["type", "definition", "paragraphs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["8\n3 4 6 8 10 18 21 24\n", "5\n2 3 4 8 16\n", "2\n10 20\n", "2\n10 21\n", "5\n250000 333333 500000 666666 1000000\n", "50\n1 2 5 7 9 14 19 24 25 29 31 34 37 40 43 44 46 53 54 57 58 59 60 61 62 64 66 68 69 70 72 75 78 79 80 81 82 84 85 86 87 88 89 90 91 92 93 94 96 98\n", "20\n1 2 4 8 16 32 64 128 256 512 1024 2048 4096 8192 16384 32768 65536 131072 262144 524288\n", "9\n2 3 6 15 22 42 105 1155 2048\n", "1\n1\n", "1\n42\n", "1\n1000000\n", "2\n1 1000000\n", "7\n1 10 100 1000 10000 100000 1000000\n", "2\n1 3\n", "4\n5 10 16 80\n", "3\n16 64 256\n", "2\n3 57\n", "6\n2 6 16 18 24 96\n", "7\n1 2 4 8 16 81 3888\n", "6\n2 4 6 8 18 36\n", "4\n2 4 6 18\n", "3\n1 3 5\n", "5\n2 4 5 25 125\n", "2\n7 343\n", "1\n8\n"], "outputs" : ["3\n", "4\n", "2\n", "1\n", "3\n", "4\n", "20\n", "4\n", "1\n", "1\n", "1\n", "2\n", "7\n", "2\n", "3\n", "3\n", "2\n", "4\n", "6\n", "4\n", "3\n", "2\n", "3\n", "2\n", "1\n"]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"8a0d63e2a03551ed72298c5c0d7df2d9e70012cbc3363a474a30f42f3b1856ec\"", "Last-Modified" : "Sun, 21 Feb 2021 15:20:50 GMT", "base" : {"repo" : {"name" : "django-crispy-forms-feedstock"}}, "closed_at" : "2021-02-21T15:20:47Z", "created_at" : "2021-02-21T13:54:07Z", "draft" : false, "head" : {"ref" : "1.11.1_h13c7ac"}, "html_url" : "https://github.com/conda-forge/django-crispy-forms-feedstock/pull/15", "id" : 577115540, "labels" : [{"color" : "191970", "default" : false, "description" : "Instruct the bot to retry the PR", "id" : 1890868471, "name" : "bot-rerun", "node_id" : "MDU6TGFiZWwxODkwODY4NDcx", "url" : "https://api.github.com/repos/conda-forge/django-crispy-forms-feedstock/labels/bot-rerun"}], "mergeable" : true, "mergeable_state" : "clean", "merged" : false, "merged_at" : null, "number" : 15, "state" : "closed", "updated_at" : "2021-02-21T15:20:50Z"} | 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": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VersionId" : "v8", "IsDefaultVersion" : false, "CreateDate" : "2020-06-24T17:08:06+00:00", "PolicyName" : "AWSCodeCommitFullAccess"} | json_instruct | {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Hitiaa O Te Ra", "dpt" : "Polyn\u00e9sie fran\u00e7aise", "inscrits" : 7891, "abs" : 5146, "votants" : 2745, "blancs" : 73, "nuls" : 52, "exp" : 2620, "res" : [{"panneau" : "11", "voix" : 1139}, {"panneau" : "2", "voix" : 965}, {"panneau" : "3", "voix" : 199}, {"panneau" : "9", "voix" : 153}, {"panneau" : "4", "voix" : 45}, {"panneau" : "1", "voix" : 38}, {"panneau" : "5", "voix" : 28}, {"panneau" : "6", "voix" : 24}, {"panneau" : "10", "voix" : 14}, {"panneau" : "7", "voix" : 8}, {"panneau" : "8", "voix" : 7}]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"static/js/0.3b816e60.chunk.js": {"type": "string"}, "static/js/0.3b816e60.chunk.js.map": {"type": "string"}, "cast-page.js": {"type": "string"}, "cast-page.js.map": {"type": "string"}, "home-page.js": {"type": "string"}, "home-page.js.map": {"type": "string"}, "main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "movie-details-page.js": {"type": "string"}, "movie-details-page.js.map": {"type": "string"}, "movie-page.js": {"type": "string"}, "movie-page.js.map": {"type": "string"}, "reviews-page.js": {"type": "string"}, "reviews-page.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/8.27e93cd6.chunk.js": {"type": "string"}, "static/js/8.27e93cd6.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.655188dcdbb3d33fc0966a486f1e5d57.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/main.0b3b89b5.chunk.css.map": {"type": "string"}, "static/js/8.27e93cd6.chunk.js.LICENSE": {"type": "string"}}, "required": ["static/js/0.3b816e60.chunk.js", "static/js/0.3b816e60.chunk.js.map", "cast-page.js", "cast-page.js.map", "home-page.js", "home-page.js.map", "main.css", "main.js", "main.js.map", "movie-details-page.js", "movie-details-page.js.map", "movie-page.js", "movie-page.js.map", "reviews-page.js", "reviews-page.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/8.27e93cd6.chunk.js", "static/js/8.27e93cd6.chunk.js.map", "index.html", "precache-manifest.655188dcdbb3d33fc0966a486f1e5d57.js", "service-worker.js", "static/css/main.0b3b89b5.chunk.css.map", "static/js/8.27e93cd6.chunk.js.LICENSE"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"static/js/0.3b816e60.chunk.js" : "/static/js/0.3b816e60.chunk.js", "static/js/0.3b816e60.chunk.js.map" : "/static/js/0.3b816e60.chunk.js.map", "cast-page.js" : "/static/js/cast-page.86731657.chunk.js", "cast-page.js.map" : "/static/js/cast-page.86731657.chunk.js.map", "home-page.js" : "/static/js/home-page.4783e7d7.chunk.js", "home-page.js.map" : "/static/js/home-page.4783e7d7.chunk.js.map", "main.css" : "/static/css/main.0b3b89b5.chunk.css", "main.js" : "/static/js/main.7f2004a1.chunk.js", "main.js.map" : "/static/js/main.7f2004a1.chunk.js.map", "movie-details-page.js" : "/static/js/movie-details-page.4b21e471.chunk.js", "movie-details-page.js.map" : "/static/js/movie-details-page.4b21e471.chunk.js.map", "movie-page.js" : "/static/js/movie-page.93d1f9f4.chunk.js", "movie-page.js.map" : "/static/js/movie-page.93d1f9f4.chunk.js.map", "reviews-page.js" : "/static/js/reviews-page.7ef5e703.chunk.js", "reviews-page.js.map" : "/static/js/reviews-page.7ef5e703.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.0d73a106.js", "runtime-main.js.map" : "/static/js/runtime-main.0d73a106.js.map", "static/js/8.27e93cd6.chunk.js" : "/static/js/8.27e93cd6.chunk.js", "static/js/8.27e93cd6.chunk.js.map" : "/static/js/8.27e93cd6.chunk.js.map", "index.html" : "/index.html", "precache-manifest.655188dcdbb3d33fc0966a486f1e5d57.js" : "/precache-manifest.655188dcdbb3d33fc0966a486f1e5d57.js", "service-worker.js" : "/service-worker.js", "static/css/main.0b3b89b5.chunk.css.map" : "/static/css/main.0b3b89b5.chunk.css.map", "static/js/8.27e93cd6.chunk.js.LICENSE" : "/static/js/8.27e93cd6.chunk.js.LICENSE"}, "entrypoints" : ["static/js/runtime-main.0d73a106.js", "static/js/8.27e93cd6.chunk.js", "static/css/main.0b3b89b5.chunk.css", "static/js/main.7f2004a1.chunk.js"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"static/js/0.3b816e60.chunk.js": {"type": "string"}, "static/js/0.3b816e60.chunk.js.map": {"type": "string"}, "cast-page.js": {"type": "string"}, "cast-page.js.map": {"type": "string"}, "home-page.js": {"type": "string"}, "home-page.js.map": {"type": "string"}, "main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "movie-details-page.js": {"type": "string"}, "movie-details-page.js.map": {"type": "string"}, "movie-page.js": {"type": "string"}, "movie-page.js.map": {"type": "string"}, "reviews-page.js": {"type": "string"}, "reviews-page.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/8.27e93cd6.chunk.js": {"type": "string"}, "static/js/8.27e93cd6.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.655188dcdbb3d33fc0966a486f1e5d57.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/main.0b3b89b5.chunk.css.map": {"type": "string"}, "static/js/8.27e93cd6.chunk.js.LICENSE": {"type": "string"}}, "required": ["static/js/0.3b816e60.chunk.js", "static/js/0.3b816e60.chunk.js.map", "cast-page.js", "cast-page.js.map", "home-page.js", "home-page.js.map", "main.css", "main.js", "main.js.map", "movie-details-page.js", "movie-details-page.js.map", "movie-page.js", "movie-page.js.map", "reviews-page.js", "reviews-page.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/8.27e93cd6.chunk.js", "static/js/8.27e93cd6.chunk.js.map", "index.html", "precache-manifest.655188dcdbb3d33fc0966a486f1e5d57.js", "service-worker.js", "static/css/main.0b3b89b5.chunk.css.map", "static/js/8.27e93cd6.chunk.js.LICENSE"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["level-scuttlebutt", "level-stay", "remember", "rtc-dcstream", "scuttleboat", "scuttlebutt-remote", "space-shuttle", "stay"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["510524105001", "\u4e24\u6cb3\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["510524105201", "\u4fdd\u4e30\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105203", "\u9547\u56fd\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105211", "\u4e50\u90ce\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105214", "\u6cb3\u8425\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105224", "\u5c16\u5c71\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105230", "\u9c7c\u9999\u576a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105234", "\u53cc\u72ee\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105235", "\u5173\u575d\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105236", "\u5929\u751f\u6865\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["510524105237", "\u592a\u5e73\u5c71\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Hamburg University of Applied Sciences", "alt_name" : "Hochschule f\u00fcr Angewandte Wissenschaften Hamburg (HAW Hamburg)", "country" : "Germany", "state" : null, "address" : {"street" : "Berliner Tor 5", "city" : "Hamburg", "province" : null, "postal_code" : "20099"}, "contact" : {"telephone" : "+49(40) 42875-0", "website" : "http://www.haw-hamburg.de", "email" : "[email protected]", "fax" : "+49(40) 42875-9149"}, "funding" : "Public", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jquery.webui-popover.css": {"type": "string"}, "jquery.webui-popover.js": {"type": "string"}, "jquery.webui-popover.min.css": {"type": "string"}, "jquery.webui-popover.min.js": {"type": "string"}}, "required": ["jquery.webui-popover.css", "jquery.webui-popover.js", "jquery.webui-popover.min.css", "jquery.webui-popover.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.webui-popover.css" : "sha512-q10u4POytYAvBetpb0ZHvzOznOL+OvIwZ+NNyeR+xxKaRZ6sPAySqPBL9+0YwbzU6t5ROG/j1jdp+oWYSnzoCA==", "jquery.webui-popover.js" : "sha512-RZdED+vczUndawaSgiRjn1CZqtR251JTkBSRIwfRDE93cBQjxmI7ZOgD1E7Mtf8/LGwtOGjpq9WA29+Qq3pEWg==", "jquery.webui-popover.min.css" : "sha512-1N5avFncA0uUsqeiwZY75+TqcCYZXXzf/c5tRpFtgBcRuDt3Md0DKNrs8D0TLcfrkh124hFVaz6m8/9KoapGdA==", "jquery.webui-popover.min.js" : "sha512-dbTqiFjmwnn65Zc8kH1ItYszjm3YR7a1oK/WUL/OG6RLQYCflbA1i/a/eIokv5/+cMyUYvExs1KDXxsqbAxHfQ=="} | json_instruct | {"type": "object", "properties": {"jquery.webui-popover.css": {"type": "string"}, "jquery.webui-popover.js": {"type": "string"}, "jquery.webui-popover.min.css": {"type": "string"}, "jquery.webui-popover.min.js": {"type": "string"}}, "required": ["jquery.webui-popover.css", "jquery.webui-popover.js", "jquery.webui-popover.min.css", "jquery.webui-popover.min.js"], "$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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["361104101001", "\u7530\u58a9\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["361104101201", "\u6e56\u6f6d\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["361104101202", "\u8377\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101203", "\u5ed6\u5bb6\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101204", "\u4e1c\u5751\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["361104101205", "\u5112\u575e\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["361104101206", "\u6d41\u6e90\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["361104101207", "\u9ec4\u5751\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["361104101208", "\u53cc\u6e90\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101209", "\u51b7\u6c34\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101210", "\u5c91\u5cf0\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101211", "\u9ec4\u77f3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101212", "\u4e03\u5cf0\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101213", "\u7ea2\u95e8\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["361104101214", "\u957f\u5858\u6e90\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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.