input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"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": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "mark87690", "scores" : [{"xp" : 34872, "rank" : 245, "cardId" : 433}, {"xp" : 49642, "rank" : 96, "cardId" : 7}, {"xp" : 36040, "rank" : 499, "cardId" : 1}, {"xp" : 19500, "rank" : 287, "cardId" : 311}, {"xp" : 42678, "rank" : 225, "cardId" : 309}, {"xp" : 34771, "rank" : 240, "cardId" : 2}, {"xp" : 33538, "rank" : 461, "cardId" : 164}, {"xp" : 30246, "rank" : 167, "cardId" : 4}, {"xp" : 12502, "rank" : 373, "cardId" : 137}, {"xp" : 38978, "rank" : 404, "cardId" : 105}, {"xp" : 9136, "rank" : 355, "cardId" : 385}, {"xp" : 26135, "rank" : 192, "cardId" : 281}, {"xp" : 42332, "rank" : 218, "cardId" : 420}, {"xp" : 24513, "rank" : 78, "cardId" : 12}, {"xp" : 44204, "rank" : 64, "cardId" : 195}, {"xp" : 51949, "rank" : 485, "cardId" : 147}, {"xp" : 33477, "rank" : 343, "cardId" : 389}, {"xp" : 33142, "rank" : 111, "cardId" : 150}, {"xp" : 10487, "rank" : 154, "cardId" : 153}, {"xp" : 2786, "rank" : 392, "cardId" : 546}, {"xp" : 23198, "rank" : 478, "cardId" : 549}, {"xp" : 23071, "rank" : 475, "cardId" : 315}]}
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": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"\u5b57\u7dcf\u9032": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5f25\u751f": {"type": "array", "items": {"type": "number"}}, "\u5b57\u4e2d\u592e": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5927\u548c": {"type": "array", "items": {"type": "number"}}}, "required": ["\u5b57\u7dcf\u9032", "\u5b57\u5f25\u751f", "\u5b57\u4e2d\u592e", "\u5b57\u5927\u548c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5b57\u7dcf\u9032" : [43.550731, 141.858629], "\u5b57\u5f25\u751f" : [43.533803, 141.889665], "\u5b57\u4e2d\u592e" : [43.54834, 141.886848], "\u5b57\u5927\u548c" : [43.575227, 141.876261]}
json_instruct
{"type": "object", "properties": {"\u5b57\u7dcf\u9032": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5f25\u751f": {"type": "array", "items": {"type": "number"}}, "\u5b57\u4e2d\u592e": {"type": "array", "items": {"type": "number"}}, "\u5b57\u5927\u548c": {"type": "array", "items": {"type": "number"}}}, "required": ["\u5b57\u7dcf\u9032", "\u5b57\u5f25\u751f", "\u5b57\u4e2d\u592e", "\u5b57\u5927\u548c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "isRunInGameStart": {"type": "boolean"}}, "required": ["host", "port", "isRunInGameStart"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"host" : "192.168.97.2", "port" : 6543, "isRunInGameStart" : false}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "isRunInGameStart": {"type": "boolean"}}, "required": ["host", "port", "isRunInGameStart"], "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "Gaxi", "scores" : [{"xp" : 51194, "rank" : 411, "cardId" : 378}, {"xp" : 23174, "rank" : 223, "cardId" : 175}, {"xp" : 25339, "rank" : 266, "cardId" : 314}, {"xp" : 14110, "rank" : 418, "cardId" : 295}, {"xp" : 9306, "rank" : 491, "cardId" : 218}, {"xp" : 21503, "rank" : 227, "cardId" : 377}, {"xp" : 32423, "rank" : 155, "cardId" : 294}, {"xp" : 32363, "rank" : 463, "cardId" : 710}, {"xp" : 48936, "rank" : 51, "cardId" : 656}, {"xp" : 6672, "rank" : 225, "cardId" : 659}, {"xp" : 71205, "rank" : 266, "cardId" : 246}, {"xp" : 32825, "rank" : 289, "cardId" : 503}, {"xp" : 19139, "rank" : 244, "cardId" : 541}, {"xp" : 25332, "rank" : 393, "cardId" : 289}, {"xp" : 19706, "rank" : 252, "cardId" : 607}, {"xp" : 11024, "rank" : 174, "cardId" : 632}, {"xp" : 13962, "rank" : 487, "cardId" : 608}, {"xp" : 10467, "rank" : 331, "cardId" : 673}, {"xp" : 47844, "rank" : 44, "cardId" : 171}, {"xp" : 14447, "rank" : 189, "cardId" : 676}, {"xp" : 68322, "rank" : 160, "cardId" : 101}, {"xp" : 28233, "rank" : 343, "cardId" : 521}, {"xp" : 2794, "rank" : 339, "cardId" : 650}, {"xp" : 9251, "rank" : 81, "cardId" : 640}, {"xp" : 12491, "rank" : 140, "cardId" : 714}, {"xp" : 17255, "rank" : 279, "cardId" : 584}, {"xp" : 15203, "rank" : 424, "cardId" : 675}, {"xp" : 44722, "rank" : 332, "cardId" : 403}, {"xp" : 52103, "rank" : 364, "cardId" : 273}, {"xp" : 18638, "rank" : 95, "cardId" : 669}, {"xp" : 9699, "rank" : 437, "cardId" : 423}, {"xp" : 58011, "rank" : 210, "cardId" : 472}, {"xp" : 72958, "rank" : 210, "cardId" : 280}, {"xp" : 57882, "rank" : 448, "cardId" : 265}, {"xp" : 14922, "rank" : 490, "cardId" : 573}]}
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": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404354829, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cb6e2005428d485ca9d568943b21bfb1", "wof:id" : 404354829, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.86740199342863, 47.69533462540117, 3.94414578472271, 47.77208595206876], "geometry" : {"coordinates" : [[[3.90649294502168, 47.69533462540117], [3.89797419874861, 47.70013501456028], [3.90919917348024, 47.71173192478353], [3.90979002760751, 47.7221237173778], [3.89294114458005, 47.73001248089804], [3.87833752778685, 47.72789972120966], [3.87249474200565, 47.73363211259273], [3.86740199342863, 47.73305789378738], [3.88471298389812, 47.74548479432416], [3.89927823981528, 47.74581486560358], [3.91019204271986, 47.75736885194916], [3.93187364272303, 47.77208595206876], [3.93705302188788, 47.77201762714898], [3.94414578472271, 47.76841428132184], [3.93047797287608, 47.74953151524139], [3.93075283272303, 47.73929508837856], [3.91687041281019, 47.72428274299512], [3.91209158008444, 47.69994476769312], [3.90805911548685, 47.69648364344967], [3.90649294502168, 47.69533462540117]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "WeakSubscriptionBuilder"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"minutes" : 60, "pubdate" : "2016-05-31T23:59:59+09:00", "tags" : ["monthly report"], "title" : "2016-05 \u3075\u308a\u304b\u3048\u308a"}
json_instruct
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "url", "curator", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Swift Server Work Group annual update", "description" : "\u201cSwift on server is being used in production everywhere by huge and small companies alike. We need to do a better job of showing people this.\u201c.", "url" : "https://swift.org/blog/sswg-update/", "curator" : {"name" : "Pedro Carrasco", "url" : "https://twitter.com/pedrommcarrasco"}, "tags" : ["evolution"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "url", "curator", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"buildId": {"type": "string"}, "previousBuildId": {"type": "string"}, "locale": {"type": "string"}, "env": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "fingerprints": {"type": "array", "items": {"type": "string"}}, "artifacts": {"type": "array", "items": {"type": "string"}}, "recommended": {"type": "array", "items": {"type": "string"}}}, "required": ["buildId", "previousBuildId", "locale", "env", "name", "version", "fingerprints", "artifacts", "recommended"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"buildId" : "emaili!prod!2.1!en-Us", "previousBuildId" : "emaili!prod!2.0!en-US", "locale" : "en-US", "env" : "prod", "name" : "email", "version" : "2.1", "fingerprints" : ["a", "a.gz"], "artifacts" : ["a/email.js"], "recommended" : ["a/email.js"]}
json_instruct
{"type": "object", "properties": {"buildId": {"type": "string"}, "previousBuildId": {"type": "string"}, "locale": {"type": "string"}, "env": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "fingerprints": {"type": "array", "items": {"type": "string"}}, "artifacts": {"type": "array", "items": {"type": "string"}}, "recommended": {"type": "array", "items": {"type": "string"}}}, "required": ["buildId", "previousBuildId", "locale", "env", "name", "version", "fingerprints", "artifacts", "recommended"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[1.0, 2.0, 3.0]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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": {"26588": {"type": "string"}}, "required": ["26588"]}, "timeto": {"type": "object", "properties": {"26588": {"type": "number"}}, "required": ["26588"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 26589, "title" : ["[Caligos Isle, Upper Berm]"], "description" : ["Cresting the slope of the berm, and at the farthest point from the waterline, hardy tufts of beach grass poke up through the dark sand, preventing storms and high winds from eroding the narrow shelf. Close by, a bumbling aelotoi tourist mills about on a raised log platform loosely bound together by strands of torn, dirty cloth."], "paths" : ["Obvious paths: down"], "location" : "Caligos Isle", "wayto" : {"26588" : "down"}, "timeto" : {"26588" : 0.2}, "image" : "fest-ebon_gate-caligos_isle-1539222190.png", "image_coords" : [593, 385, 607, 398], "tags" : ["shovel", "shovels"]}
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": {"26588": {"type": "string"}}, "required": ["26588"]}, "timeto": {"type": "object", "properties": {"26588": {"type": "number"}}, "required": ["26588"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["atax_kernel20"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"atax_kernel20" : {"write" : {"device_start" : 1586197807.8749342, "host_queued_start" : 1586197890.856139, "device_queued" : 1586197807.8749166, "device_end" : 1586197807.8750494, "host_queued_end" : 1586197890.856499}, "device" : "gpu", "nd_range" : {"device_start" : 1586197807.8750575, "device_end" : 1586197807.8750854}, "cmdq" : 0, "read" : {"device_start" : 1586197807.8750944, "device_end" : 1586197807.875096}}}
json_instruct
{"type": "object", "properties": {"atax_kernel20": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "required": ["device_start", "host_queued_start", "device_queued", "device_end", "host_queued_end"]}, "device": {"type": "string"}, "nd_range": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}, "cmdq": {"type": "integer"}, "read": {"type": "object", "properties": {"device_start": {"type": "number"}, "device_end": {"type": "number"}}, "required": ["device_start", "device_end"]}}, "required": ["write", "device", "nd_range", "cmdq", "read"]}}, "required": ["atax_kernel20"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "C:\\android projects\\dyplomowa\\projekt-janusze-programowania2\\Application\\build\\intermediates\\res\\merged\\debug\\layout-sw600dp-v13\\design_layout_snackbar.xml", "source" : "C:\\android projects\\dyplomowa\\projekt-janusze-programowania2\\Application\\build\\intermediates\\exploded-aar\\com.android.support\\design\\24.0.0\\res\\layout-sw600dp-v13\\design_layout_snackbar.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@inabagumi/prettier-config": {"type": "string"}, "conventional-github-releaser": {"type": "string"}, "eslint": {"type": "string"}, "lerna": {"type": "string"}, "prettier": {"type": "string"}, "react": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@inabagumi/prettier-config", "conventional-github-releaser", "eslint", "lerna", "prettier", "react", "typescript"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "prettier": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "resolutions": {"type": "object", "properties": {"minimist": {"type": "string"}}, "required": ["minimist"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "format": {"type": "string"}, "format-check": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "format", "format-check", "release"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "bugs", "dependencies", "description", "devDependencies", "homepage", "license", "prettier", "private", "repository", "resolutions", "scripts", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Haneru Developers", "bugs" : {"url" : "https://github.com/inabagumi/eslint-config/issues"}, "dependencies" : {}, "description" : "", "devDependencies" : {"@inabagumi/prettier-config" : "^1.1.3", "conventional-github-releaser" : "^3.1.5", "eslint" : "^7.28.0", "lerna" : "^4.0.0", "prettier" : "~2.3.1", "react" : "^17.0.2", "typescript" : "~4.3.3"}, "homepage" : "https://github.com/inabagumi/eslint-config", "license" : "MIT", "prettier" : "@inabagumi/prettier-config", "private" : true, "repository" : {"type" : "git", "url" : "git+https://github.com/inabagumi/eslint-config.git"}, "resolutions" : {"minimist" : "^1.2.5"}, "scripts" : {"build" : "lerna run build", "format" : "prettier --ignore-path .gitignore --write \"**/*.{js,json,ts}\"", "format-check" : "prettier --ignore-path .gitignore --check \"**/*.{js,json,ts}\"", "release" : "lerna version"}, "workspaces" : ["packages/*"]}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@inabagumi/prettier-config": {"type": "string"}, "conventional-github-releaser": {"type": "string"}, "eslint": {"type": "string"}, "lerna": {"type": "string"}, "prettier": {"type": "string"}, "react": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@inabagumi/prettier-config", "conventional-github-releaser", "eslint", "lerna", "prettier", "react", "typescript"]}, "homepage": {"type": "string"}, "license": {"type": "string"}, "prettier": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "resolutions": {"type": "object", "properties": {"minimist": {"type": "string"}}, "required": ["minimist"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "format": {"type": "string"}, "format-check": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "format", "format-check", "release"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "bugs", "dependencies", "description", "devDependencies", "homepage", "license", "prettier", "private", "repository", "resolutions", "scripts", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@abcnews/poll-counters-client": {"type": "string"}, "base-n": {"type": "string"}, "fastclick": {"type": "string"}, "raf": {"type": "string"}, "send-action": {"type": "string"}, "util-cmimg": {"type": "string"}, "yo-yo": {"type": "string"}}, "required": ["@abcnews/poll-counters-client", "base-n", "fastclick", "raf", "send-action", "util-cmimg", "yo-yo"]}, "devDependencies": {"type": "object", "properties": {"@abcnews/aunty": {"type": "string"}}, "required": ["@abcnews/aunty"]}, "aunty": {"type": "object", "properties": {"type": {"type": "string"}, "build": {"type": "object", "properties": {"extractCSS": {"type": "boolean"}, "useCSSModules": {"type": "boolean"}}, "required": ["extractCSS", "useCSSModules"]}, "webpack": {"type": "object", "properties": {"resolve": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"morphdom": {"type": "string"}}, "required": ["morphdom"]}}, "required": ["alias"]}}, "required": ["resolve"]}}, "required": ["type", "build", "webpack"]}}, "required": ["name", "version", "description", "license", "private", "contributors", "scripts", "dependencies", "devDependencies", "aunty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "interactive-oscars-predictions", "version" : "1.7.0", "description" : "Predict the outcome of the Oscars and compare against the rest of the audience.", "license" : "MIT", "private" : true, "contributors" : ["Colin Gourlay <[email protected]>"], "scripts" : {"start" : "aunty serve --debug"}, "dependencies" : {"@abcnews/poll-counters-client" : "^1.3.1", "base-n" : "^1.0.0", "fastclick" : "^1.0.6", "raf" : "^3.2.0", "send-action" : "^1.1.0", "util-cmimg" : "git+ssh://[email protected]:7999/news/util-cmimg.git", "yo-yo" : "^1.2.0"}, "devDependencies" : {"@abcnews/aunty" : "^10.8.0"}, "aunty" : {"type" : "basic", "build" : {"extractCSS" : true, "useCSSModules" : false}, "webpack" : {"resolve" : {"alias" : {"morphdom" : "morphdom/dist/morphdom.js"}}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "contributors": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@abcnews/poll-counters-client": {"type": "string"}, "base-n": {"type": "string"}, "fastclick": {"type": "string"}, "raf": {"type": "string"}, "send-action": {"type": "string"}, "util-cmimg": {"type": "string"}, "yo-yo": {"type": "string"}}, "required": ["@abcnews/poll-counters-client", "base-n", "fastclick", "raf", "send-action", "util-cmimg", "yo-yo"]}, "devDependencies": {"type": "object", "properties": {"@abcnews/aunty": {"type": "string"}}, "required": ["@abcnews/aunty"]}, "aunty": {"type": "object", "properties": {"type": {"type": "string"}, "build": {"type": "object", "properties": {"extractCSS": {"type": "boolean"}, "useCSSModules": {"type": "boolean"}}, "required": ["extractCSS", "useCSSModules"]}, "webpack": {"type": "object", "properties": {"resolve": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"morphdom": {"type": "string"}}, "required": ["morphdom"]}}, "required": ["alias"]}}, "required": ["resolve"]}}, "required": ["type", "build", "webpack"]}}, "required": ["name", "version", "description", "license", "private", "contributors", "scripts", "dependencies", "devDependencies", "aunty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"item_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "reference_id": {"type": "string"}, "reference_type": {"type": "string"}}, "required": ["value", "reference_id", "reference_type"]}}}, "required": ["item_type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"item_type" : "class", "items" : [{"value" : "org.empaia.global.v1.classes.roi", "reference_id" : "090e5537-4712-40f7-88b0-53cefa905b18", "reference_type" : "annotation"}]}
json_instruct
{"type": "object", "properties": {"item_type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "reference_id": {"type": "string"}, "reference_type": {"type": "string"}}, "required": ["value", "reference_id", "reference_type"]}}}, "required": ["item_type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Id" : "1297974", "ThreadId" : "564910", "Html" : "I've got my code running well on my local apache server but when I upload and try to call it in order to build an xlsx file from site the result is an unreadable xlsx. It seems to be something on my server so here are the specs:<br />\n<ul>\n<li>Centos 6.5</li>\n<li>Apache 2.2.15</li>\n<li>PHP 5.4.32</li>\n<li>GD 2.1.0 </li>\n<li>ZIP 1.11.0</li>\n<li>\nXML 2.7.6<br />\n</li>\n</ul>\nMy builder code is under a controller method (MVC) which as I said works like a charm in local server.\r<br />\n<br />\nExtract from the result:<br />\n<pre><code>\ufffdX\u0001\ufffd\u0004\u0013[Content_Types].xml\ufffd\ufffd</code></pre>\n\nAny help would be much appreciated!!<br />\n", "PostedDate" : "2014-09-01T20:28:54.02-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1298383", "ThreadId" : "564910", "Html" : "Solved!!!! The problem was because of a break line inserted who knows how and why. The solution was to add these two lines that seems to get everything in order before you send the headers:<br />\n<pre><code>ob_end_clean();\nob_start();\n\n// Redirect output to a client\u2019s web browser (Excel2007)\nheader('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');</code></pre>\n\n", "PostedDate" : "2014-09-02T17:53:50.8-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Pagalangan, Victoria, Laguna, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.laguna.victoria.pagalangan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "region_reference" : "41", "region_name" : "CALABARZON (Region IV-A)", "province_id" : "40", "province_reference" : "40", "province_name" : "Laguna", "city_id" : "1644", "city_reference" : "789", "city_name" : "Victoria", "barangay_id" : "41160", "barangay_reference" : "19768", "barangay_name" : "Pagalangan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.338272, 14.24103], [121.340187, 14.23931], [121.341164, 14.23706], [121.341782, 14.23443], [121.342827, 14.23262], [121.343224, 14.22968], [121.344017, 14.22765], [121.345207, 14.22542], [121.34623, 14.22419], [121.33963, 14.22011], [121.337646, 14.22492], [121.333107, 14.23158], [121.329887, 14.23778], [121.332039, 14.23793], [121.334953, 14.23929], [121.338272, 14.24103]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "scribunto-lua-error": {"type": "string"}}, "required": ["@metadata", "scribunto-lua-error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Murma174"]}, "scribunto-lua-error" : "Lua-feeler: $2"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "scribunto-lua-error": {"type": "string"}}, "required": ["@metadata", "scribunto-lua-error"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3b1bcee51d853d6a2a9bc955b94c005f44892bdb", "tool" : "maian", "start" : 1565667295.4570231, "end" : 1565667480.065439, "duration" : 184.60841584205627, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1105090025", "district_id" : "1105090", "name" : "BLANG TUALANG"}
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": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"divisionCode" : 610823100, "post" : "719100", "divisionName" : "\u6a2a\u5c71\u9547", "isLeaf" : 1}, {"divisionCode" : 610823101, "post" : "719100", "divisionName" : "\u77f3\u6e7e\u9547", "isLeaf" : 1}, {"divisionCode" : 610823102, "post" : "719100", "divisionName" : "\u9ad8\u9547", "isLeaf" : 1}, {"divisionCode" : 610823103, "post" : "719100", "divisionName" : "\u6b66\u9547", "isLeaf" : 1}, {"divisionCode" : 610823104, "post" : "719100", "divisionName" : "\u515a\u5c94\u9547", "isLeaf" : 1}, {"divisionCode" : 610823105, "post" : "719100", "divisionName" : "\u54cd\u6c34\u9547", "isLeaf" : 1}, {"divisionCode" : 610823106, "post" : "719100", "divisionName" : "\u6ce2\u7f57\u9547", "isLeaf" : 1}, {"divisionCode" : 610823107, "post" : "719100", "divisionName" : "\u6bbf\u5e02\u9547", "isLeaf" : 1}, {"divisionCode" : 610823108, "post" : "719100", "divisionName" : "\u5854\u6e7e\u9547", "isLeaf" : 1}, {"divisionCode" : 610823109, "post" : "719100", "divisionName" : "\u8d75\u77f3\u7554\u9547", "isLeaf" : 1}, {"divisionCode" : 610823110, "post" : "719100", "divisionName" : "\u9b4f\u5bb6\u697c\u9547", "isLeaf" : 1}, {"divisionCode" : 610823111, "post" : "719100", "divisionName" : "\u97e9\u5c94\u9547", "isLeaf" : 1}, {"divisionCode" : 610823203, "post" : "719100", "divisionName" : "\u767d\u754c\u4e61", "isLeaf" : 1}, {"divisionCode" : 610823207, "post" : "719100", "divisionName" : "\u96f7\u9f99\u6e7e\u4e61", "isLeaf" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "lerna", "rimraf", "ts-jest", "typescript"]}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}}, "required": ["name", "version", "description", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tad-pkg", "version" : "0.10.0", "description" : "Lerna monorepo for Tabular data viewer libraries and apps", "devDependencies" : {"@types/jest" : "^27.4.0", "jest" : "^27.4.6", "lerna" : "^4.0.0", "rimraf" : "^3.0.2", "ts-jest" : "^27.1.2", "typescript" : "^4.5.4"}, "scripts" : {"bootstrap" : "lerna bootstrap --hoist --force-local --ignore-prepublish"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "lerna", "rimraf", "ts-jest", "typescript"]}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}}, "required": ["name", "version", "description", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dummy-package", "version" : "1.0.0", "description" : "A dummy package"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["json8-is"]
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": "array", "items": {"type": "object", "properties": {"imagePath": {"type": "string"}, "imageVersion": {"type": "string"}, "imageType": {"type": "string"}, "description": {"type": "string"}, "versionState": {"type": "string"}, "releaseTag": {"type": "string"}}, "required": ["imagePath", "imageVersion", "imageType", "description", "versionState", "releaseTag"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"imagePath" : "path_pig_job", "imageVersion" : "4.1.2", "imageType" : "pig_job", "description" : "pig job", "versionState" : "ACTIVE", "releaseTag" : "2.1.2"}, {"imagePath" : "path_hadoop_job", "imageVersion" : "5.1.5", "imageType" : "hadoop_job", "description" : "hadoop job", "versionState" : "ACTIVE", "releaseTag" : "5.1.2"}, {"imagePath" : "path_kafka_push_job", "imageVersion" : "3.1.2", "imageType" : "kafka_push_job", "description" : "kafka push job", "versionState" : "ACTIVE", "releaseTag" : "3.1.2"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"imagePath": {"type": "string"}, "imageVersion": {"type": "string"}, "imageType": {"type": "string"}, "description": {"type": "string"}, "versionState": {"type": "string"}, "releaseTag": {"type": "string"}}, "required": ["imagePath", "imageVersion", "imageType", "description", "versionState", "releaseTag"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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/schema#"}
{"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 = _interopRequireDefault(require(\"./utils/createSvgIcon\"));\n\nvar _default = (0, _createSvgIcon.default)(_react.default.createElement(_react.default.Fragment, null, _react.default.createElement(\"path\", {\n fill: \"none\",\n d: \"M0 0h24v24H0V0z\"\n}), _react.default.createElement(\"g\", null, _react.default.createElement(\"path\", {\n d: \"M3 5v14h19V5H3zm17 4h-2.25V7H20v2zM9.25 11h2.25v2H9.25v-2zm-2 2H5v-2h2.25v2zm4.25-4H9.25V7h2.25v2zm2-2h2.25v2H13.5V7zm-2 8v2H9.25v-2h2.25zm2 0h2.25v2H13.5v-2zm0-2v-2h2.25v2H13.5zm4.25-2H20v2h-2.25v-2zM7.25 7v2H5V7h2.25zM5 15h2.25v2H5v-2zm12.75 2v-2H20v2h-2.25z\"\n}))), 'ViewComfyOutlined');\n\nexports.default = _default;", "map" : null, "metadata" : {}, "sourceType" : "script"}
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/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1Aq581Cr9fbKpDS2B9K5r67e5CuX6rTdbQ": {"type": "string"}}, "required": ["1Aq581Cr9fbKpDS2B9K5r67e5CuX6rTdbQ"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "GwHAO/OWU5GX1m3yIRgPaibR/paO+4HfByCbpCDY4jGKva1h7cUU0YlCOEtpBorLX2PpYw/E3gb3KREI+2nG2VA=", "cert_user_id" : "[email protected]", "files" : {"data.json" : {"sha512" : "586e195fc812cd4fa74a1ad75c9ed5afda509261ad52ea9d098e6a183aeba3b9", "size" : 259}}, "inner_path" : "data/users/1Aq581Cr9fbKpDS2B9K5r67e5CuX6rTdbQ/content.json", "modified" : 1484221712, "signs" : {"1Aq581Cr9fbKpDS2B9K5r67e5CuX6rTdbQ" : "G8vZrqoyz/myOGCXQawb/Ee++3kMVmdbOaVwtdICDq+MJpWfIZzFfTH2Ldtqa3ZDCH8YRxyyDrdlTGzFRu1bIfQ="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1Aq581Cr9fbKpDS2B9K5r67e5CuX6rTdbQ": {"type": "string"}}, "required": ["1Aq581Cr9fbKpDS2B9K5r67e5CuX6rTdbQ"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ethan": {"type": "string"}}, "required": ["ethan"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ZYLoadingAnimator", "version" : "0.0.1", "summary" : "A loadding/waitting hud for iOS", "description" : "ZYLoaddingAnimator is a loadding/waitting hud for iOS.", "homepage" : "https://github.com/ethanCun/ZYLoadAnimator.git", "license" : "MIT", "authors" : {"ethan" : "[email protected]"}, "platforms" : {"ios" : null}, "source" : {"git" : "https://github.com/ethanCun/ZYLoadAnimator.git", "tag" : "0.0.1"}, "source_files" : "ZYLoadingAnimator/*.{h,m}", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ethan": {"type": "string"}}, "required": ["ethan"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"imsammy": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["imsammy"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"imsammy" : {"title" : "ImSammy", "channel_id" : 31314256, "link" : "http://twitch.tv/imsammy", "desc" : null, "plans" : {"$4.99" : "78735", "$9.99" : "78737", "$24.99" : "78738"}, "id" : "imsammy", "first_seen" : "2017-07-03 15:35:08", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 78735, "emotes" : [{"code" : "imsammYPup", "image_id" : 256591, "set" : 78735}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"imsammy": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["imsammy"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"type": "number"}, "warmup_epochs": {"type": "integer"}}, "required": ["batch_size", "depth", "dropout", "ffn_hidden_size", "ffn_num_layers", "final_lr", "hidden_size", "init_lr", "max_lr", "warmup_epochs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batch_size" : 38, "depth" : 2, "dropout" : 0.034330358345444845, "ffn_hidden_size" : 1492, "ffn_num_layers" : 1, "final_lr" : 1.2974057681444767e-06, "hidden_size" : 935, "init_lr" : 1.5048092329378459e-05, "max_lr" : 0.00027313656544397696, "warmup_epochs" : 3}
json_instruct
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"type": "number"}, "warmup_epochs": {"type": "integer"}}, "required": ["batch_size", "depth", "dropout", "ffn_hidden_size", "ffn_num_layers", "final_lr", "hidden_size", "init_lr", "max_lr", "warmup_epochs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"criteria": {"type": "object", "properties": {"inv_changed-chest": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}}, "required": ["items"]}}, "required": ["trigger", "conditions"]}}, "required": ["inv_changed-chest"]}, "rewards": {"type": "object", "properties": {"recipes": {"type": "array", "items": {"type": "string"}}}, "required": ["recipes"]}, "requirements": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["criteria", "rewards", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"criteria" : {"inv_changed-chest" : {"trigger" : "minecraft:inventory_changed", "conditions" : {"items" : [{"item" : "chest"}]}}}, "rewards" : {"recipes" : ["toms_storage:inventory_cable_framed", "toms_storage:inventory_hopper_basic", "toms_storage:inventory_cable", "toms_storage:inventory_proxy", "toms_storage:open_crate", "toms_storage:paint_kit", "toms_storage:trim_clean", "toms_storage:trim"]}, "requirements" : [["inv_changed-chest"]]}
json_instruct
{"type": "object", "properties": {"criteria": {"type": "object", "properties": {"inv_changed-chest": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}}, "required": ["items"]}}, "required": ["trigger", "conditions"]}}, "required": ["inv_changed-chest"]}, "rewards": {"type": "object", "properties": {"recipes": {"type": "array", "items": {"type": "string"}}}, "required": ["recipes"]}, "requirements": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["criteria", "rewards", "requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"lumx.css": {"type": "string"}, "lumx.js": {"type": "string"}, "lumx.min.js": {"type": "string"}}, "required": ["lumx.css", "lumx.js", "lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lumx.css" : "sha256-ZCxE+tABgLTGTG4o8+F3lyX3w1tlsm3q2n7CTTVe0Os=", "lumx.js" : "sha256-xnJQvPVJPmxjWS7IWJg8jrrj0+NZiREI+zmfEUAogXs=", "lumx.min.js" : "sha256-KSOUsryY1UhY0tcPfy5uOX6qiI69mt4qh5Dxy1u340U="}
json_instruct
{"type": "object", "properties": {"lumx.css": {"type": "string"}, "lumx.js": {"type": "string"}, "lumx.min.js": {"type": "string"}}, "required": ["lumx.css", "lumx.js", "lumx.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"900248263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248264": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248265": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248266": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248267": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248268": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248269": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248270": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248271": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248272": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900248263", "900248264", "900248265", "900248266", "900248267", "900248268", "900248269", "900248270", "900248271", "900248272"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900248263" : {"nama" : "TPS 01", "dapil" : [3210, 13213, 2320803]}, "900248264" : {"nama" : "TPS 02", "dapil" : [3210, 13213, 2320803]}, "900248265" : {"nama" : "TPS 03", "dapil" : [3210, 13213, 2320803]}, "900248266" : {"nama" : "TPS 04", "dapil" : [3210, 13213, 2320803]}, "900248267" : {"nama" : "TPS 05", "dapil" : [3210, 13213, 2320803]}, "900248268" : {"nama" : "TPS 06", "dapil" : [3210, 13213, 2320803]}, "900248269" : {"nama" : "TPS 07", "dapil" : [3210, 13213, 2320803]}, "900248270" : {"nama" : "TPS 08", "dapil" : [3210, 13213, 2320803]}, "900248271" : {"nama" : "TPS 09", "dapil" : [3210, 13213, 2320803]}, "900248272" : {"nama" : "TPS 10", "dapil" : [3210, 13213, 2320803]}}
json_instruct
{"type": "object", "properties": {"900248263": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248264": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248265": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248266": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248267": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248268": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248269": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248270": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248271": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900248272": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900248263", "900248264", "900248265", "900248266", "900248267", "900248268", "900248269", "900248270", "900248271", "900248272"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"API": {"type": "object", "properties": {"GenerateVisits": {"type": "string"}, "KeepTokenSecret": {"type": "string"}, "LoadedAPIs": {"type": "string"}, "MoreInformation": {"type": "string"}, "QuickDocumentationTitle": {"type": "string"}, "UserAuthentication": {"type": "string"}, "UsingTokenAuth": {"type": "string"}}, "required": ["GenerateVisits", "KeepTokenSecret", "LoadedAPIs", "MoreInformation", "QuickDocumentationTitle", "UserAuthentication", "UsingTokenAuth"]}}, "required": ["API"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"API" : {"GenerateVisits" : "Ef \u00fe\u00fa hefur ekki g\u00f6gn dagsins \u00ed dag ver\u00f0ur \u00fe\u00fa fyrst a\u00f0 b\u00faa til g\u00f6gn me\u00f0 a\u00f0 nota %s \u00edb\u00f3tina. Virkja\u00f0u %s \u00edb\u00f3tina og smelltu s\u00ed\u00f0an \u00e1 valmyndinni 'Gesta framlei\u00f0ni' \u00ed Piwik umsj\u00f3narmanns sv\u00e6\u00f0inu.", "KeepTokenSecret" : "\u00deessi t\u00f3kar au\u00f0kenning er eins leynd og \u00feitt notendanafn og lykilor\u00f0 %s deili\u00f0 \u00fev\u00ed ekki%s!", "LoadedAPIs" : "T\u00f3kst a\u00f0 hla\u00f0a %s API", "MoreInformation" : "Fyrir frekari uppl\u00fdsingar um Piwik API, Vinsamlegast sko\u00f0i\u00f0 %s Inngangur a\u00f0 Piwik API %s og %s Piwik API Tilv\u00edsunir %s.", "QuickDocumentationTitle" : "API hra\u00f0skj\u00f6l.", "UserAuthentication" : "Notenda au\u00f0kenning", "UsingTokenAuth" : "Ef \u00fe\u00fa vilt a\u00f0 %s bi\u00f0ji um g\u00f6gn inn \u00ed skriftu e\u00f0a crontab f\u00e6rslu osfv. %s ver\u00f0ur \u00fe\u00fa a\u00f0 b\u00e6ta vi\u00f0 f\u00e6ribreytu %s til API kalls vefsl\u00f3\u00f0ir sem krefst au\u00f0kenningar."}}
json_instruct
{"type": "object", "properties": {"API": {"type": "object", "properties": {"GenerateVisits": {"type": "string"}, "KeepTokenSecret": {"type": "string"}, "LoadedAPIs": {"type": "string"}, "MoreInformation": {"type": "string"}, "QuickDocumentationTitle": {"type": "string"}, "UserAuthentication": {"type": "string"}, "UsingTokenAuth": {"type": "string"}}, "required": ["GenerateVisits", "KeepTokenSecret", "LoadedAPIs", "MoreInformation", "QuickDocumentationTitle", "UserAuthentication", "UsingTokenAuth"]}}, "required": ["API"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_guid_": {"type": "string"}, "productName": {"type": "string"}, "operationName": {"type": "string"}, "method": {"type": "string"}, "uri": {"type": "string"}, "user": {"type": "object", "properties": {"_extends_": {"type": "string"}}, "required": ["_extends_"]}, "request": {"type": "object", "properties": {"_extends_": {"type": "string"}, "headers": {"type": "object", "properties": {"experimental": {"type": "string"}}, "required": ["experimental"]}}, "required": ["_extends_", "headers"]}}, "required": ["_guid_", "productName", "operationName", "method", "uri", "user", "request"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_guid_" : "F-123_Test_Data_Base", "productName" : "CCD Data Store", "operationName" : "validation of a set of fields as Case worker", "method" : "GET", "uri" : "/internal/case-types/{ctid}/event-triggers/{etid}?ignore-warning=false", "user" : {"_extends_" : "BeftaMasterCaseworker"}, "request" : {"_extends_" : "Common_Request", "headers" : {"experimental" : "true"}}}
json_instruct
{"type": "object", "properties": {"_guid_": {"type": "string"}, "productName": {"type": "string"}, "operationName": {"type": "string"}, "method": {"type": "string"}, "uri": {"type": "string"}, "user": {"type": "object", "properties": {"_extends_": {"type": "string"}}, "required": ["_extends_"]}, "request": {"type": "object", "properties": {"_extends_": {"type": "string"}, "headers": {"type": "object", "properties": {"experimental": {"type": "string"}}, "required": ["experimental"]}}, "required": ["_extends_", "headers"]}}, "required": ["_guid_", "productName", "operationName", "method", "uri", "user", "request"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["nosqwal"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"type": "integer"}, "score_recovery_index": {"type": "integer"}, "score_resting_hr": {"type": "integer"}, "score_sleep_balance": {"type": "integer"}, "score_temperature": {"type": "integer"}, "summary_date": {"type": "string"}}, "required": ["period_id", "rest_mode_state", "score", "score_activity_balance", "score_hrv_balance", "score_previous_day", "score_previous_night", "score_recovery_index", "score_resting_hr", "score_sleep_balance", "score_temperature", "summary_date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"period_id" : 2, "rest_mode_state" : 0, "score" : 70, "score_activity_balance" : 68, "score_hrv_balance" : 18, "score_previous_day" : 91, "score_previous_night" : 83, "score_recovery_index" : 55, "score_resting_hr" : 69, "score_sleep_balance" : 92, "score_temperature" : 97, "summary_date" : "2020-12-05"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"period_id": {"type": "integer"}, "rest_mode_state": {"type": "integer"}, "score": {"type": "integer"}, "score_activity_balance": {"type": "integer"}, "score_hrv_balance": {"type": "integer"}, "score_previous_day": {"type": "integer"}, "score_previous_night": {"type": "integer"}, "score_recovery_index": {"type": "integer"}, "score_resting_hr": {"type": "integer"}, "score_sleep_balance": {"type": "integer"}, "score_temperature": {"type": "integer"}, "summary_date": {"type": "string"}}, "required": ["period_id", "rest_mode_state", "score", "score_activity_balance", "score_hrv_balance", "score_previous_day", "score_previous_night", "score_recovery_index", "score_resting_hr", "score_sleep_balance", "score_temperature", "summary_date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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#"}
{"id" : "2019", "provinceId" : "11", "regencyId" : "05", "districtId" : "10", "name" : "Karak"}
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#"}
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" : "eaf0b48e6d8f03e6397ceef11d27b19d6ae8a7f9"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["2105262"], "\uc81c\uc548\uc77c\uc790" : ["2020-11-12"], "\uc81c\uc548\uc790" : ["\uc591\ud5a5\uc790\uc758\uc6d0\ub4f110\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c21\ub300(2020~2024)\uc81c382\ud68c"], "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9" : "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9 \n\n \ud604\ud589\ubc95\uc740 \ub0a9\uc138\uc790 \ubcf4\ud638\ub97c \uc704\ud558\uc5ec \uc138\ubb34\uacf5\ubb34\uc6d0\uc758 \uacfc\uc138\uc815\ubcf4 \ube44\ubc00\uc720\uc9c0 \uc758\ubb34\ub97c \uaddc\uc815\ud558\uace0, \ub2e4\ub9cc \uad6d\uac00\ub098 \uc9c0\ubc29\uc790\uce58\ub2e8\uccb4 \ub4f1\uc774 \uc870\uc138\ub97c \ubd80\uacfc\u00b7\uc9d5\uc218\ud558\uac70\ub098 \ubc95\uad00\uc774 \ubc1c\ubd80\ud55c \uc601\uc7a5\uc5d0 \ub530\ub77c \uacfc\uc138\uc815\ubcf4\ub97c \uc694\uad6c\ud558\ub294 \ub4f1 \ud589\uc815\ubaa9\uc801 \ub4f1\uc744 \ub2ec\uc131\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0\ub9cc \uc81c\ud55c\uc801\uc73c\ub85c \uacfc\uc138\uc815\ubcf4\ub97c \uacf5\uac1c\ud560 \uc218 \uc788\uc74c.\n \uadf8\ub7ec\ub098, \uad6d\uac00\uc801\u00b7\uc0ac\ud68c\uc801\uc73c\ub85c \uc911\uc694\ud55c \uc0ac\uac74\uc758 \uacbd\uc6b0\uc5d0\ub294 \uad00\ub828\uc790\uc758 \uccb4\ub0a9\uc0ac\uc2e4 \ub4f1 \uacfc\uc138\uc815\ubcf4 \uacf5\uac1c\ub97c \ud1b5\ud574 \uacf5\uacf5\uc758 \uc774\uc775\uc744 \ubcf4\ud638\ud558\uace0 \uad6d\ubbfc\uc758 \uc54c\uad8c\ub9ac\ub97c \uc801\uadf9\uc801\uc73c\ub85c \ubcf4\uc7a5\ud560 \ud544\uc694\uac00 \uc788\uc74c\uc5d0\ub3c4 \ubd88\uad6c\ud558\uace0 \ud604\ud589\ubc95\uc5d0\ub294 \uc774\uc5d0 \ub300\ud55c \uadfc\uac70 \uaddc\uc815\uc774 \uc5c6\uc5b4 \uc815\ubcf4\uacf5\uac1c\uac00 \uc5b4\ub824\uc6b4 \uc0c1\ud669\uc784. \n \ucc38\uace0\ub85c, \ub3c5\uc77c\uc740 \uc6b0\ub9ac\ub098\ub77c\uc640 \uac19\uc774 \uacfc\uc138\uc815\ubcf4 \ube44\ubc00\uc720\uc9c0 \uc758\ubb34\ub97c \uaddc\uc815\ud558\uace0 \uc788\uc9c0\ub9cc, \uad6d\uac00\uc548\ubcf4 \ub4f1 \uc911\ub300\ud55c \uacf5\uc775\uc744 \ubcf4\ud638\ud558\uae30 \uc704\ud574 \ud544\uc694\ud55c \uacbd\uc6b0\uc5d0\ub294 \uacfc\uc138\uc815\ubcf4\ub97c \uacf5\uac1c\ud560 \uc218 \uc788\ub3c4\ub85d \ud558\uace0 \uc788\uc74c. \n \uc774\uc5d0 \uac1c\uc815\uc548\uc740 \uc77c\ubc18\uad6d\ubbfc\uc774 \uacf5\uacf5\uc758 \uc774\uc775\uc5d0 \uc911\ub300\ud55c \uc601\ud5a5\uc744 \ubbf8\uce5c\ub2e4\uace0 \ud310\ub2e8\ub418\ub294 \uacfc\uc138\uc815\ubcf4\ub97c \uc694\uccad\ud558\ub294 \uacbd\uc6b0 \uad6d\uc138\uc815\ubcf4\uc704\uc6d0\ud68c\uc758 \uc2ec\uc758\ub97c \uac70\uccd0 \uacf5\uac1c\ud560 \uc218 \uc788\ub3c4\ub85d \ud558\ub824\ub294 \uac83\uc784(\uc548 \uc81c81\uc870\uc75813\uc81c1\ud56d\uc81c9\ud638 \uc2e0\uc124)."}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4" : {"\uc18c\uad00\uc704\uc6d0\ud68c" : ["\uae30\ud68d\uc7ac\uc815\uc704\uc6d0\ud68c"], "\ud68c\ubd80\uc77c" : ["2020-11-13"], "\uc0c1\uc815\uc77c" : [""], "\ucc98\ub9ac\uc77c" : [""], "\ucc98\ub9ac\uacb0\uacfc" : [""], "\ubb38\uc11c" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9": {"type": "string"}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30", "\uc81c\uc548\uc774\uc720 \ubc0f \uc8fc\uc694\ub0b4\uc6a9"]}, " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4": {"type": "object", "properties": {"\uc18c\uad00\uc704\uc6d0\ud68c": {"type": "array", "items": {"type": "string"}}, "\ud68c\ubd80\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uc77c": {"type": "array", "items": {"type": "string"}}, "\ucc98\ub9ac\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc18c\uad00\uc704\uc6d0\ud68c", "\ud68c\ubd80\uc77c", "\uc0c1\uc815\uc77c", "\ucc98\ub9ac\uc77c", "\ucc98\ub9ac\uacb0\uacfc", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", " \uc18c\uad00\uc704 \uc2ec\uc0ac\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Coat protein": {"type": "string"}, "CP": {"type": "string"}, "17 kDa protein": {"type": "string"}, "MP": {"type": "string"}, "Q00011": {"type": "string"}, "CAPSD_BYDVR": {"type": "string"}, "Major capsid protein": {"type": "string"}, "P29047": {"type": "string"}, "MVP_BYDVR": {"type": "string"}, "Movement protein": {"type": "string"}, "P29045": {"type": "string"}, "RDRP_BYDVR": {"type": "string"}, "Putative RNA-directed RNA polymerase": {"type": "string"}}, "required": ["Coat protein", "CP", "17 kDa protein", "MP", "Q00011", "CAPSD_BYDVR", "Major capsid protein", "P29047", "MVP_BYDVR", "Movement protein", "P29045", "RDRP_BYDVR", "Putative RNA-directed RNA polymerase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Coat protein" : "Q00011", "CP" : "Q00011", "17 kDa protein" : "P29047", "MP" : "P29047", "Q00011" : "Q00011", "CAPSD_BYDVR" : "Q00011", "Major capsid protein" : "Q00011", "P29047" : "P29047", "MVP_BYDVR" : "P29047", "Movement protein" : "P29047", "P29045" : "P29045", "RDRP_BYDVR" : "P29045", "Putative RNA-directed RNA polymerase" : "P29045"}
json_instruct
{"type": "object", "properties": {"Coat protein": {"type": "string"}, "CP": {"type": "string"}, "17 kDa protein": {"type": "string"}, "MP": {"type": "string"}, "Q00011": {"type": "string"}, "CAPSD_BYDVR": {"type": "string"}, "Major capsid protein": {"type": "string"}, "P29047": {"type": "string"}, "MVP_BYDVR": {"type": "string"}, "Movement protein": {"type": "string"}, "P29045": {"type": "string"}, "RDRP_BYDVR": {"type": "string"}, "Putative RNA-directed RNA polymerase": {"type": "string"}}, "required": ["Coat protein", "CP", "17 kDa protein", "MP", "Q00011", "CAPSD_BYDVR", "Major capsid protein", "P29047", "MVP_BYDVR", "Movement protein", "P29045", "RDRP_BYDVR", "Putative RNA-directed RNA polymerase"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "mililam", "h" : [{"d" : [{"f" : "\u5206\u9818\uff0c\u7372\u5f97\uff08\u61c9\u5f97\u7684\u4e00\u4efd\uff09\u3002", "e" : ["\ufff9`Mi~`lilam~ `to~ `tama'~.\ufffa\ufffb\u5206\u5f97\u7375\u7269\u3002"]}]}], "stem" : "lilam"}
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"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"192.168.6.133": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}}, "required": ["1h", "6h"]}, "192.168.6.101": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}}, "required": ["1h", "6h"]}, "8.8.8.8": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}}, "required": ["1h", "6h"]}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"192.168.6.133" : {"1h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}, "6h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}}, "192.168.6.101" : {"1h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}, "6h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}}, "8.8.8.8" : {"1h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}, "6h" : {"192.168.6.133" : 1.0, "192.168.6.101" : 1.0, "8.8.8.8" : 1.0}}}
json_instruct
{"type": "object", "properties": {"192.168.6.133": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}}, "required": ["1h", "6h"]}, "192.168.6.101": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}}, "required": ["1h", "6h"]}, "8.8.8.8": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}, "6h": {"type": "object", "properties": {"192.168.6.133": {"type": "number"}, "192.168.6.101": {"type": "number"}, "8.8.8.8": {"type": "number"}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"]}}, "required": ["1h", "6h"]}}, "required": ["192.168.6.133", "192.168.6.101", "8.8.8.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "SINCE THEY ARE ABOUT IDEAS IN THE MIND, WHICH ARE NONE OF THEM FALSE OR DISPROPORTIONATE:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9000.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 1)", "(1, 1, 1)", "(2, 0, 1)", "(2, 1, 1)", "(3, 0, 1)", "(3, 1, 1)", "(4, 0, 1)", "(4, 1, 1)", "(5, 0, 1)", "(5, 1, 1)", "(6, 0, 1)", "(6, 1, 1)"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"(0, 0, 2)" : "Delhi", "(1, 0, 1)" : "Union territory", "(1, 1, 1)" : "16,787,941", "(2, 0, 1)" : "Density", "(2, 1, 1)" : "11,312/km2 (29,298/sq mi)", "(3, 0, 1)" : "Urban", "(3, 1, 1)" : "16,349,831 (2nd)", "(4, 0, 1)" : "Megacity", "(4, 1, 1)" : "11,034,555 (2nd)", "(5, 0, 1)" : "Metro (2016)", "(5, 1, 1)" : "26,454,000 (1st)", "(6, 0, 1)" : "Demonym(s)", "(6, 1, 1)" : "Delhiite"}
json_instruct
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 1)", "(1, 1, 1)", "(2, 0, 1)", "(2, 1, 1)", "(3, 0, 1)", "(3, 1, 1)", "(4, 0, 1)", "(4, 1, 1)", "(5, 0, 1)", "(5, 1, 1)", "(6, 0, 1)", "(6, 1, 1)"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"sn35.227:1.1": {"type": "string"}, "sn35.227:2.1": {"type": "string"}}, "required": ["sn35.227:1.1", "sn35.227:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn35.227:1.1" : "ms13S4_919, msdiv227, vri26.161", "sn35.227:2.1" : "ms13S4_922"}
json_instruct
{"type": "object", "properties": {"sn35.227:1.1": {"type": "string"}, "sn35.227:2.1": {"type": "string"}}, "required": ["sn35.227:1.1", "sn35.227:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"Datadive": {"type": "string"}}, "required": ["Datadive"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "array", "items": {"type": "string"}}, "resources": {"type": "string"}, "requires_arc": {"type": "boolean"}, "libraries": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files", "public_header_files", "resources", "requires_arc", "libraries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Datadive", "version" : "1.2.1", "summary" : "Datadive iOS SDK.", "homepage" : "https://datadive.ai", "license" : {"type" : "MIT"}, "authors" : {"Datadive" : "[email protected]"}, "platforms" : {"ios" : "10.0"}, "source" : {"git" : "https://github.com/datadive-ai/dave-ios-amp.git", "tag" : "v1.2.1"}, "source_files" : "Sources/Datadive-iOS-AMP/*.{h,m}", "public_header_files" : ["Sources/Datadive-iOS-AMP/Datadive.h", "Sources/Datadive-iOS-AMP/DDIdentify.h", "Sources/Datadive-iOS-AMP/DDRevenue.h", "Sources/Datadive-iOS-AMP/DDTrackingOptions.h", "Sources/Datadive-iOS-AMP/Datadive+SSLPinning.h"], "resources" : "Sources/Datadive-iOS-AMP/**/*.der", "requires_arc" : true, "libraries" : "sqlite3.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "authors": {"type": "object", "properties": {"Datadive": {"type": "string"}}, "required": ["Datadive"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "array", "items": {"type": "string"}}, "resources": {"type": "string"}, "requires_arc": {"type": "boolean"}, "libraries": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "source_files", "public_header_files", "resources", "requires_arc", "libraries"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"metricId": {"type": "string"}, "metrics": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "successfulInstalls": {"type": "integer"}, "failedInstalls": {"type": "integer"}}, "required": ["from", "to", "successfulInstalls", "failedInstalls"]}}, "required": ["metricId", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"metricId" : "5324201f-38c9-4669-b2a2-67d0e7eddfbe", "metrics" : {"from" : "2020-03-14T16:28:43.429Z", "to" : "2020-03-15T03:45:26.216Z", "successfulInstalls" : 2, "failedInstalls" : 1}}
json_instruct
{"type": "object", "properties": {"metricId": {"type": "string"}, "metrics": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "successfulInstalls": {"type": "integer"}, "failedInstalls": {"type": "integer"}}, "required": ["from", "to", "successfulInstalls", "failedInstalls"]}}, "required": ["metricId", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3404120003, "parent" : 3404120, "name" : "MINOMARTANI", "latitude" : null, "longitude" : null, "postal" : [55581], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap-growl": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["bootstrap", "bootstrap-growl", "font-awesome"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "palette", "dependencies" : {"bootstrap" : "3.3.7", "bootstrap-growl" : "1.1.0", "font-awesome" : "4.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap-growl": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["bootstrap", "bootstrap-growl", "font-awesome"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"325448aafa6a3661b8abc73d897a18a2428552dc7c0d66154473c454424e58d8\"", "Last-Modified" : "Mon, 10 May 2021 21:27:29 GMT", "base" : {"repo" : {"name" : "sagelib-feedstock"}}, "closed_at" : "2021-05-10T21:27:29Z", "created_at" : "2021-05-09T22:33:45Z", "draft" : false, "head" : {"ref" : "9.4_h4f1430"}, "html_url" : "https://github.com/conda-forge/sagelib-feedstock/pull/110", "id" : 636414206, "labels" : [], "mergeable" : true, "mergeable_state" : "unstable", "merged" : false, "merged_at" : null, "number" : 110, "state" : "closed", "updated_at" : "2021-05-10T21:27:29Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442731269.087005, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 222604984003676187513861015019918448644, "status_code" : "OK", "status_msg" : "OK", "local_id" : "", "result" : {"tag" : {"classes" : ["nobody", "sky", "megalith", "sunset", "landscape", "ancient", "evening", "travel", "stone", "outdoors", "light", "mystery", "night", "shadow", "architecture", "religion", "monument", "sun", "grass", "dusk"], "probs" : [0.9972693920135498, 0.9935985803604126, 0.992989718914032, 0.9924579858779907, 0.9897111058235168, 0.9884238243103027, 0.9862198233604431, 0.9847630262374878, 0.9775027632713318, 0.9756895899772644, 0.9672790765762329, 0.9585951566696167, 0.9585047960281372, 0.9518511295318604, 0.9506877660751343, 0.9488652348518372, 0.9465345144271851, 0.9386052489280701, 0.9350848197937012, 0.9338368773460388]}}, "docid_str" : "a7782913016dcbb6a852da3732c7d804"}]}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "config"]}}, "required": ["tag"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"docid": {"type": "integer"}, "status_code": {"type": "string"}, "status_msg": {"type": "string"}, "local_id": {"type": "string"}, "result": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"classes": {"type": "array", "items": {"type": "string"}}, "probs": {"type": "array", "items": {"type": "number"}}}, "required": ["classes", "probs"]}}, "required": ["tag"]}, "docid_str": {"type": "string"}}, "required": ["docid", "status_code", "status_msg", "local_id", "result", "docid_str"]}}}, "required": ["status_code", "status_msg", "meta", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"LHV": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"email": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "string"}, "language": {"type": "string"}}, "required": ["email", "facebook", "twitter", "language"]}, "regions": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "contact", "regions", "keywords"]}}, "required": ["LHV"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LHV" : {"domain" : "lhv.ee", "url" : "https://www.lhv.ee/", "contact" : {"email" : "[email protected]", "facebook" : "LHVPank", "twitter" : "ellhaavee", "language" : "et"}, "regions" : ["ee"], "keywords" : ["banking"]}}
json_instruct
{"type": "object", "properties": {"LHV": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"email": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "string"}, "language": {"type": "string"}}, "required": ["email", "facebook", "twitter", "language"]}, "regions": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "contact", "regions", "keywords"]}}, "required": ["LHV"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "AmateurPhotography", "hour" : "01", "avg" : 17.916666666666668}, {"subreddit" : "AmateurPhotography", "hour" : "02", "avg" : 15.916666666666666}, {"subreddit" : "AmateurPhotography", "hour" : "03", "avg" : 14.789473684210526}, {"subreddit" : "AmateurPhotography", "hour" : "04", "avg" : 14.823529411764707}, {"subreddit" : "AmateurPhotography", "hour" : "05", "avg" : 15.32258064516129}, {"subreddit" : "AmateurPhotography", "hour" : "06", "avg" : 25.157894736842106}, {"subreddit" : "AmateurPhotography", "hour" : "07", "avg" : 17.125}, {"subreddit" : "AmateurPhotography", "hour" : "08", "avg" : 108.0}, {"subreddit" : "AmateurPhotography", "hour" : "09", "avg" : 16.0}, {"subreddit" : "AmateurPhotography", "hour" : "10", "avg" : 23.7}, {"subreddit" : "AmateurPhotography", "hour" : "11", "avg" : 6.4}, {"subreddit" : "AmateurPhotography", "hour" : "12", "avg" : 10.916666666666666}, {"subreddit" : "AmateurPhotography", "hour" : "13", "avg" : 39.95454545454545}, {"subreddit" : "AmateurPhotography", "hour" : "14", "avg" : 20.681818181818183}, {"subreddit" : "AmateurPhotography", "hour" : "15", "avg" : 10.206896551724139}, {"subreddit" : "AmateurPhotography", "hour" : "16", "avg" : 10.724137931034482}, {"subreddit" : "AmateurPhotography", "hour" : "17", "avg" : 23.44}, {"subreddit" : "AmateurPhotography", "hour" : "18", "avg" : 28.62962962962963}, {"subreddit" : "AmateurPhotography", "hour" : "19", "avg" : 18.181818181818183}, {"subreddit" : "AmateurPhotography", "hour" : "20", "avg" : 8.030303030303031}, {"subreddit" : "AmateurPhotography", "hour" : "21", "avg" : 14.444444444444445}, {"subreddit" : "AmateurPhotography", "hour" : "22", "avg" : 18.466666666666665}, {"subreddit" : "AmateurPhotography", "hour" : "23", "avg" : 9.758620689655173}]
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id_4552": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_4552"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_4552" : {"title" : "Creative Chemistry", "language" : "English", "totaltime" : "11:06:34", "url_librivox" : "http://librivox.org/creative-chemistry-by-edwin-e-slosson/", "url_iarchive" : "http://www.archive.org/details/creativechemistry_1010_librivox", "readers" : ["3977"], "authors" : "1397", "genres" : "*Non-fiction"}}
json_instruct
{"type": "object", "properties": {"id_4552": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_4552"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "udis86", "pkg_version" : "1.7.2_1", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:d21c7de8ded29dbf2218802883f3a2e702e338722345b06aeab3a5146b81b29e"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:97a5c453ede751fa70387f5c66f3c618bdc421d29ed1da6ec6e002b0efd7705f"}, "monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:d3b5ae26039dad3f35b3ead709fb8ee9be23ccaeb619d0b009830e7d94e151db"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:d34571cf019e170edc18b80d678db9d27d1cbbeab7e4c1ba9e667868a1d3dd43"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:6e9b87a5a4d1de46246e92bc536113a6a56ec0c4565c2c0c0d122eb34ff4025b"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/udis86/blobs/sha256:a8a15d4f3b8bad23184fdace5ddc482e4d1b5d7f98030791ecf91983ec909d5a"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"docs": {"type": "object", "properties": {"Introduction": {"type": "array", "items": {"type": "string"}}, "Getting Started": {"type": "array", "items": {"type": "string"}}, "CRUD": {"type": "array", "items": {"type": "string"}}, "Generator Plugins": {"type": "array", "items": {"type": "string"}}, "Database": {"type": "array", "items": {"type": "string"}}, "Migrating to Graphback": {"type": "array", "items": {"type": "string"}}, "Reference": {"type": "array", "items": {"type": "string"}}, "Releases": {"type": "array", "items": {"type": "string"}}}, "required": ["Introduction", "Getting Started", "CRUD", "Generator Plugins", "Database", "Migrating to Graphback", "Reference", "Releases"]}}, "required": ["docs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"docs" : {"Introduction" : ["gettingstarted"], "Getting Started" : ["intro/quickstart", "intro/existingproject", "intro/serverless", "intro/datamodel"], "CRUD" : ["crud/crudspec", "crud/crudruntime"], "Generator Plugins" : ["plugins/plugin-intro", "plugins/crud-schema", "plugins/crud-resolvers", "plugins/crud-client", "plugins/customplugin"], "Database" : ["db/dbintroduction", "db/dbmigrations", "db/datasources"], "Migrating to Graphback" : ["migrations/intromigrations", "migrations/openapi"], "Reference" : ["commands"], "Releases" : ["releases"]}}
json_instruct
{"type": "object", "properties": {"docs": {"type": "object", "properties": {"Introduction": {"type": "array", "items": {"type": "string"}}, "Getting Started": {"type": "array", "items": {"type": "string"}}, "CRUD": {"type": "array", "items": {"type": "string"}}, "Generator Plugins": {"type": "array", "items": {"type": "string"}}, "Database": {"type": "array", "items": {"type": "string"}}, "Migrating to Graphback": {"type": "array", "items": {"type": "string"}}, "Reference": {"type": "array", "items": {"type": "string"}}, "Releases": {"type": "array", "items": {"type": "string"}}}, "required": ["Introduction", "Getting Started", "CRUD", "Generator Plugins", "Database", "Migrating to Graphback", "Reference", "Releases"]}}, "required": ["docs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "title", "version", "description", "homepage", "author", "repository", "bugs", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lazzy", "title" : "Lazzy", "version" : "3.0.0", "description" : "Modern and lightweight lazy loading library", "homepage" : "https://github.com/ID01010010/lazzy", "author" : {"name" : "ID01010010", "email" : "[email protected]"}, "repository" : {"type" : "git", "url" : "https://github.com/ID01010010/lazzy"}, "bugs" : {"url" : "https://github.com/ID01010010/lazzy/issues"}, "keywords" : ["lazzy", "lazy", "lazyload", "images", "responsive", "seo", "optimization", "performance", "lightweight", "no dependencies"], "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "title", "version", "description", "homepage", "author", "repository", "bugs", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/atmospheric_kousa_planks_bricks_connecting"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[162, 42], [160, 37], [141, 48], [145, 46], [189, 27], [169, 30], [173, 32], [75, 48], [183, 24], [184, 22], [176, 23], [88, 47], [175, 20], [127, 55], [51, 69], [152, 164], [122, 59], [156, 162], [116, 6], [167, 169], [42, 64], [30, 57], [167, 173], [179, 193], [80, 75], [25, 58], [94, 79], [118, 17], [116, 19], [112, 37], [152, 146], [176, 186], [100, 82], [172, 182], [155, 141], [179, 185], [110, 41], [117, 27], [169, 183], [68, 75], [18, 48], [119, 31], [27, 35], [14, 47], [103, 100], [86, 89], [70, 88], [21, 34], [105, 101], [127, 114], [139, 119], [19, 25], [106, 111], [60, 96], [15, 28], [122, 108], [75, 96], [17, 20], [23, 9], [13, 18], [139, 109], [99, 120], [65, 104], [97, 124], [78, 111], [71, 127], [30, 104], [63, 119], [66, 134], [88, 131], [25, 100], [65, 130], [75, 135], [54, 113], [102, 147], [1, 131], [13, 119], [97, 152], [52, 140], [15, 116], [48, 134], [47, 119], [41, 210], [43, 144], [32, 204], [98, 165], [33, 152], [34, 207], [42, 206], [105, 166], [36, 145], [72, 162], [28, 154], [67, 156], [20, 172], [27, 210], [18, 212], [27, 214], [55, 203], [57, 208], [22, 161], [23, 158], [106, 183], [110, 186], [12, 169], [63, 177], [64, 196], [7, 172], [55, 177], [71, 197], [117, 195], [119, 192], [125, 204]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "310113008001", "text" : "\u864e\u6797\u5c45\u59d4\u4f1a"}, {"id" : "310113008002", "text" : "\u65b0\u6865\u5c45\u59d4\u4f1a"}, {"id" : "310113008003", "text" : "\u6cd7\u5858\u5c45\u59d4\u4f1a"}, {"id" : "310113008004", "text" : "\u864e\u6797\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008005", "text" : "\u6cd7\u5858\u4e09\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008006", "text" : "\u6cd7\u5858\u56db\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008007", "text" : "\u6cd7\u5858\u56db\u6751\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310113008008", "text" : "\u6cd7\u5858\u4e94\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008009", "text" : "\u6cd7\u5858\u4e94\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008010", "text" : "\u6cd7\u5858\u516d\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008011", "text" : "\u6cd7\u5858\u4e03\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008012", "text" : "\u6cd7\u5858\u516b\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008013", "text" : "\u547c\u739b\u4e00\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008014", "text" : "\u547c\u739b\u4e00\u6751\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310113008015", "text" : "\u5bcc\u6d69\u5c45\u59d4\u4f1a"}, {"id" : "310113008016", "text" : "\u6cd7\u5858\u4e03\u6751\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310113008017", "text" : "\u632f\u5174\u5c45\u59d4\u4f1a"}, {"id" : "310113008018", "text" : "\u901a\u6cb3\u4e00\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008019", "text" : "\u901a\u6cb3\u4e8c\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008020", "text" : "\u901a\u6cb3\u4e09\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008021", "text" : "\u901a\u6cb3\u4e09\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008022", "text" : "\u901a\u6cb3\u56db\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008023", "text" : "\u901a\u6cb3\u56db\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008024", "text" : "\u901a\u6cb3\u516d\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008025", "text" : "\u901a\u6cb3\u516d\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008026", "text" : "\u901a\u6cb3\u4e03\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008027", "text" : "\u901a\u6cb3\u516b\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008028", "text" : "\u901a\u6cb3\u516b\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008029", "text" : "\u901a\u6cb3\u516b\u6751\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310113008030", "text" : "\u547c\u739b\u4e8c\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008031", "text" : "\u547c\u739b\u4e8c\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008032", "text" : "\u547c\u739b\u4e09\u6751\u4e00\u5c45\u59d4\u4f1a"}, {"id" : "310113008033", "text" : "\u547c\u739b\u4e09\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008034", "text" : "\u547c\u739b\u4e09\u6751\u4e09\u5c45\u59d4\u4f1a"}, {"id" : "310113008035", "text" : "\u547c\u739b\u4e09\u6751\u56db\u5c45\u59d4\u4f1a"}, {"id" : "310113008036", "text" : "\u547c\u739b\u56db\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008037", "text" : "\u547c\u739b\u4e94\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008038", "text" : "\u901a\u6cb3\u4e03\u6751\u4e8c\u5c45\u59d4\u4f1a"}, {"id" : "310113008039", "text" : "\u901a\u6cb3\u4e5d\u6751\u5c45\u59d4\u4f1a"}, {"id" : "310113008040", "text" : "\u4e09\u6e58\u76db\u4e16\u82b1\u82d1\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101878723, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "6b32d1f9f4fe79d2e31780ddbbc9d855", "wof:id" : 101878723, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.50277992598899, 49.23794621533438, 6.51133019102485, 49.24423371395193], "geometry" : {"coordinates" : [[[6.5082029623062, 49.24423371395193], [6.50833095694475, 49.24243728750844], [6.51107443750999, 49.24252257865214], [6.51133019102485, 49.23892971441046], [6.50995854981983, 49.23888708080892], [6.51002250586419, 49.23798886478136], [6.50865089187874, 49.23794621533438], [6.5085869107952, 49.23884443046256], [6.50584363929318, 49.23875907953413], [6.50571556810928, 49.24055550514987], [6.50434388555243, 49.24051280276706], [6.50421575246679, 49.24230922519439], [6.50284402200936, 49.24226650426363], [6.50277992598899, 49.24316471405621], [6.50552343917678, 49.24325014097332], [6.50545939029007, 49.24414835222109], [6.5082029623062, 49.24423371395193]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "iata": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "iata", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "CYPD0", "name" : {"en" : "Port Hawkesbury / Port Hastings"}, "country" : "CA", "region" : "NS", "identifiers" : {"icao" : "CYPD", "iata" : "YPS", "usaf" : "710410"}, "location" : {"latitude" : 45.65, "longitude" : -61.3833, "elevation" : 115}, "timezone" : "America/Halifax"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "iata": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "iata", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5ece83d701e14e770d5835bf", "_tpl" : "56083cba4bdc2de22e8b456f", "parentId" : "5ece83d701e14e770d5835bb", "slotId" : "mod_stock"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "main", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yaap", "version" : "0.1.4", "main" : "./yaap.js", "repository" : {"type" : "git", "url" : "git://github.com/warmuuh/yaap.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "main", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0634\u062f \u06a9\u0648\u062f\u06a9\u06cc \u0648 \u0631\u0641\u062a \u062c\u0648\u0627\u0646\u06cc \u0632 \u062c\u0648\u0627\u0646", "m2" : "\u0631\u0648\u0632 \u067e\u06cc\u0631\u06cc \u0631\u0633\u06cc\u062f \u0628\u0631 \u067e\u0631 \u0632 \u062c\u0647\u0627\u0646"}, "1" : {"m1" : "\u0647\u0631 \u0645\u0647\u0645\u0627\u0646\u0631\u0627 \u0633\u0647 \u0631\u0648\u0632 \u0628\u0627\u0634\u062f \u067e\u06cc\u0645\u0627\u0646", "m2" : "\u0627\u06cc \u062e\u0648\u0627\u062c\u0647 \u0633\u0647 \u0631\u0648\u0632 \u0634\u062f \u062a\u0648 \u0628\u0631 \u062e\u06cc\u0632 \u0648 \u0628\u0631\u0627\u0646"}}}
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"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["HUMANNUMERICSORT", "IGNORECASE"], "regionsToProcessedPerformance" : {"program" : 76687330971}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$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"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 21, "n_trials" : 340, "objective" : "markowitz_skew_on_cube", "white" : "platypus_ibea", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [4.089367790789337, 0.05005097533283691], "best_x" : [[0.053928665917830854, 0.1640819943020171, 0.2184142484354693, 0.3190878666767233, 0.9231247872193227, 0.5048473787640508, 0.166506462865038, 0.5744795222365482, 0.07673290262611654, 0.18304837834390042, 0.018514416397159172, 0.19906315599158497, 0.005861586099140781, 0.5260818413983097, 0.21710000709824262, 0.1097873538380697, 0.161759670379508, 0.22326791639991195, 0.3383532512547136, 0.08788246926573784, 0.2397284159666485], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6165389374221211, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5131300989922867, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "feval_count" : [300, 300], "n_trials_instructed" : [237, 300], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "dlib_cube", "loser" : "platypus_ibea_cube"}
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": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"users" : 4, "id" : "IN-DN"}, {"users" : 3, "id" : "IN-AN"}, {"users" : 938, "id" : "IN-AP"}, {"users" : 28, "id" : "IN-AR"}, {"users" : 852, "id" : "IN-AS"}, {"users" : 961, "id" : "IN-BR"}, {"users" : 4327, "id" : "IN-CH"}, {"users" : 406, "id" : "IN-CT"}, {"users" : 31653, "id" : "IN-DL"}, {"users" : 0, "id" : "IN-DNDD"}, {"users" : 1347, "id" : "IN-GA"}, {"users" : 5282, "id" : "IN-GJ"}, {"users" : 494, "id" : "IN-HP"}, {"users" : 2071, "id" : "IN-HR"}, {"users" : 678, "id" : "IN-JH"}, {"users" : 13, "id" : "IN-LK"}, {"users" : 4100, "id" : "IN-KA"}, {"users" : 5064, "id" : "IN-KL"}, {"users" : 2, "id" : "IN-LD"}, {"users" : 5679, "id" : "IN-MH"}, {"users" : 60, "id" : "IN-ML"}, {"users" : 72, "id" : "IN-MN"}, {"users" : 852, "id" : "IN-MP"}, {"users" : 43, "id" : "IN-MZ"}, {"users" : 29, "id" : "IN-NL"}, {"users" : 1199, "id" : "IN-OR"}, {"users" : 3506, "id" : "IN-PB"}, {"users" : 262, "id" : "IN-PY"}, {"users" : 2803, "id" : "IN-RJ"}, {"users" : 114, "id" : "IN-SK"}, {"users" : 1245, "id" : "IN-TG"}, {"users" : 2270, "id" : "IN-TN"}, {"users" : 94, "id" : "IN-TR"}, {"users" : 1969, "id" : "IN-UP"}, {"users" : 561, "id" : "IN-UT"}, {"users" : 2435, "id" : "IN-WB"}, {"users" : 172, "id" : "IN-JK"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.758386, 29.583531], [-95.752541, 29.585564], [-95.742555, 29.593937], [-95.737305, 29.595985], [-95.683972, 29.601532], [-95.677117, 29.587861], [-95.678148, 29.582274], [-95.68103, 29.583446], [-95.683738, 29.582874], [-95.693031, 29.572824], [-95.695767, 29.57133], [-95.700008, 29.574667], [-95.703692, 29.576128], [-95.705716, 29.575704], [-95.713024, 29.571462], [-95.716419, 29.571279], [-95.718208, 29.571972], [-95.720021, 29.574566], [-95.721361, 29.586733], [-95.723124, 29.589851], [-95.725735, 29.591135], [-95.728687, 29.590757], [-95.731785, 29.589144], [-95.733323, 29.58718], [-95.735297, 29.580435], [-95.737855, 29.577946], [-95.74099, 29.576732], [-95.745293, 29.576444], [-95.749772, 29.577514], [-95.755608, 29.580843], [-95.758386, 29.583531]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 85245}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x3ae821e8f6a2fe533c6d2d8eda57c34c5d39bc0a", "tool" : "osiris", "start" : 1564622602.3237364, "end" : 1564622605.35411, "duration" : 3.0303735733032227, "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://json-schema.org/draft-07/schema#"}
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", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x98e8b0e87e867ca111d54bda8ffe4fccf8515ed0", "tool" : "securify", "start" : 1563593405.6975973, "end" : 1563593409.4141767, "duration" : 3.7165794372558594, "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.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lerna-setup": {"type": "string"}, "prettier": {"type": "string"}, "dev-starter": {"type": "string"}, "build-starter": {"type": "string"}, "stat-starter": {"type": "string"}, "analyze-starter": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["lerna-setup", "prettier", "dev-starter", "build-starter", "stat-starter", "analyze-starter", "test", "lint"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-jest": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-import-resolver-webpack": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-eslint", "babel-jest", "eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-import-resolver-webpack", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-prettier", "jest", "lerna", "prettier"]}, "jest": {"type": "object", "properties": {"testEnvironment": {"type": "string"}}, "required": ["testEnvironment"]}}, "required": ["name", "private", "scripts", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "root", "private" : true, "scripts" : {"lerna-setup" : "lerna clean && lerna bootstrap --hoist", "prettier" : "npx prettier --config ./.prettierrc --write ./**", "dev-starter" : "lerna run --scope durandal-starterkit serve --stream", "build-starter" : "lerna run --scope durandal-starterkit build --stream", "stat-starter" : "lerna run --scope durandal-starterkit webpack-stats --stream", "analyze-starter" : "lerna run --scope durandal-starterkit webpack-analyze --stream", "test" : "jest", "lint" : "lerna run --scope durandal-es6 lint --stream"}, "devDependencies" : {"@babel/core" : "^7.14.3", "@babel/preset-env" : "^7.14.4", "babel-eslint" : "^10.1.0", "babel-jest" : "^27.0.2", "eslint" : "^7.27.0", "eslint-config-airbnb-base" : "^14.2.1", "eslint-config-prettier" : "^8.3.0", "eslint-import-resolver-webpack" : "^0.13.1", "eslint-plugin-import" : "^2.23.4", "eslint-plugin-jest" : "^24.3.6", "eslint-plugin-prettier" : "^3.4.0", "jest" : "^27.0.3", "lerna" : "^4.0.0", "prettier" : "^2.3.0"}, "jest" : {"testEnvironment" : "jsdom"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lerna-setup": {"type": "string"}, "prettier": {"type": "string"}, "dev-starter": {"type": "string"}, "build-starter": {"type": "string"}, "stat-starter": {"type": "string"}, "analyze-starter": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["lerna-setup", "prettier", "dev-starter", "build-starter", "stat-starter", "analyze-starter", "test", "lint"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-jest": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-import-resolver-webpack": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-eslint", "babel-jest", "eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-import-resolver-webpack", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-prettier", "jest", "lerna", "prettier"]}, "jest": {"type": "object", "properties": {"testEnvironment": {"type": "string"}}, "required": ["testEnvironment"]}}, "required": ["name", "private", "scripts", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name", "estimated_price", "estimated_total_price"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "HARDENED_DIAMOND_CHESTPLATE", "quantity" : "1", "item_name" : "Hardened diamond chestplate", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}, {"skyblock_id" : "REFINED_MINERAL", "quantity" : "1", "item_name" : "Refined mineral", "estimated_price" : "Coming Soon", "estimated_total_price" : "Coming Soon"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}, "estimated_price": {"type": "string"}, "estimated_total_price": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name", "estimated_price", "estimated_total_price"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}}, "required": ["forks", "name", "stars", "watchers", "repo_name", "ecosystem_slug", "parent_slug", "path", "slug", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"forks" : 5, "name" : "Europechain/eosio-dev-introduction-course", "stars" : 14, "watchers" : 0, "repo_name" : "Europechain/eosio-dev-introduction-course", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 5, "name" : "Europechain/Mainnet", "stars" : 2, "watchers" : 0, "repo_name" : "Europechain/Mainnet", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 1, "name" : "Europechain/filehashfact", "stars" : 1, "watchers" : 0, "repo_name" : "Europechain/filehashfact", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 0, "name" : "Europechain/Icons", "stars" : 0, "watchers" : 0, "repo_name" : "Europechain/Icons", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 0, "name" : "Europechain/Testnet", "stars" : 0, "watchers" : 0, "repo_name" : "Europechain/Testnet", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 0, "name" : "Europechain/xec.contracts", "stars" : 0, "watchers" : 0, "repo_name" : "Europechain/xec.contracts", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}, {"forks" : 0, "name" : "Europechain/eos-airdrops", "stars" : 0, "watchers" : 0, "repo_name" : "Europechain/eos-airdrops", "ecosystem_slug" : "europechain", "parent_slug" : null, "path" : "europechain", "slug" : "europechain", "title" : "Europechain"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}}, "required": ["forks", "name", "stars", "watchers", "repo_name", "ecosystem_slug", "parent_slug", "path", "slug", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "precommit": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["lint", "precommit", "test", "test:watch"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"methods": {"type": "string"}}, "required": ["methods"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "babel-eslint": {"type": "string"}, "body-parser": {"type": "string"}, "eslint": {"type": "string"}, "express": {"type": "string"}, "husky": {"type": "string"}, "supertest": {"type": "string"}, "tcomb-validation": {"type": "string"}}, "required": ["ava", "babel-eslint", "body-parser", "eslint", "express", "husky", "supertest", "tcomb-validation"]}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "version", "main", "scripts", "engines", "keywords", "dependencies", "devDependencies", "author", "files", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "express-router-tcomb", "description" : "Router with a query / body / response (for tests) validation via tcomb", "version" : "0.1.0", "main" : "index.js", "scripts" : {"lint" : "eslint '*.js'", "precommit" : "npm run lint && npm test", "test" : "ava", "test:watch" : "npm run test -- --watch"}, "engines" : {"node" : ">=6.0"}, "keywords" : ["express", "validation", "tcomb"], "dependencies" : {"methods" : "^1.1.2"}, "devDependencies" : {"ava" : "^0.16.0", "babel-eslint" : "^6.0.0", "body-parser" : "^1.15.2", "eslint" : "^3.0.0", "express" : "^4.14.0", "husky" : "^0.11.6", "supertest" : "^2.0.1", "tcomb-validation" : "^3.3.0"}, "author" : "ewnd9 <[email protected]>", "files" : ["index.js", "middleware.js"], "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/ewnd9/express-router-tcomb.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "precommit": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["lint", "precommit", "test", "test:watch"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"methods": {"type": "string"}}, "required": ["methods"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "babel-eslint": {"type": "string"}, "body-parser": {"type": "string"}, "eslint": {"type": "string"}, "express": {"type": "string"}, "husky": {"type": "string"}, "supertest": {"type": "string"}, "tcomb-validation": {"type": "string"}}, "required": ["ava", "babel-eslint", "body-parser", "eslint", "express", "husky", "supertest", "tcomb-validation"]}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "version", "main", "scripts", "engines", "keywords", "dependencies", "devDependencies", "author", "files", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "properties": {"type": "object", "properties": {"header": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "tags": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}}, "required": ["header", "tags"]}}, "required": ["title", "description", "type", "javaType", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "ItemTree", "description" : "This object contains item tree data", "type" : "object", "javaType" : "gg.buff.dorans.objects.generated.lol_static.ItemTree", "properties" : {"header" : {"type" : "string"}, "tags" : {"type" : "array", "items" : {"type" : "string"}}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "javaType": {"type": "string"}, "properties": {"type": "object", "properties": {"header": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "tags": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "items"]}}, "required": ["header", "tags"]}}, "required": ["title", "description", "type", "javaType", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "exec_interpreter": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_date_format": {"type": "string"}}, "required": ["name", "script", "exec_interpreter", "merge_logs", "log_date_format"]}}}, "required": ["apps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apps" : [{"name" : "Rero-0", "script" : "run_bot.py", "exec_interpreter" : "python3.5", "merge_logs" : true, "log_date_format" : "YYYY-MM-DD HH:mm 0530"}, {"name" : "Rero-1", "script" : "run_bot_1.py", "exec_interpreter" : "python3.5", "merge_logs" : true, "log_date_format" : "YYYY-MM-DD HH:mm 0530"}]}
json_instruct
{"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "exec_interpreter": {"type": "string"}, "merge_logs": {"type": "boolean"}, "log_date_format": {"type": "string"}}, "required": ["name", "script", "exec_interpreter", "merge_logs", "log_date_format"]}}}, "required": ["apps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MyReactNativeTypeScriptApp", "displayName" : "MyReactNativeTypeScriptApp"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.98": {"type": "integer"}, "1.0": {"type": "integer"}, "0.06": {"type": "integer"}, "0.64": {"type": "integer"}, "0.02": {"type": "integer"}, "0.94": {"type": "integer"}, "0.07": {"type": "integer"}, "0.08": {"type": "integer"}, "0.53": {"type": "integer"}}, "required": ["0.99", "0.98", "1.0", "0.06", "0.64", "0.02", "0.94", "0.07", "0.08", "0.53"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 11, "hour neutral count" : 2, "hour negative count" : 4, "hour distri" : {"0.99" : 3, "0.98" : 1, "1.0" : 6, "0.06" : 1, "0.64" : 1, "0.02" : 1, "0.94" : 1, "0.07" : 1, "0.08" : 1, "0.53" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.99": {"type": "integer"}, "0.98": {"type": "integer"}, "1.0": {"type": "integer"}, "0.06": {"type": "integer"}, "0.64": {"type": "integer"}, "0.02": {"type": "integer"}, "0.94": {"type": "integer"}, "0.07": {"type": "integer"}, "0.08": {"type": "integer"}, "0.53": {"type": "integer"}}, "required": ["0.99", "0.98", "1.0", "0.06", "0.64", "0.02", "0.94", "0.07", "0.08", "0.53"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}, "allowedHost": {"type": "array", "items": {"type": "string"}}, "allowedOrigin": {"type": "array", "items": {"type": "string"}}, "allowNoOrigin": {"type": "boolean"}, "daysTillHistoryExpire": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["port", "allowedHost", "allowedOrigin", "allowNoOrigin", "daysTillHistoryExpire", "timezone"]}, "redis": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "db": {"type": "integer"}}, "required": ["host", "port", "db"]}, "bot": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "client": {"type": "object", "properties": {"blank": {"type": "object", "properties": {"allow": {"type": "boolean"}, "key": {"type": "boolean"}, "authUrl": {"type": "string"}, "loadHistory": {"type": "boolean"}}, "required": ["allow", "key", "authUrl", "loadHistory"]}, "smf": {"type": "object", "properties": {"allow": {"type": "boolean"}, "key": {"type": "boolean"}, "authUrl": {"type": "string"}, "loadHistory": {"type": "boolean"}}, "required": ["allow", "key", "authUrl", "loadHistory"]}}, "required": ["blank", "smf"]}, "debug": {"type": "boolean"}}, "required": ["server", "redis", "bot", "client", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"server" : {"port" : 9898, "allowedHost" : ["localhost", "127.0.0.1"], "allowedOrigin" : ["*"], "allowNoOrigin" : true, "daysTillHistoryExpire" : 7, "timezone" : "Europe/Helsinki"}, "redis" : {"host" : "127.0.0.1", "port" : 6379, "db" : 0}, "bot" : {"host" : "127.0.0.1"}, "client" : {"blank" : {"allow" : true, "key" : false, "authUrl" : "", "loadHistory" : true}, "smf" : {"allow" : true, "key" : true, "authUrl" : "http://example.com/forums/ChimeraIRC-client/plugins/smf/auth.php", "loadHistory" : true}}, "debug" : true}
json_instruct
{"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}, "allowedHost": {"type": "array", "items": {"type": "string"}}, "allowedOrigin": {"type": "array", "items": {"type": "string"}}, "allowNoOrigin": {"type": "boolean"}, "daysTillHistoryExpire": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["port", "allowedHost", "allowedOrigin", "allowNoOrigin", "daysTillHistoryExpire", "timezone"]}, "redis": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "db": {"type": "integer"}}, "required": ["host", "port", "db"]}, "bot": {"type": "object", "properties": {"host": {"type": "string"}}, "required": ["host"]}, "client": {"type": "object", "properties": {"blank": {"type": "object", "properties": {"allow": {"type": "boolean"}, "key": {"type": "boolean"}, "authUrl": {"type": "string"}, "loadHistory": {"type": "boolean"}}, "required": ["allow", "key", "authUrl", "loadHistory"]}, "smf": {"type": "object", "properties": {"allow": {"type": "boolean"}, "key": {"type": "boolean"}, "authUrl": {"type": "string"}, "loadHistory": {"type": "boolean"}}, "required": ["allow", "key", "authUrl", "loadHistory"]}}, "required": ["blank", "smf"]}, "debug": {"type": "boolean"}}, "required": ["server", "redis", "bot", "client", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["appframe", "catjs", "catjs.canary", "catjs.origins.05", "datapackage-test", "datapackage-validate", "fluentcv", "gulp-json-lint", "hackmyapi", "hackmycore", "hackmyresume", "json-utils", "nlint", "olaferlandsen-asyncjs", "openly-raml-parser", "react-redux-webpack2-starterkit", "situs", "smpl-build-test"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "color": {"type": "string"}, "format": {"type": "string"}, "minzoom": {"type": "string"}, "maxzoom": {"type": "string"}, "scale": {"type": "string"}, "bounds": {"type": "array", "items": {"type": "number"}}, "profile": {"type": "string"}}, "required": ["name", "version", "description", "type", "color", "format", "minzoom", "maxzoom", "scale", "bounds", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "processed_tiffs_2", "version" : "1.1.0", "description" : "", "type" : "baselayer", "color" : "#FFFFFF", "format" : "jpg", "minzoom" : "9", "maxzoom" : "13", "scale" : "1.000000", "bounds" : [7.46439845, 44.97214025, 7.8409099, 45.14767771], "profile" : "mercator"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "color": {"type": "string"}, "format": {"type": "string"}, "minzoom": {"type": "string"}, "maxzoom": {"type": "string"}, "scale": {"type": "string"}, "bounds": {"type": "array", "items": {"type": "number"}}, "profile": {"type": "string"}}, "required": ["name", "version", "description", "type", "color", "format", "minzoom", "maxzoom", "scale", "bounds", "profile"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "meta": {"type": "object", "properties": {"0": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["textures"]}, "1": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["textures"]}, "2": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["textures"]}, "3": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}, "y": {"type": "integer"}}, "required": ["textures", "y"]}}, "required": ["0", "1", "2", "3"]}}, "required": ["inventory", "meta"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"forge_marker" : 1, "defaults" : {"model" : "cube_all"}, "variants" : {"inventory" : [{}], "meta" : {"0" : {"textures" : {"all" : "mcgproject:blocks/classical/brick_chireiden_black"}}, "1" : {"textures" : {"all" : "mcgproject:blocks/classical/brick_chireiden_red"}}, "2" : {"textures" : {"all" : "mcgproject:blocks/classical/brick_chireiden_red_black"}}, "3" : {"textures" : {"all" : "mcgproject:blocks/classical/brick_chireiden_red_black"}, "y" : 90}}}}
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "meta": {"type": "object", "properties": {"0": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["textures"]}, "1": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["textures"]}, "2": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["textures"]}, "3": {"type": "object", "properties": {"textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}, "y": {"type": "integer"}}, "required": ["textures", "y"]}}, "required": ["0", "1", "2", "3"]}}, "required": ["inventory", "meta"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "NM"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Grant", "state" : "NM"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-108.1826, 33.1993], [-108.0019, 33.1993], [-107.8431, 33.1828], [-107.854, 33.0021], [-107.7719, 32.9418], [-107.7719, 32.8542], [-107.7171, 32.7721], [-107.7335, 32.6297], [-107.6075, 32.6078], [-107.9252, 32.6023], [-107.9252, 32.5146], [-108.2319, 32.5146], [-108.2155, 31.8629], [-108.5222, 31.8629], [-108.5386, 32.5146], [-108.6482, 32.5146], [-108.6482, 32.6023], [-108.8508, 32.6023], [-108.8563, 32.7775], [-109.048, 32.7775], [-109.048, 33.2102]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"appdesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "appname": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appdesc", "appname"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appdesc" : {"message" : "Tworzenie i edytowanie arkuszy kalkulacyjnych"}, "appname" : {"message" : "Arkusze"}}
json_instruct
{"type": "object", "properties": {"appdesc": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "appname": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["appdesc", "appname"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Bool East, Culaba, Biliran, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.biliran.culaba.bool-east", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "14", "province_reference" : "14", "province_name" : "Biliran", "city_id" : "368", "city_reference" : "206", "city_name" : "Culaba", "barangay_id" : "10430", "barangay_reference" : "4713", "barangay_name" : "Bool East"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.523361, 11.68074], [124.523453, 11.68071], [124.52388, 11.68056], [124.524307, 11.68044], [124.524742, 11.68034], [124.525192, 11.68027], [124.525627, 11.68016], [124.526093, 11.68007], [124.526573, 11.68001], [124.527069, 11.68], [124.527542, 11.67996], [124.527946, 11.67977], [124.528374, 11.67966], [124.528702, 11.67944], [124.529022, 11.67919], [124.529381, 11.67894], [124.529747, 11.67865], [124.529907, 11.67855], [124.52887, 11.67827], [124.527786, 11.67816], [124.52739, 11.67769], [124.524048, 11.67403], [124.522507, 11.67183], [124.518013, 11.66414], [124.516373, 11.66321], [124.510803, 11.66049], [124.504883, 11.65803], [124.496277, 11.65406], [124.488953, 11.65086], [124.466873, 11.64219], [124.466301, 11.64273], [124.464203, 11.647], [124.473312, 11.65133], [124.47982, 11.65428], [124.483177, 11.65597], [124.490089, 11.65867], [124.497597, 11.66222], [124.499817, 11.66315], [124.505661, 11.66659], [124.510757, 11.66949], [124.515694, 11.67286], [124.517487, 11.67435], [124.518921, 11.67675], [124.519257, 11.67778], [124.519302, 11.67877], [124.520172, 11.67952], [124.52092, 11.67985], [124.520981, 11.67983], [124.523361, 11.68074]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062c\u0627\u0646 \u0645\u0646 \u0648 \u062c\u0627\u0646 \u062a\u0648 \u0628\u0648\u062f \u06cc\u06a9\u06cc \u0632 \u0627\u062a\u062d\u0627\u062f", "m2" : "\u0627\u06cc\u0646 \u062f\u0648 \u06a9\u0647 \u0647\u0631 \u062f\u0648 \u06cc\u06a9\u06cc\u0633\u062a \u062c\u0632 \u06a9\u0647 \u0647\u0645\u0627\u0646 \u06cc\u06a9 \u0645\u0628\u0627\u062f"}, "1" : {"m1" : "\u0641\u0631\u062f \u0686\u0631\u0627 \u0634\u062f \u0639\u062f\u062f \u0627\u0632 \u0633\u0628\u0628 \u062e\u0648\u06cc \u0628\u062f", "m2" : "\u0632 \u0622\u062a\u0634 \u0628\u0627\u062f\u06cc \u0628\u0632\u0627\u062f \u062f\u0631 \u0633\u0631 \u0645\u0627 \u0631\u0641\u062a \u0628\u0627\u062f"}, "2" : {"m1" : "\u06af\u0634\u062a \u062c\u062f\u0627 \u0645\u0648\u062c\u200c\u0647\u0627 \u06af\u0631 \u0686\u0647 \u0628\u062f \u0627\u0648\u0644 \u06cc\u06a9\u06cc", "m2" : "\u0627\u0632 \u0633\u0628\u0628 \u0628\u0627\u062f \u0628\u0648\u062f \u0622\u0646\u06a9 \u062c\u062f\u0627\u06cc\u06cc \u0628\u0632\u0627\u062f"}, "3" : {"m1" : "\u062c\u0627\u0645 \u062f\u0648\u06cc \u062f\u0631\u0634\u06a9\u0646 \u0628\u0627\u062f\u0647 \u0645\u062f\u0647 \u0628\u0627\u062f \u0631\u0627", "m2" : "\u0686\u0648\u0646 \u062f\u0648 \u0634\u0648\u062f \u067e\u0627\u062f\u0634\u0627\u0647 \u0634\u0647\u0631 \u0631\u0648\u062f \u062f\u0631 \u0641\u0633\u0627\u062f"}, "4" : {"m1" : "\u0631\u0648\u0632 \u0641\u0636\u06cc\u0644\u062a \u06af\u0631\u0641\u062a \u0632\u0627\u0646\u06a9 \u06cc\u06a9\u06cc \u0634\u0645\u0639 \u062f\u0627\u0634\u062a", "m2" : "\u0647\u0631 \u0637\u0631\u0641\u06cc \u0634\u0628 \u0632 \u0639\u062c\u0632 \u0634\u0645\u0639 \u0648 \u0686\u0631\u0627\u063a\u06cc \u0646\u0647\u0627\u062f"}, "5" : {"m1" : "\u06af\u0631 \u0686\u0647 \u0632 \u0631\u0628 \u0627\u0644\u0639\u0628\u0627\u062f \u0647\u0631 \u0646\u0641\u0633\u06cc \u0631\u062d\u0645\u062a\u0633\u062a", "m2" : "\u06a9\u06cc \u0628\u0648\u062f \u0622\u0646 \u062f\u0645 \u06a9\u0647 \u0631\u0628 \u0645\u0627\u0646\u062f \u0648 \u0641\u0627\u0646\u06cc \u0639\u0628\u0627\u062f"}}}
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"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subreddit" : "Feet_NSFW", "author" : "MastersNeko", "count" : 31}
json_instruct
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "sforzato", "definition" : "Forcing or forced; -- a direction placed over a note, to signify that it must be executed with peculiar emphasis and force; -- marked fz (an abbreviation of forzando), sf, sfz, or"}
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "perit:block/yellow_terracotta_herringbone_brick_stairs"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "e8dd7b0a24fbab1cbfc9", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "jest": {"type": "string"}}, "required": ["eslint", "jest"]}, "eslintConfig": {"type": "object", "properties": {"parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}}, "required": ["ecmaVersion"]}, "rules": {"type": "object", "properties": {"comma-dangle": {"type": "string"}, "semi": {"type": "string"}}, "required": ["comma-dangle", "semi"]}}, "required": ["parserOptions", "rules"]}}, "required": ["name", "version", "description", "author", "license", "homepage", "repository", "bugs", "keywords", "main", "files", "scripts", "devDependencies", "eslintConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@joro/optimist", "version" : "0.1.7", "description" : "Optimize options list", "author" : "J\u014dro", "license" : "MIT", "homepage" : "https://github.com/AmatsuyuKun/Optimist#readme", "repository" : {"type" : "git", "url" : "git+https://github.com/AmatsuyuKun/Optimist.git"}, "bugs" : {"url" : "https://github.com/AmatsuyuKun/Optimist/issues"}, "keywords" : ["arguments", "command-line", "commands", "console", "parameters", "parser", "options"], "main" : "lib/index.js", "files" : ["lib"], "scripts" : {"lint" : "eslint lib test", "test" : "jest"}, "devDependencies" : {"eslint" : "^6.8.0", "jest" : "^25.4.0"}, "eslintConfig" : {"parserOptions" : {"ecmaVersion" : 2020}, "rules" : {"comma-dangle" : "error", "semi" : "error"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}}, "required": ["lint", "test"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "jest": {"type": "string"}}, "required": ["eslint", "jest"]}, "eslintConfig": {"type": "object", "properties": {"parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}}, "required": ["ecmaVersion"]}, "rules": {"type": "object", "properties": {"comma-dangle": {"type": "string"}, "semi": {"type": "string"}}, "required": ["comma-dangle", "semi"]}}, "required": ["parserOptions", "rules"]}}, "required": ["name", "version", "description", "author", "license", "homepage", "repository", "bugs", "keywords", "main", "files", "scripts", "devDependencies", "eslintConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"es6": {"type": "string"}, "test": {"type": "string"}, "test:debug:wait": {"type": "string"}, "dist:source-maps": {"type": "string"}, "dist": {"type": "string"}, "dist:prod": {"type": "string"}, "watch": {"type": "string"}, "start": {"type": "string"}}, "required": ["es6", "test", "test:debug:wait", "dist:source-maps", "dist", "dist:prod", "watch", "start"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-minify": {"type": "string"}, "jest": {"type": "string"}, "onchange": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/node", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "@babel/preset-typescript", "babel-core", "babel-jest", "babel-loader", "babel-preset-minify", "jest", "onchange", "prettier"]}}, "required": ["name", "version", "main", "author", "license", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@peacefultruth/hashtag", "version" : "2.0.0", "main" : "dist/hashtag.js", "author" : "Peaceful Truth <[email protected]>", "license" : "MIT", "repository" : "github:peacefultruth/hashtag", "scripts" : {"es6" : "babel-node --", "test" : "NODE_ENV='test' jest", "test:debug:wait" : "NODE_ENV='test' node --inspect-brk node_modules/.bin/jest --runInBand --no-cache", "dist:source-maps" : "babel src --source-maps inline --out-dir dist --ignore '**/?(*.)+(spec|test|unit).js?(x)'", "dist" : "babel src --out-dir dist --ignore '**/?(*.)+(spec|test|unit)?(.*).js?(x)'", "dist:prod" : "BABEL_ENV=production babel src --out-dir dist --ignore '**/?(*.)+(spec|test|unit)?(.*).js?(x)'", "watch" : "onchange '**/*.js' -- prettier --write {{changed}}", "start" : "node dist/index.js"}, "devDependencies" : {"@babel/cli" : "^7.8.4", "@babel/core" : "^7.8.7", "@babel/node" : "^7.8.7", "@babel/plugin-proposal-class-properties" : "^7.8.3", "@babel/plugin-proposal-object-rest-spread" : "^7.8.3", "@babel/preset-env" : "^7.8.7", "@babel/preset-typescript" : "^7.8.3", "babel-core" : "7.0.0-bridge.0", "babel-jest" : "^25.1.0", "babel-loader" : "^8.0.0-beta", "babel-preset-minify" : "^0.5.1", "jest" : "^25.1.0", "onchange" : "^6.1.0", "prettier" : "^1.19.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"es6": {"type": "string"}, "test": {"type": "string"}, "test:debug:wait": {"type": "string"}, "dist:source-maps": {"type": "string"}, "dist": {"type": "string"}, "dist:prod": {"type": "string"}, "watch": {"type": "string"}, "start": {"type": "string"}}, "required": ["es6", "test", "test:debug:wait", "dist:source-maps", "dist", "dist:prod", "watch", "start"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-minify": {"type": "string"}, "jest": {"type": "string"}, "onchange": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/node", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "@babel/preset-typescript", "babel-core", "babel-jest", "babel-loader", "babel-preset-minify", "jest", "onchange", "prettier"]}}, "required": ["name", "version", "main", "author", "license", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "360823102001", "text" : "\u4e1c\u95e8\u5c45\u59d4\u4f1a"}, {"id" : "360823102002", "text" : "\u5357\u95e8\u5c45\u59d4\u4f1a"}, {"id" : "360823102003", "text" : "\u897f\u95e8\u5c45\u59d4\u4f1a"}, {"id" : "360823102200", "text" : "\u5317\u95e8\u6751\u59d4\u4f1a"}, {"id" : "360823102201", "text" : "\u664f\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "360823102202", "text" : "\u5773\u4e0a\u6751\u59d4\u4f1a"}, {"id" : "360823102203", "text" : "\u4f55\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "360823102204", "text" : "\u848b\u6c99\u6751\u59d4\u4f1a"}, {"id" : "360823102205", "text" : "\u6cd7\u6c7e\u6751\u59d4\u4f1a"}, {"id" : "360823102206", "text" : "\u6d32\u4e0a\u6751\u59d4\u4f1a"}, {"id" : "360823102207", "text" : "\u6cb9\u9642\u5e99\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "id": {"type": "integer"}, "jsonrpc": {"type": "string"}}, "required": ["error", "id", "jsonrpc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"error" : {"code" : 2, "message" : "Indata is empty"}, "id" : 13122, "jsonrpc" : "2.0"}
json_instruct
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "message": {"type": "string"}}, "required": ["code", "message"]}, "id": {"type": "integer"}, "jsonrpc": {"type": "string"}}, "required": ["error", "id", "jsonrpc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "230902500402", "text" : "\u5317\u5174\u573a\u76f4"}, {"id" : "230902500501", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e00\u7ba1\u7406\u533a"}, {"id" : "230902500502", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e8c\u7ba1\u7406\u533a"}, {"id" : "230902500503", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e09\u7ba1\u7406\u533a"}, {"id" : "230902500504", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u56db\u7ba1\u7406\u533a"}, {"id" : "230902500505", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e94\u7ba1\u7406\u533a"}, {"id" : "230902500506", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u516d\u7ba1\u7406\u533a"}, {"id" : "230902500507", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u4e03\u7ba1\u7406\u533a"}, {"id" : "230902500508", "text" : "\u5317\u5174\u519c\u573a\u7b2c\u516b\u7ba1\u7406\u533a"}]
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200873608563000, "key" : "/static/d328523f6c64866b62e3a3b0d1422076/9a128/project1.jpg", "val" : "cd65a44e4a35e7ed86d8cec75d3f41c0"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "xerces-c: Add variant for choice of transcoder (gnuiconv, iconv, icu,\r\nmacos, windows). It's important to specify a --enable-transcoder\r\noption on the configure line or else xerces may make a different\r\nchoice when multiple transcoders are available.\r\n\r\nPass the compile flags to configure. For cflags and cxxflags, this is\r\nnecessary to respect the value from the spack install line.\r\nOtherwise, xerces (and any autotools package) will choose a default\r\nvalue that overrides the spack compiler wrapper.\r\n\r\nAdd xerces version 3.2.2.\r\n\r\nicu4c: Move --enable-rpath to a variant. This is needed on MacOS, but\r\nit breaks the build for xerces on Linux.", "user" : "mwkrentel", "url" : "https://api.github.com/repos/spack/spack/issues/9393", "updated_at" : "2018-10-09 22:12:41", "created_at" : "2018-10-01 18:08:18", "closed_at" : "2018-10-09 22:12:35", "state" : "closed", "title" : "xerces-c: add variant for transcoder, rework config flags.", "number" : 9393, "milestone" : null, "labels" : [], "id" : 365578536, "html_url" : "https://github.com/spack/spack/pull/9393", "assignees" : [], "comments" : 11}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}