input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}}, "required": ["packages", "use_venv", "include_system_packages"]}, "apache-flume-base": {"type": "object", "properties": {}, "required": []}, "apache-flume-kafka": {"type": "object", "properties": {}, "required": []}}, "required": ["basic", "apache-flume-base", "apache-flume-kafka"]}, "includes": {"type": "array", "items": {"type": "string"}}, "repo": {"type": "string"}, "is": {"type": "string"}}, "required": ["options", "includes", "repo", "is"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"options" : {"basic" : {"packages" : ["openjdk-8-jdk-headless"], "use_venv" : false, "include_system_packages" : false}, "apache-flume-base" : {}, "apache-flume-kafka" : {}}, "includes" : ["layer:basic", "layer:apache-flume-base", "interface:flume-agent", "interface:kafka"], "repo" : "git@github.com:juju-solutions/layer-apache-flume-kafka.git", "is" : "apache-flume-kafka"} | json_instruct | {"type": "object", "properties": {"options": {"type": "object", "properties": {"basic": {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "use_venv": {"type": "boolean"}, "include_system_packages": {"type": "boolean"}}, "required": ["packages", "use_venv", "include_system_packages"]}, "apache-flume-base": {"type": "object", "properties": {}, "required": []}, "apache-flume-kafka": {"type": "object", "properties": {}, "required": []}}, "required": ["basic", "apache-flume-base", "apache-flume-kafka"]}, "includes": {"type": "array", "items": {"type": "string"}}, "repo": {"type": "string"}, "is": {"type": "string"}}, "required": ["options", "includes", "repo", "is"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "string"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18621325", "tms:id" : "185481", "accession_number" : "1986-61-210", "title" : "Goblet, ca. 1810\u201325", "url" : "http://collection.cooperhewitt.org/objects/18621325/", "department_id" : "35347497", "period_id" : null, "media_id" : "35402723", "type_id" : "35250731", "date" : "ca. 1810\u201325", "year_start" : null, "year_end" : null, "year_acquired" : "1986", "decade" : null, "woe:country" : "23424803", "medium" : "glass", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : "Tower Hous Antiques, (angus MacDonald), Bangor, Northern Ireland", "dimensions" : "H x diam.: 9.3 x 6 cm (3 11/16 x 2 3/8 in.)", "creditline" : "Bequest of Walter Phelps Warren", "description" : "Small, inverted pear-shaped bowl with flat bottom, short stem with flattened globular knop and broad, circular foot. Wheel engraved on upper part of bowl with alternating sprays and stars in groups of 4. Below, one ring and row of small hatch marks encircle bowl.", "justification" : null, "type" : {"id" : "35250731", "name" : "goblet"}, "images" : [], "participants" : [], "tombstone" : {"epitaph" : "Goblet, ca. 1810\u201325.\nca. 1810\u201325. glass. Bequest of Walter Phelps Warren. 1986-61-210."}, "colors" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "provenance": {"type": "string"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xb016668d5811d5f2ac6334ee43831852f8ca181c3d8571b0272afa0d92f05d26", "parentHash" : "0x2f420c5202a386026e740c62f53a12313d34174ac0ce847acf296d8f47e5d72a", "number" : 12093, "timestamp" : 1438363621, "nonce" : "0x41e34747ab87ddf8", "difficulty" : 719198061087, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xf927a40C8B7F6E07c5af7FA2155B4864a4112B13", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Container": {"type": "string"}, "Host": {"type": "string"}}, "required": ["Container", "Host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Container" : "myPod1", "Host" : "host1"}, {"Container" : "myPod2", "Host" : "host1"}, {"Container" : "myContainer3", "Host" : "host2"}, {"Container" : "myContainer4", "Host" : "host2"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Container": {"type": "string"}, "Host": {"type": "string"}}, "required": ["Container", "Host"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"DatabaseName": {"type": "string"}, "TableName": {"type": "string"}, "RetentionProperties": {"type": "object", "properties": {"MemoryStoreRetentionPeriodInHours": {"type": "integer"}, "MagneticStoreRetentionPeriodInDays": {"type": "integer"}}, "required": ["MemoryStoreRetentionPeriodInHours", "MagneticStoreRetentionPeriodInDays"]}}, "required": ["DatabaseName", "TableName", "RetentionProperties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DatabaseName" : "TestDatabaseNameForTableContractTest", "TableName" : "TestTableNameForInvalidTableContractTest", "RetentionProperties" : {"MemoryStoreRetentionPeriodInHours" : 1000000000, "MagneticStoreRetentionPeriodInDays" : 3650}} | json_instruct | {"type": "object", "properties": {"DatabaseName": {"type": "string"}, "TableName": {"type": "string"}, "RetentionProperties": {"type": "object", "properties": {"MemoryStoreRetentionPeriodInHours": {"type": "integer"}, "MagneticStoreRetentionPeriodInDays": {"type": "integer"}}, "required": ["MemoryStoreRetentionPeriodInHours", "MagneticStoreRetentionPeriodInDays"]}}, "required": ["DatabaseName", "TableName", "RetentionProperties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"1.44.0": {"type": "object", "properties": {"date": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "text": {"type": "string"}, "references": {"type": "array", "items": {}}}, "required": ["id", "type", "text", "references"]}}}, "required": ["date", "notes"]}}, "required": ["1.44.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1.44.0" : {"date" : "October 2016", "notes" : [{"id" : "c748d71255239119703f11bb214e9fee1f0eef81", "type" : "FEATURE", "text" : "Move sap.ui.fl library from internal sapui5.runtime to OpenUI5", "references" : []}, {"id" : "e6a8280f72bf32dbf73610caf557b225df589772", "type" : "FEATURE", "text" : "sap.ui.fl applies changes when a control is created instead of when the view is processed.", "references" : []}, {"id" : "b9c4e57906857cb4e09269154c65ab6b2278ad7f", "type" : "FEATURE", "text" : "sap.ui.fl remembers changes applied on control", "references" : []}, {"id" : "b88c6cc828fd586a572a73f974086423685e4826", "type" : "FIX", "text" : "Transport Dialog: Re-enable transport of flexibility changes in CUSTOMER layer", "references" : []}, {"id" : "76fcec2172bee4ec541ca1b8643e215d9ab640a8", "type" : "FIX", "text" : "sap.ui.fl UnstashControl - fix visible + optional move", "references" : []}, {"id" : "4a7a686f975fb5b3ec6af372d4b1c0ab4db17b78", "type" : "FIX", "text" : "sap.ui.fl: Pass application component to applyChange methods", "references" : []}, {"id" : "8500ca102726bd7b237170da7e0f04b51b3a1adc", "type" : "TEST", "text" : "sap.ui.fl tests use simpleForm controls", "references" : []}, {"id" : "30c5e80bf162632432b27f3369e8d1114c17d008", "type" : "TEST", "text" : "sap.ui.fl tests use simpleForm controls", "references" : []}]}} | json_instruct | {"type": "object", "properties": {"1.44.0": {"type": "object", "properties": {"date": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "text": {"type": "string"}, "references": {"type": "array", "items": {}}}, "required": ["id", "type", "text", "references"]}}}, "required": ["date", "notes"]}}, "required": ["1.44.0"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2539d692-a4af-4211-a62d-4cec93388e2a", "playerTags" : [], "teamTags" : ["f02aeae2-5e6a-4098-9842-02d2273f25c7", "c73b705c-40ad-4633-a6ed-d357ee2e2bcf"], "gameTags" : ["8c78a2f5-4419-4c04-9c02-b40ac1d38b0d"], "metadata" : {"play" : 207, "subPlay" : -1}, "created" : "2021-03-11T18:17:33.831Z", "season" : 12, "tournament" : -1, "type" : 33, "day" : 72, "phase" : 6, "category" : 2, "description" : "The Birds circle ... but they don't find what they're looking for.", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3328040005", "district_id" : "3328040", "name" : "CILONGOK"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ServerPort": {"type": "integer"}}, "required": ["ServerPort"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ServerPort" : 10050} | json_instruct | {"type": "object", "properties": {"ServerPort": {"type": "integer"}}, "required": ["ServerPort"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"XKQ": {"type": "string"}}, "required": ["XKQ"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "XKQReusableScrollView", "version" : "0.1.0", "summary" : "A horizontal croll view reuses views that can be customised.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/XKQ/XKQReusableScrollView", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"XKQ" : "407635142@qq.com"}, "source" : {"git" : "https://github.com/XKQ/XKQReusableScrollView.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "XKQReusableScrollView/Classes/*.{h,m}"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"XKQ": {"type": "string"}}, "required": ["XKQ"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "run": {"type": "string"}}, "required": ["test", "build", "run"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "discord.js": {"type": "string"}, "htmlparser2": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["axios", "discord.js", "htmlparser2", "mongodb"]}, "devDependencies": {"type": "object", "properties": {"@types/mongodb": {"type": "string"}, "@types/node": {"type": "string"}, "@types/ws": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mongodb", "@types/node", "@types/ws", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tf2notifybot", "version" : "1.0.0", "description" : "A bot that sends messages when a tf2 comp stream happens", "main" : "index.js", "repository" : "https://github.com/LemMem/TF2NotifyBot.git", "scripts" : {"test" : "nodemon ./index.ts", "build" : "tsc --project tsconfig.json", "run" : "node ./index.js"}, "author" : "LemMem", "license" : "MIT", "dependencies" : {"axios" : "^0.21.1", "discord.js" : "^12.5.3", "htmlparser2" : "^6.1.0", "mongodb" : "^3.6.9"}, "devDependencies" : {"@types/mongodb" : "^3.6.17", "@types/node" : "^15.12.2", "@types/ws" : "^7.4.4", "nodemon" : "^2.0.7", "ts-node" : "^10.0.0", "typescript" : "^4.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "run": {"type": "string"}}, "required": ["test", "build", "run"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "discord.js": {"type": "string"}, "htmlparser2": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["axios", "discord.js", "htmlparser2", "mongodb"]}, "devDependencies": {"type": "object", "properties": {"@types/mongodb": {"type": "string"}, "@types/node": {"type": "string"}, "@types/ws": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mongodb", "@types/node", "@types/ws", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 273731, "noUrut" : 1, "nama" : "DR. DWI ASTUTIK, S.Ag, MSi", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "mas ud.jpeg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 95875, "noUrut" : 2, "nama" : "E.M. MAS'UD ADNAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 249015, "noUrut" : 3, "nama" : "H. ANDY SOEDIRMAN,, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 237925, "noUrut" : 4, "nama" : "HJ LILIK ERFAWATI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 190002, "noUrut" : 5, "nama" : "H MOH SYAFIK MAHFUDL", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 181260, "noUrut" : 6, "nama" : "ELVIANA AINI MUSLIHATI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 193789, "noUrut" : 7, "nama" : "BAMBANG PERMADI SOETJAHJO, SH., M.Kn", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA SURABAYA", "originalFilename" : "4X6 FOTO.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 277854, "noUrut" : 8, "nama" : "AYU DEWI AMRITA PUDYANINGRUM", "stringJenisKelamin" : "Perempuan"}] | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "visibility": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "object", "properties": {"Major": {"type": "integer"}, "Minor": {"type": "integer"}, "Patch": {"type": "integer"}}, "required": ["Major", "Minor", "Patch"]}, "instanceNameFormat": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "required": {"type": "boolean"}, "helpMarkDown": {"type": "string"}}, "required": ["name", "type", "label", "defaultValue", "required", "helpMarkDown"]}}, "execution": {"type": "object", "properties": {"Node": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["Node"]}}, "required": ["id", "name", "friendlyName", "description", "helpMarkDown", "category", "visibility", "author", "version", "instanceNameFormat", "inputs", "execution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b2e0a66a-1021-4eea-b6df-0e5340fb555b", "name" : "writeAllVariables", "friendlyName" : "Write all variables", "description" : "Writes all variable keys and values (including secrets) to a file.", "helpMarkDown" : "[More Information](https://github.com/RedTaz/azure-devops-write-all-variables)", "category" : "Utility", "visibility" : ["Build", "Release"], "author" : "RedTaz", "version" : {"Major" : 1, "Minor" : 0, "Patch" : 0}, "instanceNameFormat" : "Write all variables", "inputs" : [{"name" : "filepath", "type" : "filePath", "label" : "File Path", "defaultValue" : "", "required" : true, "helpMarkDown" : "The file to write the variables to."}], "execution" : {"Node" : {"target" : "writeAllVariables.js"}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "visibility": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "object", "properties": {"Major": {"type": "integer"}, "Minor": {"type": "integer"}, "Patch": {"type": "integer"}}, "required": ["Major", "Minor", "Patch"]}, "instanceNameFormat": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "required": {"type": "boolean"}, "helpMarkDown": {"type": "string"}}, "required": ["name", "type", "label", "defaultValue", "required", "helpMarkDown"]}}, "execution": {"type": "object", "properties": {"Node": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["Node"]}}, "required": ["id", "name", "friendlyName", "description", "helpMarkDown", "category", "visibility", "author", "version", "instanceNameFormat", "inputs", "execution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "rebel_alliance", "description" : "Rebel Alliance"}, {"name" : "galactic_empire", "description" : "Galactic Empire"}, {"name" : "galactic_republic", "description" : "Galactic Republic"}, {"name" : "separatist_alliance", "description" : "Separatist Alliance"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}, "$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"}, "uri": {"type": "string"}, "prefix": {"type": "string"}, "xml": {"type": "object", "properties": {"tagAlias": {"type": "string"}}, "required": ["tagAlias"]}, "types": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isAbstract": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isAttr": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["name", "isAttr", "type"]}}}, "required": ["name", "isAbstract", "extends", "properties"]}}}, "required": ["name", "uri", "prefix", "xml", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bpmn.io DI for DMN", "uri" : "http://bpmn.io/schema/dmn/biodi/2.0", "prefix" : "biodi", "xml" : {"tagAlias" : "lowerCase"}, "types" : [{"name" : "DecisionTable", "isAbstract" : true, "extends" : ["dmn:DecisionTable"], "properties" : [{"name" : "annotationsWidth", "isAttr" : true, "type" : "Integer"}]}, {"name" : "OutputClause", "isAbstract" : true, "extends" : ["dmn:OutputClause"], "properties" : [{"name" : "width", "isAttr" : true, "type" : "Integer"}]}, {"name" : "InputClause", "isAbstract" : true, "extends" : ["dmn:InputClause"], "properties" : [{"name" : "width", "isAttr" : true, "type" : "Integer"}]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}, "prefix": {"type": "string"}, "xml": {"type": "object", "properties": {"tagAlias": {"type": "string"}}, "required": ["tagAlias"]}, "types": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isAbstract": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isAttr": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["name", "isAttr", "type"]}}}, "required": ["name", "isAbstract", "extends", "properties"]}}}, "required": ["name", "uri", "prefix", "xml", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "express": {"type": "string"}, "faunadb": {"type": "string"}, "firebase-functions": {"type": "string"}}, "required": ["cors", "express", "faunadb", "firebase-functions"]}, "devDependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/cors", "@types/express", "@types/node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "backend", "version" : "1.0.0", "description" : "", "main" : "dist/index.js", "scripts" : {"build" : "tsc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Bergflix/backend.git"}, "author" : "Maxi", "license" : "ISC", "bugs" : {"url" : "https://github.com/Bergflix/backend/issues"}, "homepage" : "https://github.com/Bergflix/backend#readme", "dependencies" : {"cors" : "^2.8.5", "express" : "^4.17.1", "faunadb" : "^3.0.1", "firebase-functions" : "^3.11.0"}, "devDependencies" : {"@types/cors" : "^2.8.8", "@types/express" : "^4.17.8", "@types/node" : "^14.11.10", "typescript" : "^4.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "express": {"type": "string"}, "faunadb": {"type": "string"}, "firebase-functions": {"type": "string"}}, "required": ["cors", "express", "faunadb", "firebase-functions"]}, "devDependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/cors", "@types/express", "@types/node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"background-color": {"type": "string"}, "badge-color": {"type": "string"}, "comment": {"type": "string"}, "cursor-background-color": {"type": "string"}, "cursor-foreground-color": {"type": "string"}, "dim-color": {"type": "string"}, "foreground-color": {"type": "string"}, "highlight-background-color": {"type": "string"}, "highlight-foreground-color": {"type": "string"}, "name": {"type": "string"}, "palette": {"type": "array", "items": {"type": "string"}}, "use-badge-color": {"type": "boolean"}, "use-cursor-color": {"type": "boolean"}, "use-dim-color": {"type": "boolean"}, "use-highlight-color": {"type": "boolean"}, "use-theme-colors": {"type": "boolean"}}, "required": ["background-color", "badge-color", "comment", "cursor-background-color", "cursor-foreground-color", "dim-color", "foreground-color", "highlight-background-color", "highlight-foreground-color", "name", "palette", "use-badge-color", "use-cursor-color", "use-dim-color", "use-highlight-color", "use-theme-colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"background-color" : "#000000", "badge-color" : "#ff004d", "comment" : "", "cursor-background-color" : "#ab5236", "cursor-foreground-color" : "#ab5236", "dim-color" : "#1d2b53", "foreground-color" : "#ab5236", "highlight-background-color" : "#1d2b53", "highlight-foreground-color" : "#ab5236", "name" : "Pico (base16)", "palette" : ["#000000", "#ff004d", "#00e756", "#fff024", "#83769c", "#ff77a8", "#29adff", "#5f574f", "#008751", "#ff004d", "#00e756", "#fff024", "#83769c", "#ff77a8", "#29adff", "#fff1e8"], "use-badge-color" : false, "use-cursor-color" : false, "use-dim-color" : false, "use-highlight-color" : false, "use-theme-colors" : false} | json_instruct | {"type": "object", "properties": {"background-color": {"type": "string"}, "badge-color": {"type": "string"}, "comment": {"type": "string"}, "cursor-background-color": {"type": "string"}, "cursor-foreground-color": {"type": "string"}, "dim-color": {"type": "string"}, "foreground-color": {"type": "string"}, "highlight-background-color": {"type": "string"}, "highlight-foreground-color": {"type": "string"}, "name": {"type": "string"}, "palette": {"type": "array", "items": {"type": "string"}}, "use-badge-color": {"type": "boolean"}, "use-cursor-color": {"type": "boolean"}, "use-dim-color": {"type": "boolean"}, "use-highlight-color": {"type": "boolean"}, "use-theme-colors": {"type": "boolean"}}, "required": ["background-color", "badge-color", "comment", "cursor-background-color", "cursor-foreground-color", "dim-color", "foreground-color", "highlight-background-color", "highlight-foreground-color", "name", "palette", "use-badge-color", "use-cursor-color", "use-dim-color", "use-highlight-color", "use-theme-colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u6211\u5728\u4e1c\u5317\u73a9\u6ce5\u5df4-Tunak Tunak Tun", "author" : "Daler Mehndi", "musicType" : "\u6d41\u884c", "musicNo" : "0013020"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dct_language_sm": {"type": "array", "items": {"type": "string"}}, "dc_type_sm": {"type": "array", "items": {"type": "string"}}, "pcdm_memberOf_sm": {"type": "array", "items": {"type": "string"}}, "gbl_mdVersion_s": {"type": "string"}, "dct_creator_sm": {"type": "array", "items": {"type": "string"}}, "dct_description_sm": {"type": "string"}, "dct_format_s": {"type": "string"}, "dct_identifier_sm": {"type": "string"}, "dct_accessRights_s": {"type": "string"}, "dct_title_s": {"type": "string"}, "gbl_mdModified_dt": {"type": "string"}, "locn_geometry": {"type": "string"}, "gbl_indexYear_i": {"type": "integer"}, "schema_provider_s": {"type": "string"}, "dct_references_s": {"type": "string"}, "dct_temporal_sm": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "gbl_resourceType_sm": {"type": "string"}}, "required": ["dct_language_sm", "dc_type_sm", "pcdm_memberOf_sm", "gbl_mdVersion_s", "dct_creator_sm", "dct_description_sm", "dct_format_s", "dct_identifier_sm", "dct_accessRights_s", "dct_title_s", "gbl_mdModified_dt", "locn_geometry", "gbl_indexYear_i", "schema_provider_s", "dct_references_s", "dct_temporal_sm", "id", "gbl_resourceType_sm"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dct_language_sm" : ["English"], "dc_type_sm" : ["Image"], "pcdm_memberOf_sm" : ["John R. Borchert Map Library"], "gbl_mdVersion_s" : "Aardvark", "dct_creator_sm" : ["Bowen, Emanuel (-1767)"], "dct_description_sm" : "Cartographic Details: Scale [1:26,000,000]. Numbered \"N\u207052.\" Decorative title cartouche with palm tree. Shows boundaries, rivers, islands and principal settlements. Relief shown pictorially. London meridian. 35 x 43 cm", "dct_format_s" : "TIFF", "dct_identifier_sm" : "57f0f116-b64e-4773-8684-96ba09afb549", "dct_accessRights_s" : "Public", "dct_title_s" : "A new & accurate map of Asia: drawn from actual surveys, and otherwise collected from journals; assisted by the most approved modern maps & charts. the whole being regulated by astron. observations", "gbl_mdModified_dt" : "2018-08-02T16:28:36Z", "locn_geometry" : "ENVELOPE(25, -168.35, 81.66, -12.93)", "gbl_indexYear_i" : 1750, "schema_provider_s" : "Minnesota", "dct_references_s" : "{\"http://schema.org/url\":\"http://purl.umn.edu/200804\",\"http://iiif.io/api/image\":\"https://cdm16022.contentdm.oclc.org/digital/iiif/p16022coll246/224/info.json\"}", "dct_temporal_sm" : ["1750"], "id" : "57f0f116-b64e-4773-8684-96ba09afb549", "gbl_resourceType_sm" : "Image"} | json_instruct | {"type": "object", "properties": {"dct_language_sm": {"type": "array", "items": {"type": "string"}}, "dc_type_sm": {"type": "array", "items": {"type": "string"}}, "pcdm_memberOf_sm": {"type": "array", "items": {"type": "string"}}, "gbl_mdVersion_s": {"type": "string"}, "dct_creator_sm": {"type": "array", "items": {"type": "string"}}, "dct_description_sm": {"type": "string"}, "dct_format_s": {"type": "string"}, "dct_identifier_sm": {"type": "string"}, "dct_accessRights_s": {"type": "string"}, "dct_title_s": {"type": "string"}, "gbl_mdModified_dt": {"type": "string"}, "locn_geometry": {"type": "string"}, "gbl_indexYear_i": {"type": "integer"}, "schema_provider_s": {"type": "string"}, "dct_references_s": {"type": "string"}, "dct_temporal_sm": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "gbl_resourceType_sm": {"type": "string"}}, "required": ["dct_language_sm", "dc_type_sm", "pcdm_memberOf_sm", "gbl_mdVersion_s", "dct_creator_sm", "dct_description_sm", "dct_format_s", "dct_identifier_sm", "dct_accessRights_s", "dct_title_s", "gbl_mdModified_dt", "locn_geometry", "gbl_indexYear_i", "schema_provider_s", "dct_references_s", "dct_temporal_sm", "id", "gbl_resourceType_sm"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"required" : true, "minVersion" : "0.8", "package" : "me.sargunvohra.mcmods.iamverysmart.mixin", "compatibilityLevel" : "JAVA_16", "mixins" : ["PlayerListMixin"], "client" : ["RecipeToastMixin", "TutorialToastMixin"], "injectors" : {"defaultRequire" : 1}} | json_instruct | {"type": "object", "properties": {"required": {"type": "boolean"}, "minVersion": {"type": "string"}, "package": {"type": "string"}, "compatibilityLevel": {"type": "string"}, "mixins": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "injectors": {"type": "object", "properties": {"defaultRequire": {"type": "integer"}}, "required": ["defaultRequire"]}}, "required": ["required", "minVersion", "package", "compatibilityLevel", "mixins", "client", "injectors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Body Integrated Programmable Joints Interface.", "fields" : ["implementation", "wearable computer", "control reconfiguration", "wearable technology", "interfacing"], "abstract" : "Physical interfaces with actuation capability enable the design of wearable devices that augment human physical capabilities. Extra machine joints integrated to our biological body may allow us to achieve additional skills through programmatic reconfiguration of the joints. To that end, we present a wearable multi-joint interface that offers \"synergistic interactions\" by providing additional fingers, structural supports, and physical user interfaces. Motions of the machine joints can be controlled via interfacing with our muscle signals, as a direct extension of our body. On the basis of implemented applications, we demonstrate our design guidelines for creating a desirable human-machine synergy -- that enhances our innate capabilities, not replacing or obstructing, and also without enforcing the augmentation. Finally we describe technical details of our muscle-based control method and implementations of the presented applications.", "citation" : "Citations (12)", "year" : "2016", "departments" : ["Massachusetts Institute of Technology", "Massachusetts Institute of Technology"], "conf" : "chi", "authors" : ["Sang-won Leigh.....http://dblp.org/pers/hd/l/Leigh:Sang=won", "Pattie Maes.....http://dblp.org/pers/hd/m/Maes:Pattie"], "pages" : 5} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Mubashir Hussain": {"type": "string"}}, "required": ["Mubashir Hussain"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MyFramework555", "version" : "1.0.0", "summary" : "A short description of MyFramework. Now that our podspec repository is ready, we can move forward and create our second private repository which is our Pod repo.", "description" : "This is long description of the pod spec. This repository will hold the code you want to share within the organization.", "homepage" : "https://github.com/hussainm5/MyFramework.git", "license" : "MIT", "authors" : {"Mubashir Hussain" : "i.mubashirhussain@gmail.com"}, "platforms" : {"ios" : "12.0"}, "source" : {"git" : "https://github.com/hussainm5/MyFramework.git", "tag" : "1.0.0"}, "source_files" : "MyFramework/**/*", "exclude_files" : "MyFramework/MyFramework/*.plist"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Mubashir Hussain": {"type": "string"}}, "required": ["Mubashir Hussain"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "displayName": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "extends": {"type": "string"}, "@context": {"type": "string"}}, "required": ["@id", "@type", "description", "displayName", "extends", "@context"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@id" : "dtmi:digitaltwins:rec_3_3:building:LaboratoryDry;1", "@type" : "Interface", "description" : {"en" : "A LaboratoryDry is a laboratory where computational or applied mathematical analyses are done on a computer-generated model to simulate a phenomenon in the physical realm."}, "displayName" : {"en" : "LaboratoryDry"}, "extends" : "dtmi:digitaltwins:rec_3_3:building:Laboratory;1", "@context" : "dtmi:dtdl:context;2"} | json_instruct | {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "displayName": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "extends": {"type": "string"}, "@context": {"type": "string"}}, "required": ["@id", "@type", "description", "displayName", "extends", "@context"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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"}, "(7, 0)": {"type": "string"}, "(7, 1)": {"type": "string"}, "(7, 2)": {"type": "string"}, "(7, 3)": {"type": "string"}, "(7, 4)": {"type": "string"}, "(8, 0)": {"type": "string"}, "(8, 1)": {"type": "string"}, "(8, 2)": {"type": "string"}, "(8, 3)": {"type": "string"}, "(8, 4)": {"type": "string"}, "(9, 0)": {"type": "string"}, "(9, 1)": {"type": "string"}, "(9, 2)": {"type": "string"}, "(9, 3)": {"type": "string"}, "(9, 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)", "(7, 0)", "(7, 1)", "(7, 2)", "(7, 3)", "(7, 4)", "(8, 0)", "(8, 1)", "(8, 2)", "(8, 3)", "(8, 4)", "(9, 0)", "(9, 1)", "(9, 2)", "(9, 3)", "(9, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0)" : "el salvador national under - 23 football team", "(1, 0)" : "date :", "(1, 1)" : "location :", "(1, 2)" : "opponent :", "(1, 3)" : "score", "(1, 4)" : "competition :", "(2, 0)" : "february 22 , 2012", "(2, 1)" : "san salvador , el salvador", "(2, 2)" : "puerto rico", "(2, 3)" : "2 - 1", "(2, 4)" : "f", "(3, 0)" : "march 1 , 2012", "(3, 1)" : "santa tecla , el salvador", "(3, 2)" : "santa tecla", "(3, 3)" : "0 - 0", "(3, 4)" : "uf", "(4, 0)" : "march 11 , 2012", "(4, 1)" : "germantown , united states", "(4, 2)" : "maryland terrapins", "(4, 3)" : "3 - 1", "(4, 4)" : "f", "(5, 0)" : "march 17 , 2012", "(5, 1)" : "houston , united states", "(5, 2)" : "honduras", "(5, 3)" : "0 - 2", "(5, 4)" : "f", "(6, 0)" : "march 22 , 2012", "(6, 1)" : "nashville , united states", "(6, 2)" : "canada", "(6, 3)" : "0 - 0", "(6, 4)" : "oq - gs", "(7, 0)" : "march 24 , 2012", "(7, 1)" : "nashville , united states", "(7, 2)" : "cuba", "(7, 3)" : "4 - 0", "(7, 4)" : "oq - gs", "(8, 0)" : "march 26 , 2012", "(8, 1)" : "nashville , united states", "(8, 2)" : "united states", "(8, 3)" : "3 - 3", "(8, 4)" : "oq - gs", "(9, 0)" : "march 31 , 2012", "(9, 1)" : "kansas city , united states", "(9, 2)" : "honduras", "(9, 3)" : "2 - 3 ( aet )", "(9, 4)" : "oq - sf"} | 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"}, "(7, 0)": {"type": "string"}, "(7, 1)": {"type": "string"}, "(7, 2)": {"type": "string"}, "(7, 3)": {"type": "string"}, "(7, 4)": {"type": "string"}, "(8, 0)": {"type": "string"}, "(8, 1)": {"type": "string"}, "(8, 2)": {"type": "string"}, "(8, 3)": {"type": "string"}, "(8, 4)": {"type": "string"}, "(9, 0)": {"type": "string"}, "(9, 1)": {"type": "string"}, "(9, 2)": {"type": "string"}, "(9, 3)": {"type": "string"}, "(9, 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)", "(7, 0)", "(7, 1)", "(7, 2)", "(7, 3)", "(7, 4)", "(8, 0)", "(8, 1)", "(8, 2)", "(8, 3)", "(8, 4)", "(9, 0)", "(9, 1)", "(9, 2)", "(9, 3)", "(9, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Q3ZN06": {"type": "string"}, "NS1AB_HASV4": {"type": "string"}, "Non-structural polyprotein 1AB": {"type": "string"}, "ORF1": {"type": "string"}, "Q3ZN07": {"type": "string"}, "NS1A_HASV4": {"type": "string"}, "Non-structural polyprotein 1A": {"type": "string"}, "Q3ZN05": {"type": "string"}, "CAPSD_HASV4": {"type": "string"}, "Capsid polyprotein VP90": {"type": "string"}}, "required": ["Q3ZN06", "NS1AB_HASV4", "Non-structural polyprotein 1AB", "ORF1", "Q3ZN07", "NS1A_HASV4", "Non-structural polyprotein 1A", "Q3ZN05", "CAPSD_HASV4", "Capsid polyprotein VP90"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Q3ZN06" : "Q3ZN06", "NS1AB_HASV4" : "Q3ZN06", "Non-structural polyprotein 1AB" : "Q3ZN06", "ORF1" : "Q3ZN07", "Q3ZN07" : "Q3ZN07", "NS1A_HASV4" : "Q3ZN07", "Non-structural polyprotein 1A" : "Q3ZN07", "Q3ZN05" : "Q3ZN05", "CAPSD_HASV4" : "Q3ZN05", "Capsid polyprotein VP90" : "Q3ZN05"} | json_instruct | {"type": "object", "properties": {"Q3ZN06": {"type": "string"}, "NS1AB_HASV4": {"type": "string"}, "Non-structural polyprotein 1AB": {"type": "string"}, "ORF1": {"type": "string"}, "Q3ZN07": {"type": "string"}, "NS1A_HASV4": {"type": "string"}, "Non-structural polyprotein 1A": {"type": "string"}, "Q3ZN05": {"type": "string"}, "CAPSD_HASV4": {"type": "string"}, "Capsid polyprotein VP90": {"type": "string"}}, "required": ["Q3ZN06", "NS1AB_HASV4", "Non-structural polyprotein 1AB", "ORF1", "Q3ZN07", "NS1A_HASV4", "Non-structural polyprotein 1A", "Q3ZN05", "CAPSD_HASV4", "Capsid polyprotein VP90"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"JOBS": {"type": "string"}, "COMPANIES": {"type": "string"}, "COURSES": {"type": "string"}, "EDUCATION": {"type": "string"}, "LOGIN": {"type": "string"}, "REGISTER": {"type": "string"}, "DOYOUWANTOJOIN": {"type": "string"}, "SUBMITYOURCONTACTINFORMATION": {"type": "string"}, "REGISTERCOMPANY": {"type": "string"}}, "required": ["JOBS", "COMPANIES", "COURSES", "EDUCATION", "LOGIN", "REGISTER", "DOYOUWANTOJOIN", "SUBMITYOURCONTACTINFORMATION", "REGISTERCOMPANY"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"JOBS" : "\u10d5\u10d0\u10d9\u10d0\u10dc\u10e1\u10d8\u10d4\u10d1\u10d8", "COMPANIES" : "\u10d9\u10dd\u10db\u10de\u10d0\u10dc\u10d8\u10d4\u10d1\u10d8", "COURSES" : "\u10d9\u10e3\u10e0\u10e1\u10d4\u10d1\u10d8", "EDUCATION" : "\u10d2\u10d0\u10dc\u10d0\u10d7\u10da\u10d4\u10d1\u10d0", "LOGIN" : "\u10e8\u10d4\u10e1\u10d5\u10da\u10d0", "REGISTER" : "\u10e0\u10d4\u10d2\u10d8\u10e1\u10e2\u10e0\u10d0\u10ea\u10d8\u10d0", "DOYOUWANTOJOIN" : "\u10d2\u10d8\u10dc\u10d3\u10d0 \u10e8\u10d4\u10db\u10dd\u10e3\u10d4\u10e0\u10d7\u10d3\u10d4 <br /> \u10e9\u10d5\u10d4\u10dc\u10e1 \u10de\u10da\u10d0\u10e2\u10e4\u10dd\u10e0\u10db\u10d0\u10e1?", "SUBMITYOURCONTACTINFORMATION" : "\u10e8\u10d4\u10d0\u10d5\u10e1\u10d4 \u10e0\u10d4\u10d2\u10d8\u10e1\u10e2\u10e0\u10d0\u10ea\u10d8\u10d8\u10e1 \u10e4\u10dd\u10e0\u10db\u10d0 <br /> \u10d3\u10d0 \u10e9\u10d5\u10d4\u10dc \u10db\u10d0\u10da\u10d4 \u10d3\u10d0\u10d2\u10d8\u10d9\u10d0\u10d5\u10e8\u10d8\u10e0\u10d4\u10d1\u10d8\u10d7", "REGISTERCOMPANY" : "\u10d9\u10dd\u10db\u10de\u10d0\u10dc\u10d8\u10d8\u10e1 \u10e0\u10d4\u10d2\u10d8\u10e1\u10e2\u10e0\u10d0\u10ea\u10d8\u10d0"} | json_instruct | {"type": "object", "properties": {"JOBS": {"type": "string"}, "COMPANIES": {"type": "string"}, "COURSES": {"type": "string"}, "EDUCATION": {"type": "string"}, "LOGIN": {"type": "string"}, "REGISTER": {"type": "string"}, "DOYOUWANTOJOIN": {"type": "string"}, "SUBMITYOURCONTACTINFORMATION": {"type": "string"}, "REGISTERCOMPANY": {"type": "string"}}, "required": ["JOBS", "COMPANIES", "COURSES", "EDUCATION", "LOGIN", "REGISTER", "DOYOUWANTOJOIN", "SUBMITYOURCONTACTINFORMATION", "REGISTERCOMPANY"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"jsdom": {"type": "string"}}, "required": ["jsdom"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "peerDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@hivebeat/jsdom-setup", "version" : "1.0.3", "description" : "Extremely simple setup script for JSDOM to work with Enzyme", "main" : "index.js", "scripts" : {"test" : "n/a"}, "repository" : {"type" : "git", "url" : "https://github.com/hivebeat/JSDOMSetup.git"}, "keywords" : ["jsdom", "enzyme"], "peerDependencies" : {"jsdom" : "^9.1.0"}, "author" : "Emil Hagbarth", "license" : "BSD-3-Clause"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"jsdom": {"type": "string"}}, "required": ["jsdom"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "peerDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"require": {"type": "string"}, "import": {"type": "string"}}, "required": ["require", "import"]}}, "required": ["."]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-vue": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-vue", "vite"]}}, "required": ["name", "description", "version", "author", "license", "scripts", "bugs", "homepage", "main", "module", "types", "exports", "repository", "keywords", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vue-icomoon", "description" : "It allows you to simply view the icons in the selection.json file provided by Icomoon.", "version" : "0.1.2", "author" : {"name" : "Aykut Karda\u015f", "email" : "aykutkrds@gmail.com"}, "license" : "MIT", "scripts" : {"dev" : "vite", "build" : "vite build", "serve" : "vite preview"}, "bugs" : {"url" : "https://github.com/aykutkardas/vue-icomoon/issues"}, "homepage" : "https://github.com/aykutkardas/vue-icomoon#readme", "main" : "./dist/vue-icomoon.umd.js", "module" : "./dist/vue-icomoon.es.js", "types" : "./lib.d.ts", "exports" : {"." : {"require" : "./dist/vue-icomoon.umd.js", "import" : "./dist/vue-icomoon.es.js"}}, "repository" : {"type" : "git", "url" : "https://github.com/aykutkardas/vue-icomoon.git"}, "keywords" : ["Vue", "Vue3", "IcoMoon", "SVG", "Icon"], "peerDependencies" : {"vue" : "3.2.20"}, "devDependencies" : {"@vitejs/plugin-vue" : "^1.9.3", "vite" : "^2.6.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"require": {"type": "string"}, "import": {"type": "string"}}, "required": ["require", "import"]}}, "required": ["."]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"vue": {"type": "string"}}, "required": ["vue"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-vue": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-vue", "vite"]}}, "required": ["name", "description", "version", "author", "license", "scripts", "bugs", "homepage", "main", "module", "types", "exports", "repository", "keywords", "peerDependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"content_security_policy": {"type": "string"}}, "required": ["content_security_policy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content_security_policy" : "script-src 'self' 'unsafe-eval'; object-src 'self'"} | json_instruct | {"type": "object", "properties": {"content_security_policy": {"type": "string"}}, "required": ["content_security_policy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pci_projects_project_instances_instance_vnc_title": {"type": "string"}, "pci_projects_project_instances_instance_vnc_focus_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_linux_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_open_in_new_window": {"type": "string"}}, "required": ["pci_projects_project_instances_instance_vnc_title", "pci_projects_project_instances_instance_vnc_focus_message", "pci_projects_project_instances_instance_vnc_linux_message", "pci_projects_project_instances_instance_vnc_open_in_new_window"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pci_projects_project_instances_instance_vnc_title" : "VNC console", "pci_projects_project_instances_instance_vnc_focus_message" : "Tip: If you're unable to type in the window, click on the blue bar below.", "pci_projects_project_instances_instance_vnc_linux_message" : "To use the VNC console on the Linux machine, you must firstly log in via SSH and configure a user with a password.", "pci_projects_project_instances_instance_vnc_open_in_new_window" : "Open in a new window"} | json_instruct | {"type": "object", "properties": {"pci_projects_project_instances_instance_vnc_title": {"type": "string"}, "pci_projects_project_instances_instance_vnc_focus_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_linux_message": {"type": "string"}, "pci_projects_project_instances_instance_vnc_open_in_new_window": {"type": "string"}}, "required": ["pci_projects_project_instances_instance_vnc_title", "pci_projects_project_instances_instance_vnc_focus_message", "pci_projects_project_instances_instance_vnc_linux_message", "pci_projects_project_instances_instance_vnc_open_in_new_window"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 3, "pts" : 2581, "connections" : 597575, "capacity" : 1290775, "investments" : 7099434}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"13890": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13888": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13892": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13894": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13893": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13891": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13889": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13895": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["13890", "13888", "13892", "13894", "13893", "13891", "13889", "13895"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"13890" : {"nama" : "EKOR LUBUK", "dapil" : [13, 1301, 11306, 2137402]}, "13888" : {"nama" : "GANTING", "dapil" : [13, 1301, 11306, 2137402]}, "13892" : {"nama" : "GUGUK MALINTANG", "dapil" : [13, 1301, 11306, 2137402]}, "13894" : {"nama" : "KOTO KATIK", "dapil" : [13, 1301, 11306, 2137402]}, "13893" : {"nama" : "KOTO PANJANG", "dapil" : [13, 1301, 11306, 2137402]}, "13891" : {"nama" : "NGALAU", "dapil" : [13, 1301, 11306, 2137402]}, "13889" : {"nama" : "SIGANDO", "dapil" : [13, 1301, 11306, 2137402]}, "13895" : {"nama" : "TANAH PAK LAMBIK", "dapil" : [13, 1301, 11306, 2137402]}} | json_instruct | {"type": "object", "properties": {"13890": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13888": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13892": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13894": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13893": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13891": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13889": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "13895": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["13890", "13888", "13892", "13894", "13893", "13891", "13889", "13895"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 209}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [0, 1], "P10_VALUE" : [9, 2], "P25_VALUE" : [23, 12], "MEDIAN_VALUE" : [41, 37], "P75_VALUE" : [57, 65], "P90_VALUE" : [73, 71], "MAX_VALUE" : [92, 88]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"fab": {"type": "string"}}, "required": ["fab"]}, "dependencies": {"type": "object", "properties": {"buzzingpixel.ansel.jcrop": {"type": "string"}, "fab-build-next": {"type": "string"}, "fab.controller": {"type": "string"}, "fab.model": {"type": "string"}, "fab.uuid": {"type": "string"}, "fabmixins": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["buzzingpixel.ansel.jcrop", "fab-build-next", "fab.controller", "fab.model", "fab.uuid", "fabmixins", "jquery"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"fab" : "node fab.js"}, "dependencies" : {"buzzingpixel.ansel.jcrop" : "^1.0.2", "fab-build-next" : "^1.0.1", "fab.controller" : "^1.2.1", "fab.model" : "^1.2.1", "fab.uuid" : "^1.0.0", "fabmixins" : "^2.3.0", "jquery" : "^3.3.1"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"fab": {"type": "string"}}, "required": ["fab"]}, "dependencies": {"type": "object", "properties": {"buzzingpixel.ansel.jcrop": {"type": "string"}, "fab-build-next": {"type": "string"}, "fab.controller": {"type": "string"}, "fab.model": {"type": "string"}, "fab.uuid": {"type": "string"}, "fabmixins": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["buzzingpixel.ansel.jcrop", "fab-build-next", "fab.controller", "fab.model", "fab.uuid", "fabmixins", "jquery"]}}, "required": ["scripts", "dependencies"], "$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"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2178, "citation_title" : "The Theory and the Facts of How Markets Clear: Is Industrial Organization Valuable for Understanding Macroeconomics?", "citation_author" : ["Dennis W. Carlton"], "citation_publication_date" : "1987-03-01", "issue_date" : "1987-03-01", "revision_date" : "None", "topics" : null, "program" : ["Economic Fluctuations and Growth"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper examines what industrial organization economists know and don't know about how markets clear. It reviews the empirical evidence which shows that, at least for some industries, price behavior is peculiar with prices failing to adjust over long periods of time. The paper discusses several existing theoretical explanations for the peculiar behavior such as fixed cost to changing price information asymmetries and theories of dynamic oligopoly. The paper goes on to develop some new theories to explain the observed behavior. The new explanations rely heavily on the importance of a seller's knowledge of his customers and on the optimality of non-price rationing. The paper discusses what relation, if anything, macroeconomics has to industrial organization.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"duration": {"type": "string"}, "layout": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["bounds", "id", "class"]}}, "bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["children", "bounds", "id", "class"]}}, "required": ["duration", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"duration" : "353000", "layout" : {"children" : [{"bounds" : {"top" : "0", "left" : "300", "bottom" : "0", "right" : "300"}, "id" : "guide_x", "class" : "Guideline"}, {"bounds" : {"top" : "1014", "left" : "0", "bottom" : "1014", "right" : "0"}, "id" : "guide_y", "class" : "Guideline"}, {"bounds" : {"top" : "714", "left" : "0", "bottom" : "1314", "right" : "600"}, "id" : "frame_right", "class" : "MaterialTextView"}, {"bounds" : {"top" : "881", "left" : "168", "bottom" : "1146", "right" : "432"}, "id" : "frame_wrong", "class" : "MaterialTextView"}, {"bounds" : {"top" : "0", "left" : "300", "bottom" : "1536", "right" : "301"}, "id" : "vertical_line", "class" : "View"}, {"bounds" : {"top" : "1013", "left" : "0", "bottom" : "1014", "right" : "882"}, "id" : "horizontal_line", "class" : "View"}, {"bounds" : {"top" : "1011", "left" : "297", "bottom" : "1017", "right" : "303"}, "id" : "the_center_point", "class" : "View"}], "bounds" : {"top" : "0", "left" : "0", "bottom" : "1536", "right" : "882"}, "id" : "activity_main", "class" : "ConstraintLayout"}} | json_instruct | {"type": "object", "properties": {"duration": {"type": "string"}, "layout": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["bounds", "id", "class"]}}, "bounds": {"type": "object", "properties": {"top": {"type": "string"}, "left": {"type": "string"}, "bottom": {"type": "string"}, "right": {"type": "string"}}, "required": ["top", "left", "bottom", "right"]}, "id": {"type": "string"}, "class": {"type": "string"}}, "required": ["children", "bounds", "id", "class"]}}, "required": ["duration", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[6, 1, 7, 2], [14, 3, 15, 4], [16, 12, 17, 11], [12, 16, 13, 15], [22, 17, 5, 18], [18, 7, 19, 8], [8, 21, 9, 22], [20, 9, 21, 10], [10, 19, 11, 20], [2, 5, 3, 6], [4, 13, 1, 14]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/93930", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-93930.jpg", "views" : 897, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 800, "colors" : ["#000000", "#ac746a", "#3f0f15", "#774649", "#f5f0eb"], "comments" : [""], "favorites" : 7, "descriptors" : ["artistic", "TARDIS", "Doctor Who"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Frossay", "dpt" : "Loire-Atlantique", "inscrits" : 2281, "abs" : 367, "votants" : 1914, "blancs" : 45, "nuls" : 8, "exp" : 1861, "res" : [{"panneau" : "11", "voix" : 407}, {"panneau" : "2", "voix" : 386}, {"panneau" : "3", "voix" : 383}, {"panneau" : "9", "voix" : 378}, {"panneau" : "1", "voix" : 127}, {"panneau" : "4", "voix" : 93}, {"panneau" : "6", "voix" : 30}, {"panneau" : "8", "voix" : 25}, {"panneau" : "10", "voix" : 17}, {"panneau" : "5", "voix" : 12}, {"panneau" : "7", "voix" : 3}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "distance": {"type": "integer"}, "startTime": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["id", "distance", "startTime", "duration"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1, "distance" : 2, "startTime" : "2020-06-19T13:01:17.031Z", "duration" : 9000}, {"id" : 2, "distance" : 1, "startTime" : "2020-06-19T12:01:17.031Z", "duration" : 6000}, {"id" : 3, "distance" : 5, "startTime" : "2020-06-19T14:01:17.031Z", "duration" : 7000}, {"id" : 4, "distance" : 5, "startTime" : "2020-06-19T14:11:17.031Z", "duration" : 4000}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "distance": {"type": "integer"}, "startTime": {"type": "string"}, "duration": {"type": "integer"}}, "required": ["id", "distance", "startTime", "duration"]}, "$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", "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": ["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.2, "people" : [{"pose_keypoints_2d" : [641.839, 237.597, 1, 625.159, 269.739, 1, 611.129, 274.467, 1, 589.864, 305.955, 1, 591.093, 339.441, 1, 646.429, 262.911, 1, 667.573, 228.648, 1, 659.045, 219.778, 1, 625.038, 349.482, 1, 654.904, 414.33, 1, 627.516, 450.096, 1, 637.247, 341.671, 1, 663.204, 411.217, 1, 633.379, 447.927, 1, 636.605, 233.729, 1, 648.588, 235.525, 1, 624.844, 236.796, 1, 836.626, 243.789, 0], "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": {"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": ["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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"}, "recall": {"type": "integer"}, "f1": {"type": "integer"}, "average precision": {"type": "integer"}, "reciprocal rank": {"type": "integer"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b80344d063b5ccb3212f76538f3d9e43d87dca9e", "recommendations" : ["TRDADBO128C7196C2E", "TRBLXFZ128F42AA792", "TRDCPMV128F424350F", "TRHZJBP128F92C3BC0", "TRQLRYB128E079506A", "TRTMQXU128F14895BA", "TRDXLKN12903CE824C", "TRMFVSX128F4243851", "TRTNBSL128F931C0D5", "TRQXRRH128F1477261", "TRBHYJH12903CEA8AC", "TRLDIGW128F93269F8", "TRSLMMM128F930490F", "TRYRFSW128F930490B", "TRDFGDH128F424BDD3", "TRBMLFZ128F1475785", "TRWJZEG12903D0820E", "TRGLEON12903D001F1", "TROFZQO128F4299E21", "TRXSWJL128F427EEFA", "TRKUUZM128F14782F0", "TRHDTUG128F92E8058", "TRUGYZP128F148EF4C", "TRISZDZ128F1497D8B", "TRKEKRC128F424383C", "TRSCWIA128E0785B05", "TRIYXMY128F9339B9F", "TRBPDFQ128F42ADE3D", "TRTCZAW128F1456003", "TRLVLJA128F426430A", "TRYVQUO128F145A173", "TRSGEAR128F92DD6DB", "TRPYOHO128F93145F8", "TRMZUJS128F42957DC", "TRCDINK128F14A424E", "TRYHLKG128F92FB330", "TRQZPIE128F1455E47", "TRQLZQH128E0792691", "TRALEYR128F932F38D", "TRTQWAT128F42596D8", "TRXGJPO128F92D4706", "TRRQYZN128F426D0AD", "TRURAHF128F426A3C4", "TRUTBWM128F92F36E3", "TRFTIBW128F1479218", "TRSNHEY128EF35E2B7", "TRDNYWA128F42813F3", "TRSPLHG128F4299E23", "TRYZUSO128F42BA4E2", "TRWIFBN128F9308699"], "metrics" : {"P" : 15, "TP" : 0, "precision" : 0, "recall" : 0, "f1" : 0, "average precision" : 0, "reciprocal rank" : 0}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"}, "recall": {"type": "integer"}, "f1": {"type": "integer"}, "average precision": {"type": "integer"}, "reciprocal rank": {"type": "integer"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "string"}, "app_name": {"type": "string"}, "rank_desc": {"type": "string"}, "rating_desc": {"type": "string"}, "info_list": {"type": "object", "properties": {"Seller": {"type": "string"}, "Size": {"type": "string"}, "Copyright": {"type": "string"}, "\u9500\u552e\u5546": {"type": "string"}, "\u5927\u5c0f": {"type": "string"}, "\u5e74\u9f84\u5206\u7ea7": {"type": "string"}, "\u4ef7\u683c": {"type": "string"}}, "required": ["Seller", "Size", "Copyright", "\u9500\u552e\u5546", "\u5927\u5c0f", "\u5e74\u9f84\u5206\u7ea7", "\u4ef7\u683c"]}, "version_history": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["version", "release_date"]}}}, "required": ["url", "id", "app_name", "rank_desc", "rating_desc", "info_list", "version_history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://itunes.apple.com/cn/app/id1440445025", "id" : "id1440445025", "app_name" : "\u4e92\u52a8\u6587\u5e93", "rank_desc" : "\u201c\u6559\u80b2\u201d\u7c7b\u7b2c 48 \u540d", "rating_desc" : "4.2\uff0c415 \u4e2a\u8bc4\u5206", "info_list" : {"Seller" : "", "Size" : "", "Copyright" : "\u00a9 Ts Studio", "\u9500\u552e\u5546" : "Beijing Qianyang Yuanwang Information Technology Co.,Ltd", "\u5927\u5c0f" : "49.2 MB", "\u5e74\u9f84\u5206\u7ea7" : "\u96504\u5c81\u4ee5\u4e0a", "\u4ef7\u683c" : "\u514d\u8d39"}, "version_history" : [{"version" : "5.5.1", "release_date" : "2019\u5e741\u670818\u65e5"}, {"version" : "5.5.0", "release_date" : "2019\u5e741\u670815\u65e5"}, {"version" : "5.4.5", "release_date" : "2019\u5e741\u670810\u65e5"}, {"version" : "5.4.0", "release_date" : "2019\u5e741\u67081\u65e5"}, {"version" : "5.3.5", "release_date" : "2018\u5e7412\u670816\u65e5"}, {"version" : "5.3.0", "release_date" : "2018\u5e7412\u670811\u65e5"}, {"version" : "5.2.0", "release_date" : "2018\u5e7412\u67081\u65e5"}, {"version" : "5.1.0", "release_date" : "2018\u5e7411\u670823\u65e5"}, {"version" : "5.0", "release_date" : "2018\u5e7411\u670821\u65e5"}]} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "id": {"type": "string"}, "app_name": {"type": "string"}, "rank_desc": {"type": "string"}, "rating_desc": {"type": "string"}, "info_list": {"type": "object", "properties": {"Seller": {"type": "string"}, "Size": {"type": "string"}, "Copyright": {"type": "string"}, "\u9500\u552e\u5546": {"type": "string"}, "\u5927\u5c0f": {"type": "string"}, "\u5e74\u9f84\u5206\u7ea7": {"type": "string"}, "\u4ef7\u683c": {"type": "string"}}, "required": ["Seller", "Size", "Copyright", "\u9500\u552e\u5546", "\u5927\u5c0f", "\u5e74\u9f84\u5206\u7ea7", "\u4ef7\u683c"]}, "version_history": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "release_date": {"type": "string"}}, "required": ["version", "release_date"]}}}, "required": ["url", "id", "app_name", "rank_desc", "rating_desc", "info_list", "version_history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101817759, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "553a0596ae859bd126a4997335ec014b", "wof:id" : 101817759, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [20.117437, 54.225471, 20.133071, 54.245141], "geometry" : {"coordinates" : [[[20.131991, 54.241974], [20.13003, 54.233979], [20.133071, 54.233727], [20.132853, 54.232839], [20.131333, 54.232965], [20.130897, 54.231188], [20.127857, 54.231439], [20.126551, 54.226109], [20.123511, 54.22636], [20.123294, 54.225471], [20.121774, 54.225597], [20.122644, 54.22915], [20.121124, 54.229276], [20.122865, 54.236383], [20.121345, 54.236508], [20.121563, 54.237397], [20.120042, 54.237522], [20.120478, 54.239299], [20.117437, 54.23955], [20.117655, 54.240438], [20.119175, 54.240313], [20.119828, 54.242978], [20.121348, 54.242852], [20.121131, 54.241964], [20.125692, 54.241588], [20.126563, 54.245141], [20.129604, 54.24489], [20.129386, 54.244002], [20.130907, 54.243876], [20.130471, 54.242099], [20.131991, 54.241974]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.0.1", "1.0.3", "1.0.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.5"], "meta" : {"description" : "Utilities in support of Quali CloudShell HPN Shell drivers", "homepage" : "https://github.com/QualiSystemsLab/Customer-HPE/HPE_Shells/HPN_Utilities"}, "versions" : {"1.0.0" : {"sha256" : "0667ba5d4203edcfdaf6cee45e0cc33e4790183b9b04d66341494ab70cf08f96", "url" : "https://files.pythonhosted.org/packages/0a/14/218b8fba9db38e4c2d416c7694bae74068ff6451d5138b464037928450ab/HPN_Utilities-1.0.0.zip"}, "1.0.1" : {"sha256" : "31d620c9aed9248a301519b792da0dd98d33f2d72ee373c5981290706f898c4e", "url" : "https://files.pythonhosted.org/packages/a7/20/077e45b0c7bcaaeb59af369fd28fdb71e2b3c803c64c168e6ec94c279fb7/HPN_Utilities-1.0.1.zip"}, "1.0.3" : {"sha256" : "cdb627517f26c13533dfb54e6b56f9251577c35fbc42f840381e977ced47b443", "url" : "https://files.pythonhosted.org/packages/97/27/1ad91f9a5f2b47308c96d970e7c5c02003e03bfb0dab9774913cd902c219/HPN_Utilities-1.0.3.zip"}, "1.0.5" : {"sha256" : "0aad589c59e02bd7066546de9fe7aabd077c5294672a5b790adce5a6a1434f0d", "url" : "https://files.pythonhosted.org/packages/71/bc/e7dea7a152e7970f922c8503bfa318ca82f51413d463dbfe0655b47bfffd/HPN_Utilities-1.0.5.zip"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.0.0", "1.0.1", "1.0.3", "1.0.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : [[[-90.159076, 38.661005], [-90.156935, 38.663869], [-90.157554, 38.67515], [-90.147422, 38.675507], [-90.148331, 38.685204], [-90.14094, 38.690386], [-90.132716, 38.694781], [-90.121998, 38.698621], [-90.115071, 38.702086], [-90.105803, 38.703741], [-90.09831, 38.706746], [-90.087543, 38.71153], [-90.079409, 38.716932], [-90.070745, 38.721054], [-90.071175, 38.746479], [-90.038604, 38.745948], [-90.038737, 38.729778], [-90.039903, 38.726698], [-90.042615, 38.725934], [-90.038791, 38.724487], [-90.038904, 38.695156], [-90.037105, 38.658449], [-90.150209, 38.66015], [-90.158968, 38.660352], [-90.159076, 38.661005]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 21311}}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"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#"}
| {"parent" : "builtin/generated", "textures" : {"layer0" : "endershulkers:item/ender_shulker_lock"}} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f35315ab-fb3d-4b2c-8da2-c6ebf867dc64", "name" : "Hillingdon Primary Schools", "code" : "3", "address" : {"addressLine1" : "Uxbridge Rd", "town" : "Hillingdon", "postcode" : "UB10 0PH"}, "organisation" : {"id" : "d409bcc0-8444-48eb-9a0b-0e9ab9907182", "code" : "1E5", "name" : "Bishop Ramsey CE School"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$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"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Radio Primavera", "src" : "http://mp3ad.radioprimavera.c.nmdn.net/fs_radioprimavera/livestream.mp3?.mp3?t=1526274843"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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#"}
| [{"package" : "kraken-all", "downloads" : 12200, "count" : 6741}] | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"smol": {"type": "string"}}, "required": ["smol"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-session": {"type": "string"}, "connect-ensure-login": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "glob": {"type": "string"}, "ejs": {"type": "string"}, "front-matter": {"type": "string"}, "marked": {"type": "string"}, "formidable": {"type": "string"}}, "required": ["express", "express-session", "connect-ensure-login", "passport", "passport-local", "glob", "ejs", "front-matter", "marked", "formidable"]}}, "required": ["name", "version", "description", "repository", "author", "keywords", "license", "main", "bin", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "smol", "version" : "1.3.3", "description" : "Very smol website builder", "repository" : "mihaifm/smol", "author" : "Mihai Ciuraru <hi@mihai.fm>", "keywords" : ["smol", "website", "site", "generator", "static", "cms"], "license" : "MIT", "main" : "index.js", "bin" : {"smol" : "cli.js"}, "engines" : {"node" : ">=10.0.0"}, "dependencies" : {"express" : "4.17.1", "express-session" : "1.16.2", "connect-ensure-login" : "0.1.1", "passport" : "0.4.0", "passport-local" : "1.0.0", "glob" : "7.1.4", "ejs" : "2.7.1", "front-matter" : "3.0.2", "marked" : "0.7.0", "formidable" : "1.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"smol": {"type": "string"}}, "required": ["smol"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "express-session": {"type": "string"}, "connect-ensure-login": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "glob": {"type": "string"}, "ejs": {"type": "string"}, "front-matter": {"type": "string"}, "marked": {"type": "string"}, "formidable": {"type": "string"}}, "required": ["express", "express-session", "connect-ensure-login", "passport", "passport-local", "glob", "ejs", "front-matter", "marked", "formidable"]}}, "required": ["name", "version", "description", "repository", "author", "keywords", "license", "main", "bin", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["name", "type", "required", "description"]}}, "description": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["name", "enabledForApps", "method", "path", "params", "description", "documentationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "List statuses for a specific ref", "enabledForApps" : true, "method" : "GET", "path" : "/repos/:owner/:repo/commits/:ref/statuses", "params" : [{"name" : "owner", "type" : "string", "required" : true, "description" : ""}, {"name" : "repo", "type" : "string", "required" : true, "description" : ""}, {"name" : "ref", "type" : "string", "description" : "Ref to list the statuses from. It can be a SHA, a branch name, or a tag name.", "required" : true}, {"name" : "per_page", "type" : "number", "required" : false, "description" : "Results per page (max 100)", "default" : 30}, {"name" : "page", "type" : "number", "required" : false, "description" : "Page number of the results to fetch.", "default" : 1}], "description" : "Users with pull access can view commit statuses for a given ref:\n\nThis resource is also available via a legacy route: `GET /repos/:owner/:repo/statuses/:ref`.\n\nStatuses are returned in reverse chronological order. The first status in the list will be the latest one.", "documentationUrl" : "https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "enabledForApps": {"type": "boolean"}, "method": {"type": "string"}, "path": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}, "description": {"type": "string"}}, "required": ["name", "type", "required", "description"]}}, "description": {"type": "string"}, "documentationUrl": {"type": "string"}}, "required": ["name", "enabledForApps", "method", "path", "params", "description", "documentationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"user" : "U1K869J4W", "text" : "<@U1K869J4W|mihaig> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1469789676.000620"}, {"user" : "U1KDAMDJ7", "text" : "<@U1KDAMDJ7|sanchezl> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1469802303.000621"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"content": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "documentation": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "displayValue": {"type": "string"}}, "required": ["name", "type", "description", "displayValue"]}}}, "required": ["name", "description", "documentation", "attributes"]}}, "required": ["content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content" : {"name" : "aclUser", "description" : "A user associated with a CIFS share level ACL. ", "documentation" : "https://10.244.223.66/apidocs/classes/aclUser.html", "attributes" : [{"name" : "id", "type" : "String", "description" : "Unique instance id. ", "displayValue" : "id"}, {"name" : "instanceId", "type" : "String", "description" : "", "displayValue" : "instanceId"}, {"name" : "sid", "type" : "String", "description" : "Windows user id. ", "displayValue" : "sid"}, {"name" : "domainName", "type" : "String", "description" : "Windows domain name. ", "displayValue" : "domainName"}, {"name" : "userName", "type" : "String", "description" : "User name. ", "displayValue" : "userName"}, {"name" : "isManaged", "type" : "Boolean", "description" : "Indicates whether the user is managed byt the storage system. Value are: <ul> <li>true - The user is managed by the storage system.</li> <li>false - The user is not managed by the storage system.</li> </ul> ", "displayValue" : "isManaged"}]}} | json_instruct | {"type": "object", "properties": {"content": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "documentation": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "displayValue": {"type": "string"}}, "required": ["name", "type", "description", "displayValue"]}}}, "required": ["name", "description", "documentation", "attributes"]}}, "required": ["content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "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" : [[[-122.43358, 47.307033], [-122.43172, 47.308886], [-122.431025, 47.313693], [-122.429982, 47.31206], [-122.427673, 47.312051], [-122.427682, 47.315266], [-122.425021, 47.31443], [-122.424874, 47.312085], [-122.418419, 47.312034], [-122.418409, 47.313874], [-122.41707, 47.313873], [-122.416676, 47.315666], [-122.414415, 47.315639], [-122.414371, 47.312102], [-122.409074, 47.312129], [-122.409127, 47.307082], [-122.41143, 47.30808], [-122.413847, 47.306981], [-122.411844, 47.305893], [-122.408973, 47.301129], [-122.406854, 47.301033], [-122.406149, 47.291446], [-122.400836, 47.288417], [-122.399105, 47.283384], [-122.39237, 47.282745], [-122.389376, 47.281696], [-122.386719, 47.28227], [-122.387716, 47.28062], [-122.386501, 47.279494], [-122.387328, 47.278965], [-122.390385, 47.281206], [-122.398489, 47.281546], [-122.40453, 47.283734], [-122.410927, 47.292185], [-122.416848, 47.296626], [-122.426652, 47.298977], [-122.430669, 47.297944], [-122.430714, 47.306162], [-122.43358, 47.307033]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 78531}}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"from" : "/bitcoin-unlimited-analysis.html", "to" : "/resources/1txn.pdf"}, {"from" : "/bitcoin-whitepaper.html", "to" : "/resources/bitcoin.pdf"}, {"from" : "/bitcoinWhitepaper", "to" : "/resources/bitcoin.pdf"}, {"from" : "/bitcoin.pdf", "to" : "/resources/bitcoin.pdf"}, {"from" : "/feemarket.html", "to" : "/resources/feemarket.pdf"}, {"from" : "/1txn", "to" : "/resources/1txn.pdf"}, {"from" : "/downloads/BUarticles.pdf", "to" : "/resources/BUarticles.pdf"}, {"from" : "/downloads/bitcoin.pdf", "to" : "/resources/bitcoin.pdf"}, {"from" : "/downloads/btc_1txn.pdf", "to" : "/resources/1txn.pdf"}, {"from" : "/downloads/feemarket.pdf", "to" : "/resources/feemarket.pdf"}, {"from" : "/downloads/subchains.pdf", "to" : "/resources/subchains.pdf"}, {"from" : "/public/downloads/BUarticles.pdf", "to" : "/resources/BUarticles.pdf"}, {"from" : "/public/downloads/bitcoin.pdf", "to" : "/resources/bitcoin.pdf"}, {"from" : "/public/downloads/btc_1txn.pdf", "to" : "/resources/1txn.pdf"}, {"from" : "/public/downloads/feemarket.pdf", "to" : "/resources/feemarket.pdf"}, {"from" : "/public/downloads/subchains.pdf", "to" : "/resources/subchains.pdf"}, {"from" : "/articlesOfFederation", "to" : "/resources/BUarticles.pdf"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ajv.bundle.js" : "sha512-I8VU82D+6kPjNlUjGBQ27nLVfNq2dZjZOHRTdtgc7ev9eY1z13EsHjHT3chFWTys+V8BWNbZyc4V9uxZ6aNveg==", "ajv.min.js" : "sha512-QZK7YSjj6ZIArnvRQzUry6XwK5s9dMJ/11L+c4bKYu23G20Dq5mI/U+VZhZbmYLIu//H6r1E/bHKLTywF4bpVw==", "nodent.min.js" : "sha512-aCj26wwx4kqHjP63pp0nFUCfgXxQccF3rYFuSOZ80hvdIlnV68txnlTF+2L27oKK9/PFsSfhulCap3hQEN80UA==", "regenerator.min.js" : "sha512-3VT4hChCQfE2Q14i4Wenkt4PRNoPwvxReOH1hAb/PXpBbP4Xf8F9IKYfKw8qhuOoki8cYEw3+gUzFLZ8aIxnLQ=="} | json_instruct | {"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 9336, "cartId" : "5129409f-c607-4378-bb5b-635555b18982", "preferredProducts" : [1518, 2814], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"maikeconfig": {"type": "object", "properties": {"source_file_info_loaders": {"type": "object", "properties": {"app": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type": "string"}}}, "required": ["cflags"]}}, "required": ["config"]}}, "required": ["compiler"]}, "cxx": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type": "string"}}}, "required": ["cflags"]}}, "required": ["config"]}}, "required": ["compiler"]}, "cxx_test": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type": "string"}}}, "required": ["cflags"]}}, "required": ["config"]}}, "required": ["compiler"]}}, "required": ["app", "cxx", "cxx_test"]}}, "required": ["source_file_info_loaders"]}}, "required": ["maikeconfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"maikeconfig" : {"source_file_info_loaders" : {"app" : {"compiler" : {"config" : {"cflags" : ["-g", "-fprofile-arcs", "-ftest-coverage"]}}}, "cxx" : {"compiler" : {"config" : {"cflags" : ["-g", "-fprofile-arcs", "-ftest-coverage"]}}}, "cxx_test" : {"compiler" : {"config" : {"cflags" : ["-g", "-fprofile-arcs", "-ftest-coverage"]}}}}}} | json_instruct | {"type": "object", "properties": {"maikeconfig": {"type": "object", "properties": {"source_file_info_loaders": {"type": "object", "properties": {"app": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type": "string"}}}, "required": ["cflags"]}}, "required": ["config"]}}, "required": ["compiler"]}, "cxx": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type": "string"}}}, "required": ["cflags"]}}, "required": ["config"]}}, "required": ["compiler"]}, "cxx_test": {"type": "object", "properties": {"compiler": {"type": "object", "properties": {"config": {"type": "object", "properties": {"cflags": {"type": "array", "items": {"type": "string"}}}, "required": ["cflags"]}}, "required": ["config"]}}, "required": ["compiler"]}}, "required": ["app", "cxx", "cxx_test"]}}, "required": ["source_file_info_loaders"]}}, "required": ["maikeconfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}, "requestId": {"type": "string"}}, "required": ["code", "requestId"]}, "response": {"type": "object", "properties": {"tips": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"logView": {"type": "boolean"}, "lang": {"type": "string"}, "createdAt": {"type": "integer"}, "agreeCount": {"type": "integer"}, "likes": {"type": "object", "properties": {"groups": {"type": "array", "items": {}}, "count": {"type": "integer"}}, "required": ["groups", "count"]}, "id": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "user": {"type": "object", "properties": {"gender": {"type": "string"}, "id": {"type": "string"}, "photo": {"type": "object", "properties": {"prefix": {"type": "string"}, "suffix": {"type": "string"}}, "required": ["prefix", "suffix"]}, "firstName": {"type": "string"}, "lastName": {"type": "string"}}, "required": ["gender", "id", "photo", "firstName", "lastName"]}, "canonicalUrl": {"type": "string"}, "todo": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "disagreeCount": {"type": "integer"}}, "required": ["logView", "lang", "createdAt", "agreeCount", "likes", "id", "text", "type", "user", "canonicalUrl", "todo", "disagreeCount"]}}, "count": {"type": "integer"}}, "required": ["items", "count"]}}, "required": ["tips"]}}, "required": ["meta", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"code" : 200, "requestId" : "595a48d64c1f67701d114a15"}, "response" : {"tips" : {"items" : [{"logView" : true, "lang" : "ms", "createdAt" : 1303653654, "agreeCount" : 0, "likes" : {"groups" : [], "count" : 0}, "id" : "4db42d16cda1c57c8255c48c", "text" : "teh tarik failure!!! tak panas!!", "type" : "user", "user" : {"gender" : "male", "id" : "1600204", "photo" : {"prefix" : "https://igx.4sqi.net/img/user/", "suffix" : "/1600204-0CWQJKCUGMSYIWAW.jpg"}, "firstName" : "OneDee", "lastName" : "MdNoor"}, "canonicalUrl" : "https://foursquare.com/item/4db42d16cda1c57c8255c48c", "todo" : {"count" : 0}, "disagreeCount" : 0}, {"logView" : true, "lang" : "lv", "createdAt" : 1303964683, "agreeCount" : 0, "likes" : {"groups" : [], "count" : 0}, "id" : "4db8ec0b0437609120f75317", "text" : "Teh tarik panas!!", "type" : "user", "user" : {"gender" : "male", "id" : "8176788", "photo" : {"prefix" : "https://igx.4sqi.net/img/user/", "suffix" : "/T35ZFYMD5EM0P322.jpg"}, "firstName" : "Md", "lastName" : "Gazali"}, "canonicalUrl" : "https://foursquare.com/item/4db8ec0b0437609120f75317", "todo" : {"count" : 0}, "disagreeCount" : 0}], "count" : 2}}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"code": {"type": "integer"}, "requestId": {"type": "string"}}, "required": ["code", "requestId"]}, "response": {"type": "object", "properties": {"tips": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"logView": {"type": "boolean"}, "lang": {"type": "string"}, "createdAt": {"type": "integer"}, "agreeCount": {"type": "integer"}, "likes": {"type": "object", "properties": {"groups": {"type": "array", "items": {}}, "count": {"type": "integer"}}, "required": ["groups", "count"]}, "id": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "user": {"type": "object", "properties": {"gender": {"type": "string"}, "id": {"type": "string"}, "photo": {"type": "object", "properties": {"prefix": {"type": "string"}, "suffix": {"type": "string"}}, "required": ["prefix", "suffix"]}, "firstName": {"type": "string"}, "lastName": {"type": "string"}}, "required": ["gender", "id", "photo", "firstName", "lastName"]}, "canonicalUrl": {"type": "string"}, "todo": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "disagreeCount": {"type": "integer"}}, "required": ["logView", "lang", "createdAt", "agreeCount", "likes", "id", "text", "type", "user", "canonicalUrl", "todo", "disagreeCount"]}}, "count": {"type": "integer"}}, "required": ["items", "count"]}}, "required": ["tips"]}}, "required": ["meta", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"answers" : ["dhol", "dholl", "dodo", "doll", "dollhood", "dollop", "dolt", "donnot", "dool", "doon", "doth", "hold", "hond", "hood", "hoodoo", "lophodont", "plod", "pond", "pood", "told", "tondo"], "centerLetter" : "d", "letterString" : "dhlnopt", "outerLetters" : ["h", "l", "n", "o", "p", "t"], "pangrams" : ["lophodont"], "validLetters" : ["d", "h", "l", "n", "o", "p", "t"]} | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"line" : 8, "column" : 16, "msg" : "Operator '+' cannot be applied to types 'boolean' and 'number'."}, {"line" : 11, "column" : 16, "msg" : "Expression expected."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "msg": {"type": "string"}}, "required": ["line", "column", "msg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "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" : "Saint Mary's College of Meycauayan", "alt_name" : null, "country" : "Philippines", "state" : null, "address" : {"street" : "McArthur Hi-Way", "city" : "City of Meycauayan", "province" : "Bulacan", "postal_code" : "3020"}, "contact" : {"telephone" : "+63(44) 840-9781", "website" : "http://smcmeyc.tripod.com", "email" : "misnet@globe.com.ph", "fax" : "+63(44) 840-2947"}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "siesta-launcher-tests"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Capture and display for live immersive 3D entertainment.", "fields" : ["immersion", "customer base", "multimedia", "immersive technology", "entertainment"], "abstract" : "We describe methods, accomplishments, and direction in a laboratory-corporate collaborative project over this past year and a half. With the goal of taking new immersive technologies to a growing customer base through in-situ demonstrations and experiments, we are combining novel capture and display capabilities in delivering life-sized immersive 3D entertainment experiences. We describe the adaptations and innovations needed in delivering immersive life sized 3D to a large audience.", "citation" : "Citations (2)", "departments" : ["Hewlett-Packard", "Hewlett-Packard", "Hewlett-Packard"], "authors" : ["Harlyn Baker.....http://dblp.org/pers/hd/b/Baker:Harlyn", "Nelson L. Chang.....http://dblp.org/pers/hd/c/Chang:Nelson_L=", "Arun Paruchuri.....http://dblp.org/pers/hd/p/Paruchuri:Arun"], "conf" : "mm", "year" : "2011", "pages" : 4} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"bootstrap-sass": {"type": "string"}, "enquire": {"type": "string"}, "jquery": {"type": "string"}, "modernizr": {"type": "string"}, "respond": {"type": "string"}, "skrollr": {"type": "string"}, "vivus": {"type": "string"}}, "required": ["bootstrap-sass", "enquire", "jquery", "modernizr", "respond", "skrollr", "vivus"]}}, "required": ["name", "version", "homepage", "authors", "license", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Homeaway", "version" : "1.0.0", "homepage" : "http://artot.net", "authors" : ["Xavier Artot <xavier@artot.net>"], "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "assets/vendor"], "dependencies" : {"bootstrap-sass" : "~3.3.5", "enquire" : "~2.1.2", "jquery" : "1.11.1", "modernizr" : "2.8.2", "respond" : "1.4.2", "skrollr" : "~0.6.30", "vivus" : "~0.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"bootstrap-sass": {"type": "string"}, "enquire": {"type": "string"}, "jquery": {"type": "string"}, "modernizr": {"type": "string"}, "respond": {"type": "string"}, "skrollr": {"type": "string"}, "vivus": {"type": "string"}}, "required": ["bootstrap-sass", "enquire", "jquery", "modernizr", "respond", "skrollr", "vivus"]}}, "required": ["name", "version", "homepage", "authors", "license", "private", "ignore", "dependencies"], "$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"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "michelf/php-markdown": {"type": "string"}, "symfony/config": {"type": "string"}, "symfony/dependency-injection": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "symfony/routing": {"type": "string"}, "tijsverkoyen/css-to-inline-styles": {"type": "string"}}, "required": ["php", "michelf/php-markdown", "symfony/config", "symfony/dependency-injection", "symfony/finder", "symfony/http-kernel", "symfony/routing", "tijsverkoyen/css-to-inline-styles"]}, "require-dev": {"type": "object", "properties": {"phpspec/phpspec": {"type": "string"}, "pedrotroller/php-cs-custom-fixer": {"type": "string"}}, "required": ["phpspec/phpspec", "pedrotroller/php-cs-custom-fixer"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Knp\\MegaMAN": {"type": "string"}}, "required": ["Knp\\MegaMAN"]}}, "required": ["psr-0"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}, "bin-dir": {"type": "string"}}, "required": ["sort-packages", "bin-dir"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "license", "authors", "keywords", "require", "require-dev", "autoload", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "knplabs/mega-man", "description" : "Quick access to your vendors documentation", "license" : "MIT", "authors" : [{"name" : "Pierre PLAZANET", "email" : "pierre.plazanet@knplabs.com"}], "keywords" : ["documentation", "man", "manual", "dependencies", "vendor", "interface", "merge"], "require" : {"php" : ">=5.6", "michelf/php-markdown" : "~1.5", "symfony/config" : "~2.8 || ~3.0", "symfony/dependency-injection" : "~2.8 || ~3.0", "symfony/finder" : "~2.8 || ~3.0", "symfony/http-kernel" : "~2.8 || ~3.0", "symfony/routing" : "~2.8 || ~3.0", "tijsverkoyen/css-to-inline-styles" : "~1.5"}, "require-dev" : {"phpspec/phpspec" : "^3.2.0", "pedrotroller/php-cs-custom-fixer" : "~1.6.0"}, "autoload" : {"psr-0" : {"Knp\\MegaMAN" : "src/"}}, "config" : {"sort-packages" : true, "bin-dir" : "bin"}, "extra" : {"branch-alias" : {"dev-master" : "2.0.x-dev"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "michelf/php-markdown": {"type": "string"}, "symfony/config": {"type": "string"}, "symfony/dependency-injection": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "symfony/routing": {"type": "string"}, "tijsverkoyen/css-to-inline-styles": {"type": "string"}}, "required": ["php", "michelf/php-markdown", "symfony/config", "symfony/dependency-injection", "symfony/finder", "symfony/http-kernel", "symfony/routing", "tijsverkoyen/css-to-inline-styles"]}, "require-dev": {"type": "object", "properties": {"phpspec/phpspec": {"type": "string"}, "pedrotroller/php-cs-custom-fixer": {"type": "string"}}, "required": ["phpspec/phpspec", "pedrotroller/php-cs-custom-fixer"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Knp\\MegaMAN": {"type": "string"}}, "required": ["Knp\\MegaMAN"]}}, "required": ["psr-0"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}, "bin-dir": {"type": "string"}}, "required": ["sort-packages", "bin-dir"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "license", "authors", "keywords", "require", "require-dev", "autoload", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 1-1177.7.\n\nEmergency Act Amendments\n\nFor temporary addition of subchapter, see note to \u00a7 2-223.01.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 12-160, see Historical and Statutory Notes following \u00a7 2-223.01.\n\nDC CODE \u00a7 2-223.07\n\nCurrent through December 11, 2012", "credits" : "(Oct. 7, 1998, D.C. Law 12-160, \u00a7 208, 45 DCR 5147.)", "sections" : [{"prefix" : "a", "text" : " This subchapter shall apply to actions taken after July 13, 1998."}, {"prefix" : "b", "text" : " This subchapter shall apply to employees of the WMATA when the Commonwealth of Virginia and the State of Maryland enact similar provisions for WMATA whistleblowers."}], "division" : {"identifier" : "I", "text" : "Government of District."}, "title" : {"identifier" : "2", "text" : "Government Administration. (Refs & Annos)"}, "chapter" : {"identifier" : "2", "text" : "Contracts. (Refs & Annos)"}, "subchapter" : {"identifier" : "XII", "text" : "Employees of District Contractors and Instrumentality Whistleblower Protection."}, "heading" : {"title" : "2", "chaptersection" : "223", "identifier" : "2-223.07", "catch_text" : "Applicability."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}, "total": {"type": "string"}}, "required": ["0-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0-19" : "7", "20-29" : "57", "30-39" : "113", "40-49" : "357", "50-59" : "1000", "60-69" : "2412", "70-79" : "4027", "80+" : "6932", "total" : "14905"} | json_instruct | {"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}, "total": {"type": "string"}}, "required": ["0-19", "20-29", "30-39", "40-49", "50-59", "60-69", "70-79", "80+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "satori/debug", "description" : "Debug components", "keywords" : ["Satori", "debug", "xdebug", "var_dump"], "license" : "MIT", "authors" : [{"name" : "Yuriy Davletshin", "email" : "yuriy.davletshin@gmail.com"}], "require" : {"php" : ">=7.2"}, "autoload" : {"files" : ["src/xdump.php"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Target" : "css/main.min.8cb4ac4bc7409b572f723cfa9063f5982413db42075666f9489850e7b8cc4198929d0ff612be89d4e573b78e99f4d313fa465ad17f429c1ef9c7c34c8102ec49.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha512-jLSsS8dAm1cvcjz6kGP1mCQT20IHVmb5SJhQ57jMQZiSnQ/2Er6J1OVzt46Z9NMT+kZa0X9CnB75x8NMgQLsSQ=="}} | json_instruct | {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"dm-file-uploader": {"type": "string"}}, "required": ["dm-file-uploader"]}, "devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}}, "required": ["@symfony/webpack-encore", "node-sass", "sass-loader", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise"]}, "scripts": {"type": "object", "properties": {"dev-server": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "cs": {"type": "string"}}, "required": ["dev-server", "dev", "watch", "build", "cs"]}}, "required": ["dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"dm-file-uploader" : "^1.0.2"}, "devDependencies" : {"@symfony/webpack-encore" : "^1.6.1", "node-sass" : "^6.0.1", "sass-loader" : "^12.3.0", "eslint" : "^7.12.1", "eslint-config-standard" : "^16.0.2", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4.2.1"}, "scripts" : {"dev-server" : "encore dev-server", "dev" : "encore dev", "watch" : "encore dev --watch", "build" : "encore production", "cs" : "eslint --ext .js ./src/Resources/public/js --fix"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"dm-file-uploader": {"type": "string"}}, "required": ["dm-file-uploader"]}, "devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}}, "required": ["@symfony/webpack-encore", "node-sass", "sass-loader", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise"]}, "scripts": {"type": "object", "properties": {"dev-server": {"type": "string"}, "dev": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "cs": {"type": "string"}}, "required": ["dev-server", "dev", "watch", "build", "cs"]}}, "required": ["dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900723006": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723007": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723008": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723009": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723010": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900723006", "900723007", "900723008", "900723009", "900723010"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900723006" : {"nama" : "TPS 1", "dapil" : [7302, 17307, 2730802]}, "900723007" : {"nama" : "TPS 2", "dapil" : [7302, 17307, 2730802]}, "900723008" : {"nama" : "TPS 3", "dapil" : [7302, 17307, 2730802]}, "900723009" : {"nama" : "TPS 4", "dapil" : [7302, 17307, 2730802]}, "900723010" : {"nama" : "TPS 5", "dapil" : [7302, 17307, 2730802]}} | json_instruct | {"type": "object", "properties": {"900723006": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723007": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723008": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723009": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900723010": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900723006", "900723007", "900723008", "900723009", "900723010"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.375, 29.833333333333332], [135.375, 29.916666666666668], [135.5, 29.916666666666668], [135.5, 29.833333333333332], [135.375, 29.833333333333332]]]}, "properties" : {"code" : 443563, "url" : "http://madefor.github.io/0410/api/v1/443563.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/443563.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1991, 5], [1993, 5], [1994, 6], [1995, 8], [1996, 9], [1997, 12], [1998, 18], [1999, 18], [2000, 16], [2001, 18], [2002, 15], [2003, 14], [2004, 10], [2005, 17], [2006, 14], [2007, 11], [2008, 10], [2009, 10], [2010, 11], [2011, 9], [2013, 5], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "lower_name": {"type": "string"}}, "required": ["_id", "abbreviation", "name", "lower_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "84cfeb35", "abbreviation" : "", "name" : "Velvet tobacco mottle virus Satellite RNA", "lower_name" : "velvet tobacco mottle virus satellite rna"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "abbreviation": {"type": "string"}, "name": {"type": "string"}, "lower_name": {"type": "string"}}, "required": ["_id", "abbreviation", "name", "lower_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["minecraft:shulker", "minecraft:painting", "minecraft:item_frame", "minecraft:leash_knot"]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXBANKNIFTY26-05-2022CE40100.00", "name" : "BANKNIFTY", "grapthData" : [[1646655459000, 0], [1646655505000, 0], [1646655546000, 0]], "closePrice" : 1065.5} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"projectClass": {"type": "string"}, "testMCVersionMergeSpec": {"type": "string"}, "testMCVersionSpec": {"type": "string"}}, "required": ["projectClass", "testMCVersionMergeSpec", "testMCVersionSpec"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"projectClass" : "dkh 6/12/2012 15:41:23.319", "testMCVersionMergeSpec" : "dkh 6/12/2012 15:41:23.319", "testMCVersionSpec" : "dkh 10/03/2014 17:40"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"projectClass": {"type": "string"}, "testMCVersionMergeSpec": {"type": "string"}, "testMCVersionSpec": {"type": "string"}}, "required": ["projectClass", "testMCVersionMergeSpec", "testMCVersionSpec"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "integer"}, "after": {"type": "string"}, "lineA": {"type": "integer"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"info" : {"project" : "hexojs/hexo", "developers" : 1, "edges" : 2, "vertices" : 3, "commits" : 2, "id" : 116, "agedays" : 292, "refactorings" : 1, "group" : "Overtime", "language" : "JavaScript", "level" : "Function", "summary" : ""}, "commits_list" : ["2576f8a3", "fa085a20"], "edges" : [{"id" : 150, "before" : "lib.box.index.js#getShasum", "lineB" : 179, "after" : "lib.box.index.js#getHash", "lineA" : 179, "ref" : "RENAME", "sha1" : "2576f8a3"}, {"id" : 168, "before" : "lib.box.index.js#getChecksum", "lineB" : 179, "after" : "lib.box.index.js#getShasum", "lineA" : 180, "ref" : "RENAME", "sha1" : "fa085a20"}]} | json_instruct | {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "integer"}, "after": {"type": "string"}, "lineA": {"type": "integer"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "220184105001", "text" : "\u5927\u5cad\u793e\u533a"}, {"id" : "220184105200", "text" : "\u5927\u5cad\u6751\u59d4\u4f1a"}, {"id" : "220184105201", "text" : "\u5cad\u897f\u6751\u59d4\u4f1a"}, {"id" : "220184105202", "text" : "\u6c38\u5174\u6751\u59d4\u4f1a"}, {"id" : "220184105203", "text" : "\u597d\u5c71\u5480\u6751\u59d4\u4f1a"}, {"id" : "220184105204", "text" : "\u5357\u9053\u6751\u59d4\u4f1a"}, {"id" : "220184105205", "text" : "\u5357\u5174\u6751\u59d4\u4f1a"}, {"id" : "220184105206", "text" : "\u4e09\u5408\u6751\u59d4\u4f1a"}, {"id" : "220184105207", "text" : "\u9ec4\u82b1\u6751\u59d4\u4f1a"}, {"id" : "220184105208", "text" : "\u4e1c\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "220184105209", "text" : "\u59dc\u674e\u6751\u59d4\u4f1a"}, {"id" : "220184105210", "text" : "\u5d14\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "220184105211", "text" : "\u6c38\u548c\u6751\u59d4\u4f1a"}, {"id" : "220184105212", "text" : "\u957f\u53d1\u6751\u59d4\u4f1a"}, {"id" : "220184105213", "text" : "\u4e8c\u9053\u6751\u59d4\u4f1a"}, {"id" : "220184105214", "text" : "\u5b5f\u5b66\u574a\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, "4": {"type": "string"}, "7": {"type": "string"}, "6": {"type": "string"}}, "required": ["1", "3", "2", "5", "4", "7", "6"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"type": "number"}, "itemcount": {"type": "string"}, "savingtime": {"type": "number"}}, "required": ["username", "additional_items", "items", "tweet_id", "timespent", "starttime", "itemcount", "savingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"username" : "user06", "additional_items" : [], "items" : {"1" : "positive", "3" : "neutral", "2" : "neutral", "5" : "neutral", "4" : "neutral", "7" : "negative", "6" : "positive"}, "tweet_id" : "574322311517491201", "timespent" : 13.489341974258, "starttime" : 1430076205.1862, "itemcount" : "7", "savingtime" : 1430076218.6755} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "5": {"type": "string"}, "4": {"type": "string"}, "7": {"type": "string"}, "6": {"type": "string"}}, "required": ["1", "3", "2", "5", "4", "7", "6"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"type": "number"}, "itemcount": {"type": "string"}, "savingtime": {"type": "number"}}, "required": ["username", "additional_items", "items", "tweet_id", "timespent", "starttime", "itemcount", "savingtime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"useDarkTheme": {"type": "boolean"}, "afk": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "lunch": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "working": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}}, "required": ["useDarkTheme", "afk", "lunch", "working"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"useDarkTheme" : true, "afk" : {"color" : "#B2B200"}, "lunch" : {"color" : "#00B200"}, "working" : {"color" : "#FF0000"}} | json_instruct | {"type": "object", "properties": {"useDarkTheme": {"type": "boolean"}, "afk": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "lunch": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "working": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}}, "required": ["useDarkTheme", "afk", "lunch", "working"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Description": {"type": "string"}, "Duration": {"type": "string"}, "Move Time": {"type": "string"}, "PP": {"type": "integer"}, "Range": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Description", "Duration", "Move Time", "PP", "Range", "Type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Description" : "You sacrifice yourself for another one of your trainer's Pok\u00e9mon. When activating this move, the user faints, but the next creature released by its trainer is fully healed and cured of any status effects.", "Duration" : "Instantaneous", "Move Time" : "1 action", "PP" : 5, "Range" : "Self", "Type" : "Psychic"} | json_instruct | {"type": "object", "properties": {"Description": {"type": "string"}, "Duration": {"type": "string"}, "Move Time": {"type": "string"}, "PP": {"type": "integer"}, "Range": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Description", "Duration", "Move Time", "PP", "Range", "Type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "dtcor7"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"run": {"type": "integer"}, "retry": {"type": "integer"}}, "required": ["run", "retry"]}}, "required": ["data"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"data" : {"run" : 25, "retry" : 8}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"run": {"type": "integer"}, "retry": {"type": "integer"}}, "required": ["run", "retry"]}}, "required": ["data"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "ebay-node-api": {"type": "string"}, "node-telegram-bot-api": {"type": "string"}}, "required": ["dotenv", "ebay-node-api", "node-telegram-bot-api"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ebay-tracker", "version" : "1.0.0", "description" : "", "main" : "bot.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "SeppiaBrilla", "license" : "MIT", "dependencies" : {"dotenv" : "^9.0.2", "ebay-node-api" : "^2.8.11", "node-telegram-bot-api" : "^0.53.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "ebay-node-api": {"type": "string"}, "node-telegram-bot-api": {"type": "string"}}, "required": ["dotenv", "ebay-node-api", "node-telegram-bot-api"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Yomi", "description" : "A fighting card game.", "url" : "http://www.sirlingames.com/pages/yomi"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "GUARANI DAS MISS\u00d5ES", "Description" : "GUARANI DAS MISS\u00d5ES / RS"}, "geometry" : {"type" : "LineString", "coordinates" : [[-54.58472665051448, -28.09366570111115], [-54.544332732069904, -28.115965193438853], [-54.49155846575053, -28.124526446138532], [-54.48768557852656, -28.246842381470685], [-54.532838003271195, -28.277739563430085], [-54.573143007543706, -28.299295813750746], [-54.58485960178916, -28.29659877841084], [-54.57832958843971, -28.235192069958032], [-54.63995343730124, -28.2017938572007], [-54.695429147437146, -28.159945799758816], [-54.69674958692382, -28.067807225423053], [-54.640385339411864, -28.097754686429596], [-54.58472665051448, -28.09366570111115]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}}, "required": ["comment", "ignore", "package", "rootPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"comment" : "", "ignore" : "test", "package" : [{"checksumSHA1" : "lqH6T7HNv83Q4/F6Wn3Cd4iUJ/Q=", "path" : "github.com/Sigafoos/lastfm", "revision" : "538cab798abc15fcad8663bfca7e4503ba63c503", "revisionTime" : "2018-04-10T23:14:36Z"}, {"checksumSHA1" : "12g3NDgLPvSJcPKEKzU42m6GWVI=", "path" : "github.com/spf13/cobra", "revision" : "a1f051bc3eba734da4772d60e2d677f47cf93ef4", "revisionTime" : "2018-03-21T14:39:34Z"}, {"checksumSHA1" : "tfKmT8uovT9Ch2YyDJtti3egAB4=", "path" : "github.com/spf13/pflag", "revision" : "ee5fd03fd6acfd43e44aea0b4135958546ed8e73", "revisionTime" : "2018-02-20T14:32:36Z"}], "rootPath" : "github.com/Sigafoos/scrobble"} | json_instruct | {"type": "object", "properties": {"comment": {"type": "string"}, "ignore": {"type": "string"}, "package": {"type": "array", "items": {"type": "object", "properties": {"checksumSHA1": {"type": "string"}, "path": {"type": "string"}, "revision": {"type": "string"}, "revisionTime": {"type": "string"}}, "required": ["checksumSHA1", "path", "revision", "revisionTime"]}}, "rootPath": {"type": "string"}}, "required": ["comment", "ignore", "package", "rootPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"content" : "<p>I pushed to <a href=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean\" target=\"_blank\" title=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean\">https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean</a> the current state of my work on completions of uniform groups. I would really appreciate help (from Mario, <span class=\"user-mention\" data-user-id=\"110294\">@Johannes H\u00f6lzl</span> or anyone else) with understanding how one should setup the instance maze (or use definitions instead of instances) to be able to finish <a href=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean#L161\" target=\"_blank\" title=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean#L161\">https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean#L161</a> (assume I can prove <a href=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean#L124\" target=\"_blank\" title=\"https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean#L124\">https://github.com/leanprover-community/mathlib/blob/completions/analysis/topology/group_completion.lean#L124</a>). I'd be ready to have the uniform space structure on a topological group to be outside the type class system, especially since we would ideally also like to handle non-commutative groups at some point, and those have two natural uniform structures. But I don't know how to use them if there are not instances (everything else uses instance implicit arguments).</p>", "id" : 133277465, "sender_full_name" : "Patrick Massot", "timestamp" : 1536006196}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "contact": {"type": "string"}}, "required": ["userId", "username", "contact"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"userId" : 1, "username" : "Sobir", "contact" : "998941049914"}, {"userId" : 2, "username" : "Rahim", "contact" : "998941049914"}, {"userId" : 3, "username" : "Ilhom", "contact" : "998941049914"}, {"userId" : 4, "username" : "ali", "contact" : "998941025678"}, {"userId" : 5, "username" : "alisher", "contact" : "998974012356"}, {"userId" : 6, "username" : "hikmat", "contact" : "998971020645"}, {"userId" : 11, "username" : "aaj", "contact" : "998971023645"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "username": {"type": "string"}, "contact": {"type": "string"}}, "required": ["userId", "username", "contact"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "parserConfig": {"type": "object", "properties": {"type": {"type": "string"}, "grammarFiles": {"type": "array", "items": {"type": "string"}}, "utilJavaFiles": {"type": "array", "items": {}}, "startRule": {"type": "string"}}, "required": ["type", "grammarFiles", "utilJavaFiles", "startRule"]}, "processConfig": {"type": "object", "properties": {"splitConfig": {"type": "object", "properties": {"splitRules": {"type": "array", "items": {"type": "string"}}}, "required": ["splitRules"]}, "normalizeConfig": {"type": "object", "properties": {"mapping": {"type": "object", "properties": {"StringLiteral": {"type": "string"}, "CharacterLiteral": {"type": "string"}, "IntegerLiteral": {"type": "string"}, "FloatingPointLiteral": {"type": "string"}, "BooleanLiteral": {"type": "string"}}, "required": ["StringLiteral", "CharacterLiteral", "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral"]}, "indexedMapping": {"type": "object", "properties": {"expressionName": {"type": "string"}, "variableDeclaratorId": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["expressionName", "variableDeclaratorId", "typeName"]}, "ignoreRules": {"type": "array", "items": {"type": "string"}}}, "required": ["mapping", "indexedMapping", "ignoreRules"]}}, "required": ["splitConfig", "normalizeConfig"]}}, "required": ["extensions", "parserConfig", "processConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extensions" : [".java"], "parserConfig" : {"type" : "antlr", "grammarFiles" : ["../grammars/java/java8/Java8Lexer.g4", "../grammars/java/java8/Java8Parser.g4"], "utilJavaFiles" : [], "startRule" : "compilationUnit"}, "processConfig" : {"splitConfig" : {"splitRules" : ["typeDeclaration", "methodDeclaration", "classBodyDeclaration", "expressionStatement", "localVariableDeclarationStatement", "tryStatement", "catchClause", "whileStatement", "doStatement", "forStatement", "ifThenStatement", "ifThenElseStatement", "switchStatement", "switchLabel", "breakStatement", "synchronizedStatement", "returnStatement", "throwStatement", "assertStatement"]}, "normalizeConfig" : {"mapping" : {"StringLiteral" : "\"S\"", "CharacterLiteral" : "'C'", "IntegerLiteral" : "N", "FloatingPointLiteral" : "N", "BooleanLiteral" : "$L"}, "indexedMapping" : {"expressionName" : "$V", "variableDeclaratorId" : "$V", "typeName" : "$V"}, "ignoreRules" : ["annotation", "packageDeclaration", "importDeclaration", "variableModifier", "classModifier", "fieldModifier", "methodModifier", "constructorModifier", "interfaceModifier", "constantModifier", "interfaceMethodModifier", "annotationTypeElementModifier", "EOF", "RBRACE"]}}} | json_instruct | {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "parserConfig": {"type": "object", "properties": {"type": {"type": "string"}, "grammarFiles": {"type": "array", "items": {"type": "string"}}, "utilJavaFiles": {"type": "array", "items": {}}, "startRule": {"type": "string"}}, "required": ["type", "grammarFiles", "utilJavaFiles", "startRule"]}, "processConfig": {"type": "object", "properties": {"splitConfig": {"type": "object", "properties": {"splitRules": {"type": "array", "items": {"type": "string"}}}, "required": ["splitRules"]}, "normalizeConfig": {"type": "object", "properties": {"mapping": {"type": "object", "properties": {"StringLiteral": {"type": "string"}, "CharacterLiteral": {"type": "string"}, "IntegerLiteral": {"type": "string"}, "FloatingPointLiteral": {"type": "string"}, "BooleanLiteral": {"type": "string"}}, "required": ["StringLiteral", "CharacterLiteral", "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral"]}, "indexedMapping": {"type": "object", "properties": {"expressionName": {"type": "string"}, "variableDeclaratorId": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["expressionName", "variableDeclaratorId", "typeName"]}, "ignoreRules": {"type": "array", "items": {"type": "string"}}}, "required": ["mapping", "indexedMapping", "ignoreRules"]}}, "required": ["splitConfig", "normalizeConfig"]}}, "required": ["extensions", "parserConfig", "processConfig"], "$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": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap-select": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["bootstrap", "bootstrap-select", "jquery", "popper.js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "QueryIT", "version" : "1.0.0", "description" : "A robust query builder application for a vast variety of databases with a simple UI.", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "git clone https://github.com/garimellasai1/QueryIT.git", "keywords" : ["electron", "electron-app", "electron-application"], "author" : "GitHub", "license" : "Apache-2.0", "devDependencies" : {"electron" : "^1.8.4"}, "dependencies" : {"bootstrap" : "^4.1.0", "bootstrap-select" : "^1.12.4", "jquery" : "^2.2.4", "popper.js" : "^1.14.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap-select": {"type": "string"}, "jquery": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["bootstrap", "bootstrap-select", "jquery", "popper.js"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "for H8575 (\u05ea\u05bc\u05b7\u05e0\u05b0\u05d7\u05d5\u05bc\u05dd) (feminine);", "pron" : "tan-khoo'-meth", "outline" : "<span class=\"literal-meaning\">Tanhumeth = "consolation"</span><ol><li> father of Seraiah, a leader who joined Gedaliah after Jerusalem's fall</li></ol>", "kjv_def" : "Tanhumeth.", "lemma" : "\u05ea\u05bc\u05b7\u05e0\u05b0\u05d7\u05bb\u05de\u05b6\u05ea", "frequency" : 2, "strongs_def" : "Tanchumeth, an Israelite", "xlit" : "Tanchumeth"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$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#"}
| ["!node.testdata/nodejs_export_function_a_b`js", "!node.testdata/nodejs_export_function_a_b`js.b", "!node.testdata/nodejs_other_module_type_ref_a_b`js", "@testdata/nodejs_other_module_type_ref_a_b`js.module.exports", "@testdata/nodejs_other_module_type_ref_a_b`js.exports", "@testdata/nodejs_export_function_a_b`js.module.exports", "@testdata/nodejs_export_function_a_b`js.exports", "@testdata/nodejs_export_function_a_b`js.a", "@testdata/nodejs_export_function_a_b`js.a.b"] | 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": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["3 7\n1 3 4\n", "4 14\n4 6 12 8\n", "5 6\n97746 64770 31551 96547 65684\n", "10 10\n94125 56116 29758 94024 29289 31663 99794 35076 25328 58656\n", "30 38\n9560 64176 75619 53112 54160 68775 12655 13118 99502 89757 78434 42521 19210 1927 34097 5416 56110 44786 59126 44266 79240 65567 54602 25325 37171 2879 89291 89121 39568 28162\n", "2 5\n999999999 1000000000\n", "5 5\n100000000 200000000 300000000 400000000 1000000000\n", "6 3\n1 2 3 4 5 6\n", "2 1\n1 2\n", "1 1\n1000000000\n", "5 10000\n1000000000 888888888 777777777 666666666 959595959\n", "3 1\n1000000000 999999999 999999998\n", "3 55\n100000000 1000000000 999999999\n", "2 10\n5 10000009\n", "1 1100\n1000000000\n", "1 40\n1000000000\n"], "outputs" : ["2\n2 5 \n", "4\n1 2 3 5 \n", "3\n1 2 3 \n", "4\n1 2 3 4 \n", "8\n1 2 3 4 5 6 7 8 \n", "2\n1 2 \n", "2\n1 2 \n", "0\n\n", "0\n\n", "1\n1 \n", "140\n1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 \n", "1\n1 \n", "10\n1 2 3 4 5 6 7 8 9 10 \n", "4\n1 2 3 4 \n", "46\n1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 \n", "8\n1 2 3 4 5 6 7 8 \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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/generator": {"type": "string"}, "@babel/parser": {"type": "string"}, "@babel/plugin-syntax-jsx": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-flow": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@babel/traverse": {"type": "string"}, "@nodelib/fs.walk": {"type": "string"}, "fs": {"type": "string"}, "highcharts": {"type": "string"}, "js2flowchart": {"type": "string"}, "path": {"type": "string"}, "util": {"type": "string"}}, "required": ["@babel/core", "@babel/generator", "@babel/parser", "@babel/plugin-syntax-jsx", "@babel/preset-env", "@babel/preset-flow", "@babel/preset-react", "@babel/preset-typescript", "@babel/traverse", "@nodelib/fs.walk", "fs", "highcharts", "js2flowchart", "path", "util"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "codemapper", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node src/getUserInput.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/oslabs-beta/CodeMapper.git"}, "author" : "RabbitHole", "license" : "MIT", "bugs" : {"url" : "https://github.com/oslabs-beta/CodeMapper/issues"}, "homepage" : "https://github.com/oslabs-beta/CodeMapper#readme", "dependencies" : {"@babel/core" : "^7.11.0", "@babel/generator" : "^7.11.0", "@babel/parser" : "^7.11.0", "@babel/plugin-syntax-jsx" : "^7.10.4", "@babel/preset-env" : "^7.11.0", "@babel/preset-flow" : "^7.10.4", "@babel/preset-react" : "^7.10.4", "@babel/preset-typescript" : "^7.10.4", "@babel/traverse" : "^7.11.0", "@nodelib/fs.walk" : "^1.2.4", "fs" : "0.0.1-security", "highcharts" : "^8.2.0", "js2flowchart" : "^1.3.2", "path" : "^0.12.7", "util" : "^0.12.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/generator": {"type": "string"}, "@babel/parser": {"type": "string"}, "@babel/plugin-syntax-jsx": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-flow": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@babel/traverse": {"type": "string"}, "@nodelib/fs.walk": {"type": "string"}, "fs": {"type": "string"}, "highcharts": {"type": "string"}, "js2flowchart": {"type": "string"}, "path": {"type": "string"}, "util": {"type": "string"}}, "required": ["@babel/core", "@babel/generator", "@babel/parser", "@babel/plugin-syntax-jsx", "@babel/preset-env", "@babel/preset-flow", "@babel/preset-react", "@babel/preset-typescript", "@babel/traverse", "@nodelib/fs.walk", "fs", "highcharts", "js2flowchart", "path", "util"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"documentation-url": {"type": "string"}, "geometry": {"type": "string"}, "geography": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "null"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "geometry", "geography", "name", "organisation", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[1.734206, 52.483735], [1.734357, 52.483721], [1.734395, 52.483683], [1.73434, 52.483567], [1.734235, 52.483466], [1.734053, 52.48336], [1.733822, 52.483287], [1.733715, 52.483273], [1.73365, 52.483305], [1.733743, 52.483743], [1.734206, 52.483735]]]]}, "properties" : {"documentation-url" : "https://eastsuffolk.inconsult.uk/consult.ti/eastsuffolkwaveneylocalplan/viewCompoundDoc?docid=11491476&partid=11512916#11512916", "geometry" : "MULTIPOLYGON (((1.734206 52.483735,1.734357 52.483721,1.734395 52.483683,1.734340 52.483567,1.734235 52.483466,1.734053 52.483360,1.733822 52.483287,1.733715 52.483273,1.733650 52.483305,1.733743 52.483743,1.734206 52.483735)))", "geography" : "open-space:85", "name" : "High Beech", "organisation" : "local-authority-eng:ESK", "slug" : "/open-space/open-space/85", "entity" : null, "entry-date" : "2021-06-23"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"documentation-url": {"type": "string"}, "geometry": {"type": "string"}, "geography": {"type": "string"}, "name": {"type": "string"}, "organisation": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "null"}, "entry-date": {"type": "string"}}, "required": ["documentation-url", "geometry", "geography", "name", "organisation", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$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#"}
| ["soundclouder"] | json_instruct | {"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.