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": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "marxian", "repos" : 1, "login" : "marxian", "id" : 474621, "avatar_url" : "https://avatars0.githubusercontent.com/u/474621?v=3", "url" : "https://api.github.com/users/marxian", "html_url" : "https://github.com/marxian", "followers_url" : "https://api.github.com/users/marxian/followers", "following_url" : "https://api.github.com/users/marxian/following{/other_user}", "gists_url" : "https://api.github.com/users/marxian/gists{/gist_id}", "starred_url" : "https://api.github.com/users/marxian/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/marxian/subscriptions", "organizations_url" : "https://api.github.com/users/marxian/orgs", "repos_url" : "https://api.github.com/users/marxian/repos", "events_url" : "https://api.github.com/users/marxian/events{/privacy}", "received_events_url" : "https://api.github.com/users/marxian/received_events", "type" : "User", "site_admin" : false, "name" : "Rupert Redington", "company" : "NeonTribe", "blog" : "http://www.neontribe.co.uk", "location" : "Norwich", "email" : "[email protected]", "hireable" : null, "bio" : null, "public_repos" : 27, "public_gists" : 5, "followers" : 19, "following" : 5, "created_at" : "2010-11-09T19:56:23Z", "updated_at" : "2017-01-30T10:11:17Z"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord-together": {"type": "string"}, "discord.js": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["discord-together", "discord.js", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "activities", "version" : "1.0.0", "description" : "a recreation of advaith's famous activities bot || can be used to watch youtube , play games inside of discord", "main" : "activity.js", "scripts" : {"dev" : "nodemon activity.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Whirl21/Activities.git"}, "keywords" : ["discord", "discordbot", "activity", "yt"], "author" : "Whirl", "license" : "MIT", "bugs" : {"url" : "https://github.com/Whirl21/Activities/issues"}, "homepage" : "https://github.com/Whirl21/Activities#readme", "dependencies" : {"discord-together" : "^1.1.62", "discord.js" : "^13.1.0", "nodemon" : "^2.0.12"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord-together": {"type": "string"}, "discord.js": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["discord-together", "discord.js", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "cfn-response": {"type": "string"}}, "required": ["aws-sdk", "cfn-response"]}, "devDependencies": {"type": "object", "properties": {"friendly-errors-webpack-plugin": {"type": "string"}, "terser-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["friendly-errors-webpack-plugin", "terser-webpack-plugin", "webpack"]}}, "required": ["dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"aws-sdk" : "^2.610.0", "cfn-response" : "^1.0.1"}, "devDependencies" : {"friendly-errors-webpack-plugin" : "^1.7.0", "terser-webpack-plugin" : "^1.4.3", "webpack" : "^4.41.5"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "cfn-response": {"type": "string"}}, "required": ["aws-sdk", "cfn-response"]}, "devDependencies": {"type": "object", "properties": {"friendly-errors-webpack-plugin": {"type": "string"}, "terser-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["friendly-errors-webpack-plugin", "terser-webpack-plugin", "webpack"]}}, "required": ["dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [2, 2, 5, 3, 5, 3, 4, 5, 4, 4, 3, 5, 1, 2, 2, 2, 2, 3, 3, 1, 3, 4, 2, 4, 4, 5, 4, 2, 5, 3, 4] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "fb88d768-09ca-4938-8864-c06543db04a0", "playerTags" : ["740d5fef-d59f-4dac-9a75-739ec07f91cf"], "teamTags" : ["b024e975-1c4a-4575-8936-a3754a08806a", "b72f3061-f573-40d7-832a-5ad475bd7909"], "gameTags" : ["725f8a59-d8ad-4006-84d8-4887a61ed10a"], "metadata" : {"play" : 7, "subPlay" : -1, "children" : ["994b5d1a-9498-4d32-b62d-5753674530b7"]}, "created" : "2021-04-14T04:00:31.364Z", "season" : 15, "tournament" : -1, "type" : 39, "day" : 35, "phase" : 4, "category" : 2, "description" : "Conner Haley is Beaned by a cinnamon roast with body and butterscotch toffee.\nConner Haley is Wired!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\uc720\uc9c4\uc624", "\ud55c\ubb38\uba85" : "\u516a\u93ad\u5348", "\uc0dd\ub144\uc6d4\uc77c" : "1906-05-13", "\uc815\ub2f9" : "\uc2e0\ubbfc\ub2f9", "\uc120\uac70\uad6c" : "\uc11c\uc6b8 \uc885\ub85c\uad6c", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "7"} | 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": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "Lootable_00070", "IsStatic" : true, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : 0, "y" : 0, "z" : 0}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5db5d02e5442d7070d0f40fa", "Items" : [{"_id" : "5db5d02e5442d7070d0f40fa", "_tpl" : "5d6d2bb386f774785b07a77a"}, {"_id" : "5db5d02e5442d7070d0f40fb", "_tpl" : "5733279d245977289b77ec24", "parentId" : "5db5d02e5442d7070d0f40fa", "slotId" : "main", "location" : {"x" : 0, "y" : 0, "r" : 0}}, {"_id" : "5db5d02e5442d7070d0f40fc", "_tpl" : "5d6fc78386f77449d825f9dc", "parentId" : "5db5d02e5442d7070d0f40fa", "slotId" : "main", "location" : {"x" : 0, "y" : 2, "r" : 0}}, {"_id" : "5db5d02e5442d7070d0f40fd", "_tpl" : "5c13cef886f774072e618e82", "parentId" : "5db5d02e5442d7070d0f40fa", "slotId" : "main", "location" : {"x" : 1, "y" : 2, "r" : 0}}, {"_id" : "5db5d02e5442d7070d0f40fe", "_tpl" : "544fb37f4bdc2dee738b4567", "parentId" : "5db5d02e5442d7070d0f40fa", "slotId" : "main", "location" : {"x" : 2, "y" : 2, "r" : 0}}, {"_id" : "5db5d02e5442d7070d0f40ff", "_tpl" : "5737250c2459776125652acc", "parentId" : "5db5d02e5442d7070d0f40fa", "slotId" : "main", "location" : {"x" : 1, "y" : 3, "r" : 0}}, {"_id" : "5db5d02e5442d7070d0f4100", "_tpl" : "573719df2459775a626ccbc2", "parentId" : "5db5d02e5442d7070d0f40ff", "slotId" : "cartridges", "upd" : {"StackObjectsCount" : 16}}]} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"r": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "t": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}, "e": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}, "g": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["r", "t", "e", "g"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "group", "conditions", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "forge:ore_shaped", "group" : "openblocks:builder_guide", "conditions" : [{"type" : "minecraft:item_exists", "item" : "openblocks:builder_guide"}], "pattern" : ["grg", "ete", "grg"], "key" : {"r" : {"type" : "forge:ore_dict", "ore" : "dustRedstone"}, "t" : {"type" : "minecraft:item", "item" : "minecraft:torch"}, "e" : {"type" : "minecraft:item", "item" : "minecraft:ender_pearl"}, "g" : {"type" : "forge:ore_dict", "ore" : "blockGlass"}}, "result" : {"item" : "openblocks:builder_guide"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "conditions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"r": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "t": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}, "e": {"type": "object", "properties": {"type": {"type": "string"}, "item": {"type": "string"}}, "required": ["type", "item"]}, "g": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["r", "t", "e", "g"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "group", "conditions", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "563011", "ProductId" : "B007JFMH8M", "UserId" : "A154QSI0I9S28O", "ProfileName" : "hashepard", "HelpfulnessNumerator" : 0, "HelpfulnessDenominator" : 0, "Score" : 5, "date" : "2012-07-26", "Summary" : "Love these cookies especially for the kids", "text" : "The soft baked cookies are amazingly delicious! Even my children really enjoy them!! I was surprised when they all actually ate it because they never eat anything with raisins in it. This was exciting since I now keeps these with me in case the boys need a snack since they would be able to eat one between the four of them."} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "Object.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar _platform = require(\"./../variables/platform\");\n\nvar _platform2 = _interopRequireDefault(_platform);\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\n\nexports.default = function () {\n var variables = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : _platform2.default;\n var iconTheme = {\n fontSize: variables.iconFontSize,\n color: _platform2.default.textColor\n };\n return iconTheme;\n};", "map" : {"version" : 3, "sources" : ["../../../../src/theme/components/Icon.js"], "names" : ["variables", "variable", "iconTheme", "fontSize", "color"], "mappings" : ";;;;AAEA,IAAA,SAAA,GAAA,OAAA,2BAAA;;;;;;;;;;kBAEe,YAAoC;AAAnCA,MAAAA,SAAmC,GAAA,SAAA,CAAA,MAAA,GAAA,CAAA,IAAA,SAAA,CAAA,CAAA,CAAA,KAAA,SAAA,GAAA,SAAA,CAAA,CAAA,CAAA,GAAbC,UAAAA,CAAAA,OAAtBD;AACd,MAAME,SAAAA,GAAY;AAChBC,IAAAA,QAAAA,EAAUH,SAAAA,CADM,YAAA;AAEhBI,IAAAA,KAAAA,EAAOH,UAAAA,CAAAA,OAAAA,CAFT;AAAkB,GAAlB;AAKA,SAAA,SAAA", "sourcesContent" : ["// @flow\n\nimport variable from './../variables/platform';\n\nexport default (variables /* : * */ = variable) => {\n const iconTheme = {\n fontSize: variables.iconFontSize,\n color: variable.textColor\n };\n\n return iconTheme;\n};\n"]}, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "prepublishOnly": {"type": "string"}, "prepare:proto": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["clean", "test", "build", "prepublishOnly", "prepare:proto", "prepare"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@tsconfig/node12": {"type": "string"}, "cpr": {"type": "string"}, "grpc-tools": {"type": "string"}, "grpc_tools_node_protoc_ts": {"type": "string"}, "mkdirp": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["@tsconfig/node12", "cpr", "grpc-tools", "grpc_tools_node_protoc_ts", "mkdirp", "rimraf"]}, "dependencies": {"type": "object", "properties": {"@types/google-protobuf": {"type": "string"}, "google-protobuf": {"type": "string"}, "nice-grpc": {"type": "string"}}, "required": ["@types/google-protobuf", "google-protobuf", "nice-grpc"]}}, "required": ["name", "version", "description", "keywords", "repository", "main", "typings", "files", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nice-grpc-server-reflection", "version" : "1.0.7", "description" : "Server reflection for nice-grpc", "keywords" : ["grpc", "nice-grpc", "server-reflection"], "repository" : "deeplay-io/nice-grpc", "main" : "lib/index.js", "typings" : "lib/index.d.ts", "files" : ["lib", "src", "!src/**/*.test.ts", "!src/**/__tests__"], "scripts" : {"clean" : "rimraf lib", "test" : "jest --passWithNoTests", "build" : "tsc -P tsconfig.build.json && rimraf lib/proto && cpr src/proto lib/proto", "prepublishOnly" : "npm test && npm run clean && npm run build", "prepare:proto" : "mkdirp ./src/proto && grpc_tools_node_protoc --js_out=import_style=commonjs,binary:./src/proto --grpc_out=grpc_js:./src/proto --ts_out=grpc_js:./src/proto -I ./proto proto/grpc/reflection/v1alpha/reflection.proto", "prepare" : "npm run prepare:proto"}, "author" : "Daniel Lytkin <[email protected]>", "license" : "MIT", "devDependencies" : {"@tsconfig/node12" : "^1.0.8", "cpr" : "^3.0.1", "grpc-tools" : "^1.11.0", "grpc_tools_node_protoc_ts" : "^5.1.3", "mkdirp" : "^1.0.4", "rimraf" : "^3.0.2"}, "dependencies" : {"@types/google-protobuf" : "^3.7.4", "google-protobuf" : "^3.15.6", "nice-grpc" : "^1.0.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "prepublishOnly": {"type": "string"}, "prepare:proto": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["clean", "test", "build", "prepublishOnly", "prepare:proto", "prepare"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@tsconfig/node12": {"type": "string"}, "cpr": {"type": "string"}, "grpc-tools": {"type": "string"}, "grpc_tools_node_protoc_ts": {"type": "string"}, "mkdirp": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["@tsconfig/node12", "cpr", "grpc-tools", "grpc_tools_node_protoc_ts", "mkdirp", "rimraf"]}, "dependencies": {"type": "object", "properties": {"@types/google-protobuf": {"type": "string"}, "google-protobuf": {"type": "string"}, "nice-grpc": {"type": "string"}}, "required": ["@types/google-protobuf", "google-protobuf", "nice-grpc"]}}, "required": ["name", "version", "description", "keywords", "repository", "main", "typings", "files", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Weekly prac assignments", "weight" : 25}, {"name" : "Five online quizzes throughout the semester", "weight" : 24}, {"name" : "Employability Reflection", "weight" : 1}, {"name" : "Final exam", "weight" : 50}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "07a2344a-82e3-4793-98b5-ef06bbb77e49", "name" : "Queen Elizabeth's School", "code" : "A", "address" : {"addressLine1" : "Blandford Road", "addressLine2" : "Pamphill", "town" : "Wimborne Minster", "postcode" : "BH21 4DT"}, "organisation" : {"id" : "964657c0-043a-4280-8e2a-df4210748a8a", "code" : "B52", "name" : "Bournemouth Poole & Dorset Teacher Training Partnership"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "town", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7413100015", "district_id" : "7413100", "name" : "KONAWE"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 16343, "source" : "nyman", "verse_id" : 17751, "verse_count" : 7, "reference" : "5:11\u201317", "title" : "", "html" : " <p>The alcoholic is often identified as one who begins to drink \"early in the morning,\" while the so-called social drinker has a drink in the evening before dinner or with a gathering of friends. The music which is usually associated with the alcoholic beverages is not that which invites the Spirit of the Lord, nor do those who operate drinking establishments regard the Lord's work or even his presence m the universe. Verse 13 notes the universal effect alcohol has in bringing captivity upon a nation. Both the honorable men (the leaders) and the multitude (the constituents) lose the knowledge of God and his work. Famine and thirst for the word of God (also described in <a class=\"ref\">Amos 8:11-12</a>) come upon the land, causing those who depart this life for the next to swell the numbers in hell. However, God's judgments will destroy these iniquitous places and leave the isolated cities to become grazing lands for sheep.</p> ", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"storeId" : "2334", "name" : "Frimley Balmoral Dr Express", "latitude" : 51.31267, "longitude" : -0.72559, "postalCode" : "GU16 8UR", "country" : "gb", "addressLines" : ["1-3 Beaumaris Parade", "Balmoral Dr", "Camberley"]} | json_instruct | {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"track" : "c", "exercise" : "resistor-color", "id" : "aefe0ddd1c0c4f4c9ed44eb91812f8a3", "url" : "https://exercism.org/tracks/c/exercises/resistor-color", "handle" : "olepunchy", "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_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "name": {"type": "string"}, "mode": {"type": "string"}, "localRoot": {"type": "string"}, "port": {"type": "integer"}}, "required": ["type", "request", "name", "mode", "localRoot", "port"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.2.0", "configurations" : [{"type" : "minecraft-js", "request" : "attach", "name" : "Wait for Minecraft Debug Connections", "mode" : "listen", "localRoot" : "${workspaceFolder}/", "port" : 19144}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "name": {"type": "string"}, "mode": {"type": "string"}, "localRoot": {"type": "string"}, "port": {"type": "integer"}}, "required": ["type", "request", "name", "mode", "localRoot", "port"]}}}, "required": ["version", "configurations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"not-found": {"type": "string"}}, "required": ["not-found"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"not-found" : "404 Page does not exist!"} | json_instruct | {"type": "object", "properties": {"not-found": {"type": "string"}}, "required": ["not-found"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "bugs": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@stardust-ui/react": {"type": "string"}}, "required": ["@babel/runtime", "@stardust-ui/react"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@fluentui/scripts": {"type": "string"}}, "required": ["@types/lodash", "@fluentui/scripts"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "sideEffects": {"type": "boolean"}}, "required": ["name", "description", "version", "author", "bugs", "dependencies", "devDependencies", "files", "homepage", "license", "main", "peerDependencies", "publishConfig", "repository", "scripts", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@stardust-ui/react-docs", "description" : "Docs for the stardust-ui/react components.", "version" : "0.40.2", "author" : "Levi Thomason <[email protected]>", "bugs" : "https://github.com/stardust-ui/react/issues", "dependencies" : {"@babel/runtime" : "^7.1.2", "@stardust-ui/react" : "^0.40.1"}, "devDependencies" : {"@types/lodash" : "^4.14.144", "@fluentui/scripts" : "1.1.3"}, "files" : ["dist"], "homepage" : "https://github.com/stardust-ui/react#readme", "license" : "MIT", "main" : "src/index.ts", "peerDependencies" : {"react" : "^16.8.0", "react-dom" : "^16.8.0"}, "publishConfig" : {"access" : "public"}, "repository" : "stardust-ui/react.git", "scripts" : {"build" : "just-scripts build", "start" : "just-scripts start"}, "sideEffects" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "bugs": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@stardust-ui/react": {"type": "string"}}, "required": ["@babel/runtime", "@stardust-ui/react"]}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@fluentui/scripts": {"type": "string"}}, "required": ["@types/lodash", "@fluentui/scripts"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "sideEffects": {"type": "boolean"}}, "required": ["name", "description", "version", "author", "bugs", "dependencies", "devDependencies", "files", "homepage", "license", "main", "peerDependencies", "publishConfig", "repository", "scripts", "sideEffects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"videogular.css": {"type": "string"}, "videogular.min.css": {"type": "string"}}, "required": ["videogular.css", "videogular.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"videogular.css" : "sha512-oUUolWcDz4xkr5H+ivliDUtKKPpNIqPD6OkRJ1C99tvll2zwI3DQxGaBAL6MaV5xpa6WWMipH7v+N4MlIUBtZw==", "videogular.min.css" : "sha512-+y4gd0uvI2ZxeEFd0trOCWIeoTN94Ky9CNwj+VCS2/oRJuxjyL/dMbQ6hbKLW0yQ1KfNlutZdvIlm81MlMJqGw=="} | json_instruct | {"type": "object", "properties": {"videogular.css": {"type": "string"}, "videogular.min.css": {"type": "string"}}, "required": ["videogular.css", "videogular.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"345008354": {"type": "string"}, "571134538": {"type": "string"}, "179774829": {"type": "string"}, "1264185247": {"type": "string"}, "2101929659": {"type": "string"}, "826585419": {"type": "string"}, "136530883": {"type": "string"}, "1214691100": {"type": "string"}, "299529402": {"type": "string"}, "1264808644": {"type": "string"}, "1730223930": {"type": "string"}, "1800813181": {"type": "string"}, "1250024386": {"type": "string"}, "2090889674": {"type": "string"}, "1671951799": {"type": "string"}, "110496777": {"type": "string"}, "1425974192": {"type": "string"}, "945064494": {"type": "string"}, "1823896081": {"type": "string"}, "1461000011": {"type": "string"}, "1378894744": {"type": "string"}, "2010610962": {"type": "string"}, "1082828160": {"type": "string"}, "1648116726": {"type": "string"}, "1167142317": {"type": "string"}, "1076620112": {"type": "string"}, "1426953701": {"type": "string"}, "698927251": {"type": "string"}, "1783091951": {"type": "string"}, "1677456416": {"type": "string"}, "1258539856": {"type": "string"}, "1545620011": {"type": "string"}, "36990897": {"type": "string"}, "1111231217": {"type": "string"}, "741509982": {"type": "string"}, "691295567": {"type": "string"}}, "required": ["345008354", "571134538", "179774829", "1264185247", "2101929659", "826585419", "136530883", "1214691100", "299529402", "1264808644", "1730223930", "1800813181", "1250024386", "2090889674", "1671951799", "110496777", "1425974192", "945064494", "1823896081", "1461000011", "1378894744", "2010610962", "1082828160", "1648116726", "1167142317", "1076620112", "1426953701", "698927251", "1783091951", "1677456416", "1258539856", "1545620011", "36990897", "1111231217", "741509982", "691295567"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"345008354" : "Kills", "571134538" : "Winning Kills", "179774829" : "Kills as Kill Leader", "1264185247" : "Damage Done", "2101929659" : "Headshots", "826585419" : "Finishers", "136530883" : "Revives", "1214691100" : "Wins w/ Full Squad Alive", "299529402" : "Times Placed Top 3", "1264808644" : "Pistol Kills", "1730223930" : "Shotgun Kills", "1800813181" : "SMG Kills", "1250024386" : "AR Kills", "2090889674" : "LMG Kills", "1671951799" : "Sniper Kills", "110496777" : "Care Package Weapon Kills", "1425974192" : "Dome: Damage Blocked", "945064494" : "Bombardment: Kills", "1823896081" : "Gun Shield: Damage Blocked", "1461000011" : "Season 1 Wins", "1378894744" : "Season 1 Kills", "2010610962" : "Season 1 Damage Done", "1082828160" : "Season 2 Wins", "1648116726" : "Season 3 Wins", "1167142317" : "Season 4 Wins", "1076620112" : "Season 5 Wins", "1426953701" : "Season 5 Kills", "698927251" : "Season 6 Wins", "1783091951" : "Season 6 Kills", "1677456416" : "Kills as Gibraltar", "1258539856" : "Wins as Gibraltar", "1545620011" : "Damage Done as Gibraltar", "36990897" : "Season 7 Wins", "1111231217" : "Season 7 Kills", "741509982" : "Season 8 Kills", "691295567" : "Season 8 Wins"} | json_instruct | {"type": "object", "properties": {"345008354": {"type": "string"}, "571134538": {"type": "string"}, "179774829": {"type": "string"}, "1264185247": {"type": "string"}, "2101929659": {"type": "string"}, "826585419": {"type": "string"}, "136530883": {"type": "string"}, "1214691100": {"type": "string"}, "299529402": {"type": "string"}, "1264808644": {"type": "string"}, "1730223930": {"type": "string"}, "1800813181": {"type": "string"}, "1250024386": {"type": "string"}, "2090889674": {"type": "string"}, "1671951799": {"type": "string"}, "110496777": {"type": "string"}, "1425974192": {"type": "string"}, "945064494": {"type": "string"}, "1823896081": {"type": "string"}, "1461000011": {"type": "string"}, "1378894744": {"type": "string"}, "2010610962": {"type": "string"}, "1082828160": {"type": "string"}, "1648116726": {"type": "string"}, "1167142317": {"type": "string"}, "1076620112": {"type": "string"}, "1426953701": {"type": "string"}, "698927251": {"type": "string"}, "1783091951": {"type": "string"}, "1677456416": {"type": "string"}, "1258539856": {"type": "string"}, "1545620011": {"type": "string"}, "36990897": {"type": "string"}, "1111231217": {"type": "string"}, "741509982": {"type": "string"}, "691295567": {"type": "string"}}, "required": ["345008354", "571134538", "179774829", "1264185247", "2101929659", "826585419", "136530883", "1214691100", "299529402", "1264808644", "1730223930", "1800813181", "1250024386", "2090889674", "1671951799", "110496777", "1425974192", "945064494", "1823896081", "1461000011", "1378894744", "2010610962", "1082828160", "1648116726", "1167142317", "1076620112", "1426953701", "698927251", "1783091951", "1677456416", "1258539856", "1545620011", "36990897", "1111231217", "741509982", "691295567"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"category": {"type": "string"}, "equivalent": {"type": "array", "items": {"type": "string"}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {"type": "string"}}, "store": {"type": "array", "items": {"type": "string"}}}, "required": ["manufacturer", "related", "store"]}}, "required": ["category", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : "esc", "equivalent" : ["DYS/Mini-30A"], "manufacturer" : "RCTimer", "name" : "Mini ESC30A", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : ["http://www.rcgroups.com/forums/showthread.php?t=2377027"], "store" : ["http://www.uavobjects.com/product/rctimer-mini-esc30a-opto-blheli-firmwareoneshot125-support-2-6s/"]}} | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "equivalent": {"type": "array", "items": {"type": "string"}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {"type": "string"}}, "store": {"type": "array", "items": {"type": "string"}}}, "required": ["manufacturer", "related", "store"]}}, "required": ["category", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "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" : "0x7c35a5a89d199d11c0fd1b79bf2b38a3ab61dd3b3e6e46186df0a6a21db2e7d2", "parentHash" : "0xf7d9dbd961f25534067d2a0a9abc936bd755f4a3b3b0f414a3460020e50bd66e", "number" : 75723, "timestamp" : 1439408051, "nonce" : "0xea8a7cd3a5aaa6e6", "difficulty" : 2230988469944, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xE81c9A6Ebe623E5d483110e0eaF2b10c769b1212", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "string"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"FIELD1" : 1774, "key" : "Kepler-341_e", "star_name" : "Kepler-341", "planet_letter" : "e", "discovery_method" : "Transit", "pl_pnum" : 4, "orbital_period" : 42.473269, "semi_major" : 0.242, "orbital_eccentricity" : "NA", "star_temp" : 6012, "star_radius" : 1.02, "planet_temp" : "NA", "radius" : 1.99, "discovery_year" : 2014, "light_years" : "NA"}, {"FIELD1" : 1895, "key" : "Kepler-341_d", "star_name" : "Kepler-341", "planet_letter" : "d", "discovery_method" : "Transit", "pl_pnum" : 4, "orbital_period" : 27.666313, "semi_major" : 0.182, "orbital_eccentricity" : "NA", "star_temp" : 6012, "star_radius" : 1.02, "planet_temp" : "NA", "radius" : 1.85, "discovery_year" : 2014, "light_years" : "NA"}, {"FIELD1" : 2035, "key" : "Kepler-341_c", "star_name" : "Kepler-341", "planet_letter" : "c", "discovery_method" : "Transit", "pl_pnum" : 4, "orbital_period" : 8.01041, "semi_major" : 0.08, "orbital_eccentricity" : "NA", "star_temp" : 6012, "star_radius" : 1.02, "planet_temp" : "NA", "radius" : 1.7, "discovery_year" : 2014, "light_years" : "NA"}, {"FIELD1" : 2656, "key" : "Kepler-341_b", "star_name" : "Kepler-341", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 4, "orbital_period" : 5.195528, "semi_major" : 0.06, "orbital_eccentricity" : "NA", "star_temp" : 6012, "star_radius" : 1.02, "planet_temp" : "NA", "radius" : 1.18, "discovery_year" : 2014, "light_years" : "NA"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "string"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$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#"}
| [[1969, 6], [1970, 10], [1971, 8], [1972, 9], [1974, 5], [1975, 8], [1976, 20], [1977, 8], [1978, 9], [1979, 13], [1980, 10], [1981, 7], [1982, 12], [1988, 8]] | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "displayName", "description", "unity", "unityRelease", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.unity.content-manager.test-content-pack-blank", "version" : "0.1.0-update-preview", "displayName" : "Unity Content Manager Test Pack - Update", "description" : "This is a test package stored locally with the Unity Content Manager and used during runtime tests.", "unity" : "2019.3", "unityRelease" : "0f6", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "displayName", "description", "unity", "unityRelease", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"content_form": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "openmrs_entity_parent": {"type": "string"}, "openmrs_entity": {"type": "string"}, "openmrs_entity_id": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "label_text_style": {"type": "string"}, "text_color": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "text": {"type": "string"}, "value": {"type": "boolean"}, "openmrs_entity": {"type": "string"}, "openmrs_entity_id": {"type": "string"}, "openmrs_entity_parent": {"type": "string"}}, "required": ["key", "text", "value", "openmrs_entity", "openmrs_entity_id", "openmrs_entity_parent"]}}}, "required": ["key", "openmrs_entity_parent", "openmrs_entity", "openmrs_entity_id", "type", "label", "label_text_style", "text_color", "options"]}}, "count": {"type": "integer"}, "properties_file_name": {"type": "string"}}, "required": ["content_form", "count", "properties_file_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content_form" : [{"key" : "oedema_type", "openmrs_entity_parent" : "", "openmrs_entity" : "concept", "openmrs_entity_id" : "165292AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "type" : "check_box", "label" : "{{oedema_present_sub_form.step1.oedema_type.label}}", "label_text_style" : "bold", "text_color" : "#000000", "options" : [{"key" : "ankle_oedema", "text" : "{{oedema_present_sub_form.step1.oedema_type.options.ankle_oedema.text}}", "value" : false, "openmrs_entity" : "concept", "openmrs_entity_id" : "155113AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "openmrs_entity_parent" : "460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}, {"key" : "hands_feet_oedema", "text" : "{{oedema_present_sub_form.step1.oedema_type.options.hands_feet_oedema.text}}", "value" : false, "openmrs_entity" : "concept", "openmrs_entity_id" : "165375AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "openmrs_entity_parent" : "460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}, {"key" : "lower_back_oedema", "text" : "{{oedema_present_sub_form.step1.oedema_type.options.lower_back_oedema.text}}", "value" : false, "openmrs_entity" : "concept", "openmrs_entity_id" : "165291AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "openmrs_entity_parent" : "460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}, {"key" : "leg_swelling", "text" : "{{oedema_present_sub_form.step1.oedema_type.options.leg_swelling.text}}", "value" : false, "openmrs_entity" : "concept", "openmrs_entity_id" : "141478AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "openmrs_entity_parent" : "460AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"}]}], "count" : 1, "properties_file_name" : "oedema_present_sub_form"} | json_instruct | {"type": "object", "properties": {"content_form": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "openmrs_entity_parent": {"type": "string"}, "openmrs_entity": {"type": "string"}, "openmrs_entity_id": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "label_text_style": {"type": "string"}, "text_color": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "text": {"type": "string"}, "value": {"type": "boolean"}, "openmrs_entity": {"type": "string"}, "openmrs_entity_id": {"type": "string"}, "openmrs_entity_parent": {"type": "string"}}, "required": ["key", "text", "value", "openmrs_entity", "openmrs_entity_id", "openmrs_entity_parent"]}}}, "required": ["key", "openmrs_entity_parent", "openmrs_entity", "openmrs_entity_id", "type", "label", "label_text_style", "text_color", "options"]}}, "count": {"type": "integer"}, "properties_file_name": {"type": "string"}}, "required": ["content_form", "count", "properties_file_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "var _jsxFileName = \"/home/nikola/github/robots-app/src/components/Card.js\";\nimport React from 'react';\n\nvar Card = function Card(props) {\n var par1 = props.par1,\n par2 = props.par2;\n return React.createElement(\"div\", {\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6\n },\n __self: this\n });\n};\n\nexport default Card;", "map" : {"version" : 3, "sources" : ["/home/nikola/github/robots-app/src/components/Card.js"], "names" : ["React", "Card", "props", "par1", "par2"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,IAAMC,IAAI,GAAG,SAAPA,IAAO,CAACC,KAAD,EAAW;AAAA,MAChBC,IADgB,GACFD,KADE,CAChBC,IADgB;AAAA,MACVC,IADU,GACFF,KADE,CACVE,IADU;AAEvB,SACC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IADD;AAKA,CAPD;;AASA,eAAeH,IAAf", "sourcesContent" : ["import React from 'react';\r\n\r\nconst Card = (props) => {\r\n\tconst {par1, par2} = props;\r\n\treturn (\r\n\t\t<div>\r\n\t\t\t\r\n\t\t</div>\r\n\t)\r\n}\r\n\r\nexport default Card;"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "dev": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["tsc", "dev", "clean", "test", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"pend": {"type": "string"}, "sax": {"type": "string"}}, "required": ["pend", "sax"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/sax": {"type": "string"}, "mocha": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/sax", "mocha", "rimraf", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "files", "scripts", "repository", "author", "license", "bugs", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@eversource/tmx-parser", "version" : "1.6.2", "description" : "parse and load tiled maps", "main" : "lib/index.js", "types" : "lib/main.d.ts", "files" : ["lib"], "scripts" : {"tsc" : "tsc", "dev" : "tsc --watch", "clean" : "rimraf lib", "test" : "mocha --reporter spec test/test.js", "prepublish" : "npm run clean && tsc"}, "repository" : {"type" : "git", "url" : "https://github.com/zoltan-mihalyi/tmx-parser.git"}, "author" : "Andrew Kelley <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/zoltan-mihalyi/tmx-parser/issues"}, "dependencies" : {"pend" : "~1.2.0", "sax" : "~1.1.2"}, "devDependencies" : {"@types/node" : "^10.9.4", "@types/sax" : "^1.0.1", "mocha" : "~2.3.0", "rimraf" : "^2.6.2", "typescript" : "^3.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "dev": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["tsc", "dev", "clean", "test", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"pend": {"type": "string"}, "sax": {"type": "string"}}, "required": ["pend", "sax"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/sax": {"type": "string"}, "mocha": {"type": "string"}, "rimraf": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/sax", "mocha", "rimraf", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "files", "scripts", "repository", "author", "license", "bugs", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "short-breathed", "definition" : "1. Having short-breath, or quick respiration. 2. Having short life."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "prepublish"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}, "sourceMaps": {"type": "string"}}, "required": ["presets", "sourceMaps"]}, "browserslist": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "peerDependencies": {"type": "object", "properties": {"filecoin-api-client": {"type": "string"}, "react": {"type": "string"}}, "required": ["filecoin-api-client", "react"]}}, "required": ["name", "version", "description", "main", "module", "type", "scripts", "keywords", "author", "license", "devDependencies", "babel", "browserslist", "repository", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@filecoin-shipyard/use-filecoin-head", "version" : "0.0.10", "description" : "React hook to query head blocks and chain height via Filecoin API", "main" : "dist/useFilecoinHead.js", "module" : "./useFilecoinHead.js", "type" : "module", "scripts" : {"build" : "babel *.js --out-dir ./dist", "prepublish" : "npm run build"}, "keywords" : [], "author" : "Jim Pick (@jimpick)", "license" : "MIT", "devDependencies" : {"@babel/cli" : "^7.6.0", "@babel/core" : "^7.6.0", "@babel/preset-env" : "^7.6.0", "@babel/preset-react" : "^7.0.0"}, "babel" : {"presets" : ["@babel/preset-env", "@babel/preset-react"], "sourceMaps" : "inline"}, "browserslist" : "node 10", "repository" : {"type" : "git", "url" : "git+https://github.com/filecoin-shipyard/use-filecoin-head.git"}, "peerDependencies" : {"filecoin-api-client" : "^0.5.1", "react" : "^16.8.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "prepublish"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/preset-react"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}, "sourceMaps": {"type": "string"}}, "required": ["presets", "sourceMaps"]}, "browserslist": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "peerDependencies": {"type": "object", "properties": {"filecoin-api-client": {"type": "string"}, "react": {"type": "string"}}, "required": ["filecoin-api-client", "react"]}}, "required": ["name", "version", "description", "main", "module", "type", "scripts", "keywords", "author", "license", "devDependencies", "babel", "browserslist", "repository", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"website": {"type": "string"}, "published_on": {"type": "string"}, "links": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}, "github": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["telegram", "twitter", "github", "facebook"]}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "symbol": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}, "USD": {"type": "string"}, "BTC": {"type": "string"}}, "required": ["ETH", "USD", "BTC"]}, "whitepaper": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}}, "required": ["website", "published_on", "links", "overview", "symbol", "initial_price", "whitepaper", "address", "email"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"website" : "https://eos.io/", "published_on" : "2017-06-26", "links" : {"telegram" : "https://t.me/joinchat/AAAAAEQbOeucnaMWN0A9dQ", "twitter" : "https://twitter.com/eos_io", "github" : "https://github.com/eosio", "facebook" : "https://www.facebook.com/eosblockchain"}, "overview" : {"en" : "Infrastructure for Decentralized Applications.", "zh" : "EOS \u662f\u57fa\u4e8e\u533a\u5757\u94fe\u7684\u667a\u80fd\u5408\u7ea6\u5e73\u53f0\uff0c\u81f4\u529b\u4e8e\u5b9e\u73b0\u53ef\u652f\u6491\u9ad8\u6027\u80fd\u5206\u5e03\u5f0f\u5e94\u7528\u7684\u533a\u5757\u94fe\u67b6\u6784\u3002"}, "symbol" : "EOS", "initial_price" : {"ETH" : "0.00327 ETH", "USD" : "0.99 USD", "BTC" : "0.00036526 BTC"}, "whitepaper" : "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md", "address" : "0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0", "email" : "[email protected]"} | json_instruct | {"type": "object", "properties": {"website": {"type": "string"}, "published_on": {"type": "string"}, "links": {"type": "object", "properties": {"telegram": {"type": "string"}, "twitter": {"type": "string"}, "github": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["telegram", "twitter", "github", "facebook"]}, "overview": {"type": "object", "properties": {"en": {"type": "string"}, "zh": {"type": "string"}}, "required": ["en", "zh"]}, "symbol": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}, "USD": {"type": "string"}, "BTC": {"type": "string"}}, "required": ["ETH", "USD", "BTC"]}, "whitepaper": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}}, "required": ["website", "published_on", "links", "overview", "symbol", "initial_price", "whitepaper", "address", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "V\u00e9traz-Monthoux", "circ" : "4\u00e8me circonscription", "dpt" : "Haute-Savoie", "inscrits" : 4969, "abs" : 2930, "votants" : 2039, "blancs" : 76, "nuls" : 15, "exp" : 1948, "res" : [{"nuance" : "LR", "nom" : "Mme Virginie DUBY-MULLER", "voix" : 1115}, {"nuance" : "REM", "nom" : "Mme Laura DEVIN", "voix" : 833}]} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See csubrg on Metamath](http://us.metamath.org/mpegif/csubrg.html)"}], "definition" : "class SubRing", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_csubrg"], "metaLanguage" : "METAMATH", "phrase" : "SubRing", "remarks" : " Extend class notation with all subrings of a ring. \n\n---\n\nThis syntax is primitive. The first axiom using it is #P_df-subrg.\n\n---"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "definition": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "phrase": {"type": "string"}, "remarks": {"type": "string"}}, "required": ["citations", "definition", "language", "lookupTerms", "metaLanguage", "phrase", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"isAbstract": {"type": "string"}}, "required": ["isAbstract"]}, "instance": {"type": "object", "properties": {"renderButtonOn:": {"type": "string"}, "renderInputOn:": {"type": "string"}}, "required": ["renderButtonOn:", "renderInputOn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"isAbstract" : "pmm 10/22/2006 07:57"}, "instance" : {"renderButtonOn:" : "lr 9/21/2008 10:06", "renderInputOn:" : "lr 9/21/2008 10:05"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"isAbstract": {"type": "string"}}, "required": ["isAbstract"]}, "instance": {"type": "object", "properties": {"renderButtonOn:": {"type": "string"}, "renderInputOn:": {"type": "string"}}, "required": ["renderButtonOn:", "renderInputOn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "./virtual_environments/env/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "#\u6297\u6218\u88c5\u5907#\u7f8e\u56fd\u6d1b\u514b\u5e0c\u5fb7P-38/F-5\u578b\u4fa6\u5bdf\u673a\uff08\u56db\uff09\uff1a1940\u5e74\u8d77\u91cf\u4ea7\u578b\u53f7\u4e3aP-38F\u578b\uff0c\u6362\u88c5\u66f4\u5f3a\u52a8\u529b\u53d1\u52a8\u673a\uff0c\u673a\u7ffc\u53ef\u6302\u8f7d2000\u78c5\u70b8\u5f39/\u9c7c\u96f7\uff0c\u6216\u53ef\u62cb\u5f0f\u526f\u6cb9\u7bb1\uff0c\u6700\u5927\u822a\u7a0b\u589e\u81f31750\u516c\u91cc\uff0c\u540e\u671f\u6279\u6b21\u88c5\u6709\u65b0\u5f0f\u895f\u7ffc\u3002\u867d\u7136P-38\u5728\u6b27\u6d32\u6218\u573a\u4e0a\u4e0d\u5982\u5fb7\u5236\u5355\u53d1\u6218\u6597\u673a\u7075\u6d3b\uff0c\u4f46\u5728\u5317\u975e\u548c\u592a\u5e73\u6d0b\u6218\u573a\u53d1\u6325\u51fa\u722c\u5347\u5feb\u548c\u5bf9\u5730\u653b\u51fb\u706b\u529b\u5f3a\u7684\u4f18\u52bf\u3002 ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 4174650126215350, "bid" : "FvjZqq4TA", "article_url" : "", "pics" : "https://wx2.sinaimg.cn/large/aca367d8ly1fljp21o3h5j20hk0p4gqj.jpg", "video_url" : "", "location" : "", "created_at" : "2017-11-16", "source" : "\u76ae\u76ae\u65f6\u5149\u673a", "attitudes_count" : 3, "comments_count" : 0, "reposts_count" : 2, "topics" : "\u6297\u6218\u88c5\u5907", "at_users" : "", "history_date" : "1942\u5e7411\u670816\u65e5", "type" : 0} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nunjucks-slim.js": {"type": "string"}, "nunjucks-slim.min.js": {"type": "string"}, "nunjucks.js": {"type": "string"}, "nunjucks.min.js": {"type": "string"}}, "required": ["nunjucks-slim.js", "nunjucks-slim.min.js", "nunjucks.js", "nunjucks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nunjucks-slim.js" : "sha512-7uuqxwuDPpRchyEYVJO/YEgArBfJeIcHNR7nD8JH5S7ejxQwxmz7de5MuoHO8uIy1j1iU7QA8+YaENH4ddpSsQ==", "nunjucks-slim.min.js" : "sha512-p/Tsg+Zj3miBHT3+1YgOaIIDtb/0H/d0K5+CHjC6uWpAWmYtvgfiRnQCHROI6Pcm4LGFqttT77zvXcg5pGPsAg==", "nunjucks.js" : "sha512-SxIBBqDrumZDEJAv7kS0dgGRflmgMetLoaN3xvJlFDcjvSA0xoLq2LWH59rOE4vaMgnvM5Pvhj8Y44eG24Icbg==", "nunjucks.min.js" : "sha512-QA60ztbbh/QKbnnk5CoZ5fQTXMG74BYwlWb6SKlTrvblZcKa9a3K0GkItdibYqwPkluZ87LTGcvqorTSWDfBog=="} | json_instruct | {"type": "object", "properties": {"nunjucks-slim.js": {"type": "string"}, "nunjucks-slim.min.js": {"type": "string"}, "nunjucks.js": {"type": "string"}, "nunjucks.min.js": {"type": "string"}}, "required": ["nunjucks-slim.js", "nunjucks-slim.min.js", "nunjucks.js", "nunjucks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "QmVkiF7NNfphqq6YCDFXy7yPJ2r2EyhbyM4Q3xMphLLXNu", "title" : "TEST2", "body" : "TEST12", "choices" : ["1", "2", "3"], "start" : 1627552800, "end" : 1627556400, "snapshot" : "26441672", "state" : "closed", "author" : "0xfBBfe572ca1Bfa87F641b4474B94497979361688", "space" : {"id" : "ikram.eth", "name" : "Ikram"}, "votes" : 1, "votes_data" : [{"id" : "Qmd4EvnuFpmv12MPTfKg1cjZ53y1qevEBCfsQQQ9pNLG1o", "voter" : "0xfBBfe572ca1Bfa87F641b4474B94497979361688", "created" : 1627553180, "choice" : 1, "space" : {"id" : "ikram.eth"}}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "betterend:block/sulphuric_rock_polished"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"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#"}
| {"place_name" : "Bourbon", "state_name" : "Missouri", "state_abbrv" : "MO", "lat" : "38.172", "long" : "-91.2225"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [12.0, 8.0, 8.0, 15.0, 13.0, 11.0, 12.0, 16.0, 27.0, 12.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coveralls": {"type": "string"}, "coverage": {"type": "string"}, "annotate": {"type": "string"}}, "required": ["test", "coveralls", "coverage", "annotate"]}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "chai": {"type": "string"}, "coveralls": {"type": "string"}, "lab": {"type": "string"}, "memorystream": {"type": "string"}, "mocha": {"type": "string"}, "pino": {"type": "string"}, "seneca": {"type": "string"}}, "required": ["app-root-path", "chai", "coveralls", "lab", "memorystream", "mocha", "pino", "seneca"]}, "peerDependencies": {"type": "object", "properties": {"pino": {"type": "string"}, "seneca": {"type": "string"}}, "required": ["pino", "seneca"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "seneca-pino-adapter", "version" : "0.1.4", "description" : "A Pino log adapter for the Seneca framework.", "main" : "index.js", "scripts" : {"test" : "lab -v -P test -L -t 90", "coveralls" : "lab -r lcov | ./node_modules/.bin/coveralls", "coverage" : "lab -v -P test -L -t 80 -r html > doc/coverage.html", "annotate" : "docco index.js -o doc/annotated"}, "repository" : {"type" : "git", "url" : "git+https://github.com/blueshirts/seneca-pino-adapter.git"}, "keywords" : ["seneca", "pino", "node", "microservice", "logger", "custuom"], "author" : "Anthony Milano", "license" : "ISC", "bugs" : {"url" : "https://github.com/blueshirts/seneca-pino-adapter/issues"}, "homepage" : "https://github.com/blueshirts/seneca-pino-adapter#readme", "engines" : {"node" : ">=6.0.0"}, "dependencies" : {}, "devDependencies" : {"app-root-path" : "^2.x", "chai" : "^4.0.0", "coveralls" : "^2.13.x", "lab" : "^13.1.x", "memorystream" : "*", "mocha" : "^3.2.0", "pino" : "^3.0.x", "seneca" : "^3.3.x"}, "peerDependencies" : {"pino" : ">= 3.0.x", "seneca" : ">= 3.x"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coveralls": {"type": "string"}, "coverage": {"type": "string"}, "annotate": {"type": "string"}}, "required": ["test", "coveralls", "coverage", "annotate"]}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"app-root-path": {"type": "string"}, "chai": {"type": "string"}, "coveralls": {"type": "string"}, "lab": {"type": "string"}, "memorystream": {"type": "string"}, "mocha": {"type": "string"}, "pino": {"type": "string"}, "seneca": {"type": "string"}}, "required": ["app-root-path", "chai", "coveralls", "lab", "memorystream", "mocha", "pino", "seneca"]}, "peerDependencies": {"type": "object", "properties": {"pino": {"type": "string"}, "seneca": {"type": "string"}}, "required": ["pino", "seneca"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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/draft-07/schema#"}
| [{"year" : 1997, "sex" : "M", "n" : 5, "prop" : 2.5e-06}, {"year" : 2001, "sex" : "M", "n" : 14, "prop" : 6.77e-06}, {"year" : 2002, "sex" : "M", "n" : 14, "prop" : 6.78e-06}, {"year" : 2003, "sex" : "M", "n" : 8, "prop" : 3.81e-06}, {"year" : 2004, "sex" : "M", "n" : 6, "prop" : 2.84e-06}, {"year" : 2008, "sex" : "M", "n" : 6, "prop" : 2.75e-06}, {"year" : 2009, "sex" : "M", "n" : 5, "prop" : 2.36e-06}, {"year" : 2010, "sex" : "M", "n" : 8, "prop" : 3.9e-06}, {"year" : 2011, "sex" : "M", "n" : 5, "prop" : 2.46e-06}, {"year" : 2014, "sex" : "M", "n" : 6, "prop" : 2.93e-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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "party": {"type": "string"}, "name": {"type": "string"}, "hasEmail": {"type": "boolean"}}, "required": ["id", "city", "region", "party", "name", "hasEmail"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "100137573", "city" : {"code" : 4400, "name" : "\ucda9\uccad\ub0a8\ub3c4"}, "region" : {"code" : "2440202", "name" : "\uacf5\uc8fc\uc2dc\ubd80\uc5ec\uad70\uccad\uc591\uad70"}, "party" : "\ubbfc\uc0dd\ub2f9", "name" : "\uc804\ud64d\uae30", "hasEmail" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "city": {"type": "object", "properties": {"code": {"type": "integer"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "region": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "name"]}, "party": {"type": "string"}, "name": {"type": "string"}, "hasEmail": {"type": "boolean"}}, "required": ["id", "city", "region", "party", "name", "hasEmail"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"additionalPersonalInfo": {"type": "object", "properties": {"alsoKnownAs": {"type": "string"}, "birthDate": {"type": "string"}}, "required": ["alsoKnownAs", "birthDate"]}, "address": {"type": "string"}, "assignedGroup": {"type": "string"}, "businessName": {"type": "string"}, "category": {"type": "string"}, "categoryid": {"type": "integer"}, "city": {"type": "string"}, "currentState": {"type": "string"}, "deliveryMode": {"type": "string"}, "deliverymodeid": {"type": "integer"}, "description": {"type": "string"}, "dueDate": {"type": "string"}, "cfrDueDate": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "fromDate": {"type": "string"}, "lastName": {"type": "string"}, "middleName": {"type": "string"}, "phonePrimary": {"type": "string"}, "postal": {"type": "string"}, "programareaid": {"type": "integer"}, "receivedDate": {"type": "string"}, "receivedDateUF": {"type": "string"}, "receivedMode": {"type": "string"}, "receivedmodeid": {"type": "integer"}, "requestProcessStart": {"type": "string"}, "requestType": {"type": "string"}, "requeststatusid": {"type": "integer"}, "selectedMinistries": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "selected": {"type": "string"}}, "required": ["code", "name", "selected"]}}, "toDate": {"type": "string"}}, "required": ["additionalPersonalInfo", "address", "assignedGroup", "businessName", "category", "categoryid", "city", "currentState", "deliveryMode", "deliverymodeid", "description", "dueDate", "cfrDueDate", "email", "firstName", "fromDate", "lastName", "middleName", "phonePrimary", "postal", "programareaid", "receivedDate", "receivedDateUF", "receivedMode", "receivedmodeid", "requestProcessStart", "requestType", "requeststatusid", "selectedMinistries", "toDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"additionalPersonalInfo" : {"alsoKnownAs" : "", "birthDate" : ""}, "address" : "4801", "assignedGroup" : "Flex Team", "businessName" : "", "category" : "Business", "categoryid" : 1, "city" : "Victoria", "currentState" : "Open", "deliveryMode" : "Secure File Transfer", "deliverymodeid" : 1, "description" : "test", "dueDate" : "2021-10-04", "cfrDueDate" : "2021-09-29", "email" : "[email protected]", "firstName" : "Sumathi", "fromDate" : "", "lastName" : "Thirumani", "middleName" : "", "phonePrimary" : "7787009903", "postal" : "V8Y 2J", "programareaid" : 10, "receivedDate" : "2021 Aug, 01", "receivedDateUF" : "2021-08-01 00:00:00.000000", "receivedMode" : "Email", "receivedmodeid" : 1, "requestProcessStart" : "2021-08-20", "requestType" : "general", "requeststatusid" : 1, "selectedMinistries" : [{"code" : "FLNR", "name" : "Ministry of Forests, Lands, Natural Resource Operations and Rural Development", "selected" : "true"}], "toDate" : ""} | json_instruct | {"type": "object", "properties": {"additionalPersonalInfo": {"type": "object", "properties": {"alsoKnownAs": {"type": "string"}, "birthDate": {"type": "string"}}, "required": ["alsoKnownAs", "birthDate"]}, "address": {"type": "string"}, "assignedGroup": {"type": "string"}, "businessName": {"type": "string"}, "category": {"type": "string"}, "categoryid": {"type": "integer"}, "city": {"type": "string"}, "currentState": {"type": "string"}, "deliveryMode": {"type": "string"}, "deliverymodeid": {"type": "integer"}, "description": {"type": "string"}, "dueDate": {"type": "string"}, "cfrDueDate": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "fromDate": {"type": "string"}, "lastName": {"type": "string"}, "middleName": {"type": "string"}, "phonePrimary": {"type": "string"}, "postal": {"type": "string"}, "programareaid": {"type": "integer"}, "receivedDate": {"type": "string"}, "receivedDateUF": {"type": "string"}, "receivedMode": {"type": "string"}, "receivedmodeid": {"type": "integer"}, "requestProcessStart": {"type": "string"}, "requestType": {"type": "string"}, "requeststatusid": {"type": "integer"}, "selectedMinistries": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "selected": {"type": "string"}}, "required": ["code", "name", "selected"]}}, "toDate": {"type": "string"}}, "required": ["additionalPersonalInfo", "address", "assignedGroup", "businessName", "category", "categoryid", "city", "currentState", "deliveryMode", "deliverymodeid", "description", "dueDate", "cfrDueDate", "email", "firstName", "fromDate", "lastName", "middleName", "phonePrimary", "postal", "programareaid", "receivedDate", "receivedDateUF", "receivedMode", "receivedmodeid", "requestProcessStart", "requestType", "requeststatusid", "selectedMinistries", "toDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE-APACHE": {"type": "string"}, "LICENSE-MIT": {"type": "string"}, "README.md": {"type": "string"}, "build.rs": {"type": "string"}, "src/dlmalloc.c": {"type": "string"}, "src/dlmalloc.rs": {"type": "string"}, "src/global.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/linux.rs": {"type": "string"}, "src/macos.rs": {"type": "string"}, "src/sgx.rs": {"type": "string"}, "src/wasm.rs": {"type": "string"}, "tests/global.rs": {"type": "string"}, "tests/smoke.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "build.rs", "src/dlmalloc.c", "src/dlmalloc.rs", "src/global.rs", "src/lib.rs", "src/linux.rs", "src/macos.rs", "src/sgx.rs", "src/wasm.rs", "tests/global.rs", "tests/smoke.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"Cargo.toml" : "28e8003d323b43e4bd2a6b06e7fe46eccfd42fc8e2875c66cf1045c6ca08ad6c", "LICENSE-APACHE" : "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2", "LICENSE-MIT" : "378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397", "README.md" : "1254fa0070d261271be3c8b961ff60916254b48bedcef3081bbb1ed5ec770e27", "build.rs" : "1423186016b6fecf4dc2c3a7d506face8f644ec9c3dda035fe485d25a7e6a02d", "src/dlmalloc.c" : "103602c3fcbe200d5e257cdd7353d84bcc033d887bea3b245321319bf5401f47", "src/dlmalloc.rs" : "0d085d6e3ae97cd439f4fd7d9148ba1dabddafbfe4d9fce01db388d528b4b8cf", "src/global.rs" : "20767b94239a0793e1f1bd5c8f3459f5a60359d1b194ae556830410aa4ca033b", "src/lib.rs" : "41635b47adaf71e9c7321f5d887551c648f036853aa469b7d091a1c41eafba91", "src/linux.rs" : "cbfbd7f03438c4f067442f8235fd8e1f9be83757c81f0da3aa08cfa89dc2226b", "src/macos.rs" : "02386cdd275a5cd80fe2762c1b55d14833e963b35ecbc9b307acc670a80c4c35", "src/sgx.rs" : "f9681323c1948ff904aea649e326a4535ecec259867f85ce5372d2eae40f04b3", "src/wasm.rs" : "791db4d4dd82bcc7a6e75e2d61db46f35564c14b5254c88ed626db3dafb96392", "tests/global.rs" : "6856894eb79abb643e3fb6cac9b71470c2f827be1dd363539053c3dcb84fd6de", "tests/smoke.rs" : "baa0206f2d8d7756f15b5cb171d4a7ab3c16ca6a3dd979a5b0faeba0cdcbe732"}, "package" : "4c46c65de42b063004b31c67a98abe071089b289ff0919c660ed7ff4f59317f8"} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE-APACHE": {"type": "string"}, "LICENSE-MIT": {"type": "string"}, "README.md": {"type": "string"}, "build.rs": {"type": "string"}, "src/dlmalloc.c": {"type": "string"}, "src/dlmalloc.rs": {"type": "string"}, "src/global.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/linux.rs": {"type": "string"}, "src/macos.rs": {"type": "string"}, "src/sgx.rs": {"type": "string"}, "src/wasm.rs": {"type": "string"}, "tests/global.rs": {"type": "string"}, "tests/smoke.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "build.rs", "src/dlmalloc.c", "src/dlmalloc.rs", "src/global.rs", "src/lib.rs", "src/linux.rs", "src/macos.rs", "src/sgx.rs", "src/wasm.rs", "tests/global.rs", "tests/smoke.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}, "numeric": {"type": "boolean"}, "rank": {"type": "integer"}}, "required": ["name", "key", "numeric", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "predicate_index", "key" : "predicate_index", "numeric" : true, "rank" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}, "numeric": {"type": "boolean"}, "rank": {"type": "integer"}}, "required": ["name", "key", "numeric", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "pisciculturist", "definition" : "One who breeds fish."} | 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": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "August-Benninghaus-Schule\n- Oberschule -", "id" : "NI-62522-2", "address" : "Am Kattenboll 10, 49577\u00a0Ankum", "school_type" : "Oberschule", "phone" : "05462 7403-0", "full_time_school" : true, "email" : "[email protected]", "programs" : {"programs" : []}, "state" : "NI", "lon" : 7.885279, "lat" : 52.546146} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "a917ce3212dd79bbb965", "c" : {"app" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"changepoint" : "2021-03-10", "country" : {"code" : "SAU", "group" : "ar", "name" : "Saudi Arabia"}, "topics" : [{"diff" : 4685.0, "topic" : "Caucasus"}, {"diff" : 4652.0, "topic" : "Russian culture"}, {"diff" : 4586.0, "topic" : "Kosovan culture"}, {"diff" : 2328.0, "topic" : "Islamic belief"}, {"diff" : 2251.0, "topic" : "Doctrine"}, {"diff" : 2128.0, "topic" : "Arabic languages"}, {"diff" : 1764.0, "topic" : "Turkey"}, {"diff" : 1731.0, "topic" : "Solid state engineering"}, {"diff" : 1722.0, "topic" : "Condensed matter physics"}, {"diff" : 1689.0, "topic" : "Thermodynamics"}, {"diff" : 1582.0, "topic" : "Syria"}, {"diff" : 1560.0, "topic" : "Energy sources"}, {"diff" : 1318.0, "topic" : "Russia"}, {"diff" : 1249.0, "topic" : "Middle eastern culture"}, {"diff" : 1208.0, "topic" : "Cambrian geology"}, {"diff" : 1165.0, "topic" : "Federalism"}, {"diff" : 1147.0, "topic" : "Space technology"}, {"diff" : 1133.0, "topic" : "Taxonomy (biology)"}, {"diff" : 1127.0, "topic" : "Festivals"}, {"diff" : 1053.0, "topic" : "Supranational unions"}]} | json_instruct | {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "fc45938a-b75a-4848-8d26-c8561958931f", "data" : [{"text" : "I have no time", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "d7853430-3fef-4018-a64a-1b06d55a5299", "data" : [{"text" : "I'm overloaded", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "98ea93c3-4670-4d39-a1a3-121b98ffdeeb", "data" : [{"text" : "I'm busy", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "7f7eeefc-4e92-413e-b9a7-f28325e8ceca", "data" : [{"text" : "I got things to do", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "e1683a67-ffc6-4886-9254-e4a0f72b3a13", "data" : [{"text" : "I got work to do", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "b1832d48-a242-49c0-bd78-66dabd755b1b", "data" : [{"text" : "I'm working", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "60ad7c24-1ff7-4bfc-ba87-39ab20dc76d6", "data" : [{"text" : "how busy I am", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "29c10212-a314-4cb5-b6fd-6b59c0519d69", "data" : [{"text" : "I don't have time for this", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}, {"id" : "6f06f108-74c9-4d1e-912d-378615e267a3", "data" : [{"text" : "I'm swamped", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "integer"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"facebook/php-sdk-v4": {"type": "string"}}, "required": ["facebook/php-sdk-v4"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Olousouzian\\AkitaBundle": {"type": "string"}}, "required": ["Olousouzian\\AkitaBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["name", "description", "type", "authors", "keywords", "license", "require", "autoload", "target-dir", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "olousouzian/akitabundle", "description" : "Symfony 2.X bundle for easy crawling Facebook page", "type" : "symfony-bundle", "authors" : [{"name" : "Fabien Olousouzian", "email" : "[email protected]"}], "keywords" : ["akita", "bundle", "crawler", "facebook", "easy", "symfony"], "license" : ["MIT"], "require" : {"facebook/php-sdk-v4" : "~5.0"}, "autoload" : {"psr-0" : {"Olousouzian\\AkitaBundle" : ""}}, "target-dir" : "Olousouzian/AkitaBundle", "repositories" : [{}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"facebook/php-sdk-v4": {"type": "string"}}, "required": ["facebook/php-sdk-v4"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Olousouzian\\AkitaBundle": {"type": "string"}}, "required": ["Olousouzian\\AkitaBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}}, "required": ["name", "description", "type", "authors", "keywords", "license", "require", "autoload", "target-dir", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "balloonist", "definition" : "An a\u00ebronaut."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "configuration": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "properties"]}}, "required": ["$schema", "name", "summary", "description", "version", "configuration"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://apicast.io/policy-v1/schema#manifest#", "name" : "Header Modification Custom Policy", "summary" : "This policy enables 3scale to fetch the response headers.", "description" : "This policy enables 3scale to fetch the response headers.", "version" : "0.1", "configuration" : {"type" : "object", "properties" : {}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "configuration": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "properties"]}}, "required": ["$schema", "name", "summary", "description", "version", "configuration"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "balance": {"type": "integer"}, "transactions": {"type": "array", "items": {}}, "date_modified": {"type": "string"}, "login_status": {"type": "boolean"}}, "required": ["username", "password", "balance", "transactions", "date_modified", "login_status"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"username" : "olawale", "password" : "oladapo", "balance" : 0, "transactions" : [], "date_modified" : "2021-12-04T07:08:08.4371694+01:00", "login_status" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "balance": {"type": "integer"}, "transactions": {"type": "array", "items": {}}, "date_modified": {"type": "string"}, "login_status": {"type": "boolean"}}, "required": ["username", "password", "balance", "transactions", "date_modified", "login_status"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import React, { PureComponent } from 'react';\nexport default function createTabBarItemIOSComponent(IconNamePropType, getImageSource) {\n return class TabBarItemIOS extends PureComponent {\n render() {\n return null;\n }\n\n };\n}", "map" : {"version" : 3, "sources" : ["/Users/phakawat/Desktop/drowsy-mobile-app/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/lib/tab-bar-item-ios.web.js"], "names" : ["React", "PureComponent", "createTabBarItemIOSComponent", "IconNamePropType", "getImageSource", "TabBarItemIOS", "render"], "mappings" : "AACA,OAAOA,KAAP,IAAgBC,aAAhB,QAAqC,OAArC;AAEA,eAAe,SAASC,4BAAT,CAAsCC,gBAAtC,EAAwDC,cAAxD,EAAwE;AACrF,SAAO,MAAMC,aAAN,SAA4BJ,aAA5B,CAA0C;AAC/CK,IAAAA,MAAM,GAAG;AACP,aAAO,IAAP;AACD;;AAH8C,GAAjD;AAKD", "sourcesContent" : ["/* eslint-disable react/no-unused-prop-types */\nimport React, { PureComponent } from 'react';\n\nexport default function createTabBarItemIOSComponent(IconNamePropType, getImageSource) {\n return class TabBarItemIOS extends PureComponent {\n render() {\n return null;\n }\n };\n}\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"thag3.14:0.1": {"type": "string"}, "thag3.14:0.2": {"type": "string"}, "thag3.14:0.3": {"type": "string"}, "thag3.14:0.4": {"type": "string"}, "thag3.14:1.1": {"type": "string"}, "thag3.14:1.2": {"type": "string"}, "thag3.14:1.3": {"type": "string"}, "thag3.14:1.4": {"type": "string"}, "thag3.14:2.1": {"type": "string"}, "thag3.14:2.2": {"type": "string"}, "thag3.14:2.3": {"type": "string"}, "thag3.14:2.4": {"type": "string"}, "thag3.14:3.1": {"type": "string"}, "thag3.14:3.2": {"type": "string"}, "thag3.14:3.3": {"type": "string"}, "thag3.14:3.4": {"type": "string"}, "thag3.14:3.5": {"type": "string"}}, "required": ["thag3.14:0.1", "thag3.14:0.2", "thag3.14:0.3", "thag3.14:0.4", "thag3.14:1.1", "thag3.14:1.2", "thag3.14:1.3", "thag3.14:1.4", "thag3.14:2.1", "thag3.14:2.2", "thag3.14:2.3", "thag3.14:2.4", "thag3.14:3.1", "thag3.14:3.2", "thag3.14:3.3", "thag3.14:3.4", "thag3.14:3.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"thag3.14:0.1" : "Therag\u0101th\u0101", "thag3.14:0.2" : "Tikanip\u0101ta", "thag3.14:0.3" : "Pa\u1e6dhamavagga", "thag3.14:0.4" : "3.14. Gotamattherag\u0101th\u0101", "thag3.14:1.1" : "\u201cSa\u1e41sara\u1e41 hi niraya\u1e41 agacchissa\u1e41,", "thag3.14:1.2" : "Petalokamagama\u1e41 punappuna\u1e41;", "thag3.14:1.3" : "Dukkhamamhipi tiracch\u0101nayoniya\u1e41,", "thag3.14:1.4" : "Nekadh\u0101 hi vusita\u1e41 cira\u1e41 may\u0101.", "thag3.14:2.1" : "M\u0101nusopi ca bhavobhir\u0101dhito,", "thag3.14:2.2" : "Saggak\u0101yamagama\u1e41 saki\u1e41 saki\u1e41;", "thag3.14:2.3" : "R\u016bpadh\u0101tusu ar\u016bpadh\u0101tusu,", "thag3.14:2.4" : "Nevasa\u00f1\u00f1isu asa\u00f1\u00f1isu\u1e6d\u1e6dhita\u1e41.", "thag3.14:3.1" : "Sambhav\u0101 suvidit\u0101 as\u0101rak\u0101,", "thag3.14:3.2" : "Sa\u1e45khat\u0101 pacalit\u0101 saderit\u0101;", "thag3.14:3.3" : "Ta\u1e41 viditv\u0101 mahamattasambhava\u1e41,", "thag3.14:3.4" : "Santimeva satim\u0101 samajjhagan\u201dti.", "thag3.14:3.5" : "\u2026 Gotamo thero \u2026."} | json_instruct | {"type": "object", "properties": {"thag3.14:0.1": {"type": "string"}, "thag3.14:0.2": {"type": "string"}, "thag3.14:0.3": {"type": "string"}, "thag3.14:0.4": {"type": "string"}, "thag3.14:1.1": {"type": "string"}, "thag3.14:1.2": {"type": "string"}, "thag3.14:1.3": {"type": "string"}, "thag3.14:1.4": {"type": "string"}, "thag3.14:2.1": {"type": "string"}, "thag3.14:2.2": {"type": "string"}, "thag3.14:2.3": {"type": "string"}, "thag3.14:2.4": {"type": "string"}, "thag3.14:3.1": {"type": "string"}, "thag3.14:3.2": {"type": "string"}, "thag3.14:3.3": {"type": "string"}, "thag3.14:3.4": {"type": "string"}, "thag3.14:3.5": {"type": "string"}}, "required": ["thag3.14:0.1", "thag3.14:0.2", "thag3.14:0.3", "thag3.14:0.4", "thag3.14:1.1", "thag3.14:1.2", "thag3.14:1.3", "thag3.14:1.4", "thag3.14:2.1", "thag3.14:2.2", "thag3.14:2.3", "thag3.14:2.4", "thag3.14:3.1", "thag3.14:3.2", "thag3.14:3.3", "thag3.14:3.4", "thag3.14:3.5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 195494, "node" : [{"id" : 148824, "name" : "\u304a\u306f\u3088\u3046\u3068\u304a\u3084\u3059\u307f\u3068\u305d\u306e\u3042\u3068\u306b", "image" : "//lain.bgm.tv/pic/cover/m/30/cb/148824_O8gJ2.jpg", "date" : "2014-10-15"}, {"id" : 195494, "name" : "\u304a\u306f\u3088\u3046\u3068\u304a\u3084\u3059\u307f\u3068\u305d\u306e\u3042\u3068\u306b p.s.", "image" : "//lain.bgm.tv/pic/cover/m/ca/01/195494_jp.jpg", "date" : "2016-11-17"}, {"id" : 233795, "name" : "\u304a\u306f\u3088\u3046\u3068\u304a\u3084\u3059\u307f\u3068\u305d\u306e\u3042\u3068\u306b Dear", "image" : "//lain.bgm.tv/pic/cover/m/c0/21/233795_EOSIW.jpg", "date" : "2018-01-17"}], "relate" : [{"relate" : "\u756a\u5916\u7bc7", "src" : 148824, "dst" : 195494}, {"relate" : "\u4e3b\u7ebf\u6545\u4e8b", "src" : 195494, "dst" : 148824}, {"relate" : "\u4e3b\u7ebf\u6545\u4e8b", "src" : 233795, "dst" : 148824}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$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" : [[[-84.172821, 34.198822], [-84.16854, 34.20087], [-84.160316, 34.200218], [-84.156773, 34.200813], [-84.153259, 34.200042], [-84.148994, 34.202434], [-84.1473, 34.202072], [-84.144134, 34.206348], [-84.140449, 34.206089], [-84.140312, 34.207073], [-84.130836, 34.206428], [-84.126327, 34.208869], [-84.122739, 34.209361], [-84.123685, 34.205608], [-84.127295, 34.198285], [-84.131784, 34.193777], [-84.13852, 34.183614], [-84.141018, 34.185734], [-84.141457, 34.187887], [-84.144966, 34.186393], [-84.147392, 34.181659], [-84.150054, 34.180233], [-84.153495, 34.17974], [-84.154815, 34.182434], [-84.156845, 34.183506], [-84.160491, 34.187656], [-84.165763, 34.189422], [-84.172821, 34.198822]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 19037}}]} | 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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "matronize", "definition" : "1. To make a matron of; to make matronlike. Childbed matronizes the giddiest spirits. Richardson. 2. To act the part of a marton toward; to superintend; to chaperone; as, to matronize an assembly."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"maxLength": {"type": "integer"}, "actualLength": {"type": "integer"}}, "required": ["maxLength", "actualLength"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"maxLength" : 80, "actualLength" : 81} | json_instruct | {"type": "object", "properties": {"maxLength": {"type": "integer"}, "actualLength": {"type": "integer"}}, "required": ["maxLength", "actualLength"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["751326", "751329"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-flash": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-ejs-layouts": {"type": "string"}, "express-paginate": {"type": "string"}, "express-session": {"type": "string"}, "express-validator": {"type": "string"}, "jade": {"type": "string"}, "moment": {"type": "string"}, "mongodb-uri": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "mssql": {"type": "string"}, "nodemailer": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}, "tedious": {"type": "string"}}, "required": ["body-parser", "connect-flash", "cookie-parser", "cors", "dotenv", "ejs", "express", "express-ejs-layouts", "express-paginate", "express-session", "express-validator", "jade", "moment", "mongodb-uri", "mongoose", "morgan", "mssql", "nodemailer", "sequelize", "sequelize-cli", "tedious"]}}, "required": ["name", "version", "description", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mis-assets", "version" : "1.0.0", "description" : "MIS assets server backend", "private" : true, "scripts" : {"dev" : "nodemon ./bin.www", "start" : "node ./bin/www", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.19.0", "connect-flash" : "^0.1.1", "cookie-parser" : "^1.4.3", "cors" : "^2.8.5", "dotenv" : "^4.0.0", "ejs" : "^2.5.6", "express" : "^4.17.1", "express-ejs-layouts" : "^2.3.0", "express-paginate" : "^0.2.2", "express-session" : "^1.17.0", "express-validator" : "^3.2.0", "jade" : "^1.11.0", "moment" : "^2.20.1", "mongodb-uri" : "^0.9.7", "mongoose" : "^4.11.1", "morgan" : "^1.9.1", "mssql" : "^4.0.4", "nodemailer" : "^6.4.2", "sequelize" : "^5.21.3", "sequelize-cli" : "^5.5.1", "tedious" : "^6.6.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "connect-flash": {"type": "string"}, "cookie-parser": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-ejs-layouts": {"type": "string"}, "express-paginate": {"type": "string"}, "express-session": {"type": "string"}, "express-validator": {"type": "string"}, "jade": {"type": "string"}, "moment": {"type": "string"}, "mongodb-uri": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "mssql": {"type": "string"}, "nodemailer": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}, "tedious": {"type": "string"}}, "required": ["body-parser", "connect-flash", "cookie-parser", "cors", "dotenv", "ejs", "express", "express-ejs-layouts", "express-paginate", "express-session", "express-validator", "jade", "moment", "mongodb-uri", "mongoose", "morgan", "mssql", "nodemailer", "sequelize", "sequelize-cli", "tedious"]}}, "required": ["name", "version", "description", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"barfitterApp": {"type": "object", "properties": {"paymentToCashup": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}, "notFound": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel", "notFound"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "totalPayment": {"type": "string"}, "cashup": {"type": "string"}, "payment": {"type": "string"}}, "required": ["home", "created", "updated", "deleted", "delete", "detail", "totalPayment", "cashup", "payment"]}}, "required": ["paymentToCashup"]}}, "required": ["barfitterApp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"barfitterApp" : {"paymentToCashup" : {"home" : {"title" : "Payment To Cashups", "createLabel" : "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u043d\u043e\u0432\u0438\u0439 Payment To Cashup", "createOrEditLabel" : "\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0447\u0438 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0442\u0438 Payment To Cashup", "notFound" : "No Payment To Cashups found"}, "created" : "\u041d\u043e\u0432\u0438\u0439 Payment To Cashup \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u0438\u0439 \u0437 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u043e\u043c {{ param }}", "updated" : "Payment To Cashup \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u0437 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u043e\u043c {{ param }}", "deleted" : "Payment To Cashup \u0432\u0438\u0434\u0430\u043b\u0435\u043d\u0438\u0439 \u0437 \u0456\u0434\u0435\u043d\u0442\u0438\u0444\u0456\u043a\u0430\u0442\u043e\u0440\u043e\u043c {{ param }}", "delete" : {"question" : "\u0412\u0438 \u0432\u043f\u0435\u0432\u043d\u0435\u043d\u0456, \u0449\u043e \u0445\u043e\u0447\u0435\u0442\u0435 \u0432\u0438\u0434\u0430\u043b\u0438\u0442\u0438 Payment To Cashup {{ id }}?"}, "detail" : {"title" : "Payment To Cashup"}, "totalPayment" : "Total Payment", "cashup" : "Cashup", "payment" : "Payment"}}} | json_instruct | {"type": "object", "properties": {"barfitterApp": {"type": "object", "properties": {"paymentToCashup": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}, "createLabel": {"type": "string"}, "createOrEditLabel": {"type": "string"}, "notFound": {"type": "string"}}, "required": ["title", "createLabel", "createOrEditLabel", "notFound"]}, "created": {"type": "string"}, "updated": {"type": "string"}, "deleted": {"type": "string"}, "delete": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"]}, "detail": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "totalPayment": {"type": "string"}, "cashup": {"type": "string"}, "payment": {"type": "string"}}, "required": ["home", "created", "updated", "deleted", "delete", "detail", "totalPayment", "cashup", "payment"]}}, "required": ["paymentToCashup"]}}, "required": ["barfitterApp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Recharts.js": {"type": "string"}, "Recharts.min.js": {"type": "string"}}, "required": ["Recharts.js", "Recharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Recharts.js" : "sha512-lPPVnThLu8GECSdq/SOzUMH2eDiE5AIwCJWYdki/tLYoAPDIHAm13bDzkmESWAl+1GVidL6BsClMP5jVgWwF+g==", "Recharts.min.js" : "sha512-eY8XvUsRmF+qdcrGwM/PEvBCQUV4cIQZCBTe4F9bwCuCrX3sGNBxKluRaXHYnfZtu0hAt9wxJ2sRbxL3jTFV5Q=="} | json_instruct | {"type": "object", "properties": {"Recharts.js": {"type": "string"}, "Recharts.min.js": {"type": "string"}}, "required": ["Recharts.js", "Recharts.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Update" : "2020-07-15 18:41:30", "answer" : ["A"], "category" : "saa", "choices" : ["A.Create a Route Origin Authorization (ROA) document then once done, provision and advertise your whitelisted IP address range to your AWS account.", "B.Set up a list of Elastic IP addresses to map the whitelisted IP address range in your on-premises network.", "C.Submit an AWS Request Form to migrate the IP address range that you own to your AWS Account.", "D.Set up an IP match condition using a CloudFront web distribution and AWS WAF to whitelist a specific IP address range in your VPC."], "detail" : "You are managing a suite of applications in your on-premises network which are using trusted IP addresses that your partners and customers have whitelisted in their firewalls. There is a requirement to migrate these applications to AWS without requiring your partners and customers to change their IP address whitelists.\n\nWhich of the following is the most suitable solution to properly migrate your applications?", "explanation" : ["Answer: A", "You can bring part or all of your public IPv4 address range from your on-premises network to your AWS account", "You continue to own the address range, but AWS advertises it on the Internet", "After you bring the address range to AWS, it appears in your account as an address pool", "You can create an Elastic IP address from your address pool and use it with your AWS resources, such as EC2 instances, NAT gateways, and Network Load Balancers", "This is also called \u201cBring Your Own IP Addresses (BYOIP)\u201d", "To ensure that only you can bring your address range to your AWS account, you must authorize Amazon to advertise the address range and provide proof that you own the address range"], "id" : 697, "saved_answer" : null, "type" : "Multiple Choice"} | json_instruct | {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "saved_answer": {"type": "null"}, "type": {"type": "string"}}, "required": ["Update", "answer", "category", "choices", "detail", "explanation", "id", "saved_answer", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"mode=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["mode=0", "mode=1", "mode=2", "mode=3"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"mode=0" : {"model" : "rankine:block/polished_pyroxenite"}, "mode=1" : {"model" : "rankine:block/polished_pyroxenite_offset"}, "mode=2" : {"model" : "rankine:block/polished_pyroxenite_offset_ns"}, "mode=3" : {"model" : "rankine:block/polished_pyroxenite_offset_ew"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"mode=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["mode=0", "mode=1", "mode=2", "mode=3"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "cid": {"type": "string"}, "bid": {"type": "string"}, "eid": {"type": "string"}, "pid": {"type": "string"}, "banner": {"type": "string"}, "banner_colour": {"type": "string"}, "level": {"type": "string"}, "bp_tier": {"type": "integer"}, "status": {"type": "string"}, "platform": {"type": "string"}, "friendaccept": {"type": "string"}, "joinoninvite": {"type": "string"}, "AdminPassword": {"type": "string"}, "FullAccess": {"type": "array", "items": {"type": "string"}}, "BlockList": {"type": "array", "items": {"type": "string"}}}, "required": ["email", "password", "cid", "bid", "eid", "pid", "banner", "banner_colour", "level", "bp_tier", "status", "platform", "friendaccept", "joinoninvite", "AdminPassword", "FullAccess", "BlockList"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"email" : "[email protected]", "password" : "jvs21082006", "cid" : "CID_028_Athena_Commando_F", "bid" : "BID_004_BlackKnight", "eid" : "EID_Clapperboard", "pid" : "Pickaxe_Lockjaw", "banner" : "otherbanner28", "banner_colour" : "defaultcolor15", "level" : "100", "bp_tier" : 999999999, "status" : "Youtube: Orix.", "platform" : "WIN", "friendaccept" : "True", "joinoninvite" : "True", "AdminPassword" : "0001", "FullAccess" : ["EladetWolfYT"], "BlockList" : ["(User's Epic Name)"]} | json_instruct | {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "cid": {"type": "string"}, "bid": {"type": "string"}, "eid": {"type": "string"}, "pid": {"type": "string"}, "banner": {"type": "string"}, "banner_colour": {"type": "string"}, "level": {"type": "string"}, "bp_tier": {"type": "integer"}, "status": {"type": "string"}, "platform": {"type": "string"}, "friendaccept": {"type": "string"}, "joinoninvite": {"type": "string"}, "AdminPassword": {"type": "string"}, "FullAccess": {"type": "array", "items": {"type": "string"}}, "BlockList": {"type": "array", "items": {"type": "string"}}}, "required": ["email", "password", "cid", "bid", "eid", "pid", "banner", "banner_colour", "level", "bp_tier", "status", "platform", "friendaccept", "joinoninvite", "AdminPassword", "FullAccess", "BlockList"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"target_langs": {"type": "array", "items": {"type": "string"}}}, "required": ["target_langs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"target_langs" : ["english", "arabic", "german", "chinese", "vietnamese", "spanish", "hindi", "greek", "thai", "turkish", "russian", "romanian"]} | json_instruct | {"type": "object", "properties": {"target_langs": {"type": "array", "items": {"type": "string"}}}, "required": ["target_langs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"DISCORD_TOKEN": {"type": "string"}, "DOWNLOAD_DIR": {"type": "string"}, "FILETYPES": {"type": "string"}}, "required": ["DISCORD_TOKEN", "DOWNLOAD_DIR", "FILETYPES"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DISCORD_TOKEN" : "YOUR BOT TOKEN", "DOWNLOAD_DIR" : "./download", "FILETYPES" : "\\.(jpg|jpeg|png|gif|mp4)$"} | json_instruct | {"type": "object", "properties": {"DISCORD_TOKEN": {"type": "string"}, "DOWNLOAD_DIR": {"type": "string"}, "FILETYPES": {"type": "string"}}, "required": ["DISCORD_TOKEN", "DOWNLOAD_DIR", "FILETYPES"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Lightpulsar Dragon", "number" : "99365553", "is_illegal" : false, "text" : "You can Special Summon this card (from your hand) by banishing 1 LIGHT and 1 DARK monster from your Graveyard. You can Special Summon this card (from your Graveyard) by sending 1 LIGHT and 1 DARK monster from your hand to the Graveyard. When this card is sent from the field to the Graveyard: You can target 1 Level 5 or higher DARK Dragon-Type monster in your Graveyard; Special Summon that target.", "type" : "Monster", "is_monster" : true, "is_spell" : false, "is_trap" : false, "species" : "Dragon", "attack" : "2500", "defense" : "1500", "attribute" : "LIGHT", "is_pendulum" : false, "is_xyz" : false, "is_synchro" : false, "is_fusion" : false, "is_link" : false, "is_extra_deck" : false, "monster_types" : ["Effect"], "stars" : "6"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404380067, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1e1e401e9baf296d06bcc5bd59ecc859", "wof:id" : 404380067, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.99227017852497, 44.56997898642311, 4.09842987753092, 44.65287137875747], "geometry" : {"coordinates" : [[[4.03206464332677, 44.56997898642311], [4.02283636372579, 44.57227060495418], [4.01243871153365, 44.579631961554], [4.00825626805822, 44.58596344851001], [3.99227017852497, 44.59391394958275], [3.99339896497165, 44.60077327284081], [4.00386443911005, 44.61244599138032], [3.99833552689832, 44.62194953826592], [3.99977788707796, 44.62864399180045], [4.01375077416348, 44.62672509479867], [4.02211023460372, 44.63024048253276], [4.03658210108267, 44.63010576009071], [4.04918819164778, 44.63540693234828], [4.0517221290836, 44.64213545885197], [4.04251572955222, 44.65029874255441], [4.05981847689218, 44.65287137875747], [4.06971147752349, 44.64710392691133], [4.08707614009959, 44.64240584096822], [4.09729684912642, 44.6355702620135], [4.08940198226538, 44.62832847688649], [4.09007254507954, 44.62518865676586], [4.09842987753092, 44.62317919696468], [4.08079128907415, 44.61717667278779], [4.07418484650093, 44.60785051318815], [4.06462356200669, 44.60676357994744], [4.04661349862859, 44.60879027912444], [4.04285648918486, 44.60668299515176], [4.0322806805047, 44.59556416162936], [4.02489975177147, 44.58324439380286], [4.02661809533644, 44.58005930570819], [4.02573935836666, 44.57399030494157], [4.03206464332677, 44.56997898642311]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sweetalert2.common.js": {"type": "string"}, "sweetalert2.common.min.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "string"}}, "required": ["sweetalert2.common.js", "sweetalert2.common.min.js", "sweetalert2.css", "sweetalert2.js", "sweetalert2.min.css", "sweetalert2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sweetalert2.common.js" : "sha512-9shMx21lCt1TvmcFu+7yUSGD3+2GWbcGMv/RqhhbepNJAJqvUuEExRFNj/TI8TN6kN4/9pkyqII0UL4tP1SGmQ==", "sweetalert2.common.min.js" : "sha512-os/aCWwOJqFY3pfkiB9/u1+uBQU8vVVAcXxbqFkplmey7TTHGSHxlvWlftBhrYrVceYhzmACg7VV//dJFwYtWQ==", "sweetalert2.css" : "sha512-SLL5f7IAtQNFUSkdbemONyKg1werXIs++WVIdxl4oUQsK+GZVe5blLtTzY+3tSkNiqdctP5JO2MgB1O30AKGDQ==", "sweetalert2.js" : "sha512-X31zeS/Q19sM4VFuuB82KY+QMXOzHRHvmp6fy+98FjCQfKO7PCnTlWfkKdua6X2NqlazN/jAV60l+k7XKZ2/Uw==", "sweetalert2.min.css" : "sha512-RTAH1nLzrj8yfC/+zvoFYXv7jCLALz/WQ2XkRrM2Y9P9aBX+L4s0vTKup8AgcyMfQHPkDRsJz51h/LBEziUqeg==", "sweetalert2.min.js" : "sha512-Rrzs5256JaozR6Bs4mdBYIFFZpMHvSi37e2UZNtzEeTn/4s5nb/c3J9dZGvPJmVfUWSdNZI+ORcRZzNzr++xiA=="} | json_instruct | {"type": "object", "properties": {"sweetalert2.common.js": {"type": "string"}, "sweetalert2.common.min.js": {"type": "string"}, "sweetalert2.css": {"type": "string"}, "sweetalert2.js": {"type": "string"}, "sweetalert2.min.css": {"type": "string"}, "sweetalert2.min.js": {"type": "string"}}, "required": ["sweetalert2.common.js", "sweetalert2.common.min.js", "sweetalert2.css", "sweetalert2.js", "sweetalert2.min.css", "sweetalert2.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[25, 32], [24, 13], [25, 19], [25, 6], [22, 25], [25, 33], [25, 26], [25, 23], [9, 25], [11, 25], [19, 0], [28, 25], [20, 1], [4, 24], [25, 33], [25, 11], [25, 3], [15, 25], [12, 25], [19, 25], [19, 25], [2, 25], [9, 25], [26, 25], [22, 25], [8, 25], [4, 5], [25, 8], [25, 12], [4, 25], [11, 8], [14, 20], [25, 17], [8, 25], [25, 30], [25, 31], [12, 25], [4, 27], [26, 25], [12, 25], [9, 25], [25, 31], [25, 26], [25, 8], [8, 25], [10, 25], [16, 25], [25, 34], [29, 18], [7, 25], [12, 3], [15, 25], [25, 21]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "2", "4" : "4", "5" : "1", "6" : "1", "7" : "1", "8" : "6", "9" : "3", "10" : "1", "11" : "3", "12" : "5", "13" : "1", "14" : "1", "15" : "2", "16" : "1", "17" : "1", "18" : "1", "19" : "4", "20" : "2", "21" : "1", "22" : "2", "23" : "1", "24" : "2", "25" : "43", "26" : "4", "27" : "1", "28" : "1", "29" : "1", "30" : "1", "31" : "2", "32" : "1", "33" : "2", "34" : "1"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34"]}}, "required": ["edges", "features"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "source": {"type": "string"}}, "required": ["email", "source"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "react/event-loop": {"type": "string"}, "psr/log": {"type": "string"}}, "required": ["php", "yiisoft/yii2", "react/event-loop", "psr/log"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "suggest": {"type": "object", "properties": {"ext-gearman": {"type": "string"}}, "required": ["ext-gearman"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"paldraken\\yii2\\gearman\\": {"type": "string"}}, "required": ["paldraken\\yii2\\gearman\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "support", "authors", "require", "require-dev", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "paldraken/yii2-gearman", "description" : "Gearman handler for PHP", "keywords" : ["yii", "extension"], "homepage" : "https://github.com/paldraken/yii2-gearman", "type" : "yii2-extension", "license" : "MIT", "support" : {"email" : "[email protected]", "source" : "https://github.com/paldraken/yii2-gearman"}, "authors" : [{"name" : "Anton", "email" : "[email protected]"}], "require" : {"php" : ">=5.4.0", "yiisoft/yii2" : "~2.0.16", "react/event-loop" : "0.4.*", "psr/log" : "~1"}, "require-dev" : {"phpunit/phpunit" : "~4"}, "suggest" : {"ext-gearman" : "This library needs Gearman"}, "autoload" : {"psr-4" : {"paldraken\\yii2\\gearman\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "support": {"type": "object", "properties": {"email": {"type": "string"}, "source": {"type": "string"}}, "required": ["email", "source"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "yiisoft/yii2": {"type": "string"}, "react/event-loop": {"type": "string"}, "psr/log": {"type": "string"}}, "required": ["php", "yiisoft/yii2", "react/event-loop", "psr/log"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "suggest": {"type": "object", "properties": {"ext-gearman": {"type": "string"}}, "required": ["ext-gearman"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"paldraken\\yii2\\gearman\\": {"type": "string"}}, "required": ["paldraken\\yii2\\gearman\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "support", "authors", "require", "require-dev", "suggest", "autoload"], "$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" : [[[-97.21872, 33.216987], [-97.218254, 33.22141], [-97.21679, 33.22139], [-97.19643, 33.21941], [-97.17791, 33.21927], [-97.176567, 33.218648], [-97.173282, 33.214695], [-97.168352, 33.215559], [-97.162272, 33.215181], [-97.16138, 33.21475], [-97.16152, 33.19645], [-97.14177, 33.196219], [-97.14155, 33.20413], [-97.13568, 33.20421], [-97.140178, 33.194138], [-97.139025, 33.188014], [-97.139426, 33.180445], [-97.141541, 33.177467], [-97.152567, 33.168075], [-97.154709, 33.174489], [-97.159156, 33.175404], [-97.159268, 33.17936], [-97.162305, 33.179184], [-97.165714, 33.177657], [-97.167843, 33.179051], [-97.173155, 33.175265], [-97.176147, 33.175009], [-97.178518, 33.175973], [-97.18219, 33.178812], [-97.182252, 33.179447], [-97.181156, 33.179271], [-97.181616, 33.180039], [-97.183719, 33.181023], [-97.185796, 33.180616], [-97.186707, 33.182162], [-97.191381, 33.183076], [-97.195733, 33.186355], [-97.197359, 33.186377], [-97.19831, 33.187638], [-97.198674, 33.19053], [-97.203629, 33.192138], [-97.206453, 33.19214], [-97.207143, 33.193447], [-97.211077, 33.192889], [-97.211207, 33.196059], [-97.213846, 33.199874], [-97.211463, 33.201763], [-97.211474, 33.204171], [-97.212214, 33.204549], [-97.213282, 33.20369], [-97.215281, 33.206198], [-97.215111, 33.209811], [-97.216643, 33.211337], [-97.217025, 33.213619], [-97.215574, 33.216314], [-97.216809, 33.217129], [-97.217824, 33.21642], [-97.21872, 33.216987]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 85038}}]} | 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#"} |
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": {"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" : "Port", "dpt" : "Ain", "inscrits" : 583, "abs" : 119, "votants" : 464, "blancs" : 59, "nuls" : 17, "exp" : 388, "res" : [{"panneau" : "1", "voix" : 226}, {"panneau" : "2", "voix" : 162}]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "itemsPerRow": {"type": "integer"}, "replies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "tooltip": {"type": "string"}, "title": {"type": "string"}, "click": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["type", "uri"]}}}, "required": ["actions"]}}, "required": ["type", "tooltip", "title", "click"]}}}, "required": ["type", "itemsPerRow", "replies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "quickReplies", "itemsPerRow" : 8, "replies" : [{"type" : "button", "tooltip" : "go to Google", "title" : "Google", "click" : {"actions" : [{"type" : "link", "uri" : "https://www.google.com/"}]}}, {"type" : "button", "tooltip" : "go to LivePerson", "title" : "LivePerson", "click" : {"actions" : [{"type" : "link", "uri" : "https://www.liveperson.com/"}]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "itemsPerRow": {"type": "integer"}, "replies": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "tooltip": {"type": "string"}, "title": {"type": "string"}, "click": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["type", "uri"]}}}, "required": ["actions"]}}, "required": ["type", "tooltip", "title", "click"]}}}, "required": ["type", "itemsPerRow", "replies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Very thinly slice cucumbers crosswise with slicer; toss with 1 teaspoon salt and drain in a colander 15 minutes. Rinse cucumbers under cold water, then squeeze handfuls to remove excess water; pat dry.", "Stir together wasabi powder and water in a bowl and let stand 5 minutes. Add vinegar, sugar, and soy sauce, whisking until sugar has dissolved. Add cucumbers and toss well."], "ingredients" : ["1 pound Japanese or Kirby cucumbers (about 5)", "1/2 teaspoon wasabi powder", "1/2 teaspoon water", "2 tablespoons rice vinegar (not seasoned)", "1 tablespoon sugar", "1/4 teaspoon soy sauce", "an adjustable-blade slicer"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Side", "No-Cook", "Quick & Easy", "Vinegar", "Cucumber", "Spring", "Summer", "Healthy", "Potluck", "Gourmet", "Fat Free", "Sugar Conscious", "Kidney Friendly", "Vegan", "Vegetarian", "Pescatarian", "Dairy Free", "Peanut Free", "Tree Nut Free", "Kosher"], "title" : "Cucumbers with Wasabi and Rice Vinegar", "url" : "http://www.epicurious.com/recipes/food/views/cucumbers-with-wasabi-and-rice-vinegar-242292"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"vimeo/psalm": {"type": "string"}, "psalm/plugin-phpunit": {"type": "string"}}, "required": ["vimeo/psalm", "psalm/plugin-phpunit"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require-dev" : {"vimeo/psalm" : "^4.0", "psalm/plugin-phpunit" : "^0.16"}} | json_instruct | {"type": "object", "properties": {"require-dev": {"type": "object", "properties": {"vimeo/psalm": {"type": "string"}, "psalm/plugin-phpunit": {"type": "string"}}, "required": ["vimeo/psalm", "psalm/plugin-phpunit"]}}, "required": ["require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "hand_left_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "hand_right_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [298.584, 461.1, 0.174639, 393.373, 633.876, 0.181037, 200.33, 633.882, 0.072416, 0, 0, 0, 0, 0, 0, 562.72, 647.453, 0.313555, 583.079, 942.106, 0.191681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257.928, 420.568, 0.17973, 339.231, 406.935, 0.176297, 213.887, 423.869, 0.0801866, 444.196, 430.676, 0.267955, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "face_keypoints_2d" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "hand_left_keypoints_2d" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "hand_right_keypoints_2d" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "hand_left_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "hand_right_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "version": {"type": "string"}, "autor": {"type": "string"}, "templateOptions": {"type": "object", "properties": {"order": {"type": "integer"}, "label": {"type": "string"}, "id": {"type": "null"}, "placeholder": {"type": "string"}, "validations": {"type": "array", "items": {}}, "value": {"type": "null"}, "icon": {"type": "string"}, "image": {"type": "string"}}, "required": ["order", "label", "id", "placeholder", "validations", "value", "icon", "image"]}}, "required": ["nombre", "descripcion", "version", "autor", "templateOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nombre" : "autocompletado", "descripcion" : "Componenente utilizado para realizar busquedas de acuerdo a una lista de opciones, esta lista puede ser cargada desde un archivo csv.", "version" : "1.0", "autor" : "[email protected]", "templateOptions" : {"order" : 1, "label" : "Nombre", "id" : null, "placeholder" : "Escriba palabras como algo, eso, etc", "validations" : [], "value" : null, "icon" : "input", "image" : "../../../static/images/plugins/autocompletado.png"}} | json_instruct | {"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "version": {"type": "string"}, "autor": {"type": "string"}, "templateOptions": {"type": "object", "properties": {"order": {"type": "integer"}, "label": {"type": "string"}, "id": {"type": "null"}, "placeholder": {"type": "string"}, "validations": {"type": "array", "items": {}}, "value": {"type": "null"}, "icon": {"type": "string"}, "image": {"type": "string"}}, "required": ["order", "label", "id", "placeholder", "validations", "value", "icon", "image"]}}, "required": ["nombre", "descripcion", "version", "autor", "templateOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404423233, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "af3610e06bb3bfb792e9fd2811c120e6", "wof:id" : 404423233, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.78024451097732, 44.71045658678796, 1.85285890275765, 44.76571616915445], "geometry" : {"coordinates" : [[[1.80638053436737, 44.71045658678796], [1.80415516989844, 44.71654625615868], [1.78024451097732, 44.71797821371659], [1.78494034787038, 44.72333319704134], [1.80999383134938, 44.73126762227952], [1.80531719412045, 44.74093261766622], [1.81465903483952, 44.75265717986878], [1.81197106280401, 44.75548268179331], [1.82022661774015, 44.75711057769583], [1.82679535294172, 44.76571616915445], [1.83592359410465, 44.76130138831131], [1.83945389524368, 44.74822855818073], [1.85285890275765, 44.73958929113389], [1.84758094234255, 44.73390704275454], [1.84249813251973, 44.72861375208829], [1.82022441739997, 44.72226505016455], [1.81921589841813, 44.71555536994997], [1.80638053436737, 44.71045658678796]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.829c9cb5.chunk.css": {"type": "string"}, "static/js/2.5a966ea1.chunk.js": {"type": "string"}, "static/js/2.5a966ea1.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.f2d6ea1b7855655347595c8e5e08d23b.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.829c9cb5.chunk.css.map": {"type": "string"}, "static/css/main.b100e6da.chunk.css.map": {"type": "string"}, "static/js/2.5a966ea1.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.829c9cb5.chunk.css", "static/js/2.5a966ea1.chunk.js", "static/js/2.5a966ea1.chunk.js.map", "index.html", "precache-manifest.f2d6ea1b7855655347595c8e5e08d23b.js", "service-worker.js", "static/css/2.829c9cb5.chunk.css.map", "static/css/main.b100e6da.chunk.css.map", "static/js/2.5a966ea1.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"main.css" : "/static/css/main.b100e6da.chunk.css", "main.js" : "/static/js/main.dbe12a2d.chunk.js", "main.js.map" : "/static/js/main.dbe12a2d.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.916fb653.js", "runtime-main.js.map" : "/static/js/runtime-main.916fb653.js.map", "static/css/2.829c9cb5.chunk.css" : "/static/css/2.829c9cb5.chunk.css", "static/js/2.5a966ea1.chunk.js" : "/static/js/2.5a966ea1.chunk.js", "static/js/2.5a966ea1.chunk.js.map" : "/static/js/2.5a966ea1.chunk.js.map", "index.html" : "/index.html", "precache-manifest.f2d6ea1b7855655347595c8e5e08d23b.js" : "/precache-manifest.f2d6ea1b7855655347595c8e5e08d23b.js", "service-worker.js" : "/service-worker.js", "static/css/2.829c9cb5.chunk.css.map" : "/static/css/2.829c9cb5.chunk.css.map", "static/css/main.b100e6da.chunk.css.map" : "/static/css/main.b100e6da.chunk.css.map", "static/js/2.5a966ea1.chunk.js.LICENSE.txt" : "/static/js/2.5a966ea1.chunk.js.LICENSE.txt"}, "entrypoints" : ["static/js/runtime-main.916fb653.js", "static/css/2.829c9cb5.chunk.css", "static/js/2.5a966ea1.chunk.js", "static/css/main.b100e6da.chunk.css", "static/js/main.dbe12a2d.chunk.js"]} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/css/2.829c9cb5.chunk.css": {"type": "string"}, "static/js/2.5a966ea1.chunk.js": {"type": "string"}, "static/js/2.5a966ea1.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.f2d6ea1b7855655347595c8e5e08d23b.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/2.829c9cb5.chunk.css.map": {"type": "string"}, "static/css/main.b100e6da.chunk.css.map": {"type": "string"}, "static/js/2.5a966ea1.chunk.js.LICENSE.txt": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/css/2.829c9cb5.chunk.css", "static/js/2.5a966ea1.chunk.js", "static/js/2.5a966ea1.chunk.js.map", "index.html", "precache-manifest.f2d6ea1b7855655347595c8e5e08d23b.js", "service-worker.js", "static/css/2.829c9cb5.chunk.css.map", "static/css/main.b100e6da.chunk.css.map", "static/js/2.5a966ea1.chunk.js.LICENSE.txt"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "watch-server": {"type": "string"}}, "required": ["test", "start", "watch-server"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsonwebtoken": {"type": "string"}, "koa": {"type": "string"}, "koa-body": {"type": "string"}, "koa-cors": {"type": "string"}, "koa-jwt": {"type": "string"}, "koa-onerror": {"type": "string"}, "koa-router": {"type": "string"}, "koa-static": {"type": "string"}, "log4js": {"type": "string"}, "md5": {"type": "string"}, "monk": {"type": "string"}}, "required": ["jsonwebtoken", "koa", "koa-body", "koa-cors", "koa-jwt", "koa-onerror", "koa-router", "koa-static", "log4js", "md5", "monk"]}, "devDependencies": {"type": "object", "properties": {"@types/jsonwebtoken": {"type": "string"}, "@types/koa": {"type": "string"}, "@types/koa-cors": {"type": "string"}, "@types/koa-router": {"type": "string"}, "@types/koa-static": {"type": "string"}, "@types/md5": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jsonwebtoken", "@types/koa", "@types/koa-cors", "@types/koa-router", "@types/koa-static", "@types/md5", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tsmomentserver", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "tsc && node dist/server.js", "watch-server" : "nodemon --watch src/**/* -e ts,tsx --exec ts-node ./src/server.ts"}, "author" : "", "license" : "ISC", "dependencies" : {"jsonwebtoken" : "^8.4.0", "koa" : "^2.6.2", "koa-body" : "^4.0.6", "koa-cors" : "^0.0.16", "koa-jwt" : "^3.5.1", "koa-onerror" : "^4.1.0", "koa-router" : "^7.4.0", "koa-static" : "^5.0.0", "log4js" : "^3.0.6", "md5" : "^2.2.1", "monk" : "^6.0.6"}, "devDependencies" : {"@types/jsonwebtoken" : "^8.3.0", "@types/koa" : "^2.0.48", "@types/koa-cors" : "^0.0.0", "@types/koa-router" : "^7.0.37", "@types/koa-static" : "^4.0.0", "@types/md5" : "^2.1.33", "nodemon" : "^1.18.9", "ts-node" : "^7.0.1", "typescript" : "^3.2.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "watch-server": {"type": "string"}}, "required": ["test", "start", "watch-server"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsonwebtoken": {"type": "string"}, "koa": {"type": "string"}, "koa-body": {"type": "string"}, "koa-cors": {"type": "string"}, "koa-jwt": {"type": "string"}, "koa-onerror": {"type": "string"}, "koa-router": {"type": "string"}, "koa-static": {"type": "string"}, "log4js": {"type": "string"}, "md5": {"type": "string"}, "monk": {"type": "string"}}, "required": ["jsonwebtoken", "koa", "koa-body", "koa-cors", "koa-jwt", "koa-onerror", "koa-router", "koa-static", "log4js", "md5", "monk"]}, "devDependencies": {"type": "object", "properties": {"@types/jsonwebtoken": {"type": "string"}, "@types/koa": {"type": "string"}, "@types/koa-cors": {"type": "string"}, "@types/koa-router": {"type": "string"}, "@types/koa-static": {"type": "string"}, "@types/md5": {"type": "string"}, "nodemon": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jsonwebtoken", "@types/koa", "@types/koa-cors", "@types/koa-router", "@types/koa-static", "@types/md5", "nodemon", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat an oven to 350 degrees F (175 degrees C).", "Combine the cashews and 1 tablespoon olive oil in a bowl; toss to coat the cashews in the oil. Spread onto a baking sheet.", "Toast the cashews in the preheated oven until golden brown and fragrant, shaking the baking sheet occasionally, 5 to 10 minutes. Watch carefully so they don't burn. Set aside.", "Heat the 2 tablespoons olive oil in a skillet. Cook and stir the onion in the hot oil until the onion softens, about 5 minutes. Stir the garlic into the onion, and cook for 1 minute more before stirring the kale into the onion and garlic mixture. Place a cover on the skillet and cook, stirring occasionally, until the kale softens, about 7 minutes. Stir the spinach into the mixture, season with the sea salt and white pepper, and continue cooking until the spinach wilts, about 3 minutes. Toss the cashews with the mixture to serve."], "ingredients" : ["1/2 cup salted cashews", "3 tablespoons olive oil, divided", "1 onion, minced", "5 large garlic cloves", "1 bunch kale, stems removed", "1 bunch fresh spinach, stems removed", "sea salt to taste", "white pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Dawn's Kale Side Dish", "url" : "http://allrecipes.com/recipe/217951/dawns-kale-side-dish/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "grade_name": {"type": "string"}, "semester_name": {"type": "string"}, "tutors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "avatar_url": {"type": "string"}, "description": {"type": "string"}, "class_name": {"type": "string"}, "class_id": {"type": "string"}, "max": {"type": "integer"}, "actual": {"type": "integer"}}, "required": ["id", "name", "avatar_url", "description", "class_name", "class_id", "max", "actual"]}}}, "required": ["id", "name", "status", "date", "grade_name", "semester_name", "tutors"]}}, "required": ["code", "msg", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 0, "msg" : "", "data" : {"id" : "2", "name" : "2019\u7ea7\u7b2c2\u6b21\u9009\u5bfc\u5e08", "status" : "\u8fdb\u884c\u4e2d", "date" : "2020-04-09 09:00 \u81f3 2020-04-10 10:00", "grade_name" : "\u9ad82017\u7ea7", "semester_name" : "2019-2020\u5b66\u5e74\u7b2c\u4e00\u5b66\u671f", "tutors" : [{"id" : "te1", "name" : "\u674e\u5efa\u519b", "avatar_url" : "assets/images/demo_avatar_1.jpeg", "description" : "", "class_name" : "\u9ad82019\u7ea7-508\u73ed", "class_id" : "CLA0000001", "max" : 50, "actual" : 43}, {"id" : "te2", "name" : "\u55bb\u826f\u521a", "avatar_url" : "assets/images/demo_avatar_2.jpg", "description" : "", "class_name" : "\u9ad82019\u7ea7-508\u73ed", "class_id" : "CLA0000001", "max" : 50, "actual" : 43}, {"id" : "te3", "name" : "\u6768\u5149\u667a", "avatar_url" : "assets/images/demo_avatar_3.jpeg", "description" : "", "class_name" : "\u9ad82019\u7ea7-508\u73ed", "class_id" : "CLA0000001", "max" : 50, "actual" : 43}]}} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "msg": {"type": "string"}, "data": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "grade_name": {"type": "string"}, "semester_name": {"type": "string"}, "tutors": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "avatar_url": {"type": "string"}, "description": {"type": "string"}, "class_name": {"type": "string"}, "class_id": {"type": "string"}, "max": {"type": "integer"}, "actual": {"type": "integer"}}, "required": ["id", "name", "avatar_url", "description", "class_name", "class_id", "max", "actual"]}}}, "required": ["id", "name", "status", "date", "grade_name", "semester_name", "tutors"]}}, "required": ["code", "msg", "data"], "$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"}, "version": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@smallstoneapps/data-processor": {"type": "string"}}, "required": ["@smallstoneapps/data-processor"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "pebble": {"type": "object", "properties": {"sdkVersion": {"type": "string"}, "resources": {"type": "object", "properties": {"media": {"type": "array", "items": {}}}, "required": ["media"]}, "projectType": {"type": "string"}, "uuid": {"type": "string"}, "messageKeys": {"type": "object", "properties": {}, "required": []}, "enableMultiJS": {"type": "boolean"}, "displayName": {"type": "string"}, "watchapp": {"type": "object", "properties": {"onlyShownOnCommunication": {"type": "boolean"}, "hiddenApp": {"type": "boolean"}, "watchface": {"type": "boolean"}}, "required": ["onlyShownOnCommunication", "hiddenApp", "watchface"]}, "targetPlatforms": {"type": "array", "items": {"type": "string"}}, "capabilities": {"type": "array", "items": {}}}, "required": ["sdkVersion", "resources", "projectType", "uuid", "messageKeys", "enableMultiJS", "displayName", "watchapp", "targetPlatforms", "capabilities"]}}, "required": ["name", "description", "version", "author", "private", "main", "scripts", "license", "dependencies", "keywords", "pebble"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@smallstoneapps/data-processor-demo", "description" : "Demo app to show the basic usage of the data-processor package", "version" : "1.0.0", "author" : "Matthew Tole", "private" : true, "main" : "src/main.c", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "license" : "MIT", "dependencies" : {"@smallstoneapps/data-processor" : "../"}, "keywords" : ["pebble-app"], "pebble" : {"sdkVersion" : "3", "resources" : {"media" : []}, "projectType" : "native", "uuid" : "b77de6cd-15f4-4f42-86f4-1f6bb3591996", "messageKeys" : {}, "enableMultiJS" : false, "displayName" : "Data Processor Demo", "watchapp" : {"onlyShownOnCommunication" : false, "hiddenApp" : false, "watchface" : false}, "targetPlatforms" : ["aplite", "basalt", "chalk", "diorite"], "capabilities" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@smallstoneapps/data-processor": {"type": "string"}}, "required": ["@smallstoneapps/data-processor"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "pebble": {"type": "object", "properties": {"sdkVersion": {"type": "string"}, "resources": {"type": "object", "properties": {"media": {"type": "array", "items": {}}}, "required": ["media"]}, "projectType": {"type": "string"}, "uuid": {"type": "string"}, "messageKeys": {"type": "object", "properties": {}, "required": []}, "enableMultiJS": {"type": "boolean"}, "displayName": {"type": "string"}, "watchapp": {"type": "object", "properties": {"onlyShownOnCommunication": {"type": "boolean"}, "hiddenApp": {"type": "boolean"}, "watchface": {"type": "boolean"}}, "required": ["onlyShownOnCommunication", "hiddenApp", "watchface"]}, "targetPlatforms": {"type": "array", "items": {"type": "string"}}, "capabilities": {"type": "array", "items": {}}}, "required": ["sdkVersion", "resources", "projectType", "uuid", "messageKeys", "enableMultiJS", "displayName", "watchapp", "targetPlatforms", "capabilities"]}}, "required": ["name", "description", "version", "author", "private", "main", "scripts", "license", "dependencies", "keywords", "pebble"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "iconName": {"type": "string"}}, "required": ["name", "description", "iconName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Org Level Security Checks", "description" : "Baseline security checks template for all apps", "iconName" : "hackerman"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "iconName": {"type": "string"}}, "required": ["name", "description", "iconName"], "$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"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["G", "M"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["G", "M", "G"], "key" : {"G" : {"item" : "techreborn:insulated_gold_cable"}, "M" : {"item" : "techreborn:basic_machine_frame"}}, "result" : {"item" : "techreborn:mv_transformer"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "M": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["G", "M"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Heat vegetable oil in a large skillet over medium heat. Stir in rice; cook and stir until rice is lightly browned and gives off a toasted fragrance, 5 to 7 minutes. Stir in the chicken broth, tomato sauce, green chiles, onion, garlic, salt, cumin, and chili powder. Bring to a boil, then reduce heat to low. Cover and simmer until rice is tender, about 25 minutes, stirring occasionally. Spread Monterey Jack cheese on top, then replace the lid and allow the cheese to melt, about 5 minutes more."], "ingredients" : ["3 tablespoons vegetable oil", "1 cup long grain white rice", "2 1/2 cups chicken broth", "1 (4 ounce) can tomato sauce", "1 (4 ounce) can canned chopped green chiles, drained", "1 small onion, minced", "2 cloves garlic, minced", "1 1/2 teaspoons salt", "1/2 teaspoon ground cumin", "1/4 teaspoon chili powder", "1 1/2 cups shredded Monterey Jack cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "My Favorite Mexican Rice", "url" : "http://allrecipes.com/recipe/219324/my-favorite-mexican-rice/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["index", "type", "sequence"]}}, "other_names": {"type": "array", "items": {}}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["other_ids", "mRNA_sequence", "other_names", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"other_ids" : [], "mRNA_sequence" : [{"index" : 0, "type" : "five_prime_UTR", "sequence" : "TTTCCATAGTGTGATTTTTTCCTTTCTTGAATTACTTTATTTTTATTTAATTTATTTTCTTTGCTTTATTTCATTTCGTTTGATTTATTTTATTTATTTATTTATTTTTTTTTTTAATAATAGTGAACCGAGCTATCGTTACGGAGTATAGAAATGTTGAGTCCGTGGAATTAATATCCCGTTTTTAGGTTGATGAGTCTAATATGATTGCCCGCAAGATCTGATAACGGCCGGTAGATAAAATACTCAAAGACTATTGAGTAAGCAAACGCTCACTATTTATTAAAGCCGTCATCGGCATGAAAAACGGAATTCCATAAATTTCGCAACCTCCCATCTACTTCAAAGGGTCCTTTGCTATACACAACATCGTTTCTACCTGACTGAATCAAAAATATATACA"}, {"index" : 1, "type" : "CDS", "sequence" : "ATGTCTCCTCATAAAATACCCGAAGTACATAGACATATTATGTCTAGTAGATACATGGAGGGAAATGCCGTCTCTATCATAAATATGCCATTTTCAGGCGGTCAACCCAAGGACGGTGCTGAATTGGCTCCAGAAATGATTGAGGCGGCTGGATTGCCTGAAGACTTGGAGCGTCTTGGTTATAGTGTCAACGTCGTTCAAAATCCCAAATTTAAAAGTCGACCTTTAAAAGAAGGCCCTAATCAAGCCCTCATGAAAAACCCACTCTACGTTAGCAATGTTACTCGCCAAGTTCGTAATATTGTTCAACAGGAACTAGAGAAGCAAAGGATCGCGGTCAACATTGGAGGAGATCATTCACTTGCCATTGGCACTGTTGAAGGTGTACAAGCTGTCTACGATGATGCTTGTGTCTTGTGGATTGATGCCCATGCTGATATTAATACCCCCGATTCATCCCCTTCAAAGAATCTTCATGGCTGCCCATTGTCCTTTTCCTTGGGATATGCCGAACCTCTTCCTGAAGAGTTTGCTTGGACAAGAAGAGTAATTGAAGAGCGTCGTCTTGCGTTCATCGGTTTGCGCGATTTGGATCCTATGGAACGTGCTTTTCTTCGTGAACGCAGCATCACTGCTTACACTATGCACGATGTTGATAAATATGGAATAGCCAGAGTAGTAGAAATGGCATTGGAACACATCAATCCAGGAAGGAGACGTCCCATTCATCTTTCTTTTGACGTCGATGCCTGTGATCCAATTGTCGCTCCAGCTACTGGAACCCGTGTGCCAGGCGGTTTGACCTTTCGTGAAGCAATGTACATTTGTGAAAGTGTTGCAGAAACTGGCTCTCTAGTTGCTGTTGATGTTATGGAAGTTAACCCACTTTTAGGCAACAAAGAGGAAGCCAAGACAACTGTGGATTTAGCTCGCTCTATTGTTCGAACTTGTCTTGGTCAAACGTTATTGTAG"}, {"index" : 2, "type" : "three_prime_UTR", "sequence" : "AACCATGTATTTTATGCTATATCATGAATTAGAAGTATGTTACGCGTCGGATTAGCTACTGTGCTTTTTCAACGTCCCAACACACAAGTATATTAATAAACTCAAAATCTCATAATTCAGACACTGTACCGACAAACTTGGGCAAAGTTACTGTTTGGTTCTCAGATACTTGACTAGACTATTTAAGAAAGAATTTTACTTTTTCACATGAATTGAATTGCTTAGGTGCTAAGAACCCGAAATGTAT"}], "other_names" : [], "id" : "SPBP26C9.02c", "name" : "car1"} | json_instruct | {"type": "object", "properties": {"other_ids": {"type": "array", "items": {}}, "mRNA_sequence": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "type": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["index", "type", "sequence"]}}, "other_names": {"type": "array", "items": {}}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["other_ids", "mRNA_sequence", "other_names", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Gondrin", "dpt" : "Gers", "inscrits" : 949, "abs" : 175, "votants" : 774, "blancs" : 79, "nuls" : 40, "exp" : 655, "res" : [{"panneau" : "1", "voix" : 399}, {"panneau" : "2", "voix" : 256}]} | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "boom": {"type": "string"}, "hapi": {"type": "string"}, "hapi-io": {"type": "string"}, "joi": {"type": "string"}, "joi-objectid": {"type": "string"}, "lodash": {"type": "string"}, "mongoose": {"type": "string"}, "nconf": {"type": "string"}, "npm": {"type": "string"}, "require-directory": {"type": "string"}, "winston": {"type": "string"}}, "required": ["async", "boom", "hapi", "hapi-io", "joi", "joi-objectid", "lodash", "mongoose", "nconf", "npm", "require-directory", "winston"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sensihome", "version" : "0.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "BSD-2-Clause", "dependencies" : {"async" : "~0.9.0", "boom" : "~2.6.1", "hapi" : "~8.2.0", "hapi-io" : "0.0.4", "joi" : "~6.0.4", "joi-objectid" : "~1.1.0", "lodash" : "~3.3.1", "mongoose" : "~4.0.1", "nconf" : "~0.7.1", "npm" : "~2.6.1", "require-directory" : "~2.1.0", "winston" : "2.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "boom": {"type": "string"}, "hapi": {"type": "string"}, "hapi-io": {"type": "string"}, "joi": {"type": "string"}, "joi-objectid": {"type": "string"}, "lodash": {"type": "string"}, "mongoose": {"type": "string"}, "nconf": {"type": "string"}, "npm": {"type": "string"}, "require-directory": {"type": "string"}, "winston": {"type": "string"}}, "required": ["async", "boom", "hapi", "hapi-io", "joi", "joi-objectid", "lodash", "mongoose", "nconf", "npm", "require-directory", "winston"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"query": {"type": "object", "properties": {"pages": {"type": "object", "properties": {"18624945": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "touched": {"type": "string"}, "lastrevid": {"type": "integer"}, "counter": {"type": "string"}, "length": {"type": "integer"}, "displaytitle": {"type": "string"}}, "required": ["pageid", "ns", "title", "touched", "lastrevid", "counter", "length", "displaytitle"]}}, "required": ["18624945"]}}, "required": ["pages"]}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"query" : {"pages" : {"18624945" : {"pageid" : 18624945, "ns" : 0, "title" : "True Blood", "touched" : "2012-05-07T13:33:10Z", "lastrevid" : 491178384, "counter" : "", "length" : 72813, "displaytitle" : "<i>True Blood</i>"}}}} | json_instruct | {"type": "object", "properties": {"query": {"type": "object", "properties": {"pages": {"type": "object", "properties": {"18624945": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "touched": {"type": "string"}, "lastrevid": {"type": "integer"}, "counter": {"type": "string"}, "length": {"type": "integer"}, "displaytitle": {"type": "string"}}, "required": ["pageid", "ns", "title", "touched", "lastrevid", "counter", "length", "displaytitle"]}}, "required": ["18624945"]}}, "required": ["pages"]}}, "required": ["query"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.97": {"type": "integer"}, "0.89": {"type": "integer"}, "0.9": {"type": "integer"}, "0.99": {"type": "integer"}, "0.1": {"type": "integer"}, "0.98": {"type": "integer"}, "0.0": {"type": "integer"}, "0.05": {"type": "integer"}, "1.0": {"type": "integer"}, "0.09": {"type": "integer"}, "0.01": {"type": "integer"}}, "required": ["0.97", "0.89", "0.9", "0.99", "0.1", "0.98", "0.0", "0.05", "1.0", "0.09", "0.01"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 14, "hour neutral count" : 0, "hour negative count" : 5, "hour distri" : {"0.97" : 1, "0.89" : 1, "0.9" : 1, "0.99" : 4, "0.1" : 1, "0.98" : 1, "0.0" : 1, "0.05" : 1, "1.0" : 6, "0.09" : 1, "0.01" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.97": {"type": "integer"}, "0.89": {"type": "integer"}, "0.9": {"type": "integer"}, "0.99": {"type": "integer"}, "0.1": {"type": "integer"}, "0.98": {"type": "integer"}, "0.0": {"type": "integer"}, "0.05": {"type": "integer"}, "1.0": {"type": "integer"}, "0.09": {"type": "integer"}, "0.01": {"type": "integer"}}, "required": ["0.97", "0.89", "0.9", "0.99", "0.1", "0.98", "0.0", "0.05", "1.0", "0.09", "0.01"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : 69654, "cartId" : "8e12a3b7-6394-439b-8f41-3526baac5d15", "preferredProducts" : [4862, 3927, 4454, 228, 1903, 4835, 3306, 2820, 454, 3271], "productReviews" : [{"productId" : 186, "reviewText" : "My raven loves to play with it.", "reviewDate" : "2019-08-13T18:46:14.1195162+03:00"}, {"productId" : 4404, "reviewText" : "talk about interest!!", "reviewDate" : "2019-04-11T21:02:11.1984379+03: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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.