input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"all": {"type": "boolean"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["all", "include", "exclude"], "$schema": "http://...
{"all" : true, "include" : ["src/**/*"], "exclude" : ["src/extensions/**/*"]}
json_instruct
{"type": "object", "properties": {"all": {"type": "boolean"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["all", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"mit\u00b7ti\u1e21\u00b7ra\u1e6f": {"type": "object", "properties": {"psa.39.10|3": {"type": "array", "items": {"type": "string"}}}, "required"...
{"pos" : "n", "translits" : {"mit\u00b7ti\u1e21\u00b7ra\u1e6f" : {"psa.39.10|3" : ["Your plague", "by the blow", "of Your hand"]}}, "meanings" : {"blow" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"mit\u00b7ti\u1e21\u00b7ra\u1e6f": {"type": "object", "properties": {"psa.39.10|3": {"type": "array", "items": {"type": "string"}}}, "required": ["psa.39.10|3"]}}, "required": ["mit\u00b7ti\u1e21\u00b7ra\u1e6f"]}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"iron-elements": {"type": "string"}, "neon-elements": {"type": "string"}, "page": {"type": "string"}, "pape...
{"name" : "polymer-starter-kit", "private" : true, "dependencies" : {"iron-elements" : "PolymerElements/iron-elements#^1.0.0", "neon-elements" : "PolymerElements/neon-elements#^1.0.0", "page" : "visionmedia/page.js#~1.6.4", "paper-elements" : "PolymerElements/paper-elements#^1.0.1", "platinum-elements" : "PolymerElemen...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"iron-elements": {"type": "string"}, "neon-elements": {"type": "string"}, "page": {"type": "string"}, "paper-elements": {"type": "string"}, "platinum-elements": {"type": "strin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type...
{"\u5de5\u5ee0\u540d\u7a31" : "\u5df4\u62ff\u99ac\u5546\u9ece\u963f\u8fea\u570b\u969b\u80a1\u4efd\u6709\u9650\u516c\u53f8\u53f0\u7063\u5206\u516c\u53f8\u897f\u5c6f\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99670041", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07810000294620", "\u5de5\u5ee0\u5730\u574...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [718.559, 233.073, 0.921124, 712.852, 332.996, 0.864988, 636.18, 327.233, 0.791651, 565.625, 221.151, 0.849177, 509.727, 77.0803, 0.897921, 792.21, 333.119, 0.741586, 857.03, 221.203, 0.923682, 886.343, 79.9347, 0.912258, 712.7, 662.782, 0.688043,...
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": {}}, ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "re...
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "1403152001", "id_kecamatan" : "140315", "name" : "Tasikserai"}, {"id" : "1403152002", "id_kecamatan" : "140315", "name" : "Tasikserai Barat"}, {"id" : "1403152003", "id_kecamatan" : "140315", "name" : "Kualapenaso"}, {"id" : "1403152004", "...
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": ...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-93.038981, 41.683663], [-93.038763, 41.709941], [-93.029079, 41.709979], [-93.02907, 41.717189], [-93.017656, 41.717196], [-93.015682, 41.716545], [-93.01452, 41.714823], [-93.014152, 41.691937], [-93.009901, 41.688591],...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"apiConfigs": {"type": "array", "items": {"type": "object", "properties": {"clusterName": {"type": "string"}, "segmentId": {"type": "integer"}, "mode": {"type": "string"}, "scheme": {"type": "string"}, "ipAddr...
{"apiConfigs" : [{"clusterName" : "kubernetes", "segmentId" : 1, "mode" : "NORMAL", "scheme" : "HTTPS", "ipAddress" : "10.134.34.223", "port" : 6443, "token" : "token", "caCertData" : "caCertData", "clientCertData" : "clientCertData", "clientKeyData" : "clientKeyData", "hostNodesInfo" : [{"hostIp" : "192.168.10.10", "n...
json_instruct
{"type": "object", "properties": {"apiConfigs": {"type": "array", "items": {"type": "object", "properties": {"clusterName": {"type": "string"}, "segmentId": {"type": "integer"}, "mode": {"type": "string"}, "scheme": {"type": "string"}, "ipAddress": {"type": "string"}, "port": {"type": "integer"}, "token": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert...
{"contract" : "0xadaa8c29ab35c5bf74af37aa799904c7b283f11d", "tool" : "oyente", "start" : 1563687795.136328, "end" : 1563687811.2981312, "duration" : 16.161803245544434, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0xadaa8c29ab35c5bf74af37aa799904c7b283f11d.sol", "name" : "CON0217", "evm_code_coverage" : "6...
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": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Anna Hornung": {"type": "string"}}, "required": ...
{"name" : "PatchApiSDK", "version" : "1.0", "summary" : "Patch api sdk. This sdk geve you a lot of endpoints for working with carpool tools.", "homepage" : "https://github.com/IvanovDeveloper/PatchApiSDK-Podspec-Test", "authors" : {"Anna Hornung" : "patch.anna.hornung@gmail.com"}, "license" : {"type" : "MIT", "file" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Anna Hornung": {"type": "string"}}, "required": ["Anna Hornung"]}, "license": {"type": "object", "properties": {"type"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, ...
{"categories" : ["Programming", "Testing"], "desc" : "\n", "details" : {"authors" : "Andy Hunt, Matt Hargett", "format" : "pdf", "isbn-10" : "0977616673", "isbn-13" : "978-0977616671", "pages" : "239 pages", "publication date" : "September 9, 2007", "publisher" : "Pragmatic Bookshelf", "size" : "1.50Mb"}, "img" : "http...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Generate sample JSON data that conforms to the following 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": "s...
[{"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "4 X 6 BIRU.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 150632, "noUrut" : 1, "nama" : "NOVY REGGIE MANOPPO, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Photo.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" ...
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", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts"...
{"userId" : 89246, "cartId" : "318f9aeb-7411-41fb-8268-3a9296b93557", "preferredProducts" : [], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}, "title": {"type": "string"}, "uiStateJSON": {"type": "strin...
{"description" : "", "kibanaSavedObjectMeta" : {"searchSourceJSON" : "{\"filter\": [], \"index\": \"[template]_lobster_stats\", \"query\": {\"query_string\": {\"analyze_wildcard\": true, \"query\": \"*\"}}}"}, "title" : "[template] Worker deaths vs. time", "uiStateJSON" : "{}", "version" : 1, "visState" : "{\"aggs\": [...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}, "title": {"type": "string"}, "uiStateJSON": {"type": "string"}, "version": {"type": "integer"}, "visState": {"type":...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/d...
{"towns" : [{"name" : "Loerbeek", "url" : "loerbeek"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$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": {}, "required": []}, "author": {"type": "string"}, "license":...
{"name" : "aspnet-tailwind", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {}, "author" : "", "license" : "ISC", "devDependencies" : {"webpack" : "^5.11.0", "webpack-cli" : "^4.2.0"}, "dependencies" : {"@tailwindcss/typography" : "^0.3.1", "autoprefixer" : "^10.1.0", "css-loader" : "^5.0.1",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"O": {"type": "object", "properties": {"item": {"type": "string"}}, "required": [...
{"type" : "minecraft:crafting_shaped", "pattern" : [" W ", "OXO", " W "], "key" : {"O" : {"item" : "minecraft:leather"}, "W" : {"item" : "minecraft:iron_ingot"}, "X" : {"item" : "minecraft:gunpowder"}}, "result" : {"item" : "wzry:bojiquantao", "count" : 1}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"O": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "W": {"type": "object", "properties": {"item": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["royal-thing"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}...
{"name" : "exam-questions", "version" : "1.0.0", "description" : "Asks random questions from the given files until you give the correct answer to all of them", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Attila Bagossy", "license" : "MIT", "dependencies" : {"chal...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type...
{"listIndex" : 406.17665682256757, "_guid" : "006002c8-446d-4200-b1f1-df9aa91a4fe2", "customId" : null, "uiElement" : {"keyFactors" : [], "editableContents" : [], "variants" : [], "contents" : [], "timestamp" : [], "components" : [], "accessPoints" : []}, "line" : "Receiving rain forecasts", "url" : "", "typeRef" : "b7...
json_instruct
{"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "cont...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"localPath": {"type": "string"}, "repositoryType": {"type": "string"}, "uri": {"type": "string"}}, "required": ["localPath", "repositoryType", "uri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localPath" : "app/typings", "repositoryType" : "1", "uri" : "https://github.com/Diullei/tsd/raw/master/deploy/repository.json"}
json_instruct
{"type": "object", "properties": {"localPath": {"type": "string"}, "repositoryType": {"type": "string"}, "uri": {"type": "string"}}, "required": ["localPath", "repositoryType", "uri"], "$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"}, "version": {"type": "string"}, "libre_office_ver": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "namespace": {"type": "string"}, "parser_args": {"type":...
{"id" : "uno-ooo-parser", "version" : "0.2.7", "libre_office_ver" : "7.3", "name" : "SAXDocumentBuilderState", "type" : "enum", "namespace" : "com.sun.star.xml.dom", "parser_args" : {"sort" : true}, "writer_args" : {"include_desc" : true}, "data" : {"name" : "SAXDocumentBuilderState", "namespace" : "com.sun.star.xml.do...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "libre_office_ver": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "namespace": {"type": "string"}, "parser_args": {"type": "object", "properties": {"sort": {"type": "boolean"}}, "required": ["sort"]}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"typ...
{"user" : "Edouard DUPIN", "value" : "3", "type" : "hand", "time" : 1470843430963318016, "data" : [{"type" : "type::finger", "list" : [[422.275665, 547.62207], [417.764832, 547.621887], [415.597656, 547.6203], [430.229156, 549.45166], [448.760773, 550.515808], [471.210754, 550.385193], [492.628967, 546.593628], [505.51...
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "activationHooks": {"type": "array", "items": {...
{"name" : "function-line", "main" : "./index", "version" : "0.0.0", "description" : "Add a line (a decorated marker) over a function definition", "keywords" : ["line", "function", "functions", "method", "methods", "separator", "color"], "activationHooks" : ["language-javascript:grammar-used", "language-typescript:gramm...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "activationHooks": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "li...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "s...
{"name" : "Konrad-Adenauer-Schule", "id" : "HE-3389-0", "official_id" : "3389", "address" : "Mainzer Stra\u00dfe 8, 64646 Heppenheim (Bergstra\u00dfe)", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06252/982038", "state" : "HE", "phone" : "06252/71795", "full_time_school" : false, "lon"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "GoogleApiProxy"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"ty...
{"station" : [{"pref_cd" : 27, "line_cd" : 32001, "line_name" : "\u5357\u6d77\u672c\u7dda", "station_cd" : 3200104, "station_g_cd" : 3200104, "station_name" : "\u5cb8\u91cc\u7389\u51fa", "lon" : 135.494388, "lat" : 34.628291}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"db_host": {"type": "string"}, "db_port": {"type": "integer"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}}, "required": ["db_host", "db_port", "db_user", "db_pass", "d...
{"db_host" : "127.0.0.1", "db_port" : 3306, "db_user" : "your name", "db_pass" : "your pass", "db_name" : "dingo"}
json_instruct
{"type": "object", "properties": {"db_host": {"type": "string"}, "db_port": {"type": "integer"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}}, "required": ["db_host", "db_port", "db_user", "db_pass", "db_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"startTime": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "gear": {"type": "string"}, "rpm": {"type": "integer"}, "speed": {"type": "integer"}...
{"startTime" : "2019-01-01T09:01:00+03:00", "data" : [{"time" : "2019-01-01T09:01:00.011+03:00", "gear" : "1", "rpm" : 10895, "speed" : 0}, {"time" : "2019-01-01T09:01:00.053+03:00", "gear" : "1", "rpm" : 11012, "speed" : 0}, {"time" : "2019-01-01T09:01:00.586+03:00", "gear" : "1", "rpm" : 10930, "speed" : 0}, {"time" ...
json_instruct
{"type": "object", "properties": {"startTime": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "gear": {"type": "string"}, "rpm": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["time", "gear", "rpm", "speed"]}}}, "required": ["startT...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"properties": {"type": "array", "items": {"ty...
{"bomFormat" : "CycloneDX", "specVersion" : "1.4", "serialNumber" : "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", "version" : 1, "metadata" : {"properties" : [{"name" : "Foo", "value" : "Bar"}, {"name" : "Foo", "value" : "You"}, {"name" : "Foo", "value" : "Two"}, {"name" : "Bar", "value" : "Foo"}]}, "components" : [...
json_instruct
{"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"_comment": {"type": "string"}, "vm_name": {"type": "string"}, "cpus": {"type": "string"}, "disk_size": {"type": "string"}, "http_directory": {"type": "string"}, "iso_checksum": {"type": "string"}, "iso_checksum_type...
{"_comment" : "Build with `packer build -var-file=centos76-zola.json centos-zola.json", "vm_name" : "zola-dev-76-vbox6.0.12-20190911", "cpus" : "1", "disk_size" : "100000", "http_directory" : "kickstart/centos7", "iso_checksum" : "6d44331cc4f6c506c7bbe9feb8468fad6c51a88ca1393ca6b8b486ea04bec3c1", "iso_checksum_type" : ...
json_instruct
{"type": "object", "properties": {"_comment": {"type": "string"}, "vm_name": {"type": "string"}, "cpus": {"type": "string"}, "disk_size": {"type": "string"}, "http_directory": {"type": "string"}, "iso_checksum": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "iso_name": {"type": "string"}, "iso_url": {"ty...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"...
{"h" : [{"d" : [{"f" : "\u5a36\u59bb\u7684\uff0c\u6709\u5bb6\u5ba4\u7684\u3002"}, {"e" : ["\ufff9`Cifafahiay~ `to~ `kora~ `kapah~.\ufffa\ufffb\u90a3\u4f4d\u5e74\u8f15\u4eba\u5df2\u7d93\u7d50\u5a5a\u4e86\u3002"], "f" : "\u6307\u5a36\u59bb\u3001\u6709\u5bb6\u5ba4\u7684\u4eba\u3002"}]}], "stem" : "fafahi", "t" : "cifafahi...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"],...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Atauro": {"type": "string"}, "Dili": {"type": "string"}}, "required": ["Atauro", "Dili"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Atauro" : "AUT", "Dili" : "DIL"}
json_instruct
{"type": "object", "properties": {"Atauro": {"type": "string"}, "Dili": {"type": "string"}}, "required": ["Atauro", "Dili"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "it...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.543013, 39.29376], [-81.540991, 39.293211], [-81.539471, 39.293875], [-81.534263, 39.299909], [-81.534189, 39.301701], [-81.531468, 39.30314], [-81.526123, 39.3026], [-81.524934, 39.298812], [-81.504616, 39.301969], [...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStr...
{"Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*", "ConnectionStrings" : {"DefaultConnection" : "{ConnectionStrings:DefaultConnection}"}, "Authentication" : {"Secret" : "{UserSecret}"}, "IpRateLimiting" : {"EnableEndpointRateLimiting" : true, "StackBlockedRequests" : false, "RealIpHeader" : "X-R...
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection...
Based on the schema below, produce a valid JSON object: {"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...
[{"date" : "2022-04-02", "total" : 2977, "delta" : 2, "version" : "0.1"}, {"date" : "2022-04-08", "total" : 2992, "delta" : 15, "version" : "0.1"}, {"date" : "2022-04-10", "total" : 2997, "delta" : 5, "version" : "0.1"}, {"date" : "2022-04-12", "total" : 3001, "delta" : 4, "version" : "0.1"}, {"date" : "2022-04-13", "t...
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "doc_path": {"type": "string"}, "repo": {"type": "string"}}, "required": ["name", "doc_path", "repo"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"name" : "chaosaws", "doc_path" : "../sources/drivers/aws.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-aws"}, {"name" : "chaosk8s", "doc_path" : "../sources/drivers/kubernetes.md", "repo" : "https://github.com/chaostoolkit/chaostoolkit-kubernetes"}, {"name" : "chaosgce", "doc_path" : "../sour...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "doc_path": {"type": "string"}, "repo": {"type": "string"}}, "required": ["name", "doc_path", "repo"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type...
{"ast" : null, "code" : "import { speedCodes } from \"../../../SignworksJSON\"; //newCode is the mutcd.code that is being checked\n// signs - an array of signs on the signpost each sign should have a\n// property called MUTCD that has the info from the sign catalog\n\nexport function MutcdDuplicate(newCode, signs) {\n...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"publications": {"type": "array", "items": {"type": "object", "properties": {"eventType": {"type": "string"}, "description": {"type": "string"}, "eventTTL": {"type": "integer"}, "signed": {"type": "boolean"}}, "requi...
{"publications" : [{"eventType" : "ITEM_CHECKED_OUT", "description" : "Item was checked out", "eventTTL" : 1, "signed" : false}, {"eventType" : "ITEM_CHECKED_IN", "description" : "Item was checked in", "eventTTL" : 1, "signed" : false}, {"eventType" : "ITEM_DECLARED_LOST", "description" : "Item has been declared lost",...
json_instruct
{"type": "object", "properties": {"publications": {"type": "array", "items": {"type": "object", "properties": {"eventType": {"type": "string"}, "description": {"type": "string"}, "eventTTL": {"type": "integer"}, "signed": {"type": "boolean"}}, "required": ["eventType", "description", "eventTTL", "signed"]}}, "subscript...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 14500, "cartId" : "444263d9-8add-48c4-b0e9-51b61d8c01b4", "preferredProducts" : [442, 4976, 3467, 4581, 2180, 2484, 3414, 806, 4128], "productReviews" : [{"productId" : 1740, "reviewText" : "My peacock loves to play with it.", "reviewDate" : "2019-09-17T15:53:53.7117532+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"}, "reviewD...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pagetriage-filter-ns-all": {"type": "string"}, "pagetriage-more": {"type": "string"}, "pag...
{"@metadata" : {"authors" : ["\u0db4\u0dc3\u0dd2\u0db3\u0dd4 \u0d9a\u0dcf\u0dc0\u0dd2\u0db1\u0dca\u0daf"]}, "pagetriage-filter-ns-all" : "An t-ioml\u00e1n", "pagetriage-more" : "N\u00edos m\u00f3", "pagetriage-filter-stat-all" : "An t-ioml\u00e1n", "pagetriage-tags-param-date-label" : "D\u00e1ta:", "pagetriage-tags-par...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pagetriage-filter-ns-all": {"type": "string"}, "pagetriage-more": {"type": "string"}, "pagetriage-filter-stat-all": {"type": "string"}, "pagetriage-tags...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required...
{"title" : "Queenscript", "siteUrl" : "https://queenscript.netlify.com/", "description" : "Queenscript is an open diary of code", "home" : {"title" : "Hi! I'm Queen(script)", "description" : "I am a full stack engineer with a passion for front-end web technologies, frameworks, and libraries including vanilla Javascript...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["title", "siteUrl", "descriptio...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND TO KEEP THEM TO THAT IDEA IN OUR USE OF THEM:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9089.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3319060001", "district_id" : "3319060", "name" : "SADANG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"package": {"type": "string"}, "gallery-publish": {"type": "string"}, "clean": {"type": "string"}, "compile": {"type": "string"}, "install-task-lib": {"type": "stri...
{"scripts" : {"package" : "npm run clean && npm run compile && tfx extension create --rev-version", "gallery-publish" : "tfx extension publish --rev-version", "clean" : "rimraf ./*.vsix", "compile" : "tsc -p .", "install-task-lib" : "cd GetRevision && npm install --save-dev"}, "devDependencies" : {"@types/node" : "^...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"package": {"type": "string"}, "gallery-publish": {"type": "string"}, "clean": {"type": "string"}, "compile": {"type": "string"}, "install-task-lib": {"type": "string"}}, "required": ["package", "gallery-publish", "clean", "compile", "instal...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MICHAEL JOEL", "frequency" : 33, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}...
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "extendedslabs:vertical_podzol_slab"}], "result" : {"item" : "extendedslabs:podzol_slab"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredient...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "slides": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "slides"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Grigori Fursin", "slides" : ["7382acbb6b0b64d2", "9a4de89400e0ff21"]}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "slides": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "slides"], "$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"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"check-types...
{"name" : "@unocha/hpc-api-core", "version" : "2.0.0", "description" : "Core libraries supporting HPC.Tools API Backend", "license" : "Apache-2.0", "private" : false, "scripts" : {"check-types" : "tsc --noEmit", "prepare" : "husky install", "lint-prettier" : "prettier -c .", "lint-eslint" : "eslint --quiet .", "lint" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"check-types": {"type": "string"}, "prepare": {"type": "string"}, "lint-prettier": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "_img": {"type": "string"}, "_other img": {"type": "string"}, "layout": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "adi": {"type": "object", "prope...
{"name" : "Garmin G1000", "_img" : "https://en.wikipedia.org/wiki/Primary_flight_display#/media/File:PFD.png", "_other img" : "https://www.aopa.org/-/media/Images/AOPA-Main/News-and-Media/2017/January/0103_kingair_g1000_nxi_03.jpg", "layout" : {"width" : 854, "height" : 657, "adi" : {"pivotX" : 386, "pivotY" : 245, "de...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "_img": {"type": "string"}, "_other img": {"type": "string"}, "layout": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "adi": {"type": "object", "properties": {"pivotX": {"type": "integer"}, "pivotY": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"...
{"countries" : [], "topics" : ["IPCC Governance", "UNFCCC and Kyoto Protocol Functioning"], "section_title" : "IPCC Decision", "enb_start_date" : "11-Oct-10", "enb_short_title" : "IPCC 32", "subtype" : "", "actors" : [], "sentences" : ["In its decision, the IPCC: noted the IAC Review recommendations limiting the terms ...
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "compressium:block/granite_5"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "ecd3ef1f5faf407db3ff"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schem...
[{"name" : "SAHEJPREET", "frequency" : 1, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "...
{"title" : "Learning to Match using Local and Distributed Representations of Text for Web Search.", "fields" : ["body text", "ranking", "web page", "latent semantic analysis"], "abstract" : "Models such as latent semantic analysis and those based on neural embeddings learn distributed representations of text, and match...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ...
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"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"typ...
{"citations" : [{"textCitation" : "[See coe1mul2lem1 on Metamath](http://us.metamath.org/mpegif/coe1mul2lem1.html)"}], "names" : ["coe1mul2lem1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cn0", "#T_wa", "#T_cX", "#T_wcel", "#T_cn0", "#T_cmap", "#T_c1o", "#T_wi", "#T_cX", "#T_cofr", "#T_c...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"guides": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "ext...
{"guides" : [{"title" : "Setting Up Your Project", "type" : "Guide", "icon" : "ai", "link" : "https://medium.com/denali-design/getting-started-with-components-icons-in-denali-b694945a7dc9", "image" : "/images/splash/guides-getting-started.png", "external" : true}, {"title" : "UI Kits + HTML starter templates", "type" :...
json_instruct
{"type": "object", "properties": {"guides": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "external": {"type": "boolean"}}, "required": ["title", "type", "icon", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"exclude": {"type": "string"}, "excludeNotExported": {"type": "boolean"}, "mode": {"type": "string"}, "out": {"type": "string"}}, "required": ["exclude", "excludeNotExported", "mode", "out"], "$schema": "http://jso...
{"exclude" : "**/__tests__/**", "excludeNotExported" : true, "mode" : "file", "out" : "docs"}
json_instruct
{"type": "object", "properties": {"exclude": {"type": "string"}, "excludeNotExported": {"type": "boolean"}, "mode": {"type": "string"}, "out": {"type": "string"}}, "required": ["exclude", "excludeNotExported", "mode", "out"], "$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": "o...
{"hash" : "0x787fbcc8ad3e03f07d7ec41615fe786e4de86722a0b8c336818cb49715dc5ef7", "parentHash" : "0x9c7859c40ff1b5d4866920af46d2993f951806f25207d84665ecbf382e7fdef5", "number" : 64682, "timestamp" : 1439224755, "nonce" : "0x41316587e4cd5e7d", "difficulty" : 1885753225304, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"categoryNameForTemporaryClasses": {"type": "string"}, "className": {"type": "string"}, "createClass": {"type": "st...
{"class" : {}, "instance" : {"categoryNameForTemporaryClasses" : "lm 6/6/2021 16:06", "className" : "b 8/5/2021 15:10", "createClass" : "b 8/5/2021 15:10", "deleteCategory" : "b 8/5/2021 15:05", "deleteClass" : "b 8/5/2021 15:10", "existsInResults:" : "b 8/5/2021 15:06", "setUp" : "b 8/5/2021 15:09", "tearDown" : "OH 6...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"categoryNameForTemporaryClasses": {"type": "string"}, "className": {"type": "string"}, "createClass": {"type": "string"}, "deleteCategory": {"type": "string"}, "deleteClass": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "num...
{"artist_id" : "ARLIIW01187FB5C9E3", "artist_latitude" : 51.45238, "artist_location" : "Reading", "artist_longitude" : -0.99603, "artist_name" : "Pete And The Pirates", "duration" : 191.4771, "num_songs" : 1, "song_id" : "SOBFFRY12A8C1377FA", "title" : "Bright Lights", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD...
{"Time" : "2021-07-19T12:00:00Z", "Temp" : 40.1, "RelHum" : 30, "WindSpeed" : 6.9, "WindDir" : 323}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3183736", "date" : "2020-12-25T15:36:17+00:00", "user" : "rajat", "post" : "\n<div class=\"Message userContent\">\n<p>cPanel Hosting offers 75% off</p>\n<p>150 GB SSD Disk Space<br>\n10TB Monthly Transfer<br>\nUnlimited Databases<br>\nHost Unlimited Domains<br>\nFree SSL Certificates<br>\nNo CloudLinux Powered...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"asGVariant": {"type": "string"}}, "required": ["asGVariant"]}}, "required": ["class", "instance"], "$schema...
{"class" : {}, "instance" : {"asGVariant" : "JulienDelplanque 6/3/2016 12:51"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"asGVariant": {"type": "string"}}, "required": ["asGVariant"]}}, "required": ["class", "instance"], "$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": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org...
[{"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "prize": {"type": "string"}, "value": {"type": "integer"}}, "required": ["firstname", "lastname", "prize", "value"], "$schema": "http://json-schem...
{"firstname" : "Drake", "lastname" : "Mallard", "prize" : "yoyo", "value" : 100}
json_instruct
{"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "prize": {"type": "string"}, "value": {"type": "integer"}}, "required": ["firstname", "lastname", "prize", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3403041002", "district_id" : "3403041", "name" : "KEMIRI"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.or...
{"symbol" : "TING", "name" : "Tingles", "decimals" : 4, "address" : "0xd1b183f425f7e6a0c83ab1cd84cfde2d84ba049d"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "strin...
{"name" : "vis-course-peer-eval", "version" : "1.0.0", "main" : "index.js", "author" : "Chanwut Kittivorawong <chanwutk@gmail.com>", "license" : "MIT", "scripts" : {"start" : "rm -rf dist && parcel index.html", "build" : "rm -rf build && parcel build index.html --out-dir build"}, "devDependencies" : {"parcel-bundler" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {...
{"localities" : ["Moores Prairie, IL", "Belle Rive, IL"], "state" : "IL", "postal_code" : "62810", "locality" : "Belle Rive, IL", "lat" : 38.201276, "region" : {"fips" : "17", "abbr" : "IL", "name" : "Illinois"}, "city" : "Belle Rive", "type" : "STANDARD", "lng" : -88.752318, "counties" : [{"fips" : "065", "name" : "Ha...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 27014, "cartId" : "98e4c7bc-86ec-4aae-a710-61ca3982d5fa", "preferredProducts" : [1638, 4950, 4257, 1912, 2875, 154, 1404], "productReviews" : [{"productId" : 2427, "reviewText" : "I tried to shatter it but got potato all over it.", "reviewDate" : "2017-12-05T11:48:41.2551296+02:00"}, {"productId" : 3803, "r...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "it...
{"id" : "a8fec022f04e0b1931e55598df13387f", "name" : "Steuerfreie Einnahmen gemeinn\u00fctziger Vereine aus Verm\u00f6gensverwaltung", "type" : "Ertrag", "code" : "4000", "sort-code" : 4000, "description" : "Sonstige ertragsteuerfreie Einnahmen gemeinn\u00fctziger Vereine (gV)", "categories" : ["4000-4399 EINNAHMEN GV"...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "leaf": {"type": "boolean"}, "hierarchicalCat...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title":...
[{"e_id" : "13158", "title" : "\u6e05\u653f\u5e9c\u4e0e\u82f1\u56fd\u7b7e\u8ba2\u300a\u4e2d\u82f1\u5317\u4eac\u6761\u7ea6\u300b", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728161\u5e74\u524d\u7684\u4eca\u5929\uff0c1860\u5e7410\u670824\u65e5(\u519c\u53861860\u5e749\u670811\u65e5)\uff0c\u6e05\u653f\u5e9c\u4e0e\u82f1\u56f...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"...
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"}, "start": {"type": "string"}, "buil...
{"name" : "dojo-escape-game", "version" : "1.0.0", "description" : "Le dojo escape game de Theodo", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "parcel src/index.html --out-dir build/", "build" : "parcel build src/index.html --out-dir dist/ --no-source-maps --publ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "lint:format": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "obj...
{"id" : "1cbc5d4a-20c6-4c44-8f27-a9ccb6a40471", "playerTags" : ["8ba7e1ff-4c6d-4963-8e0f-7096d14f4b12"], "teamTags" : [], "gameTags" : ["3d0b39f9-2a12-4087-bb9f-cafc4fee8390"], "metadata" : {"mod" : "INHABITING", "play" : 341, "type" : 0, "parent" : "ad5521a4-bca4-44c8-b91c-22dcea21d448", "subPlay" : 0}, "created" : "2...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "int...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["simple-facebook", "socialconnect"]
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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 63611, "cartId" : "6573478c-24b8-4a73-a97c-a65ef0187dd3", "preferredProducts" : [588, 2758, 503, 1202, 3210, 1080, 2368], "productReviews" : [{"productId" : 1729, "reviewText" : "i use it hardly when i'm in my prison.", "reviewDate" : "2020-04-04T20:21:23.8377562+03:00"}, {"productId" : 4107, "reviewText" :...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sequential": {"type": "boolean"}, "examples": {"type": "array", "items": {"type": "string"}}}, "required": ["sequential", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sequential" : false, "examples" : ["Function literals with receiver", "String and map builders", "The function apply", "Html builders", "Builders how it works"]}
json_instruct
{"type": "object", "properties": {"sequential": {"type": "boolean"}, "examples": {"type": "array", "items": {"type": "string"}}}, "required": ["sequential", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"...
{"artist_id" : "ARK1PEX119B8668B7E", "artist_latitude" : 59.46148, "artist_location" : "Russian Federation", "artist_longitude" : 108.83178, "artist_name" : "FRONT", "duration" : 412.00281, "num_songs" : 1, "song_id" : "SOMJGGY12AB0188ED6", "title" : "Atlantic Shelf", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "ti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://jso...
{"index" : 864, "redacted" : false, "hash" : 205162625, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"/drpapi/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "cha...
{"/drpapi/*" : {"target" : "http://13.58.142.13:3000", "secure" : false, "logLevel" : "debug", "changeOrigin" : true}}
json_instruct
{"type": "object", "properties": {"/drpapi/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/drpapi/*"], "$schema": "http:...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"*": {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"]}}, "required": ["*"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"*" : {"*" : ["dateutil"]}}
json_instruct
{"type": "object", "properties": {"*": {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"]}}, "required": ["*"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"subscriptionId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "l...
{"type" : "object", "properties" : {"subscriptionId" : {"required" : true, "type" : "string"}, "locationId" : {"required" : true, "type" : "string"}, "requestBody" : {"description" : "The exposure control request.", "properties" : {"featureName" : {"description" : "The feature name.", "type" : "string"}, "featureType" ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"subscriptionId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "locationId": {"type": "object", "properties": {"required": {...
The schema below describes a JSON structure. Generate a valid example: {"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...
[{"package" : "perl-gtdbtk", "downloads" : 6000, "count" : 5184}]
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": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schem...
{"id" : "http://data.doremus.org/performance/c24fc2ef-90cb-3642-9734-c55e1e7abc9b", "expression" : [{"id" : "http://data.doremus.org/expression/5b1639c3-f637-3b41-a7e0-e28b11d041d0"}, {"id" : "http://data.doremus.org/expression/8fb7ef0b-459a-382a-9bda-35b0cf6202b9"}, {"id" : "http://data.doremus.org/expression/4347ff83...
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-qqfx-463r-gfwq", "modified" : "2022-05-13T01:47:25Z", "published" : "2022-05-13T01:47:25Z", "aliases" : ["CVE-2017-8274"], "details" : "In Android before security patch level 2018-04-05 on Qualcomm Snapdragon Mobile and Snapdragon Wear MDM9206, MDM9607, MSM8909W, SD 210/SD 212/...
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": {"type": "object", "properti...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404397115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8c0fe51e9afb6d5f601e99fda2efc4c4", "wof:id" : 404397115, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.48530908220209, 47.18508983796524, -1.44047935381266, 47.241671179915...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "u...
{"authors" : [{"author" : "Gerhard Behre"}, {"author" : "Sebastian Theurich"}, {"author" : "Maximilian Christopeit"}, {"author" : "Thomas Weber"}], "doi" : "10.4076/1752-1947-3-6164", "publication_date" : "2009-10-16", "id" : "EN118340", "url" : "https://pubmed.ncbi.nlm.nih.gov/19830097", "source" : "Journal of medical...
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"onopen-bookmark": {"type": "string"}, "last-load-timestamp": {"type": "string"}}, "required": ["onopen-bookmark", "last-load-timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"onopen-bookmark" : "55e3300c-f34f-4d89-888c-b642f189ee85", "last-load-timestamp" : "QmLPjA"}
json_instruct
{"type": "object", "properties": {"onopen-bookmark": {"type": "string"}, "last-load-timestamp": {"type": "string"}}, "required": ["onopen-bookmark", "last-load-timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"source_device": {"type": "string"}, "target_device": {"type": "string"}, "sync_entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "...
{"source_device" : "device1", "target_device" : "device2", "sync_entries" : [{"name" : "demo", "source" : "home/rahul/PythonProjects/in/", "target" : "home/rahul/PythonProjects/out/", "filter_regex" : [".*.jpg$"]}]}
json_instruct
{"type": "object", "properties": {"source_device": {"type": "string"}, "target_device": {"type": "string"}, "sync_entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}, "filter_regex": {"type": "array", "items": {"ty...
Create an example JSON object that satisfies this schema: {"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-0...
{"id" : "http://data.doremus.org/performance/defcd94c-cb3f-3e8d-823e-1aa8218a8083", "expression" : [{"id" : "http://data.doremus.org/expression/d86dfe1f-331c-34af-b997-37e2ccc94f04"}, {"id" : "http://data.doremus.org/expression/181f9bbd-6d21-3199-a8eb-1a2b424c1f92"}, {"id" : "http://data.doremus.org/expression/29a193f7...
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "i...
{"author" : {"id" : "t2_nc1e9", "name" : "wizardoftrash"}, "date" : {"day" : 1519257600, "full" : 1519319589, "month" : 1517443200, "week" : 1518912000}, "id" : "t3_7zgho9", "picture" : {"filesize" : 144007, "fullUrl" : "https://external-preview.redd.it/BJYu6upvEu_PHzL5taBTsO_rU_bnfmE0To2q9iA64kE.jpg?auto=webp&s=fbd45d...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"...
{"id" : "KEAN0", "name" : {"en" : "Wheatland / Chugcreek"}, "country" : "US", "region" : "WY", "identifiers" : {"icao" : "KEAN", "usaf" : "720684"}, "location" : {"latitude" : 42.0555, "longitude" : -104.9286, "elevation" : 1456}, "timezone" : "America/Denver"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "re...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "3316130001", "district_id" : "3316130", "name" : "NGAPUS"}, {"id" : "3316130002", "district_id" : "3316130", "name" : "KROCOK"}, {"id" : "3316130004", "district_id" : "3316130", "name" : "HARJOWINANGUN"}, {"id" : "3316130005", "district_id" : "3316130", "name" : "BEGANJING"}, {"id" : "3316130006", "district_i...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"ty...
{"name" : "@rdm/scss-base", "version" : "1.0.0", "description" : "A growing collection of my favorite SCSS tricks.", "main" : "_scss-base.scss", "keywords" : ["scss", "mixins"], "author" : "Ryan Murphy", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/rdmurphy/scss-base"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "propertie...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"jobName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "poolId": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "inputData": {...
{"jobName" : {"value" : "ffmpeg-wav-to-mp3"}, "poolId" : {"value" : "ffmpeg-wav-to-mp3"}, "inputData" : {"value" : "ffmpeg-wav"}, "wavFile" : {"value" : "ffmpeg.wav"}, "outputs" : {"value" : "runnertest-output"}, "dedicatedVmCount" : {"value" : "1"}, "vmSize" : {"value" : "Standard_D2_v2"}}
json_instruct
{"type": "object", "properties": {"jobName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "poolId": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "inputData": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required...
[{"postal_code" : "63195", "place_name" : "La Joya", "place_type" : "Fraccionamiento", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Las Islas", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.4776975, "width" : 0.09239042, "ymin" : 0.54805744, "height" : 0.16424973}, "relativeKeypoints" : [{"y" : 0.5877353, "x" : 0.56394273}, {"y" : 0.63794166, "x" : 0.48468816}, {"y" : 0.67333686, "x" : 0.5003686}, {"y" : 0.6959309, "x" : 0.51850426}, {"y" : 0.709624, ...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "stream-jacul__DROPS__cracked-bill", "type" : "DROPS", "start" : "stream-jacul", "end" : "cracked-bill"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "8101052001", "district_id" : "8101052", "name" : "KILON"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}