input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"t... | {"id" : "gogo-finance", "symbol" : "gogo", "name" : "GOGO Finance", "platforms" : {"ethereum" : "0x9a96e767bfcce8e80370be00821ed5ba283d4a17"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Amid the Covid-19 Crisis, The global market for online lottery estimated at $7.1 Billion in the year 2020... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"... | {"name" : "librsvg", "version" : "0.8.0", "description" : "Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.", "keywords" : ["svg", "render", "renders", "rendering", "graphic", "graphics", "image", "images", "librsvg", "cairo"], "repository" : {"type" : "git", "url" : "https://github.com/io... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fastify": {"type": "string"}, "irc-upd": {"type": "string"}}, "required": ["fastify", "irc-upd"]}}, "required": ["author", "dependenci... | {"author" : "itismadness", "dependencies" : {"fastify" : "^1.13.0", "irc-upd" : "^0.10.0"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fastify": {"type": "string"}, "irc-upd": {"type": "string"}}, "required": ["fastify", "irc-upd"]}}, "required": ["author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "number"}, "value": {"type": "number"}}, "required": ["timestamp", "value"]}}, "callback": {"type": "string"}, "forecast_to": {"type": "nu... | {"data" : [{"timestamp" : 1388428200.0, "value" : 4871.0}, {"timestamp" : 1419964200.0, "value" : 15059.0}, {"timestamp" : 1483122600.0, "value" : 23000.0}], "callback" : "http://your.domain/yourcallback", "forecast_to" : 1514658600.0} | json_instruct | {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "number"}, "value": {"type": "number"}}, "required": ["timestamp", "value"]}}, "callback": {"type": "string"}, "forecast_to": {"type": "number"}}, "required": ["data", "callback", "forecast_to"],... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "description": {"type": "string"}, "main": {"type": "string"}, "directori... | {"name" : "clientapp", "version" : "1.0.0", "engines" : {"node" : "14.x"}, "description" : "Simple FPS Game", "main" : "startStaticServer.js", "directories" : {"lib" : "lib"}, "scripts" : {"start" : "node startStaticServer.js"}, "author" : "brutaltm", "license" : "ISC", "dependencies" : {"express" : "^4.17.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "migrations": {"type": "object", "properties": {"autoUpgrade": {"type": "boolean"}}, "required": ["autoUpgrade"]}}, "required": ["host", "... | {"host" : "mongo", "port" : 27017, "database" : "targid", "migrations" : {"autoUpgrade" : true}} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "migrations": {"type": "object", "properties": {"autoUpgrade": {"type": "boolean"}}, "required": ["autoUpgrade"]}}, "required": ["host", "port", "database", "migrations"], "$schema": "http://json-s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contest_like": {"type": "boolean"}, "ds_version": {"type": "string"}, "left_white_overexposed": {"type": "boolean"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"... | {"contest_like" : true, "ds_version" : "1.0", "left_white_overexposed" : false, "objects" : [{"data" : [[2052.0, 1543.0], [2264.0, 1406.0], [2062.0, 1302.0]], "tags" : ["left_b"], "type" : "region"}, {"data" : [[2062.0, 1302.0], [2264.0, 1406.0], [2262.0, 1171.0]], "tags" : ["left"], "type" : "region"}, {"data" : [[247... | json_instruct | {"type": "object", "properties": {"contest_like": {"type": "boolean"}, "ds_version": {"type": "string"}, "left_white_overexposed": {"type": "boolean"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "tags": {"ty... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author... | {"title" : "\u3010\u6771\u65b9MMD\u3011 KiLLER LADY \u3081\u30fc\u3053\u307e\u54b2\uff7b\uff9e\uff85 \u3010\u30ea\u30af\u5fdc\u7b54\u3011", "author" : "shbrtty2", "description" : "\u3054\u8996\u8074\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002", "thumb" : "//i.iwara.tv/sites/default/files/styles/th... | 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://js... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"typ... | {"timestamp" : "2020-12-13T07:20:21Z", "data" : [{"data_type" : "noise", "value" : "31.96", "max" : "41.68", "min" : "27.18", "sd" : "1.80"}, {"data_type" : "illuminance", "value" : "111.78", "max" : "112.00", "min" : "111.00", "sd" : "0.43"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"page-index-hero-image-alt": {"type": "string"}, "page-index-meta-description": {"type": "string"}, "page-index-meta-title": {"type": "string"}, "page-index-sections-developers-desc": {"type": "string"}, "page... | {"page-index-hero-image-alt" : "G\u0142\u00f3wny obrazek ethereum.org", "page-index-meta-description" : "Ethereum jest globaln\u0105, zdecentralizowan\u0105 platform\u0105 \u0142\u0105cz\u0105c\u0105 waluty i nowe aplikacje. Na Ethereum mo\u017cesz napisa\u0107 kod, kt\u00f3ry zarz\u0105dza dzia\u0142aniem pieniadza i ... | json_instruct | {"type": "object", "properties": {"page-index-hero-image-alt": {"type": "string"}, "page-index-meta-description": {"type": "string"}, "page-index-meta-title": {"type": "string"}, "page-index-sections-developers-desc": {"type": "string"}, "page-index-sections-developers-image-alt": {"type": "string"}, "page-index-sectio... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"... | {"name" : "tetris", "version" : "1.0.0", "description" : "Tetris in TypeScript.", "homepage" : "https://mbh95.github.io/tetris-ts", "scripts" : {"start" : "webpack-dev-server --open --config webpack.dev.js", "build" : "webpack --config webpack.prod.js", "test" : "jest", "predeploy" : "npm run build", "deploy" : "gh-pag... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "predeploy": {"type": "string... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.165855, 52.049756]}, "properties" : {"point" : "POINT(1.165855 52.049756)", "maximum-net-dwellings" : "8", "name" : "BLR/IP178", "site-address" : "Island House, Duke Street", "site-plan-url" : "https://maps.ipswich.gov.uk/Online_Mapping/Full.aspx?g... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "maxi... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "652822100", "text" : "\u8f6e\u53f0\u9547"}, {"id" : "652822101", "text" : "\u8f6e\u5357\u9547"}, {"id" : "652822102", "text" : "\u7fa4\u5df4\u514b\u9547"}, {"id" : "652822103", "text" : "\u9633\u971e\u9547"}, {"id" : "652822201", "text" : "\u54c8\u5c14\u5df4\u514b\u4e61"}, {"id" : "652822202", "text" : "\u91c... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number... | {"auroc" : [0.4706994328922495, 0.4064272211720227, 0.4120982986767485, 0.44045368620037806, 0.4574669187145557], "acc" : [0.45652173913043476, 0.43478260869565216, 0.45652173913043476, 0.391304347826087, 0.45652173913043476], "aps" : [0.4655551361320432, 0.44013611154635846, 0.44480982108246825, 0.45245074900108084, 0... | json_instruct | {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "requir... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e334fc2d348e0e41ed954e92f831a80d03423566"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "name": {"type": "string"}, "parent": {"type": "string"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}}, "required": ["Name", "name", "parent", "shortDescriptio... | {"Name" : "Wasting my time", "name" : "wasting_my_time", "parent" : "", "shortDescription" : "Video compositions during one regular day. Sound recording of waiting room.", "description" : "<p>Wasting my time</p><p><strong>A</strong> Video compositions during one regular day.<br><strong>B</strong> Sound recording of wai... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "name": {"type": "string"}, "parent": {"type": "string"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}}, "required": ["Name", "name", "parent", "shortDescription", "description"], "$schema": "http://json-schema.org/draft-07/schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Browser menu implementation for Zope.", "home" : "http://github.com/zopefoundation/zope.browsermenu/", "license" : "ZPL 2.1"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type":... | {"display-name" : "", "package-name" : "concourse-fly", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "concourse-fly", "latest-version" : "6.7.6", "6.7.6" : {"url" : "https://github.com/concourse/concourse/releases/download/v6.7.6/fly-6.7.6-windows-amd64.zip", "file-type" : ".zip", "bin" : [... | json_instruct | {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "6.7.6": {"type": "obj... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "require... | {"track" : "rust", "exercise" : "gigasecond", "id" : "6b1151c790e44486abc7808b9674a612", "url" : "https://exercism.io/my/solutions/6b1151c790e44486abc7808b9674a612", "handle" : "schulke-214", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"tabcomplete.js": {"type": "string"}, "tabcomplete.min.js": {"type": "string"}}, "required": ["tabcomplete.js", "tabcomplete.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tabcomplete.js" : "sha512-cNbtv1RlEVOr1BMw6ng8A+c4cTzlOmOsbE99/MQyyhhipmJGAMQXjUHAufcIg3Bf5WKwLAhaExfLE0lS3jkSUg==", "tabcomplete.min.js" : "sha512-o6SMQB+TYB+WOWSwToA0qHr4syery2hbRxmZ/2aBiz7grbrhMmhMacGnQEx1x4rNkVgXUC+spFdS2AL5moM1vA=="} | json_instruct | {"type": "object", "properties": {"tabcomplete.js": {"type": "string"}, "tabcomplete.min.js": {"type": "string"}}, "required": ["tabcomplete.js", "tabcomplete.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"classId": {"type": "null"}, "interestLabelId": {"type": "integer"}, "labelTopicId": {"type": "integer"}, "labelTopicType": {"type": "integer"}, "labelTopicValue": {"type": "string"}, "liv... | [{"classId" : null, "interestLabelId" : 15, "labelTopicId" : 14, "labelTopicType" : 1, "labelTopicValue" : " #\u54c1\u724c[14|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 15, "labelTopicType" : 1, "labelTopicValue" : " #\u98ce\u683c[15|\u8bdd\u9898]# ", "livingL... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"classId": {"type": "null"}, "interestLabelId": {"type": "integer"}, "labelTopicId": {"type": "integer"}, "labelTopicType": {"type": "integer"}, "labelTopicValue": {"type": "string"}, "livingLabelId": {"type": "null"}}, "required": ["classId", "interestLabelI... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema... | {"id" : 26295, "name" : "Harpers.Org - Hide Superscript", "description" : "Hide usage of superscripted footnote numerals, specifically for the Weekly Review. Yes, I know it kind of is the point a bit.", "user" : {"id" : 2444, "name" : "WCityMike", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about"... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postc... | {"id" : "177b5e44-b356-473b-aece-e5c4ca891d88", "name" : "Arunside Primary School", "code" : "H", "address" : {"addressLine1" : "Blackbridge Lane", "town" : "Horsham", "county" : "West Sussex", "postcode" : "RH12 1RR"}, "organisation" : {"id" : "224fdd23-b0ce-4eb5-b7aa-921720092234", "code" : "1BK", "name" : "The Milla... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "to... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"bootstrap": {"type":... | {"name" : "ecosystem", "version" : "0.2.4", "private" : true, "files" : ["packages"], "scripts" : {"bootstrap" : "lerna bootstrap && npm run link", "bootstrap:hoist" : "lerna bootstrap --hoist && npm run link", "clean" : "lerna clean -y", "lerna" : "lerna", "link" : "lerna link", "ls" : "lerna ls", "publish" : "lerna p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap:hoist": {"type": "string"}, "clean": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birt... | {"player_id" : 2337, "name" : "Chuck Bradley", "position" : "TE", "height" : "6-6", "weight" : "243", "current_team" : null, "birth_date" : "1950-10-13", "birth_place" : "Hinsdale, IL", "death_date" : null, "college" : "Oregon", "high_school" : "Menlo-Atherton, CA", "draft_team" : "Miami Dolphins", "draft_round" : "2",... | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schem... | [{"name" : "LIVA", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "LIVESTREAM": {"type": "string"}, "INVALID": {"type": "string"}, "NEW_TIME": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "LIVESTREAM", "INVALID", "NE... | {"DESCRIPTION" : "Rewinds the player by your specified amount.", "USAGE" : "rewind <time>", "LIVESTREAM" : "You can't rewind a livestream.", "INVALID" : "A song can not be less than 0 seconds long", "NEW_TIME" : "**Rewinded `{{OLD}}` to: `{{NEW}}`.**"} | json_instruct | {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "LIVESTREAM": {"type": "string"}, "INVALID": {"type": "string"}, "NEW_TIME": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "LIVESTREAM", "INVALID", "NEW_TIME"], "$schema": "http://json-schema.org/draft-07/schem... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f... | {"quality" : 99, "model" : "R101_FPN", "elapsed" : 728.3070213794708, "tp" : 26167, "fp" : 10691, "precision" : 0.7099408540886646, "recall" : 0.7201596257052428, "f1" : 0.7150137308212534, "min_score" : 0.500011682510376, "AP" : 38.397869288813936, "AP50" : 55.42530107969007, "AP75" : 42.63413537023731, "APs" : 20.802... | json_instruct | {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "nu... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "n... | {"artist_id" : "AR4MS241187B9B358B", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Maya Saban", "duration" : 256.20853, "num_songs" : 1, "song_id" : "SOFAPWM12A8AE45CD1", "title" : "Wenn Der Regen F\u00e4llt", "year" : 2005} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"context": {"type": "object", "properties": {"platform": {"type": "string"}}, "required": ["platform"]}, "service_id": {"type": "string"}, "plan_id": {"type": "string"}, "bind_resource": {"type": "object", "pr... | {"context" : {"platform" : "cloudfoundry"}, "service_id" : "service-one-id", "plan_id" : "plan-one-id", "bind_resource" : {"app_guid" : "app-one-id"}} | json_instruct | {"type": "object", "properties": {"context": {"type": "object", "properties": {"platform": {"type": "string"}}, "required": ["platform"]}, "service_id": {"type": "string"}, "plan_id": {"type": "string"}, "bind_resource": {"type": "object", "properties": {"app_guid": {"type": "string"}}, "required": ["app_guid"]}}, "req... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"utterance": {"type": "string"}, "intent_type": {"type": "string"}, "intent": {"type": "object", "properties": {"PingKeyword": {"type": "string"}, "key": {"type": "string"}}, "required": ["PingKeyword", "key"]}}, "required": ["... | {"utterance" : "ping dns name csub.edu", "intent_type" : "PingIntent", "intent" : {"PingKeyword" : "ping dns name", "key" : "csub.edu"}} | json_instruct | {"type": "object", "properties": {"utterance": {"type": "string"}, "intent_type": {"type": "string"}, "intent": {"type": "object", "properties": {"PingKeyword": {"type": "string"}, "key": {"type": "string"}}, "required": ["PingKeyword", "key"]}}, "required": ["utterance", "intent_type", "intent"], "$schema": "http://js... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"domain": {"type": "string"}, "proxy": {"type": "object", "properties": {"noProxy": {"type": "boolean"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["noProxy", "host", "port"]}, "output": ... | {"domain" : "http://t66y.com", "proxy" : {"noProxy" : true, "host" : "127.0.0.1", "port" : 1080}, "output" : "1024", "thread" : 4, "timeout" : 10000} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "proxy": {"type": "object", "properties": {"noProxy": {"type": "boolean"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["noProxy", "host", "port"]}, "output": {"type": "string"}, "thread": {"type": "integer"}, "timeout": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}... | {"id" : "02259", "group" : "easy-ham-1", "checksum" : {"type" : "MD5", "value" : "75e1cd5cf4a8857fb04b58ff179bed51"}, "text" : "From rssfeeds@jmason.org Fri Oct 4 11:02:12 2002\nReturn-Path: <rssfeeds@spamassassin.taint.org>\nDelivered-To: yyyy@localhost.spamassassin.taint.org\nReceived: from localhost (jalapeno [127... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http:... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"": {"type": "string"}, "code": {"type": "string"}, "name_ko": {"type": "string"}, "name_en": {"type": "string"}, "country": {"type": "string"}, "price": {"type": "string"}, "awards": {"type": "string"}, "Flavor... | {"" : "", "code" : "140", "name_ko" : "\ucf04\uc6b0\ub4dc \uc7ad \ub7f0\ub358 \uba5c\ub86f", "name_en" : "KENWOOD Jack London Merlot", "country" : "\ubbf8\uad6d", "price" : "86,000", "awards" : "California State Fair, SILVER, June 2011 San Francisco Intl Wine Competition, BRONZE, June 2011 West Coast Wine Competition, ... | json_instruct | {"type": "object", "properties": {"": {"type": "string"}, "code": {"type": "string"}, "name_ko": {"type": "string"}, "name_en": {"type": "string"}, "country": {"type": "string"}, "price": {"type": "string"}, "awards": {"type": "string"}, "Flavor": {"type": "string"}}, "required": ["", "code", "name_ko", "name_en", "cou... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["upsurge"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": ... | {"name" : "Wine Rater via Vivino", "description" : "Get Vivino ratings for supermarket websites", "version" : "1.0.0", "manifest_version" : 3, "permissions" : ["tabs", "activeTab", "scripting"], "host_permissions" : ["http://*/*", "https://*/*"], "icons" : {"16" : "icons/icon16.png", "48" : "icons/icon48.png", "128" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "o... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"t... | {"name" : "gosheng/gosheng", "version" : "2.0.5", "description" : "GoSheng is a WordPress theme", "type" : "wordpress-theme", "license" : "MIT", "keywords" : ["WordPress", "Bootstrap", "Redux-framework", "theme"], "authors" : [{"name" : "\u5f20\u6210\u6797", "email" : "469946668@qq.com"}], "require" : {"php" : ">=7.0.0... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "item... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 103}, "clipped" : true, "id" : "80a6c31b02"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 112}, "clipped" : true, "id" : "afed86965c"}]}}, "type" : "Topology", "transform... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"makan": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}}, "required": ["makan", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"makan" : ["mangan", "makans"], "main" : ["maen"]} | json_instruct | {"type": "object", "properties": {"makan": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}}, "required": ["makan", "main"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"publish": {"type": "st... | {"name" : "jbrowse-predefined-sessions", "version" : "1.5.9", "main" : "index.js", "author" : "JBrowse Team", "license" : "MIT", "scripts" : {"publish" : "aws s3 cp sessions.json s3://jbrowse.org/genomes/sessions.json"}, "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required": ["publish"]}, "private": {"type": "boolean"}}, "r... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "propert... | {"id" : "ad831eab-5874-4183-b75f-acfe9cced595", "version_id" : "127d3840-678b-5184-903f-9df3a54716c6", "version" : 1, "created_at" : "2018-08-14T00:28:26.512Z", "modified_at" : "2018-08-14T00:28:26.512Z", "type" : "vessel", "body" : {"name" : "ZIJPE", "mmsi" : "244660123", "imo" : "0", "eni" : "23010756", "callsign" : ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"},... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "http:... | {"parent" : "minecraft:block/cube_column", "textures" : {"end" : "betterend:block/umbrella_tree_planks", "side" : "betterend:block/umbrella_tree_bookshelf"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.75, 27.25], [149.75, 27.333333333333332], [149.875, 27.333333333333332], [149.875, 27.25], [149.75, 27.25]]]}, "properties" : {"code" : 404976, "url" : "http://madefor.github.io/0410/api/v1/404976.geojson", "view" : "https://github.com/madefo... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d183-149", "text" : "IN SUMMARY\nHIGHLIGHTS OF KKLLOGG-N#A\u2022 E#B* C-^-OPERATION\nX\u00b052~53\n1\u00bb 21,477 hauras 21 minutes of arogram supplied\nNAEB ?ape Network stations *\n20 N\u00aeA\u00aeR*B. had 99 active members, 84 associate\nmembers, 19 affiliate members \u2014 a total of 202\u00a9\n3\u00ae N*... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SmartconfigExample", "displayName" : "Smartconfig Example"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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", "st... | {"contract" : "0xc860ab73f8ac50e433808bca53c0618ee5359478", "tool" : "osiris", "start" : 1564621203.8428524, "end" : 1564621207.8251796, "duration" : 3.9823272228240967, "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://... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "r... | {"userId" : 24578, "cartId" : "481e74f0-9df1-40a4-8b81-a7b5d00f8996", "preferredProducts" : [], "productReviews" : [{"productId" : 1023, "reviewText" : "My raven loves to play with it.", "reviewDate" : "2017-08-23T19:21:46.1015695+03:00"}, {"productId" : 4009, "reviewText" : "My jaguar loves to play with it.", "reviewD... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_ab... | {"place_name" : "Pisgah Forest", "state_name" : "North Carolina", "state_abbrv" : "NC", "lat" : "35.2599", "long" : "-82.6695"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"... | {"nom" : "Saint-Gorgon", "dpt" : "Morbihan", "inscrits" : 280, "abs" : 33, "votants" : 247, "blancs" : 21, "nuls" : 10, "exp" : 216, "res" : [{"panneau" : "1", "voix" : 141}, {"panneau" : "2", "voix" : 75}]} | 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"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$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"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build... | {"name" : "space-eye-icons", "version" : "0.4.0", "description" : "Icons for the SpaceEye application", "main" : "index.js", "scripts" : {"build" : "gulp build"}, "files" : ["dist"], "repository" : {"type" : "git", "url" : "https://github.com/KYDronePilot/space-eye-icons.git"}, "author" : {"name" : "Michael Galliers", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "files": {"type": "array", "items": {"type": "string"}}, "reposit... |
Using the following JSON schema, generate a compatible JSON instance:
{"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... | [{"year" : 1972, "sex" : "F", "n" : 5, "prop" : 3.1e-06}, {"year" : 1975, "sex" : "F", "n" : 7, "prop" : 4.49e-06}, {"year" : 1976, "sex" : "F", "n" : 7, "prop" : 4.45e-06}, {"year" : 1977, "sex" : "F", "n" : 11, "prop" : 6.69e-06}, {"year" : 1979, "sex" : "F", "n" : 8, "prop" : 4.64e-06}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo... | {"id" : 101878563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "43fac048dadf3af0043defbe0801a5ac", "wof:id" : 101878563, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.73360863980304, 49.24883340557312, 3.74433264641039, 49.25914421831715... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cars": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}, "direction": {"type": "integer"}, "duration": {"type": "integer"}, "sectionIndex": {"type": "integer"}, "sectionOffset... | {"cars" : [{"line" : "yamanote", "direction" : 1, "duration" : 145000, "sectionIndex" : 0, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : 1, "duration" : 145000, "sectionIndex" : 10, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : 1, "duration" : 145000, "sectionIndex" : 20, "sectionOffset" : 0}, {... | json_instruct | {"type": "object", "properties": {"cars": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}, "direction": {"type": "integer"}, "duration": {"type": "integer"}, "sectionIndex": {"type": "integer"}, "sectionOffset": {"type": "integer"}}, "required": ["line", "direction", "duration", ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "prope... | {"name" : "bytic/devtools", "authors" : [{"name" : "Gabriel Solomon", "email" : "hello@gabrielsolomon.ro"}], "require" : {"bytic/codeception" : "^4.0|^5.0", "bytic/phpqatools" : "^1.0", "bytic/deployer-recipies" : "^6.0|^7.0"}, "autoload" : {"psr-4" : {}, "classmap" : [], "files" : []}, "autoload-dev" : {"psr-4" : {}},... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"bytic/codeception": {"type": "string"}, "bytic/ph... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "child... | {"code" : 1613020003, "parent" : 1613020, "name" : "BUKIT LANGKAP", "latitude" : null, "longitude" : null, "postal" : [31654], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license"... | {"name" : "mediasoup-client", "version" : "3.2.2", "description" : "mediasoup client side JavaScript library", "author" : "I\u00f1aki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)", "contributors" : ["Jos\u00e9 Luis Mill\u00e1n <jmillan@aliax.net> (https://github.com/jmillan)"], "homepage" : "https://mediasoup.org... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "p... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "description": {"type": "string"}, "name": {"type": "string"}, "end": {"type": "integer"}, "seqChunkSize": {"type": "integer"}}, "required": ["start", "description", "... | [{"start" : 0, "description" : "Streptococcus mutans UA159 chromosome, complete genome", "name" : "NC_004350.2", "end" : 2032925, "seqChunkSize" : 20000}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "description": {"type": "string"}, "name": {"type": "string"}, "end": {"type": "integer"}, "seqChunkSize": {"type": "integer"}}, "required": ["start", "description", "name", "end", "seqChunkSize"]}, "$schema": "http://json-schema... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"appName": {"type": "string"}, "baseUrl": {"type": "string"}, "firebaseUrl": {"type": "string"}}, "required": ["appName", "baseUrl", "firebaseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appName" : "EcommerceUntukPetani", "baseUrl" : "/", "firebaseUrl" : ""} | json_instruct | {"type": "object", "properties": {"appName": {"type": "string"}, "baseUrl": {"type": "string"}, "firebaseUrl": {"type": "string"}}, "required": ["appName", "baseUrl", "firebaseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draf... | {"id" : "18", "provinceId" : "18", "regencyId" : "02", "name" : "Bandar Mataram"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.5, 41.5], [136.5, 41.583333333333336], [136.625, 41.583333333333336], [136.625, 41.5], [136.5, 41.5]]]}, "properties" : {"code" : 623624, "url" : "http://madefor.github.io/0410/api/v1/623624.geojson", "view" : "https://github.com/madefor/0410... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "pr... | {"versionEnd" : {"versionNum" : 3319, "commit" : "4df1f32a63beb9b1646f47399d70e6429bd9684f", "date" : "2021-08-20T08:55:27.772Z"}, "versionStart" : {"versionNum" : 3318, "commit" : "199e1b9b172031b4a2e4d840a0bd88c202e144b5", "date" : "2021-08-20T08:53:04.240Z"}, "changes" : ["blockchains/smartchain/assets/0xA2120b9e674... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"error_invalid_payment_method": {"type": "string"}}, "required": ["error_invalid_payment_method"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error_invalid_payment_method" : "Invalid Payment Method Id!"} | json_instruct | {"type": "object", "properties": {"error_invalid_payment_method": {"type": "string"}}, "required": ["error_invalid_payment_method"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1880, 34], [1881, 35], [1882, 65], [1883, 51], [1884, 65], [1885, 87], [1886, 81], [1887, 95], [1888, 91], [1889, 106], [1890, 121], [1891, 94], [1892, 128], [1893, 102], [1894, 128], [1895, 136], [1896, 119], [1897, 98], [1898, 115], [1899, 102], [1900, 117], [1901, 109], [1902, 140], [1903, 85], [1904, 106], [1905,... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"class_name" : "bubbles", "bbox" : "293 281 352 401", "used" : false}, {"class_name" : "bubbles", "bbox" : "369 90 499 143", "used" : true}, {"class_name" : "bubbles", "bbox" : "130 327 168 368", "used" : false}, {"class_name" : "bubbles", "bbox" : "185 286 201 311", "used" : false}, {"class_name" : "contrast", "bbox... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"epoch": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "integer"}}}, "required": ["_type", "_value"]}, "lr": {"type": "object", "properties": {"_type": ... | {"epoch" : {"_type" : "choice", "_value" : [2, 4, 6, 8, 10]}, "lr" : {"_type" : "choice", "_value" : [0.01, 0.001, 0.0001]}, "batch_size" : {"_type" : "choice", "_value" : [8, 16, 32, 64]}, "wd" : {"_type" : "choice", "_value" : [0.0005, 0.0001, 5e-05, 1e-05, 5e-06]}} | json_instruct | {"type": "object", "properties": {"epoch": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "integer"}}}, "required": ["_type", "_value"]}, "lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "numb... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "requi... | {"name" : "basecom/akeneo-shopware-connector", "type" : "symfony-bundle", "description" : "Akeneo to Shopware Connector - Export only", "license" : "MIT", "authors" : [{"name" : "Amir El Sayed <elsayed@basecom.de>"}], "repositories" : [{"type" : "vcs", "url" : "https://github.com/akeneo/pim-community-dev.git", "branch"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "repositories": {"type": "array", "item... |
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"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "... | {"name" : "afroraydude/nozomi", "description" : "A lightweight, robust CMS.", "keywords" : ["microframework", "rest", "router", "psr7", "cms"], "homepage" : "http://nozomi.afroraydude.com", "license" : "Apache-2.0", "authors" : [{"name" : "afroraydude", "email" : "thomasray0@gmail.com", "homepage" : "http://afroraydude... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"terminal.integrated.shell.windows": {"type": "string"}}, "required": ["terminal.integrated.shell.windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"terminal.integrated.shell.windows" : "C:\\Windows\\System32\\wsl.exe"} | json_instruct | {"type": "object", "properties": {"terminal.integrated.shell.windows": {"type": "string"}}, "required": ["terminal.integrated.shell.windows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"opcode": {"type": "string"}, "instruction": {"type": "string"}, "operand_encoding": {"type": "string"}, "description": {"type": "string"}}, "required": ["opcode", "instruction", "operand_e... | [{"opcode" : "NP 0F 2E /r", "instruction" : "UCOMISS xmm1, xmm2/m32", "operand_encoding" : "A", "description" : "Compare low single-precision floating-point values in xmm1 and xmm2/mem32 and set the EFLAGS flags accordingly."}, {"opcode" : "VEX.LIG.0F.WIG 2E /r", "instruction" : "VUCOMISS xmm1, xmm2/m32", "operand_enco... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"opcode": {"type": "string"}, "instruction": {"type": "string"}, "operand_encoding": {"type": "string"}, "description": {"type": "string"}}, "required": ["opcode", "instruction", "operand_encoding", "description"]}, "$schema": "http://json-schema.org/draft-07... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-0... | {"word" : "Vacant", "definitions" : ["(of a place) not occupied; empty.", "(of a position or employment) not filled.", "Having or showing no intelligence or interest."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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": "... | {"nom" : "Lar\u00e7ay", "circ" : "2\u00e8me circonscription", "dpt" : "Indre-et-Loire", "inscrits" : 1830, "abs" : 898, "votants" : 932, "blancs" : 87, "nuls" : 24, "exp" : 821, "res" : [{"nuance" : "REM", "nom" : "M. Daniel LABARONNE", "voix" : 577}, {"nuance" : "LR", "nom" : "Mme Claude GREFF", "voix" : 244}]} | 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"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x17ad8dbc2ec86aa92c65d98b13e61d0d366c87c7bb100fa8846b7da9d23f36b7", "parentHash" : "0x26c236b1d74e08b5b986ea038b41d7237d06481ba8c2dcf5eb2a6580fbb0a251", "number" : 110918, "timestamp" : 1439981652, "nonce" : "0x72426792957d3d96", "difficulty" : 4411807133707, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00257": {"type": "string"}}, "required": ["K00257"]}, "name": {"type": "string"}, "pro... | [{"comment" : "", "definition" : "3alpha,7alpha,12alpha-Trihydroxy-5beta-cholestanoyl-CoA + FAD <=> 3alpha,7alpha,12alpha-Trihydroxy-5beta-cholest-24-enoyl-CoA + FADH2", "orthologs" : {"K00257" : "acyl-ACP dehydrogenase [EC:1.3.99.-]"}, "name" : "", "product_stoichiometries" : ["1", "1"], "enzymes" : ["1.3.99.-"], "equ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00257": {"type": "string"}}, "required": ["K00257"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"injectionSelector": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "repository": {"type": "object", "properties": {"name"... | {"injectionSelector" : "L:source", "patterns" : [{"include" : "#source-isobjectscript"}, {"include" : "#script-language-cache"}, {"include" : "#tag-server"}], "repository" : {"name" : "source.objectscript-class.injection", "source-isobjectscript" : {"name" : "meta.embedded.inline.isobjectscript", "begin" : "(?i)(#(call... | json_instruct | {"type": "object", "properties": {"injectionSelector": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "repository": {"type": "object", "properties": {"name": {"type": "string"}, "source-isobjectscript": {"type": "ob... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["bundle... | {"id" : "selecttemplate", "i18n" : {"default" : {"bundle" : "/devwidgets/selecttemplate/bundles/default.properties", "name" : "Select template", "description" : "Select template"}, "en_US" : {"bundle" : "/devwidgets/selecttemplate/bundles/en_US.properties"}}, "type" : "core", "enabled" : true, "url" : "/devwidgets/sele... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["bundle", "name", "description"]}, "en_US": {"type": "object", "pr... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github",... | {"homepage" : "https://docs.aspect.dev/bazel-lib", "maintainers" : [{"email" : "hello@aspect.dev", "github" : "aspect-build", "name" : "Aspect team"}], "versions" : ["0.11.0", "0.11.4", "0.4.2"], "yanked_versions" : {}} | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "name"]}}, "versions": {"type": "array", "items": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "s... | {"text" : {"0" : {"m1" : "\u062a\u0648 \u062c\u0647\u0627\u0646\u06cc \u062f\u06cc\u06af\u0631\u06cc \u062c\u0648\u0647\u0631 \u062f\u0631\u0646\u06af \u0622\u062a\u0634 \u0641\u0639\u0627\u0644", "m2" : "\u0622\u0628 \u0646\u0641\u0639 \u0648 \u0628\u0627\u062f \u0635\u0648\u0644\u062a \u060c \u0647\u0645 \u062a\u0648... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "... | {"place_name" : "Zanesville", "state_name" : "Ohio", "state_abbrv" : "OH", "lat" : "39.9274", "long" : "-82.0041"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "item... | {"title" : "Social fabric fitness: the design and evaluation of wearable E-textile displays to support group running.", "fields" : ["human computer interaction", "support group", "multimedia", "visualization", "wearable computer"], "abstract" : "Group exercise has multiple benefits including greater adherence to fitnes... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "sublime:block/stairs_bloodless_elm"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mikey179/vfsStream": {"type": "string"}}, "required": ["phpunit/phpunit", "mikey179/vfsStream"]}, "authors": {"typ... | {"name" : "xiaoyuqin/phpunit-example", "require" : {"phpunit/phpunit" : "^7.5", "mikey179/vfsStream" : "~1"}, "authors" : [{"name" : "xiaoyuqinA", "email" : "137692663@qq.com"}], "autoload" : {"psr-4" : {"phpunitExample\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mikey179/vfsStream": {"type": "string"}}, "required": ["phpunit/phpunit", "mikey179/vfsStream"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"na... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "it... | {"title" : "Acquiring and pointing: an empirical study of pen-tilt-based interaction.", "fields" : ["stylus", "empirical research", "computer vision", "artificial intelligence", "interaction technique"], "abstract" : "Research literature has shown that pen tilt is a promising input modality in pen-based interaction. Ho... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"DialogContainerService": {"type": "object", "properties": {"__symbolic": {"t... | [{"__symbolic" : "module", "version" : 3, "metadata" : {"DialogContainerService" : {"__symbolic" : "class", "decorators" : [{"__symbolic" : "call", "expression" : {"__symbolic" : "reference", "module" : "@angular/core", "name" : "Injectable"}}], "members" : {"validate" : [{"__symbolic" : "method"}]}, "statics" : {"cont... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"DialogContainerService": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "items": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Dalla, Baggao, Cagayan, Cagayan Valley (Region II), PH", "locale" : "ph.cagayan-valley-region-ii.cagayan.baggao.dalla", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "3", "region_reference"... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd331... | {"configuration" : ["DECRYPT", "FORWARD", "ENCRYPT", "BASE", "ADDRESSBOOK"], "regionsToProcessedPerformance" : {"97d6b9cd-219f-4876-b7d9-ff268e14fad3" : -672128, "c4f7c3e0-8d91-4106-807f-1d51aecd3319" : 25827023754, "7e24ab7e-330e-498a-90e4-f41edadb0db8" : 4132617496, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0" : -827028, "... | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3319": {"type": "integer"}, "7e24ab7e-330e-498a-90e4-f41edad... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["www.nikkei.com", "jovi0608.hatenablog.com", "www.nikkansports.com", "www.yahoo.co.jp", "www.sponichi.co.jp", "www.cnn.co.jp", "floc.glitch.me", "html5.ohtsu.org"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http": {"type": "string"}}, "required": ["Response_headers_with_semicolons_are_handled_correctly\\i... | {"files" : {"Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http" : "#!/usr/bin/env dothttp\n\n# imported from https://raw.githubusercontent.com/postmanlabs/newman/v5.2.2/test/integration/semicolon-tests.postman_collection.json\n\n// Receives a semicolon header from dump.getpost\n\n@na... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http": {"type": "string"}}, "required": ["Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http"]}}, "required": ["files"], "$sch... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": ... | {"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "with_thursday:knife"}, {"item" : "with_thursday:chicken_breast"}], "result" : {"item" : "with_thursday:diced_chicken", "count" : 6}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "coun... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900656924": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900656925": {"type": "object", "properties... | {"900656924" : {"nama" : "TPS 1", "dapil" : [6101, 16108, 2610405]}, "900656925" : {"nama" : "TPS 2", "dapil" : [6101, 16108, 2610405]}, "900656926" : {"nama" : "TPS 3", "dapil" : [6101, 16108, 2610405]}} | json_instruct | {"type": "object", "properties": {"900656924": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900656925": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"debugMode": {"type": "boolean"}, "logs": {"type": "object", "properties": {"active": {"type": "boolean"}, "id": {"type": "integer"}, "cases": {"type": "integer"}}, "required": ["active", "id", "cases"]}, "permRoles... | {"debugMode" : false, "logs" : {"active" : true, "id" : 811273503084511262, "cases" : 17}, "permRoles" : {"1" : [754002928632725584], "2" : [], "3" : [805418469674975282, 572403736987566101, 754003569727897702]}, "groupReg" : {"active" : true, "channel_id" : 813020489080766505, "groupCount" : 8, "role_ids" : {"1" : 754... | json_instruct | {"type": "object", "properties": {"debugMode": {"type": "boolean"}, "logs": {"type": "object", "properties": {"active": {"type": "boolean"}, "id": {"type": "integer"}, "cases": {"type": "integer"}}, "required": ["active", "id", "cases"]}, "permRoles": {"type": "object", "properties": {"1": {"type": "array", "items": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Actions": {"type": "array", "items": {"type": "object", "properties": {"Icon": {"type": "string"}, "Name": {"type": "string"}, "States": {"type": "array", "items": {"type": "object", "properties": {"Image": {"type"... | {"Actions" : [{"Icon" : "plugin/images/actions/power", "Name" : "On / Off", "States" : [{"Image" : "plugin/images/icons/on", "Name" : "On"}, {"Image" : "plugin/images/icons/off", "Name" : "Off"}], "Tooltip" : "Turn lights on or off.", "UUID" : "com.andreasbehrend.govee.power"}], "SDKVersion" : 2, "Author" : "Andreas Be... | json_instruct | {"type": "object", "properties": {"Actions": {"type": "array", "items": {"type": "object", "properties": {"Icon": {"type": "string"}, "Name": {"type": "string"}, "States": {"type": "array", "items": {"type": "object", "properties": {"Image": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Image", "Name"]... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "incremental": {"type": "boolean"}, "inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "jsx": {"type": "st... | {"compilerOptions" : {"baseUrl" : "./", "incremental" : true, "inlineSourceMap" : true, "inlineSources" : true, "jsx" : "react", "lib" : ["es2019", "dom"], "module" : "CommonJS", "noEmitOnError" : true, "noImplicitAny" : false, "outDir" : "./__build", "paths" : {"*" : ["./src/*", "./node_modules/*"]}, "preserveWatchOut... | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "incremental": {"type": "boolean"}, "inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "jsx": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "modul... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit":... | {"derivation" : "a primitive root;", "pron" : "daw-ak'", "outline" : "<ol><li> to go out, be extinguished, dry up<ol><li> (Qal) to go out, be extinguished</li><li> (Niphal) to be made extinct, be dried up</li><li> (Pual) to be extinguished, be quenched</li></ol></li></ol>", "kjv_def" : "be extinct, consumed, put out, q... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "t... | {"body" : "Added a patch to cleanup compiler warnings about inlining with Intel compilers. Added more checksum versions.", "user" : "bvanessen", "url" : "https://api.github.com/repos/spack/spack/issues/5233", "updated_at" : "2018-02-02 17:48:16", "created_at" : "2017-08-29 17:37:09", "closed_at" : "2018-01-04 15:48:23... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type... | {"IsRecentlyVerified" : false, "ID" : 148987, "UUID" : "4E590533-BE0F-420C-9694-33575B3FD301", "DataProviderID" : 1, "OperatorID" : 3371, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 149340, "Title" : "RESTAURANTE LA ZARZUELA (Wenea)", "AddressLine1" : "Carretera Extremadura N-v, KM 150, 45567 Lagartera, Toledo, Espa\u00... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "T... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ... | {"index" : 9066, "hash" : 2541722837, "artDyeHash" : 2541722837, "redacted" : false, "dyeManifestHash" : 3922095829, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc... | {"\uc774\ub984" : "\uc591\ucc3d\uc2dd", "\ud55c\ubb38\uba85" : "\uf97a\u6636\u690d", "\uc0dd\ub144\uc6d4\uc77c" : "1930-03-15", "\uc815\ub2f9" : "\ubbfc\uc8fc\uc790\uc720\ub2f9", "\uc120\uac70\uad6c" : "\uc804\ubd81 \ub0a8\uc6d0\uc2dc,\uad70", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "11, 12... | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "req... | {"name" : "garmin-connect-scraper", "version" : "1.1.1", "description" : "Incremental Puppeteer based Garmin Connect scraper", "bin" : "bin/main.js", "type" : "module", "engines" : {"node" : ">=14.0.0"}, "repository" : {"type" : "git", "url" : "https://github.com/evg656e/garmin-connect-scraper.git"}, "scripts" : {"star... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "proper... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "integer"}, "site_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type":... | {"user" : {"id" : 2, "site_id" : 6, "created_at" : "2018-07-18T13:58:11Z", "updated_at" : "2018-08-17T03:00:03Z", "first_name" : "John", "last_name" : "Doe", "email" : "john.doe@kentaa.nl", "address" : "Jansbuitensingel 29", "street" : "Jansbuitensingel", "house_number" : "29", "zipcode" : "6811AD", "city" : "Arnhem", ... | json_instruct | {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "integer"}, "site_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.