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": {"latestUrl": {"type": "string"}}, "required": ["latestUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latestUrl" : "https://storage.googleapis.com/workbox-cdn/releases/3.0.0-alpha.17"} | json_instruct | {"type": "object", "properties": {"latestUrl": {"type": "string"}}, "required": ["latestUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "7503050001", "nama" : "LIBUO"}, {"id" : "7503050002", "nama" : "PENTADU"}, {"id" : "7503050003", "nama" : "SIDUAN"}, {"id" : "7503050004", "nama" : "BUNUYO"}, {"id" : "7503050005", "nama" : "SIPAYO"}, {"id" : "7503050006", "nama" : "SOGINTI"}, {"id" : "7503050010", "nama" : "MALEO"}, {"id" : "7503050011", "nama" : "BUMBULAN"}, {"id" : "7503050012", "nama" : "BUHU JAYA"}, {"id" : "7503050013", "nama" : "MOLAMAHU"}, {"id" : "7503050014", "nama" : "KEMIRI"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "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" : [[[-89.264146, 37.083731], [-89.261412, 37.088058], [-89.254594, 37.093672], [-89.252387, 37.099638], [-89.24882, 37.098765], [-89.248483, 37.099921], [-89.244351, 37.100777], [-89.242161, 37.09492], [-89.24107, 37.094878], [-89.241362, 37.096763], [-89.240673, 37.096983], [-89.237708, 37.094768], [-89.237869, 37.093816], [-89.239773, 37.09344], [-89.239688, 37.092481], [-89.235626, 37.093036], [-89.234862, 37.092453], [-89.234821, 37.090818], [-89.232873, 37.090061], [-89.231245, 37.089994], [-89.228211, 37.091714], [-89.225332, 37.091824], [-89.222844, 37.090794], [-89.213561, 37.089617], [-89.211683, 37.08833], [-89.202797, 37.085723], [-89.201701, 37.086332], [-89.202067, 37.087734], [-89.201416, 37.08848], [-89.196686, 37.089098], [-89.195511, 37.088572], [-89.195219, 37.08741], [-89.197286, 37.086571], [-89.19721, 37.085808], [-89.193534, 37.085005], [-89.187709, 37.080346], [-89.184635, 37.079056], [-89.18451, 37.077294], [-89.182199, 37.074913], [-89.18064, 37.072081], [-89.18088, 37.070264], [-89.179637, 37.06909], [-89.176641, 37.068853], [-89.175816, 37.069982], [-89.174338, 37.070254], [-89.172081, 37.06831], [-89.173825, 37.066308], [-89.179811, 37.052364], [-89.181443, 37.0463], [-89.182529, 37.036634], [-89.180741, 37.02518], [-89.178873, 37.020546], [-89.17383, 37.011443], [-89.168041, 37.005321], [-89.168643, 37.004899], [-89.171304, 37.006701], [-89.172188, 37.006058], [-89.174873, 37.009372], [-89.183348, 37.005405], [-89.185233, 37.008695], [-89.191718, 37.00624], [-89.192975, 37.006953], [-89.196476, 37.004989], [-89.199808, 37.014583], [-89.203408, 37.018856], [-89.225482, 37.031077], [-89.234053, 37.037277], [-89.238253, 37.042853], [-89.245648, 37.057783], [-89.250076, 37.064833], [-89.264146, 37.083731]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 20788}}]} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"activeViewId": {"type": "string"}, "appPageId": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "pageAccess": {"type": "string"}, "routeType": {"type": "string"}, "type": {"type": "string"}, "urlPrefix": {"type": "string"}}, "required": ["activeViewId", "appPageId", "id", "label", "pageAccess", "routeType", "type", "urlPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"activeViewId" : "2fc89c7d-4109-4390-855c-d5eb271b09f6", "appPageId" : "aa01fd5c-7326-4b5e-9b1a-4821ffc1260e", "id" : "36cbab91-6063-4bfa-bb78-f13a674dd5e0", "label" : "Error", "pageAccess" : "UseParent", "routeType" : "error", "type" : "route", "urlPrefix" : "error"} | json_instruct | {"type": "object", "properties": {"activeViewId": {"type": "string"}, "appPageId": {"type": "string"}, "id": {"type": "string"}, "label": {"type": "string"}, "pageAccess": {"type": "string"}, "routeType": {"type": "string"}, "type": {"type": "string"}, "urlPrefix": {"type": "string"}}, "required": ["activeViewId", "appPageId", "id", "label", "pageAccess", "routeType", "type", "urlPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outFile": {"type": "string"}}, "required": ["outFile"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "../tsconfig-botland", "compilerOptions" : {"outFile" : "../../build/lib/lib1.js"}, "include" : ["**/*.ts"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outFile": {"type": "string"}}, "required": ["outFile"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "0x3f5d43454b31c8cef1dfcbf722fc66dea3cf5196", "tool" : "osiris", "start" : 1564607096.315109, "end" : 1564607098.8075554, "duration" : 2.4924464225769043, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"TripleI\\Qoasc\\": {"type": "string"}}, "required": ["TripleI\\Qoasc\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"app2641/aws-client-manager": {"type": "string"}, "aws/aws-sdk-php": {"type": "string"}, "satooshi/php-coveralls": {"type": "string"}}, "required": ["app2641/aws-client-manager", "aws/aws-sdk-php", "satooshi/php-coveralls"]}}, "required": ["name", "description", "keywords", "config", "license", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "triple-i/qoasc", "description" : " ", "keywords" : [], "config" : {"bin-dir" : "bin"}, "license" : "BSD-3-Clause", "autoload" : {"psr-4" : {"TripleI\\Qoasc\\" : "src/"}}, "require" : {"app2641/aws-client-manager" : "*", "aws/aws-sdk-php" : "2.*", "satooshi/php-coveralls" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}, "license": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"TripleI\\Qoasc\\": {"type": "string"}}, "required": ["TripleI\\Qoasc\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"app2641/aws-client-manager": {"type": "string"}, "aws/aws-sdk-php": {"type": "string"}, "satooshi/php-coveralls": {"type": "string"}}, "required": ["app2641/aws-client-manager", "aws/aws-sdk-php", "satooshi/php-coveralls"]}}, "required": ["name", "description", "keywords", "config", "license", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "versions": {"type": "object", "properties": {"0.4.0": {"type": "object", "properties": {"engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "required": ["engines"]}}, "required": ["0.4.0"]}}, "required": ["repository", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repository" : {"url" : "https://github.com/hello/world"}, "versions" : {"0.4.0" : {"engines" : {"atom" : "*"}}}} | json_instruct | {"type": "object", "properties": {"repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "versions": {"type": "object", "properties": {"0.4.0": {"type": "object", "properties": {"engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "required": ["engines"]}}, "required": ["0.4.0"]}}, "required": ["repository", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"LOADING": {"type": "string"}, "UNPACKING": {"type": "string"}}, "required": ["LOADING", "UNPACKING"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"LOADING" : "\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430", "UNPACKING" : "\u0420\u0430\u0441\u043f\u0430\u043a\u043e\u0432\u043a\u0430"} | json_instruct | {"type": "object", "properties": {"LOADING": {"type": "string"}, "UNPACKING": {"type": "string"}}, "required": ["LOADING", "UNPACKING"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"viewBox" : "0 0 1664 1792", "font" : "font-awesome", "code" : "f2dc", "ref" : "uniF2DC", "path" : "M1566 1117l-167 33 186 107q23 13 29.5 38.5t-6.5 48.5q-14 23-39 29.5t-48-6.5l-186-106 55 160q13 38-12 63.5t-60.5 20.5q-35.5-5-48.5-42l-102-300-271-156v313l208 238q16 18 17 39t-11 36.5q-12 15.5-28.5 25t-37 5.5q-20.5-4-36.5-22l-112-128v214q0 26-19 45t-45 19q-26 0-45-19t-19-45v-214l-112 128q-16 18-36.5 22t-37-5.5q-16.5-9.5-28.5-25t-11-36.5q1-21 17-39l208-238v-313l-271 156-102 300q-13 37-48.5 42t-60.5-20.5q-25-25.5-12-63.5l55-160-186 106q-23 13-48 6.5T56 1344q-13-23-6.5-48.5T79 1257l186-107-167-33q-29-6-42-29t-8.5-46.5q4.5-23.5 25.5-40t50-10.5l310 62 271-157-271-157-310 62q-4 1-13 1-27 0-44-18t-19-40q-2-22 11-43t40-26l167-33L79 535q-23-13-29.5-38.5T56 448q13-23 39-30t48 7l186 106-55-160q-13-38 12-63.5t60.5-20.5q35.5 5 48.5 42l102 300 271 156V472L560 234q-16-18-17-39t11-36.5q12-15.5 28.5-25t37-5.5q20.5 4 36.5 22l112 128V64q0-26 19-45t45-19q26 0 45 19t19 45v214l112-128q16-18 36.5-22t37 5.5q16.5 9.5 28.5 25t11 36.5q-1 21-17 39L896 472v313l271-156 102-300q13-37 48.5-42t60.5 20.5q25 25.5 12 63.5l-55 160 186-106q23-13 48-6.5t39 29.5q13 23 6.5 48.5T1585 535l-186 107 167 33q27 5 40 26t11 43q-2 22-19 40t-44 18q-9 0-13-1l-310-62-271 157 271 157 310-62q29-6 50 10.5t25.5 40q4.5 23.5-8.5 46.5t-42 29z"} | json_instruct | {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web" : [{"value" : ["\u5c0f\u7684", "\u5c0f\u53f7", "\u5c0f\u5b57\u4f53\u6587\u672c"], "key" : "small"}, {"value" : ["\u5bd2\u55a7", "\u95f2\u804a", "\u5bd2\u6684"], "key" : "small talk"}, {"value" : ["\u83dc\u7c89\u8776", "\u83dc\u7c89\u8776", "\u7eb9\u767d\u8776"], "key" : "Small White"}], "query" : "small", "translation" : ["\u5c0f\u7684"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=small"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=small"}, "basic" : {"us-phonetic" : "sm\u0254l", "phonetic" : "sm\u0254\u02d0l", "uk-phonetic" : "sm\u0254\u02d0l", "explains" : ["n. \u5c0f\u4ef6\u7269\u54c1\uff1b\u77ee\u5c0f\u7684\u4eba", "adj. \u5c11\u7684\uff0c\u5c0f\u7684\uff1b\u5fae\u5f31\u7684\uff1b\u51e0\u4e4e\u6ca1\u6709\u7684\uff1b\u4e0d\u91cd\u8981\u7684\uff1b\u5e7c\u5c0f\u7684", "adv. \u5c0f\u5c0f\u5730\uff1b\u5351\u9119\u5730", "n. (Small)\u4eba\u540d\uff1b(\u82f1)\u65af\u83ab\u5c14"]}, "l" : "EN2zh-CHS"} | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$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#"}
| ["red", "green", "blue"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"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" : [[[-122.845985, 38.483319], [-122.841807, 38.484522], [-122.834968, 38.481813], [-122.821664, 38.483682], [-122.815611, 38.484893], [-122.805178, 38.489403], [-122.791982, 38.491484], [-122.779509, 38.496284], [-122.772543, 38.496555], [-122.753249, 38.474447], [-122.757786, 38.474417], [-122.760213, 38.473041], [-122.769759, 38.473049], [-122.769624, 38.452544], [-122.834645, 38.452169], [-122.835354, 38.456029], [-122.833844, 38.461367], [-122.837543, 38.463131], [-122.841112, 38.468375], [-122.841134, 38.47159], [-122.842819, 38.474423], [-122.842727, 38.478627], [-122.845309, 38.480622], [-122.845985, 38.483319]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5040}}]} | 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": {"subreddits": {"type": "array", "items": {"type": "string"}}}, "required": ["subreddits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddits" : ["dankmemes", "memes", "wholesomememes", "2meirl4meirl", "memeeconomy", "wholesomememes", "hentai", "nsfw", "ass", "TheUnderbun", "booty", "SpreadEm", "HighResASS", "bdsm", "BDSMGW", "Boobies", "TittyDrop", "boobbounce", "boobs", "homegrowntits", "tits", "handbra", "PerfectTits", "ecchi", "FacialFun", "cat_girls", "fursuitsex", "sexybunnies", "furryfemdom", "rule34pinups", "ahegao", "hentai", "Nekomimi", "lesbians", "MassiveCock", "Nipples", "Puffies", "areolas", "SmallNipples", "bigareolas", "NSFW_Wallpapers", "SexyWallpapers", "pelfie", "pussy", "rearpussy", "vagina", "vulva", "rule34", "legs", "ThickThighs", "PerfectThighs", "Thighs", "Upskirt", "Pee", "watersports", "cuckoldcaptions", "wetfetish", "GayWatersports", "AsianPee", "girlsinyogapants", "Eyebleach", "hmmm", "Cringetopia"]} | json_instruct | {"type": "object", "properties": {"subreddits": {"type": "array", "items": {"type": "string"}}}, "required": ["subreddits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"lineId": {"type": "integer"}, "name": {"type": "string"}, "stations": {"type": "array", "items": {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}}, "required": ["stationId", "stationGroupId"]}}}, "required": ["lineId", "name", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lineId" : 99651, "name" : "\u8cb4\u5fd7\u5ddd\u7dda", "stations" : [{"stationId" : 9965101, "stationGroupId" : 1162635}, {"stationId" : 9965102, "stationGroupId" : 9965102}, {"stationId" : 9965103, "stationGroupId" : 9965103}, {"stationId" : 9965104, "stationGroupId" : 9965104}, {"stationId" : 9965105, "stationGroupId" : 9965105}, {"stationId" : 9965106, "stationGroupId" : 9965106}, {"stationId" : 9965107, "stationGroupId" : 9965107}, {"stationId" : 9965108, "stationGroupId" : 9965108}, {"stationId" : 9965109, "stationGroupId" : 9965109}, {"stationId" : 9965110, "stationGroupId" : 9965110}, {"stationId" : 9965111, "stationGroupId" : 9965111}, {"stationId" : 9965112, "stationGroupId" : 9965112}, {"stationId" : 9965113, "stationGroupId" : 9965113}, {"stationId" : 9965114, "stationGroupId" : 9965114}]} | json_instruct | {"type": "object", "properties": {"lineId": {"type": "integer"}, "name": {"type": "string"}, "stations": {"type": "array", "items": {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}}, "required": ["stationId", "stationGroupId"]}}}, "required": ["lineId", "name", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1979, 8], [1981, 6], [1982, 8], [1984, 9], [1986, 8], [1988, 6], [1989, 5], [1990, 7], [1991, 15], [1992, 11], [1993, 8], [1995, 6], [1998, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"uaa": {"type": "array", "items": {"type": "string"}}, "hana": {"type": "array", "items": {}}}, "required": ["uaa", "hana"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uaa" : ["uaa"], "hana" : []} | json_instruct | {"type": "object", "properties": {"uaa": {"type": "array", "items": {"type": "string"}}, "hana": {"type": "array", "items": {}}}, "required": ["uaa", "hana"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"341504001": {"type": "string"}, "341504002": {"type": "string"}, "341504102": {"type": "string"}, "341504103": {"type": "string"}, "341504104": {"type": "string"}, "341504200": {"type": "string"}}, "required": ["341504001", "341504002", "341504102", "341504103", "341504104", "341504200"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"341504001" : "\u53f2\u6cb3\u8857\u9053", "341504002" : "\u5e73\u5c97\u8857\u9053", "341504102" : "\u4e09\u5143\u9547", "341504103" : "\u6d2a\u96c6\u9547", "341504104" : "\u59da\u674e\u9547", "341504200" : "\u5b59\u5c97\u4e61"} | json_instruct | {"type": "object", "properties": {"341504001": {"type": "string"}, "341504002": {"type": "string"}, "341504102": {"type": "string"}, "341504103": {"type": "string"}, "341504104": {"type": "string"}, "341504200": {"type": "string"}}, "required": ["341504001", "341504002", "341504102", "341504103", "341504104", "341504200"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Villers-Cotter\u00eats", "dpt" : "Aisne", "inscrits" : 7015, "abs" : 1808, "votants" : 5207, "blancs" : 84, "nuls" : 29, "exp" : 5094, "res" : [{"panneau" : "2", "voix" : 1745}, {"panneau" : "9", "voix" : 1016}, {"panneau" : "3", "voix" : 934}, {"panneau" : "11", "voix" : 730}, {"panneau" : "4", "voix" : 249}, {"panneau" : "1", "voix" : 235}, {"panneau" : "5", "voix" : 53}, {"panneau" : "6", "voix" : 45}, {"panneau" : "8", "voix" : 43}, {"panneau" : "10", "voix" : 30}, {"panneau" : "7", "voix" : 14}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word_size": {"type": "integer"}, "endian": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}}, "required": ["word_size", "endian", "aliases"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word_size" : 32, "endian" : "big", "aliases" : ["680x0", "68k"]} | json_instruct | {"type": "object", "properties": {"word_size": {"type": "integer"}, "endian": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}}, "required": ["word_size", "endian", "aliases"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 211, "id" : "BD-H"}, {"users" : 982, "id" : "BD-G"}, {"users" : 365, "id" : "BD-F"}, {"users" : 804, "id" : "BD-E"}, {"users" : 905, "id" : "BD-D"}, {"users" : 23995, "id" : "BD-C"}, {"users" : 1391, "id" : "BD-B"}, {"users" : 109, "id" : "BD-A"}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/fabric": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/method-override": {"type": "string"}, "@types/mongodb": {"type": "string"}, "@types/node": {"type": "string"}, "aws-sdk": {"type": "string"}, "canvas": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "fabric": {"type": "string"}, "lodash": {"type": "string"}, "method-override": {"type": "string"}, "mongodb": {"type": "string"}, "nanoid": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/cors", "@types/express", "@types/fabric", "@types/lodash", "@types/method-override", "@types/mongodb", "@types/node", "aws-sdk", "canvas", "cors", "dotenv", "express", "fabric", "lodash", "method-override", "mongodb", "nanoid", "ts-node", "ts-node-dev", "typescript"]}}, "required": ["name", "version", "main", "author", "license", "scripts", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "uibox-api", "version" : "1.0.0", "main" : "index.js", "author" : "Dany Boza", "license" : "MIT", "scripts" : {"dev" : "ts-node-dev src", "build" : "tsc", "start" : "npm run build && node dist"}, "engines" : {"node" : "14.x"}, "dependencies" : {"@types/cors" : "^2.8.12", "@types/express" : "^4.17.12", "@types/fabric" : "^4.5.3", "@types/lodash" : "^4.14.172", "@types/method-override" : "^0.0.32", "@types/mongodb" : "^3.6.18", "@types/node" : "^15.12.5", "aws-sdk" : "^2.983.0", "canvas" : "^2.8.0", "cors" : "^2.8.5", "dotenv" : "^10.0.0", "express" : "^4.17.1", "fabric" : "^4.6.0", "lodash" : "^4.17.21", "method-override" : "^3.0.0", "mongodb" : "^3.6.9", "nanoid" : "^3.1.23", "ts-node" : "^10.0.0", "ts-node-dev" : "^1.1.7", "typescript" : "^4.3.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/fabric": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/method-override": {"type": "string"}, "@types/mongodb": {"type": "string"}, "@types/node": {"type": "string"}, "aws-sdk": {"type": "string"}, "canvas": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "fabric": {"type": "string"}, "lodash": {"type": "string"}, "method-override": {"type": "string"}, "mongodb": {"type": "string"}, "nanoid": {"type": "string"}, "ts-node": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/cors", "@types/express", "@types/fabric", "@types/lodash", "@types/method-override", "@types/mongodb", "@types/node", "aws-sdk", "canvas", "cors", "dotenv", "express", "fabric", "lodash", "method-override", "mongodb", "nanoid", "ts-node", "ts-node-dev", "typescript"]}}, "required": ["name", "version", "main", "author", "license", "scripts", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commentStamp" : "Casco 11/25/2018 08:54", "super" : "BootstrapComponentSkeleton", "category" : "Logikos-web", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["name", "object"], "name" : "AHPAlternativeEditorComponent", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stackblur-es.js": {"type": "string"}, "stackblur-es.min.js": {"type": "string"}, "stackblur.js": {"type": "string"}, "stackblur.min.js": {"type": "string"}}, "required": ["stackblur-es.js", "stackblur-es.min.js", "stackblur.js", "stackblur.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stackblur-es.js" : "sha256-8BCfJwOs/y8L2z4BuaGUvZkB+c8tHr9V7JievM7kU5A=", "stackblur-es.min.js" : "sha256-hxCIANRrtsljTGQ7ayXSBYrvKYDTBszJE0JG65izJIE=", "stackblur.js" : "sha256-t3rT+EBgmFBBk3mBF9VFdi6Xgz491xbdKvgyXn7wJkM=", "stackblur.min.js" : "sha256-nRUPvbrKEiM62mRNq6+FpjPV22J2BN3Ea0kkOC7MDwU="} | json_instruct | {"type": "object", "properties": {"stackblur-es.js": {"type": "string"}, "stackblur-es.min.js": {"type": "string"}, "stackblur.js": {"type": "string"}, "stackblur.min.js": {"type": "string"}}, "required": ["stackblur-es.js", "stackblur-es.min.js", "stackblur.js", "stackblur.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1889775501, "name" : "\u6df1\u6c34\u70b8\u5f39", "dt" : 146767, "ar" : {"id" : 35122263, "name" : "COSTAN"}, "al" : {"id" : 135238069, "name" : "\u6821\u56ed\u8bf4\u5531\u6b4c\u624b", "picUrl" : "https://p2.music.126.net/ey_BIYJq82r17xyiL1dhnA==/109951166555691869.jpg"}}, {"id" : 1897850314, "name" : "MADE", "dt" : 126000, "ar" : {"id" : 46958345, "name" : "ONE8"}, "al" : {"id" : 136588930, "name" : "MADE", "picUrl" : "https://p1.music.126.net/-3K6yJzSphoOKg5FAyrP5g==/109951166655628900.jpg"}}, {"id" : 1823051272, "name" : "\u522b\u62c5\u5fc3", "dt" : 208000, "ar" : {"id" : 46958345, "name" : "ONE8"}, "al" : {"id" : 123541093, "name" : "\u522b\u62c5\u5fc3", "picUrl" : "https://p1.music.126.net/2jd6GRLSltDfMaKXjTfRKQ==/109951165759347862.jpg"}}, {"id" : 1893425013, "name" : "\u4f60\u542c\u6211\u8bf4\uff08Prod By Genuine \u6728\u5b50\u5c71\uff09", "dt" : 176000, "ar" : {"id" : 46958345, "name" : "ONE8"}, "al" : {"id" : 135849060, "name" : "\u4f60\u542c\u6211\u8bf4", "picUrl" : "https://p1.music.126.net/ERlCx8KgTlREzrihjTcWNw==/109951166602100343.jpg"}}, {"id" : 1900049158, "name" : "All Black\uff08Prod By ANGER BEATZ\uff09", "dt" : 150000, "ar" : {"id" : 46958345, "name" : "ONE8"}, "al" : {"id" : 136953032, "name" : "All Black", "picUrl" : "https://p1.music.126.net/4fj52fPT0heWyEjaLu9k0w==/109951166682097248.jpg"}}, {"id" : 1892890229, "name" : "\u5199\u7ed9\u4f60\u7684\uff08Prod By Xiangyue\uff09", "dt" : 194000, "ar" : {"id" : 46958345, "name" : "ONE8"}, "al" : {"id" : 135294309, "name" : "\u58f9", "picUrl" : "https://p1.music.126.net/rILzt2kbhWUDO_WP1sOqBA==/109951166558848516.jpg"}}, {"id" : 1890066922, "name" : "\u58f9\uff08Prod By 9Zi\uff09", "dt" : 140312, "ar" : {"id" : 46958345, "name" : "ONE8"}, "al" : {"id" : 135294309, "name" : "\u58f9", "picUrl" : "https://p2.music.126.net/rILzt2kbhWUDO_WP1sOqBA==/109951166558848516.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"URL" : "https://www.wired.com/1999/03/more-tech-backers-for-linux", "heading" : "more tech backers for linux", "subheading" : "red hat gets a new round of financing from ibm, compaq, and novell. communicator 4.51 hits the web.... linux os' debian gets an update.", "author" : "wired news report", "category" : "science", "type" : "article", "timestamp" : "03.09.1999 12:00 PM", "text" : "red hat software, a distributor of the linux operating system, said it received investments from three more computer companies: ibm, compaq, and novell. the announcement didn't disclose the value of the investments, but said the companies would all take a minority stake in the firm. red hat is based in research triangle park, north carolina.the announcement brings to six the number of major technology suppliers that have taken stakes in red hat. the other three investors are intel, netscape, and oracle.while linux software is free, companies like red hat plan to make money by selling support and services to corporations using the operating system. in recent months, several major computer companies have expressed an interest in linux, many of them seeing it as an alternative to the windows software.- - -communicator updated: netscape released a new version of its communicator internet browser and email software tuesday.the new version, 4.51, gives users access to stock quotes via the netcenter finance channel. the program also comes with a free copy of aol's instant messenger 2.0 and includes more than 100 fixes.the program can be downloaded for free from netscape's netcenter web site.- - -debian debut: another free download was opened to the public tuesday from debian, advocates for the open source software movement.debian released its 2.1 version of the debian operating system, which is based on the linux kernel."} | json_instruct | {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading", "author", "category", "type", "timestamp", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"temp1": {"type": "number"}, "temp1_err": {"type": "number"}, "scale1": {"type": "number"}, "scale1_err": {"type": "number"}, "temp2": {"type": "number"}, "temp2_err": {"type": "number"}, "scale2": {"type": "number"}, "scale2_err": {"type": "number"}, "extinction_av": {"type": "null"}, "extinction_rv": {"type": "null"}}, "required": ["temp1", "temp1_err", "scale1", "scale1_err", "temp2", "temp2_err", "scale2", "scale2_err", "extinction_av", "extinction_rv"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"temp1" : 12363.754794968694, "temp1_err" : 492.58704162382406, "scale1" : 6.856928823940724e+23, "scale1_err" : 7.953911231803242e+22, "temp2" : 2377.223696012686, "temp2_err" : 41.89903706564464, "scale2" : 8.433930054526793e+20, "scale2_err" : 5.30391740838858e+19, "extinction_av" : null, "extinction_rv" : null} | json_instruct | {"type": "object", "properties": {"temp1": {"type": "number"}, "temp1_err": {"type": "number"}, "scale1": {"type": "number"}, "scale1_err": {"type": "number"}, "temp2": {"type": "number"}, "temp2_err": {"type": "number"}, "scale2": {"type": "number"}, "scale2_err": {"type": "number"}, "extinction_av": {"type": "null"}, "extinction_rv": {"type": "null"}}, "required": ["temp1", "temp1_err", "scale1", "scale1_err", "temp2", "temp2_err", "scale2", "scale2_err", "extinction_av", "extinction_rv"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}}, "required": ["code", "description", "label", "language", "type", "uuid", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "ORG_GEN", "description" : "Organisation der Institution", "label" : "Organisation der Institution", "language" : "DE", "type" : "Secondary", "uuid" : "d2023d89-44d1-11e9-a78c-0800277f0571", "version" : 1} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}}, "required": ["code", "description", "label", "language", "type", "uuid", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_d2n4x", "name" : "miguelbm8"}, "date" : {"day" : 1527465600, "full" : 1527532372, "month" : 1525132800, "week" : 1527379200}, "id" : "t3_8ms9mh", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 134984, "fullUrl" : "https://preview.redd.it/zltptfqk2n011.png?auto=webp&s=26bd03f279c5cd86df2d87a925156b91e3c2636e", "hash" : "26e606888a", "height" : 449, "lqip" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAIAAAD5gJpuAAAACXBIWXMAAAsTAAALEwEAmpwYAAABQklEQVQokS2RS7bjIAxEs/8NkoSPMSYxWOIvQ4bdNq+GOudKpapHzhkRj1uI+Pv9zls559YaIgLAcRw55zl/tNZCCIhYayWi3jsRpZSstVJKzvnr9TLGuFsXcJ5nSomIxhhEVEqZu2utzrnP56OU2vd9umitXUAppffuvddaL8sihDDGTCcAgIgpJQBIKV1A732MEWOUUgohGGPLsjyfTyml1hoAnHPzgX3fAeC6MMaw1jLGtm1TSr3f7wkrpeYkxphz5pz/Ab13ABBCSCmNMdu2aa3XdTXGcM6NMWOMEAJjzHt/WaJbiLgsizFGKbWuq9ZaCME5r7XOPKSUzrkLOM9z5lNKiTECgL81v2ytTRczwD8AEWcb1lrnnPc+hJBSmmVNYHb1GGO01nLORAQA+75/v1/v/XEcpZTplohmNv9j/QcdaeU7n/LzNQAAAABJRU5ErkJggg==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/SGjnoD9tAUWisi1-OpWsNrDy9dfmmk7xttPT-z2f19U.jpg", "url" : "https://preview.redd.it/zltptfqk2n011.png?width=640&crop=smart&auto=webp&s=92bca590dc3a0151a69b4f04dd6e8c290b436da7", "width" : 640}, "score" : {"comments" : 9, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 46, "value" : 46}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["City"], "title" : "My first city map - The City of Uzer", "url" : "https://www.reddit.com/r/dndmaps/comments/8ms9mh/my_first_city_map_the_city_of_uzer/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Sainte-Marguerite-sur-Mer", "circ" : "6\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 401, "abs" : 188, "votants" : 213, "blancs" : 11, "nuls" : 9, "exp" : 193, "res" : [{"nuance" : "REM", "nom" : "M. Philippe DUFOUR", "voix" : 133}, {"nuance" : "COM", "nom" : "M. S\u00e9bastien JUMEL", "voix" : 60}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {}}}, "required": ["name", "description", "repository", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Utopian Manual Curation", "description" : "Tool for Utopian curators", "repository" : "https://github.com/eastmaels/utopian-manual-curation", "addons" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "addons": {"type": "array", "items": {}}}, "required": ["name", "description", "repository", "addons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Coatbridge", "addressLines" : ["Unit 8", "Faraday Retail Park", "Coatbridge", "North Lanarkshire"], "postalCode" : "ML5 3SQ", "country" : "gb"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.112096064, "width" : 0.07915611, "ymin" : 0.43453687, "height" : 0.140722}, "relativeKeypoints" : [{"y" : 0.5551547, "x" : 0.11716605}, {"y" : 0.47572124, "x" : 0.1863975}, {"y" : 0.45380512, "x" : 0.17527276}, {"y" : 0.44427046, "x" : 0.15992959}, {"y" : 0.44274318, "x" : 0.14268738}, {"y" : 0.5708761, "x" : 0.13833946}, {"y" : 0.55078197, "x" : 0.16908213}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.9965837], "label" : ["Palm"]} | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"imports": {"type": "array", "items": {"type": "string"}}}, "required": ["imports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"imports" : ["./base/animations.json", "./base/borders.json", "./base/buttons.json", "./base/carousel-indicator-dots.json", "./base/colors.json", "./base/elevation.json", "./base/spacing.json", "./base/typography.json"]} | json_instruct | {"type": "object", "properties": {"imports": {"type": "array", "items": {"type": "string"}}}, "required": ["imports"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aws-sdk.js" : "sha256-8cq2cQ9ub5IV3mtaDkqaVwMZXRtZ4y0YtgkJYs0EPXc=", "aws-sdk.min.js" : "sha256-LcYdT+e2sn/kQB39Qej+9gryxJGcKqhDtiJ10CssfT0="} | json_instruct | {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"information": {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "category": {"type": "string"}, "icon": {"type": "string"}, "desc": {"type": "string"}}, "required": ["author", "date", "name", "website", "category", "icon", "desc"]}, "request": {"type": "object", "properties": {"cellphone_url": {"type": "string"}, "email_url": {"type": "string"}, "user_url": {"type": "string"}, "method": {"type": "string"}, "post_fields": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}}, "required": ["cellphone_url", "email_url", "user_url", "method", "post_fields"]}, "status": {"type": "object", "properties": {"judge_yes_keyword": {"type": "string"}, "judge_no_keyword": {"type": "string"}, "profile_url": {"type": "string"}}, "required": ["judge_yes_keyword", "judge_no_keyword", "profile_url"]}, "headers": {"type": "object", "properties": {"nop": {"type": "string"}}, "required": ["nop"]}}, "required": ["information", "request", "status", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"information" : {"author" : "e0", "date" : "2015/03/11", "name" : "\u597d\u4e50\u4e70", "website" : "http://www.okbuy.com/", "category" : "\u8d2d\u7269", "icon" : "http://www.okbuy.com/resources/images/miniheaderlogo.png", "desc" : "\u597d\u4e50\u4e70\u4f7f\u7528OkBuy\u7684\u7528\u610f\u5c31\u662f\u8ba9\u66f4\u591a\u7684\u4eba\u4f53\u9a8c\u5230\u4fbf\u6377\u7684\u7f51\u4e0a\u8d2d\u7269\u4f53\u9a8c\uff0c\u597d\uff0c\u5c31\u6765\u4e70\u5427\uff01"}, "request" : {"cellphone_url" : "http://www.okbuy.com/ajax/email/emailifexist", "email_url" : "http://www.okbuy.com/ajax/email/emailifexist", "user_url" : "http://www.okbuy.com/ajax/email/emailifexist", "method" : "POST", "post_fields" : {"email" : ""}}, "status" : {"judge_yes_keyword" : "false", "judge_no_keyword" : "true", "profile_url" : ""}, "headers" : {"nop" : ""}} | json_instruct | {"type": "object", "properties": {"information": {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "category": {"type": "string"}, "icon": {"type": "string"}, "desc": {"type": "string"}}, "required": ["author", "date", "name", "website", "category", "icon", "desc"]}, "request": {"type": "object", "properties": {"cellphone_url": {"type": "string"}, "email_url": {"type": "string"}, "user_url": {"type": "string"}, "method": {"type": "string"}, "post_fields": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}}, "required": ["cellphone_url", "email_url", "user_url", "method", "post_fields"]}, "status": {"type": "object", "properties": {"judge_yes_keyword": {"type": "string"}, "judge_no_keyword": {"type": "string"}, "profile_url": {"type": "string"}}, "required": ["judge_yes_keyword", "judge_no_keyword", "profile_url"]}, "headers": {"type": "object", "properties": {"nop": {"type": "string"}}, "required": ["nop"]}}, "required": ["information", "request", "status", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"examine" : "The fat, slimy, corpse of a deceased giant snail.", "realPrice" : 659} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-01-30T01:00:00Z", "Temp" : 10.5, "RelHum" : 87, "WindSpeed" : 1.6, "WindDir" : 177} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "AMRAN", "frequency" : 326, "males" : "45.70552147239264 %", "females" : "54.29447852760736 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sampling_mode" : "Flat", "iters" : [14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0, 14.0], "times" : [49435325.0, 49420606.0, 49384238.0, 49382235.0, 49331265.0, 49351588.0, 49393343.0, 49354032.0, 49486828.0, 50020727.0, 50033843.0, 49775546.0, 49536183.0, 49500682.0, 49417314.0, 49433728.0, 49500142.0, 49365490.0, 49281207.0, 49360743.0, 49445087.0, 49330166.0, 49345921.0, 49260935.0, 49412443.0, 49389118.0, 49356959.0, 49541200.0, 49453563.0, 49355005.0, 49328028.0, 52278336.0, 53709734.0, 53443892.0, 53428918.0, 53460340.0, 51195076.0, 49534446.0, 49501478.0, 49449238.0, 49395747.0, 49295970.0, 49374933.0, 49418243.0, 49372785.0, 49403927.0, 49384371.0, 49362972.0, 49386173.0, 49452123.0, 49443141.0, 49416053.0, 49364458.0, 53981867.0, 53526345.0, 53579868.0, 53490420.0, 53535749.0, 53557911.0, 53576091.0, 53635374.0, 53497025.0, 53491238.0, 53440585.0, 53508486.0, 53488408.0, 53475077.0, 53491664.0, 53601243.0, 53208289.0, 49762671.0, 50270937.0, 49571953.0, 49612816.0, 49504742.0, 49425161.0, 49523409.0, 49497574.0, 49394917.0, 49418441.0, 49463228.0, 49454018.0, 49388866.0, 49514348.0, 49442779.0, 49416373.0, 49389506.0, 49449100.0, 49308980.0, 49565086.0, 50741763.0, 50222035.0, 49487326.0, 49453330.0, 49349583.0, 49334094.0, 49282610.0, 49277960.0, 49438177.0, 49404672.0]} | json_instruct | {"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 6748, "cartId" : "a9670e7b-e8b3-4445-a5c3-56d38dfa0436", "preferredProducts" : [2107, 3246, 3878], "productReviews" : [{"productId" : 4977, "reviewText" : "I saw one of these in Vanuatu and I bought one.", "reviewDate" : "2018-02-22T10:40:52.7767012+02:00"}, {"productId" : 3455, "reviewText" : "I tried to strangle it but got hazelnut all over it.", "reviewDate" : "2019-03-16T03:34:13.0272018+02:00"}, {"productId" : 1807, "reviewText" : "I saw one of these in Haiti and I bought one.", "reviewDate" : "2018-03-08T06:55:47.797617+02:00"}, {"productId" : 4354, "reviewText" : "i use it every Tuesday when i'm in my homeless shelter.", "reviewDate" : "2019-12-16T15:38:41.2129793+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Conqueror - Miku Succubus\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "deltamaster", "description" : "Reworkundefinedofundefinedpreviousundefinedvideo.", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2189210/thumbnail-2189210_0005.jpg?itok=FoGtVZZv", "download" : "https://ecchi.iwara.tv/api/video/6q1k2ivxl1sobvd7q", "origin" : "https://ecchi.iwara.tv/videos/6q1k2ivxl1sobvd7q"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Hyderabad ", "Andhra Pradesh", "2.21", "536"], ["Papum Pare ", "Arunachal Pradesh", "1.98", "248"], ["Longleng ", "Nagaland", "1.91", "268"], ["Baksa ", "Assam", "1.90", "324"], ["Bandipore ", "Jammu & Kashmir", "1.84", "9"], ["Tamenglong ", "Manipur", "1.61", "273"], ["Punch ", "Jammu & Kashmir", "1.60", "5"], ["Kulgam ", "Jammu & Kashmir", "1.59", "15"], ["Churachandpur ", "Manipur", "1.55", "274"], ["Kolkata ", "West Bengal", "1.51", "342"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 6083129628281641223, "features" : "[\"default\", \"std\"]", "target" : 11560034055147055162, "profile" : 10796641224631929329, "path" : 18163712265041341745, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/bytes-6f93280234a29fa0/dep-lib-bytes"}}], "rustflags" : [], "metadata" : 11501112221997671841, "config" : 0} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"disk": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "integer"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bulge": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "number"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bar": {"type": "null"}, "spiral": {"type": "array", "items": {}}}, "required": ["disk", "bulge", "bar", "spiral"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"disk" : {"mu" : [52.122265219688416, 50.076953530311584], "roll" : -1.911178265436804, "rEff" : 32.91132749371683, "axRatio" : 0.8276140672742177, "i0" : 0.2, "c" : 2, "n" : 1}, "bulge" : {"mu" : [51.723827719688416, 50.59492349624634], "roll" : 0.9848388346045378, "rEff" : 2.8211924272765834, "axRatio" : 0.5554007691930283, "i0" : 0.53, "c" : 2, "n" : 0.88}, "bar" : null, "spiral" : []} | json_instruct | {"type": "object", "properties": {"disk": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "integer"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bulge": {"type": "object", "properties": {"mu": {"type": "array", "items": {"type": "number"}}, "roll": {"type": "number"}, "rEff": {"type": "number"}, "axRatio": {"type": "number"}, "i0": {"type": "number"}, "c": {"type": "integer"}, "n": {"type": "number"}}, "required": ["mu", "roll", "rEff", "axRatio", "i0", "c", "n"]}, "bar": {"type": "null"}, "spiral": {"type": "array", "items": {}}}, "required": ["disk", "bulge", "bar", "spiral"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1991, 6], [1992, 5], [1993, 5], [1994, 5], [1995, 6], [1997, 5], [1998, 6], [2000, 5], [2002, 5], [2003, 8], [2005, 8], [2006, 8], [2007, 6], [2008, 5], [2010, 8], [2011, 13], [2012, 7], [2013, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "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" : [[[-85.787027, 39.988332], [-85.787004, 40.046168], [-85.710719, 40.046833], [-85.707563, 40.047393], [-85.700983, 40.046481], [-85.673057, 40.047113], [-85.673176, 40.022796], [-85.682041, 40.018382], [-85.690443, 40.017497], [-85.699637, 40.008575], [-85.722034, 40.002988], [-85.722519, 40.005755], [-85.734347, 40.007091], [-85.737934, 40.008869], [-85.737877, 40.01697], [-85.736912, 40.022325], [-85.73937, 40.018431], [-85.754826, 40.018353], [-85.75369, 40.016027], [-85.75358, 40.010346], [-85.752083, 40.009361], [-85.750635, 40.006166], [-85.747317, 40.005828], [-85.747327, 40.00506], [-85.75178, 40.003036], [-85.75326, 40.003074], [-85.753779, 40.004563], [-85.755441, 40.004735], [-85.755755, 40.002638], [-85.756507, 40.002598], [-85.75647, 40.000539], [-85.759115, 40.000474], [-85.75912, 39.999719], [-85.759963, 39.999703], [-85.759985, 40.000696], [-85.768646, 40.000424], [-85.768677, 39.995241], [-85.776777, 39.99514], [-85.776673, 39.990557], [-85.778973, 39.990564], [-85.778871, 39.988671], [-85.770585, 39.988689], [-85.786726, 39.980295], [-85.787027, 39.988332]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 23986}}]} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}, "changelog": {"type": "object", "properties": {"repo": {"type": "string"}, "labels": {"type": "object", "properties": {"fix": {"type": "string"}, "feat": {"type": "string"}}, "required": ["fix", "feat"]}, "cacheDir": {"type": "string"}}, "required": ["repo", "labels", "cacheDir"]}, "conventionalCommits": {"type": "boolean"}}, "required": ["lerna", "version", "packages", "changelog", "conventionalCommits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lerna" : "2.0.0-rc.4", "version" : "independent", "packages" : ["scripts", "packages/*"], "changelog" : {"repo" : "ionic-team/ionic-cli", "labels" : {"fix" : "Bug fix", "feat" : "New Feature"}, "cacheDir" : ".changelog"}, "conventionalCommits" : true} | json_instruct | {"type": "object", "properties": {"lerna": {"type": "string"}, "version": {"type": "string"}, "packages": {"type": "array", "items": {"type": "string"}}, "changelog": {"type": "object", "properties": {"repo": {"type": "string"}, "labels": {"type": "object", "properties": {"fix": {"type": "string"}, "feat": {"type": "string"}}, "required": ["fix", "feat"]}, "cacheDir": {"type": "string"}}, "required": ["repo", "labels", "cacheDir"]}, "conventionalCommits": {"type": "boolean"}}, "required": ["lerna", "version", "packages", "changelog", "conventionalCommits"], "$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"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"JordanAdams\\Presenter\\": {"type": "string"}}, "required": ["JordanAdams\\Presenter\\"]}}, "required": ["psr-0"]}, "autoload-dev": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "require", "require-dev", "autoload", "autoload-dev", "license", "authors", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jordan-adams/presenter", "description" : "A simple framework-agnostic model presenter", "require" : {"php" : ">=5.4.0", "illuminate/support" : "~4.2.16"}, "require-dev" : {"phpunit/phpunit" : "~4.4.1", "mockery/mockery" : "~0.9.3"}, "autoload" : {"psr-0" : {"JordanAdams\\Presenter\\" : "src/"}}, "autoload-dev" : {"classmap" : ["tests/stubs"]}, "license" : "MIT", "authors" : [{"name" : "Jordan Adams", "email" : "hi@jordanadams.co.uk"}], "minimum-stability" : "stable"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}}, "required": ["php", "illuminate/support"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"JordanAdams\\Presenter\\": {"type": "string"}}, "required": ["JordanAdams\\Presenter\\"]}}, "required": ["psr-0"]}, "autoload-dev": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "require", "require-dev", "autoload", "autoload-dev", "license", "authors", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "5201040010", "district_id" : "5201040", "name" : "BANYUMULEK"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "twitter": {"type": "string"}, "business": {"type": "object", "properties": {"cta": {"type": "string"}, "name": {"type": "string"}}, "required": ["cta", "name"]}}, "required": ["url", "name", "description", "twitter", "business"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://wipdeveloper.com/", "name" : "Brett Nelsons\u2019s Blog", "description" : "A blog about Web development with a focus on Salesforce.com and front-end technologies.", "twitter" : "brettmn", "business" : {"cta" : "https://nelson.consulting/", "name" : "Nelson Consulting"}} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "twitter": {"type": "string"}, "business": {"type": "object", "properties": {"cta": {"type": "string"}, "name": {"type": "string"}}, "required": ["cta", "name"]}}, "required": ["url", "name", "description", "twitter", "business"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0xd781a615d6f9530a4e33a966005ad28036574584ddd031ceaf42eb5f97e42893", "parentHash" : "0xd9d9a057c433bc9a36cabf5e5edf72316b1802f61e6c6acb78e2dc744f36d643", "number" : 11058, "timestamp" : 1438349515, "nonce" : "0xe18fcbc37a9bb510", "difficulty" : 649504250041, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xBb12b5a9B85D4AB8CDE6056E9c1b2a4a337D2261", "extraData" : "0x476574682f76312e302e302d30636463373634372f6c696e75782f676f312e34", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["test-on-fire"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 3367, "surahNumber" : "029", "ayatNumber" : "027", "arabic" : "\u0648\u064e\u0648\u064e\u0647\u064e\u0628\u0652\u0646\u064e\u0627 \u0644\u064e\u0647\u064f \u0625\u0650\u0633\u0652\u062d\u064e\u0627\u0642\u064e \u0648\u064e\u064a\u064e\u0639\u0652\u0642\u064f\u0648\u0628\u064e \u0648\u064e\u062c\u064e\u0639\u064e\u0644\u0652\u0646\u064e\u0627 \u0641\u0650\u064a \u0630\u064f\u0631\u0651\u0650\u064a\u0651\u064e\u062a\u0650\u0647\u0650 \u0627\u0644\u0646\u0651\u064f\u0628\u064f\u0648\u0651\u064e\u0629\u064e \u0648\u064e\u0627\u0644\u0652\u0643\u0650\u062a\u064e\u0627\u0628\u064e \u0648\u064e\u0622\u062a\u064e\u064a\u0652\u0646\u064e\u0627\u0647\u064f \u0623\u064e\u062c\u0652\u0631\u064e\u0647\u064f \u0641\u0650\u064a \u0627\u0644\u062f\u0651\u064f\u0646\u0652\u064a\u064e\u0627 \u06d6 \u0648\u064e\u0625\u0650\u0646\u0651\u064e\u0647\u064f \u0641\u0650\u064a \u0627\u0644\u0652\u0622\u062e\u0650\u0631\u064e\u0629\u0650 \u0644\u064e\u0645\u0650\u0646\u064e \u0627\u0644\u0635\u0651\u064e\u0627\u0644\u0650\u062d\u0650\u064a\u0646\u064e", "english" : "And We bestowed on him [Ibrahim (Abraham)], Ishaque (Isaac) and Ya'qub (Jacob), and ordained among his offspring Prophethood and the Book [i.e. the Taurat (Torah) (to Musa - Moses), the Injeel (Gospel) (to 'Iesa - Jesus), the Quran (to Muhammad SAW), all from the offspring of Ibrahim (Abraham)], and We granted him his reward in this world, and verily, in the Hereafter he is indeed among the righteous.", "bengali" : "\u0986\u09ae\u09bf \u09a4\u09be\u0995\u09c7 \u09a6\u09be\u09a8 \u0995\u09b0\u09b2\u09be\u09ae \u0987\u09b8\u09b9\u09be\u0995 \u0993 \u0987\u09df\u09be\u0995\u09c1\u09ac, \u09a4\u09be\u0981\u09b0 \u09ac\u0982\u09b6\u09a7\u09b0\u09a6\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09a8\u09ac\u09c1\u0993\u09df\u09a4 \u0993 \u0995\u09bf\u09a4\u09be\u09ac \u09b0\u09be\u0996\u09b2\u09be\u09ae \u098f\u09ac\u0982 \u09a6\u09c1\u09a8\u09bf\u09df\u09be\u09a4\u09c7 \u09a4\u09be\u0981\u0995\u09c7 \u09aa\u09c1\u09b0\u09b8\u09cd\u0995\u09c3\u09a4 \u0995\u09b0\u09b2\u09be\u09ae\u0964 \u09a8\u09bf\u09b6\u09cd\u099a\u09df \u09aa\u09b0\u0995\u09be\u09b2\u09c7 \u0993 \u09b8\u09c7 \u09b8\u09ce\u09b2\u09c7\u09be\u0995\u09a6\u09b0 \u0985\u09a8\u09cd\u09a4\u09b0\u09cd\u09ad\u09c2\u0995\u09cd\u09a4 \u09b9\u09ac\u09c7\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main.css" : "static/css/main.eaa5ac6b.css", "main.css.map" : "static/css/main.eaa5ac6b.css.map", "main.js" : "static/js/main.70e99e8d.js", "main.js.map" : "static/js/main.70e99e8d.js.map"} | json_instruct | {"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "laborous", "definition" : "Laborious. [Obs.] Wyatt. -- La\"bor*ous*ly, adv. [Obs.] Sir T. Elyot."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "Method", "name" : "IDBIndex.get", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/IDBIndex/get", "description" : "If a value is found, then a structured clone of it is created and set as the result of the request object: this returns the record the key is associated with."} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "hyperf/guzzle": {"type": "string"}}, "required": ["php", "hyperf/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Amap\\": {"type": "string"}}, "required": ["Amap\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "onecodemonkey/amap_sdk", "description" : "AMap SDK for PHP (\u9ad8\u5fb7\u5730\u56fe web API) ", "keywords" : ["amap", "gaode_map", "amap_sdk", "gaode_map_sdk", "\u9ad8\u5fb7\u5730\u56fe"], "license" : "MIT", "authors" : [{"name" : "OneCodeMonkey", "email" : "jujulia09@outlook.com"}], "require" : {"php" : ">=7.2", "hyperf/guzzle" : ">=1.1.0"}, "autoload" : {"psr-4" : {"Amap\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "hyperf/guzzle": {"type": "string"}}, "required": ["php", "hyperf/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Amap\\": {"type": "string"}}, "required": ["Amap\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"T2MDCli": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "commandLineArgs", "workingDirectory"]}}, "required": ["T2MDCli"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"T2MDCli" : {"commandName" : "Project", "commandLineArgs" : "--output-folder .\\t2md-test", "workingDirectory" : "%userprofile%"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"T2MDCli": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "commandLineArgs", "workingDirectory"]}}, "required": ["T2MDCli"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "points": {"type": "integer"}, "start_name": {"type": "string"}, "allowed_locs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "name", "description", "id", "points", "start_name", "allowed_locs"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "scenario", "name" : "Freeform", "description" : "Test scenario, please ignore.", "id" : "madd_freeform", "points" : 0, "start_name" : "Freeform", "allowed_locs" : ["forest", "shelter", "house_w_1", "s_grocery", "s_gun", "s_garage", "pawn", "bank", "mil_surplus", "furniture", "s_library", "s_bookstore", "boarded_house", "cabin", "field", "lmoe", "prison", "mall_a_12", "mall_a_30", "fire_station", "police", "school", "mine_finale", "Swamp Shack", "survivalist farm", "pump_station_1", "museum", "cathedral", "recyclecenter"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "string"}, "points": {"type": "integer"}, "start_name": {"type": "string"}, "allowed_locs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "name", "description", "id", "points", "start_name", "allowed_locs"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "user_id": {"type": "integer"}}, "required": ["title", "content", "user_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "The title", "content" : "This is definitely Content man", "user_id" : 1} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "user_id": {"type": "integer"}}, "required": ["title", "content", "user_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@natpkg/vue-module-acl", "version" : "1.0.0", "description" : "permission, module, acl, vue, role, rule", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "git@github.com:natpkg/vue-module-acl.git"}, "keywords" : ["permission", "module", "acl", "vue", "role", "rule"], "author" : "NatCoop", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "id": {"type": "integer"}, "displayName": {"type": "string"}, "active": {"type": "boolean"}, "slug": {"type": "string"}, "type": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["self"]}}, "required": ["name", "emailAddress", "id", "displayName", "active", "slug", "type", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "name", "emailAddress" : "email@domain.ca", "id" : 1234, "displayName" : "Fist Last", "active" : true, "slug" : "user-slug", "type" : "NORMAL", "links" : {"self" : [{"href" : "https://localhost/users/user-slug"}]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "emailAddress": {"type": "string"}, "id": {"type": "integer"}, "displayName": {"type": "string"}, "active": {"type": "boolean"}, "slug": {"type": "string"}, "type": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["self"]}}, "required": ["name", "emailAddress", "id", "displayName", "active", "slug", "type", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "/home/advanz101/Dinesh_WorkSpace/SampleProjects/TouristAttractions/Application/build/intermediates/res/merged/debug/anim-v21/design_bottom_sheet_slide_out.xml", "source" : "/home/advanz101/.android/build-cache/c95abaea0e288b12a6ed80e8b573afbf3963c7be/output/res/anim-v21/design_bottom_sheet_slide_out.xml"}, {"merged" : "/home/advanz101/Dinesh_WorkSpace/SampleProjects/TouristAttractions/Application/build/intermediates/res/merged/debug/anim-v21/design_bottom_sheet_slide_in.xml", "source" : "/home/advanz101/.android/build-cache/c95abaea0e288b12a6ed80e8b573afbf3963c7be/output/res/anim-v21/design_bottom_sheet_slide_in.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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}, "date": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minor", "comment" : "update MessageBar colors", "packageName" : "office-ui-fabric-react", "email" : "chrismo@microsoft.com", "dependentChangeType" : "patch", "date" : "2020-04-24T20:46:36.869Z"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "comment": {"type": "string"}, "packageName": {"type": "string"}, "email": {"type": "string"}, "dependentChangeType": {"type": "string"}, "date": {"type": "string"}}, "required": ["type", "comment", "packageName", "email", "dependentChangeType", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016405": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01016405"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01016405" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00082869", "LAD11CD" : "E06000038"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00082870", "LAD11CD" : "E06000038"}, "arcs" : [[4, 5, -1, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00082871", "LAD11CD" : "E06000038"}, "arcs" : [[-3, 7, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00082872", "LAD11CD" : "E06000038"}, "arcs" : [[-2, -6, 10, -8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00082874", "LAD11CD" : "E06000038"}, "arcs" : [[-5, 11, -9, -11]]}]}}, "arcs" : [[[6481, 8024], [-820, -2193]], [[5661, 5831], [-312, 1652], [-3288, -2081]], [[2061, 5402], [-311, 732]], [[1750, 6134], [1860, 1293], [-594, 539], [372, 2033], [3093, -1975]], [[6461, 2686], [-695, 2301]], [[5766, 4987], [-105, 844]], [[6481, 8024], [2871, -2545], [-328, -1096], [975, -1071], [-2262, -1060], [-335, 1005], [-941, -571]], [[2061, 5402], [1025, -1971]], [[3086, 3431], [800, -2299]], [[3886, 1132], [-773, -805], [-211, 718], [-1045, -1045], [-1857, 6052], [33, 1233], [279, 1639], [1257, -53], [-616, -1037], [797, -1700]], [[5766, 4987], [-2680, -1556]], [[6461, 2686], [84, -1023], [-2117, -1247], [-542, 716]]], "transform" : {"scale" : [7.696053809054952e-07, 2.9531064426703235e-07], "translate" : [-0.949003050875953, 51.45421286568155]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016405": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01016405"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Regionale Schule mit Grundschule Penzlin", "id" : "MV-75435615", "address" : "Hirtenstra\u00dfe 12, 17217 Penzlin", "school_type" : "Regionale Schule mit Grundschule", "fax" : "03962/210233", "phone" : "03962/210232", "website" : "www.voss-schule-penzlin.de", "email" : "regionale-schule@voss-schule-penzlin.com", "headmaster" : " Holger Rieck", "state" : "MV", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 13.08641, "lat" : 53.505939} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"App": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "Camera3D": {"type": "object", "properties": {"FOV": {"type": "number"}, "mov_speed": {"type": "number"}, "orbit_speed": {"type": "number"}, "pan_speed": {"type": "number"}, "turbo_speed": {"type": "number"}, "zoom_speed": {"type": "number"}}, "required": ["FOV", "mov_speed", "orbit_speed", "pan_speed", "turbo_speed", "zoom_speed"]}, "Events": {"type": "null"}, "GUI": {"type": "null"}, "Importer": {"type": "null"}, "Input": {"type": "null"}, "MapEditor": {"type": "null"}, "Objects": {"type": "null"}, "Render3D": {"type": "object", "properties": {"major_version": {"type": "integer"}, "minor_version": {"type": "integer"}, "samples": {"type": "integer"}}, "required": ["major_version", "minor_version", "samples"]}, "Resources": {"type": "null"}, "Scene": {"type": "null"}, "Window": {"type": "object", "properties": {"flags": {"type": "object", "properties": {"borderless": {"type": "boolean"}, "fullscreen": {"type": "boolean"}, "fullscreen_desktop": {"type": "boolean"}, "maximized": {"type": "boolean"}, "minimized": {"type": "boolean"}, "resizable": {"type": "boolean"}}, "required": ["borderless", "fullscreen", "fullscreen_desktop", "maximized", "minimized", "resizable"]}, "height": {"type": "integer"}, "width": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["flags", "height", "width", "x", "y"]}}, "required": ["App", "Camera3D", "Events", "GUI", "Importer", "Input", "MapEditor", "Objects", "Render3D", "Resources", "Scene", "Window"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"App" : {"name" : "Elit3d", "version" : "0.6.2"}, "Camera3D" : {"FOV" : 60.0, "mov_speed" : 15.0, "orbit_speed" : 0.10000000149011612, "pan_speed" : 0.5, "turbo_speed" : 2.0, "zoom_speed" : 15.0}, "Events" : null, "GUI" : null, "Importer" : null, "Input" : null, "MapEditor" : null, "Objects" : null, "Render3D" : {"major_version" : 3, "minor_version" : 1, "samples" : 4}, "Resources" : null, "Scene" : null, "Window" : {"flags" : {"borderless" : false, "fullscreen" : false, "fullscreen_desktop" : false, "maximized" : true, "minimized" : false, "resizable" : true}, "height" : 1017, "width" : 1920, "x" : 0, "y" : 23}} | json_instruct | {"type": "object", "properties": {"App": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "version"]}, "Camera3D": {"type": "object", "properties": {"FOV": {"type": "number"}, "mov_speed": {"type": "number"}, "orbit_speed": {"type": "number"}, "pan_speed": {"type": "number"}, "turbo_speed": {"type": "number"}, "zoom_speed": {"type": "number"}}, "required": ["FOV", "mov_speed", "orbit_speed", "pan_speed", "turbo_speed", "zoom_speed"]}, "Events": {"type": "null"}, "GUI": {"type": "null"}, "Importer": {"type": "null"}, "Input": {"type": "null"}, "MapEditor": {"type": "null"}, "Objects": {"type": "null"}, "Render3D": {"type": "object", "properties": {"major_version": {"type": "integer"}, "minor_version": {"type": "integer"}, "samples": {"type": "integer"}}, "required": ["major_version", "minor_version", "samples"]}, "Resources": {"type": "null"}, "Scene": {"type": "null"}, "Window": {"type": "object", "properties": {"flags": {"type": "object", "properties": {"borderless": {"type": "boolean"}, "fullscreen": {"type": "boolean"}, "fullscreen_desktop": {"type": "boolean"}, "maximized": {"type": "boolean"}, "minimized": {"type": "boolean"}, "resizable": {"type": "boolean"}}, "required": ["borderless", "fullscreen", "fullscreen_desktop", "maximized", "minimized", "resizable"]}, "height": {"type": "integer"}, "width": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["flags", "height", "width", "x", "y"]}}, "required": ["App", "Camera3D", "Events", "GUI", "Importer", "Input", "MapEditor", "Objects", "Render3D", "Resources", "Scene", "Window"], "$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"}, "type": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "require-dev": {"type": "object", "properties": {"mediawiki/mediawiki-codesniffer": {"type": "string"}, "mediawiki/minus-x": {"type": "string"}, "php-parallel-lint/php-console-highlighter": {"type": "string"}, "php-parallel-lint/php-parallel-lint": {"type": "string"}}, "required": ["mediawiki/mediawiki-codesniffer", "mediawiki/minus-x", "php-parallel-lint/php-console-highlighter", "php-parallel-lint/php-parallel-lint"]}, "scripts": {"type": "object", "properties": {"test": {"type": "array", "items": {"type": "string"}}, "fix": {"type": "array", "items": {"type": "string"}}, "phpcs": {"type": "string"}}, "required": ["test", "fix", "phpcs"]}}, "required": ["name", "type", "description", "require", "require-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mediawiki/drawio-editor", "type" : "mediawiki-extension", "description" : "This is a MediaWiki extension that integrates the draw.io flow chart editor and allows inline editing of charts.", "require" : {"composer/installers" : "~1.0"}, "require-dev" : {"mediawiki/mediawiki-codesniffer" : "38.0.0", "mediawiki/minus-x" : "1.1.1", "php-parallel-lint/php-console-highlighter" : "0.5.0", "php-parallel-lint/php-parallel-lint" : "1.3.1"}, "scripts" : {"test" : ["parallel-lint . --exclude vendor --exclude node_modules", "minus-x check .", "@phpcs"], "fix" : ["minus-x fix .", "phpcbf"], "phpcs" : "phpcs -sp --cache"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "require-dev": {"type": "object", "properties": {"mediawiki/mediawiki-codesniffer": {"type": "string"}, "mediawiki/minus-x": {"type": "string"}, "php-parallel-lint/php-console-highlighter": {"type": "string"}, "php-parallel-lint/php-parallel-lint": {"type": "string"}}, "required": ["mediawiki/mediawiki-codesniffer", "mediawiki/minus-x", "php-parallel-lint/php-console-highlighter", "php-parallel-lint/php-parallel-lint"]}, "scripts": {"type": "object", "properties": {"test": {"type": "array", "items": {"type": "string"}}, "fix": {"type": "array", "items": {"type": "string"}}, "phpcs": {"type": "string"}}, "required": ["test", "fix", "phpcs"]}}, "required": ["name", "type", "description", "require", "require-dev", "scripts"], "$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": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice": {"type": "string"}, "averagePrice": {"type": "string"}, "transactionAmount": {"type": "string"}, "number": {"type": "string"}, "main_category": {"type": "string"}, "sub_category": {"type": "string"}}, "required": ["transactionDate", "produceNumber", "produceName", "marketNumber", "marketName", "topPrice", "middlePrice", "lowPrice", "averagePrice", "transactionAmount", "number", "main_category", "sub_category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"transactionDate" : "105.03.24", "produceNumber" : "D1", "produceName" : "\u6876\u67d1-\u6876\u67d1", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "42.2", "middlePrice" : "22.2", "lowPrice" : "6.5", "averagePrice" : "23.3", "transactionAmount" : "7858.2", "number" : "D1", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "105.03.24", "produceNumber" : "A1", "produceName" : "\u9999\u8549", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "53.3", "middlePrice" : "53.3", "lowPrice" : "53.3", "averagePrice" : "53.3", "transactionAmount" : "60", "number" : "A1", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "105.03.24", "produceNumber" : "C2", "produceName" : "\u8302\u8c37\u67d1", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "82.8", "middlePrice" : "54.3", "lowPrice" : "23.3", "averagePrice" : "55.7", "transactionAmount" : "6352.8", "number" : "C2", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "105.03.24", "produceNumber" : "Y4", "produceName" : "\u6843\u5b50-\u65e9\u6843", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "116.6", "middlePrice" : "104.1", "lowPrice" : "81.2", "averagePrice" : "100.1", "transactionAmount" : "997.8", "number" : "Y4", "main_category" : "fruit", "sub_category" : ""}, {"transactionDate" : "105.03.24", "produceNumber" : "L1", "produceName" : "\u6787\u6777-\u8302\u6728", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "270.3", "middlePrice" : "205.9", "lowPrice" : "137", "averagePrice" : "207.7", "transactionAmount" : "333.6", "number" : "L1", "main_category" : "fruit", "sub_category" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice": {"type": "string"}, "averagePrice": {"type": "string"}, "transactionAmount": {"type": "string"}, "number": {"type": "string"}, "main_category": {"type": "string"}, "sub_category": {"type": "string"}}, "required": ["transactionDate", "produceNumber", "produceName", "marketNumber", "marketName", "topPrice", "middlePrice", "lowPrice", "averagePrice", "transactionAmount", "number", "main_category", "sub_category"]}, "$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"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}}, "required": ["name", "private", "main", "module", "jsnext:main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "styled-components/no-parser", "private" : true, "main" : "../dist/styled-components-no-parser.cjs.js", "module" : "../dist/styled-components-no-parser.esm.js", "jsnext:main" : "../dist/styled-components-no-parser.esm.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "jsnext:main": {"type": "string"}}, "required": ["name", "private", "main", "module", "jsnext:main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 15464, "title" : "Tales from the Fathomless Abyss", "year" : 2011, "type" : "novel", "imageName" : "pa_talesfro.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15407, "title" : "Baldur's Gate", "year" : 1999, "type" : "novel", "imageName" : "pa_bandurs1.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15408, "title" : "Baldur's Gate II: Shadows of Amn", "year" : 2000, "type" : "novel", "imageName" : "pa_bandurs2.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15891, "title" : "The Halls of Stormweather", "year" : 2000, "type" : "novel", "imageName" : "pa_thehalls.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15682, "title" : "Realms of the Deep: The Threat from the Sea", "year" : 2000, "type" : "novel", "imageName" : "pa_realmsof.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15411, "title" : "Whisper of Waves", "year" : 2005, "type" : "novel", "imageName" : "pa_whispers.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15412, "title" : "Lies of Light", "year" : 2006, "type" : "novel", "imageName" : "pa_liesofli.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15413, "title" : "Scream of Stone", "year" : 2007, "type" : "novel", "imageName" : "pa_screamof.jpg", "nominations" : 0, "wins" : -1}, {"id" : 15677, "title" : "Annihilation", "year" : 2004, "type" : "novel", "imageName" : "pa_annihila.jpg", "nominations" : 0, "wins" : -1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"by" : "jgrahamc", "descendants" : 3, "id" : 18084434, "kids" : [18084557, 18089072], "score" : 11, "time" : 1538056208, "title" : "What happens when you register a domain?", "type" : "story", "url" : "https://blog.cloudflare.com/using-cloudflare-registrar/"} | json_instruct | {"type": "object", "properties": {"by": {"type": "string"}, "descendants": {"type": "integer"}, "id": {"type": "integer"}, "kids": {"type": "array", "items": {"type": "integer"}}, "score": {"type": "integer"}, "time": {"type": "integer"}, "title": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["by", "descendants", "id", "kids", "score", "time", "title", "type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}, "X-Cloud-Trace-Context": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}}, "required": ["Content-Type", "X-Cloud-Trace-Context", "Date", "Server"]}}, "required": ["status", "bodyFileName", "headers"]}, "uuid": {"type": "string"}}, "required": ["id", "request", "response", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e26f7e2f-b25e-3bcb-a78f-6e6a312ec2f2", "request" : {"url" : "/879/880/881/882", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-879-880-881-882-xIx9P.json", "headers" : {"Content-Type" : "application/json", "X-Cloud-Trace-Context" : "ecef984a9d96ae750dd9c7abd4297fcf", "Date" : "Fri, 21 Aug 2020 15:48:24 GMT", "Server" : "Google Frontend"}}, "uuid" : "e26f7e2f-b25e-3bcb-a78f-6e6a312ec2f2"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}, "X-Cloud-Trace-Context": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}}, "required": ["Content-Type", "X-Cloud-Trace-Context", "Date", "Server"]}}, "required": ["status", "bodyFileName", "headers"]}, "uuid": {"type": "string"}}, "required": ["id", "request", "response", "uuid"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"CoderSLZeng": {"type": "string"}}, "required": ["CoderSLZeng"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SLCategoryObjCKit", "version" : "0.1.1", "summary" : "\u5c01\u88c5\u4e86\u5e38\u7528\u63a7\u4ef6\u7684\u5206\u7c7b\u5e93", "description" : "\u5c01\u88c5\u4e86BarButtonItem\u3001Button\u3001Calendar\u3001Color\u3001Date\u3001Image\u3001ImageView\u3001String\u3001TextField\u3001View\u3001Window\u7b49\u5206\u7c7b\u3002", "homepage" : "https://github.com/CoderSLZeng/SLCategoryObjCKit", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"CoderSLZeng" : "359297567@qq.com"}, "source" : {"git" : "https://github.com/CoderSLZeng/SLCategoryObjCKit.git", "tag" : "0.1.1"}, "platforms" : {"ios" : "8.0"}, "subspecs" : [{"name" : "BarButtonItem", "source_files" : "SLCategoryObjCKit/Classes/BarButtonItem/*.{h,m}"}, {"name" : "Calendar", "source_files" : "SLCategoryObjCKit/Classes/Calendar/*.{h,m}"}, {"name" : "View", "source_files" : "SLCategoryObjCKit/Classes/View/*.{h,m}"}, {"name" : "Image", "source_files" : "SLCategoryObjCKit/Classes/Image/*.{h,m}"}, {"name" : "ImageView", "source_files" : "SLCategoryObjCKit/Classes/ImageView/*.{h,m}", "dependencies" : {"SDWebImage" : [], "AFNetworking/Reachability" : []}}, {"name" : "TextField", "source_files" : "SLCategoryObjCKit/Classes/TextField/*.{h,m}"}, {"name" : "Window", "source_files" : "SLCategoryObjCKit/Classes/Window/*.{h,m}"}, {"name" : "Color", "source_files" : "SLCategoryObjCKit/Classes/Color/*.{h,m}"}, {"name" : "Date", "source_files" : "SLCategoryObjCKit/Classes/Date/*.{h,m}"}, {"name" : "String", "source_files" : "SLCategoryObjCKit/Classes/String/*.{h,m}"}, {"name" : "Button", "source_files" : "SLCategoryObjCKit/Classes/Button/*.{h,m}"}, {"name" : "Foundation", "source_files" : "SLCategoryObjCKit/Classes/Foundation/*.{h,m}"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"CoderSLZeng": {"type": "string"}}, "required": ["CoderSLZeng"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}}, "required": ["name", "source_files"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"serviceName": {"type": "string"}, "cluster": {"type": "string"}, "launchType": {"type": "string"}, "deploymentConfiguration": {"type": "object", "properties": {"maximumPercent": {"type": "integer"}, "minimumHealthyPercent": {"type": "integer"}}, "required": ["maximumPercent", "minimumHealthyPercent"]}, "desiredCount": {"type": "integer"}, "networkConfiguration": {"type": "object", "properties": {"awsvpcConfiguration": {"type": "object", "properties": {"assignPublicIp": {"type": "string"}, "securityGroups": {"type": "array", "items": {"type": "string"}}, "subnets": {"type": "array", "items": {"type": "string"}}}, "required": ["assignPublicIp", "securityGroups", "subnets"]}}, "required": ["awsvpcConfiguration"]}, "taskDefinition": {"type": "string"}, "loadBalancers": {"type": "array", "items": {"type": "object", "properties": {"targetGroupArn": {"type": "string"}, "containerName": {"type": "string"}, "containerPort": {"type": "integer"}}, "required": ["targetGroupArn", "containerName", "containerPort"]}}}, "required": ["serviceName", "cluster", "launchType", "deploymentConfiguration", "desiredCount", "networkConfiguration", "taskDefinition", "loadBalancers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"serviceName" : "Mysfits-Service", "cluster" : "ecsworkshop-cluster", "launchType" : "FARGATE", "deploymentConfiguration" : {"maximumPercent" : 200, "minimumHealthyPercent" : 0}, "desiredCount" : 1, "networkConfiguration" : {"awsvpcConfiguration" : {"assignPublicIp" : "ENABLED", "securityGroups" : ["REPLACE_ME_SECURITYGROUP"], "subnets" : ["REPLACE_ME_SUBNETONE", "REPLACE_ME_SUBNETTWO"]}}, "taskDefinition" : "mythicalmysfitsservice", "loadBalancers" : [{"targetGroupArn" : "REPLACE_ME_TARGET_GROUP_ARN", "containerName" : "MythicalMysfits-Service", "containerPort" : 80}]} | json_instruct | {"type": "object", "properties": {"serviceName": {"type": "string"}, "cluster": {"type": "string"}, "launchType": {"type": "string"}, "deploymentConfiguration": {"type": "object", "properties": {"maximumPercent": {"type": "integer"}, "minimumHealthyPercent": {"type": "integer"}}, "required": ["maximumPercent", "minimumHealthyPercent"]}, "desiredCount": {"type": "integer"}, "networkConfiguration": {"type": "object", "properties": {"awsvpcConfiguration": {"type": "object", "properties": {"assignPublicIp": {"type": "string"}, "securityGroups": {"type": "array", "items": {"type": "string"}}, "subnets": {"type": "array", "items": {"type": "string"}}}, "required": ["assignPublicIp", "securityGroups", "subnets"]}}, "required": ["awsvpcConfiguration"]}, "taskDefinition": {"type": "string"}, "loadBalancers": {"type": "array", "items": {"type": "object", "properties": {"targetGroupArn": {"type": "string"}, "containerName": {"type": "string"}, "containerPort": {"type": "integer"}}, "required": ["targetGroupArn", "containerName", "containerPort"]}}}, "required": ["serviceName", "cluster", "launchType", "deploymentConfiguration", "desiredCount", "networkConfiguration", "taskDefinition", "loadBalancers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"7582": {"type": "string"}, "7585": {"type": "string"}}, "required": ["7582", "7585"]}, "timeto": {"type": "object", "properties": {"7582": {"type": "number"}, "7585": {"type": "number"}}, "required": ["7582", "7585"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 7584, "title" : ["[Ant Nest, Tunnels]"], "description" : ["The passage ends here in a wall of solid rock, but you notice a tunnel winding up through the dirt next to the slab. Piles of refuse, glowing with the greenish lichen that has spread over them, litter the ground at your feet."], "paths" : ["Obvious exits: southwest"], "location" : "the dark caverns", "wayto" : {"7582" : "go tunnel", "7585" : "southwest"}, "timeto" : {"7582" : 0.2, "7585" : 0.2}, "image" : "wl-catacombs-1264234799.png", "image_coords" : [135, 1048, 145, 1058]} | 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": {"7582": {"type": "string"}, "7585": {"type": "string"}}, "required": ["7582", "7585"]}, "timeto": {"type": "object", "properties": {"7582": {"type": "number"}, "7585": {"type": "number"}}, "required": ["7582", "7585"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}, "source.organizeImports": {"type": "boolean"}}, "required": ["source.fixAll.eslint", "source.organizeImports"]}, "typescript.preferences.importModuleSpecifier": {"type": "string"}, "jest.autoRun": {"type": "string"}}, "required": ["editor.formatOnSave", "editor.codeActionsOnSave", "typescript.preferences.importModuleSpecifier", "jest.autoRun"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.formatOnSave" : false, "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true, "source.organizeImports" : true}, "typescript.preferences.importModuleSpecifier" : "non-relative", "jest.autoRun" : "off"} | json_instruct | {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}, "source.organizeImports": {"type": "boolean"}}, "required": ["source.fixAll.eslint", "source.organizeImports"]}, "typescript.preferences.importModuleSpecifier": {"type": "string"}, "jest.autoRun": {"type": "string"}}, "required": ["editor.formatOnSave", "editor.codeActionsOnSave", "typescript.preferences.importModuleSpecifier", "jest.autoRun"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Adavi": {"type": "string"}, "Ajaokuta": {"type": "string"}, "Ankpa": {"type": "string"}, "Bassa": {"type": "string"}, "Dekina": {"type": "string"}, "Ibaji": {"type": "string"}, "Idah": {"type": "string"}, "Igalamela-Odolu": {"type": "string"}, "Ijumu": {"type": "string"}, "Kabba/Bunu": {"type": "string"}, "Kogi": {"type": "string"}, "Lokoja": {"type": "string"}, "Mopa-Muro": {"type": "string"}, "Ofu": {"type": "string"}, "Ogori/Mangongo": {"type": "string"}, "Okehi": {"type": "string"}, "Okene": {"type": "string"}, "Olamabolo": {"type": "string"}, "Omala": {"type": "string"}, "Yagba East": {"type": "string"}, "Yagba West": {"type": "string"}}, "required": ["Adavi", "Ajaokuta", "Ankpa", "Bassa", "Dekina", "Ibaji", "Idah", "Igalamela-Odolu", "Ijumu", "Kabba/Bunu", "Kogi", "Lokoja", "Mopa-Muro", "Ofu", "Ogori/Mangongo", "Okehi", "Okene", "Olamabolo", "Omala", "Yagba East", "Yagba West"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Adavi" : "Adavi", "Ajaokuta" : "Ajaokuta", "Ankpa" : "Ankpa", "Bassa" : "Bassa", "Dekina" : "Dekina", "Ibaji" : "Ibaji", "Idah" : "Idah", "Igalamela-Odolu" : "Igalamela-Odolu", "Ijumu" : "Ijumu", "Kabba/Bunu" : "Kabba/Bunu", "Kogi" : "Kogi", "Lokoja" : "Lokoja", "Mopa-Muro" : "Mopa-Muro", "Ofu" : "Ofu", "Ogori/Mangongo" : "Ogori/Mangongo", "Okehi" : "Okehi", "Okene" : "Okene", "Olamabolo" : "Olamabolo", "Omala" : "Omala", "Yagba East" : "Yagba East", "Yagba West" : "Yagba West"} | json_instruct | {"type": "object", "properties": {"Adavi": {"type": "string"}, "Ajaokuta": {"type": "string"}, "Ankpa": {"type": "string"}, "Bassa": {"type": "string"}, "Dekina": {"type": "string"}, "Ibaji": {"type": "string"}, "Idah": {"type": "string"}, "Igalamela-Odolu": {"type": "string"}, "Ijumu": {"type": "string"}, "Kabba/Bunu": {"type": "string"}, "Kogi": {"type": "string"}, "Lokoja": {"type": "string"}, "Mopa-Muro": {"type": "string"}, "Ofu": {"type": "string"}, "Ogori/Mangongo": {"type": "string"}, "Okehi": {"type": "string"}, "Okene": {"type": "string"}, "Olamabolo": {"type": "string"}, "Omala": {"type": "string"}, "Yagba East": {"type": "string"}, "Yagba West": {"type": "string"}}, "required": ["Adavi", "Ajaokuta", "Ankpa", "Bassa", "Dekina", "Ibaji", "Idah", "Igalamela-Odolu", "Ijumu", "Kabba/Bunu", "Kogi", "Lokoja", "Mopa-Muro", "Ofu", "Ogori/Mangongo", "Okehi", "Okene", "Olamabolo", "Omala", "Yagba East", "Yagba West"], "$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"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\uff1c\u5929\u7487\uff1e\u53ea\u662f\u5f53\u65f6\u5df2\u60d8\u7136", "title" : "\uff1c\u5929\u7487\uff1e\u53ea\u662f\u5f53\u65f6\u5df2\u60d8\u7136", "author" : "\u4f5a\u540d", "subject" : "", "column" : "", "intro" : "**\u6211\u8fd8\u628a\u4fe1\u5199\u5728\u4e94\u7ebf\u8c31\u4e0a\uff0c\u5c31\u50cf\u738b\u5c0f\u6ce2\u5199\u7ed9\u674e\u94f6\u6cb3\u7684\u90a3\u6837\u3002\u82e6\u4e8e\u4e70\u4e0d\u5230\u4e94\u7ebf\u8c31\u7684\u7eb8\uff0c\u6211\u81ea\u5df1\u62ff\u5c3a\u5b50\u6bd4\u7740\u753b\u4e86\u4e00\u6761\u53c8\u4e00\u6761\u7684\u6a2a\u7ebf\u81ea\u5236\u4e94\u7ebf\u8c31\u3002\u6536\u5230\u4fe1\u4e4b\u540e\u4ed6\u8be7\u5f02\u7684\u8bf4\u9053\uff0c\u201c\u60f3\u4e0d\u5230\u6709\u4e2a...", "keywords" : ["\u5929\u7487", "\u6d6a\u6f2b", "\u60c5\u4e66", "\u8003\u7814\u3001\u82cf\u6e05\u626c\u3001\u5929\u7487\u3001\u751f\u6d3b", "\u604b\u7231", "\u751f\u6d3b"], "cover" : "47d45763-7fec-4418-95f5-933bc481aeb5.jpg", "date" : "2012-01-09T11:37:21.000Z"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x83c987b9f884586eb4fbb5c09adcf4cfc46b7c66b986f0b3203b8e55581bd57b", "parentHash" : "0xaf4997f60794f7207098f17cfe4f828f022a1cdebe2c9ad31316bedda41c10b5", "number" : 60590, "timestamp" : 1439158427, "nonce" : "0xf010209fc69f06cc", "difficulty" : 1729618848103, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x157c6f2431eB1a95797EE86F7d17b3c0FD47A247", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "entityType" : "Address", "matchCodes" : ["Good"], "name" : "4420 Larkin Cross Rd, Spallumcheen, BC V0E 1B6, Canada", "statusCode" : 200, "statusDescription" : "OK", "traceId" : "dedabaf8bdb94a3f9debd2cbf8db0951|BN20121762|7.7.0.0|", "addressLine" : "4420 Larkin Cross Rd", "adminDistrict" : "BC", "adminDistrict2" : "North Okanagan", "countryRegion" : "Canada", "formattedAddress" : "4420 Larkin Cross Rd, Spallumcheen, BC V0E 1B6, Canada", "locality" : "Spallumcheen", "postalCode" : "V0E 1B6"}, "geometry" : {"type" : "Point", "coordinates" : [-119.2499231, 50.3764049]}, "bbox" : [-119.2516858, 50.3752807, -119.2481603, 50.3775291]}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["name-suggestion-index"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleZh": {"type": "string"}, "name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["title", "titleZh", "name", "count"]}}, "style": {"type": "string"}, "pre": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["name", "codepoint", "title", "svg", "aliases", "tags", "style", "pre", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "brain", "codepoint" : "f5dc", "title" : "Brain", "svg" : "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 576 512\"><path d=\"M208 0c-29.9 0-54.7 20.5-61.8 48.2-.8 0-1.4-.2-2.2-.2-35.3 0-64 28.7-64 64 0 4.8.6 9.5 1.7 14C52.5 138 32 166.6 32 200c0 12.6 3.2 24.3 8.3 34.9C16.3 248.7 0 274.3 0 304c0 33.3 20.4 61.9 49.4 73.9-.9 4.6-1.4 9.3-1.4 14.1 0 39.8 32.2 72 72 72 4.1 0 8.1-.5 12-1.2 9.6 28.5 36.2 49.2 68 49.2 39.8 0 72-32.2 72-72V64c0-35.3-28.7-64-64-64zm368 304c0-29.7-16.3-55.3-40.3-69.1 5.2-10.6 8.3-22.3 8.3-34.9 0-33.4-20.5-62-49.7-74 1-4.5 1.7-9.2 1.7-14 0-35.3-28.7-64-64-64-.8 0-1.5.2-2.2.2C422.7 20.5 397.9 0 368 0c-35.3 0-64 28.6-64 64v376c0 39.8 32.2 72 72 72 31.8 0 58.4-20.7 68-49.2 3.9.7 7.9 1.2 12 1.2 39.8 0 72-32.2 72-72 0-4.8-.5-9.5-1.4-14.1 29-12 49.4-40.6 49.4-73.9z\"/></svg>", "aliases" : ["cerebellum", "gray matter", "intellect", "medulla oblongata", "mind", "noodle", "wit"], "tags" : [{"title" : "Medical", "titleZh" : "\u533b\u5b66", "name" : "medical", "count" : 72}, {"title" : "Science", "titleZh" : "\u79d1\u5b66", "name" : "science", "count" : 29}], "style" : "solid", "pre" : "fas", "author" : "fontawesome", "version" : "5.11.0", "zhs" : ["\u8111", "\u5c0f\u8111", "\u7070\u8d28", "\u667a\u529b", "\u957f\u5ef6\u9ad3", "\u5934\u8111", "\u9762\u6761", "\u673a\u667a", "\u5927\u8111"], "description" : "\u5927\u8111\uff0c\u901a\u5e38\u7528\u4e8e\u8868\u793a\u795e\u7ecf\u79d1\u3002", "comments" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "codepoint": {"type": "string"}, "title": {"type": "string"}, "svg": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "titleZh": {"type": "string"}, "name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["title", "titleZh", "name", "count"]}}, "style": {"type": "string"}, "pre": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["name", "codepoint", "title", "svg", "aliases", "tags", "style", "pre", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "I can look at it if it kann wait until the weekend. But I don't think there\nis much point in updating the whole package to a new Blender version. The\ncurrent Blender API is still not finalised and may not offer all the\nfeatures the script needs.\n\n\nThe best way to use brad is to use an old version of Blender.\n\n\nThomas\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2011-July/008005.html).</sup>", "attachments" : [], "created_by_name" : "Thomas Bleicher", "created_at" : "July 19, 2011 at 04:46PM", "created_by" : "Thomas_Bleicher", "parent_id" : "radiance-general_007987", "id" : "radiance-general_008005"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"simplebar.css": {"type": "string"}, "simplebar.min.css": {"type": "string"}, "simplebar.min.js": {"type": "string"}}, "required": ["simplebar.css", "simplebar.min.css", "simplebar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"simplebar.css" : "sha256-SGostzLzUOOCpINFLKiLFxjsJLGf8laiNddHAk/1m8U=", "simplebar.min.css" : "sha256-Kd690gTGhwRx8yt8S1qDaQ6mvDNYIFi2CXyoquxjvtA=", "simplebar.min.js" : "sha256-VDbOPclLNmJfKIvnTmS/X5fxQBotzHQs7Rd01xoIIk4="} | json_instruct | {"type": "object", "properties": {"simplebar.css": {"type": "string"}, "simplebar.min.css": {"type": "string"}, "simplebar.min.js": {"type": "string"}}, "required": ["simplebar.css", "simplebar.min.css", "simplebar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"load_assets": {"type": "string"}}, "required": ["load_assets"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepare": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "prepare", "clean"]}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "chai", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "mocha", "ts-node", "tslint", "typescript"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "license", "description", "bin", "scripts", "repository", "author", "dependencies", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@ayang4114/load_assets", "version" : "0.1.1", "license" : "ISC", "description" : "Generates a JavaScript file that loads all files via 'require' in a given directory. This is stored as an exported object.", "bin" : {"load_assets" : "dist/load_assets-cli.js"}, "scripts" : {"test" : "mocha -r ts-node/register src/**/*.test.ts", "prepare" : "tsc", "clean" : "rm -rf dist/"}, "repository" : "https://github.com/ayang4114/load_assets.git", "author" : {"email" : "ayang4114@gmail.com", "name" : "Anthony Yang"}, "dependencies" : {}, "devDependencies" : {"@types/chai" : "^4.2.12", "@types/mocha" : "^8.0.3", "@types/node" : "^14.6.0", "@typescript-eslint/eslint-plugin" : "^3.10.1", "@typescript-eslint/parser" : "^3.10.1", "chai" : "^4.2.0", "eslint" : "^7.7.0", "eslint-config-standard" : "^14.1.1", "eslint-plugin-import" : "^2.22.0", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4.2.1", "eslint-plugin-standard" : "^4.0.1", "mocha" : "^8.1.2", "ts-node" : "^9.0.0", "tslint" : "^6.1.3", "typescript" : "^4.0.2"}, "keywords" : ["require", "images", "load", "assets", "static"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"load_assets": {"type": "string"}}, "required": ["load_assets"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepare": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "prepare", "clean"]}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "chai", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "mocha", "ts-node", "tslint", "typescript"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "license", "description", "bin", "scripts", "repository", "author", "dependencies", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"returned_dict": {"type": "object", "properties": {"loss": {"type": "number"}, "r2": {"type": "number"}, "status": {"type": "string"}, "start_time": {"type": "number"}, "duration": {"type": "number"}}, "required": ["loss", "r2", "status", "start_time", "duration"]}, "current_params": {"type": "object", "properties": {"N": {"type": "integer"}, "iss": {"type": "number"}, "leak": {"type": "number"}, "ridge": {"type": "number"}, "seed": {"type": "integer"}, "sr": {"type": "number"}}, "required": ["N", "iss", "leak", "ridge", "seed", "sr"]}}, "required": ["returned_dict", "current_params"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"returned_dict" : {"loss" : 10.547127616259198, "r2" : -42.675586060337245, "status" : "ok", "start_time" : 1607968993.7291977, "duration" : 0.6910650730133057}, "current_params" : {"N" : 500, "iss" : 0.9, "leak" : 0.003603793669360292, "ridge" : 1e-07, "seed" : 1234, "sr" : 0.02799721569793766}} | json_instruct | {"type": "object", "properties": {"returned_dict": {"type": "object", "properties": {"loss": {"type": "number"}, "r2": {"type": "number"}, "status": {"type": "string"}, "start_time": {"type": "number"}, "duration": {"type": "number"}}, "required": ["loss", "r2", "status", "start_time", "duration"]}, "current_params": {"type": "object", "properties": {"N": {"type": "integer"}, "iss": {"type": "number"}, "leak": {"type": "number"}, "ridge": {"type": "number"}, "seed": {"type": "integer"}, "sr": {"type": "number"}}, "required": ["N", "iss", "leak", "ridge", "seed", "sr"]}}, "required": ["returned_dict", "current_params"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "port": {"type": "integer"}, "start_tls": {"type": "boolean"}, "bind_dn": {"type": "string"}, "bind_password": {"type": "string"}}, "required": ["address", "port", "start_tls", "bind_dn", "bind_password"]}}, "user_search": {"type": "object", "properties": {"base_dn": {"type": "string"}, "user_filter": {"type": "string"}, "user_attr": {"type": "string"}, "group_membership_attr": {"type": "string"}, "email_attr": {"type": "string"}, "full_name_attr": {"type": "string"}, "first_name_attr": {"type": "string"}, "last_name_attr": {"type": "string"}}, "required": ["base_dn", "user_filter", "user_attr", "group_membership_attr", "email_attr", "full_name_attr", "first_name_attr", "last_name_attr"]}, "group_search": {"type": "object", "properties": {"base_dn": {"type": "string"}, "group_filter": {"type": "string"}, "group_attr": {"type": "string"}}, "required": ["base_dn", "group_filter", "group_attr"]}, "duo_api": {"type": "object", "properties": {"ikey": {"type": "string"}, "skey": {"type": "string"}, "api_host": {"type": "string"}, "http_proxy": {"type": "string"}, "delete_users": {"type": "boolean"}, "send_enroll_email": {"type": "boolean"}, "enroll_valid_seconds": {"type": "integer"}}, "required": ["ikey", "skey", "api_host", "http_proxy", "delete_users", "send_enroll_email", "enroll_valid_seconds"]}}, "required": ["servers", "user_search", "group_search", "duo_api"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"servers" : [{"address" : "ldap1.example.com", "port" : 386, "start_tls" : true, "bind_dn" : "", "bind_password" : ""}, {"address" : "ldap2.example.com", "port" : 386, "start_tls" : true, "bind_dn" : "", "bind_password" : ""}], "user_search" : {"base_dn" : "dc=example,dc=com", "user_filter" : "objectClass=posixAccount", "user_attr" : "uid", "group_membership_attr" : "memberOf", "email_attr" : "mail", "full_name_attr" : "displayName", "first_name_attr" : "givenName", "last_name_attr" : "sn"}, "group_search" : {"base_dn" : "dc=example,dc=com", "group_filter" : "objectClass=posixGroup", "group_attr" : "CN"}, "duo_api" : {"ikey" : "DIXXXXXXXXXXXXXXXXXX", "skey" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "api_host" : "api-XXXXXXXX.duosecurity.com", "http_proxy" : "", "delete_users" : false, "send_enroll_email" : false, "enroll_valid_seconds" : 2592000}} | json_instruct | {"type": "object", "properties": {"servers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "port": {"type": "integer"}, "start_tls": {"type": "boolean"}, "bind_dn": {"type": "string"}, "bind_password": {"type": "string"}}, "required": ["address", "port", "start_tls", "bind_dn", "bind_password"]}}, "user_search": {"type": "object", "properties": {"base_dn": {"type": "string"}, "user_filter": {"type": "string"}, "user_attr": {"type": "string"}, "group_membership_attr": {"type": "string"}, "email_attr": {"type": "string"}, "full_name_attr": {"type": "string"}, "first_name_attr": {"type": "string"}, "last_name_attr": {"type": "string"}}, "required": ["base_dn", "user_filter", "user_attr", "group_membership_attr", "email_attr", "full_name_attr", "first_name_attr", "last_name_attr"]}, "group_search": {"type": "object", "properties": {"base_dn": {"type": "string"}, "group_filter": {"type": "string"}, "group_attr": {"type": "string"}}, "required": ["base_dn", "group_filter", "group_attr"]}, "duo_api": {"type": "object", "properties": {"ikey": {"type": "string"}, "skey": {"type": "string"}, "api_host": {"type": "string"}, "http_proxy": {"type": "string"}, "delete_users": {"type": "boolean"}, "send_enroll_email": {"type": "boolean"}, "enroll_valid_seconds": {"type": "integer"}}, "required": ["ikey", "skey", "api_host", "http_proxy", "delete_users", "send_enroll_email", "enroll_valid_seconds"]}}, "required": ["servers", "user_search", "group_search", "duo_api"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"requestHugAnswer": {"type": "array", "items": {"type": "string"}}, "botHugAnswer": {"type": "array", "items": {"type": "string"}}, "selfHugAnswer": {"type": "array", "items": {"type": "string"}}, "hugAnswer": {"type": "array", "items": {"type": "string"}}, "phrase_askHug": {"type": "array", "items": {"type": "string"}}, "cooldownMessage": {"type": "string"}, "hugLimit": {"type": "integer"}, "hugTimeout": {"type": "integer"}, "hugType": {"type": "string"}, "megaHugType": {"type": "string"}, "cooldownMessageMegaHug": {"type": "string"}, "megaSelfHugAnswer": {"type": "array", "items": {"type": "string"}}, "megaHugAnswer": {"type": "array", "items": {"type": "string"}}}, "required": ["requestHugAnswer", "botHugAnswer", "selfHugAnswer", "hugAnswer", "phrase_askHug", "cooldownMessage", "hugLimit", "hugTimeout", "hugType", "megaHugType", "cooldownMessageMegaHug", "megaSelfHugAnswer", "megaHugAnswer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requestHugAnswer" : ["%s Of course you can have a hug! \n*HUGS* %s %s"], "botHugAnswer" : ["Awwww. That's very sweet of you. \nThank you %s. %s"], "selfHugAnswer" : ["*HUGS* %s %s"], "hugAnswer" : ["Hey %s! %s hugged you %s"], "phrase_askHug" : ["can I get a hug", "can i have a hug", "please hug me"], "cooldownMessage" : "%s Oh my. I can't keep up with that many hugs. You'll have to let me cool down for a bit! %s", "hugLimit" : 3, "hugTimeout" : 180000, "hugType" : "hugType", "megaHugType" : "megaHugType", "cooldownMessageMegaHug" : "%s Oh no! I can't let you Megahug another pony today. That would be far too dangerous! Too much hugging energy!", "megaSelfHugAnswer" : ["Oh my. You must really like me if you're using your megahug on me! \nThank you %s! %s"], "megaHugAnswer" : ["%s You have been Megahugged! It looks like somepony really wanted to hug you! %s"]} | json_instruct | {"type": "object", "properties": {"requestHugAnswer": {"type": "array", "items": {"type": "string"}}, "botHugAnswer": {"type": "array", "items": {"type": "string"}}, "selfHugAnswer": {"type": "array", "items": {"type": "string"}}, "hugAnswer": {"type": "array", "items": {"type": "string"}}, "phrase_askHug": {"type": "array", "items": {"type": "string"}}, "cooldownMessage": {"type": "string"}, "hugLimit": {"type": "integer"}, "hugTimeout": {"type": "integer"}, "hugType": {"type": "string"}, "megaHugType": {"type": "string"}, "cooldownMessageMegaHug": {"type": "string"}, "megaSelfHugAnswer": {"type": "array", "items": {"type": "string"}}, "megaHugAnswer": {"type": "array", "items": {"type": "string"}}}, "required": ["requestHugAnswer", "botHugAnswer", "selfHugAnswer", "hugAnswer", "phrase_askHug", "cooldownMessage", "hugLimit", "hugTimeout", "hugType", "megaHugType", "cooldownMessageMegaHug", "megaSelfHugAnswer", "megaHugAnswer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "tag": {"type": "string"}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "tag", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Adihay~ `ko~ `cacekiwen~ `a~ `la~`lacan~.\ufffa\ufffb\u8981\u64bf\u62fe\u7684\u6d77\u87ba\u5f88\u591a\u3002", "\ufff9`Cacekiwen~ `a~ `ceka~.\ufffa\ufffb\u5f9e\u808c\u8089\u5167\u628a\u523a\u6316\u51fa\u4f86\u3002"], "f" : "\u8981\u6316\u523a\u51fa\u4f86\uff0c\u8981\u6458\u64bf\u7684\u6d77\u87ba\u3002"}]}], "tag" : "[\u758a 2]", "stem" : "cekiw", "t" : "cacekiwen"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "tag": {"type": "string"}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "tag", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1940, "sex" : "F", "n" : 5, "prop" : 4.23e-06}, {"year" : 1949, "sex" : "F", "n" : 6, "prop" : 3.42e-06}, {"year" : 1952, "sex" : "F", "n" : 5, "prop" : 2.63e-06}, {"year" : 1953, "sex" : "F", "n" : 7, "prop" : 3.63e-06}, {"year" : 1958, "sex" : "F", "n" : 9, "prop" : 4.36e-06}, {"year" : 1960, "sex" : "F", "n" : 5, "prop" : 2.4e-06}, {"year" : 1961, "sex" : "F", "n" : 11, "prop" : 5.3e-06}, {"year" : 1962, "sex" : "F", "n" : 5, "prop" : 2.47e-06}, {"year" : 1963, "sex" : "F", "n" : 6, "prop" : 3.02e-06}, {"year" : 1966, "sex" : "F", "n" : 7, "prop" : 3.99e-06}, {"year" : 1967, "sex" : "F", "n" : 6, "prop" : 3.5e-06}, {"year" : 1968, "sex" : "F", "n" : 8, "prop" : 4.68e-06}, {"year" : 1975, "sex" : "F", "n" : 6, "prop" : 3.84e-06}, {"year" : 1976, "sex" : "F", "n" : 5, "prop" : 3.18e-06}, {"year" : 1977, "sex" : "F", "n" : 7, "prop" : 4.26e-06}, {"year" : 1978, "sex" : "F", "n" : 5, "prop" : 3.04e-06}, {"year" : 1985, "sex" : "F", "n" : 5, "prop" : 2.71e-06}, {"year" : 1989, "sex" : "F", "n" : 5, "prop" : 2.51e-06}, {"year" : 1990, "sex" : "F", "n" : 5, "prop" : 2.43e-06}, {"year" : 1993, "sex" : "F", "n" : 5, "prop" : 2.54e-06}, {"year" : 1994, "sex" : "F", "n" : 5, "prop" : 2.57e-06}, {"year" : 1997, "sex" : "F", "n" : 5, "prop" : 2.62e-06}, {"year" : 1998, "sex" : "F", "n" : 5, "prop" : 2.58e-06}, {"year" : 1999, "sex" : "F", "n" : 8, "prop" : 4.11e-06}, {"year" : 2001, "sex" : "F", "n" : 16, "prop" : 8.08e-06}, {"year" : 2002, "sex" : "F", "n" : 24, "prop" : 0}, {"year" : 2003, "sex" : "F", "n" : 42, "prop" : 0}, {"year" : 2004, "sex" : "F", "n" : 52, "prop" : 0}, {"year" : 2005, "sex" : "F", "n" : 53, "prop" : 0}, {"year" : 2006, "sex" : "F", "n" : 57, "prop" : 0}, {"year" : 2007, "sex" : "F", "n" : 75, "prop" : 0}, {"year" : 2008, "sex" : "F", "n" : 57, "prop" : 0}, {"year" : 2009, "sex" : "F", "n" : 81, "prop" : 0}, {"year" : 2010, "sex" : "F", "n" : 98, "prop" : 0.0001}, {"year" : 2011, "sex" : "F", "n" : 109, "prop" : 0.0001}, {"year" : 2012, "sex" : "F", "n" : 82, "prop" : 0}, {"year" : 2013, "sex" : "F", "n" : 90, "prop" : 0}, {"year" : 2014, "sex" : "F", "n" : 86, "prop" : 0}, {"year" : 2015, "sex" : "F", "n" : 83, "prop" : 0}, {"year" : 2016, "sex" : "F", "n" : 65, "prop" : 0}, {"year" : 2017, "sex" : "F", "n" : 67, "prop" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "oid": {"type": "string"}, "display_name": {"type": "string"}, "version": {"type": "string"}, "concepts": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "code": {"type": "string"}, "code_system_name": {"type": "string"}, "code_system_version": {"type": "null"}, "display_name": {"type": "string"}, "code_system": {"type": "string"}}, "required": ["_id", "code", "code_system_name", "code_system_version", "display_name", "code_system"]}}}, "required": ["_id", "oid", "display_name", "version", "concepts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "50b65a92cb7ab921b8000051", "oid" : "2.16.840.1.113883.3.464.1003.115.12.1088", "display_name" : "Physical Exam, Finding: Retinal or Dilated Eye Exam Codeset", "version" : "", "concepts" : [{"_id" : "50b65a96cb7ab921b8000052", "code" : "252779009", "code_system_name" : "SNOMED-CT", "code_system_version" : null, "display_name" : "Physical Exam, Finding: Retinal or Dilated Eye Exam", "code_system" : "2.16.840.1.113883.6.96"}]} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "oid": {"type": "string"}, "display_name": {"type": "string"}, "version": {"type": "string"}, "concepts": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "code": {"type": "string"}, "code_system_name": {"type": "string"}, "code_system_version": {"type": "null"}, "display_name": {"type": "string"}, "code_system": {"type": "string"}}, "required": ["_id", "code", "code_system_name", "code_system_version", "display_name", "code_system"]}}}, "required": ["_id", "oid", "display_name", "version", "concepts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "baseUrl": {"type": "string"}, "classNamespace": {"type": "string"}, "library": {"type": "string"}, "publicPath": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "baseUrl", "classNamespace", "library", "publicPath", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reactnews", "baseUrl" : "/reactnews", "classNamespace" : "reactnews", "library" : "reactnews", "publicPath" : "http://localhost:9300", "port" : 9300} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "baseUrl": {"type": "string"}, "classNamespace": {"type": "string"}, "library": {"type": "string"}, "publicPath": {"type": "string"}, "port": {"type": "integer"}}, "required": ["name", "baseUrl", "classNamespace", "library", "publicPath", "port"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"project-1": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}}, "required": ["path", "name"]}}, "required": ["project-1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project-1" : {"path" : "project1", "name" : "Monorepo demo"}} | json_instruct | {"type": "object", "properties": {"project-1": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}}, "required": ["path", "name"]}}, "required": ["project-1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"/js/admin.js": {"type": "string"}, "/css/admin.css": {"type": "string"}}, "required": ["/js/admin.js", "/css/admin.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/admin.js" : "/js/admin.js?id=7517ca563905015def47", "/css/admin.css" : "/css/admin.css?id=83761266152291fdbe48"} | json_instruct | {"type": "object", "properties": {"/js/admin.js": {"type": "string"}, "/css/admin.css": {"type": "string"}}, "required": ["/js/admin.js", "/css/admin.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AB" : ["pc", "pd", "od", "nd", "mc", "me", "le", "ke", "jd", "jc", "ic", "ib", "rb", "rc"], "AW" : ["kc", "lb", "ld", "md", "nc", "oc", "pb", "qb"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "mb", "", ""]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ply": {"type": "string"}}, "required": ["ply"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ply" : "3.11"} | json_instruct | {"type": "object", "properties": {"ply": {"type": "string"}}, "required": ["ply"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"raw_json_code": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "musescore": {"type": "string"}}, "required": ["name", "website", "github", "twitter", "musescore"]}, "backgroundColor": {"type": "string"}}, "required": ["raw_json_code", "backgroundColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"raw_json_code" : {"name" : "Daniel Lopez", "website" : "tennisgazelle.com", "github" : "tennisgazelle", "twitter" : "@tennis_gazelle", "musescore" : "payload"}, "backgroundColor" : "#4A4A4A"} | json_instruct | {"type": "object", "properties": {"raw_json_code": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "twitter": {"type": "string"}, "musescore": {"type": "string"}}, "required": ["name", "website", "github", "twitter", "musescore"]}, "backgroundColor": {"type": "string"}}, "required": ["raw_json_code", "backgroundColor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "Samsung", "market_name" : "Galaxy TabS 8.4", "codename" : "klimtltecan", "model" : "SM-T705W"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.