input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1 value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230110102001", "\u5b89\u5c45\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["230110102200", "\u5e78\u798f\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102201", "\u632f\u5174\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102202", "\u7ea2\u5347\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230110102203", "\u5149\u660e\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102204", "\u6c11\u4e3b\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102205", "\u5b59\u5bb6\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102206", "\u83ab\u5229\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102207", "\u897f\u67de\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102208", "\u66f9\u5bb6\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230110102209", "\u65b0\u9999\u574a\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230110102210", "\u4fe1\u4e49\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230110102211", "\u5317\u67de\u6751\u6751\u59d4\u4f1a", "122", "0"], ["230110102212", "\u6c72\u5bb6\u6751\u6751\u59d4\u4f1a", "121", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"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": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "moment": {"type": "string"}, "moment-duration-format": {"type": "string"}, "ms": {"type": "string"}, "strftime": {"type": "string"}, "superagent": {"type": "string"}}, "required": ["discord.js", "dotenv", "moment", "moment-duration-format", "ms", "strftime", "superagent"]}, "devDependencies": {"type": "object", "properties": {"console-error": {"type": "string"}, "console-info": {"type": "string"}, "console-warn": {"type": "string"}}, "required": ["console-error", "console-info", "console-warn"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "florsbot-v2", "version" : "1.0.0", "description" : "Discord bot for server FORGIOS", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "MrLivixx", "license" : "ISC", "dependencies" : {"discord.js" : "11.5.1", "dotenv" : "^8.2.0", "moment" : "^2.24.0", "moment-duration-format" : "^2.3.2", "ms" : "^2.1.2", "strftime" : "^0.10.0", "superagent" : "^5.2.2"}, "devDependencies" : {"console-error" : "0.0.4", "console-info" : "0.0.5", "console-warn" : "0.0.4"}} | 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": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "moment": {"type": "string"}, "moment-duration-format": {"type": "string"}, "ms": {"type": "string"}, "strftime": {"type": "string"}, "superagent": {"type": "string"}}, "required": ["discord.js", "dotenv", "moment", "moment-duration-format", "ms", "strftime", "superagent"]}, "devDependencies": {"type": "object", "properties": {"console-error": {"type": "string"}, "console-info": {"type": "string"}, "console-warn": {"type": "string"}}, "required": ["console-error", "console-info", "console-warn"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-jasmine-node": {"type": "string"}, "jasmine-node": {"type": "string"}}, "required": ["grunt", "grunt-jasmine-node", "jasmine-node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"readable-stream": {"type": "string"}}, "required": ["readable-stream"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "author", "description", "keywords", "directories", "main", "devDependencies", "repository", "dependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "icalendar", "version" : "0.7.1", "author" : "James Emerton <james@tri-tech.com>", "description" : "RFC5545 iCalendar parser/generator", "keywords" : ["icalendar", "rfc5545"], "directories" : {"lib" : "lib"}, "main" : "lib/index", "devDependencies" : {"grunt" : "~0.4.1", "grunt-jasmine-node" : "~0.2.1", "jasmine-node" : "~1.14.5"}, "repository" : {"type" : "git", "url" : "git://github.com/tritech/node-icalendar.git"}, "dependencies" : {"readable-stream" : "~1.1.0"}, "engines" : {"node" : ">= 0.10"}, "scripts" : {"test" : "jasmine-node spec"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-jasmine-node": {"type": "string"}, "jasmine-node": {"type": "string"}}, "required": ["grunt", "grunt-jasmine-node", "jasmine-node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"readable-stream": {"type": "string"}}, "required": ["readable-stream"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "author", "description", "keywords", "directories", "main", "devDependencies", "repository", "dependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "1. ARIEF WIBISONO, SH.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 142344, "noUrut" : 1, "nama" : "ARIEF WIBISONO,SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "2. SOLIKHAN ARIEF, SE.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 143547, "noUrut" : 2, "nama" : "SOLIKHAN ARIEF, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "3. YHUNNY ANDRIANI.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 143298, "noUrut" : 3, "nama" : "YHUNNY ANDRIANI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "4. WAHYU KURNIAWAN.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 162547, "noUrut" : 4, "nama" : "WAHYU KURNIAWAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "5. JEMI ALTER LATUHARHARY.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 143498, "noUrut" : 5, "nama" : "JEMI ALTER LATUHARHARY", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "6. ANNUHA BILQIS ZAKIYA.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 143773, "noUrut" : 6, "nama" : "ANNUHA BILQIS ZAKIYYA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA MOJOKERTO", "originalFilename" : "7. SETYOWATI.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 143691, "noUrut" : 7, "nama" : "SETYOWATI", "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"flags": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["flags", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"flags" : "-HanrEo", "pattern" : "\\-\\-\\-\\-\\-BEGIN ((EC|PGP|DSA|RSA|OPENSSH) )?PRIVATE KEY( BLOCK)?\\-\\-\\-\\-\\-"} | json_instruct | {"type": "object", "properties": {"flags": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["flags", "pattern"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "55ee5e98a71c9c901dd5f29e", "index" : 2590, "guid" : "8608051c-ed72-4f1a-bb3b-387583dab2c5", "isActive" : true, "balance" : "$16,159.70", "picture" : "http://placehold.it/32x32", "age" : 20, "eyeColor" : "honey", "name" : "Phoebe Morton", "gender" : "female", "company" : "RETROTEX", "email" : "phoebemorton@retrotex.com", "phone" : "+1 (952) 579-3772", "address" : "754 Cornelia Street, Shelby, Guam, 1785", "about" : "Do deserunt enim ex proident cillum ex aliqua. Cupidatat deserunt enim esse ex dolor. Qui nulla aute non ullamco sint. Officia minim enim esse tempor reprehenderit ea ut. Sit incididunt aliqua laboris laborum sit cupidatat excepteur nostrud deserunt sit magna duis cupidatat consequat. Dolore est exercitation magna magna cupidatat labore nulla sint eiusmod nulla Lorem adipisicing duis cillum. Sit velit adipisicing fugiat anim nulla est fugiat ea ut culpa et eu.\r\n", "registered" : "2014-05-12T07:34:07 -07:00", "tags" : ["duis", "pariatur", "qui", "commodo", "duis", "elit", "ex"], "friends" : [{"id" : 0, "name" : "Mae Levine"}, {"id" : 1, "name" : "Ward Mosley"}, {"id" : 2, "name" : "Arnold Sanford"}], "greeting" : "Hello, Phoebe Morton! You have 8 unread messages.", "favoriteFruit" : "banana", "location" : {"latitude" : 25.067098, "longitude" : 96.203634}, "docFormat" : "json", "triples" : [{"triple" : {"subject" : "/sample-data/data-2590.json", "predicate" : "http://www.w3.org/2000/01/rdf-schema#label", "object" : "Phoebe Morton"}}, {"triple" : {"subject" : "/sample-data/data-2590.json", "predicate" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "object" : "http://xmlns.com/foaf/0.1/Person"}}, {"triple" : {"subject" : "/sample-data/data-2590.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-529.json"}}, {"triple" : {"subject" : "/sample-data/data-2590.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-1072.json"}}, {"triple" : {"subject" : "/sample-data/data-2590.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2384.json"}}]} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/02fa98bf-d9f7-3cc8-8fe5-d5980bab8b1c", "expression" : [{"id" : "http://data.doremus.org/expression/cbca55ce-ff72-37e6-aaa5-ecd6ae90f178"}, {"id" : "http://data.doremus.org/expression/3ff1ca12-571c-3468-a10f-36863d6db5bb"}, {"id" : "http://data.doremus.org/expression/257c844f-102e-3103-9f8f-deadaded9254"}, {"id" : "http://data.doremus.org/expression/53f64812-3e0f-3d8f-b0ab-8f5ada30db72"}, {"id" : "http://data.doremus.org/expression/1e01cf5a-a134-3031-a1b4-da7961039429"}, {"id" : "http://data.doremus.org/expression/07167685-4e90-3e39-966f-45f8d64c3845"}, {"id" : "http://data.doremus.org/expression/719981dc-c707-3ae5-a344-50e9001a63d9"}, {"id" : "http://data.doremus.org/expression/5a038874-2b0a-3ce6-abf2-e1d70061b1a5"}, {"id" : "http://data.doremus.org/expression/52b40d67-d459-36eb-b9d7-abdf4862616b"}, {"id" : "http://data.doremus.org/expression/abfb9f2f-fab7-3e7c-9e5c-d7ae3d117448"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x68cadbcdd5a14e89364f0535fdef62f0f1b9d025", "tool" : "osiris", "start" : 1564599812.4514966, "end" : 1564599866.133417, "duration" : 53.681920289993286, "analysis" : [{"errors" : [], "file" : "/unique_chucks/27/0x68cadbcdd5a14e89364f0535fdef62f0f1b9d025.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/27/0x68cadbcdd5a14e89364f0535fdef62f0f1b9d025.sol", "name" : "SurgeToken"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"download-file": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "nodemon": {"type": "string"}, "opensubtitles-api": {"type": "string"}, "path": {"type": "string"}, "pump": {"type": "string"}, "request": {"type": "string"}, "rimraf": {"type": "string"}, "srt-to-vtt": {"type": "string"}, "srt2vtt": {"type": "string"}, "stream": {"type": "string"}, "torrent-stream": {"type": "string"}}, "required": ["download-file", "express", "fs", "nodemon", "opensubtitles-api", "path", "pump", "request", "rimraf", "srt-to-vtt", "srt2vtt", "stream", "torrent-stream"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "node_real_stream", "version" : "1.0.0", "description" : "", "main" : "app.js", "scripts" : {"start" : "node server.js", "dev" : "nodemon server.js"}, "author" : "", "license" : "ISC", "dependencies" : {"download-file" : "^0.1.5", "express" : "^4.17.1", "fs" : "0.0.1-security", "nodemon" : "^2.0.4", "opensubtitles-api" : "^5.1.0", "path" : "^0.12.7", "pump" : "^3.0.0", "request" : "^2.88.2", "rimraf" : "^3.0.2", "srt-to-vtt" : "^1.1.3", "srt2vtt" : "^1.3.1", "stream" : "0.0.2", "torrent-stream" : "^1.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"download-file": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "nodemon": {"type": "string"}, "opensubtitles-api": {"type": "string"}, "path": {"type": "string"}, "pump": {"type": "string"}, "request": {"type": "string"}, "rimraf": {"type": "string"}, "srt-to-vtt": {"type": "string"}, "srt2vtt": {"type": "string"}, "stream": {"type": "string"}, "torrent-stream": {"type": "string"}}, "required": ["download-file", "express", "fs", "nodemon", "opensubtitles-api", "path", "pump", "request", "rimraf", "srt-to-vtt", "srt2vtt", "stream", "torrent-stream"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3211010006, "parent" : 3211010, "name" : "JATIMUKTI", "latitude" : null, "longitude" : null, "postal" : [45367, 45360], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"question_id": {"type": "integer"}, "answer_id": {"type": "integer"}, "creation_date": {"type": "integer"}, "last_activity_date": {"type": "integer"}, "score": {"type": "integer"}, "is_accepted": {"type": "boolean"}, "owner": {"type": "object", "properties": {"user_id": {"type": "integer"}, "display_name": {"type": "string"}, "reputation": {"type": "integer"}, "user_type": {"type": "string"}, "profile_image": {"type": "string"}, "link": {"type": "string"}}, "required": ["user_id", "display_name", "reputation", "user_type", "profile_image", "link"]}}, "required": ["question_id", "answer_id", "creation_date", "last_activity_date", "score", "is_accepted", "owner"]}}, "quota_remaining": {"type": "integer"}, "quota_max": {"type": "integer"}, "has_more": {"type": "boolean"}}, "required": ["items", "quota_remaining", "quota_max", "has_more"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"items" : [{"question_id" : 16067043, "answer_id" : 16176338, "creation_date" : 1366740882, "last_activity_date" : 1366740882, "score" : 0, "is_accepted" : false, "owner" : {"user_id" : 877580, "display_name" : "Zach Hale", "reputation" : 1, "user_type" : "registered", "profile_image" : "https://www.gravatar.com/avatar/d204ba1147a9dfb76320a8a2a4b1e5f8?s=128&d=identicon&r=PG", "link" : "http://stackoverflow.com/users/877580/zach-hale"}}], "quota_remaining" : 296, "quota_max" : 300, "has_more" : false} | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"question_id": {"type": "integer"}, "answer_id": {"type": "integer"}, "creation_date": {"type": "integer"}, "last_activity_date": {"type": "integer"}, "score": {"type": "integer"}, "is_accepted": {"type": "boolean"}, "owner": {"type": "object", "properties": {"user_id": {"type": "integer"}, "display_name": {"type": "string"}, "reputation": {"type": "integer"}, "user_type": {"type": "string"}, "profile_image": {"type": "string"}, "link": {"type": "string"}}, "required": ["user_id", "display_name", "reputation", "user_type", "profile_image", "link"]}}, "required": ["question_id", "answer_id", "creation_date", "last_activity_date", "score", "is_accepted", "owner"]}}, "quota_remaining": {"type": "integer"}, "quota_max": {"type": "integer"}, "has_more": {"type": "boolean"}}, "required": ["items", "quota_remaining", "quota_max", "has_more"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"staff-client-url": {"type": "string"}, "client-id": {"type": "string"}, "client-secret": {"type": "string"}}, "required": ["staff-client-url", "client-id", "client-secret"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"staff-client-url" : "https://xxx", "client-id" : "xxx", "client-secret" : "xxx"} | json_instruct | {"type": "object", "properties": {"staff-client-url": {"type": "string"}, "client-id": {"type": "string"}, "client-secret": {"type": "string"}}, "required": ["staff-client-url", "client-id", "client-secret"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"month" : "8", "num" : 149, "link" : "", "year" : "2006", "news" : "", "safe_title" : "Sandwich", "transcript" : "[[ A man is sitting on a couch, talking to another man. They are both stick figures. ]]\nFirst man: Make me a sandwich.\nSecond man: What? Make it yourself.\nFirst man: Sudo make me a sandwich.\nSecond man: Okay", "alt" : "Proper User Policy apparently means Simon Says.", "img" : "https://imgs.xkcd.com/comics/sandwich.png", "title" : "Sandwich", "day" : "28"} | json_instruct | {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Munici\u00f3n RIP de 12/70", "ShortName" : "RIP 12/70", "Description" : "La RIP (Radically Invasive Projectile) es in tipo de munici\u00f3n devastadoramente efectiva contra personal enemigo. Esta munici\u00f3n de calibre 12/70 se caracteriza por sus proyectiles sin plomo con n\u00facleos s\u00f3lidos de cobre, fabricados con precisi\u00f3n y dise\u00f1ados para causar el mayor da\u00f1o al cuerpo.", "casingName" : "RIP 12/70"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"track" : "csharp", "exercise" : "triangle", "id" : "d9aef0c1a7f99fe1abc84eab", "url" : "https://exercism.org/tracks/csharp/exercises/triangle", "handle" : "ErikSchierboom", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : 0.2368, "s" : 6, "c" : 2.11}, {"p" : 0.1, "s" : 6, "c" : 2.625}, {"p" : 0.2364, "s" : 6, "c" : 1.8125}, {"p" : 0.2661, "s" : 0, "c" : 2.625}, {"p" : 0.2955, "s" : 6, "c" : 2.5}, {"p" : 0.1896, "s" : 3, "c" : 2.5}, {"p" : 0.1214, "s" : 1, "c" : 1.8125}, {"p" : 0.1686, "s" : 1, "c" : 3.0}, {"p" : 0.1, "s" : 3, "c" : 1.8125}, {"p" : 0.1842, "s" : 3, "c" : 3.5}, {"p" : 0.1, "s" : 3, "c" : 2.8125}, {"p" : 0.1268, "s" : 6, "c" : 1.8125}, {"p" : 0.1654, "s" : 5, "c" : 3.5}, {"p" : 0.1535, "s" : 5, "c" : 2.75}, {"p" : 0.3478, "s" : 6, "c" : 2.025}, {"p" : 0.3118, "s" : 5, "c" : 2.11}, {"p" : 0.2171, "s" : 3, "c" : 1.8125}, {"p" : 0.1469, "s" : 0, "c" : 2.625}, {"p" : 0.174, "s" : 6, "c" : 2.025}, {"p" : 0.1, "s" : 3, "c" : 2.625}, {"p" : 0.1486, "s" : 4, "c" : 1.8125}, {"p" : 0.1651, "s" : 3, "c" : 2.75}, {"p" : 0.1586, "s" : 6, "c" : 2.025}, {"p" : 0.1876, "s" : 6, "c" : 1.8125}, {"p" : 0.1, "s" : 0, "c" : 1.8125}, {"p" : 0.1216, "s" : 0, "c" : 1.8125}, {"p" : 0.1728, "s" : 4, "c" : 2.625}, {"p" : 0.6948, "s" : 2, "c" : 2.11}, {"p" : 0.1427, "s" : 2, "c" : 2.625}, {"p" : 0.1435, "s" : 3, "c" : 3.0}, {"p" : 0.1624, "s" : 2, "c" : 2.625}, {"p" : 0.1825, "s" : 3, "c" : 2.625}, {"p" : 0.239, "s" : 2, "c" : 2.0625}, {"p" : 0.1396, "s" : 3, "c" : 1.8125}, {"p" : 0.1674, "s" : 2, "c" : 1.8125}, {"p" : 0.1944, "s" : 5, "c" : 2.375}, {"p" : 0.1001, "s" : 3, "c" : 1.8125}, {"p" : 0.2084, "s" : 6, "c" : 2.525}, {"p" : 0.1, "s" : 6, "c" : 2.75}, {"p" : 0.1383, "s" : 6, "c" : 2.625}, {"p" : 0.1, "s" : 3, "c" : 2.0375}, {"p" : 0.1808, "s" : 3, "c" : 2.75}, {"p" : 0.2009, "s" : 1, "c" : 2.0625}, {"p" : 0.4327, "s" : 6, "c" : 2.625}, {"p" : 0.2367, "s" : 2, "c" : 1.8125}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string"}, "abv": {"type": "string"}, "name": {"type": "string"}}, "required": ["wid", "abv", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"wid" : "00", "abv" : "ZZ", "name" : "World ZZ"}, {"wid" : "01", "abv" : "ES", "name" : "End of Sea"}, {"wid" : "02", "abv" : "TT", "name" : "Twilight Town"}, {"wid" : "03", "abv" : "DI", "name" : "Destiny Island"}, {"wid" : "04", "abv" : "HB", "name" : "Hollow Bastion"}, {"wid" : "05", "abv" : "BB", "name" : "Beast's Castle"}, {"wid" : "06", "abv" : "HE", "name" : "Olympus Coliseum"}, {"wid" : "07", "abv" : "AL", "name" : "Agrabah"}, {"wid" : "08", "abv" : "MU", "name" : "The Land of Dragons"}, {"wid" : "09", "abv" : "PO", "name" : "100 Acre Wood"}, {"wid" : "0A", "abv" : "LK", "name" : "Pride Rock"}, {"wid" : "0B", "abv" : "LM", "name" : "Atlantica"}, {"wid" : "0C", "abv" : "DC", "name" : "Disney Castle"}, {"wid" : "0D", "abv" : "WI", "name" : "Timeless River"}, {"wid" : "0E", "abv" : "NM", "name" : "Halloween Town"}, {"wid" : "0F", "abv" : "WM", "name" : "World Map"}, {"wid" : "10", "abv" : "CA", "name" : "Port Royal"}, {"wid" : "11", "abv" : "TR", "name" : "Space Paranoids"}, {"wid" : "12", "abv" : "EH", "name" : "The World That Never Was"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"wid": {"type": "string"}, "abv": {"type": "string"}, "name": {"type": "string"}}, "required": ["wid", "abv", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.13.dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.14": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.14.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.13.dev", "0.14", "0.14.0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.14.0.1"], "meta" : {"description" : "Django wiki redux, maintained by Code Black", "homepage" : "https://github.com/audioburn/wiki-cb", "license" : "GPLv3"}, "versions" : {"0.13.dev" : {"sha256" : "0fbd933216c116f0f27d17a24e38431ce8ca01ff2562b6e39350de8489145459", "url" : "https://files.pythonhosted.org/packages/5e/c3/1743ad9fe3271e64ec20435e2aa34cc2c7cd30f5b596bad798292fc28366/wiki-cb-0.13.dev.zip"}, "0.14" : {"sha256" : "9de20da951335c7321f4e90ffa069b7cbbacdead4ee57c0c8ea3a15a26743f7e", "url" : "https://files.pythonhosted.org/packages/e3/30/aefc58e618b2224e5f5f351bbb7bfa31551020df3cd49585f64115268ea3/wiki-cb-0.14.zip"}, "0.14.0.1" : {"sha256" : "e733b07c985d7a756d04766a20c7a2028efdee035c4eff8f0d993956543838b1", "url" : "https://files.pythonhosted.org/packages/38/23/ac34d2f194e5728ca2ff8fe920bf427b6d02fd328afa3e3358198d7eca10/wiki-cb-0.14.0.1.zip"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.13.dev": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.14": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.14.0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.13.dev", "0.14", "0.14.0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"operator_address": {"type": "string"}, "moniker": {"type": "string"}, "send_tx_hash": {"type": "string"}, "tweet_tx_hash": {"type": "string"}, "withdraw_rewards_hash": {"type": "string"}, "redelegate_hash": {"type": "string"}}, "required": ["operator_address", "moniker", "send_tx_hash", "tweet_tx_hash", "withdraw_rewards_hash", "redelegate_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"operator_address" : "starsvaloper1n2d8h787fc4vf33w6nldajd9qc578nlpshxy3q", "moniker" : "meow", "send_tx_hash" : "6354D8C0B1F8B6843F6BB4A4AC3626B2FF19F42EE3DFB390D0039CDAFDA07708", "tweet_tx_hash" : "6354D8C0B1F8B6843F6BB4A4AC3626B2FF19F42EE3DFB390D0039CDAFDA07708", "withdraw_rewards_hash" : "7D0D3ABF02B1BDA16CB9BD5CDF59129F5D22724934DD97EC8BAE154EA1A46F6C", "redelegate_hash" : "0EBBC9B5CF039BB5C005B0707C2F72CCFEF1D9F79C9E3BA50469BAE96CFD26CB"} | json_instruct | {"type": "object", "properties": {"operator_address": {"type": "string"}, "moniker": {"type": "string"}, "send_tx_hash": {"type": "string"}, "tweet_tx_hash": {"type": "string"}, "withdraw_rewards_hash": {"type": "string"}, "redelegate_hash": {"type": "string"}}, "required": ["operator_address", "moniker", "send_tx_hash", "tweet_tx_hash", "withdraw_rewards_hash", "redelegate_hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contacts" : [{"name" : "Madhukar N Gumble", "email" : "", "designation" : "Director", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=655", "name" : "Apeksha Homoeo Society", "primaryEmail" : "apekshasociety@gmail.com", "telephone" : ["917225224240", "917225224100", "917225224240", "917225224240"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["Gurukunj - Mozari", "Chandur Railway", "Amravati", "Maharashtra", "444902"]}} | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Sainte-Croix-sur-Buchy", "circ" : "2\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 518, "abs" : 317, "votants" : 201, "blancs" : 14, "nuls" : 3, "exp" : 184, "res" : [{"nuance" : "REM", "nom" : "Mme Annie VIDAL", "voix" : 104}, {"nuance" : "LR", "nom" : "Mme Fran\u00e7oise GU\u00c9GOT", "voix" : 80}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"date" : "2022-03-27", "total" : 8373, "delta" : 19, "version" : "2.0"}, {"date" : "2022-04-01", "total" : 8408, "delta" : 35, "version" : "2.0"}, {"date" : "2022-04-02", "total" : 8413, "delta" : 5, "version" : "2.0"}, {"date" : "2022-04-08", "total" : 8468, "delta" : 55, "version" : "2.0"}, {"date" : "2022-04-10", "total" : 8487, "delta" : 19, "version" : "2.0"}, {"date" : "2022-04-12", "total" : 8497, "delta" : 10, "version" : "2.0"}, {"date" : "2022-04-13", "total" : 8514, "delta" : 17, "version" : "2.0"}, {"date" : "2022-04-29", "total" : 8663, "delta" : 149, "version" : "2.0"}, {"date" : "2022-04-30", "total" : 8683, "delta" : 20, "version" : "2.0"}, {"date" : "2022-05-03", "total" : 8693, "delta" : 10, "version" : "2.0"}, {"date" : "2022-05-10", "total" : 8760, "delta" : 67, "version" : "2.0"}, {"date" : "2022-05-13", "total" : 8779, "delta" : 19, "version" : "2.0"}, {"date" : "2022-05-14", "total" : 8781, "delta" : 2, "version" : "2.0"}, {"date" : "2022-05-17", "total" : 8798, "delta" : 17, "version" : "2.0"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-99.39, 41.39]}, "type" : "Feature", "id" : "68881", "properties" : {"other_cities" : "", "city" : "Westerville", "state" : "NE", "county" : "Custer County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-6rxm-4mhj-qqvc", "modified" : "2022-04-30T18:15:16Z", "published" : "2022-04-30T18:15:16Z", "aliases" : ["CVE-2001-0030"], "details" : "FoolProof 3.9 allows local users to bypass program execution restrictions by downloading the restricted executables from another source and renaming them.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2001-0030"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/5758"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/2089"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["falcor-react"] | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cordova-plugin-save-dialog", "version" : "1.0.0", "description" : "Cordova plugin for opening the native Save dialog and storing a file in the user-selected location", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/romangorisek/cordova-plugin-save-dialog.git"}, "keywords" : ["cordova", "ecosystem:cordova", "cordova-android", "cordova-ios", "file", "save", "dialog"], "author" : "Amphiluke", "license" : "MIT", "bugs" : {"url" : "https://github.com/romangorisek/cordova-plugin-save-dialog/issues"}, "homepage" : "https://github.com/romangorisek/cordova-plugin-save-dialog#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "string"}}, "required": ["website"]}, "license": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"client": {"type": "array", "items": {"type": "string"}}}, "required": ["client"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "accessWidener": {"type": "string"}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "environment", "entrypoints", "mixins", "accessWidener", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "id" : "headless-fabric", "version" : "${version}", "name" : "HeadlessFabric", "description" : "Make your minecraft headless", "authors" : ["RedBoxing"], "contact" : {"website" : "https://redboxing.fr"}, "license" : "MIT", "environment" : "client", "entrypoints" : {"client" : ["fr.redboxing.headless.HeadlessFabric"]}, "mixins" : ["headless.mixins.json"], "accessWidener" : "headless.accesswidener", "depends" : {"fabricloader" : ">=0.11.6", "minecraft" : "1.17.1"}} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"website": {"type": "string"}}, "required": ["website"]}, "license": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"client": {"type": "array", "items": {"type": "string"}}}, "required": ["client"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "accessWidener": {"type": "string"}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "minecraft": {"type": "string"}}, "required": ["fabricloader", "minecraft"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contact", "license", "environment", "entrypoints", "mixins", "accessWidener", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "{\"couponName\":\"HOLIDAY OFFER\",\"couponCode\":\"HOLIDAY75\",\"couponType\":2,\"discountPercentage\":20,\"couponValidFrom\":\"2022-01-28T17:27:53.422Z\",\"couponValidUpto\":\"2022-01-31T17:27:53.422Z\",\"minimumCartAmountToApply\":100,\"discountAmount\":50}"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "heterogonous", "definition" : "Characterized by heterogony. -- Het`er*og\"o*nous*ly, adv."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"availableSince": {"type": "array", "items": {"type": "integer"}}, "shortDescription": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "returns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["availableSince", "shortDescription", "arguments", "returns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"availableSince" : [0, 6, 0], "shortDescription" : "Check in what cell X and Y lands on for a rectangular grid.", "arguments" : [{"name" : "x", "type" : "number", "description" : "The X coords to check."}, {"name" : "y", "type" : "number", "description" : "They Y coords to check."}, {"name" : "rectGrid", "type" : "table", "description" : "Contains in order: Grid X, GridY (top-left corner of the grid), Grid width, Grid height, Number of cells in width, Number of cells in height."}], "returns" : [{"name" : "cellX", "type" : ["number", "boolean"], "description" : "The cell X, or false if the coordinations don't land in the grid."}, {"name" : "cellY", "type" : ["number", "boolean"], "description" : "The cell Y, or false if the coordinations don't land in the grid."}]} | json_instruct | {"type": "object", "properties": {"availableSince": {"type": "array", "items": {"type": "integer"}}, "shortDescription": {"type": "string"}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}, "returns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["name", "type", "description"]}}}, "required": ["availableSince", "shortDescription", "arguments", "returns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "glob": {"type": "string"}, "lodash": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "express", "glob", "lodash", "morgan"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "generic-mock", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.13.1", "express" : "^4.13.0", "glob" : "^5.0.10", "lodash" : "^3.9.3", "morgan" : "^1.6.0"}} | 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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "glob": {"type": "string"}, "lodash": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "express", "glob", "lodash", "morgan"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "253_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.044120606034994125, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See r1ord3 on Metamath](http://us.metamath.org/mpegif/r1ord3.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_r1fnon | |- R1 Fn On |\n| 2 | | #P_fndm | |- ( R1 Fn On -> dom R1 = On ) |\n| 3 | 1, 2 | #P_ax-mp | |- dom R1 = On |\n| 4 | 3 | #P_eleq2i | |- ( A e. dom R1 <-> A e. On ) |\n| 5 | 3 | #P_eleq2i | |- ( B e. dom R1 <-> B e. On ) |\n| 6 | | #P_r1ord3g | |- ( ( A e. dom R1 /\\ B e. dom R1 ) -> ( A C_ B -> ( R1 ` A ) C_ ( R1 ` B ) ) ) |\n| 7 | 4, 5, 6 | #P_syl2anbr | |- ( ( A e. On /\\ B e. On ) -> ( A C_ B -> ( R1 ` A ) C_ ( R1 ` B ) ) ) |", "conclusion" : "#P_r1ord3", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cr1", "#T_wfn", "#T_con0", "#T_cr1", "#T_wfn", "#T_con0", "#T_wi", "#T_cdm", "#T_cr1", "#T_wceq", "#T_con0", "#T_cdm", "#T_cr1", "#T_wceq", "#T_con0", "#T_cA.wceq", "#T_wcel", "#T_cdm", "#T_cr1", "#T_wb", "#T_cA.wceq", "#T_wcel", "#T_con0", "#T_cB.wceq", "#T_wcel", "#T_cdm", "#T_cr1", "#T_wb", "#T_cB.wceq", "#T_wcel", "#T_con0", "#T_cA.wceq", "#T_wcel", "#T_cdm", "#T_cr1", "#T_wa", "#T_cB.wceq", "#T_wcel", "#T_cdm", "#T_cr1", "#T_wi", "#T_cA.wceq", "#T_wss", "#T_cB.wceq", "#T_wi", "#T_cr1", "#T_cfv", "#T_cA.wceq", "#T_wss", "#T_cr1", "#T_cfv", "#T_cB.wceq", "#T_cA", "#T_wcel", "#T_con0", "#T_wa", "#T_cB", "#T_wcel", "#T_con0", "#T_wi", "#T_cA", "#T_wss", "#T_cB", "#T_wi", "#T_cr1", "#T_cfv", "#T_cA", "#T_wss", "#T_cr1", "#T_cfv", "#T_cB"], "metaLanguage" : "METAMATH", "premises" : ["#P_ax-mp", "#P_syl2anbr", "#P_r1ord3g", "#P_eleq2i", "#P_fndm", "#P_r1fnon"]} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"946781712313": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946781713712": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781713713": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781713730": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781716919": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781716923": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781717341": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781729332": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781729333": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781729832": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781736139": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781736140": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781744777": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946781712313", "946781713712", "946781713713", "946781713730", "946781716919", "946781716923", "946781717341", "946781729332", "946781729333", "946781729832", "946781736139", "946781736140", "946781744777"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"946781712313" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9WSUxMX1VQREFURS1FUV9WaWxsYWdlLmh0bWwtYW5hbHl0aWNzLTk0Njc4MTcxMjI1MQ==.json"}, "946781713712" : {"type" : "st"}, "946781713713" : {"type" : "ss"}, "946781713730" : {"type" : "sf"}, "946781716919" : {"type" : "st"}, "946781716923" : {"type" : "ss"}, "946781717341" : {"type" : "sf"}, "946781729332" : {"type" : "st"}, "946781729333" : {"type" : "ss"}, "946781729832" : {"type" : "sf"}, "946781736139" : {"type" : "st"}, "946781736140" : {"type" : "ss"}, "946781744777" : {"type" : "sf"}} | json_instruct | {"type": "object", "properties": {"946781712313": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946781713712": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781713713": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781713730": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781716919": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781716923": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781717341": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781729332": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781729333": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781729832": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781736139": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781736140": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946781744777": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946781712313", "946781713712", "946781713713", "946781713730", "946781716919", "946781716923", "946781717341", "946781729332", "946781729333", "946781729832", "946781736139", "946781736140", "946781744777"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u6b63\u5347\u6a5f\u68b0\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99641308", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08410006206540", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u540e\u91cc\u5340\u539a\u91cc\u91cc\u4e8c\u5733\u8def568\u5df7113\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u540e\u91cc\u5340\u539a\u91cc\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f35\u6b63\u5409", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "89522214", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0840819", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0840830", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "dependencies": {"type": "object", "properties": {"whatwg-fetch": {"type": "string"}}, "required": ["whatwg-fetch"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "redux": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "redux", "webpack"]}}, "required": ["name", "version", "main", "repository", "author", "license", "files", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fetch-action", "version" : "0.3.0", "main" : "dist/index.js", "repository" : "https://github.com/qingo/FetchAction.git", "author" : "qingo <97383102@qq.com>", "license" : "MIT", "files" : ["src", "dist"], "scripts" : {"build" : "webpack", "test" : "node ./test"}, "dependencies" : {"whatwg-fetch" : "^2.0.2"}, "devDependencies" : {"babel-core" : "^6.23.1", "babel-loader" : "^6.3.2", "babel-preset-es2015" : "^6.22.0", "redux" : "^3.6.0", "webpack" : "^2.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "dependencies": {"type": "object", "properties": {"whatwg-fetch": {"type": "string"}}, "required": ["whatwg-fetch"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "redux": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "redux", "webpack"]}}, "required": ["name", "version", "main", "repository", "author", "license", "files", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.4": {"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.3", "1.0.4", "1.0.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.5"], "meta" : {"description" : "GeoServer REST Configuration", "homepage" : "https://github.com/surongxiang/gsconfig", "license" : "MIT"}, "versions" : {"1.0.3" : {"sha256" : "d7f2194735ec22fd5ac436a2340062b98476e54fdd84378ccbfb01037c971ad4", "url" : "https://files.pythonhosted.org/packages/5d/4b/2331fa1be7758dc92dd3db707b41d06a5cee07189bcd705dcbc44559ffd7/airwing_autopublish-1.0.3.tar.gz"}, "1.0.4" : {"sha256" : "3159edba4e8205ff7be5ab67a920cb54e5b40dd97d752e24753d2b1df8244dcc", "url" : "https://files.pythonhosted.org/packages/ac/00/92593156cc12a759dc3eefa5ad08f8541d1eafcbef12f746a4988f891ac6/airwing_autopublish-1.0.4.tar.gz"}, "1.0.5" : {"sha256" : "9597d74d0fd38d2df7190f638de2de54d016a101d2f56bccabe661e6678ebd99", "url" : "https://files.pythonhosted.org/packages/81/dd/1cd0fabae1d5a41a2008f59acd741479ca7e3ad49d9946df112917e1f550/airwing_autopublish-1.0.5.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "1.0.4": {"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.3", "1.0.4", "1.0.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "introduce": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "account_name": {"type": "string"}, "public_key": {"type": "string"}, "org": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "branding": {"type": "object", "properties": {"logo": {"type": "string"}, "cover": {"type": "string"}}, "required": ["logo", "cover"]}, "location": {"type": "string"}, "social_network": {"type": "object", "properties": {"steemit": {"type": "string"}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "github": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["steemit", "twitter", "facebook", "github", "telegram"]}}, "required": ["name", "website", "email", "branding", "location", "social_network"]}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"name": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["name", "country", "latitude", "longitude"]}, "is_producer": {"type": "boolean"}, "p2p_endpoint": {"type": "string"}, "api_endpoint": {"type": "string"}, "ssl_endpoint": {"type": "string"}}, "required": ["location", "is_producer", "p2p_endpoint", "api_endpoint", "ssl_endpoint"]}}}, "required": ["title", "tagline", "introduce", "account_name", "public_key", "org", "nodes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "JEDA", "tagline" : {"en" : "We are committed to promoting EOS in Japan and organize the developer to build the EOS ecosystem.", "zh" : "\u6211\u4eec\u81f4\u529b\u4e8e\u4fc3\u8fdbEOS\u5728\u65e5\u672c\u7684\u4e8b\u4e1a\u5e76\u4e14\u7ec4\u7ec7\u5f00\u53d1\u4eba\u5458\u6784\u5efaEOS\u751f\u6001\u7cfb\u7edf\u3002"}, "introduce" : {"en" : "JEDA(Japan EOS Developer Association) which establish in Tokyo Japan. Committed to supporting and building the ecological system of EOS in Japan. Assist DAPP project development and provide other EOS-based services. We will regularly hold online/offline and other format of event, to promoting the acknowledge of EOS .Holding the developing competition and give the reward to the excellent developer.", "zh" : "\u4e00\u822c\u793e\u56e2\u6cd5\u4ebaEOS\u5f00\u53d1\u8005\u534f\u4f1a(Japan EOS Developer Association, \u4e00\u822c\u793e\u56e3\u6cd5\u4ebaEOS\u958b\u767a\u8005\u5354\u4f1a\uff0c\u7b80\u79f0JEDA)\u7acb\u8db3\u4e8e\u65e5\u672c\uff0c\u4ee5\u652f\u63f4\u65e5\u672c\u5730\u533aEOS\u751f\u6001\u53d1\u5c55\u4e3a\u57fa\u672c\uff0c\u6df1\u5ea6\u53c2\u4e0e\u9879\u76ee\u751f\u6001\u5efa\u8bbe\u3002\u79ef\u6781\u7ec4\u7ec7\u7ebf\u4e0a\u7ebf\u4e0b\u6d3b\u52a8\uff0c\u53ec\u96c6EOS\u5f00\u53d1\u8005\u5f00\u53d1\u6709\u5438\u5f15\u529b\u7684Dapp\uff0c\u5e76\u4e14\u5f00\u53d1\u57fa\u4e8eEOS\u7684\u591a\u79cd\u670d\u52a1\u3002"}, "account_name" : "jedaaaaaaaaa", "public_key" : "EOS5XP49jx9eJNQZjqvP7pfKNaAe5JmyAbPZMdsiqD61QQEExqUYe", "org" : {"name" : "JEDA", "website" : "http://www.eosjapan.org", "email" : "info@www.eosjapan.org", "branding" : {"logo" : "logo-jeda.png", "cover" : "cover-jeda.png"}, "location" : "Tokyo, Japan", "social_network" : {"steemit" : "https://steemit.com/@eosjapan", "twitter" : "https://twitter.com/eosjapan_jeda", "facebook" : "https://www.facebook.com/eosjapan/", "github" : "http://github.com/eosjapan/", "telegram" : "https://t.me/eosjapan"}}, "nodes" : [{"location" : {"name" : "Tokyo", "country" : "JP", "latitude" : 35.679105, "longitude" : 139.779609}, "is_producer" : false, "p2p_endpoint" : "p.jeda.one:3322", "api_endpoint" : "", "ssl_endpoint" : ""}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "introduce": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "account_name": {"type": "string"}, "public_key": {"type": "string"}, "org": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "branding": {"type": "object", "properties": {"logo": {"type": "string"}, "cover": {"type": "string"}}, "required": ["logo", "cover"]}, "location": {"type": "string"}, "social_network": {"type": "object", "properties": {"steemit": {"type": "string"}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "github": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["steemit", "twitter", "facebook", "github", "telegram"]}}, "required": ["name", "website", "email", "branding", "location", "social_network"]}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"name": {"type": "string"}, "country": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["name", "country", "latitude", "longitude"]}, "is_producer": {"type": "boolean"}, "p2p_endpoint": {"type": "string"}, "api_endpoint": {"type": "string"}, "ssl_endpoint": {"type": "string"}}, "required": ["location", "is_producer", "p2p_endpoint", "api_endpoint", "ssl_endpoint"]}}}, "required": ["title", "tagline", "introduce", "account_name", "public_key", "org", "nodes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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" : "bioconductor-msqrob2", "downloads" : 1000, "count" : 688}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "feature", "category" : "CORS", "description" : "add cors support for pricing API. Make Pricing client available by default in browsers SDK."}, {"type" : "feature", "category" : "Glue", "description" : "AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog."}, {"type" : "feature", "category" : "MediaPackage", "description" : "MediaPackage now provides input redundancy. Channels have two ingest endpoints that can receive input from encoders. OriginEndpoints pick one of the inputs receiving content for playback and automatically switch to the other input if the active input stops receiving content. Refer to the User Guide (https://docs.aws.amazon.com/mediapackage/latest/ug/what-is.html) for more details on this feature."}, {"type" : "feature", "category" : "Monitoring", "description" : "Inactive code for future SDK instrumentation and telemetry."}, {"type" : "feature", "category" : "SageMakerRuntime", "description" : "SageMaker Runtime supports CustomAttributes header which allows customers provide additional information in a request for an inference submitted to a model or in the response about the inference returned by a model hosted at an Amazon SageMaker endpoint."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"glob": {"type": "string"}, "js-yaml": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["glob", "js-yaml", "sinon"]}, "devDependencies": {"type": "object", "properties": {"@ama-team/allure-polyfill": {"type": "string"}, "allure-mocha": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "coveralls": {"type": "string"}, "fs-extra": {"type": "string"}, "istanbul": {"type": "string"}, "jake": {"type": "string"}, "mocha": {"type": "string"}, "mocha-allure-reporter": {"type": "string"}, "mocha-junit-reporter": {"type": "string"}, "mocha-multi-reporters": {"type": "string"}, "standard": {"type": "string"}}, "required": ["@ama-team/allure-polyfill", "allure-mocha", "chai", "chai-as-promised", "coveralls", "fs-extra", "istanbul", "jake", "mocha", "mocha-allure-reporter", "mocha-junit-reporter", "mocha-multi-reporters", "standard"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@ama-team/voxengine-stubs", "version" : "0.1.1", "description" : "VoxImplant application environment stubs for testing", "main" : "lib/index.js", "scripts" : {"test" : "jake test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ama-team/voxengine-stubs.git"}, "keywords" : ["voximplant", "voxengine"], "author" : "AMA Team <dev@amagroup.ru>", "license" : "MIT", "bugs" : {"url" : "https://github.com/ama-team/voxengine-stubs/issues"}, "homepage" : "https://github.com/ama-team/voxengine-stubs#readme", "dependencies" : {"glob" : "^7.1.2", "js-yaml" : "^3.9.1", "sinon" : ">= 1.0.0"}, "devDependencies" : {"@ama-team/allure-polyfill" : "^0.1.0", "allure-mocha" : "0.0.1", "chai" : "^4.1.1", "chai-as-promised" : "^7.1.1", "coveralls" : "^2.13.1", "fs-extra" : "^4.0.1", "istanbul" : "^0.4.5", "jake" : "^8.0.15", "mocha" : "^3.5.0", "mocha-allure-reporter" : "^1.3.2", "mocha-junit-reporter" : "^1.13.0", "mocha-multi-reporters" : "^1.1.4", "standard" : "^10.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"glob": {"type": "string"}, "js-yaml": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["glob", "js-yaml", "sinon"]}, "devDependencies": {"type": "object", "properties": {"@ama-team/allure-polyfill": {"type": "string"}, "allure-mocha": {"type": "string"}, "chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "coveralls": {"type": "string"}, "fs-extra": {"type": "string"}, "istanbul": {"type": "string"}, "jake": {"type": "string"}, "mocha": {"type": "string"}, "mocha-allure-reporter": {"type": "string"}, "mocha-junit-reporter": {"type": "string"}, "mocha-multi-reporters": {"type": "string"}, "standard": {"type": "string"}}, "required": ["@ama-team/allure-polyfill", "allure-mocha", "chai", "chai-as-promised", "coveralls", "fs-extra", "istanbul", "jake", "mocha", "mocha-allure-reporter", "mocha-junit-reporter", "mocha-multi-reporters", "standard"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "QmfFaqLFQUM4NBXfFUwwiQpg4WYJNZU2Mge5jPrje12KV9", "title" : "TIP-6: Adapt ongoing THALES distribution ratio between L1 and L2 SNX stakers dynamically", "body" : "https://gov.thales.io/docs/TIP-6\n\nThis TIP proposes to dynamically adapt the ratio of THALES rewards between ongoing L1 and L2 SNX stakers as to stay proportional to the L1 and L2 ratio of SNX inflation rewards.\n\nAre you in favor of this proposal?", "choices" : ["Yes", "No"], "start" : 1633452300, "end" : 1633538700, "snapshot" : "13360193", "state" : "closed", "author" : "0x11219d61e95fC5930762b16868dDB2C9c6fc83fA", "space" : {"id" : "thalesgov.eth", "name" : "Thales Governance"}, "votes" : 3, "votes_data" : [{"id" : "QmbjQH1YFHvxWEDUVtrTz3A5KRCMqubngvtXvpwTQGi3gp", "voter" : "0x99a1f84c1885145E4E8ace37eC4DCc136cb1258b", "created" : 1633479740, "choice" : 1, "space" : {"id" : "thalesgov.eth"}}, {"id" : "QmaqG8k4dYsrF2kJYWZ86tBM3dhkq6i4vCwFKgx6qMhDsk", "voter" : "0x2809Ca176DEe44c51CCaD4E992E7f9F2d128eb47", "created" : 1633454216, "choice" : 1, "space" : {"id" : "thalesgov.eth"}}, {"id" : "QmXkRctaNMqnCFeQgDYcCmEjJHaDLbe76PjcbvZ2WTaoGh", "voter" : "0x20B82e2CC7aff6Dacd50919E7Cee8c4BB87410D2", "created" : 1633452417, "choice" : 1, "space" : {"id" : "thalesgov.eth"}}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"HOME_WELCOME": {"type": "string"}, "ABOUT_US": {"type": "string"}}, "required": ["HOME_WELCOME", "ABOUT_US"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HOME_WELCOME" : "Welcome to DionNAL", "ABOUT_US" : "About Us"} | json_instruct | {"type": "object", "properties": {"HOME_WELCOME": {"type": "string"}, "ABOUT_US": {"type": "string"}}, "required": ["HOME_WELCOME", "ABOUT_US"], "$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"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Into Dark Tunnels (4R95)", "text" : "Set:\tThe Two Towers\nKind:\tFree People\nCulture:\tGandalf\nTwilight:\t3\nCard Type:\tEvent\nGame Text:\tSpell. Response: If you play a [Gandalf] event, exert Gandalf twice to place that event in your hand instead of your discard pile.\nLore:\t\u201d'Even Sauron knows them not. They are older than he. Now I have walked there, but I will bring no report to darken the light of day.'\u201d\nRarity:\tR", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr04095.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id_2244": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_2244"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_2244" : {"title" : "Tempest", "language" : "English", "totaltime" : "1:55:45", "url_librivox" : "http://librivox.org/the-tempest-by-william-shakespeare/", "url_iarchive" : "http://www.archive.org/details/tempest_1002_librivox", "readers" : ["103", "1085", "1259", "1492", "1578", "2110", "2136", "243", "2748", "2937", "3470", "3536", "3586", "3615", "3699", "3994", "4063", "4077", "4206"], "authors" : "37", "genres" : "Plays"}} | json_instruct | {"type": "object", "properties": {"id_2244": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_2244"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"doctrine/orm": {"type": "string"}}, "required": ["doctrine/orm"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kspitfire\\PgSqlRoundFunction\\": {"type": "string"}}, "required": ["Kspitfire\\PgSqlRoundFunction\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "minimum-stability", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kspitfire/pgsql-doctrine-round-function", "type" : "symfony-bundle", "description" : "PostgreSQL ROUND() function for Doctrine ORM", "keywords" : ["doctrine", "symfony", "postgresql", "pgsql", "function", "round"], "homepage" : "https://github.com/kspitfire/PgSqlRoundFunction", "license" : "MIT", "minimum-stability" : "dev", "authors" : [{"name" : "Alexeev Kirill", "homepage" : "https://github.com/kspitfire"}], "require" : {"doctrine/orm" : ">=2.2.0"}, "autoload" : {"psr-4" : {"Kspitfire\\PgSqlRoundFunction\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "require": {"type": "object", "properties": {"doctrine/orm": {"type": "string"}}, "required": ["doctrine/orm"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kspitfire\\PgSqlRoundFunction\\": {"type": "string"}}, "required": ["Kspitfire\\PgSqlRoundFunction\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "minimum-stability", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Response": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "fromSymbol": {"type": "string"}, "toSymbol": {"type": "string"}, "volume24h": {"type": "number"}, "volume24hTo": {"type": "number"}}, "required": ["exchange", "fromSymbol", "toSymbol", "volume24h", "volume24hTo"]}}}, "required": ["Response", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Response" : "Success", "Data" : [{"exchange" : "Bitfinex", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 66956.52141693055, "volume24hTo" : 451870946.09877497}, {"exchange" : "Coinbase", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 32472.322517769957, "volume24hTo" : 218649980.63792574}, {"exchange" : "Bitstamp", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 25837.93559126997, "volume24hTo" : 174471197.30855668}, {"exchange" : "Gemini", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 16695.90166230977, "volume24hTo" : 112377615.97376533}, {"exchange" : "Poloniex", "fromSymbol" : "BTC", "toSymbol" : "USD", "volume24h" : 14167.06983311996, "volume24hTo" : 94792981.1747301}]} | json_instruct | {"type": "object", "properties": {"Response": {"type": "string"}, "Data": {"type": "array", "items": {"type": "object", "properties": {"exchange": {"type": "string"}, "fromSymbol": {"type": "string"}, "toSymbol": {"type": "string"}, "volume24h": {"type": "number"}, "volume24hTo": {"type": "number"}}, "required": ["exchange", "fromSymbol", "toSymbol", "volume24h", "volume24hTo"]}}}, "required": ["Response", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "0x8d42c68d20ade3fc25f9a6e371800dbb87d7cd68826d003904fb81c6cbf78c62", "parentHash" : "0xe804d6830e52f75601a4bd3ebe4b87dba05efb5063fe31f4294026b2c5fd64b4", "number" : 87576, "timestamp" : 1439594302, "nonce" : "0xe60a904840395931", "difficulty" : 3152512505306, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x47ff6576639c2e94762eA5443978D7681C0E78DC", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"SolverName" : "EAGO", "ObjBound" : 3.9596895452924836, "SolveTime" : 100.0019998550415, "PrimalStatus" : "UNKNOWN_RESULT_STATUS", "InstanceName" : "45_softplus_3_4_5", "SolveTimeRaw" : 100.00600004196167, "CompletedSolveTime" : 100.0, "ObjValue" : 3.99366625008606, "Error" : false, "TerminationStatus" : "TIME_LIMIT"} | json_instruct | {"type": "object", "properties": {"SolverName": {"type": "string"}, "ObjBound": {"type": "number"}, "SolveTime": {"type": "number"}, "PrimalStatus": {"type": "string"}, "InstanceName": {"type": "string"}, "SolveTimeRaw": {"type": "number"}, "CompletedSolveTime": {"type": "number"}, "ObjValue": {"type": "number"}, "Error": {"type": "boolean"}, "TerminationStatus": {"type": "string"}}, "required": ["SolverName", "ObjBound", "SolveTime", "PrimalStatus", "InstanceName", "SolveTimeRaw", "CompletedSolveTime", "ObjValue", "Error", "TerminationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Pollestres", "dpt" : "Pyr\u00e9n\u00e9es-Orientales", "inscrits" : 3817, "abs" : 626, "votants" : 3191, "blancs" : 71, "nuls" : 28, "exp" : 3092, "res" : [{"panneau" : "2", "voix" : 1079}, {"panneau" : "11", "voix" : 577}, {"panneau" : "3", "voix" : 529}, {"panneau" : "9", "voix" : 528}, {"panneau" : "1", "voix" : 134}, {"panneau" : "4", "voix" : 111}, {"panneau" : "8", "voix" : 51}, {"panneau" : "6", "voix" : 39}, {"panneau" : "10", "voix" : 21}, {"panneau" : "5", "voix" : 19}, {"panneau" : "7", "voix" : 4}]} | 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#"} |
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": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 54550, "cartId" : "f13a1cbf-87e2-4eb6-8154-17899b2b0f3c", "preferredProducts" : [3580, 1120, 3283, 1964, 2447, 3462, 509, 2097, 4860], "productReviews" : [{"productId" : 2307, "reviewText" : "It only works when I'm Argentina.", "reviewDate" : "2017-09-12T13:26:47.4748918+03:00"}, {"productId" : 1803, "reviewText" : "i use it centenially when i'm in my greenhouse.", "reviewDate" : "2019-09-23T21:51:34.1723179+03:00"}, {"productId" : 2133, "reviewText" : "My co-worker Reed has one of these. He says it looks microscopic.", "reviewDate" : "2019-08-15T20:23:14.1882723+03:00"}, {"productId" : 142, "reviewText" : "My co-worker Skylar has one of these. He says it looks sweaty.", "reviewDate" : "2016-10-09T06:15:01.5979912+03:00"}, {"productId" : 1057, "reviewText" : "one of my hobbies is mushroom cultivation. and when i'm cultivating mushrooms this works great.", "reviewDate" : "2019-04-22T05:41:05.1614425+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"keys": {"type": "array", "items": {"type": "string"}}, "vals": {"type": "array", "items": {"type": "string"}}}, "required": ["keys", "vals"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"keys" : ["19a3450528282cd9b618a457f565aed8", "1d71c68473544b75f9627e3dd0c941e8", "5fc4c1f38ac449bb71b44aaaeabbb779", "a555f0efb8e13f98d2f54616a384696b"], "vals" : ["Assets/I0plus/XuidUnity/Samples/Sprites/ScrollGroupMaskTest/Card+12944.png", "Assets/I0plus/XuidUnity/Samples/Sprites/ScrollGroupMaskTest/Ellipse 1+b8ed0.png", "Assets/I0plus/XuidUnity/Samples/Sprites/ScrollGroupMaskTest/Card+3428c.png", "Assets/I0plus/XuidUnity/Samples/Sprites/ScrollGroupMaskTest/Ellipse 1+b8ed0.png"]} | json_instruct | {"type": "object", "properties": {"keys": {"type": "array", "items": {"type": "string"}}, "vals": {"type": "array", "items": {"type": "string"}}}, "required": ["keys", "vals"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u7d39\u6377\u5de5\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99639332", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u5927\u96c5\u5340\u4e0a\u6953\u91cc\u6c11\u751f\u8def\u56db\u6bb5\u4e00\u4e09\u516d\u5df7\u4e03\u4e03\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u5927\u96c5\u5340\u4e0a\u6953\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f35\u5b97\u6d32", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "12701007", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0911209", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d", "30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099", "303\u6c7d\u8eca\u96f6\u4ef6", "312\u6a5f\u8eca\u53ca\u5176\u96f6\u4ef6"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["id", "title", "author"]}}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "body": {"type": "string"}, "postId": {"type": "integer"}}, "required": ["id", "body", "postId"]}}, "profile": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["posts", "comments", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"posts" : [{"id" : 1, "title" : "json-server", "author" : "typicode1"}, {"id" : 2, "title" : "json-server", "author" : "typicode2"}, {"id" : 3, "title" : "json-server", "author" : "typicode3"}, {"id" : 4, "title" : "json-server", "author" : "typicode4"}], "comments" : [{"id" : 1, "body" : "some comment", "postId" : 1}], "profile" : {"name" : "typicode"}} | json_instruct | {"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["id", "title", "author"]}}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "body": {"type": "string"}, "postId": {"type": "integer"}}, "required": ["id", "body", "postId"]}}, "profile": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["posts", "comments", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "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" : [[[-97.171295, 37.708639], [-97.153015, 37.708678], [-97.152964, 37.650313], [-97.171243, 37.650279], [-97.171295, 37.708639]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 26604}}]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"install": {"type": "string"}, "v2.0.0": {"type": "string"}}, "required": ["install", "v2.0.0"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"install" : "messages/post-install.md", "v2.0.0" : "messages/v2.0.0.md"} | json_instruct | {"type": "object", "properties": {"install": {"type": "string"}, "v2.0.0": {"type": "string"}}, "required": ["install", "v2.0.0"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"RLX": {"type": "number"}, "SMORF": {"type": "number"}, "TPB": {"type": "number"}, "WSRRF": {"type": "number"}, "VPOR": {"type": "number"}, "VHUB": {"type": "number"}, "CHUC": {"type": "number"}, "MO": {"type": "number"}, "NHLE": {"type": "number"}, "IMBBF": {"type": "number"}, "IMBBY": {"type": "number"}, "SFIO": {"type": "number"}, "PYYX": {"type": "number"}, "PHPMF": {"type": "number"}, "SVAP": {"type": "number"}, "SWMAF": {"type": "number"}, "SWMAY": {"type": "number"}, "VPRB": {"type": "number"}, "VGR": {"type": "number"}, "KAVL": {"type": "number"}, "JAPAF": {"type": "number"}, "JAPAY": {"type": "number"}, "ECGR": {"type": "number"}, "BTAFF": {"type": "number"}, "BTI": {"type": "number"}, "PM": {"type": "number"}, "UVV": {"type": "number"}, "VAPR": {"type": "number"}, "GMNI": {"type": "number"}, "PHJMF": {"type": "number"}, "TOBAF": {"type": "number"}, "WCIG": {"type": "number"}, "GGNPF": {"type": "number"}}, "required": ["RLX", "SMORF", "TPB", "WSRRF", "VPOR", "VHUB", "CHUC", "MO", "NHLE", "IMBBF", "IMBBY", "SFIO", "PYYX", "PHPMF", "SVAP", "SWMAF", "SWMAY", "VPRB", "VGR", "KAVL", "JAPAF", "JAPAY", "ECGR", "BTAFF", "BTI", "PM", "UVV", "VAPR", "GMNI", "PHJMF", "TOBAF", "WCIG", "GGNPF"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"RLX" : 1.0000000000000002, "SMORF" : 0.2626359920358987, "TPB" : 0.23861299054924173, "WSRRF" : 0.2152322592928864, "VPOR" : 0.21031773221646205, "VHUB" : 0.2026317073438525, "CHUC" : 0.1858689015881513, "MO" : 0.1792181053217676, "NHLE" : 0.17640457374964566, "IMBBF" : 0.17363665158960465, "IMBBY" : 0.17363665158960465, "SFIO" : 0.16561479089080264, "PYYX" : 0.16391790390115715, "PHPMF" : 0.16391591363563532, "SVAP" : 0.1630259980294804, "SWMAF" : 0.16151370885462715, "SWMAY" : 0.16151370885462715, "VPRB" : 0.15939092312911085, "VGR" : 0.15542286803263033, "KAVL" : 0.15521646905866004, "JAPAF" : 0.1542883680817944, "JAPAY" : 0.1542883680817944, "ECGR" : 0.15211425878815138, "BTAFF" : 0.1423814904413623, "BTI" : 0.1423814904413623, "PM" : 0.1422026885879379, "UVV" : 0.12903077098388205, "VAPR" : 0.1221605839733599, "GMNI" : 0.1180012035269902, "PHJMF" : 0.11759000562654501, "TOBAF" : 0.11460023541250036, "WCIG" : 0.10018205280587104, "GGNPF" : 0.0953063531951991} | json_instruct | {"type": "object", "properties": {"RLX": {"type": "number"}, "SMORF": {"type": "number"}, "TPB": {"type": "number"}, "WSRRF": {"type": "number"}, "VPOR": {"type": "number"}, "VHUB": {"type": "number"}, "CHUC": {"type": "number"}, "MO": {"type": "number"}, "NHLE": {"type": "number"}, "IMBBF": {"type": "number"}, "IMBBY": {"type": "number"}, "SFIO": {"type": "number"}, "PYYX": {"type": "number"}, "PHPMF": {"type": "number"}, "SVAP": {"type": "number"}, "SWMAF": {"type": "number"}, "SWMAY": {"type": "number"}, "VPRB": {"type": "number"}, "VGR": {"type": "number"}, "KAVL": {"type": "number"}, "JAPAF": {"type": "number"}, "JAPAY": {"type": "number"}, "ECGR": {"type": "number"}, "BTAFF": {"type": "number"}, "BTI": {"type": "number"}, "PM": {"type": "number"}, "UVV": {"type": "number"}, "VAPR": {"type": "number"}, "GMNI": {"type": "number"}, "PHJMF": {"type": "number"}, "TOBAF": {"type": "number"}, "WCIG": {"type": "number"}, "GGNPF": {"type": "number"}}, "required": ["RLX", "SMORF", "TPB", "WSRRF", "VPOR", "VHUB", "CHUC", "MO", "NHLE", "IMBBF", "IMBBY", "SFIO", "PYYX", "PHPMF", "SVAP", "SWMAF", "SWMAY", "VPRB", "VGR", "KAVL", "JAPAF", "JAPAY", "ECGR", "BTAFF", "BTI", "PM", "UVV", "VAPR", "GMNI", "PHJMF", "TOBAF", "WCIG", "GGNPF"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"AirBank": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "tfa", "documentation", "keywords"]}}, "required": ["AirBank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AirBank" : {"domain" : "airbank.cz", "url" : "https://www.airbank.cz", "tfa" : ["sms", "custom-software"], "documentation" : "https://www.airbank.cz/co-vas-nejvic-zajima/jake-bezpecnostni-prvky-u-nas-mame", "keywords" : ["banking"]}} | json_instruct | {"type": "object", "properties": {"AirBank": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "tfa", "documentation", "keywords"]}}, "required": ["AirBank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}}, "required": ["botFilePath", "botFileSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"botFilePath" : "basic-bot-appinsights.bot", "botFileSecret" : ""} | json_instruct | {"type": "object", "properties": {"botFilePath": {"type": "string"}, "botFileSecret": {"type": "string"}}, "required": ["botFilePath", "botFileSecret"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "description-add-link-title": {"type": "string"}, "article-read-more-title": {"type": "string"}, "table-title-other": {"type": "string"}, "page-edit-history": {"type": "string"}, "info-box-close-text": {"type": "string"}, "page-talk-page-subtitle": {"type": "string"}, "page-issues-subtitle": {"type": "string"}, "page-talk-page": {"type": "string"}, "info-box-title": {"type": "string"}, "view-in-browser-footer-link": {"type": "string"}, "page-location": {"type": "string"}, "page-similar-titles": {"type": "string"}, "page-last-edited": {"type": "string"}, "article-about-title": {"type": "string"}, "page-issues": {"type": "string"}, "license-footer-name": {"type": "string"}, "license-footer-text": {"type": "string"}, "page-read-in-other-languages": {"type": "string"}, "article-edit-button": {"type": "string"}, "article-edit-protected-button": {"type": "string"}, "article-section-expand": {"type": "string"}, "article-section-collapse": {"type": "string"}, "table-expand": {"type": "string"}, "table-collapse": {"type": "string"}, "references-preview-header": {"type": "string"}}, "required": ["@metadata", "description-add-link-title", "article-read-more-title", "table-title-other", "page-edit-history", "info-box-close-text", "page-talk-page-subtitle", "page-issues-subtitle", "page-talk-page", "info-box-title", "view-in-browser-footer-link", "page-location", "page-similar-titles", "page-last-edited", "article-about-title", "page-issues", "license-footer-name", "license-footer-text", "page-read-in-other-languages", "article-edit-button", "article-edit-protected-button", "article-section-expand", "article-section-collapse", "table-expand", "table-collapse", "references-preview-header"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["N. Longo"]}, "description-add-link-title" : "Az\u00f3nzi 'na descri\u00e7i\u00f3n da v\u00f4xe", "article-read-more-title" : "L\u00eazi de ci\u00f9", "table-title-other" : "Ci\u00f9 informa\u00e7io\u00een", "page-edit-history" : "V\u00e9ddi a cronolog\u00eea de mod\u00ecfiche", "info-box-close-text" : "S\u00e6ra", "page-talk-page-subtitle" : "Disc\u00f9tti pe megio\u00e2 a v\u00f4xe", "page-issues-subtitle" : "Av\u00eesi in sc\u00ee contegn\u00fbi s\u00f9b-paral\u00e9lli \u00f2 problem\u00e0tichi", "page-talk-page" : "V\u00e9ddi a p\u00e0gina de discusci\u00f3n", "info-box-title" : "F\u00e6ti in br\u00eave", "view-in-browser-footer-link" : "V\u00e9ddi a v\u00f4xe into mot\u00f4 de ri\u00e7\u00e8rca", "page-location" : "V\u00e9ddi in sci\u00e2 m\u00e0ppa", "page-similar-titles" : "P\u00e0gine sc\u00ecmili", "page-last-edited" : "Agiorn\u00e2 {{PLURAL:$1|v\u00eai|$1 gi\u00f3rni fa|0=ancheu}}", "article-about-title" : "Informa\u00e7io\u00een in sce 'sta v\u00f4xe chi", "page-issues" : "Probl\u00eami da p\u00e0gina", "license-footer-name" : "CC BY-SA 3.0", "license-footer-text" : "O contegn\u00fbo o l'\u00e9 dispon\u00ecbile in sci\u00e2 b\u00e2ze da lic\u00e9nsa $1, se o no l'\u00e9 diversam\u00e9nte specific\u00f2u.", "page-read-in-other-languages" : "Dispon\u00ecbile in {{PLURAL:$1|'n'\u00e2tra l\u00e9ngoa|\u00e2tre $1 l\u00e9ngoe}}", "article-edit-button" : "Mod\u00ecfica se\u00e7i\u00f3n", "article-edit-protected-button" : "Mod\u00ecfica se\u00e7i\u00f3n da p\u00e0gina prot\u00e8tta", "article-section-expand" : "Esp\u00e0ndi se\u00e7i\u00f3n", "article-section-collapse" : "Conpr\u00ecmmi se\u00e7i\u00f3n", "table-expand" : "Esp\u00e0ndi tab\u00e9lla", "table-collapse" : "Conpr\u00ecmmi tab\u00e9lla", "references-preview-header" : "Antepr\u00ecmma de n\u00f2tte"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "description-add-link-title": {"type": "string"}, "article-read-more-title": {"type": "string"}, "table-title-other": {"type": "string"}, "page-edit-history": {"type": "string"}, "info-box-close-text": {"type": "string"}, "page-talk-page-subtitle": {"type": "string"}, "page-issues-subtitle": {"type": "string"}, "page-talk-page": {"type": "string"}, "info-box-title": {"type": "string"}, "view-in-browser-footer-link": {"type": "string"}, "page-location": {"type": "string"}, "page-similar-titles": {"type": "string"}, "page-last-edited": {"type": "string"}, "article-about-title": {"type": "string"}, "page-issues": {"type": "string"}, "license-footer-name": {"type": "string"}, "license-footer-text": {"type": "string"}, "page-read-in-other-languages": {"type": "string"}, "article-edit-button": {"type": "string"}, "article-edit-protected-button": {"type": "string"}, "article-section-expand": {"type": "string"}, "article-section-collapse": {"type": "string"}, "table-expand": {"type": "string"}, "table-collapse": {"type": "string"}, "references-preview-header": {"type": "string"}}, "required": ["@metadata", "description-add-link-title", "article-read-more-title", "table-title-other", "page-edit-history", "info-box-close-text", "page-talk-page-subtitle", "page-issues-subtitle", "page-talk-page", "info-box-title", "view-in-browser-footer-link", "page-location", "page-similar-titles", "page-last-edited", "article-about-title", "page-issues", "license-footer-name", "license-footer-text", "page-read-in-other-languages", "article-edit-button", "article-edit-protected-button", "article-section-expand", "article-section-collapse", "table-expand", "table-collapse", "references-preview-header"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "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" : 19798, "citation_title" : "When Real Estate is the Only Game in Town", "citation_author" : ["Hyun-Soo Choi", "Harrison Hong", "Jeffrey Kubik", "Jeffrey P. Thompson"], "citation_publication_date" : "2014-01-16", "issue_date" : "2014-01-16", "revision_date" : "2014-01-24", "topics" : ["Financial Economics", "Portfolio Selection and Asset Pricing", "Regional and Urban Economics", "Real Estate"], "program" : ["Asset Pricing"], "projects" : null, "working_groups" : ["Behavioral Finance", "Household Finance"], "abstract" : "\n\nUsing data on household portfolios and mortgage originations, we find that households residing in a city with few publicly traded firms headquartered there are more likely to own an investment home nearby. Households in these areas are also less likely to own stocks. This only-game-in-town effect is more pronounced for households living in high credit quality areas, who can access financing to afford a second home. This effect also becomes pronounced for households living in low credit quality areas after 2002 when securitization made it easier for these households to buy second homes. Cities with few local stocks have in equilibrium higher price-to-rent ratios, making it more attractive to rent, and lower (primary residence) homeownership rates.\n\n", "acknowledgement" : "\nChoi acknowledges support from the Sim Kee Boon Institute, Singapore Management University. We thank Tim Loughran, Chris Mayer, Wenlan Qian, Jeremy Stein, and seminar participants at Dartmouth, Notre Dame, the CICF 2013 conference, and the NBER behavioural finance meeting for helpful comments. The analysis and conclusions set forth are those of the authors and do not indicate concurrence by other members of the research staff, the Board of Governors, or the National Bureau of Economic Research.\n\n\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": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "coffeescript", "exts" : [".coffee"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "exts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "exts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a large pot bring 6 quarts of unsalted water to boil. Cook pasta until al dente. Drain well. Place pasta back in the pot, add one Tablespoon of olive oil and mix to prevent the leaves from sticking together. Cover and keep warm while the sauce finishes simmering.", "Warm oven-safe dinner plates in a 150 degree F(65 degree C) oven.", "Meanwhile, in a 12 inch saute pan, heat 2 tablespoons of extra virgin olive oil over medium high heat. Add the minced garlic and saute until the aromatic oils are released - about 1 minute. Add the chopped onion and bell pepper and saute 3 minutes. Add the cubed chicken breast, dried thyme, dried basil, rubbed sage, salt, and black pepper. Cook until the chicken is no longer pink. Add the Chardonnay and Burgundy wines, and pasta sauce and heat until bubbling. Add the Portobella mushroom pieces and cook until the mixture has reduced and is thick and hot.", "To serve, place two large serving spoonfuls of Autumn Leaves on each warmed plate and top with a large ladle of the chicken and Portobella sauce."], "ingredients" : ["1 (16 ounce) package foglie d'autumn (autumn leaves) pasta", "1 tablespoon olive oil", "2 tablespoons olive oil", "4 cloves garlic, minced", "1 cup chopped onion", "1/2 cup chopped green bell pepper", "1 whole boneless, skinless chicken breast, cubed", "2 portobello mushrooms, cut into 1/2 inch pieces", "1 teaspoon dried thyme", "1 teaspoon dried basil", "1/2 teaspoon rubbed sage", "1/2 teaspoon kosher salt", "1 teaspoon ground black pepper", "1/4 cup Chardonnay wine", "1/2 cup Burgundy wine", "1 (32 ounce) jar spaghetti sauce"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Foglie Chef Doogie's D'Autunno with Chicken and Portobella Mushrooms", "url" : "http://allrecipes.com/recipe/11957/foglie-chef-doogies-dautunno-with-c/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "link": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "examples": {"type": "array", "items": {}}}, "required": ["name", "description", "link", "tags", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "deoplete-asm", "description" : "deoplete.nvim source for Assembly base by google/EXEgesis", "link" : "https://github.com/deoplete-plugins/deoplete-asm", "tags" : ["deoplete", "deoplete-source", "assembly"], "examples" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "link": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "examples": {"type": "array", "items": {}}}, "required": ["name", "description", "link", "tags", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "EmmaWatson", "author" : "Moanay", "count" : 27} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"dir": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "resource_type": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "state": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "backend": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "target_mapping": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["dir", "resource_type", "state", "backend", "target_mapping"]}}, "required": ["description", "files", "input_method", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Generate targets from Terraform Statefile", "files" : ["ruby_task_helper/files/task_helper.rb", "ruby_plugin_helper/lib/plugin_helper.rb"], "input_method" : "stdin", "parameters" : {"dir" : {"type" : "String[1]"}, "resource_type" : {"type" : "String[1]"}, "state" : {"type" : "Optional[String[1]]"}, "backend" : {"type" : "Optional[String[1]]"}, "target_mapping" : {"type" : "Hash"}}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "input_method": {"type": "string"}, "parameters": {"type": "object", "properties": {"dir": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "resource_type": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "state": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "backend": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "target_mapping": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["dir", "resource_type", "state", "backend", "target_mapping"]}}, "required": ["description", "files", "input_method", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d894-79", "text" : "NATIONAL ASSOCIATION OF EDUCATIONAL BROABCASTERS\nFebruary 28 B 1948\nAIRMAIL SPECIAL DELIVERY\nHr. Marcus Cohn* Attorney If\n517-519 Evans Building\nWashington* B. C\u201e\nBear Marcus \u00a7\nThis letter is to tell you that the National Association of Educational\nBroadcasters has decided to withdraw from appearances in the so-called\n\u2022Mayflower* hearings before the FCC.\nThis, as you well know, is an extremely complex issue or sequence of\nIssues. Apparently there are sufficiently varying points of view\nwithin the NAEB membership so that a joint statement would not be\nreadily feasible.\nAfter conversations and correspondence with people at the University\nof Minnesota, the University of Illinois, Including Harold Engel,\nHarold McCarty, Frank Schooley, Wilbur Schramm, and many others, it\nappeared wiser to withdraw.\nThe public notice of the FCC regarding this hearing, giving the order\nof testimony indicates that such people as Nathan Straus of WCMA* the\nInstitute for Education by Radio* Ce A. Slepmaa, The American Civil\nLiberties Union, and others together with several of our own members\nsuch as WILL (University of Illinois), WHCU (Cornell University) and\nMorris Novik, NAEB Secretary have filed for appearances.\nIt would appear that the basic tenets of our composite points of\nview will be represented whether or not the organisation appears\nitself\u2014and\u2014as we previously discussed it\u2014unless unanimity is\npresent* it is likely to detract, not add to NAEB stature.\nSincerely,\n/\u00ab/ Richard B. Hull\nRichard B. Hull\nPresident - NAEB\nRBHsmp\nees \u25a0 All NAEB Officers\nAll NAEB Birectors\nEdwin Helman, WBOE (AES liasion)\nWilbur Schramm\nHarold Engel\nBirectors of Clear Channel Station* (NAEB)"} | json_instruct | {"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": "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" : 2, "pts" : 203, "connections" : 101923, "capacity" : 1636188, "investments" : 2245596}, {"tech" : 1, "pts" : 14, "connections" : 29333, "capacity" : 248871, "investments" : 3280312}]}] | 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": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "COUN7015", "course_name" : "Counselling for Health and Capacity Challenges", "faculty" : "Health & Behavioural Sciences", "school" : "Nursing, Midwifery & Social Wk, Psychology School", "units" : "2", "duration" : "One Semester", "description" : "The purpose of this course is to develop student understanding of the issues and counselling approaches associated with challenges as the result of health conditions or capacity changes. As such, it considers areas including acute health conditions and emergencies, chronic health conditions, terminal and life-limiting conditions as well as capacity issues associated with disability, chronic mental health issues, addiction, and ageing.", "prerequisites" : "", "incompatible" : "", "restricted" : ""} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "1224", "name" : "\u4f50\u91ce\u4fe1\u91d1", "name_kana" : "\uff7b\uff89\uff7c\uff9d\uff77\uff9d"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "59345", "name" : {"en" : "Magong"}, "country" : "CN", "region" : null, "identifiers" : {"wmo" : "59345"}, "location" : {"latitude" : 23.5167, "longitude" : 119.5667, "elevation" : 0}, "timezone" : "Asia/Taipei"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"webkit-sass-mixins": {"type": "string"}}, "required": ["webkit-sass-mixins"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webkit-sassui-layout-lmr", "description" : "webkit sass ui module layout left/middle/right.", "main" : "dist/webkit-sassui-layout-lmr.js", "authors" : ["afei"], "license" : "MIT", "keywords" : ["next"], "homepage" : "https://github.com/afeiship/webkit-sassui-layout-lmr", "moduleType" : ["amd"], "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests", "src"], "dependencies" : {"webkit-sass-mixins" : "afeiship/webkit-sass-mixins"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"webkit-sass-mixins": {"type": "string"}}, "required": ["webkit-sass-mixins"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "homepage", "moduleType", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Merlin", "genre" : "Medieval fantasy", "creators" : ["Julian Jones", "Jake Michie", "Johnny Capps", "Julian Murphy"], "cast" : ["Colin Morgan", "Angel Coulby", "Bradley James", "Katie McGrath", "Richard Wilson", "Anthony Head", "(Series 1-4)", "John Hurt", "Nathaniel Parker", "(Series 4)"], "country_of_origin" : "United Kingdom", "seasons" : 0, "episodes" : 65, "start_date" : "Sat Sep 20 00:00:00 EDT 2008", "end_date" : "Mon Dec 24 00:00:00 EST 2012"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"scale_x": {"type": "number"}, "scale_y": {"type": "number"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}}, "required": ["text", "x", "y"]}}, "lines": {"type": "array", "items": {"type": "object", "properties": {"x1": {"type": "number"}, "x2": {"type": "number"}, "y1": {"type": "number"}, "y2": {"type": "number"}}, "required": ["x1", "x2", "y1", "y2"]}}}, "required": ["scale_x", "scale_y", "labels", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scale_x" : 50.45191892672882, "scale_y" : 50.45191892672882, "labels" : [{"text" : "SA", "x" : 14.49184, "y" : 32.482033}, {"text" : "AT", "x" : 321.32822, "y" : 88.771614}, {"text" : "LG", "x" : 443.85806, "y" : 108.77648}, {"text" : "MA", "x" : 352.62131, "y" : 164.0439}, {"text" : "BL", "x" : 369.10056, "y" : 255.48378}, {"text" : "SU", "x" : 328.8407, "y" : 243.10619}, {"text" : "CE", "x" : 405.95224, "y" : 176.84673}, {"text" : "NS", "x" : 430.95633, "y" : 266.08701}, {"text" : "CO", "x" : 291.96753, "y" : 265.83813}, {"text" : "AN", "x" : 304.84286, "y" : 338.92468}, {"text" : "AR", "x" : 529.15594, "y" : 349.71896}, {"text" : "CS", "x" : 494.91168, "y" : 409.59711}, {"text" : "VD", "x" : 601.93378, "y" : 438.52197}, {"text" : "GN", "x" : 628.48315, "y" : 541.05737}, {"text" : "ME", "x" : 426.89279, "y" : 510.84604}, {"text" : "VP", "x" : 539.22638, "y" : 640.84631}, {"text" : "AM", "x" : 505.79889, "y" : 748.4209}, {"text" : "GV", "x" : 467.53757, "y" : 585.82587}, {"text" : "CQ", "x" : 376.26834, "y" : 648.17029}, {"text" : "PU", "x" : 293.56177, "y" : 660.42676}, {"text" : "NA", "x" : 178.52147, "y" : 602.39551}, {"text" : "CA", "x" : 225.2117, "y" : 551.12781}, {"text" : "TO", "x" : 314.01468, "y" : 484.29669}, {"text" : "VC", "x" : 246.26808, "y" : 496.19812}, {"text" : "CU", "x" : 367.11337, "y" : 435.77548}, {"text" : "BY", "x" : 423.69254, "y" : 399.43591}, {"text" : "ST", "x" : 404.64865, "y" : 346.05701}, {"text" : "CH", "x" : 236.19765, "y" : 404.64865}, {"text" : "RI", "x" : 172.20105, "y" : 453.10684}, {"text" : "HU", "x" : 301.50418, "y" : 540.77899}, {"text" : "CL", "x" : 170.65916, "y" : 433.12299}, {"text" : "QD", "x" : 166.10167, "y" : 474.4025}], "lines" : [{"x1" : 331.72964, "x2" : 346.49842, "y1" : 98.458568, "y2" : 125.34533}, {"x1" : 305.90867, "x2" : 202.11381, "y1" : 414.40506, "y2" : 427.18479}, {"x1" : 304.26961, "x2" : 201.07329, "y1" : 432.14454, "y2" : 445.90494}, {"x1" : 303.61327, "x2" : 200.48886, "y1" : 450.17629, "y2" : 465.57882}]} | json_instruct | {"type": "object", "properties": {"scale_x": {"type": "number"}, "scale_y": {"type": "number"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "x": {"type": "number"}, "y": {"type": "number"}}, "required": ["text", "x", "y"]}}, "lines": {"type": "array", "items": {"type": "object", "properties": {"x1": {"type": "number"}, "x2": {"type": "number"}, "y1": {"type": "number"}, "y2": {"type": "number"}}, "required": ["x1", "x2", "y1", "y2"]}}}, "required": ["scale_x", "scale_y", "labels", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [66.3703, 48.1581, 0.870872, 66.7618, 53.9769, 0.881582, 60.5672, 53.9846, 0.825776, 54.3814, 48.1476, 0.818124, 54.3754, 38.4697, 0.766623, 72.9573, 53.5965, 0.828527, 78.7733, 45.8387, 0.766467, 76.4651, 36.149, 0.809585, 66.7711, 76.4477, 0.809629, 63.2646, 76.4541, 0.74625, 64.0561, 93.8986, 0.786035, 65.9965, 108.628, 0.743218, 70.2665, 76.4455, 0.778417, 72.9507, 92.357, 0.766917, 73.3402, 108.621, 0.77801, 64.442, 46.6107, 0.828307, 67.15, 46.2362, 0.851735, 63.6476, 47.7812, 0.570982, 69.851, 47.7799, 0.727976, 73.356, 112.875, 0.669277, 75.6874, 111.719, 0.674104, 72.5718, 110.555, 0.601847, 67.163, 112.502, 0.725566, 64.4449, 112.494, 0.711251, 66.763, 110.18, 0.619035], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "site-plan-url": {"type": "string"}, "name": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-status": {"type": "string"}, "ownership-status": {"type": "string"}, "notes": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "site": {"type": "string"}, "site-address": {"type": "string"}, "deliverable": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["maximum-net-dwellings", "site-plan-url", "name", "planning-permission-history", "planning-permission-status", "ownership-status", "notes", "minimum-net-dwellings", "hectares", "organisation", "site", "site-address", "deliverable", "start-date", "slug", "entity", "entry-date", "planning-permission-date", "planning-permission-type", "point", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.13839, 50.826334]}, "properties" : {"maximum-net-dwellings" : "12", "site-plan-url" : "https://new.brighton-hove.gov.uk/sites/default/files/planning_bc_regen/policy/brownfield-sites/shlaa0925-kensington-street-car-parking-sites-brighton.pdf", "name" : "SHLAA0925", "planning-permission-history" : "https://planningapps.brighton-hove.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=ZZZR60DMXE760|https://planningapps.brighton-hove.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=ZZZR7ADMXE859|https://planningapps.brighton-hove.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=ZZZR7HDMXE388|https://planningapps.brighton-hove.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=ZZZR7JDMXE204", "planning-permission-status" : "permissioned", "ownership-status" : "owned by a public authority", "notes" : "Complete Erection of 12 residential units", "minimum-net-dwellings" : "12", "hectares" : "0.04", "organisation" : "local-authority-eng:BNH", "site" : "SHLAA0925", "site-address" : "Kensington Street car parking sites Brighton BN1 4AJ", "deliverable" : "yes", "start-date" : "2017-09-19", "slug" : "/brownfield-land/local-authority-eng/BNH/SHLAA0925", "entity" : 476936, "entry-date" : "2019-03-31", "planning-permission-date" : "2017-12-07", "planning-permission-type" : "full planning permission", "point" : "POINT(-0.13839 50.826334)", "end-date" : "2019-03-31"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "site-plan-url": {"type": "string"}, "name": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-status": {"type": "string"}, "ownership-status": {"type": "string"}, "notes": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "site": {"type": "string"}, "site-address": {"type": "string"}, "deliverable": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-type": {"type": "string"}, "point": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["maximum-net-dwellings", "site-plan-url", "name", "planning-permission-history", "planning-permission-status", "ownership-status", "notes", "minimum-net-dwellings", "hectares", "organisation", "site", "site-address", "deliverable", "start-date", "slug", "entity", "entry-date", "planning-permission-date", "planning-permission-type", "point", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "baseUrl": {"type": "string"}, "importsNotUsedAsValues": {"type": "string"}, "isolatedModules": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "object", "properties": {"@dnd-kit/core": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/accessibility": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/modifiers": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/sortable": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/utilities": {"type": "array", "items": {"type": "string"}}, "$test/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@dnd-kit/core", "@dnd-kit/accessibility", "@dnd-kit/modifiers", "@dnd-kit/sortable", "@dnd-kit/utilities", "$test/*"]}}, "required": ["allowJs", "baseUrl", "importsNotUsedAsValues", "isolatedModules", "typeRoots", "paths"]}}, "required": ["extends", "include", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "./tsconfig.build.json", "include" : ["packages", "types", "scripts", "playground", "stories"], "compilerOptions" : {"allowJs" : false, "baseUrl" : ".", "importsNotUsedAsValues" : "error", "isolatedModules" : true, "typeRoots" : ["./node_modules/@types", "./types"], "paths" : {"@dnd-kit/core" : ["packages/core/src"], "@dnd-kit/accessibility" : ["packages/accessibility/src"], "@dnd-kit/modifiers" : ["packages/modifiers/src"], "@dnd-kit/sortable" : ["packages/sortable/src"], "@dnd-kit/utilities" : ["packages/utilities/src"], "$test/*" : ["test/*"]}}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "baseUrl": {"type": "string"}, "importsNotUsedAsValues": {"type": "string"}, "isolatedModules": {"type": "boolean"}, "typeRoots": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "object", "properties": {"@dnd-kit/core": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/accessibility": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/modifiers": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/sortable": {"type": "array", "items": {"type": "string"}}, "@dnd-kit/utilities": {"type": "array", "items": {"type": "string"}}, "$test/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@dnd-kit/core", "@dnd-kit/accessibility", "@dnd-kit/modifiers", "@dnd-kit/sortable", "@dnd-kit/utilities", "$test/*"]}}, "required": ["allowJs", "baseUrl", "importsNotUsedAsValues", "isolatedModules", "typeRoots", "paths"]}}, "required": ["extends", "include", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-2m54-c69q-qw3j", "modified" : "2022-05-01T18:02:24Z", "published" : "2022-05-01T18:02:24Z", "aliases" : ["CVE-2007-2316"], "details" : "Unspecified vulnerability in the admin script in Open Business Management (OBM) before 2.0.0 allows remote attackers to have an unknown impact by calling the script \"in txt mode from a browser.\"", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2007-2316"}, {"type" : "WEB", "url" : "http://obm.aliasource.org/changelogs/changelog-2.0.html"}, {"type" : "WEB", "url" : "http://osvdb.org/34899"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/24775"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/23472"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2007/1376"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "ticker": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "ticker", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Fantom USD", "ticker" : "fUSD", "explorer" : "0xAd84341756Bf337f5a0164515b1f6F993D194E1f"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "ticker": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "ticker", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["http://google.com", "http://localhost/com", "http://localhost/.com", "http://localhost:8080/.com", "http://google.com:8080/.com", "http://localhost/xyz.com", "http://bit.ly/1tGYKCV"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "regel", "definition" : "See Rigel."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "aliases": {"type": "array", "items": {}}, "traitIds": {"type": "array", "items": {}}, "locationId": {"type": "null"}, "properties": {"type": "object", "properties": {"examine": {"type": "object", "properties": {"verb": {"type": "boolean"}, "file": {"type": "string"}, "pattern": {"type": "string"}, "dobjarg": {"type": "string"}, "preparg": {"type": "string"}, "iobjarg": {"type": "string"}}, "required": ["verb", "file", "pattern", "dobjarg", "preparg", "iobjarg"]}, "describe": {"type": "object", "properties": {"function": {"type": "boolean"}, "file": {"type": "string"}}, "required": ["function", "file"]}, "onExamine": {"type": "object", "properties": {"function": {"type": "boolean"}, "file": {"type": "string"}}, "required": ["function", "file"]}}, "required": ["examine", "describe", "onExamine"]}}, "required": ["name", "aliases", "traitIds", "locationId", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lib.traits.describable", "aliases" : [], "traitIds" : [], "locationId" : null, "properties" : {"examine" : {"verb" : true, "file" : "examine.js", "pattern" : "ex*amine l*ook", "dobjarg" : "this", "preparg" : "none", "iobjarg" : "none"}, "describe" : {"function" : true, "file" : "describe.js"}, "onExamine" : {"function" : true, "file" : "onExamine.js"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "traitIds": {"type": "array", "items": {}}, "locationId": {"type": "null"}, "properties": {"type": "object", "properties": {"examine": {"type": "object", "properties": {"verb": {"type": "boolean"}, "file": {"type": "string"}, "pattern": {"type": "string"}, "dobjarg": {"type": "string"}, "preparg": {"type": "string"}, "iobjarg": {"type": "string"}}, "required": ["verb", "file", "pattern", "dobjarg", "preparg", "iobjarg"]}, "describe": {"type": "object", "properties": {"function": {"type": "boolean"}, "file": {"type": "string"}}, "required": ["function", "file"]}, "onExamine": {"type": "object", "properties": {"function": {"type": "boolean"}, "file": {"type": "string"}}, "required": ["function", "file"]}}, "required": ["examine", "describe", "onExamine"]}}, "required": ["name", "aliases", "traitIds", "locationId", "properties"], "$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"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tiny-multiplayer-robot", "version" : "1.0.0", "description" : "A serverless Civilization hotseat game syncing client.", "main" : "main.js", "scripts" : {"start" : "electron ."}, "repository" : "https://github.com/electron/electron-quick-start", "keywords" : ["Civilization"], "author" : "Joseph Kilada", "license" : "MIT", "devDependencies" : {"electron" : "^1.4.1"}} | 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"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "databox-type": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "packages": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "purpose": {"type": "string"}, "install": {"type": "string"}, "risks": {"type": "string"}, "benefits": {"type": "string"}, "datastores": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "purpose", "install", "risks", "benefits", "datastores"]}}, "allowed-combinations": {"type": "array", "items": {}}, "datasources": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "name": {"type": "string"}, "clientid": {"type": "string"}, "granularities": {"type": "array", "items": {}}}, "required": ["type", "required", "name", "clientid", "granularities"]}}, "export-whitelist": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}}, "resource-requirements": {"type": "object", "properties": {}, "required": []}}, "required": ["manifest-version", "name", "databox-type", "version", "description", "author", "license", "tags", "homepage", "repository", "packages", "allowed-combinations", "datasources", "export-whitelist", "resource-requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest-version" : 1, "name" : "app-os-monitor", "databox-type" : "app", "version" : "0.3.0", "description" : "An app in golang to plot the output of the os monitor driver.", "author" : "Tosh Brown <Anthony.Brown@nottingham.ac.uk>", "license" : "MIT", "tags" : ["template", "app", "nodejs"], "homepage" : "https://github.com/me-box/app-os-monitor", "repository" : {"type" : "git", "url" : "git+https://github.com/me-box/app-os-monitor"}, "packages" : [{"name" : "OS monitor Plotter", "purpose" : "To visualize your databox load and free memory", "install" : "required", "risks" : "None.", "benefits" : "You can see the data!", "datastores" : ["loadavg1", "loadavg5", "loadavg15", "freemem", "loadavg1Structured", "freememStructured"]}], "allowed-combinations" : [], "datasources" : [{"type" : "loadavg1", "required" : true, "name" : "loadavg1", "clientid" : "loadavg1", "granularities" : []}, {"type" : "loadavg5", "required" : true, "name" : "loadavg5", "clientid" : "loadavg5", "granularities" : []}, {"type" : "loadavg15", "required" : true, "name" : "loadavg15", "clientid" : "loadavg15", "granularities" : []}, {"type" : "freemem", "required" : true, "name" : "freemem", "clientid" : "freemem", "granularities" : []}, {"type" : "loadavg1Structured", "required" : true, "name" : "loadavg1Structured", "clientid" : "loadavg1Structured", "granularities" : []}, {"type" : "freememStructured", "required" : true, "name" : "freememStructured", "clientid" : "freememStructured", "granularities" : []}], "export-whitelist" : [{"url" : "https://export.amar.io/", "description" : "Exports the data to amar.io"}], "resource-requirements" : {}} | json_instruct | {"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "databox-type": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "packages": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "purpose": {"type": "string"}, "install": {"type": "string"}, "risks": {"type": "string"}, "benefits": {"type": "string"}, "datastores": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "purpose", "install", "risks", "benefits", "datastores"]}}, "allowed-combinations": {"type": "array", "items": {}}, "datasources": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "name": {"type": "string"}, "clientid": {"type": "string"}, "granularities": {"type": "array", "items": {}}}, "required": ["type", "required", "name", "clientid", "granularities"]}}, "export-whitelist": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}}, "resource-requirements": {"type": "object", "properties": {}, "required": []}}, "required": ["manifest-version", "name", "databox-type", "version", "description", "author", "license", "tags", "homepage", "repository", "packages", "allowed-combinations", "datasources", "export-whitelist", "resource-requirements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"445780": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["445780"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"445780" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"445780": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["445780"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jsonrpc": {"type": "string"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"result": {"type": "object", "properties": {"context": {"type": "object", "properties": {"slot": {"type": "integer"}}, "required": ["slot"]}, "value": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "executable": {"type": "boolean"}, "lamports": {"type": "integer"}, "owner": {"type": "string"}, "rentEpoch": {"type": "integer"}}, "required": ["data", "executable", "lamports", "owner", "rentEpoch"]}}, "required": ["context", "value"]}, "subscription": {"type": "integer"}}, "required": ["result", "subscription"]}}, "required": ["jsonrpc", "method", "params"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonrpc" : "2.0", "method" : "accountNotification", "params" : {"result" : {"context" : {"slot" : 5199307}, "value" : {"data" : ["11116bv5nS2h3y12kD1yUKeMZvGcKLSjQgX6BeV7u1FrjeJcKfsHPXHRDEHrBesJhZyqnnq9qJeUuF7WHxiuLuL5twc38w2TXNLxnDbjmuR", "base58"], "executable" : false, "lamports" : 33594, "owner" : "11111111111111111111111111111111", "rentEpoch" : 635}}, "subscription" : 23784}} | json_instruct | {"type": "object", "properties": {"jsonrpc": {"type": "string"}, "method": {"type": "string"}, "params": {"type": "object", "properties": {"result": {"type": "object", "properties": {"context": {"type": "object", "properties": {"slot": {"type": "integer"}}, "required": ["slot"]}, "value": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "string"}}, "executable": {"type": "boolean"}, "lamports": {"type": "integer"}, "owner": {"type": "string"}, "rentEpoch": {"type": "integer"}}, "required": ["data", "executable", "lamports", "owner", "rentEpoch"]}}, "required": ["context", "value"]}, "subscription": {"type": "integer"}}, "required": ["result", "subscription"]}}, "required": ["jsonrpc", "method", "params"], "$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": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "THANH-THAO", "frequency" : 3, "males" : "0.0 %", "females" : "100.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}}, "required": ["name", "keywords", "description", "repository", "version", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ArduinoJson", "keywords" : "json, rest, http, web", "description" : "An elegant and efficient JSON library for embedded systems", "repository" : {"type" : "git", "url" : "https://github.com/OS-Q/D120.git"}, "version" : "5.13.5", "frameworks" : "arduino", "platforms" : "*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "frameworks": {"type": "string"}, "platforms": {"type": "string"}}, "required": ["name", "keywords", "description", "repository", "version", "frameworks", "platforms"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x20f7a3ddf244dc9299975b4da1c39f8d5d75f05a", "tool" : "mythril", "start" : 1563464957.533484, "end" : 1563464969.5007691, "duration" : 11.96728515625, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$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": {"type": "string"}}, "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" : "b5d921dd-e3bd-45d1-8d68-cf41d22cd38c", "playerTags" : ["3d293d6c-3a20-43ab-a895-2b7f1f28779f"], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "d9f89a8a-c563-493e-9d64-78e4f9a55d4a"], "gameTags" : ["2fc9e372-ddde-4d32-b132-1d64c307b5cf"], "metadata" : {"play" : 257, "subPlay" : -1}, "created" : "2021-04-15T09:21:32.001Z", "season" : 15, "tournament" : -1, "type" : 7, "day" : 63, "phase" : 4, "category" : 0, "description" : "Yurts Buttercup hit a flyout to Swamuel Mora.\nSlosh Truk tags up and scores!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "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#"} |
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" : "0x68ef06d0d7a5d018666079e30c2c142e105aaea356a769a4c53d514946be917a", "parentHash" : "0x09045ff46d436f2f0623db58df9b9b10bf8227b841b6a269d7b5bf056a1d55dc", "number" : 33107, "timestamp" : 1438701432, "nonce" : "0x2a7f25fa89c1c30f", "difficulty" : 1234721250469, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ngDeps": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "array", "items": {"type": "string"}}, "5": {"type": "boolean"}}, "required": ["1", "2", "5"]}}, "5": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "4": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "4": {"type": "boolean"}}, "required": ["1", "4"]}}}, "required": ["1", "4"]}}, "6": {"type": "string"}}, "required": ["1", "3", "5", "6"]}, "type": {"type": "object", "properties": {"MockViewResolver": {"type": "object", "properties": {"class": {"type": "string"}, "name": {"type": "string"}, "moduleUrl": {"type": "string"}, "prefix": {"type": "null"}, "isHost": {"type": "boolean"}, "value": {"type": "null"}, "diDeps": {"type": "array", "items": {}}}, "required": ["class", "name", "moduleUrl", "prefix", "isHost", "value", "diDeps"]}}, "required": ["MockViewResolver"]}, "alias": {"type": "object", "properties": {}, "required": []}}, "required": ["ngDeps", "type", "alias"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ngDeps" : {"1" : "", "3" : [{"1" : "package:angular2/src/compiler/view_resolver.dart", "2" : ["ViewResolver"], "5" : false}, {"1" : "package:angular2/src/core/di.dart", "2" : ["Injectable"], "5" : false}, {"1" : "package:angular2/src/facade/exceptions.dart", "2" : ["BaseException"], "5" : false}, {"1" : "../core/metadata.dart", "2" : ["View"], "5" : false}], "5" : [{"1" : "MockViewResolver", "4" : [{"1" : "Injectable", "4" : false}]}], "6" : "view_resolver_mock.dart"}, "type" : {"MockViewResolver" : {"class" : "Type", "name" : "MockViewResolver", "moduleUrl" : "asset:angular2/lib/src/mock/view_resolver_mock.dart", "prefix" : null, "isHost" : false, "value" : null, "diDeps" : []}}, "alias" : {}} | json_instruct | {"type": "object", "properties": {"ngDeps": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "array", "items": {"type": "string"}}, "5": {"type": "boolean"}}, "required": ["1", "2", "5"]}}, "5": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "4": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "4": {"type": "boolean"}}, "required": ["1", "4"]}}}, "required": ["1", "4"]}}, "6": {"type": "string"}}, "required": ["1", "3", "5", "6"]}, "type": {"type": "object", "properties": {"MockViewResolver": {"type": "object", "properties": {"class": {"type": "string"}, "name": {"type": "string"}, "moduleUrl": {"type": "string"}, "prefix": {"type": "null"}, "isHost": {"type": "boolean"}, "value": {"type": "null"}, "diDeps": {"type": "array", "items": {}}}, "required": ["class", "name", "moduleUrl", "prefix", "isHost", "value", "diDeps"]}}, "required": ["MockViewResolver"]}, "alias": {"type": "object", "properties": {}, "required": []}}, "required": ["ngDeps", "type", "alias"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 400, "message" : "transaction is rejected: InvalidUpdate - Transaction already in mempool"} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "PowerKW", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 109376, "UUID" : "C703A346-5C8B-465B-BBC1-0B3BBC923DFE", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 1, "UsageCost" : "Free", "AddressInfo" : {"ID" : 109722, "Title" : "Yadkin Valley Heritage & Trails Visitor Center ", "AddressLine1" : "257 Standard Street", "Town" : "Elkin", "StateOrProvince" : "NC", "Postcode" : "28621", "CountryID" : 2, "Latitude" : 36.2427844975411, "Longitude" : -80.851265273819, "ContactTelephone1" : "336-526-1111", "DistanceUnit" : 0}, "Connections" : [{"ID" : 154494, "ConnectionTypeID" : 0, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 20, "PowerKW" : 240, "Quantity" : 1}], "NumberOfPoints" : 1, "GeneralComments" : "Telefonix L2, Low current Level 2 PowerPost EVSE", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-10-21T16:45:00Z", "DataQualityLevel" : 1, "DateCreated" : "2018-10-11T18:53:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "PowerKW": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "PowerKW", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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#"}
| ["crawlshotter", "delta-screen", "duotone-generator", "grunt-pageres", "nodewrite-core-pages", "offline-mailer", "pageres-cli", "repng", "rs.crawlshot", "shots", "vorlon", "website-color-extractor"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "provider": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "phone", "full_time_school", "email", "provider", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Staatliche Regelschule \"Hans Settegast\" Bad K\u00f6stritz", "id" : "TH-21968", "address" : "Werner-Sylten-Str. 14, 07586 Bad K\u00f6stritz", "school_type" : "Regelschule", "legal_status" : 1, "phone" : "036605/2229", "full_time_school" : false, "email" : "rs.bad-koestritz@schulen-greiz.de", "provider" : "Landratsamt Greiz, Staatlicher Schultr\u00e4ger", "programs" : {"programs" : []}, "state" : "TH", "lon" : 12.006822, "lat" : 50.933782} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "provider": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "phone", "full_time_school", "email", "provider", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "KOTAWARINGIN BARAT", "originalFilename" : "TRIYANTO.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 190621, "noUrut" : 1, "nama" : "TRIYANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Sri Lestari M.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 190746, "noUrut" : 2, "nama" : "SRI LESTARI, S.Pd.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "mahfud alpandi.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 190891, "noUrut" : 3, "nama" : "MACHFUD AFANDI, S.I.P.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Rimadhan.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 195335, "noUrut" : 4, "nama" : "RIMADHAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Elly Waty Assan.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 195815, "noUrut" : 5, "nama" : "ELLYWATY ASSAN, S.E.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Ahmad Gapuri.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 196074, "noUrut" : 6, "nama" : "Drs. AKHMAD GAFURI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Syarifah Rofekah.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 196599, "noUrut" : 7, "nama" : "SYARIFAH ROFEKAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Khumaidi.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 197122, "noUrut" : 8, "nama" : "KHUMAIDI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTAWARINGIN BARAT", "originalFilename" : "Budi Surakhmat.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 197308, "noUrut" : 9, "nama" : "BUDI SURAKHMAT, S.E.", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"otodepomApp": {"type": "object", "properties": {"service": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "date": {"type": "string"}, "totalDistance": {"type": "string"}, "paidAmount": {"type": "string"}, "note": {"type": "string"}, "vehicle": {"type": "string"}}, "required": ["home", "created", "updated", "deleted", "delete", "detail", "date", "totalDistance", "paidAmount", "note", "vehicle"]}}, "required": ["service"]}}, "required": ["otodepomApp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"otodepomApp" : {"service" : {"home" : {"title" : "Services", "createLabel" : "Create a new Service", "createOrEditLabel" : "Create or edit a Service"}, "created" : "A new Service is created with identifier {{ param }}", "updated" : "A Service is updated with identifier {{ param }}", "deleted" : "A Service is deleted with identifier {{ param }}", "delete" : {"question" : "Are you sure you want to delete Service {{ id }}?"}, "detail" : {"title" : "Service"}, "date" : "Date", "totalDistance" : "Total Distance", "paidAmount" : "Paid Amount", "note" : "Note", "vehicle" : "Vehicle"}}} | json_instruct | {"type": "object", "properties": {"otodepomApp": {"type": "object", "properties": {"service": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "date": {"type": "string"}, "totalDistance": {"type": "string"}, "paidAmount": {"type": "string"}, "note": {"type": "string"}, "vehicle": {"type": "string"}}, "required": ["home", "created", "updated", "deleted", "delete", "detail", "date", "totalDistance", "paidAmount", "note", "vehicle"]}}, "required": ["service"]}}, "required": ["otodepomApp"], "$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"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"k-o-d-e-n": {"type": "string"}}, "required": ["k-o-d-e-n"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "social_media_url", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PopUpButton", "version" : "1.1", "summary" : "A control for selecting an item from a list.", "description" : "\"A control for selecting an item from a list. In other words, single motion `NSPopUpButton` for iOS.\"", "homepage" : "https://github.com/k-o-d-e-n/PopUpButton", "screenshots" : "https://raw.githubusercontent.com/k-o-d-e-n/PopUpButton/master/Resources/demo.gif", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"k-o-d-e-n" : "koden.u8800@gmail.com"}, "source" : {"git" : "https://github.com/k-o-d-e-n/PopUpButton.git", "tag" : "1.1"}, "social_media_url" : "https://twitter.com/K_o_D_e_N", "platforms" : {"ios" : "11.0"}, "source_files" : "Sources/PopUpButton/**/*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"k-o-d-e-n": {"type": "string"}}, "required": ["k-o-d-e-n"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "screenshots", "license", "authors", "source", "social_media_url", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 5207021004, "parent" : 5207021, "name" : "MANTUN", "latitude" : null, "longitude" : null, "postal" : [84459], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$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.