input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "4fa96872f6053b40d77ba74606288e99997d1ad4"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "type": {"type": "string"}, "exports": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type":... | {"name" : "@nodesecure/github", "version" : "1.0.1", "description" : "Download repository from github", "type" : "module", "exports" : "./index.js", "scripts" : {"prepublishOnly" : "pkg-ok", "test" : "cross-env esm-tape-runner 'test/**/*.js' | tap-monkey", "coverage" : "c8 -r html npm test"}, "repository" : {"type" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "exports": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "sultany", "definition" : "Sultanry. [Obs.] Fuller."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900143509": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900143510": {"type": "object", "properties": {"n... | {"900143509" : {"nama" : "TPS 1", "dapil" : [1802, 11808, 2180706]}, "900143510" : {"nama" : "TPS 2", "dapil" : [1802, 11808, 2180706]}, "900143511" : {"nama" : "TPS 3", "dapil" : [1802, 11808, 2180706]}, "900143512" : {"nama" : "TPS 4", "dapil" : [1802, 11808, 2180706]}, "900143513" : {"nama" : "TPS 5", "dapil" : [180... | json_instruct | {"type": "object", "properties": {"900143509": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900143510": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "integer"}, "available": {"type": "integer"}, "image": {"type": "string"}, "id": {"type": "string"}}, "re... | [{"title" : "Kona Operator", "description" : "dh bike", "price" : 6849, "available" : 2, "image" : "https://images.konaworld.com/2021/med/operator_cr.jpg", "id" : "6ecd6c6a-e77c-4f05-8af9-89ae9524cf76"}, {"title" : "Kona Remote 160", "description" : "electro bike", "price" : 9849, "available" : 2, "image" : "https://im... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "price": {"type": "integer"}, "available": {"type": "integer"}, "image": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "description", "price", "available", "image", "id"]},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"This file is too big to be opened. Please download the file instead.": {"type": "string"}, "Cannot read the file.": {"type": "string"}, "Invalid file path supplied.": {"type": ... | {"translations" : {"This file is too big to be opened. Please download the file instead." : "\u0627\u0644\u0645\u0644\u0641 \u0643\u0628\u064a\u0631 \u0644\u0644\u063a\u0627\u064a\u0629 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0641\u062a\u062d\u0647. \u064a\u064f\u0631\u062c\u0649 \u062a\u0646\u0632\u064a\u0644 \u... | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"This file is too big to be opened. Please download the file instead.": {"type": "string"}, "Cannot read the file.": {"type": "string"}, "Invalid file path supplied.": {"type": "string"}, "The file is locked.": {"type": "string"}, "An i... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "bundleId": {"type": "string"}, "uri": {"type": "string"}, "icon": {"type": "string"}, "bypasses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}},... | {"name" : "McDonald's (Global)", "bundleId" : "com.mcdonalds.mobileapp", "uri" : "https://apps.apple.com/gb/app/mcdonalds/id1217507712", "icon" : "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/d5/18/e2/d518e20b-3434-0a18-a89f-c03563d97f92/source/512x512bb.jpg", "bypasses" : [{"name" : "Liberty Lite (Beta)"}, {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "bundleId": {"type": "string"}, "uri": {"type": "string"}, "icon": {"type": "string"}, "bypasses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "bundleId", "uri", "ico... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft... | {"parent" : "item/handheld", "textures" : {"layer0" : "amethysttoolsmod:items/iron_pickaxe_amethyst"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id":... | {"id" : 101938217, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "c50f8b019ad41a174b45bc32be00195b", "wof:id" : 101938217, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [147.1713, -41.57151, 147.1713, -41.57151], "geometry" : {"coordina... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": ... | {"kind" : "Method", "name" : "String.repeat", "href" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat", "description" : "The repeat() method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenat... | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "requi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-79.155229, 37.4039], [-79.140119, 37.412413], [-79.136662, 37.408534], [-79.140344, 37.406448], [-79.141098, 37.402118], [-79.142943, 37.400717], [-79.153062, 37.398874], [-79.155229, 37.4039]]]}, "type" : "Feature", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "nuke-submit-user": {"type": "string"}, "nuke-select": {"type": "string"}}, "required": ["@metad... | {"@metadata" : {"authors" : ["Imre", "\u05e4\u05d5\u05d9\u05dc\u05d9\u05e9\u05e2\u05e8"]}, "nuke-submit-user" : "\u05e6\u05d9\u05d9\u05d2\u05df", "nuke-select" : "\u05d0\u05d5\u05d9\u05e1\u05d5\u05d5\u05d9\u05d9\u05dc\u05df: $1"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "nuke-submit-user": {"type": "string"}, "nuke-select": {"type": "string"}}, "required": ["@metadata", "nuke-submit-user", "nuke-select"], "$schema": "htt... |
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": {"... | {"citations" : [{"textCitation" : "[See frsucmpt2 on Metamath](http://us.metamath.org/mpegif/frsucmpt2.html)"}], "names" : ["frsucmpt2"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cF", "#T_wceq", "#T_crdg--1", "#T_vx", "#T_cmpt--1", "#T_cvv", "#T_cmpt--2", "#T_cC", "#T_crdg--2", "#T_cA", "#T_cres", "#T_com",... | 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": "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"currentVersion": {"type": "string"}}, "required": ["currentVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"currentVersion" : "git-Paper-1618 (MC: 1.12.2)"} | json_instruct | {"type": "object", "properties": {"currentVersion": {"type": "string"}}, "required": ["currentVersion"], "$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": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [433.09, 97.3862, 1, 435.178, 125.278, 1, 419.416, 126.053, 1, 417.774, 93.5327, 1, 427.966, 73.3605, 1, 442.882, 138.674, 1, 457.509, 103.288, 1, 450.803, 71.3195, 1, 426.634, 188.524, 1, 429.045, 244.966, 1, 425.544, 284.522, 1, 445.745, 186.908, 1, 446.527, 243.92... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["@negebauer/eslint-config-base"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name... | {"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"name" : "kamrup metropolitan", "registeredUsers" : 630676}, {"name" : "nagaon", "registeredUsers" : 215750}, {"name" : "barpeta", "registeredUsers" : 191700}, {"name" : "cachar", "registeredUsers" : 185350}, {"name" : "dibrugarh", "regis... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": [... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/corrugated_metal_slab_bottom_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["minecraft:pink_concrete", "chipped:pink_concrete_1", "chipped:pink_concrete_2", "chipped:pink_concrete_3", "chipped:pink_concrete_4", "chipped:pink_concrete_5", "chipped:pink_concrete_6", "chipped:pink_concrete_7", "chipped:pink_concrete_8", "chipped:pink_concrete_9", "chipped:pink_conc... | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "nul... | {"accountLinkingWhitelistedDomains" : null, "asin" : "B01MXQOEUC", "averageRating" : 4, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "When asked, Alexa will tell you how many days until your next visit to Disney World. Alexa can also tell you the operating hours for each of the four m... | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type":... | [{"fees" : -2500000000, "ts" : "1535630864", "txid" : "456339c1b6ffead840a8d1b32128aef1e69b3b22b0c81c1c875f6b1a3eac6c26", "block" : 1425554, "in" : [{"coinbase" : "0392c0150410de875b082001075801000000052f6d70682f"}], "sent" : 2500000000, "out" : [{"value" : 0}, {"addr" : "MJpTHvn5TSgzr6mNsdEu28zMnQX232jr9q", "value" : ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"fees": {"type": "integer"}, "ts": {"type": "string"}, "txid": {"type": "string"}, "block": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"coinbase": {"type": "string"}}, "required": ["coinbase"]}}, "sent": {"type": "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"genres": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "name", "title"]}}}, "required": ["genr... | {"genres" : [{"id" : 1, "name" : "action", "title" : "A\u00e7\u00e3o"}, {"id" : 2, "name" : "comedy", "title" : "Com\u00e9dia"}, {"id" : 3, "name" : "documentary", "title" : "Document\u00e1rio"}, {"id" : 4, "name" : "drama", "title" : "Drama"}, {"id" : 5, "name" : "horror", "title" : "Terror"}, {"id" : 6, "name" : "fam... | json_instruct | {"type": "object", "properties": {"genres": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "name", "title"]}}}, "required": ["genres"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "match": {"type": "array", "items": {"type": "string"}}, "icon": {"typ... | {"name" : "npmjs-copy-name-only", "namespace" : "https://github.com/rxliuli/userjs", "version" : "0.1.0", "description" : "npm.js \u4ec5\u590d\u5236\u540d\u5b57", "author" : "rxliuli", "match" : ["https://www.npmjs.com/package/*"], "icon" : "https://www.google.com/s2/favicons?domain=npmjs.com"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "match": {"type": "array", "items": {"type": "string"}}, "icon": {"type": "string"}}, "required": ["name", "namespace", "version"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://jso... | {"word" : "Entertain", "definitions" : ["Provide (someone) with amusement or enjoyment.", "Receive (someone) as a guest and provide them with food and drink.", "Give attention or consideration to (an idea or feeling)"], "parts-of-speech" : "Verb"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"fmt": {"type": "string"}, "lint": {"type": "string"}, "serve": {"type": "string"}}, "required": ["fmt", "lint", "serve"]}, "devDependencies": {"type": "object", "properties": {"@types... | {"scripts" : {"fmt" : "npx prettier --write package.json \"**/*.{js,ts}\"", "lint" : "npx eslint \"src/*.{js,ts}\"", "serve" : "npx webpack serve"}, "devDependencies" : {"@types/node" : "^17.0.23", "@typescript-eslint/eslint-plugin" : "^5.16.0", "@typescript-eslint/parser" : "^5.16.0", "eslint" : "^8.12.0", "eslint-co... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"fmt": {"type": "string"}, "lint": {"type": "string"}, "serve": {"type": "string"}}, "required": ["fmt", "lint", "serve"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@typescript-eslint/eslint-pl... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [91, 13, 193, 211, 189, 57, 69, 188, 211, 212, 129, 67, 191, 9, 97, 40, 206, 138, 13, 213, 158, 221, 55, 22, 218, 96, 25, 191, 196, 96, 33, 113, 183, 129, 241, 251, 209, 228, 189, 121, 215, 27, 155, 105, 88, 11, 243, 23, 10, 38, 64, 239, 5, 171, 120, 147, 75, 38, 77, 130, 196, 189, 16, 214] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": ... | {"name" : "sharpn", "version" : "1.0.0", "author" : "Nolan Corcoran", "description" : "Sharpn", "keywords" : ["AngularJS"], "license" : "ISC", "homepage" : "http://dmg-app.com", "private" : false, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "devDependencies" : {}, "dependencies" : {"angul... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore... |
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#"}
| [["520103402001", "\u6c11\u751f\u8def\u5c45\u59d4\u4f1a", "111", "0"], ["520103402002", "\u7535\u53f0\u8857\u5c45\u59d4\u4f1a", "111", "0"], ["520103402003", "\u4e1c\u65b0\u8def\u5c45\u59d4\u4f1a", "111", "0"], ["520103402004", "\u83b2\u82b1\u5761\u5c45\u59d4\u4f1a", "111", "0"], ["520103402005", "\u5b9d\u5c71\u8def\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"w": {"type": "object", "properties": {"item": {"type": "string"}}, "req... | {"type" : "minecraft:crafting_shaped", "group" : "carpet", "pattern" : ["ww"], "key" : {"w" : {"item" : "rubymod:ruby_wool"}}, "result" : {"item" : "rubymod:ruby_carpet", "count" : 3}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"w": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["w"]}, "result": {"type"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "style": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type"... | {"name" : "leaflet-iconmaterial", "version" : "1.1.0", "description" : "Just another shameless copy of Awesome-Markers, but this time SVG-based with Material Icons: customizable fill and outline.", "main" : "dist/leaflet.icon-material.js", "style" : "dist/leaflet.icon-material.css", "scripts" : {"test" : "echo \"Error:... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "style": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "prop... |
Generate a valid JSON object that conforms to the following 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":... | {"id" : 404337109, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9c6b02d5e4a0e7307e8e856754e78faa", "wof:id" : 404337109, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-3.47746, 38.22776, -3.47746, 38.22776], "geometry" : {"coordinate... | 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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "... | {"name" : "itcrowd-challenge-fullstack", "version" : "1.0.0", "description" : "", "main" : "indexjs", "author" : "Diego Lameira <diegolameira@me.com>", "license" : "MIT", "private" : true, "workspaces" : ["apps/*"], "keywords" : ["challenges", "diegolameira"], "scripts" : {"develop:debug" : "yarn workspace @project/api... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "keywords... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "jest": {"type": "object", "propert... | {"name" : "testing", "version" : "1.0.0", "description" : "", "main" : "index.js", "dependencies" : {}, "jest" : {"transform" : {"\\.(ts|tsx)$" : "<rootDir>/node_modules/ts-jest/preprocessor.js"}, "testRegex" : "/test/.*\\.(ts|js)$", "coverageReporters" : ["html"], "coverageDirectory" : "coverage", "collectCoverageFrom... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "jest": {"type": "object", "properties": {"transform": {"type": "object", "properties": {"\\.(... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "i... | {"name" : "fasp-web-client", "description" : "A web app to control Friendly Audio Streaming Protocol receivers.", "version" : "1.2.4", "main" : "index.js", "files" : ["index.js", "src", "dist"], "keywords" : ["audio", "streaming", "friendly audio streaming protocol", "fasp"], "author" : "Jannis R <mail@jannisr.de>", "h... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"likely-commonjs.js": {"type": "string"}, "likely.css": {"type": "string"}, "likely.js": {"type": "string"}}, "required": ["likely-commonjs.js", "likely.css", "likely.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"likely-commonjs.js" : "sha512-SZf/oP/8igzgpeiNVQd7hW/wd1PJV8Zrb/olECQ4Sa5gq/ufUXB/RmR8pjCSfgAFpb7kxJT5i+G5RmSDqyMFpw==", "likely.css" : "sha512-SkLiTf9E/IU5OXjGVZHvjmFOhpyFLA53B6WCxlTLt0IU9OVKmmIqTyx0aPKfnNT/7KwxSrts+233ulHBBjEALg==", "likely.js" : "sha512-0dMnQXt/Uqrp8AuLvB96K7UF+TUh7h4YB0IAUvq822rYJhDvVNjZLscnutOPm... | json_instruct | {"type": "object", "properties": {"likely-commonjs.js": {"type": "string"}, "likely.css": {"type": "string"}, "likely.js": {"type": "string"}}, "required": ["likely-commonjs.js", "likely.css", "likely.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d462-108", "text" : "2\n. I, \u201e2\u00b0^TheJ.rat5er8\u00b0\u00b0 Pro:,eo<i \" David Berkman. Xerox developed\n*? 1 f^eationai package and several skills packages, Including\nmotion pictures for example, which was successfully tried out In\nPaterson with drop-outs and equivalent from ghetto conditions.1\nun... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["bing"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"quotemark": {"type": "boolean"}, "no-console": {"type": "boolean"}, "linebreak-style": {"type": "boolean"}, ... | {"extends" : ["strict-tslint-config"], "rules" : {"quotemark" : false, "no-console" : false, "linebreak-style" : false, "no-use-before-declare" : false}, "linterOptions" : {"exclude" : ["**/node_modules/**", "**/dist/**"]}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"quotemark": {"type": "boolean"}, "no-console": {"type": "boolean"}, "linebreak-style": {"type": "boolean"}, "no-use-before-declare": {"type": "boolean"}}, "required": ["quotemark", "n... |
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"}, "wo... | {"id" : 421169151, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "4b304180e545f1ad5314efa944e1499a", "wof:id" : 421169151, "wof:repo" : "whosonfirst-data-admin-pa"}, "bbox" : [-82.43085, 8.42729, -82.43085, 8.42729], "geometry" : {"coordinate... | 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": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}... | {"kind" : "Constructor", "name" : "XRSessionEvent.XRSessionEvent", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/XRSessionEvent/XRSessionEvent", "description" : "The WebXR Device API's XRSessionEvent() constructor creates and returns a new XRSessionEvent object.", "refs" : [{"name" : "WebXR Device API", "h... | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "requi... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pangle, Aroroy, Masbate, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.masbate.aroroy.pangle", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "2", "region_reference" : "... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"restructuredtext.confPath": {"type": "string"}}, "required": ["restructuredtext.confPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"restructuredtext.confPath" : "${workspaceFolder}/documents/source"} | json_instruct | {"type": "object", "properties": {"restructuredtext.confPath": {"type": "string"}}, "required": ["restructuredtext.confPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}, "titleBar.inactiveBackground": {"type": "string"}}, "required": ["titleBar.activeBackground", "titleBar.inactiv... | {"workbench.colorCustomizations" : {"titleBar.activeBackground" : "#D8A127", "titleBar.inactiveBackground" : "#D8A127"}, "cSpell.words" : ["halbert", "leaderboards", "seedrandom", "signin", "signout"]} | json_instruct | {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}, "titleBar.inactiveBackground": {"type": "string"}}, "required": ["titleBar.activeBackground", "titleBar.inactiveBackground"]}, "cSpell.words": {"type": "array", "items": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "st... | {"name" : "tinypng-cli", "version" : "0.0.7", "description" : "Handy command line tool for shrinking PNG images using the TinyPNG API", "homepage" : "https://github.com/ifWater/tinypng-cli", "author" : "websperts <hello@websperts.com>", "repository" : {"type" : "git", "url" : "git@github.com:ifWater/tinypng-cli.git"}, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"shell_port": {"type": "integer"}, "iopub_port": {"type": "integer"}, "stdin_port": {"type": "integer"}, "control_port": {"type": "integer"}, "hb_port": {"type": "integer"}, "ip": {"type": "string"}, "key": {"type": "... | {"shell_port" : 50028, "iopub_port" : 50029, "stdin_port" : 50030, "control_port" : 50032, "hb_port" : 50031, "ip" : "127.0.0.1", "key" : "6e548492-3a69e0a4d11385fcb2dedfad", "transport" : "tcp", "signature_scheme" : "hmac-sha256", "kernel_name" : ""} | json_instruct | {"type": "object", "properties": {"shell_port": {"type": "integer"}, "iopub_port": {"type": "integer"}, "stdin_port": {"type": "integer"}, "control_port": {"type": "integer"}, "hb_port": {"type": "integer"}, "ip": {"type": "string"}, "key": {"type": "string"}, "transport": {"type": "string"}, "signature_scheme": {"type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "prerequisite": {"type": "string"}, "moduleCredi... | {"acadYear" : "2019/2020", "description" : "This module is designed to give level 2 students an introduction to research. The student will undertake a laboratory based investigation on a topic proposed by the supervisor. Students work independently but under the close supervision of the supervisor.", "title" : "Basic U... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "proper... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.244806, 52.571618]}, "properties" : {"site-plan-url" : "https://planpa.peterborough.gov.uk/online-applications/applicationDetails.do?activeTab=map&keyVal=O8CMX5ML0CW00", "planning-permission-date" : "2015-07-09", "planning-permission-type" : "full... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string... | {"body" : "Fabtests provides runtime analysis tools and examples of libfabric.\r\n\r\nAs with other projects that are [tightly version-bound](https://github.com/ofiwg/libfabric/blob/33ea19fd66119b8218dc50678f240d44084c2690/.travis.yml#L110-L118), e.g. `py-adios` and `adios`, the fact that releases stem from the same re... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": ... | {"id" : 363309, "node" : [{"id" : 247182, "name" : "\u5730\u7403\u5916\u5c11\u5e74\u5c11\u5973 \u524d\u7de8", "nameCN" : "\u5730\u7403\u5916\u5c11\u5e74\u5c11\u5973 \u524d\u7bc7", "image" : "//lain.bgm.tv/pic/cover/m/3f/e4/247182_0g1ui.jpg", "date" : "2022-01-28"}, {"id" : 363309, "name" : "\u5730\u7403\u5916\u5c11\u5e... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "hosen", "definition" : "See Hose. [Archaic]"} | 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": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200871107726000, "key" : "/static/f9cd53abc2a2a52fd2d7a1fae14ff112/9a128/matcht.jpg", "val" : "224271cf2b900e5d85c504d7228a3f67"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$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" : "1609031030", "district_id" : "1609031", "name" : "GUMUK REJO"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"AppConfigurations": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "recipients": {"type": "string"}, "folderName": {"type": "string"}, "interval": {"type": "string"}}... | {"AppConfigurations" : {"email" : "youexchangeemail@email.com", "password" : "yourpassword", "recipients" : "afiniti.psautomation@ps-afiniti.com", "folderName" : "yourfolder", "interval" : "2"}} | json_instruct | {"type": "object", "properties": {"AppConfigurations": {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "recipients": {"type": "string"}, "folderName": {"type": "string"}, "interval": {"type": "string"}}, "required": ["email", "password", "recipients", "folderName", "interv... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"user": {"type": "string"}, "consumerGroup": {"type": "string"}, "consumerId": {"type": "string"}, "environmentName": {"type": "string"}, "sdcAddress": {"type": "string"}, "password": {"type": "string"}, "pollingInterval": {"type... | {"user" : "User", "consumerGroup" : "consumerGroup", "consumerId" : "consumerId", "environmentName" : "environmentName", "sdcAddress" : "hostname:8080", "password" : "QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd", "pollingInterval" : 10, "pollingTimeout" : 30, "activateServerTLSAuth" : true, "keyStorePassword" : "QpF2Tc... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "consumerGroup": {"type": "string"}, "consumerId": {"type": "string"}, "environmentName": {"type": "string"}, "sdcAddress": {"type": "string"}, "password": {"type": "string"}, "pollingInterval": {"type": "integer"}, "pollingTimeout": {"type": "integer"}, "ac... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"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" : "3604080001", "district_id" : "3604080", "name" : "PANYABRANGAN"}, {"id" : "3604080002", "district_id" : "3604080", "name" : "DAHU"}, {"id" : "3604080003", "district_id" : "3604080", "name" : "BANTAR PANJANG"}, {"id" : "3604080004", "district_id" : "3604080", "name" : "KATULISAN"}, {"id" : "3604080005", "distr... | json_instruct | {"type": "array", "items": {"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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "required": ["Nam... | {"accession_number" : "45.185", "actors" : [{"ULAN" : {"Name" : null, "UlanIdNo" : null}, "after_follower" : null, "birth_date" : "1888", "collaboration" : null, "death_date" : "1975", "display_name" : "Gleb W. Derujinsky", "first" : "Gleb", "fullname" : "Gleb W. Derujinsky", "irn" : 5396, "last" : "Derujinsky", "middl... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {"type": "object", "properties": {"ULAN": {"type": "object", "properties": {"Name": {"type": "null"}, "UlanIdNo": {"type": "null"}}, "required": ["Name", "UlanIdNo"]}, "after_follower": {"type": "null"}, "birt... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/s... | [{"package" : "bioconductor-sracipe", "downloads" : 8300, "count" : 5766}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "Audi", "author" : "DaKingOfLions", "count" : 13} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"web_module_name": {"type": "string"}, "web_module_path": {"type": "string"}, "sockJs_routes": {"type": "array", "items": {}}, "url_routes": {"type": "array", "items": {"type": "object", "properties": {"url": ... | {"web_module_name" : "dostrap", "web_module_path" : "dostrap", "sockJs_routes" : [], "url_routes" : [{"url" : "*", "action" : "sendFile", "action_path" : "WebContent/dostrap"}]} | json_instruct | {"type": "object", "properties": {"web_module_name": {"type": "string"}, "web_module_path": {"type": "string"}, "sockJs_routes": {"type": "array", "items": {}}, "url_routes": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "action": {"type": "string"}, "action_path": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "it... | {"rustc" : 13734670590633463302, "features" : "[]", "target" : 10088282520713642473, "profile" : 9935990280773120926, "path" : 15564202616831203752, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/ryu-20316cb97807e5e4/dep-build-script-build_script_build-20316cb97807e5e4"}}], "rustflags" : []... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"invocationId": {"type": "string"}, "applicationArn": {"type": "string"}, "records": {"type": "array", "items": {"type": "object", "properties": {"recordId": {"type": "string"}, "data": {"type": "string"}}, "required": ["recordId... | {"invocationId" : "invocationIdExample", "applicationArn" : "arn:{partition}:kinesisanalytics:exampleApplication", "records" : [{"recordId" : "123456", "data" : "VGhpcyBpcyBhIHRlc3QgZnJvbSBraW5lc2lzIGFuYWx5dGljcw=="}, {"recordId" : "142857", "data" : "VGhpcyBpcyBhIHRlc3QgZnJvbSBraW5lc2lzIGFuYWx5dGljcw=="}]} | json_instruct | {"type": "object", "properties": {"invocationId": {"type": "string"}, "applicationArn": {"type": "string"}, "records": {"type": "array", "items": {"type": "object", "properties": {"recordId": {"type": "string"}, "data": {"type": "string"}}, "required": ["recordId", "data"]}}}, "required": ["invocationId", "applicationA... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "pr... | {"name" : "eslint-config-imart", "version" : "2.2.4", "description" : "Definition of ESLint rules and intra-mart JavaScript API", "main" : "index.js", "scripts" : {"build" : "node ./lib/build-globals.js", "test" : "eslint --fix . && mocha", "precommit" : "npm test"}, "repository" : {"type" : "git", "url" : "https://git... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["build", "test"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "unvotedandshelved:block/copper_pillar"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 20468, "cartId" : "c5c6510c-70ff-43d4-8397-da527ef11650", "preferredProducts" : [1253, 3834, 2366], "productReviews" : [{"productId" : 3913, "reviewText" : "This is a really good Incredible Steel Bacon.", "reviewDate" : "2016-10-27T17:59:57.1879804+03:00"}, {"productId" : 28, "reviewText" : "this generate i... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"fdtd_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "devic... | {"fdtd_kernel20" : {"write" : {"device_start" : 1586198480.4630811, "host_queued_start" : 1586198563.464286, "device_queued" : 1586198480.4630666, "device_end" : 1586198480.4632025, "host_queued_end" : 1586198563.464644}, "device" : "gpu", "nd_range" : {"device_start" : 1586198480.4632084, "device_end" : 1586198480.463... | json_instruct | {"type": "object", "properties": {"fdtd_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "req... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "license": {"type": "string"}, "private": {"type": "bool... | {"name" : "strategy-and-knowledge-for-moderately-good-npm-publish", "description" : "strategy-and-knowledge-for-moderately-good-npm-publish", "version" : "1.0.0", "author" : "1natsu", "keywords" : [], "license" : "MIT", "private" : true, "scripts" : {"start" : "mdx-deck ./deck.mdx", "now-build" : "mdx-deck build --no-h... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {... |
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" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-72.656426, 41.269909], [-72.654266, 41.271252], [-72.654861, 41.272675], [-72.65436, 41.273988], [-72.652155, 41.274792], [-72.649689, 41.27441], [-72.647987, 41.275902], [-72.649277, 41.279556], [-72.646847, 41.281122],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"typ... | {"name" : "digiwallet/transaction-client", "type" : "library", "description" : "DigiWallet Transaction Client", "license" : "proprietary", "minimum-stability" : "stable", "prefer-stable" : true, "require" : {"php" : ">7.1", "ext-json" : "*", "guzzlehttp/guzzle" : "^6.3"}, "require-dev" : {"phpunit/phpunit" : "^8"}, "au... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-json": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"location": {"type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "country_population": {"type": "integer"}, "province": {"type": "stri... | {"location" : {"id" : 123, "country" : "Guatemala", "country_code" : "GT", "country_population" : 13550440, "province" : "", "county" : "", "last_updated" : "2020-03-31T09:29:47.751905Z", "coordinates" : {"latitude" : "15.7835", "longitude" : "-90.2308"}, "latest" : {"confirmed" : 36, "deaths" : 1, "recovered" : 0}, "t... | json_instruct | {"type": "object", "properties": {"location": {"type": "object", "properties": {"id": {"type": "integer"}, "country": {"type": "string"}, "country_code": {"type": "string"}, "country_population": {"type": "integer"}, "province": {"type": "string"}, "county": {"type": "string"}, "last_updated": {"type": "string"}, "coor... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-4wp5-gx3f-rhgh", "modified" : "2022-05-02T03:47:43Z", "published" : "2022-05-02T03:47:43Z", "aliases" : ["CVE-2009-3691"], "details" : "Multiple integer overflows in setnet32.exe 3.50.0.13752 in IBM Informix Client SDK 3.0 and 3.50 and Informix Connect Runtime 3.x allow remote ... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"printThis.js": {"type": "string"}, "printThis.min.js": {"type": "string"}}, "required": ["printThis.js", "printThis.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"printThis.js" : "sha512-dvY9NhQ/MZlqaOrLzJb/li30/F0ORspaNuTPikTOVpVINApgFCN96lzHVXcTjCN9DB1BUUaR328R+EnRQeT9xQ==", "printThis.min.js" : "sha512-q4kY6PLCmuZdhcDXWvOIsRAFQOFfuBe88amMCC9XED+ZbJfk0vxcpzUFD4TjO5fGfKI7e8CPbSrhlxsyFBckMg=="} | json_instruct | {"type": "object", "properties": {"printThis.js": {"type": "string"}, "printThis.min.js": {"type": "string"}}, "required": ["printThis.js", "printThis.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"validateTags": {"type": "boolean"}, "validTags": {"type": "array", "items": {"type": "string"}}}, "required": ["validateTags", "validTags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"validateTags" : false, "validTags" : ["Aero", "Skin"]} | json_instruct | {"type": "object", "properties": {"validateTags": {"type": "boolean"}, "validTags": {"type": "array", "items": {"type": "string"}}}, "required": ["validateTags", "validTags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"block.soulify.soul_magma_block": {"type": "string"}}, "required": ["block.soulify.soul_magma_block"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"block.soulify.soul_magma_block" : "Soul Magma Block"} | json_instruct | {"type": "object", "properties": {"block.soulify.soul_magma_block": {"type": "string"}}, "required": ["block.soulify.soul_magma_block"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type"... | {"name" : "dominus77/yii2-fontawesome-iconpicker", "description" : "Font Awesome Icon Picker plugin for Twitter Bootstrap widget for Yii2.", "type" : "yii2-extension", "keywords" : ["dominus77", "yii2", "extension", "widget", "bootstrap", "popover", "iconpicker", "fontawesome"], "license" : "BSD-3-Clause", "authors" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture"... | {"prefecture" : "\u9759\u5ca1\u770c", "city" : "\u9759\u5ca1\u5e02", "prefecture_kana" : "\u30b7\u30ba\u30aa\u30ab\u30b1\u30f3", "city_kana" : "\u30b7\u30ba\u30aa\u30ab\u30b7", "code" : "221007", "code5" : "22100"} | json_instruct | {"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map... | {"ast" : null, "code" : "var trimmedEndIndex = require('./_trimmedEndIndex');\n/** Used to match leading whitespace. */\n\n\nvar reTrimStart = /^\\s+/;\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\n\n... | 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/s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "metricset": {"type": "object", "prop... | {"@timestamp" : "2016-05-23T08:05:34.853Z", "beat" : {"hostname" : "host.example.com", "name" : "host.example.com"}, "metricset" : {"module" : "system", "name" : "process", "rtt" : 115}, "system" : {"process" : {"cmdline" : "/var/folders/8x/rnyk6yxn6w97lddn3bs02gf00000gn/T/go-build935695167/github.com/elastic/beats/met... | json_instruct | {"type": "object", "properties": {"@timestamp": {"type": "string"}, "beat": {"type": "object", "properties": {"hostname": {"type": "string"}, "name": {"type": "string"}}, "required": ["hostname", "name"]}, "metricset": {"type": "object", "properties": {"module": {"type": "string"}, "name": {"type": "string"}, "rtt": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/mechparts/body/mechbodyglitch.item": {"type": "array", "items": {"type": "str... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/mechparts/body/mechbodyglitch.item" : ["/description"]}, "Texts" : {"Eng" : "A mighty Glitch-styled mech body, made from thick layers of plated violium.", "Rus" : "\u041c\u043e\u0433\u0443\u0447\u0438\u0439 \u043c\u0435\u0445 \u0432 \u0441\u0442\u0438\u043b\u0435 \... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/mechparts/body/mechbodyglitch.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/mechparts/body/mechbodyglitch.ite... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"app_name": {"type": "string"}, "app_version": {"type": "string"}, "go_version": {"type": "string"}, "chain_app_version": {"type": "integer"}, "chain_block_version": {"type": "integer"}, "chain_id": {"type": "... | {"app_name" : "oasishub-indexer", "app_version" : "0.5.2", "go_version" : "1.14", "chain_app_version" : 1703936, "chain_block_version" : 11, "chain_id" : "c014bda208f670539e8f03016b0dcfe16e0c2ad9a060419d1a", "chain_name" : "amber-2020-08-06-1596754800", "genesis_height" : 717600, "genesis_time" : "2020-08-06T16:00:00Z"... | json_instruct | {"type": "object", "properties": {"app_name": {"type": "string"}, "app_version": {"type": "string"}, "go_version": {"type": "string"}, "chain_app_version": {"type": "integer"}, "chain_block_version": {"type": "integer"}, "chain_id": {"type": "string"}, "chain_name": {"type": "string"}, "genesis_height": {"type": "integ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "active": {"type": "boolean"}, "t... | {"resourceType" : "Organization", "id" : "lab-org-example", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 73588009}\">Hospital-based laboratory facility</span>... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "active": {"type": "boolean"}, "type": {"type": "array", "items": {"type": "object", "proper... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "i... | {"errors" : [], "warnings" : [], "namedChunkGroups" : {"app" : {"chunks" : [4, 1, 3, 0], "assets" : ["webpack-runtime-66dc22fb72534d8d39c4.js", "webpack-runtime-66dc22fb72534d8d39c4.js.map", "commons-7a992189d1b9ee3aedbd.js", "commons-7a992189d1b9ee3aedbd.js.map", "styles.1c206beab876bb942633.css", "styles-bfdecd631280... | json_instruct | {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "warnings": {"type": "array", "items": {}}, "namedChunkGroups": {"type": "object", "properties": {"app": {"type": "object", "properties": {"chunks": {"type": "array", "items": {"type": "integer"}}, "assets": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.contextMenu.css": {"type": "string"}, "jquery.contextMenu.js": {"type": "string"}, "jquery.contextMenu.min.css": {"type": "string"}, "jquery.contextMenu.min.js": {"type": "string"}}, "required": ["jquery... | {"jquery.contextMenu.css" : "sha256-WWvcy+MRVZPqaf7y9vIC74uZpIBCOykeahoMhL52wNg=", "jquery.contextMenu.js" : "sha256-HziCvNgc0cQUJdama1Cz1/y0DYDLj4Tw6wlRHnqoKT8=", "jquery.contextMenu.min.css" : "sha256-KCgQbTorZi7tbt4Q+MNl/DpWyfqnrGCBblT9qTZDYd0=", "jquery.contextMenu.min.js" : "sha256-Jklioiyg8D+RR9o4eW/zNOg0E+Obb0Al... | json_instruct | {"type": "object", "properties": {"jquery.contextMenu.css": {"type": "string"}, "jquery.contextMenu.js": {"type": "string"}, "jquery.contextMenu.min.css": {"type": "string"}, "jquery.contextMenu.min.js": {"type": "string"}}, "required": ["jquery.contextMenu.css", "jquery.contextMenu.js", "jquery.contextMenu.min.css", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descriptio... | {"title" : "\u65e9\u82d7\u3055\u3093\u3068\u970a\u5922\u3061\u3083\u3093\u3067Lamb.\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "homeALTO", "description" : "\u30cb\u30b3\u52d5\u3067UP\u3063\u305f\u5206\u306e\u5dee\u5206\u3067\u3059\u3002<br><aundefinedhref='https://www.nicovideo.jp/watch/sm39766983'>https://www.ni... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}... | {"source" : "J. Long", "trackCount" : 1, "tracks" : [{"_id" : "2360", "names" : ["I'm A Fool For You, Girl"], "releases" : [{"_id" : "593", "names" : ["Dandy In The Underworld"]}], "artists" : [{"_id" : "256", "names" : ["T. Rex"]}]}], "targets" : [{"name" : "Paul Humphrey", "targetId" : "820", "trackCount" : 1, "track... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "propert... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"continent": {"type": "string"}}, "required": ["continent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"continent" : "Africa"}, {"continent" : "Antarctica"}, {"continent" : "Asia"}, {"continent" : "Europe"}, {"continent" : "Oceania"}, {"continent" : "North America"}, {"continent" : "South America"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"continent": {"type": "string"}}, "required": ["continent"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"27678\"": {"type": "string"}, "\"27668\"": {"type": "string"}, "\"27666\"": {"type": ... | {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"27678\"" : "Arrah", "\"27668\"" : "Bocanda", "\"27666\"" : "Bongouanou", "\"27654\"" : "Daoukro", "\"27653\"" : "Didievi", "\"27650\"" : "Dimbokro", "\"27652\"" : "Djekanou", "\"27629\"" : "Kouassi-Kouassikro", "\"27615\"" : "M'Bahi... | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"27678\"": {"type": "string"}, "\"27668\"": {"type": "string"}, "\"27666\"": {"type": "string"}, "\"27654\"": {"type": "string"}, "\"27653\"": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00846": {"type": "string"}}, "required": ["K00846"]}, "name": {"type": "string"}, "... | [{"comment" : "", "definition" : "ATP + Sedoheptulose <=> ADP + Sedoheptulose 1-phosphate", "orthologs" : {"K00846" : "ketohexokinase [EC:2.7.1.3]"}, "name" : "ATP:sedoheptulose 1-phosphotransferase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["2.7.1.3"], "equation" : "C00002 + C02076 <=> C00008 + C06222", "g... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00846": {"type": "string"}}, "required": ["K00846"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "strin... | {"web" : [{"value" : ["\u5730\u9707", "\u5730\u9707", "\u5730\u9707 (\u6469\u767b\u5bb6\u5ead)"], "key" : "Earthquake"}, {"value" : ["\u5730\u9707\u5de5\u7a0b", "\u5730\u9707\u5de5\u7a0b", "\u5730\u9707\u5de5\u7a0b\u5b66"], "key" : "Earthquake engineering"}, {"value" : ["\u7fa4\u9707", "\u7fa4\u9707", "\u5730\u9707\u7f... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prop... | {"id" : "62053", "name" : {"en" : "Benina"}, "country" : "LY", "region" : "BA", "identifiers" : {"wmo" : "62053", "icao" : "HLLB", "iata" : "BEN", "ghcn" : "LYE00147747", "usaf" : "620530", "mosmix" : "62053"}, "location" : {"latitude" : 32.1, "longitude" : 20.2667, "elevation" : 131}, "timezone" : "Africa/Tripoli"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "icao": {"type": "string"}, "iata... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "7025", "name" : "\u5317\u5927\u962a\u8fb2\u5354", "name_kana" : "\uff77\uff80\uff75\uff75\uff7b\uff76\uff89\uff73\uff77\uff96\uff73"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"... | {"id" : 168880, "info" : {"name" : "Multi-Column Mastodon Streams", "description" : "Browse Mastodon faster with Multi-column streams! The 2nd and 4th columns are expanded very wide, so the page ends up about twice as wide as the browser.\r\n\r\nYou \"flip\" between the left and right halves of the page to browse your ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"t... | {"author" : {"id" : "t2_dhslspn", "name" : "TribalwishHobbies"}, "date" : {"day" : 1557446400, "full" : 1557495195, "month" : 1556668800, "week" : 1557014400}, "id" : "t3_bmycn1", "picture" : {"filesize" : 48110, "fullUrl" : "https://external-preview.redd.it/GGx31Wxm8FlJuFSKBpXQzQx1esyLaSI43ub8x08Sfzg.jpg?auto=webp&s=2... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ParanormalRomance": {"type": "array", "items": {"type": "string"}}}, "required": ["ParanormalRomance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ParanormalRomance" : ["Fantasy", "ScienceFiction", "EvilOverlord", "HighClassGlass", "StandardFantasySetting", "TheVerse", "HauntedHouse", "BoyMeetsGhoul", "Telepathy", "YouSexyBeast", "DidYouJustRomanceCthulhu", "BoldlyComing", "MarsNeedsWomen", "FantasticRomance", "ReincarnationRomance", "LesbianVampire", "Comedy",... | json_instruct | {"type": "object", "properties": {"ParanormalRomance": {"type": "array", "items": {"type": "string"}}}, "required": ["ParanormalRomance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.ignoreWords" : ["app", "deps", "dpkg", "emint", "emintcli", "emintd", "gcloud", "gentx", "gentxs", "hostkey", "iproute", "kubectl", "laddr", "noninteractive", "openshift", "openssl", "preemptible", "proto", "rebar", "serviceaccount", "tzdata"]} | json_instruct | {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "model": {"type": "string"}, "physics": {"type": "string"}, "physics-offset": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "model", "physics", "physics-offset"], "$sch... | {"id" : "cylinder", "model" : "model.dae", "physics" : "physics.json", "physics-offset" : [0, 1, 0]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "model": {"type": "string"}, "physics": {"type": "string"}, "physics-offset": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "model", "physics", "physics-offset"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"category": {"type": "string"}, "region": {"type": "string"}, "monthlySales": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "integer"}, "sales": {"type": "integer"}}, "required": ["mo... | {"category" : "Furniture", "region" : "West", "monthlySales" : [{"month" : 20130101, "sales" : 38}, {"month" : 20130201, "sales" : 35}, {"month" : 20130301, "sales" : 41}, {"month" : 20130401, "sales" : 55}, {"month" : 20130501, "sales" : 58}, {"month" : 20130601, "sales" : 66}, {"month" : 20130701, "sales" : 74}, {"mo... | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "region": {"type": "string"}, "monthlySales": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "integer"}, "sales": {"type": "integer"}}, "required": ["month", "sales"]}}}, "required": ["category", "region", "monthlySales"],... |
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" : "9411040010", "district_id" : "9411040", "name" : "KAHO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "s... | {"contract" : "0x38de0a4aeb83b84240d709e48d0cacf0e64ca1a2", "tool" : "securify", "start" : 1563549692.3745875, "end" : 1563549695.3699038, "duration" : 2.99531626701355, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"country": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/... | {"country" : "Darmstadt, Germany", "home" : "https://andreakrajewski.com/", "name" : "Andrea Krajewski", "twitter" : "krajewski"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "... | {"authors" : {"name" : "CatPot 2015-2016", "url" : "https://os.mbed.com/teams/2014/"}, "description" : "DigitalIn\uff0cTimer \u3092\u4f7f\u7528\u3057\u305f \u30dc\u30fc\u30eb\u691c\u77e5\u7528\u30e9\u30a4\u30d6\u30e9\u30ea", "examples" : ["https://os.mbed.com/teams/2014/code/CatPot_SensorRight_F/", "https://os.mbed.com... | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "stri... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.