input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "attributes": {"type": "object", "properties": {"title": {"type": "string"}, "owner": {"type": "string"}, "city": {"type...
{"data" : {"type" : "rentals", "id" : "grand-old-mansion", "attributes" : {"title" : "Grand Old Mansion", "owner" : "Veruca Salt", "city" : "San Francisco", "location" : {"lat" : 37.7749, "lng" : -122.4194}, "category" : "Estate", "bedrooms" : 15, "image" : "https://upload.wikimedia.org/wikipedia/commons/c/cb/Crane_est...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "attributes": {"type": "object", "properties": {"title": {"type": "string"}, "owner": {"type": "string"}, "city": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"t...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"...
{"name" : "macfja/injection-factory", "description" : "Dependency Injection through factory", "minimum-stability" : "dev", "license" : "MIT", "authors" : [{"name" : "MacFJA"}], "require" : {}, "require-dev" : {"phpunit/phpunit" : "4.8.*@dev"}, "autoload" : {"psr-4" : {"MacFJA\\InjectionFactory\\" : "lib/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "require": {"type": "objec...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2000, 9], [2002, 6], [2004, 6], [2005, 6], [2006, 8], [2007, 10], [2008, 15], [2009, 18], [2010, 16], [2011, 16], [2012, 21], [2013, 23], [2014, 33]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["path", "displayName"]}}, "dependencies": {"type": "object", "prop...
{"samples" : [{"path" : "Samples~/ReSize", "displayName" : "ReSize"}, {"path" : "Samples~/Rotation", "displayName" : "Rotation"}], "dependencies" : {}, "keyword" : ["gl"], "author" : {"url" : "https://github.com/bluebackblue/UpmGl", "name" : "BlueBack"}, "discription" : "\uff27\uff2c\u64cd\u4f5c", "unity" : "2020.1", "...
json_instruct
{"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["path", "displayName"]}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "keyword": {"type": "array", "items": {"t...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "propert...
{"id" : "1907447", "name" : "\u5c0f\u7c73\u6709\u54c1", "font_family" : "iconfont", "css_prefix_text" : "icon-", "description" : "", "glyphs" : [{"icon_id" : "9885888", "name" : "\u624b\u673a", "font_class" : "shouji", "unicode" : "e620", "unicode_decimal" : 58912}, {"icon_id" : "402163", "name" : "\u5fae\u4fe1", "font...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "font_family": {"type": "string"}, "css_prefix_text": {"type": "string"}, "description": {"type": "string"}, "glyphs": {"type": "array", "items": {"type": "object", "properties": {"icon_id": {"type": "string"}, "name": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",...
{"contract" : "0x29c0342edaccebe519803cc2b1aabe016b222bba", "tool" : "oyente", "start" : 1563272430.3711157, "end" : 1563272435.8849602, "duration" : 5.5138444900512695, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, ...
{"family" : "Yrsa", "variants" : ["300", "regular", "500", "600", "700"], "subsets" : ["latin", "latin-ext"], "version" : "v6", "lastModified" : "2020-09-02", "files" : {"300" : "http://fonts.gstatic.com/s/yrsa/v6/wlpxgwnQFlxs3af93IQ73W5OcCk.ttf", "500" : "http://fonts.gstatic.com/s/yrsa/v6/wlpxgwnQFlxs3f_83IQ73W5OcCk....
json_instruct
{"type": "object", "properties": {"family": {"type": "string"}, "variants": {"type": "array", "items": {"type": "string"}}, "subsets": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "lastModified": {"type": "string"}, "files": {"type": "object", "properties": {"300": {"type": "string"}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"__identifier": {"type": "string"}, "__value": {"type": "string"}, "__type": {"type": "string"}, "defUid": {"type": "integer"}}, "required": ["__identifier", "__value", "__type", "defUid"], "$schema": "http://json-s...
{"__identifier" : "string", "__value" : "thatStringThing", "__type" : "String", "defUid" : 76}
json_instruct
{"type": "object", "properties": {"__identifier": {"type": "string"}, "__value": {"type": "string"}, "__type": {"type": "string"}, "defUid": {"type": "integer"}}, "required": ["__identifier", "__value", "__type", "defUid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje...
{"hash" : "0x02a7d3df825edd218ffd17abd2c8fbdfd93c7a760c6a5dd7c632bea15cb00472", "parentHash" : "0x89f8134449989ece1e08f3429a4a0a95895db0da3fe98f221b775cba52996dc8", "number" : 50047, "timestamp" : 1438983166, "nonce" : "0x06d4e45f4b6e1b1a", "difficulty" : 1503874227222, "gasLimit" : {"_hex" : "0x4cb90"}, "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"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-...
{"main.css" : "static/css/main.d1583d53.css", "main.css.map" : "static/css/main.d1583d53.css.map", "main.js" : "static/js/main.a453cac5.js", "main.js.map" : "static/js/main.a453cac5.js.map"}
json_instruct
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"946797203885": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fNa...
{"946797203885" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfa2hvYWxhLmh0bWwtYW5hbHl0aWNzLTk0Njc5NzIwMzc1Mg==.json"}, "946797204090" : {"type" : "st"}, "946797204091" :...
json_instruct
{"type": "object", "properties": {"946797203885": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946797204090": {"type": "object", "properties": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licenseURL": {"type...
{"name" : "Global Healthsites Mapping Project", "description" : "Healthsites is an innovative Global initiative improving Global baseline health facility data by using OpenStreetMap as the data store.", "website" : "https://healthsites.io/", "license" : [{"spdx" : "BSD-3-Clause", "licenseURL" : "https://github.com/heal...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licenseURL": {"type": "string"}}, "required": ["spdx", "licenseURL"]}}, "SDGs": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"ty...
{"citations" : [{"textCitation" : "[See dvdsrcl on Metamath](http://us.metamath.org/mpegif/dvdsrcl.html)"}], "names" : ["dvdsrcl"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cB", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cR", "#T_c.pa", "#T_wceq", "#T_cdsr", "#T_cfv", "#T_cR", "#T_cX", "#T_c.pa", "#T_cY", "#T_wi", ...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "modern.css": {"type": "string"}, "modern.js": {"type": "string"}, "skinname-modern": {"typ...
{"@metadata" : {"authors" : ["Arifin.wijaya", "Bennylin", "Iwan Novirion"]}, "modern.css" : "/* CSS yang ada di sini akan diterapkan pada kulit Modern. */", "modern.js" : "/* Semua JavaScript di sini akan dimuatkan untuk para pengguna yang menggunakan kulit Modern */", "skinname-modern" : "Modern", "modern-desc" : "Tem...
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "modern.css": {"type": "string"}, "modern.js": {"type": "string"}, "skinname-modern": {"type": "string"}, "modern-desc": {"type": "string"}}, "required":...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "stri...
[{"oq" : "0", "q" : "23300", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1596819600000, "wptn" : "5", "z" : "171.55"}, {"oq" : "0", "q" : "2780", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1596819600000, "wptn" : "5", "z" : "176.3"}, {"oq" : "0", "q" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]...
{"latest_version" : ["0.1.2dev"], "meta" : {"description" : "Xapian base full text indexing for couchdb", "homepage" : "http://ish.io"}, "versions" : {"0.1.1dev" : {"sha256" : "f8bbcc06acc1f62388c0ec0181aa31abe6e5349b9bf37a68886e0f9bec7b95b3", "url" : "https://files.pythonhosted.org/packages/8a/bb/bddef8230f2b23622a760...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1.1dev": {"type": "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event...
{"upper_left_x" : 22.05044183243779, "upper_left_y" : 0, "bottom_right_x" : 1246.6980574493673, "bottom_right_y" : 1728.4154020964695, "time" : 1480179753546, "is_final" : false, "event_type" : "movement", "op_order" : 31, "id" : 31}
json_instruct
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"info": {"type": "object", "properties": {"schema": {"type": "string"}, "_postman_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["schema", "_postman_id", "name"]}, "item": {"type": "array",...
{"info" : {"schema" : "https://schema.getpostman.com/json/collection/v2.0.0/collection.json", "_postman_id" : "a686707b-2884-4af3-9364-fa6cfddc9f81", "name" : "smart-doc 2020-07-29 12:17:55"}, "item" : [{"name" : "\u672a\u8bbe\u7f6e\u63a5\u53e3\u540d\u79f0", "item" : [{"name" : "\u672a\u8bbe\u7f6e\u63a5\u53e3\u540d\...
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"schema": {"type": "string"}, "_postman_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["schema", "_postman_id", "name"]}, "item": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "item...
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" : "a-basic-website-template", "version" : "1.0.0", "description" : "", "main" : "servers.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/jasonac1994/a-basic-website-template.git"}, "author" : "Jason Clay", "license" : "MI...
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": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "strin...
{"schema_version" : "1.2.0", "id" : "GHSA-xqxc-r4xh-rx35", "modified" : "2022-05-01T17:55:55Z", "published" : "2022-05-01T17:55:55Z", "aliases" : ["CVE-2007-1669"], "details" : "zoo decoder 2.10 (zoo-2.10), as used in multiple products including (1) Barracuda Spam Firewall 3.4 and later with virusdef before 2.0.6399, (...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
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", "prop...
{"contract" : "0x5ce8e61f28f5948de4913bcaada90039481f1f53", "tool" : "osiris", "start" : 1564586159.3890522, "end" : 1564586171.9461462, "duration" : 12.557094097137451, "analysis" : [{"errors" : [], "file" : "/unique_chucks/7/0x5ce8e61f28f5948de4913bcaada90039481f1f53.sol", "name" : "BasicToken"}, {"errors" : [], "fil...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"devserver": {"type": "string"}, "buildfiles": {"type": "string"}, "testserv...
{"name" : "sixstarts-backend", "version" : "1.0.0", "license" : "MIT", "scripts" : {"devserver" : "ts-node-dev --respawn --transpileOnly src/index.ts", "buildfiles" : "yarn tsc", "testserver" : "node dist/index"}, "devDependencies" : {"@prisma/cli" : "2.0.0-beta.8", "@types/cors" : "^2.8.6", "@types/express" : "^4.17.6...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"devserver": {"type": "string"}, "buildfiles": {"type": "string"}, "testserver": {"type": "string"}}, "required": ["devserver", "buildfiles", "testserv...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "ite...
{"directions" : ["Heat 1 1/2 tablespoons of olive oil in a saucepan over medium heat. Stir in the orzo pasta; cook and stir until the orzo has lightly browned, 3 to 4 minutes. Stir in the onion, and cook until the onion begins to soften, about 3 minutes. Add 1 clove of garlic; cook until fragrant, about 30 seconds. Pou...
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"}}, "r...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type":...
{"manifest_version" : 2, "name" : "Skroutz common stores", "description" : "Chrome extension that finds all the common stores for the products you want on Skroutz.", "version" : "0.0.1", "browser_action" : {"default_icon" : "icon.png"}, "content_scripts" : [{"matches" : ["http://www.skroutz.gr/*", "https://www.skroutz....
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "content_scripts": {"type": "ar...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": ...
{"t" : "kakarkaren", "h" : [{"d" : [{"f" : "\u8981\u6316\u3001\u6398\uff0c\u8981\u6316\u3001\u6398\u7684\uff08\u6ce5\u571f\u7b49\uff09\u3002", "e" : ["\ufff9`Ka~`karkaren~ `ko~ `tefon~.\ufffa\ufffb\u8981\u6316\u4e95\u3002"]}]}], "stem" : "karkar", "tag" : "[\u758a 2]"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requir...
{"index" : 10311, "hash" : 3988648779, "artDyeHash" : 3988648779, "redacted" : false, "dyeManifestHash" : 298431819, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}...
{"directions" : ["Toss the watermelon chunks and mint together in a large bowl. Pour the lemon juice over the watermelon and toss again to coat evenly. Refrigerate 30 minutes before serving."], "ingredients" : ["1 watermelon, cut into bite-sized chunks", "4 sprigs fresh mint leaves, minced", "1/2 lemon, juiced"], "lang...
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"}}, "r...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ps" : 3064, "xbox" : 1726}
json_instruct
{"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$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": {"id": {"type": "integer"}, "armylvlimit": {"type": "integer"}, "cost": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["id", "armylvlimit",...
[{"id" : 1006, "armylvlimit" : 20, "cost" : [[1, 3000000], [22017, 2000]]}, {"id" : 1011, "armylvlimit" : 20, "cost" : [[1, 3000000], [22017, 2000]]}, {"id" : 1017, "armylvlimit" : 20, "cost" : [[1, 30000], [22016, 1000]]}, {"id" : 1029, "armylvlimit" : 20, "cost" : [[1, 30000], [22016, 1000]]}, {"id" : 1032, "armylvli...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "armylvlimit": {"type": "integer"}, "cost": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["id", "armylvlimit", "cost"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contato": {"type": "boolean"}}, "required": ["pages/contato"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "d5646e28555d28906ace", "c" : {"pages/contato" : false}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/contato": {"type": "boolean"}}, "required": ["pages/contato"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": ...
{"coord" : {"lon" : 10.5, "lat" : 51.5}, "weather" : [{"id" : 800, "main" : "Clear", "description" : "clear sky", "icon" : "01d"}], "base" : "stations", "main" : {"temp" : 10.09, "feels_like" : 8.38, "temp_min" : 9.71, "temp_max" : 12.49, "pressure" : 1034, "humidity" : 47, "sea_level" : 1034, "grnd_level" : 997}, "vis...
json_instruct
{"type": "object", "properties": {"coord": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "weather": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "main": {"type": "string"}, "description": {"type": "string"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract...
{"contract" : "0x2636e24d8c1c820ee786aa16df2085f852b677f5", "tool" : "solhint", "start" : 1563659438.76293, "end" : 1563659442.7474766, "duration" : 3.984546661376953, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "huntersbell", "hour" : "01", "avg" : 1.6054054054054054}, {"subreddit" : "huntersbell", "hour" : "02", "avg" : 1.3681318681318682}, {"subreddit" : "huntersbell", "hour" : "03", "avg" : 1.474025974025974}, {"subreddit" : "huntersbell", "hour" : "04", "avg" : 1.6305732484076434}, {"subreddit" : "huntersb...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[892.0, 1784.0, 2676.0, 3568.0, 4460.0, 5352.0, 6244.0, 7136.0, 8028.0, 8920.0, 9812.0, 10704.0, 11596.0, 12488.0, 13380.0, 14272.0, 15164.0, 16056.0, 16948.0, 17840.0, 18732.0, 19624.0, 20516.0, 21408.0, 22300.0, 23192.0, 24084.0, 24976.0, 25868.0, 26760.0, 27652.0, 28544.0, 29436.0, 30328.0, 31220.0, 32112.0, 33004....
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$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"}, "username": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "username", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "17841406338772941", "username" : "ikroskun", "name" : "LiuKun"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "username": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "username", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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", "...
{"localities" : ["Red Oak, IA"], "state" : "IA", "postal_code" : "51566", "locality" : "Red Oak, IA", "lat" : 41.016459, "region" : {"fips" : "19", "abbr" : "IA", "name" : "Iowa"}, "city" : "Red Oak", "type" : "STANDARD", "lng" : -95.230901, "counties" : [{"fips" : "137", "name" : "Montgomery County"}, {"fips" : "145",...
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": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}...
{"id" : "c645d2a9-f7a8-4546-b48d-7d98f91d79d5", "name" : "Preston Davis", "img" : "", "links" : {"website" : "http://www.prestondavis.io", "linkedin" : "https://www.linkedin.com/in/preston-davis-016211139/", "github" : "https://www.github.com/premdav"}, "jobTitle" : "Full Stack Web Developer", "location" : {"city" : "O...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "img": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "github"]}, "jobTitle": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "strin...
{"t" : "sapitayong", "h" : [{"d" : [{"f" : "\uff08\u7bc0\u65e5\u671f\u9593\uff09\u6bba\u8c6c\u7684\u7528\u5177\u3002", "e" : ["\ufff9`Sapi~`ta~`yong~ `a~ `f~u`n~u`s~.\ufffa\ufffb\u6bba\u8c6c\u5200\u3002"]}]}], "stem" : "tayong"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle...
{"name" : "adamb/google-fonts", "description" : "Get a list of Google Fonts and search by type or weight", "type" : "library", "require" : {"guzzlehttp/guzzle" : "^7.0"}, "require-dev" : {"phpunit/phpunit" : "^9.0"}, "license" : "MIT", "authors" : [{"name" : "Adam Binnersley", "email" : "abinnersley@gmail.com"}], "auto...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}}, "required": ["guzzlehttp/guzzle"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type":...
{"resourceType" : "CodeSystem", "id" : "CareConnect-RegistrationStatus-1", "url" : "https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-RegistrationStatus-1", "version" : "1.0.0", "name" : "Care Connect Registration Status", "status" : "draft", "date" : "2017-08-01T00:00:00+00:00", "publisher" : "HL7 UK", "description"...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "description": {"type": "string"}, "copyright":...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}...
{"name" : "vibrant", "main" : "dist/Vibrant.js", "authors" : ["Jari Zwarts <jarizw@gmail.com>"], "description" : "Get color variations from an image. Basically a JS port of Android's Palette", "moduleType" : ["amd"], "keywords" : ["color", "detection", "variation", "image", "picture", "canvas", "vibrant", "muted", "col...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2...
{"text" : {"0" : {"m1" : "* \u0647\u0627\u0646 \u06a9\u0648\u0632\u0647\u200c\u06af\u0631\u0627 \u0628\u067e\u0627\u06cc \u0627\u06af\u0631 \u0647\u0634\u06cc\u0627\u0631\u06cc\u060c", "m2" : "\u062a\u0627 \u0686\u0646\u062f \u06a9\u0646\u06cc \u0628\u0631 \u06af\u0650\u0644 \u0645\u0631\u062f\u0645 \u062e\u0648\u0627\...
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360104008001", "\u516b\u5927\u5c71\u4eba\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360104008002", "\u5cb1\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360104008005", "\u8fce\u5bbe\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360104008006", "\u68a8\u56ed\u5357\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"/api": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}}, "required": ["target", "secure"]}, "/media": {"type": "object", "properties": {"target": {"type": "string"}, "s...
{"/api" : {"target" : "http://localhost:3000/", "secure" : false}, "/media" : {"target" : "http://localhost:3000/", "secure" : false}, "/favicon.ico" : {"target" : "http://localhost:3000/", "secure" : false}}
json_instruct
{"type": "object", "properties": {"/api": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}}, "required": ["target", "secure"]}, "/media": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}}, "required": ["target", "secure"]}, "/favi...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_...
{"derivation" : "from G4862 (\u03c3\u03c5\u03bc\u03c0\u03c1\u03b5\u03c3\u03b2\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2) and G4245 (\u03c3\u03c5\u03bc\u03c0\u03c1\u03b5\u03c3\u03b2\u03cd\u03c4\u03b5\u03c1\u03bf\u03c2);", "kjv_def" : "presbyter, also an elder", "lemma" : "\u03c3\u03c5\u03bc\u03c0\u03c1\u03b5\u03c3\u03b2\u03cd...
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "absolutePathRegex": {"type": "string"}, "prev": {"type": "object", "properties": {"fileAbsolutePath": {"type": "string"}, "fields": {"type": "object"...
{"pageContext" : {"slug" : "/stained-doors", "absolutePathRegex" : "/^/Users/Home/Desktop/Code/painting-portfolio/content/projects/doors/", "prev" : {"fileAbsolutePath" : "/Users/Home/Desktop/Code/painting-portfolio/content/projects/fernwood-exterior/index.mdx", "fields" : {"slug" : "/fernwood-exterior"}, "frontmatter"...
json_instruct
{"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"slug": {"type": "string"}, "absolutePathRegex": {"type": "string"}, "prev": {"type": "object", "properties": {"fileAbsolutePath": {"type": "string"}, "fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": [...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object...
{"name" : "webpack-loader-starter", "version" : "1.0.0", "description" : "A starting point for creating Webpack loaders based on the tutorial from the Webpack site", "keywords" : ["webpack", "loader", "starter", "boilerplate", "template", "scaffold"], "main" : "./dist/loader.js", "scripts" : {"build" : "./node_modules/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "st...
{"contract" : "0xfe938786117fdb7f11a77877c40c6ea8bfa0c818", "tool" : "securify", "start" : 1563586224.4884021, "end" : 1563586228.711429, "duration" : 4.223026990890503, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"description": {"type": "string"}, "start_date": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["description", "start_date", "title", "url"], "$schema": "http://json-sc...
{"description" : "SciPy 2016, the 15th annual Scientific Computing with Python conference, will be held July 11-17, 2016 in Austin, Texas. The annual SciPy Conference brings together over 650 participants from industry, academia, and government to showcase their latest projects, learn from skilled users and developers,...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "start_date": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["description", "start_date", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"temperature": {"type": "array", "items": {"type": "integer"}}, "util.gpu": {"type": "array", "items": {"type": "integer"}}, "util.memory": {"type": "array", "items": {"type": "integer"}}, "power.draw": {"type": "arra...
{"temperature" : [43, 43, 43, 43, 43], "util.gpu" : [0, 0, 1, 1, 35], "util.memory" : [0, 0, 0, 0, 0], "power.draw" : [58.419, 58.574, 58.778, 61.25, 66.537], "memory.used" : [16384000, 16384000, 144048128, 144048128, 144048128], "timestamp" : [1629480668609.673, 1629480668697.9712, 1629480668798.074, 1629480668897.982...
json_instruct
{"type": "object", "properties": {"temperature": {"type": "array", "items": {"type": "integer"}}, "util.gpu": {"type": "array", "items": {"type": "integer"}}, "util.memory": {"type": "array", "items": {"type": "integer"}}, "power.draw": {"type": "array", "items": {"type": "number"}}, "memory.used": {"type": "array", "i...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1990, 6], [1999, 5], [2002, 5], [2005, 5], [2006, 11], [2009, 6], [2010, 8], [2012, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"and": {"type": "string"}, "between": {"type": "string"}, "click-to-start-recording": {"type": "string"}, "click-to-stop-recording": {"type": "string"}, "enter": {"type": "string"}, "enter-text": {"type": "string"}, "integer": ...
{"and" : "e", "between" : "tra", "click-to-start-recording" : "Cliccare per avviare la registrazione", "click-to-stop-recording" : "Cliccare per interrompere la registrazione", "enter" : "Entra in", "enter-text" : "Inserire il testo...", "integer" : "intero", "larger-or-equal-to" : "pi\u00f9 grande o uguale a", "number...
json_instruct
{"type": "object", "properties": {"and": {"type": "string"}, "between": {"type": "string"}, "click-to-start-recording": {"type": "string"}, "click-to-stop-recording": {"type": "string"}, "enter": {"type": "string"}, "enter-text": {"type": "string"}, "integer": {"type": "string"}, "larger-or-equal-to": {"type": "string"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "acabed5500d7ad74b60c01d736b4d2ca3f16108a"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"source": {"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "path"]}}, "required": ["source"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"source" : {"type" : "local", "path" : "/Users/slikk66/.plugman/cache/org.apache.cordova.media/0.2.15/package"}}
json_instruct
{"type": "object", "properties": {"source": {"type": "object", "properties": {"type": {"type": "string"}, "path": {"type": "string"}}, "required": ["type", "path"]}}, "required": ["source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "s...
{"timestamp" : "2020-10-11T09:10:27Z", "data" : [{"data_type" : "pm10", "value" : "0.20", "max" : "1.00", "min" : "0.00", "sd" : "0.41"}, {"data_type" : "pm2.5", "value" : "0.20", "max" : "1.00", "min" : "0.00", "sd" : "0.41"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"da...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["450222102001", "\u592a\u5e73\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["450222102201", "\u592a\u5e73\u6751\u59d4\u4f1a", "122", "0"], ["450222102202", "\u9f99\u5174\u6751\u59d4\u4f1a", "220", "0"], ["450222102203", "\u4e0a\u706b\u6751\u59d4\u4f1a", "220", "0"], ["450222102204", "\u957f\u5cad\u6751\u59d4\u4f1a", ...
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": {"title": {"type": "string"}, "allowanonymous": {"type": "boolean"}, "allowedgroups": {"type": "array", "items": {"type": "string"}}, "apis": {"type": "object", "properties": {"loglist": {"type": "object", "prope...
{"title" : "General", "allowanonymous" : false, "allowedgroups" : ["public"], "apis" : {"loglist" : {"allowanonymous" : false}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "allowanonymous": {"type": "boolean"}, "allowedgroups": {"type": "array", "items": {"type": "string"}}, "apis": {"type": "object", "properties": {"loglist": {"type": "object", "properties": {"allowanonymous": {"type": "boolean"}}, "required": ["allowanonymo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_to": {"type": "string"}, "pre_inst...
{"version" : "6.1.9", "description" : ".NET debugger and assembly editor", "homepage" : "https://github.com/dnSpyEx/dnSpy", "license" : "GPL-3.0-only", "url" : "https://github.com/dnSpyEx/dnSpy/releases/download/v6.1.9/dnSpy-net-win64.zip", "hash" : "8c01e7fd5c1684cd52dbee6c18d267990f2c1d2f3cfd23d037ea324508ce8e12", "e...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_to": {"type": "string"}, "pre_install": {"type": "array", "items": {"type": "string"}}, "bin"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"esModuleInterop": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "outDir": {"type": "strin...
{"compileOnSave" : true, "compilerOptions" : {"esModuleInterop" : true, "lib" : ["esnext", "dom"], "outDir" : "types", "declaration" : true}, "include" : ["src/**/*"], "exclude" : ["node_modules", "**/*.test.ts"]}
json_instruct
{"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"esModuleInterop": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "outDir": {"type": "string"}, "declaration": {"type": "boolean"}}, "required": ["esModuleInterop", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type":...
{"id" : 10018, "title" : ["[High Plains, Cliff's Edge]"], "description" : ["The plain ends just to the south at the edge of a deep ravine, where the wind blows wispy tendrils of mist past the sudden border of the grass to disperse over the rocks far below. The dark forms of huge birds circle overhead, casting drifting...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10017"...
Based on the schema below, produce a valid JSON object: {"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": ...
{"_id" : "55ee5e446d09a8750b4403e6", "index" : 788, "guid" : "49923b0a-a6d4-4a5a-bfdf-58247b631713", "isActive" : true, "balance" : "$63,550.93", "picture" : "http://placehold.it/32x32", "age" : 66, "eyeColor" : "brown", "name" : "Ryan Farrell", "gender" : "male", "company" : "HALAP", "email" : "ryanfarrell@halap.com",...
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":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, ...
{"name" : "generator-react-native-cross-platform", "version" : "0.8.6", "license" : "ISC", "author" : {"name" : "Tim Behrsin", "email" : "tim@behrsin.com"}, "files" : ["generators"], "keywords" : ["yeoman-generator"], "dependencies" : {"gulp-rename" : "^1.2.2", "yeoman-generator" : "^1.1.1"}, "gitHead" : "72e39381a6c9d...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "files": {"type": "array", "items": {"type": "string"}}, "keyw...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, ...
[{"manufacturer" : "beafon", "market_name" : "M6s", "codename" : "M6s", "model" : "M6s"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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": "integer"}, ...
{"author" : {"id" : "t2_4faew", "name" : "Hogwing"}, "date" : {"day" : 1585353600, "full" : 1585409119, "month" : 1583020800, "week" : 1584835200}, "id" : "t3_fqm6mm", "picture" : {"filesize" : 161018, "fullUrl" : "https://external-preview.redd.it/5uJEmpxq_EsY1V8j2eFUQKm8K13n1Bi_2nCC_T7Af-w.jpg?auto=webp&s=9691b343ea14...
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["610528001001", "\u8f66\u7ad9\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["610528001002", "\u671b\u6e56\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["610528001003", "\u5b9d\u5854\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["610528001004", "\u6e2d\u5316\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["610528001005"...
json_instruct
{"type": "array", "items": {"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": {"browser": {"type": "object", "properties": {"./foo.js": {"type": "string"}, "./nested/foo.js": {"type": "string"}}, "required": ["./foo.js", "./nested/foo.js"]}}, "required": ["browser"], "$schema": "http://json-s...
{"browser" : {"./foo.js" : "./foo-browser.js", "./nested/foo.js" : "./nested/foo-browser.js"}}
json_instruct
{"type": "object", "properties": {"browser": {"type": "object", "properties": {"./foo.js": {"type": "string"}, "./nested/foo.js": {"type": "string"}}, "required": ["./foo.js", "./nested/foo.js"]}}, "required": ["browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "enablement_condition_base": {"type": "string"}, "enablement_condition_use": {"type": "string"}, "enablement_condition_1": {"type": "string"}, "_class": {"type": "string"}, "_classVer": {"type": "st...
{"id" : "654031c0-62b4-11e6-a333-3141fb1fa606", "enablement_condition_base" : "2", "enablement_condition_use" : "", "enablement_condition_1" : "", "_class" : "enablement@develop-and-test", "_classVer" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "enablement_condition_base": {"type": "string"}, "enablement_condition_use": {"type": "string"}, "enablement_condition_1": {"type": "string"}, "_class": {"type": "string"}, "_classVer": {"type": "string"}}, "required": ["id", "enablement_condition_base", "enab...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakaml...
{"oid" : "3zfnntjd0ist4900", "hafta" : 808, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "29/01/2018", "cekilisTuru" : "ON_NUMARA", "rakamlar" : "56#39#51#22#33#77#80#61#63#60#03#32#72#37#30#02#29#38#75#20#57#18", "rakamlarNumaraSirasi" : "02 - 03 - 18 - 20 - 22 - 29 - 30 - 32 - 33 - 37 - 38 - 39 - 51 - 56 - 57 - 6...
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "flourisher", "definition" : "One who flourishes."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "requir...
{"id" : 65214, "node" : [{"id" : 65214, "name" : "\u5211\u4e8b110\u30ad\u30ed", "image" : "//lain.bgm.tv/pic/cover/m/ec/bf/65214_4Cd01.jpg", "date" : "2013-04-25"}, {"id" : 102456, "name" : "\u5211\u4e8b110\u30ad\u30ed2", "image" : "//lain.bgm.tv/pic/cover/m/9f/0a/102456_Dc9cF.jpg", "date" : "2014-04-17"}], "relate" : ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "i...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"gpk": {"type": "string"}}, "required": ["gpk"]}, "sc...
{"name" : "gpk", "version" : "1.0.0", "description" : "A decentralized and secure package manager.", "main" : "./lib/package.js", "bin" : {"gpk" : "./bin/gpk"}, "scripts" : {"test" : "node ./vendor/bmocha/bin/bmocha --reporter spec test/**/*-test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bra...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"gpk": {"type": "string"}}, "required": ["gpk"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}},...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "...
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.62581635, "y" : 0.32586798}, {"x" : 0.82336015, "y" : 0.32586798}, {"x" : 0.82336015, "y" : 0.7553085}, {"x" : 0.62581635, "y" : 0.7553085}], "score" : 0.5347566}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ...
{"id" : 4009, "title" : ["[Aegenis General Store]"], "description" : ["Torches cast flickering light across the stone walls of this cavernous shop. The high walls terminate in a vaulted roof high above, fashioned of thick wooden timber. Various pieces of metalwork hang suspended from the beams above. A long wooden c...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"186": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", ...
{"name" : "snesi/mpwarfwk-app", "description" : "Example app for David's MPWAR Framework", "authors" : [{"name" : "David G. Shannon", "email" : "gooster.snesi@gmail.com"}], "license" : "Apache-2.0", "keywords" : [], "homepage" : "https://github.com/Snesi/mpwarfwk-standard-edition", "type" : "project", "repositories" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "keywords": {"type": "array",...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"<page title>": {"type": "string"}, "agc": {"type": "string"}, "audio input": {"type": "string"}, "awb": {"type": "string"}, "bc": {"type": "string"}, "builtin lens": {"type": "string"}, "consumption": {"type": "strin...
{"<page title>" : "Hd-sdi Dome Camera 1080p With 3.0mp Sony Cmos Image Sensor - Buy Sdi Dome Camera,Dome Camera,Camera 1080p Product on Alibaba.com", "agc" : "Auto, High/Middle/Low", "audio input" : "Built-in MIC/Extermal input", "awb" : "Push(default)/Auto", "bc" : "Auto", "builtin lens" : "4-12mm, F1.4 zoom lens", "c...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "agc": {"type": "string"}, "audio input": {"type": "string"}, "awb": {"type": "string"}, "bc": {"type": "string"}, "builtin lens": {"type": "string"}, "consumption": {"type": "string"}, "control mount": {"type": "string"}, "daynight": {"type": "strin...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"got": {"type": "string"}}, "required": [...
{"name" : "imgur-up", "version" : "2.0.1", "main" : "api.js", "license" : "MIT", "dependencies" : {"got" : "^7.0.0"}, "devDependencies" : {"eslint" : "^4.0.0"}, "scripts" : {"test" : "eslint *.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"got": {"type": "string"}}, "required": ["got"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"...
{"name" : "fildes-extra", "version" : "0.6.0", "description" : "Extends fildes promises with rm -rf, cp -r and mkdir -p", "main" : "lib/main.js", "scripts" : {"test" : "tape test/test.js | tap-spec", "coverage" : "istanbul cover test/test.js | tap-spec"}, "repository" : {"type" : "git", "url" : "git+https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "repository": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}...
[{"namaKab" : "KOTA BANDAR LAMPUNG", "originalFilename" : "KARWANTI.jpg", "namaPartai" : "PARTAI BERKARYA", "id" : 60446, "noUrut" : 1, "nama" : "KARWANTI, S.Pd. M.Pd.", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BANDAR LAMPUNG", "originalFilename" : "FOTO Ir. Hj. NURHASANAH.jpg", "namaPartai" : "PARTAI BE...
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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "henrietta cloth", "definition" : "A fine wide wooled fabric much used for women's dresses."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "taeper", "downloads" : 3400, "count" : 3054}]
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "tmScope": {"type": "string"}, "aceMode": {"type": "string"}, "languageId": {"type": "integer"}}, "required":...
{"name" : "DNS Zone", "type" : "data", "extensions" : [".zone", ".arpa"], "tmScope" : "text.zone_file", "aceMode" : "text", "languageId" : 84}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "extensions": {"type": "array", "items": {"type": "string"}}, "tmScope": {"type": "string"}, "aceMode": {"type": "string"}, "languageId": {"type": "integer"}}, "required": ["name", "type", "extensions", "tmScope", "aceMode", "lang...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"curSeq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "maxSeq": ...
{"title" : "agentInfo", "type" : "object", "properties" : {"curSeq" : {"type" : "integer"}, "maxSeq" : {"type" : "integer"}, "state" : {"type" : "string"}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"curSeq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "maxSeq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da...
{"id" : 10736, "citation_title" : "The Social Costs of Gun Ownership", "citation_author" : ["Phillip J. Cook", "Jens Ludwig"], "citation_publication_date" : "2004-09-06", "issue_date" : "2004-09-06", "revision_date" : "None", "topics" : ["Public Economics", "Taxation", "Health, Education, and Welfare", "Health"], "prog...
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...
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" : "3519060007", "district_id" : "3519060", "name" : "CERMO"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"modules": {"type": "object", "properties": {"acquire": {"type": "object", "properties": {"timeout_sec": {"type": "integer"}}, "required": ["timeout_sec"]}}, "required": ["acquire"]}}, "required": ["modules"], "$schema": "ht...
{"modules" : {"acquire" : {"timeout_sec" : 120}}}
json_instruct
{"type": "object", "properties": {"modules": {"type": "object", "properties": {"acquire": {"type": "object", "properties": {"timeout_sec": {"type": "integer"}}, "required": ["timeout_sec"]}}, "required": ["acquire"]}}, "required": ["modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"single_source": {"type": "object", "properties": {"kind": {"type": "string"}, "url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["kind", "url", "sha1"]}, "username": {"type": "string"}, "state_directory": ...
{"single_source" : {"kind" : "url_extract", "url" : "https://binaries.cockroachdb.com/cockroach-v2.1.7.linux-amd64.tgz", "sha1" : "68021a4779a5df27dfd8a8e72dbd20599018623d"}, "username" : "dcos_cockroach", "state_directory" : true}
json_instruct
{"type": "object", "properties": {"single_source": {"type": "object", "properties": {"kind": {"type": "string"}, "url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["kind", "url", "sha1"]}, "username": {"type": "string"}, "state_directory": {"type": "boolean"}}, "required": ["single_source", "username"...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["algolia-react-input", "clemthedasher-react-component-boilerplate", "creative-snapshot", "ember-cli-deploy-ssh", "ember-cli-page-object", "epub-validator", "fieldvalidator", "file-changed", "global-bin-path", "grunt-workflow-hooks", "hashcat", "hmhyr", "ical.js", "ionic-cordova-gulp-seed", "is-global-exec", "jade2php"...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "pro...
{"id" : "c1d53935-932b-4ce9-9b15-f566f3751ff2", "playerTags" : ["16aff709-e855-47c8-8818-b9ba66e90fe8"], "teamTags" : ["36569151-a2fb-43c1-9df7-2df512424c82"], "gameTags" : [], "metadata" : {"mods" : [], "itemId" : "98b33443-6949-4038-b5c1-a39cc9bfc91d", "parent" : "b6c0bc45-49b2-4a2c-9df9-2388344c5819", "itemName" : "...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"mods": {"type": "array", "items": {}}, "itemId"...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1915, 6], [1916, 5], [1921, 6], [1922, 12], [1924, 5], [1925, 6], [1926, 7], [1927, 7], [1930, 11], [1931, 5], [1932, 5], [1940, 6], [1944, 5], [1951, 5], [1956, 5], [1960, 5], [1965, 6], [1967, 5], [1968, 9], [1971, 6], [1976, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties"...
{"name" : "dcl-websocket-broadcast", "maintainers" : ["Kyllian LE BORGNE ROPERCH"], "version" : "1.0.0", "description" : "Simple broadcasting websocket server", "main" : "src/index.ts", "scripts" : {"start" : "ts-node src/index.ts"}, "keywords" : [], "author" : "", "license" : "MIT", "devDependencies" : {"@types/ws" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "k...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/...
{"cam/image_array" : "2721_cam-image_array_.jpg", "user/angle" : 0.162, "user/throttle" : 0.514, "user/mode" : "user", "pos/pos_x" : 80.06285, "pos/pos_y" : 0.5560752, "pos/pos_z" : 42.3824, "pos/speed" : 9.650319, "pos/cte" : -5.279552, "milliseconds" : 147470}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill...
{"browser-polyfill.js" : "sha256-Jck0FeW3j4u5jBjD53y6h+LrnXZJKOisybs9e5dRGf4=", "browser-polyfill.min.js" : "sha256-WG76WPX9QA3URG2YCKA751XKaKwPSdzZP76qEGYDqSg=", "browser.js" : "sha256-X+zishuWlQ3HfuYoP0OJWIugiRPqy833S9TJB+e3QnE=", "browser.min.js" : "sha256-3gDQfLEGfbuXRlXRHmXY/KNSCpWkZPyGDWw85lymVt8="}
json_instruct
{"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill.min.js", "browser.js", "browser.min.js"], "$schema": "http://json-sch...
Construct a JSON document that adheres to this schema specification: {"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_c...
{"station" : [{"pref_cd" : 23, "line_cd" : 30005, "line_name" : "\u540d\u9244\u4e09\u6cb3\u7dda", "station_cd" : 3000520, "station_g_cd" : 3000520, "station_name" : "\u6885\u576a", "lon" : 137.162206, "lat" : 35.099654}]}
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": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "update": {"type": "boolean"}, "release_note": {"type": "string"}}, "required": ["version", "update", "release_note"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.1.3", "update" : false, "release_note" : "Fixed bugs with heroku integration"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "update": {"type": "boolean"}, "release_note": {"type": "string"}}, "required": ["version", "update", "release_note"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "editor.formatOnSave": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}, "typescript.tsdk": {"type": "string"}}, "required": ["cSpell.words"...
{"cSpell.words" : ["Aagaard", "Z\u00e6\u00f8\u00e5", "copyfiles", "devtool", "syncyarnlock", "wwwroot"], "editor.formatOnSave" : true, "editor.tabSize" : 2, "typescript.tsdk" : "node_modules/typescript/lib"}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "editor.formatOnSave": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}, "typescript.tsdk": {"type": "string"}}, "required": ["cSpell.words", "editor.formatOnSave", "editor.tabSize", "typescript.tsdk"], "$schema"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "99ff8af461771867dc14ae8d2ea40bdcd213c051"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["370113001", "\u6587\u660c\u8857\u9053", "370113"], ["370113002", "\u5d2e\u4e91\u6e56\u8857\u9053", "370113"], ["370113003", "\u5e73\u5b89\u8857\u9053", "370113"], ["370113004", "\u4e94\u5cf0\u5c71\u8857\u9053", "370113"], ["370113101", "\u5f52\u5fb7\u9547", "370113"], ["370113102", "\u5b5d\u91cc\u9547", "370113"], [...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "inv...
[{"results" : [{"tech" : 1, "pts" : 1291, "connections" : 361957, "capacity" : 24675885, "investments" : 209164457}]}]
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", "pt...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "b...
{"name" : "Test", "description" : "Manifest V3 Test", "version" : "0.1.107", "permissions" : ["contextMenus", "storage"], "host_permissions" : ["<all_urls>"], "background" : {"service_worker" : "background.js"}, "manifest_version" : 3}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"service_work...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}...
{"lastUpdated" : 1655019279666, "username" : "laser_guy25", "scores" : [{"xp" : 1858, "rank" : 355, "cardId" : 558}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last...