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": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index.js" : "sha512-C5kBBa/qFrySpqH9JdeN2X38IxYAMm8to9pEOhcPugY6gWs/km9jHuAGfhWy9jANrtnwF1jv1i8xkjrnR5RTYA==", "index.min.js" : "sha512-kg0lqxgpkCoXMoKOY+yIFm/d9EaDbMnX4iT3atyjMUyCrhFtxue+8zP19w/JpFq8j1GXLktxz7WXr0vaZVi8lQ=="}
json_instruct
{"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"sandboxes": {"type": "array", "items": {"type": "string"}}}, "required": ["sandboxes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sandboxes" : ["qeu9j", "xblbj"]}
json_instruct
{"type": "object", "properties": {"sandboxes": {"type": "array", "items": {"type": "string"}}}, "required": ["sandboxes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"i": {"type": "string"}}, "required": ["i"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"i" : "do-not-expire"}
json_instruct
{"type": "object", "properties": {"i": {"type": "string"}}, "required": ["i"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"react-contextmenu.js": {"type": "string"}}, "required": ["react-contextmenu.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-contextmenu.js" : "sha256-zMzNlhXSOZkVXu95mJRDug2fk9eV+ZLPeqCLp3TQ4SE="}
json_instruct
{"type": "object", "properties": {"react-contextmenu.js": {"type": "string"}}, "required": ["react-contextmenu.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Test", "text" : "Hello", "id" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "integer"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : "Polynomial-complexity, low-delay scheduling for SCFDMA-based wireless uplink networks.", "fields" : ["fixed priority pre emptive scheduling", "rate monotonic scheduling", "two level scheduling", "round robin scheduling", "earliest deadline first scheduling"], "abstract" : "Uplink scheduling/resource allocat...
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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "star...
{"contract" : "0x6242a2762f5a4db46ef8132398cb6391519abe21", "tool" : "securify", "start" : 1563507653.0197642, "end" : 1563507656.5557084, "duration" : 3.5359442234039307, "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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"shortid": {"type": "string"}, "name": {"type": "string"}, "folder": {"type": "object", "properties": {"shortid": {"type": "string"}}, "required": ["shortid"]}, "creationDate": {"type": "object", "properties": {"$$...
{"shortid" : "erkLzi", "name" : "Orders", "folder" : {"shortid" : "6BLeAK6"}, "creationDate" : {"$$date" : 1564695879994}, "modificationDate" : {"$$date" : 1564695879994}, "_id" : "muaUd9Kecjp3qvVG", "$entitySet" : "folders"}
json_instruct
{"type": "object", "properties": {"shortid": {"type": "string"}, "name": {"type": "string"}, "folder": {"type": "object", "properties": {"shortid": {"type": "string"}}, "required": ["shortid"]}, "creationDate": {"type": "object", "properties": {"$$date": {"type": "integer"}}, "required": ["$$date"]}, "modificationDate"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"upstreamProjects": {"type": "array", "items": {}}, "scm": {"type": "object", "properties": {}, "required": []}, "downstreamProjects": {"type": "array", "items": {}}, "concurrentBuild": {"type": "boolean"}, "queueI...
{"upstreamProjects" : [], "scm" : {}, "downstreamProjects" : [], "concurrentBuild" : false, "queueItem" : null, "property" : [], "nextBuildNumber" : 1, "lastUnsuccessfulBuild" : null, "lastUnstableBuild" : null, "lastSuccessfulBuild" : null, "lastStableBuild" : null, "builds" : [], "buildable" : false, "url" : "http://...
json_instruct
{"type": "object", "properties": {"upstreamProjects": {"type": "array", "items": {}}, "scm": {"type": "object", "properties": {}, "required": []}, "downstreamProjects": {"type": "array", "items": {}}, "concurrentBuild": {"type": "boolean"}, "queueItem": {"type": "null"}, "property": {"type": "array", "items": {}}, "nex...
Generate a valid JSON object that conforms to the following schema: {"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...
{"station" : [{"pref_cd" : 40, "line_cd" : 99905, "line_name" : "\u798f\u5ca1\u5e02\u55b6\u5730\u4e0b\u9244\u7a7a\u6e2f\u7dda", "station_cd" : 9990502, "station_g_cd" : 9990502, "station_name" : "\u6771\u6bd4\u6075", "lon" : 130.43128, "lat" : 33.589958}]}
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": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "140922210201", "text" : "\u4e1c\u8339\u6751\u59d4\u4f1a"}, {"id" : "140922210202", "text" : "\u5357\u8339\u6751\u59d4\u4f1a"}, {"id" : "140922210203", "text" : "\u77f3\u5cad\u6751\u59d4\u4f1a"}, {"id" : "140922210204", "text" : "\u5357\u9633\u6751\u59d4\u4f1a"}, {"id" : "140922210205", "text" : "\u5317\u9633\...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"page_engine": {"type": "object", "properties": {"log_folder": {"type": "string"}, "journal_folder": {"type": "string"}}, "required": ["log_folder", "journal_folder"]}}, "required": ["page_engine"], "$schema": "http...
{"page_engine" : {"log_folder" : "/tmp/yijinjing-lite", "journal_folder" : "/tmp/yijinjing-lite/journal"}}
json_instruct
{"type": "object", "properties": {"page_engine": {"type": "object", "properties": {"log_folder": {"type": "string"}, "journal_folder": {"type": "string"}}, "required": ["log_folder", "journal_folder"]}}, "required": ["page_engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, ...
{"id" : 30158, "children" : [{"id" : 30159, "name" : "Stain -- and Australian convicts"}, {"id" : 30160, "name" : "Stain -- in Great Expectations"}], "name" : "Stain"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema....
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[147.0, 33.5], [147.0, 33.583333333333336], [147.125, 33.583333333333336], [147.125, 33.5], [147.0, 33.5]]]}, "properties" : {"code" : 504720, "url" : "http://madefor.github.io/0410/api/v1/504720.geojson", "view" : "https://github.com/madefor/0410...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "...
{"name" : "signal-flag-images", "version" : "3.0.0", "description" : "International Code of Signals Flag images", "homepage" : "https://signalflags.org/", "keywords" : ["flags", "sailing", "code flags", "signal flags"], "author" : "Signal Flags (https://signalflags.org/)", "license" : "Unlicense", "repository" : {"type...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "prope...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b4b24f08f8e8e6785936439d2cff1600f9ced168"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "str...
{"name" : "decode9/laravel-coinbase", "description" : "coinbase.com Wallet API integration for Laravel", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Jorge Bastidas", "email" : "jorgebastidas9@gmail.com"}, {"name" : "Victor Caceres", "email" : "caceres.vc95@gmail.com"}], "minimum-stability" : "dev", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "dimble", "definition" : "A bower; a dingle. [Obs.] Drayton."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/todays-posts": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_n...
{"packages" : {"wpackagist-plugin/todays-posts" : {"1.0" : {"name" : "wpackagist-plugin/todays-posts", "version" : "1.0", "version_normalized" : "1.0.0.0", "uid" : 356883, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/todays-posts.zip?timestamp=1417706785"}, "source" : {"type" : "svn", "url"...
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/todays-posts": {"type": "object", "properties": {"1.0": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "d...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "p...
{"userId" : 30579, "cartId" : "f7a42df7-0763-4b71-86ae-9eb671081dfc", "preferredProducts" : [279, 1704, 4596, 2738, 304, 4377, 1430], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema....
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" : "1402060008", "district_id" : "1402060", "name" : "SEKIP HULU"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["s...
{"name" : "pollen", "version" : "0.1.0-alpha", "private" : true, "scripts" : {"start" : "node ./bin/www", "postinstall" : "node node_modules/bower/bin/bower install"}, "dependencies" : {"body-parser" : "~1.15.2", "bower" : "^1.8.0", "cookie-parser" : "~1.4.3", "debug" : "~3.1.0", "express" : "~4.14.0", "hbs" : "^4.0.1"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "dependencies": {"type": "object", "properties...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, ...
{"name" : "foundation-sites", "version" : "6.4.3", "description" : "The most advanced responsive front-end framework in the world.", "homepage" : "http://foundation.zurb.com/sites", "license" : "MIT", "keywords" : ["css", "scss", "sass", "js", "responsive", "mobile-first", "framework", "eyeglass-module"], "authors" : [...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0xc7c80744e2108b6a9d84ff73e309226941e1d31f88204b1bcaaa309707ecddf0", "parentHash" : "0xdace7816e124f315d50feec0ff1b3bdb47ed3ae1e302f9a3193454656fecdc41", "number" : 119260, "timestamp" : 1440139615, "nonce" : "0xcb7e7d4afa1d322e", "difficulty" : 4420353322578, "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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "r...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.375, 40.0], [134.375, 40.083333333333336], [134.5, 40.083333333333336], [134.5, 40.0], [134.375, 40.0]]]}, "properties" : {"code" : 603403, "url" : "http://madefor.github.io/0410/api/v1/603403.geojson", "view" : "https://github.com/madefor/04...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}...
{"number" : "4.302", "title" : "Policy. ", "children" : [{"text" : "(a) Section 3(a) of E.O. 13423, Strengthening Federal Environmental, Energy, and Transportation Management, directs agencies to implement waste prevention. In addition, section 2(e) of E.O. 13514, Federal Leadership in Environmental, Energy, and Econom...
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "titl...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "strin...
{"derivation" : "from H7223 (\u05e8\u05b4\u05d0\u05e9\u05c1\u05d5\u05b9\u05df);", "pron" : "ree-sho-nee'", "outline" : "<ol><li> first</li></ol>", "kjv_def" : "first.", "lemma" : "\u05e8\u05b4\u05d0\u05e9\u05c1\u05b9\u05e0\u05b4\u05d9", "frequency" : 1, "strongs_def" : "first", "xlit" : "ri\u02bcsh\u00f4n\u00eey"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "...
{"result" : {"1" : [{"1" : "Maiduguri International, Nigeria (MIU)", "2" : "airport", "3" : "MIU", "4" : "MIU", "5" : "Maiduguri", "6" : 13.0808333, "7" : 11.8552778, "10" : "Africa/Lagos"}, {"1" : "Maio Island, Cape Verde (MMO)", "2" : "airport", "3" : "MMO", "4" : "MMO", "5" : "Maio", "6" : -23.213611, "7" : 15.15583...
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"mcitmstmp": {"type": "string"}, "mcilocation": {"type": "string"}, "mciincident": {"type": "string"}, "mcidatacollected": {"type": "string"}, "mciimmediate": {"type": "string"}, "mcidelayed": {"type": "string"}, "mc...
{"mcitmstmp" : "2019-08-20 12:27:58", "mcilocation" : "APHC", "mciincident" : "1", "mcidatacollected" : "20190820 12:27", "mciimmediate" : "20", "mcidelayed" : "22", "mciminor" : "64", "ids[]" : "0", "transport0" : "", "timearrived0" : "", "transport1" : "", "timearrived1" : ""}
json_instruct
{"type": "object", "properties": {"mcitmstmp": {"type": "string"}, "mcilocation": {"type": "string"}, "mciincident": {"type": "string"}, "mcidatacollected": {"type": "string"}, "mciimmediate": {"type": "string"}, "mcidelayed": {"type": "string"}, "mciminor": {"type": "string"}, "ids[]": {"type": "string"}, "transport0"...
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" : "d2763899e16ea854b6c7387fc7015011ce0702a2"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, ...
{"n_dim" : 55, "n_trials" : 80, "objective" : "markowitz_realized_on_cube", "white" : "bobyqa_noise", "black" : "optuna_random_clone_2", "traceback" : ["passing", "passing"], "best_val" : [25.850040091926143, 22.7830137247222], "best_x" : [[0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.4, 0.5,...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type...
{"rating" : "5", "uuid" : "19", "review_date" : "2012-05-26", "helpful" : "0", "reviewer_id" : "A39RRTO760KGOY", "not_helpful" : "0", "review_text" : "had no idea about decorating cakes,by this booklet ,now i can say that following the instructions and have the will and patience plus practicing,one day i wont be ashame...
json_instruct
{"type": "object", "properties": {"rating": {"type": "string"}, "uuid": {"type": "string"}, "review_date": {"type": "string"}, "helpful": {"type": "string"}, "reviewer_id": {"type": "string"}, "not_helpful": {"type": "string"}, "review_text": {"type": "string"}, "summary": {"type": "string"}, "product_name": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"},...
{"id" : 18013, "name" : "RedFlagDeals - Remove Top Ad Bar", "description" : "Short script that removes the top advertisement bar from RedFlagDeals.com. \r\nInstead of always having to click on \"hide\".\r\n\r\nEnjoy!", "user" : {"id" : 23733, "name" : "Gordon S.", "email" : "redacted", "paypal_email" : "gordaramaaol@ho...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "abo...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"DisableAll": {"type": "boolean"}, "Enable": {"type": "array", "items": {"type": "string"}}, "Exclude": {"type": "array", "items": {"type": "string"}}, "Vendor": {"type": "boolean"}}, "required": ["DisableAll", "Enable", "Exclude...
{"DisableAll" : true, "Enable" : ["golint", "vet", "gofmt", "errcheck", "goconst", "goimports", "megacheck"], "Exclude" : ["ignore"], "Vendor" : true}
json_instruct
{"type": "object", "properties": {"DisableAll": {"type": "boolean"}, "Enable": {"type": "array", "items": {"type": "string"}}, "Exclude": {"type": "array", "items": {"type": "string"}}, "Vendor": {"type": "boolean"}}, "required": ["DisableAll", "Enable", "Exclude", "Vendor"], "$schema": "http://json-schema.org/draft-07...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"category": {"type": "string"}, "name": {"type": "string"}, "priority": {"type": "boolean"}, "icon": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"...
{"category" : "phasmophobia:equipment", "name" : "Flashlight", "priority" : true, "icon" : "phasmophobia:flashlight", "pages" : [{"type" : "patchouli:text", "text" : "text"}, {"type" : "patchouli:crafting", "recipe" : "phasmophobia:flashlight", "text" : "Any button and Glowstone dust/Glowing ink sac/Glow berries work"}...
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "name": {"type": "string"}, "priority": {"type": "boolean"}, "icon": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "requ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "s...
{"title" : "Tangerine Orange Key &mdash; September 2020", "url" : "https://www.tangerineorangekey.ca/", "description" : "Latest Tangerine Orange Key to get your $50 sign-up bonus", "feed" : {"subtitle" : "I am writing about my experiences as a naval navel-gazer.", "filename" : "feed.xml", "path" : "/feed/feed.xml", "id...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "id": {"type": "string"}}, "required": ["subtitle", "filename...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-sch...
[{"code" : "585514", "long" : {"default" : "\u660e\u76d6\u6070\u4e4c\u5c14"}}, {"code" : "586523", "long" : {"default" : "\u5360\u8d3e"}}, {"code" : "587084", "long" : {"default" : "\u5df4\u5e93"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mod...
{"cam/image_array" : "3573_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.1973220854997635, "user/mode" : "user"}
json_instruct
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : ["packages/**"], "version" : "0.1036.5000"}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"plu": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "integer"}, "desc": {"type": "string"}}, "required": ["plu", "name", "price", "desc"]}, "$schema": "http://json-schema.org/draf...
[{"plu" : "90311017", "name" : "Acetaminophen oral", "price" : 76, "desc" : "This drug is used to treat mild to moderate pain (from headaches, menstrual periods, toothaches, backaches, osteoarthritis, or cold/flu aches and pains) and to reduce fever."}, {"plu" : "9780201379624", "name" : "captopril oral", "price" : 200...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"plu": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "integer"}, "desc": {"type": "string"}}, "required": ["plu", "name", "price", "desc"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "company": {"type": "string"}, "designation": {"type": "string"}, "phone": {"type": "string"}, "role": {"type": "string"}, "proImage"...
{"firstName" : "Steve", "lastName" : "Cox", "email" : "steve.cox@dnsw.com.au", "company" : "Destination NSW", "designation" : "Chief Executive Officer", "phone" : "+61406380908", "role" : "member", "proImage" : "/img/profile-professional.png", "rideImage" : "/img/profile-rider.png", "membership" : "Associate Membership...
json_instruct
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "company": {"type": "string"}, "designation": {"type": "string"}, "phone": {"type": "string"}, "role": {"type": "string"}, "proImage": {"type": "string"}, "rideImage": {"type": "string"}, "mem...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "prope...
{"source" : {"include" : ["src/jsketch.js", "src/jsketch.svg.js", "src/sketchable.js", "src/sketchable.utils.js", "src/sketchable.memento.js", "src/sketchable.animate.js", "src/sketchable.serializer.js", "src/sketchable.svg.js", "src/jquery.sketchable.js", "src/jquery.sketchable.memento.js", "src/jquery.sketchable.anim...
json_instruct
{"type": "object", "properties": {"source": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "templates": {"type": "object", "properties": {"cleverLinks": {"type": "boolean"}, "default": {"t...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, ...
{"card_title" : "ESLR Australis", "card_type" : "Artifact", "card_text" : "Action: Exhaust up to 3 friendly Logos creatures. For each creature exhausted this way, play the top card of your deck, one at a time.", "traits" : "Ship", "amber" : 1, "power" : null, "armor" : null, "rarity" : "Rare", "flavor_text" : null, "ca...
json_instruct
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_num...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "r...
{"alfredsnippet" : {"snippet" : "trace0 = go.Box(\n y = [0.75, 5.25, 5.5, 6, 6.2, 6.6, 6.80, 7.0, 7.2, 7.5, 7.5, 7.75, 8.15, \n 8.15, 8.65, 8.93, 9.2, 9.5, 10, 10.25, 11.5, 12, 16, 20.90, 22.3, 23.25],\n name = \"All Points\",\n jitter = 0.3,\n pointpos = -1.8,\n boxpoints = 'all',\n marker = di...
json_instruct
{"type": "object", "properties": {"alfredsnippet": {"type": "object", "properties": {"snippet": {"type": "string"}, "uid": {"type": "string"}, "name": {"type": "string"}, "keyword": {"type": "string"}}, "required": ["snippet", "uid", "name", "keyword"]}}, "required": ["alfredsnippet"], "$schema": "http://json-schema.or...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Nezaboodka.Nevod.Engine.Tests": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "required": ["Nezaboodka.Nevod.Eng...
{"profiles" : {"Nezaboodka.Nevod.Engine.Tests" : {"commandName" : "Project"}}}
json_instruct
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"Nezaboodka.Nevod.Engine.Tests": {"type": "object", "properties": {"commandName": {"type": "string"}}, "required": ["commandName"]}}, "required": ["Nezaboodka.Nevod.Engine.Tests"]}}, "required": ["profiles"], "$schema": "http://json-schema....
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["choices-separator", "enquirer", "gulp-inject", "log-events", "time-diff"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "t...
{"web" : [{"value" : ["\u5faa\u73af\u7684", "\u590d\u53d1\u7684", "\u7ecf\u5e38\u7684"], "key" : "recurring"}, {"value" : ["\u4e34\u65f6\u8d39\u7528"], "key" : "recurring charge"}, {"value" : ["\u53cd\u590d", "\u7ecf\u5e38\u6027"], "key" : "recurring basis"}], "query" : "recurring", "translation" : ["\u53cd\u590d\u51fa...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"total_results": {"type": "integer"}, "total_pages": {"type": "integer"}, "prev_url": {"type": "null"}, "next_url": {"type": "null"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"metadata...
{"total_results" : 1, "total_pages" : 1, "prev_url" : null, "next_url" : null, "resources" : [{"metadata" : {"guid" : "51067400-d79f-4ca5-9400-1f36f5dd09e7", "url" : "/v2/service_plans/51067400-d79f-4ca5-9400-1f36f5dd09e7", "created_at" : "2015-07-27T22:43:35Z", "updated_at" : null}, "entity" : {"name" : "name-2409", "...
json_instruct
{"type": "object", "properties": {"total_results": {"type": "integer"}, "total_pages": {"type": "integer"}, "prev_url": {"type": "null"}, "next_url": {"type": "null"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"guid": {"type": "string"}, "url...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"profile.name": {"type": "string"}, "profile.position": {"type": "string"}, "blog.title": {"type": "string"}, "blog.description": {"type": "string"}, "blog.allArticles": {"type": "string"}, "blog.taggedArticles": {"type": "stri...
{"profile.name" : "Yuki Sato", "profile.position" : "Backend Developer", "blog.title" : "Yuki Sato's Tech Blog", "blog.description" : "This is Yuki Sato's tech blog.", "blog.allArticles" : "All articles", "blog.taggedArticles" : "Articles with tag: ", "blog.updateDate" : "Update"}
json_instruct
{"type": "object", "properties": {"profile.name": {"type": "string"}, "profile.position": {"type": "string"}, "blog.title": {"type": "string"}, "blog.description": {"type": "string"}, "blog.allArticles": {"type": "string"}, "blog.taggedArticles": {"type": "string"}, "blog.updateDate": {"type": "string"}}, "required": [...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[139.375, 31.083333333333332], [139.375, 31.166666666666668], [139.5, 31.166666666666668], [139.5, 31.083333333333332], [139.375, 31.083333333333332]]]}, "properties" : {"code" : 463953, "url" : "http://madefor.github.io/0410/api/v1/463953.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id_5329": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5329"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_5329" : {"publicdate" : "2011-08-08 02:00:35", "title" : "Coffee Break Collection 006 - Food and Drink"}}
json_instruct
{"type": "object", "properties": {"id_5329": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5329"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-75.221079, 39.940976], [-75.217136, 39.94374], [-75.215246, 39.943087], [-75.211401, 39.945802], [-75.207649, 39.942475], [-75.208799, 39.941644], [-75.207838, 39.941286], [-75.215778, 39.935624], [-75.221545, 39.940652]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "stri...
{"name" : "wordproof/wordpress-sdk", "description" : "WordPress SDK", "minimum-stability" : "stable", "license" : "MIT", "authors" : [{"name" : "Yurii", "email" : "yurii@wordproof.com"}, {"name" : "Marijn", "email" : "marijn@wordproof.com"}], "require" : {"php" : "^5.6.20 || ^7.0 || ^8.0", "ext-json" : "*", "wordproof/...
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"}, "email": {"type": "string"}}, "required": ["name", ...
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_dir": {"type": "string"}, "pre_ins...
{"version" : "7.6", "description" : "Fast, stable, user-friendly image browser, converter and editor", "homepage" : "https://www.faststone.org/FSViewerDetail.htm", "license" : "Unknown", "url" : "http://www.faststonesoft.net/DN/FSViewer76.zip", "hash" : "d82a6621000063ee0d3f92aaa25320dfbd1505d8058a81203feffa7dc915109d"...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "pre_install": {"type": "array", "items": {"type": "string"}}, "bin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno.js" : "sha256-lr10um5kMe6obXbhheDUeURgnyL/AeFh9f01YuuIYb0=", "inferno.min.js" : "sha256-JWWjYGWJbudJ3V5mX/nMFWYxipd/Y+6d2+6GMcTfqgU="}
json_instruct
{"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}}, "required": ["t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "$[t.json[1]]$"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}}, "required": ["t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"bodyClass": {"type": "string"}, "styleModifier": {"type": "string"}}, "required": ["bodyClass", "styleModifier"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bodyClass" : "ah_u_display-block", "styleModifier" : "ah_c_btn--small"}
json_instruct
{"type": "object", "properties": {"bodyClass": {"type": "string"}, "styleModifier": {"type": "string"}}, "required": ["bodyClass", "styleModifier"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.909527, 42.974114], [-87.909319, 42.988284], [-87.899333, 42.988311], [-87.899557, 42.973734], [-87.909527, 42.974114]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 81227}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "...
{"id" : "1007", "provinceId" : "75", "regencyId" : "01", "districtId" : "01", "name" : "Dutulanaa"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type":...
{"title" : "House, Mattituck, NY: perspective and color studies", "creation_date" : "2001", "creation_date_earliest" : "2001-01-01", "creation_date_latest" : "2001-01-01", "medium" : "pastel and graphite on tracing paper", "accession_number" : "2001.53.2", "id" : "cmoa:things/250253ed-63e5-4643-8f07-bbf2f402d890", "cre...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "...
{"xmin" : [969, 667, 1528, 1576, 1512, 1043, 1417], "xmax" : [1051, 736, 1578, 1617, 1611, 1101, 1489], "ymin" : [414, 492, 773, 810, 715, 511, 672], "ymax" : [474, 529, 847, 887, 775, 612, 726]}
json_instruct
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"config": {"type": "object", "properties": {"version": {"type": "integer"}, "device_info": {"type": "object", "properties": {"vid": {"type": "string"}, "pid": {"type": "string"}, "name": {"type": "string"}, "manufacture": {"typ...
{"config" : {"version" : 2, "device_info" : {"vid" : "0xFEED", "pid" : "0x9991", "name" : "zinc rev.1", "manufacture" : "monksoffunk", "description" : "A split keyboard"}, "matrix" : {"rows" : 8, "cols" : 6, "device_rows" : 4, "device_cols" : 6, "debounce" : 1, "is_left_hand" : 1, "diode_direction" : 2, "row_pins" : [1...
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"version": {"type": "integer"}, "device_info": {"type": "object", "properties": {"vid": {"type": "string"}, "pid": {"type": "string"}, "name": {"type": "string"}, "manufacture": {"type": "string"}, "description": {"type": "string"}}, "require...
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": {"type": "object", "properti...
{"contract" : "0x4dd28be042f85e287e9aace4147152bf1cd835e9", "tool" : "osiris", "start" : 1564608729.90582, "end" : 1564608794.127108, "duration" : 64.22128820419312, "analysis" : [{"errors" : [{"line" : 292, "column" : 9, "message" : "overflow_bugs"}], "file" : "/unique_chucks/13/0x4dd28be042f85e287e9aace4147152bf1cd83...
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": {"type": "object", "properti...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type...
{"resourceType" : "ValueSet", "id" : "ckd-valueset-creatinine", "name" : "CreatinineLabResults", "title" : "Creatinine Lab Results", "status" : "active", "compose" : {"include" : [{"system" : "http://loinc.org", "concept" : [{"code" : "77140-2"}, {"code" : "14682-9"}, {"code" : "2160-0"}]}]}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"texture": {"type": "string"}}, "required": ["texture"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/s...
{"parent" : "mekanism:block/fence_inventory", "textures" : {"texture" : "mekanism:blocks/PlasticFence"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"texture": {"type": "string"}}, "required": ["texture"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X...
{"IsSuccessStatusCode" : true, "StatusCode" : 200, "Headers" : {"SPRequestGuid" : "19f70ca0-701e-3000-787b-4222e6c9a147", "SPClientServiceRequestDuration" : "8", "X-SharePointHealthScore" : "1", "X-SP-SERVERSTATE" : "ReadOnly=0"}, "Response" : "{\"Id\":\"bc3f47bc-6313-43a4-b21d-ffe6200c0436\",\"WebTemplate\":\"SITEPAGE...
json_instruct
{"type": "object", "properties": {"IsSuccessStatusCode": {"type": "boolean"}, "StatusCode": {"type": "integer"}, "Headers": {"type": "object", "properties": {"SPRequestGuid": {"type": "string"}, "SPClientServiceRequestDuration": {"type": "string"}, "X-SharePointHealthScore": {"type": "string"}, "X-SP-SERVERSTATE": {"ty...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "bottom", "side"]}}, "requi...
{"parent" : "minecraft:block/cube_bottom_top", "textures" : {"top" : "time:block/compact_farm_top", "bottom" : "time:block/compact_farm_bottom", "side" : "time:block/compact_farm_side"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "bottom", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "m...
{"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireDefault = require(\"@babel/runtime/helpers/interopRequireDefault\");\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = void 0;\n\nvar _react = _interopRequireDefault(require(\"react\"));\n\nvar _createSvgIcon = _inte...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {...
{"name" : "HttpRequestManager", "version" : "1.0.6", "summary" : "request for Http", "description" : "resuest for Http", "homepage" : "https://github.com/huanying2000/IPHttpRequestManager", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"tianlianfeng" : "715416878@qq.com"}, "platforms" : {"ios" : "8.0"}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Generate sample JSON data that conforms to the following schema definition: {"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"}, "...
{"id" : 404386175, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "853a6a45f009df17683f0bb4e3993d88", "wof:id" : 404386175, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.64569745572758, 47.37197308074767, 3.68939286170722, 47.41131804066045...
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": {"godot_tools.editor_path": {"type": "string"}}, "required": ["godot_tools.editor_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"godot_tools.editor_path" : "c:\\Users\\cruce\\Documents\\Godot_v3.2.1-stable_mono_win64\\Godot_v3.2.1-stable_mono_win64\\Godot_v3.2.1-stable_mono_win64.exe"}
json_instruct
{"type": "object", "properties": {"godot_tools.editor_path": {"type": "string"}}, "required": ["godot_tools.editor_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Resources": {"type": "object", "properties": {"SecretA720EF05": {"type": "object", "properties": {"Type": {"type": "string"}, "Properties": {"type": "object", "properties": {"GenerateSecretString": {"type": "ob...
{"Resources" : {"SecretA720EF05" : {"Type" : "AWS::SecretsManager::Secret", "Properties" : {"GenerateSecretString" : {}, "ReplicaRegions" : [{"Region" : "eu-central-1"}]}, "UpdateReplacePolicy" : "Delete", "DeletionPolicy" : "Delete"}}}
json_instruct
{"type": "object", "properties": {"Resources": {"type": "object", "properties": {"SecretA720EF05": {"type": "object", "properties": {"Type": {"type": "string"}, "Properties": {"type": "object", "properties": {"GenerateSecretString": {"type": "object", "properties": {}, "required": []}, "ReplicaRegions": {"type": "array...
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#"}
[["370612111201", "\u4e1c\u6bbf\u540e\u6751\u59d4\u4f1a", "121", "0"], ["370612111202", "\u897f\u6bbf\u540e\u6751\u59d4\u4f1a", "220", "0"], ["370612111203", "\u897f\u53e3\u5b50\u6751\u59d4\u4f1a", "220", "0"], ["370612111204", "\u897f\u5e84\u6751\u59d4\u4f1a", "220", "0"], ["370612111205", "\u91d1\u6c99\u593c\u6751\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date"...
{"id" : 14444, "node" : [{"id" : 14444, "name" : "\u4e45\u9060\u306e\u7d46", "nameCN" : "\u4e45\u8fdc\u4e4b\u7eca", "image" : "//lain.bgm.tv/pic/cover/m/73/a2/14444_E3Pd3.jpg", "date" : "1998-12-03"}, {"id" : 14693, "name" : "\u4e45\u9060\u306e\u7d46 THE ORIGIN", "nameCN" : "\u4e45\u8fdc\u4e4b\u7eca THE ORIGIN", "image...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["ndarray-band"]
json_instruct
{"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": {"name": {"type": "string"}, "port": {"type": "string"}, "rate_limit": {"type": "integer"}}, "required": ["name", "port", "rate_limit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "go-web-framework", "port" : "8080", "rate_limit" : 200}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "port": {"type": "string"}, "rate_limit": {"type": "integer"}}, "required": ["name", "port", "rate_limit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["520522109001", "\u91d1\u5170\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["520522109002", "\u65b0\u76ca\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520522109003", "\u7334\u573a\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520522109203", "\u9f99\u5c71\u6751\u6751\u6c11\u59d4\...
json_instruct
{"type": "array", "items": {"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": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "...
{"files" : {"main.css" : "/static/css/main.803ffb37.chunk.css", "main.js" : "/static/js/main.115583ed.chunk.js", "main.js.map" : "/static/js/main.115583ed.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.91ed9de9.js", "runtime-main.js.map" : "/static/js/runtime-main.91ed9de9.js.map", "static/css/2.7056b427.c...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.7056b427.chunk.css": {"type": "string"}, "static/...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1971, 5], [1973, 7], [1974, 11], [1975, 10], [1976, 16], [1977, 24], [1978, 17], [1979, 19], [1980, 20], [1981, 29], [1982, 15], [1983, 11], [1984, 10], [1985, 31], [1986, 21], [1987, 21], [1988, 23], [1989, 33], [1990, 28], [1991, 29], [1992, 23], [1993, 24], [1994, 15], [1995, 13], [1996, 14], [1997, 20], [1998, 30...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compression": {"type": "integer"}, "outputPath": {"type": "string"}, "usePlayerSettingVersion": {"type": "boolean"}, "dataVersion": {"type": "string"}, "buildAssetBundleOptions": {"type": "integer"}, "copyToStreaming": {"ty...
{"compression" : 2, "outputPath" : "AssetBundles", "usePlayerSettingVersion" : false, "dataVersion" : "1.0.0", "buildAssetBundleOptions" : 0, "copyToStreaming" : true, "useHashFilename" : true, "encryption" : true, "algorithm" : 0, "iv" : "5Hh2390dQlVh0AqC", "key" : "E4YZgiGQ0aqe5LEJ", "filterType" : 2, "filterExpressi...
json_instruct
{"type": "object", "properties": {"compression": {"type": "integer"}, "outputPath": {"type": "string"}, "usePlayerSettingVersion": {"type": "boolean"}, "dataVersion": {"type": "string"}, "buildAssetBundleOptions": {"type": "integer"}, "copyToStreaming": {"type": "boolean"}, "useHashFilename": {"type": "boolean"}, "encr...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Effect": {"type": "string"}, "Principal": {"type": "object", "properties": {"AWS": {"type": "array", "ite...
{"Version" : "2008-10-17", "Statement" : [{"Effect" : "Allow", "Principal" : {"AWS" : ["arn:aws:iam::<id1>:root", "arn:aws:iam::<id2>:root", "arn:aws:iam::<id3>:root"]}, "Action" : ["s3:PutObject", "s3:PutObjectAcl"], "Resource" : "arn:aws:s3:::my-deployments/*"}]}
json_instruct
{"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Effect": {"type": "string"}, "Principal": {"type": "object", "properties": {"AWS": {"type": "array", "items": {"type": "string"}}}, "required": ["AWS"]}, "Action": {"type": "array"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"illandril-token-tooltips.pactAbbreviation": {"type": "string"}, "illandril-token-tooltips.tooltipSwitch": {"type": "string"}, "illandril-token-tooltips.tooltipShown": {"type": "string"}, "illandril-token-toolti...
{"illandril-token-tooltips.pactAbbreviation" : "P", "illandril-token-tooltips.tooltipSwitch" : "Show in Tooltip", "illandril-token-tooltips.tooltipShown" : "Shown in Tooltip", "illandril-token-tooltips.tooltipNotShown" : "Not Shown in Tooltip"}
json_instruct
{"type": "object", "properties": {"illandril-token-tooltips.pactAbbreviation": {"type": "string"}, "illandril-token-tooltips.tooltipSwitch": {"type": "string"}, "illandril-token-tooltips.tooltipShown": {"type": "string"}, "illandril-token-tooltips.tooltipNotShown": {"type": "string"}}, "required": ["illandril-token-too...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "directory": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "bootstrap": {"type": "string"}}, "require...
{"name" : "ooniprobe", "version" : "0.1", "directory" : "app/libs", "dependencies" : {"angular" : "~1.0.5", "bootstrap" : "~2.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "directory": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["angular", "bootstrap"]}}, "required": ["name", "version", "direct...
Based on the schema below, produce a valid JSON object: {"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"...
{"schema_version" : "1.2.0", "id" : "GHSA-534x-f3w4-g6x6", "modified" : "2022-05-01T06:37:29Z", "published" : "2022-05-01T06:37:29Z", "aliases" : ["CVE-2006-0121"], "details" : "Multiple memory leaks in IBM Lotus Notes and Domino Server before 6.5.5 allow attackers to cause a denial of service (memory consumption and c...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "s...
{"name" : "array-paginator", "version" : "1.5.2", "description" : "A module for simplify paginate with arrays", "main" : "build/index.js", "types" : "typing/index.d.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "tsc", "build:typing" : "tsc --build tsconfig.typing.json"}, "reposito...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "build:typing": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exc...
{"id" : "SLA254H1F20199", "code" : "SLA254H1F", "name" : "Stone Books to Sky Books: The Book as Institution, Commerce and Art", "description" : "Evolution of the book and printed media in Central and Eastern Europe: legends (and forgeries) of ancient letters, mediaeval illuminated manuscripts, forbidden and \"supernatu...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "c...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Description": {"type": "object", "properties": {"Language": {"type": "string"}, "Extension": {"type": "string"}, "DefaultExecutablePath": {"type": "string"}, "DefaultWorkerPath": {"type": "string"}}, "required": ["Language", "Ex...
{"Description" : {"Language" : "python", "Extension" : ".py", "DefaultExecutablePath" : "python3", "DefaultWorkerPath" : "worker.py"}, "Arguments" : []}
json_instruct
{"type": "object", "properties": {"Description": {"type": "object", "properties": {"Language": {"type": "string"}, "Extension": {"type": "string"}, "DefaultExecutablePath": {"type": "string"}, "DefaultWorkerPath": {"type": "string"}}, "required": ["Language", "Extension", "DefaultExecutablePath", "DefaultWorkerPath"]},...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/hylotl/hylotl-tier6accelerator/hylotltier6accelerator.legs": {"type": "ar...
[{"DeniedAlternatives" : [], "Files" : {"items/armors/hylotl/hylotl-tier6accelerator/hylotltier6accelerator.legs" : ["/shortdescription"]}, "Texts" : {"Eng" : "Euphotic Trousers", "Rus" : "\u042d\u0443\u0444\u043e\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0428\u0442\u0430\u043d\u044b"}}, {"DeniedAlternatives" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/hylotl/hylotl-tier6accelerator/hylotltier6accelerator.legs": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/hylotl/hylo...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "is...
{"contract" : "0x937da34b42027732531765a721bc028e49b0bcbe", "tool" : "mythril", "start" : 1563616144.158462, "end" : 1563616148.7612762, "duration" : 4.602814197540283, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}, "uglify-js": {"type": "string"}}...
{"name" : "dman", "description" : "JS dependency manager", "author" : "Jakob Kemi <jakob.kemi@gmail.com>", "dependencies" : {"typescript" : "^1.7.5", "uglify-js" : "^2.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["typescript", "uglify-js"]}}, "required": ["name", "descriptio...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "mo...
{"manufacturer" : "eBox", "devices" : [{"manufacturer" : "", "market_name" : "EBoxTv", "codename" : "diw387eb", "model" : "EboxTV"}]}
json_instruct
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", ...
{"ast" : null, "code" : "// Language-neutral expression to match ER_UPDATE_INFO\nvar ER_UPDATE_INFO_REGEXP = /^[^:0-9]+: [0-9]+[^:0-9]+: ([0-9]+)[^:0-9]+: [0-9]+[^:0-9]*$/;\nmodule.exports = OkPacket;\n\nfunction OkPacket(options) {\n options = options || {};\n this.fieldCount = undefined;\n this.affectedRows = unde...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string...
{"content" : "@daily_politics Totally agree with @leicesterliz that Health & Social Care need integrating. #NHS #BBCSP", "entities" : [{"offset" : 54, "type" : "ne", "id" : 2, "entity" : "health & social care"}, {"offset" : 35, "type" : "ne", "id" : 3, "entity" : "@leicesterliz"}, {"offset" : 99, "type" : "ne", "id" : ...
json_instruct
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"furtive.css": {"type": "string"}, "furtive.min.css": {"type": "string"}}, "required": ["furtive.css", "furtive.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"furtive.css" : "sha256-5a4s5qMqYO4sHq2tbVke543AdvZp5AatrfQLv+eXqNk=", "furtive.min.css" : "sha256-1ajLH/GTQcVylDIlaxIaoO9keh9WF/sNIf1yUgvJpo4="}
json_instruct
{"type": "object", "properties": {"furtive.css": {"type": "string"}, "furtive.min.css": {"type": "string"}}, "required": ["furtive.css", "furtive.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["react-router4", "rr4"]
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": {"displayName": {"type": "string"}, "stats": {"type": "object", "properties": {"attack": {"type": "integer"}, "defense": {"type": "integer"}, "hp": {"type": "integer"}, "spAtk": {"type": "integer"}, "spDef": {"type": "integer...
{"displayName" : "Gardevoir", "stats" : {"attack" : 334, "defense" : 174, "hp" : 6320, "spAtk" : 1000, "spDef" : 138}}
json_instruct
{"type": "object", "properties": {"displayName": {"type": "string"}, "stats": {"type": "object", "properties": {"attack": {"type": "integer"}, "defense": {"type": "integer"}, "hp": {"type": "integer"}, "spAtk": {"type": "integer"}, "spDef": {"type": "integer"}}, "required": ["attack", "defense", "hp", "spAtk", "spDef"]...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006202": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "proper...
{"type" : "Topology", "objects" : {"E01006202" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00031426", "LAD11CD" : "E08000009"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properti...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01006202": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id...
{"id" : 404357457, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "91d89b86c0efb9e743ec190138756b18", "wof:id" : 404357457, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-4.71430621361124, 48.03819943666028, -4.60842392233946, 48.071569440094...
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": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": ...
{"name" : "hail/jwt", "description" : "JWT builder/parser", "type" : "library", "keywords" : ["hail", "framework", "JWT", "JWS", "JWK", "Jose"], "homepage" : "http://framework.flyinghail.com/", "support" : {"issues" : "https://github.com/hail-framework/jwt/issues", "source" : "https://github.com/hail-framework/jwt"}, "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"childrenIDs": {"type": "array", "items": {}}, "version": {"type": "string"}, "creationDate": {"type": "string"}, "authors": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "co...
{"childrenIDs" : [], "version" : "", "creationDate" : "", "authors" : "fdsfd\nafd\na\nfd\nafda\n\n", "name" : "", "description" : "", "comments" : "", "customObjects" : {}}
json_instruct
{"type": "object", "properties": {"childrenIDs": {"type": "array", "items": {}}, "version": {"type": "string"}, "creationDate": {"type": "string"}, "authors": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "comments": {"type": "string"}, "customObjects": {"type": "object", "propertie...