input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"@id": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}}, "required": ["@id", "country", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@id" : "https://api.eurocris.org/dris/orgunits/ou00722", "country" : "vocabs:countries/country00788", "name" : "National Museum of Art, Architecture and Design"} | json_instruct | {"type": "object", "properties": {"@id": {"type": "string"}, "country": {"type": "string"}, "name": {"type": "string"}}, "required": ["@id", "country", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "VANESA", "frequency" : 43827, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "authors", "support", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jack15083/wechat-sdk", "description" : "php sdk for public wechat number", "type" : "library", "keywords" : ["wechat"], "homepage" : "https://github.com/jack15083/wechat-sdk", "license" : "BSD-3-Clause", "authors" : [{"name" : "Jack Zeng", "email" : "jack15083@gmail.com", "role" : "PHP Developer"}], "support" : {"issues" : "https://github.com/jack15083/wechat-sdk/issues"}, "require" : {"php" : "^5.x || ^7.0"}, "autoload" : {"classmap" : ["src/"]}, "extra" : {"branch-alias" : {"dev-master" : "1.0-dev"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "authors", "support", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rust-analyzer.cargo.features": {"type": "array", "items": {"type": "string"}}, "files.eol": {"type": "string"}}, "required": ["rust-analyzer.cargo.features", "files.eol"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rust-analyzer.cargo.features" : ["dot_vox", "glam", "image", "lz4", "mesh", "mint", "nalgebra", "ncollide", "sdfu"], "files.eol" : "\n"} | json_instruct | {"type": "object", "properties": {"rust-analyzer.cargo.features": {"type": "array", "items": {"type": "string"}}, "files.eol": {"type": "string"}}, "required": ["rust-analyzer.cargo.features", "files.eol"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "locale": {"type": "string"}, "name": {"type": "string"}, "page": {"type": "string"}}, "required": ["description", "locale", "name", "page"]}}, "created": {"type": "integer"}, "edited": {"type": "integer"}, "flags": {"type": "object", "properties": {"adverts": {"type": "boolean"}, "inAppPurchases": {"type": "boolean"}}, "required": ["adverts", "inAppPurchases"]}, "hide": {"type": "boolean"}, "id": {"type": "string"}, "images": {"type": "object", "properties": {"avatar": {"type": "string"}, "cover": {"type": "string"}, "preview": {"type": "array", "items": {"type": "string"}}}, "required": ["avatar", "cover", "preview"]}, "invite": {"type": "object", "properties": {"discord": {"type": "string"}}, "required": ["discord"]}, "nsfw": {"type": "boolean"}, "state": {"type": "string"}, "support": {"type": "null"}, "trigger": {"type": "object", "properties": {"customisable": {"type": "boolean"}, "mentionable": {"type": "boolean"}, "prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["customisable", "mentionable", "prefix"]}, "videos": {"type": "object", "properties": {"youku": {"type": "null"}, "youtube": {"type": "null"}}, "required": ["youku", "youtube"]}, "website": {"type": "string"}, "source": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["authors", "contents", "created", "edited", "flags", "hide", "id", "images", "invite", "nsfw", "state", "support", "trigger", "videos", "website", "source", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : ["discord:197448151064379393"], "contents" : [{"description" : "Uno, Trivia, Hangman, Minesweeper, Connect 4, right from chat! Leaderboards, languages & more!", "locale" : "en-GB", "name" : "GamesROB", "page" : "Play chat games right from your Discord server, including Uno, Hangman, Minesweeper, Connect Four and more! It supports multiplayer and single player games, leaderboards and languages. Have fun!"}, {"description" : " Uno, Trivia, Forca, Campo Minado, Lig 4 e mais, direto do seu chat! Competi\u00e7\u00f5es, linguagens & mais!", "locale" : "pt", "name" : "GamesROB", "page" : "Jogos de chat direto do seu servidor no Discord, incluindo Uno, Forca, Campo Minado, Lig 4 e mais! Suporte a jogos de m\u00faltiplos e um s\u00f3 jogador, competi\u00e7\u00f5es e linguagens. Se divirta!"}], "created" : 1556243547062, "edited" : 1556331901537, "flags" : {"adverts" : true, "inAppPurchases" : false}, "hide" : false, "id" : "383995098754711555", "images" : {"avatar" : "images/383995098754711555/avatar.png", "cover" : "images/383995098754711555/background.png", "preview" : ["images/383995098754711555/0.png", "images/383995098754711555/1.png"]}, "invite" : {"discord" : "https://discordapp.com/oauth2/authorize?client_id=383995098754711555&scope=bot&permissions=347136"}, "nsfw" : false, "state" : "approved", "support" : null, "trigger" : {"customisable" : true, "mentionable" : true, "prefix" : ["g*"]}, "videos" : {"youku" : null, "youtube" : null}, "website" : "https://gamesrob.com", "source" : null, "categories" : ["fun"]} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "contents": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "locale": {"type": "string"}, "name": {"type": "string"}, "page": {"type": "string"}}, "required": ["description", "locale", "name", "page"]}}, "created": {"type": "integer"}, "edited": {"type": "integer"}, "flags": {"type": "object", "properties": {"adverts": {"type": "boolean"}, "inAppPurchases": {"type": "boolean"}}, "required": ["adverts", "inAppPurchases"]}, "hide": {"type": "boolean"}, "id": {"type": "string"}, "images": {"type": "object", "properties": {"avatar": {"type": "string"}, "cover": {"type": "string"}, "preview": {"type": "array", "items": {"type": "string"}}}, "required": ["avatar", "cover", "preview"]}, "invite": {"type": "object", "properties": {"discord": {"type": "string"}}, "required": ["discord"]}, "nsfw": {"type": "boolean"}, "state": {"type": "string"}, "support": {"type": "null"}, "trigger": {"type": "object", "properties": {"customisable": {"type": "boolean"}, "mentionable": {"type": "boolean"}, "prefix": {"type": "array", "items": {"type": "string"}}}, "required": ["customisable", "mentionable", "prefix"]}, "videos": {"type": "object", "properties": {"youku": {"type": "null"}, "youtube": {"type": "null"}}, "required": ["youku", "youtube"]}, "website": {"type": "string"}, "source": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["authors", "contents", "created", "edited", "flags", "hide", "id", "images", "invite", "nsfw", "state", "support", "trigger", "videos", "website", "source", "categories"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "discord.js": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["axios", "discord.js", "lodash"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "discord-bot", "version" : "1.0.0", "description" : "Discord bot made to understand how to make one.", "main" : "index.js", "author" : "Hugo Oliveira", "license" : "MIT", "scripts" : {"start" : "node bot.js", "dev" : "nodemon bot.js"}, "devDependencies" : {"nodemon" : "^2.0.7"}, "dependencies" : {"axios" : "^0.21.1", "discord.js" : "^12.5.1", "lodash" : "^4.17.21"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "discord.js": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["axios", "discord.js", "lodash"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}}, "required": ["name", "version", "homepage", "description", "main", "keywords", "license", "dependencies", "_release", "_resolution", "_source", "_target", "_originalSource"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bootstrap_calendar", "version" : "1.0.1", "homepage" : "https://github.com/xero/bootstrap_calendar", "description" : "A simple calendar plugin for jquery and twitter bootstrap. works inline, in dropdowns, and in the responsive navbar!", "main" : ["./bootstrap_calendar/css/bootstrap_calendar.css", "./bootstrap_calendar/js/bootstrap_calendar.js"], "keywords" : ["bootstrap", "calendar", "jquery"], "license" : "MIT", "dependencies" : {"jquery" : ">= 1.9.1"}, "_release" : "1.0.1", "_resolution" : {"type" : "version", "tag" : "1.0.1", "commit" : "796c6621ce7e50865be72871f87e6c732906d6fa"}, "_source" : "https://github.com/xero/bootstrap_calendar.git", "_target" : "1.0.1", "_originalSource" : "bootstrap_calendar"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}}, "required": ["name", "version", "homepage", "description", "main", "keywords", "license", "dependencies", "_release", "_resolution", "_source", "_target", "_originalSource"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "set": {"type": "string"}, "kind": {"type": "string"}, "culture": {"type": "string"}, "twilight": {"type": "string"}, "card_type": {"type": "string"}, "strength": {"type": "string"}, "vitality": {"type": "string"}, "resistance": {"type": "string"}, "game_text": {"type": "string"}, "rarity": {"type": "string"}, "number": {"type": "string"}}, "required": ["title", "set", "kind", "culture", "twilight", "card_type", "strength", "vitality", "resistance", "game_text", "rarity", "number"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Sam, Steadfast Friend", "set" : "Promotional", "kind" : "Free People", "culture" : "Shire", "twilight" : "2", "card_type" : "Companion \u2022 Hobbit", "strength" : "3", "vitality" : "4", "resistance" : "10", "game_text" : "Ring-bound. Each other companion is resistance +1.", "rarity" : "P", "number" : "0P78"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "set": {"type": "string"}, "kind": {"type": "string"}, "culture": {"type": "string"}, "twilight": {"type": "string"}, "card_type": {"type": "string"}, "strength": {"type": "string"}, "vitality": {"type": "string"}, "resistance": {"type": "string"}, "game_text": {"type": "string"}, "rarity": {"type": "string"}, "number": {"type": "string"}}, "required": ["title", "set", "kind", "culture", "twilight", "card_type", "strength", "vitality", "resistance", "game_text", "rarity", "number"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.25, 29.916666666666668], [137.25, 30.0], [137.375, 30.0], [137.375, 29.916666666666668], [137.25, 29.916666666666668]]]}, "properties" : {"code" : 443772, "url" : "http://madefor.github.io/0410/api/v1/443772.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/443772.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"linkedin": {"type": "string"}, "dev": {"type": "string"}, "github": {"type": "string"}}, "required": ["linkedin", "dev", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"linkedin" : "https://www.linkedin.com/in/xdubois89/", "dev" : "https://dev.to/juyn/", "github" : "https://github.com/juyn"} | json_instruct | {"type": "object", "properties": {"linkedin": {"type": "string"}, "dev": {"type": "string"}, "github": {"type": "string"}}, "required": ["linkedin", "dev", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Connection": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Via": {"type": "string"}, "X-Amz-Cf-Id": {"type": "string"}, "X-Amz-Cf-Pop": {"type": "string"}, "X-Cache": {"type": "string"}, "X-Powered-By": {"type": "string"}}, "required": ["Connection", "Content-Encoding", "Content-Type", "Date", "Server", "Transfer-Encoding", "Via", "X-Amz-Cf-Id", "X-Amz-Cf-Pop", "X-Cache", "X-Powered-By"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elapsed" : "5.727", "endpoint-url" : "https://data.london.gov.uk/download/brownfield-land-register/eb7e7357-0707-4d47-9b0d-e0499eff41c0/London%20Brownfield%20Register%20ESRI%20shapefile.zip", "entry-date" : "2021-04-15T00:03:15.280599", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "Digital Land"}, "response-headers" : {"Connection" : "keep-alive", "Content-Encoding" : "gzip", "Content-Type" : "text/plain;charset=UTF-8", "Date" : "Thu, 15 Apr 2021 00:03:21 GMT", "Server" : "nginx", "Transfer-Encoding" : "chunked", "Via" : "1.1 acb5e0138f17ffe7929a4d64a50c4a24.cloudfront.net (CloudFront)", "X-Amz-Cf-Id" : "CZD-SWU6sdeglQxbm92J2JPb9ACsSPgWjKQ1ExntSzk81yhsSlPzsA==", "X-Amz-Cf-Pop" : "IAD79-C1", "X-Cache" : "Error from cloudfront", "X-Powered-By" : "PHP/7.2.34"}, "ssl-verify" : true, "status" : "404"} | json_instruct | {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "response-headers": {"type": "object", "properties": {"Connection": {"type": "string"}, "Content-Encoding": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "Server": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Via": {"type": "string"}, "X-Amz-Cf-Id": {"type": "string"}, "X-Amz-Cf-Pop": {"type": "string"}, "X-Cache": {"type": "string"}, "X-Powered-By": {"type": "string"}}, "required": ["Connection", "Content-Encoding", "Content-Type", "Date", "Server", "Transfer-Encoding", "Via", "X-Amz-Cf-Id", "X-Amz-Cf-Pop", "X-Cache", "X-Powered-By"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"pools": {"type": "array", "items": {"type": "object", "properties": {"rolls": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["type", "name", "weight"]}}}, "required": ["rolls", "entries"]}}}, "required": ["pools"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pools" : [{"rolls" : 1, "entries" : [{"type" : "item", "name" : "thermal:gold_coin", "weight" : 1}, {"type" : "tag", "name" : "forge:treasure3", "expand" : true, "weight" : 1}, {"type" : "tag", "name" : "minecraft:arrows", "expand" : true, "weight" : 1}, {"type" : "item", "name" : "thermal:silver_coin", "weight" : 30, "functions" : [{"function" : "set_count", "count" : {"min" : 1, "max" : 8}}]}, {"type" : "item", "name" : "minecraft:arrow", "weight" : 20, "functions" : [{"function" : "set_count", "count" : {"min" : 1, "max" : 3}}]}, {"type" : "item", "name" : "minecraft:torch", "weight" : 20, "functions" : [{"function" : "set_count", "count" : {"min" : 1, "max" : 3}}]}]}]} | json_instruct | {"type": "object", "properties": {"pools": {"type": "array", "items": {"type": "object", "properties": {"rolls": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["type", "name", "weight"]}}}, "required": ["rolls", "entries"]}}}, "required": ["pools"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Data Skeletonization via Reeb Graphs.", "fields" : ["skeletonization", "reeb graph", "point cloud", "generality", "statistical inference"], "abstract" : "Recovering hidden structure from complex and noisy non-linear data is one of the most fundamental problems in machine learning and statistical inference. While such data is often high-dimensional, it is of interest to approximate it with a low-dimensional or even one-dimensional space, since many important aspects of data are often intrinsically low-dimensional. Furthermore, there are many scenarios where the underlying structure is graph-like, e.g, river/road networks or various trajectories. In this paper, we develop a framework to extract, as well as to simplify, a one-dimensional \"skeleton\" from unorganized data using the Reeb graph. Our algorithm is very simple, does not require complex optimizations and can be easily applied to unorganized high-dimensional data such as point clouds or proximity graphs. It can also represent arbitrary graph structures in the data. We also give theoretical results to justify our method. We provide a number of experiments to demonstrate the effectiveness and generality of our algorithm, including comparisons to existing methods, such as principal curves. We believe that the simplicity and practicality of our algorithm will help to promote skeleton graphs as a data analysis tool for a broad range of applications.", "citation" : "Citations (72)", "departments" : ["Ohio State University", "Ohio State University", "Ohio State University", "Ohio State University"], "authors" : ["Xiaoyin Ge.....http://dblp.org/pers/hd/g/Ge:Xiaoyin", "Issam Safa.....http://dblp.org/pers/hd/s/Safa:Issam", "Mikhail Belkin.....http://dblp.org/pers/hd/b/Belkin:Mikhail", "Yusu Wang.....http://dblp.org/pers/hd/w/Wang:Yusu"], "conf" : "nips", "year" : "2011", "pages" : 9} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "outDir": {"type": "string"}, "target": {"type": "string"}, "module": {"type": "string"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "sourceMap": {"type": "boolean"}}, "required": ["allowJs", "outDir", "target", "module", "removeComments", "preserveConstEnums", "sourceMap"]}}, "required": ["compileOnSave", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compileOnSave" : true, "compilerOptions" : {"allowJs" : true, "outDir" : "../dist", "target" : "ES3", "module" : "CommonJS", "removeComments" : false, "preserveConstEnums" : true, "sourceMap" : true}} | json_instruct | {"type": "object", "properties": {"compileOnSave": {"type": "boolean"}, "compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "outDir": {"type": "string"}, "target": {"type": "string"}, "module": {"type": "string"}, "removeComments": {"type": "boolean"}, "preserveConstEnums": {"type": "boolean"}, "sourceMap": {"type": "boolean"}}, "required": ["allowJs", "outDir", "target", "module", "removeComments", "preserveConstEnums", "sourceMap"]}}, "required": ["compileOnSave", "compilerOptions"], "$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"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Melvin": {"type": "string"}}, "required": ["Melvin"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}}, "required": ["git"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"pop": {"type": "array", "items": {}}, "AsyncDisplayKit": {"type": "array", "items": {}}}, "required": ["pop", "AsyncDisplayKit"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MYTableViewManager", "version" : "0.1.4", "summary" : "TableView \u7ba1\u7406\u5668", "homepage" : "https://github.com/TimeFaceCoder/MYTableViewManager", "license" : "Copyright (C) 2015 TimeFace, Inc. All rights reserved.", "authors" : {"Melvin" : "yangmin@timeface.cn"}, "social_media_url" : "http://www.timeface.cn", "platforms" : {"ios" : "7.0"}, "source" : {"git" : "https://github.com/TimeFaceCoder/MYTableViewManager.git"}, "source_files" : "MYTableViewManager/MYTableViewManager/**/*.{h,m,c}", "requires_arc" : true, "dependencies" : {"pop" : [], "AsyncDisplayKit" : []}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Melvin": {"type": "string"}}, "required": ["Melvin"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}}, "required": ["git"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"pop": {"type": "array", "items": {}}, "AsyncDisplayKit": {"type": "array", "items": {}}}, "required": ["pop", "AsyncDisplayKit"]}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc", "dependencies"], "$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" : 52206, "cartId" : "dff75def-85e6-4fb2-be68-9607742be509", "preferredProducts" : [2865, 1613], "productReviews" : [{"productId" : 2601, "reviewText" : "i use it once a week when i'm in my firetruck.", "reviewDate" : "2019-05-27T05:23:08.3731666+03:00"}, {"productId" : 1245, "reviewText" : "heard about this on powerviolence radio, decided to give it a try.", "reviewDate" : "2017-10-28T13:01:30.9529197+03:00"}, {"productId" : 971, "reviewText" : "I saw one of these in Tanzania and I bought one.", "reviewDate" : "2019-02-27T13:02:17.3700141+02:00"}, {"productId" : 1645, "reviewText" : "i use it on Mondays when i'm in my fort.", "reviewDate" : "2017-12-19T05:38:29.7546285+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"lxian1988": {"type": "string"}}, "required": ["lxian1988"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "HMCache", "version" : "0.1.3", "summary" : "An automatic NSCoding library used on iOS/MacOS.", "description" : "It is an automatic NSCoding library used on iOS/MacOS which also offers a mechanism for data structure migration.", "homepage" : "https://github.com/lxian1988/HMCache", "license" : "MIT", "authors" : {"lxian1988" : "lxian1988@gmail.com"}, "source" : {"git" : "https://github.com/lxian1988/HMCache.git", "tag" : "0.1.3"}, "platforms" : {"ios" : "7.0", "osx" : "10.10"}, "requires_arc" : true, "source_files" : ["HMCache/*.{h,m}", "HMCache/HMObject/*.{h,m}", "HMCache/HMCacheManager/*.{h,m}", "HMCache/HMMigrationData/*.{h,m}"], "frameworks" : "Foundation"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"lxian1988": {"type": "string"}}, "required": ["lxian1988"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "requires_arc", "source_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {"type": "object", "properties": {"byte_offset": {"type": "integer"}, "previous": {"type": "string"}}, "required": ["byte_offset", "previous"]}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"num_states" : 893571576, "batch_size" : 50000000, "index" : [{"byte_offset" : 83279295, "previous" : "2121434441425"}, {"byte_offset" : 168392259, "previous" : "6031222340243"}, {"byte_offset" : 254413672, "previous" : "13021155533112"}, {"byte_offset" : 340285909, "previous" : "21213442510533"}, {"byte_offset" : 427169782, "previous" : "31020262431341"}, {"byte_offset" : 514013137, "previous" : "42532022542213"}, {"byte_offset" : 601868529, "previous" : "103234124145234"}, {"byte_offset" : 690778167, "previous" : "123205531411431"}, {"byte_offset" : 778700498, "previous" : "152314341251221"}, {"byte_offset" : 867373174, "previous" : "222540531211432"}, {"byte_offset" : 956778827, "previous" : "342442043322144"}, {"byte_offset" : 1045698917, "previous" : "1011243333422435"}, {"byte_offset" : 1135934939, "previous" : "1033201410463112"}, {"byte_offset" : 1228367029, "previous" : "1122632403313121"}, {"byte_offset" : 1322152172, "previous" : "1213440125443131"}, {"byte_offset" : 1418550343, "previous" : "1322514021434242"}, {"byte_offset" : 1517008766, "previous" : "2033000242415235"}]} | json_instruct | {"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {"type": "object", "properties": {"byte_offset": {"type": "integer"}, "previous": {"type": "string"}}, "required": ["byte_offset", "previous"]}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["fmtjs-att-pass-lexical"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RemotesList", "version" : "0.0.0", "private" : true, "main" : "RemotesList.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Enable": {"type": "array", "items": {"type": "string"}}, "Linters": {"type": "object", "properties": {"gosec": {"type": "object", "properties": {"Command": {"type": "string"}, "tips": {"type": "string"}}, "required": ["Command", "tips"]}}, "required": ["gosec"]}}, "required": ["Enable", "Linters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Enable" : ["test"], "Linters" : {"gosec" : {"Command" : "gosec -exclude=G502,G104", "tips" : "G502 \u8868\u793a\u4e0d\u5141\u8bb8\u4f7f\u7528des\uff0cG104\u8868\u793a\u5ba1\u8ba1\u9519\u8bef\u672a\u68c0\u6d4b"}}} | json_instruct | {"type": "object", "properties": {"Enable": {"type": "array", "items": {"type": "string"}}, "Linters": {"type": "object", "properties": {"gosec": {"type": "object", "properties": {"Command": {"type": "string"}, "tips": {"type": "string"}}, "required": ["Command", "tips"]}}, "required": ["gosec"]}}, "required": ["Enable", "Linters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"@metadata": {"type": "array", "items": {}}, "cosmetic_changes-append": {"type": "string"}, "cosmetic_changes-standalone": {"type": "string"}}, "required": ["@metadata", "cosmetic_changes-append", "cosmetic_changes-standalone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : [], "cosmetic_changes-append" : "; cosmetic changes", "cosmetic_changes-standalone" : "Bot: Cosmetic changes"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "array", "items": {}}, "cosmetic_changes-append": {"type": "string"}, "cosmetic_changes-standalone": {"type": "string"}}, "required": ["@metadata", "cosmetic_changes-append", "cosmetic_changes-standalone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "bank": {"type": "string"}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["url", "bank", "name", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://www.peoplesbank.lk/investment-savings-account", "bank" : "people", "name" : "Investment Savings Account", "details" : " Designed for regular savers with ambition & a goal, our Investment Savings Account enables you to save a fixed sum every month for a period of 5 years. At the end of the 5 year period, you will be in possession of a substantial sum of money. If you have an Investment Savings Account, you will be given priority when applying for a loan facility for housing, consumption or for a business. You can open an account from any of our Island-wide branches with as little as Rs.100/- . Special benefits Special benefits: Priority when obtaining loan facilities for housing, consumption, and businesses. Higher interest rate than the normal interest. Bonus interest at the end of the period. "} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "bank": {"type": "string"}, "name": {"type": "string"}, "details": {"type": "string"}}, "required": ["url", "bank", "name", "details"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"sn52.15:0.1": {"type": "string"}, "sn52.15:0.2": {"type": "string"}, "sn52.15:0.3": {"type": "string"}, "sn52.15:1.1": {"type": "string"}}, "required": ["sn52.15:0.1", "sn52.15:0.2", "sn52.15:0.3", "sn52.15:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sn52.15:0.1" : "Linked Discourses 52 ", "sn52.15:0.2" : "2. A Thousand ", "sn52.15:0.3" : "15. Possible ", "sn52.15:1.1" : "\u201c\u2026 And it\u2019s because of developing and cultivating these four kinds of mindfulness meditation that I truly understand the possible as possible and the impossible as impossible.\u201d "} | json_instruct | {"type": "object", "properties": {"sn52.15:0.1": {"type": "string"}, "sn52.15:0.2": {"type": "string"}, "sn52.15:0.3": {"type": "string"}, "sn52.15:1.1": {"type": "string"}}, "required": ["sn52.15:0.1", "sn52.15:0.2", "sn52.15:0.3", "sn52.15:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-06-22T23:00:00Z", "Temp" : 21.3, "RelHum" : 86, "WindSpeed" : 1, "WindDir" : 295} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "name" : "AboutComponent", "main" : "./AboutComponent"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["141023202200", "\u5357\u5c0f\u5f20\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202201", "\u666f\u6bdb\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["141023202203", "\u5357\u9ad8\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202204", "\u5317\u9ad8\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["141023202205", "\u897f\u90ed\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202206", "\u5409\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202207", "\u5821\u5934\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202208", "\u5317\u53e4\u53bf\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202209", "\u8463\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["141023202210", "\u7533\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["141023202211", "\u67f4\u738b\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202212", "\u5317\u5c0f\u5f20\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202213", "\u4e1c\u674e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["141023202214", "\u5317\u674e\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900088598": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900088599": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900088598", "900088599"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900088598" : {"nama" : "TPS 1", "dapil" : [1501, 11503, 2150204]}, "900088599" : {"nama" : "TPS 2", "dapil" : [1501, 11503, 2150204]}} | json_instruct | {"type": "object", "properties": {"900088598": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900088599": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900088598", "900088599"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"short_description": {"type": "string"}, "manufacturer": {"type": "string"}, "families": {"type": "array", "items": {"type": "string"}}, "models": {"type": "array", "items": {"type": "string"}}, "areas": {"type": "array", "items": {"type": "string"}}}, "required": ["short_description", "manufacturer", "families", "models", "areas"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"short_description" : "AMLogic g12 audio subsystem TDM driver", "manufacturer" : "AMLogic", "families" : ["g12"], "models" : ["S905D2", "T931", "S905D3"], "areas" : ["Media", "Audio"]} | json_instruct | {"type": "object", "properties": {"short_description": {"type": "string"}, "manufacturer": {"type": "string"}, "families": {"type": "array", "items": {"type": "string"}}, "models": {"type": "array", "items": {"type": "string"}}, "areas": {"type": "array", "items": {"type": "string"}}}, "required": ["short_description", "manufacturer", "families", "models", "areas"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geometry": {"type": "string"}, "reference": {"type": "string"}, "organisation": {"type": "string"}, "geography": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geometry", "reference", "organisation", "geography", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[0.175787, 51.479436], [0.174702, 51.479574], [0.174575, 51.479016], [0.172344, 51.479233], [0.172316, 51.478771], [0.172536, 51.478317], [0.172819, 51.477901], [0.173196, 51.478022], [0.173692, 51.47732], [0.174935, 51.477673], [0.175362, 51.477115], [0.175243, 51.477075], [0.175337, 51.47693], [0.17592, 51.476161], [0.178078, 51.476829], [0.177401, 51.477736], [0.17569, 51.47721], [0.175272, 51.477778], [0.175793, 51.477935], [0.175597, 51.478171], [0.175975, 51.478268], [0.176035, 51.478162], [0.176242, 51.478226], [0.176444, 51.478674], [0.175835, 51.478782], [0.176013, 51.479309], [0.17743, 51.479121], [0.177771, 51.479274], [0.177088, 51.479847], [0.176486, 51.480299], [0.176353, 51.480283], [0.176293, 51.480227], [0.176035, 51.479416], [0.175787, 51.479436]]]]}, "properties" : {"geometry" : "MULTIPOLYGON (((0.175787 51.479436,0.174702 51.479574,0.174575 51.479016,0.172344 51.479233,0.172316 51.478771,0.172536 51.478317,0.172819 51.477901,0.173196 51.478022,0.173692 51.477320,0.174935 51.477673,0.175362 51.477115,0.175243 51.477075,0.175337 51.476930,0.175920 51.476161,0.178078 51.476829,0.177401 51.477736,0.175690 51.477210,0.175272 51.477778,0.175793 51.477935,0.175597 51.478171,0.175975 51.478268,0.176035 51.478162,0.176242 51.478226,0.176444 51.478674,0.175835 51.478782,0.176013 51.479309,0.177430 51.479121,0.177771 51.479274,0.177088 51.479847,0.176486 51.480299,0.176353 51.480283,0.176293 51.480227,0.176035 51.479416,0.175787 51.479436)))", "reference" : "COA00000527", "organisation" : "local-authority-eng:BEX", "geography" : "conservation-area:COA00000527", "name" : "COA00000527", "slug" : "/conservation-area/local-authority-eng/BEX/COA00000527", "entity" : 471238, "entry-date" : "2020-09-04"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geometry": {"type": "string"}, "reference": {"type": "string"}, "organisation": {"type": "string"}, "geography": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geometry", "reference", "organisation", "geography", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ann", "fields" : [{"name" : "a", "descriptor" : "Lorg/apache/logging/log4j/Logger;"}, {"name" : "b", "descriptor" : "Lnet/minecraft/server/MinecraftServer;"}, {"name" : "c", "descriptor" : "Ljavax/management/MBeanInfo;"}, {"name" : "d", "descriptor" : "Ljava/util/Map;"}], "methods" : [{"name" : "<clinit>", "descriptor" : "()V"}, {"name" : "<init>", "descriptor" : "(Lnet/minecraft/server/MinecraftServer;)V"}, {"name" : "a", "descriptor" : "()F"}, {"name" : "a", "descriptor" : "(I)[Ljavax/management/MBeanAttributeInfo;"}, {"name" : "a", "descriptor" : "(Lann$a;)Ljavax/management/Attribute;"}, {"name" : "a", "descriptor" : "(Ljava/lang/Object;)Ljavax/management/MBeanAttributeInfo;"}, {"name" : "a", "descriptor" : "(Lnet/minecraft/server/MinecraftServer;)V"}, {"name" : "b", "descriptor" : "()[J"}, {"name" : "b", "descriptor" : "(Lann$a;)Ljava/lang/String;"}, {"name" : "getAttribute", "descriptor" : "(Ljava/lang/String;)Ljava/lang/Object;"}, {"name" : "getAttributes", "descriptor" : "([Ljava/lang/String;)Ljavax/management/AttributeList;"}, {"name" : "getMBeanInfo", "descriptor" : "()Ljavax/management/MBeanInfo;"}, {"name" : "invoke", "descriptor" : "(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;"}, {"name" : "setAttribute", "descriptor" : "(Ljavax/management/Attribute;)V"}, {"name" : "setAttributes", "descriptor" : "(Ljavax/management/AttributeList;)Ljavax/management/AttributeList;"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "descriptor": {"type": "string"}}, "required": ["name", "descriptor"]}}}, "required": ["name", "fields", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "10956_cam-image_array_.jpg", "user/angle" : -0.194, "user/throttle" : 0.394, "user/mode" : "user", "pos/pos_x" : 73.4102, "pos/pos_y" : 0.5541818, "pos/pos_z" : 30.45301, "pos/speed" : 6.748271, "pos/cte" : -1.361341, "milliseconds" : 585076} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type": "number"}, "qts": {"type": "number"}, "re": {"type": "number"}, "rms": {"type": "number"}, "sd": {"type": "number"}, "vas": {"type": "number"}, "vendor": {"type": "string"}, "xmax": {"type": "number"}}, "required": ["bl", "cms", "fs", "le", "mms", "model", "pe", "qes", "qms", "qts", "re", "rms", "sd", "vas", "vendor", "xmax"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bl" : 7.77, "cms" : 0.001409, "fs" : 55.0, "le" : 0.00016, "mms" : 0.0081, "model" : "W4-792SJ", "pe" : 28.0, "qes" : 0.3, "qms" : 3.69, "qts" : 0.28, "re" : 3.6, "rms" : 0.8, "sd" : 0.0057, "vas" : 0.00484, "vendor" : "TangBand", "xmax" : 0.0029} | json_instruct | {"type": "object", "properties": {"bl": {"type": "number"}, "cms": {"type": "number"}, "fs": {"type": "number"}, "le": {"type": "number"}, "mms": {"type": "number"}, "model": {"type": "string"}, "pe": {"type": "number"}, "qes": {"type": "number"}, "qms": {"type": "number"}, "qts": {"type": "number"}, "re": {"type": "number"}, "rms": {"type": "number"}, "sd": {"type": "number"}, "vas": {"type": "number"}, "vendor": {"type": "string"}, "xmax": {"type": "number"}}, "required": ["bl", "cms", "fs", "le", "mms", "model", "pe", "qes", "qms", "qts", "re", "rms", "sd", "vas", "vendor", "xmax"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "bioconductor-qckitfastq", "downloads" : 8300, "count" : 5776}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpstan/phpstan": {"type": "string"}}, "required": ["phpunit/phpunit", "phpstan/phpstan"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Seld\\JsonLint\\": {"type": "string"}}, "required": ["Seld\\JsonLint\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "phpstan": {"type": "string"}}, "required": ["test", "phpstan"]}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "require-dev", "autoload", "bin", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "seld/jsonlint", "description" : "JSON Linter", "keywords" : ["json", "parser", "linter", "validator"], "type" : "library", "license" : "MIT", "authors" : [{"name" : "Jordi Boggiano", "email" : "j.boggiano@seld.be", "homepage" : "http://seld.be"}], "require" : {"php" : "^5.3 || ^7.0 || ^8.0"}, "require-dev" : {"phpunit/phpunit" : "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13", "phpstan/phpstan" : "^0.12.59"}, "autoload" : {"psr-4" : {"Seld\\JsonLint\\" : "src/Seld/JsonLint/"}}, "bin" : ["bin/jsonlint"], "scripts" : {"test" : "vendor/bin/phpunit", "phpstan" : "vendor/bin/phpstan analyse"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpstan/phpstan": {"type": "string"}}, "required": ["phpunit/phpunit", "phpstan/phpstan"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Seld\\JsonLint\\": {"type": "string"}}, "required": ["Seld\\JsonLint\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "phpstan": {"type": "string"}}, "required": ["test", "phpstan"]}}, "required": ["name", "description", "keywords", "type", "license", "authors", "require", "require-dev", "autoload", "bin", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"traceur": {"type": "string"}, "es6-module-loader": {"type": "string"}}, "required": ["traceur", "es6-module-loader"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "modules-and-classes", "version" : "1.0.0", "description" : "", "main" : "module-basics.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "devDependencies" : {"traceur" : "0.0.111", "es6-module-loader" : "0.17.11"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"traceur": {"type": "string"}, "es6-module-loader": {"type": "string"}}, "required": ["traceur", "es6-module-loader"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$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"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "cheerio": {"type": "string"}, "faker": {"type": "string"}, "jest": {"type": "string"}, "moment": {"type": "string"}}, "required": ["ajv", "cheerio", "faker", "jest", "moment"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["lodash", "xml2js"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "test-vectors", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "jest"}, "author" : "Orie Steele", "license" : "Apache-2.0", "devDependencies" : {"ajv" : "^7.0.0-beta.0", "cheerio" : "^1.0.0-rc.3", "faker" : "^5.1.0", "jest" : "^26.4.2", "moment" : "^2.29.0"}, "dependencies" : {"lodash" : "^4.17.20", "xml2js" : "^0.4.23"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ajv": {"type": "string"}, "cheerio": {"type": "string"}, "faker": {"type": "string"}, "jest": {"type": "string"}, "moment": {"type": "string"}}, "required": ["ajv", "cheerio", "faker", "jest", "moment"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["lodash", "xml2js"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-8mhg-23wr-jvpx", "modified" : "2022-03-08T00:00:38Z", "published" : "2022-03-01T00:00:32Z", "aliases" : ["CVE-2021-24913"], "details" : "The Logo Showcase with Slick Slider WordPress plugin before 2.0.1 does not have CSRF check in the lswss_save_attachment_data AJAX action, allowing attackers to make a logged in high privilege user, change title, description, alt text, and URL of arbitrary uploaded media.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-24913"}, {"type" : "WEB", "url" : "https://plugins.trac.wordpress.org/changeset/2669404"}, {"type" : "WEB", "url" : "https://wpscan.com/vulnerability/2f499945-1924-49f0-ad6e-9192273a5c05"}], "database_specific" : {"cwe_ids" : ["CWE-352"], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"48": {"type": "string"}, "96": {"type": "string"}}, "required": ["48", "96"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_title", "default_popup"]}}, "required": ["manifest_version", "name", "version", "description", "homepage_url", "icons", "permissions", "background", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 2, "name" : "Clima Hoje", "version" : "2.2.2", "description" : "Consulta para previs\u00e3o de tempo em cidades brasileiras", "homepage_url" : "https://github.com/ViniciusRio/clima-hoje", "icons" : {"48" : "img/icons/icon_cloud.svg", "96" : "img/icons/icon_cloud.svg"}, "permissions" : ["activeTab", "geolocation"], "background" : {"scripts" : ["js/jquery-3.4.1.min.js", "js/chosen-js/chosen.jquery.js", "js/prettydate/dist/prettydate.js", "js/script.js"]}, "browser_action" : {"default_icon" : "img/icons/icon_cloud.svg", "default_title" : "Clima Hoje", "default_popup" : "index.html"}} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"48": {"type": "string"}, "96": {"type": "string"}}, "required": ["48", "96"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}, "default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_icon", "default_title", "default_popup"]}}, "required": ["manifest_version", "name", "version", "description", "homepage_url", "icons", "permissions", "background", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"aida_page": {"type": "string"}, "cid": {"type": "string"}, "classements": {"type": "array", "items": {}}, "date_of_signature": {"type": "string"}, "is_transverse": {"type": "boolean"}, "nickname": {"type": "string"}, "nor": {"type": "string"}, "reason_deleted": {"type": "null"}, "source": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}}, "required": ["aida_page", "cid", "classements", "date_of_signature", "is_transverse", "nickname", "nor", "reason_deleted", "source", "state", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aida_page" : "30695", "cid" : "JORFTEXT000028931114", "classements" : [], "date_of_signature" : "2014-04-28", "is_transverse" : true, "nickname" : "Autosurveillance (GIDAF)", "nor" : "DEVP1402549A", "reason_deleted" : null, "source" : "LEGIFRANCE", "state" : "VIGUEUR", "title" : "Arr\u00eat\u00e9 du 28/04/14 relatif \u00e0 la transmission des donn\u00e9es de surveillance des \u00e9missions des installations class\u00e9es pour la protection de l'environnement"} | json_instruct | {"type": "object", "properties": {"aida_page": {"type": "string"}, "cid": {"type": "string"}, "classements": {"type": "array", "items": {}}, "date_of_signature": {"type": "string"}, "is_transverse": {"type": "boolean"}, "nickname": {"type": "string"}, "nor": {"type": "string"}, "reason_deleted": {"type": "null"}, "source": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}}, "required": ["aida_page", "cid", "classements", "date_of_signature", "is_transverse", "nickname", "nor", "reason_deleted", "source", "state", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "nickname": {"type": "string"}}, "required": ["name", "nickname"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Reini Urban", "nickname" : "rurban"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "nickname": {"type": "string"}}, "required": ["name", "nickname"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01005504": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01005504"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01005504" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00027858", "LAD11CD" : "E08000005"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00027861", "LAD11CD" : "E08000005"}, "arcs" : [[2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00027862", "LAD11CD" : "E08000005"}, "arcs" : [[5, 6, 7, -5, 8, -1, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00027865", "LAD11CD" : "E08000005"}, "arcs" : [[-6, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00027866", "LAD11CD" : "E08000005"}, "arcs" : [[-8, 11, -3]]}]}}, "arcs" : [[[7564, 6526], [-1641, -46], [-63, 428], [-959, -135], [-1081, -458], [266, -441]], [[4086, 5874], [-656, -198], [-124, 490], [-125, 546], [-868, -84], [-811, 511], [1941, 176], [-222, 914], [-2613, -174], [394, 861], [596, -552], [939, 652], [391, 32], [150, -382], [1193, 516], [483, -268], [-217, 1085], [3023, -282], [589, -235], [-324, -1800], [-261, -1156]], [[4111, 4663], [-1328, -447], [-72, -11], [-802, -218], [136, -655], [-1542, -156]], [[503, 3176], [177, 664], [-452, 50], [48, 292], [47, 222], [21, 240], [2678, 203], [797, 800]], [[3819, 5647], [311, 40], [-19, -1024]], [[7248, 5109], [-1570, -996], [1231, -1595]], [[6909, 2518], [-1073, -55]], [[5836, 2463], [67, 671], [-2463, 604], [786, 511], [432, -133], [-547, 547]], [[3819, 5647], [267, 227]], [[7564, 6526], [-316, -1417]], [[7248, 5109], [1430, -340], [-963, -1051], [1335, -999], [415, -383], [534, -1037], [-826, -317], [519, -614], [-1050, -368], [-605, 1245], [-553, 1182], [-509, -10], [-66, 101]], [[5836, 2463], [-5410, -222], [-426, 532], [503, 403]]], "transform" : {"scale" : [1.0429526536619525e-06, 8.441951801375569e-07], "translate" : [-2.227765345011084, 53.58535042596208]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01005504": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01005504"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "allowJs": {"type": "boolean"}, "jsx": {"type": "string"}, "alwaysStrict": {"type": "boolean"}, "strict": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}, "paths": {"type": "object", "properties": {"@app/*": {"type": "array", "items": {"type": "string"}}, "@components/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@app/*", "@components/*"]}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "rootDirs": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "module", "moduleResolution", "allowJs", "jsx", "alwaysStrict", "strict", "noImplicitAny", "experimentalDecorators", "allowSyntheticDefaultImports", "baseUrl", "rootDir", "paths", "forceConsistentCasingInFileNames", "rootDirs"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"target" : "es2017", "module" : "esnext", "moduleResolution" : "node", "allowJs" : true, "jsx" : "react", "alwaysStrict" : true, "strict" : true, "noImplicitAny" : true, "experimentalDecorators" : true, "allowSyntheticDefaultImports" : true, "baseUrl" : ".", "rootDir" : ".", "paths" : {"@app/*" : ["./src/*"], "@components/*" : ["./src/components/*"]}, "forceConsistentCasingInFileNames" : true, "rootDirs" : ["./src"]}, "include" : ["./**/*.ts", "./**/*.tsx"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "allowJs": {"type": "boolean"}, "jsx": {"type": "string"}, "alwaysStrict": {"type": "boolean"}, "strict": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "baseUrl": {"type": "string"}, "rootDir": {"type": "string"}, "paths": {"type": "object", "properties": {"@app/*": {"type": "array", "items": {"type": "string"}}, "@components/*": {"type": "array", "items": {"type": "string"}}}, "required": ["@app/*", "@components/*"]}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "rootDirs": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "module", "moduleResolution", "allowJs", "jsx", "alwaysStrict", "strict", "noImplicitAny", "experimentalDecorators", "allowSyntheticDefaultImports", "baseUrl", "rootDir", "paths", "forceConsistentCasingInFileNames", "rootDirs"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "563040", "ProductId" : "B007JFMH8M", "UserId" : "A3V980JQPFQVDJ", "ProfileName" : "Kassie90", "HelpfulnessNumerator" : 0, "HelpfulnessDenominator" : 0, "Score" : 5, "date" : "2012-07-25", "Summary" : "Chewy Goodness", "text" : "This cookie was moist chewy and delicious. Both my daughter and I thought it was fabulous and I will definitely buy in the future."} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"firebase/php-jwt": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["firebase/php-jwt", "guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"tbclla\\Revolut\\": {"type": "string"}}, "required": ["tbclla\\Revolut\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"tbclla\\Revolut\\Tests\\": {"type": "string"}}, "required": ["tbclla\\Revolut\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Revolut": {"type": "string"}}, "required": ["Revolut"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}, "require-dev": {"type": "object", "properties": {"orchestra/testbench": {"type": "string"}}, "required": ["orchestra/testbench"]}}, "required": ["name", "description", "license", "require", "autoload", "autoload-dev", "extra", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tbclla/laravel-revolut-business", "description" : "An unofficial Laravel wrapper for Revolut's Open API for Business", "license" : "MIT", "require" : {"firebase/php-jwt" : "^5.2", "guzzlehttp/guzzle" : "^7.0"}, "autoload" : {"psr-4" : {"tbclla\\Revolut\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"tbclla\\Revolut\\Tests\\" : "tests/"}}, "extra" : {"laravel" : {"providers" : ["tbclla\\Revolut\\Providers\\RevolutServiceProvider"], "aliases" : {"Revolut" : "tbclla\\Revolut\\Facades\\Revolut"}}}, "require-dev" : {"orchestra/testbench" : "^5.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"firebase/php-jwt": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}}, "required": ["firebase/php-jwt", "guzzlehttp/guzzle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"tbclla\\Revolut\\": {"type": "string"}}, "required": ["tbclla\\Revolut\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"tbclla\\Revolut\\Tests\\": {"type": "string"}}, "required": ["tbclla\\Revolut\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Revolut": {"type": "string"}}, "required": ["Revolut"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}, "require-dev": {"type": "object", "properties": {"orchestra/testbench": {"type": "string"}}, "required": ["orchestra/testbench"]}}, "required": ["name", "description", "license", "require", "autoload", "autoload-dev", "extra", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"primitive_leaves": {"type": "string"}}, "required": ["primitive_leaves"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"primitive_leaves" : "atmospheric:kousa_leaves"} | json_instruct | {"type": "object", "properties": {"primitive_leaves": {"type": "string"}}, "required": ["primitive_leaves"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"composer/composer": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "monolog/monolog": {"type": "string"}, "silex/silex": {"type": "string"}, "symfony/class-loader": {"type": "string"}, "symfony/twig-bridge": {"type": "string"}, "symfony/finder": {"type": "string"}}, "required": ["composer/composer", "erusev/parsedown", "monolog/monolog", "silex/silex", "symfony/class-loader", "symfony/twig-bridge", "symfony/finder"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {"composer/composer" : "^1.0@dev", "erusev/parsedown" : "^1.0", "monolog/monolog" : "^1.4", "silex/silex" : "^1.1", "symfony/class-loader" : "^2.3", "symfony/twig-bridge" : "^2.3", "symfony/finder" : "^2.3"}, "autoload" : {"psr-0" : {"" : "src/"}}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"composer/composer": {"type": "string"}, "erusev/parsedown": {"type": "string"}, "monolog/monolog": {"type": "string"}, "silex/silex": {"type": "string"}, "symfony/class-loader": {"type": "string"}, "symfony/twig-bridge": {"type": "string"}, "symfony/finder": {"type": "string"}}, "required": ["composer/composer", "erusev/parsedown", "monolog/monolog", "silex/silex", "symfony/class-loader", "symfony/twig-bridge", "symfony/finder"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"": {"type": "string"}}, "required": [""]}}, "required": ["psr-0"]}}, "required": ["require", "autoload"], "$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" : "backgammon", "definition" : "A game of chance and skill, played by two persons on a \"board\" marked off into twenty-four spaces called \"points\". Each player has fifteen pieces, or \"men\", the movements of which from point to point are determined by throwing dice. Formerly called tables. Backgammon board , a board for playing backgammon, often made in the form of two rectangular trays hinged together, each tray containing two \"tables\".\n\nIn the game of backgammon, to beat by ending the game before the loser is clear of his first \"table\"."} | 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": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generated_at" : "2017-01-27T09:37:27.828712", "required_by" : ["nltokeniz"], "requires" : ["iso639", "langdetect", "neologdn"], "package" : "nlnormaliz"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"half=upper,open=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=lower,open=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=upper,open=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=lower,open=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["half=upper,open=false", "half=lower,open=false", "half=upper,open=true", "half=lower,open=true"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"half=upper,open=false" : {"model" : "arfo:block/tall_byg_bayou_grass_top"}, "half=lower,open=false" : {"model" : "arfo:block/tall_byg_bayou_grass_bottom"}, "half=upper,open=true" : {"model" : "arfo:block/tall_byg_bayou_grass_top_down"}, "half=lower,open=true" : {"model" : "arfo:block/tall_byg_bayou_grass_bottom_down"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"half=upper,open=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=lower,open=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=upper,open=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "half=lower,open=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["half=upper,open=false", "half=lower,open=false", "half=upper,open=true", "half=lower,open=true"]}}, "required": ["variants"], "$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"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}, "apidoc": {"type": "string"}, "generator": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "time", "url", "version"]}}, "required": ["name", "version", "description", "title", "url", "sampleUrl", "apidoc", "generator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Dukanty", "version" : "1.0.0", "description" : "Dukanty API Documentation Restful", "title" : "Dukanty RESTful API", "url" : "http://dukanty.com/", "sampleUrl" : "http://dukanty.com/", "apidoc" : "0.2.0", "generator" : {"name" : "apidoc", "time" : "2016-06-04T18:08:22.995Z", "url" : "http://apidocjs.com", "version" : "0.16.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}, "apidoc": {"type": "string"}, "generator": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}, "url": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "time", "url", "version"]}}, "required": ["name", "version", "description", "title", "url", "sampleUrl", "apidoc", "generator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_79qzy", "name" : "csp_kris"}, "date" : {"day" : 1596844800, "full" : 1596888848, "month" : 1596240000, "week" : 1596326400}, "id" : "t3_i5y4ge", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 170151, "fullUrl" : "https://preview.redd.it/ta40bmyqsrf51.jpg?auto=webp&s=695ddbdbbe043b048b6de43bd293bd07a09f913f", "hash" : "eaf07bf9e3", "height" : 907, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAsDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQH/8QAJBAAAgECBQQDAAAAAAAAAAAAAQIDESEABBITMQUGFEFhgZH/xAAVAQEBAAAAAAAAAAAAAAAAAAAEBf/EABkRAAMBAQEAAAAAAAAAAAAAAAECAwAEEf/aAAwDAQACEQMRAD8A0CTtwZZo8vmHaWN2ZndWoymwDIfwEcGtTcYZh6PrjDxGWNGqQsKLoF/Vb0wvKzSb2zvAsrNcG4DCx+uPjFmTL+Mm476vevnnC6XYqPdKjyoGIG//2Q==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/0uG5bSUtHQD5Ib_yAcATNkjV6rsdblVa7iOEm3zrPOw.jpg", "url" : "https://preview.redd.it/ta40bmyqsrf51.jpg?width=640&crop=smart&auto=webp&s=83f8331c17baece86642df045e03d1eb886abdeb", "width" : 640}, "score" : {"comments" : 11, "downs" : 0, "isCurated" : false, "ratio" : 1, "ups" : 66, "value" : 66}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Old School Map (36x51)", "url" : "https://www.reddit.com/r/dndmaps/comments/i5y4ge/old_school_map_36x51/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"autolispext.help.commands.openWebHelp": {"type": "string"}, "autolispext.commands.addFoldingRegion": {"type": "string"}, "autolispext.help.commands.generateDocumentation": {"type": "string"}, "autolispext.providers.rename.failed": {"type": "string"}}, "required": ["autolispext.help.commands.openWebHelp", "autolispext.commands.addFoldingRegion", "autolispext.help.commands.generateDocumentation", "autolispext.providers.rename.failed"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"autolispext.help.commands.openWebHelp" : "Falha ao carregar o arquivo webHelpAbstraction.json", "autolispext.commands.addFoldingRegion" : "Falha ao inserir trecho", "autolispext.help.commands.generateDocumentation" : "N\u00e3o foi poss\u00edvel localizar um nome de defun v\u00e1lido", "autolispext.providers.rename.failed" : ""} | json_instruct | {"type": "object", "properties": {"autolispext.help.commands.openWebHelp": {"type": "string"}, "autolispext.commands.addFoldingRegion": {"type": "string"}, "autolispext.help.commands.generateDocumentation": {"type": "string"}, "autolispext.providers.rename.failed": {"type": "string"}}, "required": ["autolispext.help.commands.openWebHelp", "autolispext.commands.addFoldingRegion", "autolispext.help.commands.generateDocumentation", "autolispext.providers.rename.failed"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 33}, "clipped" : true, "id" : "b2ebd78d6e"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 34}, "clipped" : true, "id" : "bae85f1db0"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : 44}, "clipped" : true, "id" : "ca7b99193d"}]}}, "type" : "Topology", "transform" : {"translate" : [13.139648437499996, 49.439556958940855], "scale" : [4.29153442382986e-05, 2.789756678787947e-05]}, "arcs" : [[[0, 475], [56, 0], [178, -475], [-234, 0], [0, 475]], [[261, 1024], [-205, -549], [-56, 0], [0, 549], [261, 0]], [[56, 475], [205, 549], [763, 0], [0, -1024], [-790, 0], [-178, 475]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[6, 1, 7, 2], [18, 7, 19, 8], [4, 19, 1, 20], [14, 10, 15, 9], [8, 4, 9, 3], [12, 5, 13, 6], [20, 13, 5, 14], [16, 12, 17, 11], [10, 16, 11, 15], [2, 18, 3, 17]] | 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": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["id", "title"]}}}, "required": ["status", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "OK", "message" : "request complete!!", "data" : [{"id" : 1, "title" : "\u9280\u5ea7\u8857\u982d\u2460 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 2, "title" : "\u9280\u5ea7\u8857\u982d\u2461 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 3, "title" : "\u9280\u5ea7\u8857\u982d\u2462 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 4, "title" : "\u9280\u5ea7\u8857\u982d\u2463 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 5, "title" : "\u9280\u5ea7\u8857\u982d\u2464 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 6, "title" : "\u9280\u5ea7\u8857\u982d\u2465 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 7, "title" : "\u9280\u5ea7\u8857\u982d\u2466 - \u4e09\u597d\u9054\u6cbb -"}, {"id" : 8, "title" : "\u9280\u5ea7\u8857\u982d\u2467 - \u4e09\u597d\u9054\u6cbb -"}]} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["id", "title"]}}}, "required": ["status", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"components": {"type": "object", "properties": {"logger": {"type": "object", "properties": {"fileLogLevel": {"type": "string"}, "consoleLogLevel": {"type": "string"}}, "required": ["fileLogLevel", "consoleLogLevel"]}}, "required": ["logger"]}}, "required": ["components"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"components" : {"logger" : {"fileLogLevel" : "info", "consoleLogLevel" : "debug"}}} | json_instruct | {"type": "object", "properties": {"components": {"type": "object", "properties": {"logger": {"type": "object", "properties": {"fileLogLevel": {"type": "string"}, "consoleLogLevel": {"type": "string"}}, "required": ["fileLogLevel", "consoleLogLevel"]}}, "required": ["logger"]}}, "required": ["components"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xa3c34721743d417c095c239b588447806dc65ecf", "tool" : "solhint", "start" : 1563636146.9326565, "end" : 1563636152.1818333, "duration" : 5.249176740646362, "analysis" : [{"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "14", "column" : "5", "message" : "Expected indentation of 8 spaces but found 4", "level" : "Error", "type" : "indent"}, {"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "63", "column" : "9", "message" : "Expected indentation of 4 spaces but found 8", "level" : "Error", "type" : "indent"}, {"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "161", "column" : "3", "message" : "Expected indentation of 4 spaces but found 2", "level" : "Error", "type" : "indent"}, {"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "162", "column" : "4", "message" : "Expected indentation of 8 spaces but found 3", "level" : "Error", "type" : "indent"}, {"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "163", "column" : "3", "message" : "Expected indentation of 4 spaces but found 2", "level" : "Error", "type" : "indent"}, {"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "403", "column" : "2", "message" : "Line length must be no more than 120 but current length is 139.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/25/0xa3c34721743d417c095c239b588447806dc65ecf.sol", "line" : "474", "column" : "2", "message" : "Line length must be no more than 120 but current length is 130.", "level" : "Error", "type" : "max-line-length"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"test" : "value-from-json"} | json_instruct | {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@patternfly/react-charts": {"type": "string"}, "@patternfly/react-console": {"type": "string"}, "kubevirt-web-ui-components": {"type": "string"}, "reactabular-dnd": {"type": "string"}}, "required": ["@patternfly/react-charts", "@patternfly/react-console", "kubevirt-web-ui-components", "reactabular-dnd"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"@patternfly/react-charts" : "2.x", "@patternfly/react-console" : "1.9.1", "kubevirt-web-ui-components" : "0.1.34", "reactabular-dnd" : "^8.16.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@patternfly/react-charts": {"type": "string"}, "@patternfly/react-console": {"type": "string"}, "kubevirt-web-ui-components": {"type": "string"}, "reactabular-dnd": {"type": "string"}}, "required": ["@patternfly/react-charts", "@patternfly/react-console", "kubevirt-web-ui-components", "reactabular-dnd"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.26863778, "rotation" : -0.2490747, "xCenter" : 0.44588697, "yCenter" : 0.29030234, "height" : 0.47757828} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "ndebris:block/cracked_rock_tiles_step"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ip" : "65.100.100.42", "country_code" : "US", "country_name" : "United States", "region_code" : "AZ", "region_name" : "Arizona", "city" : "Tucson", "zip_code" : "85739", "time_zone" : "America/Phoenix", "latitude" : 32.465, "longitude" : -110.8922, "metro_code" : 789} | json_instruct | {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "GABRIEL", "frequency" : 73837, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See ppi2i on Metamath](http://us.metamath.org/mpegif/ppi2i.html)"}], "names" : ["ppi2i"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cM", "#T_wcel", "#T_cn0", "#T_cN", "#T_wceq", "#T_cM", "#T_caddc", "#T_c1", "#T_cppi", "#T_cfv", "#T_cM", "#T_wceq", "#T_cK", "#T_wn", "#T_cN", "#T_wcel", "#T_cprime", "#T_cppi", "#T_cfv", "#T_cN", "#T_wceq", "#T_cK"], "metaLanguage" : "METAMATH", "remarks" : " Inference form of ~ ppinprm . (Contributed by Mario Carneiro, 21-Sep-2014.) ", "statement" : "ppi1i.m $e |- M e. NN0 $.\nppi1i.n $e |- N = ( M + 1 ) $.\nppi1i.p $e |- ( ppi ` M ) = K $.\nppi2i.1 $e |- -. N e. Prime $.\nppi2i $p |- ( ppi ` N ) = K $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"limit" : 1000, "name" : "Lava battlestaff", "value" : 17000, "highalch" : 10200, "id" : 3053, "lowalch" : 6800, "name_pt" : "Bast\u00e3o de lava", "price" : 9793, "last" : 9793} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issuer_ca_id" : 10446, "issuer_name" : "C=IL, O=StartCom Ltd., OU=StartCom Certification Authority, CN=StartCom Class 1 DV Server CA", "name_value" : "s.kbs.co.kr", "min_cert_id" : 117984259, "min_entry_timestamp" : "2017-04-13T01:06:02.009", "not_before" : "2017-04-13T00:40:49", "not_after" : "2020-04-13T00:40:49"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : [[[-87.808388, 42.080109], [-87.771246, 42.079703], [-87.771468, 42.065144], [-87.800926, 42.065532], [-87.808388, 42.080109]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 23273}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/process": {"type": "string"}, "symfony/yaml": {"type": "string"}}, "required": ["php", "symfony/console", "symfony/process", "symfony/yaml"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "vimeo/psalm": {"type": "string"}, "psalm/plugin-phpunit": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}}, "required": ["phpunit/phpunit", "vimeo/psalm", "psalm/plugin-phpunit", "friendsofphp/php-cs-fixer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LicenseChecker\\": {"type": "string"}}, "required": ["LicenseChecker\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LicenseChecker\\Tests\\": {"type": "string"}}, "required": ["LicenseChecker\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "bin", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "madewithlove/license-checker", "description" : "CLI tool to verify allowed licenses for composer dependencies", "type" : "library", "license" : "MIT", "authors" : [{"name" : "madewithlove", "email" : "hello@madewithlove.com"}], "minimum-stability" : "stable", "bin" : ["bin/license-checker"], "require" : {"php" : "^8.0", "symfony/console" : "^4.0 || ^5.0", "symfony/process" : "^4.0 || ^5.0", "symfony/yaml" : "^4.0 || ^5.0"}, "require-dev" : {"phpunit/phpunit" : "^9.5", "vimeo/psalm" : "^4.4", "psalm/plugin-phpunit" : "^0.15.1", "friendsofphp/php-cs-fixer" : "^2.18"}, "autoload" : {"psr-4" : {"LicenseChecker\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"LicenseChecker\\Tests\\" : "tests/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}, "symfony/process": {"type": "string"}, "symfony/yaml": {"type": "string"}}, "required": ["php", "symfony/console", "symfony/process", "symfony/yaml"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "vimeo/psalm": {"type": "string"}, "psalm/plugin-phpunit": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}}, "required": ["phpunit/phpunit", "vimeo/psalm", "psalm/plugin-phpunit", "friendsofphp/php-cs-fixer"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LicenseChecker\\": {"type": "string"}}, "required": ["LicenseChecker\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"LicenseChecker\\Tests\\": {"type": "string"}}, "required": ["LicenseChecker\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "bin", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"lmbda_0.08_eps_7": {"type": "object", "properties": {"test_mse": {"type": "number"}, "train_mse": {"type": "number"}, "htv": {"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "5": {"type": "number"}, "10": {"type": "number"}}, "required": ["1", "2", "5", "10"]}, "valid_mse": {"type": "number"}}, "required": ["test_mse", "train_mse", "htv", "valid_mse"]}}, "required": ["lmbda_0.08_eps_7"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lmbda_0.08_eps_7" : {"test_mse" : 5.48e-05, "train_mse" : 5.91e-05, "htv" : {"1" : 8.5, "2" : 7.05, "5" : 6.69, "10" : 6.65}, "valid_mse" : 8.3e-05}} | json_instruct | {"type": "object", "properties": {"lmbda_0.08_eps_7": {"type": "object", "properties": {"test_mse": {"type": "number"}, "train_mse": {"type": "number"}, "htv": {"type": "object", "properties": {"1": {"type": "number"}, "2": {"type": "number"}, "5": {"type": "number"}, "10": {"type": "number"}}, "required": ["1", "2", "5", "10"]}, "valid_mse": {"type": "number"}}, "required": ["test_mse", "train_mse", "htv", "valid_mse"]}}, "required": ["lmbda_0.08_eps_7"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Northway", "state_name" : "Alaska", "state_abbrv" : "AK", "lat" : "62.9617", "long" : "-141.9372"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"className": {"type": "string"}, "classAnnotations": {"type": "array", "items": {}}, "interfaces": {"type": "array", "items": {"type": "string"}}, "superClasses": {"type": "array", "items": {"type": "string"}}}, "required": ["className", "classAnnotations", "interfaces", "superClasses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"className" : "org.wikipedia.page.PageFragment", "classAnnotations" : [], "interfaces" : ["android.content.ComponentCallbacks", "android.view.View$OnCreateContextMenuListener", "androidx.activity.result.ActivityResultCaller", "androidx.lifecycle.HasDefaultViewModelProviderFactory", "androidx.lifecycle.LifecycleOwner", "androidx.lifecycle.ViewModelStoreOwner", "androidx.savedstate.SavedStateRegistryOwner", "org.wikipedia.BackPressedHandler", "org.wikipedia.bridge.CommunicationBridge$CommunicationBridgeListener", "org.wikipedia.page.references.ReferenceDialog$Callback", "org.wikipedia.theme.ThemeChooserDialog$Callback", "org.wikipedia.watchlist.WatchlistExpiryDialog$Callback", "org.wikipedia.wiktionary.WiktionaryDialog$Callback"], "superClasses" : ["androidx.fragment.app.Fragment", "java.lang.Object"]} | json_instruct | {"type": "object", "properties": {"className": {"type": "string"}, "classAnnotations": {"type": "array", "items": {}}, "interfaces": {"type": "array", "items": {"type": "string"}}, "superClasses": {"type": "array", "items": {"type": "string"}}}, "required": ["className", "classAnnotations", "interfaces", "superClasses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"tax_delete_message": {"type": "string"}, "tax_update_message": {"type": "string"}, "added_taxes": {"type": "string"}, "new_tax": {"type": "string"}, "create_new_tax": {"type": "string"}, "update_tax": {"type": "string"}, "tax": {"type": "string"}, "linked_account": {"type": "string"}, "applied_from": {"type": "string"}, "tax_percentage": {"type": "string"}, "file_date": {"type": "string"}, "duration": {"type": "string"}, "select_tax": {"type": "string"}, "tax_percent": {"type": "string"}, "unique_no": {"type": "string"}, "unique_number": {"type": "string"}, "link_tax": {"type": "string"}, "is_other_tax_linked": {"type": "string"}, "apply_tax_from": {"type": "string"}, "tax_duration": {"type": "string"}, "select_duration": {"type": "string"}, "filing_date": {"type": "string"}}, "required": ["tax_delete_message", "tax_update_message", "added_taxes", "new_tax", "create_new_tax", "update_tax", "tax", "linked_account", "applied_from", "tax_percentage", "file_date", "duration", "select_tax", "tax_percent", "unique_no", "unique_number", "link_tax", "is_other_tax_linked", "apply_tax_from", "tax_duration", "select_duration", "filing_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tax_delete_message" : "Are you sure you want to delete [TAX_NAME]?", "tax_update_message" : "Are you sure you want to update [TAX_NAME]?", "added_taxes" : "Added Taxes", "new_tax" : "New Tax", "create_new_tax" : "Create New Tax", "update_tax" : "Update Tax", "tax" : "Tax#", "linked_account" : "Linked Account", "applied_from" : "Applied From", "tax_percentage" : "Tax Percentage", "file_date" : "File Date", "duration" : "Duration", "select_tax" : "Select Tax", "tax_percent" : "Tax Percent", "unique_no" : "Unique No.", "unique_number" : "Unique Number", "link_tax" : "Link Tax", "is_other_tax_linked" : "Is any other tax linked to it", "apply_tax_from" : "Apply Tax From", "tax_duration" : "Tax Duration", "select_duration" : "Select Duration", "filing_date" : "Filing Date"} | json_instruct | {"type": "object", "properties": {"tax_delete_message": {"type": "string"}, "tax_update_message": {"type": "string"}, "added_taxes": {"type": "string"}, "new_tax": {"type": "string"}, "create_new_tax": {"type": "string"}, "update_tax": {"type": "string"}, "tax": {"type": "string"}, "linked_account": {"type": "string"}, "applied_from": {"type": "string"}, "tax_percentage": {"type": "string"}, "file_date": {"type": "string"}, "duration": {"type": "string"}, "select_tax": {"type": "string"}, "tax_percent": {"type": "string"}, "unique_no": {"type": "string"}, "unique_number": {"type": "string"}, "link_tax": {"type": "string"}, "is_other_tax_linked": {"type": "string"}, "apply_tax_from": {"type": "string"}, "tax_duration": {"type": "string"}, "select_duration": {"type": "string"}, "filing_date": {"type": "string"}}, "required": ["tax_delete_message", "tax_update_message", "added_taxes", "new_tax", "create_new_tax", "update_tax", "tax", "linked_account", "applied_from", "tax_percentage", "file_date", "duration", "select_tax", "tax_percent", "unique_no", "unique_number", "link_tax", "is_other_tax_linked", "apply_tax_from", "tax_duration", "select_duration", "filing_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ef-2": {"type": "string"}, "fus": {"type": "string"}, "EF-2": {"type": "string"}, "s7": {"type": "string"}, "O93637": {"type": "string"}, "EF2_METMT": {"type": "string"}, "Elongation factor 2": {"type": "string"}, "fusA": {"type": "string"}, "O93636": {"type": "string"}, "RS7_METMT": {"type": "string"}, "30S ribosomal protein S7": {"type": "string"}, "rps7": {"type": "string"}}, "required": ["ef-2", "fus", "EF-2", "s7", "O93637", "EF2_METMT", "Elongation factor 2", "fusA", "O93636", "RS7_METMT", "30S ribosomal protein S7", "rps7"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ef-2" : "O93637", "fus" : "O93637", "EF-2" : "O93637", "s7" : "O93636", "O93637" : "O93637", "EF2_METMT" : "O93637", "Elongation factor 2" : "O93637", "fusA" : "O93637", "O93636" : "O93636", "RS7_METMT" : "O93636", "30S ribosomal protein S7" : "O93636", "rps7" : "O93636"} | json_instruct | {"type": "object", "properties": {"ef-2": {"type": "string"}, "fus": {"type": "string"}, "EF-2": {"type": "string"}, "s7": {"type": "string"}, "O93637": {"type": "string"}, "EF2_METMT": {"type": "string"}, "Elongation factor 2": {"type": "string"}, "fusA": {"type": "string"}, "O93636": {"type": "string"}, "RS7_METMT": {"type": "string"}, "30S ribosomal protein S7": {"type": "string"}, "rps7": {"type": "string"}}, "required": ["ef-2", "fus", "EF-2", "s7", "O93637", "EF2_METMT", "Elongation factor 2", "fusA", "O93636", "RS7_METMT", "30S ribosomal protein S7", "rps7"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.16305251, "rotation" : -0.68295157, "xCenter" : 0.7612742, "yCenter" : 0.18612897, "height" : 0.28987113} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See acsfiindd on Metamath](http://us.metamath.org/mpegif/acsfiindd.html)"}], "names" : ["acsfiindd"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cA", "#T_wcel", "#T_cacs", "#T_cfv", "#T_cX", "#T_cN", "#T_wceq", "#T_cmrc", "#T_cfv", "#T_cA", "#T_cI", "#T_wceq", "#T_cmri", "#T_cfv", "#T_cA", "#T_wph", "#T_wi", "#T_cS", "#T_wss", "#T_cX", "#T_wph", "#T_wi", "#T_cS", "#T_wcel", "#T_cI", "#T_wb", "#T_cpw", "#T_cS", "#T_cin", "#T_cfn", "#T_wss", "#T_cI"], "metaLanguage" : "METAMATH", "remarks" : " In an algebraic closure system, a set is independent if and only if all its finite subsets are independent. Part of Proposition 4.1.3 in [FaureFrolicher] p. 83. (Contributed by David Moews, 1-May-2017.) ", "statement" : "acsfiindd.1 $e |- ( ph -> A e. ( ACS ` X ) ) $.\nacsfiindd.2 $e |- N = ( mrCls ` A ) $.\nacsfiindd.3 $e |- I = ( mrInd ` A ) $.\nacsfiindd.4 $e |- ( ph -> S C_ X ) $.\nacsfiindd $p |- ( ph -> ( S e. I <-> ( ~P S i^i Fin ) C_ I ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content" : "the West sees Putin as a bully but i'm sure Putin sees NATO as a bully, just talk to each other and stick to promises #bbcqt", "entities" : [{"offset" : 4, "type" : "ne", "id" : 2, "entity" : "west"}, {"offset" : 44, "type" : "ne", "id" : 3, "entity" : "putin"}, {"offset" : 14, "type" : "ne", "id" : 4, "entity" : "putin"}, {"offset" : 55, "type" : "topic keyword", "id" : 5, "entity" : "nato"}], "topics" : [{"topic" : "defence", "id" : 1}], "tweet_id" : "566013595583266818"} | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"taskName": {"type": "string"}, "appliesTo": {"type": "string"}, "type": {"type": "string"}}, "required": ["taskName", "appliesTo", "type"]}}}, "required": ["version", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.2.1", "tasks" : [{"taskName" : "task-AzureIP_Test", "appliesTo" : "/", "type" : "launch"}, {"taskName" : "task-IpcManagedAPI", "appliesTo" : "AzureIP_test/IpcManagedAPI/IpcManagedAPI.csproj", "type" : "msbuild"}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"taskName": {"type": "string"}, "appliesTo": {"type": "string"}, "type": {"type": "string"}}, "required": ["taskName", "appliesTo", "type"]}}}, "required": ["version", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["http-bat", "osprey-router"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "doc", "test"]}, "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"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/sqlite3": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["@types/node", "@types/sqlite3", "sqlite3"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "jsdoc-to-markdown": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "jsdoc-to-markdown", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fortunejs", "version" : "0.1.0", "description" : "Javascript port of the UNIX \"fortune\" command", "main" : "dist/index.js", "scripts" : {"prepublish" : "tsc", "doc" : "jsdoc2md dist/index.js > README.md", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+ssh://git@gitlab.com/evindunn/fortunejs.git"}, "author" : "Evin Dunn <emdevsite.com> (emdevsite.com)", "license" : "MIT", "bugs" : {"url" : "https://gitlab.com/evindunn/fortunejs/issues"}, "homepage" : "https://gitlab.com/evindunn/fortunejs#README", "dependencies" : {"@types/node" : "^10.5.2", "@types/sqlite3" : "^3.1.3", "sqlite3" : "^4.0.1"}, "devDependencies" : {"chai" : "^4.1.2", "jsdoc-to-markdown" : "^4.0.1", "mocha" : "^5.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "doc", "test"]}, "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"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/sqlite3": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["@types/node", "@types/sqlite3", "sqlite3"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "jsdoc-to-markdown": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "jsdoc-to-markdown", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "baleful", "definition" : "1. Full of deadly or pernicious influence; destructive. \"Baleful enemies.\" Shak. Four infernal rivers that disgorge Into the burning lake their baleful streams. Milton. 2. Full of grief or sorrow; woeful; sad. [Archaic]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "bundlesize": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "maxSize": {"type": "string"}}, "required": ["path", "maxSize"]}}, "devDependencies": {"type": "object", "properties": {"bundlesize": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel-minify": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-replace": {"type": "string"}, "rollup-plugin-typescript2": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["bundlesize", "rollup", "rollup-plugin-babel-minify", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "rollup-plugin-replace", "rollup-plugin-typescript2", "tslint", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"lit-html": {"type": "string"}, "redux": {"type": "string"}}, "required": ["lit-html", "redux"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "check-size": {"type": "string"}, "fix": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "check-size", "fix", "lint"]}}, "required": ["name", "version", "description", "main", "types", "repository", "author", "license", "private", "bundlesize", "devDependencies", "peerDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fit-html", "version" : "0.7.0", "description" : "3KB functional Web Components without bloat", "main" : "dist/index.js", "types" : "dist/index.d.ts", "repository" : "https://github.com/Festify/fit-html", "author" : "Festify Dev Team <mail+git@festify.rocks>", "license" : "MIT", "private" : false, "bundlesize" : [{"path" : ".tmp/index.min.js", "maxSize" : "3 kb"}], "devDependencies" : {"bundlesize" : "^0.17.0", "rollup" : "^0.64.1", "rollup-plugin-babel-minify" : "^5.0.0", "rollup-plugin-commonjs" : "^9.0.0", "rollup-plugin-node-resolve" : "^3.0.3", "rollup-plugin-replace" : "^2.0.0", "rollup-plugin-typescript2" : "^0.16.1", "tslint" : "^5.9.1", "typescript" : "^2.8.1"}, "peerDependencies" : {"lit-html" : "0.9 - 0.10", "redux" : "^4.0.0"}, "scripts" : {"build" : "npm run lint && tsc && NODE_ENV=production rollup -c", "check-size" : "npm run build && bundlesize", "fix" : "tslint -p tsconfig.json --fix", "lint" : "tslint -p tsconfig.json"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "bundlesize": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "maxSize": {"type": "string"}}, "required": ["path", "maxSize"]}}, "devDependencies": {"type": "object", "properties": {"bundlesize": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel-minify": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-replace": {"type": "string"}, "rollup-plugin-typescript2": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["bundlesize", "rollup", "rollup-plugin-babel-minify", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "rollup-plugin-replace", "rollup-plugin-typescript2", "tslint", "typescript"]}, "peerDependencies": {"type": "object", "properties": {"lit-html": {"type": "string"}, "redux": {"type": "string"}}, "required": ["lit-html", "redux"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "check-size": {"type": "string"}, "fix": {"type": "string"}, "lint": {"type": "string"}}, "required": ["build", "check-size", "fix", "lint"]}}, "required": ["name", "version", "description", "main", "types", "repository", "author", "license", "private", "bundlesize", "devDependencies", "peerDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 90895, "cartId" : "04b9029b-b923-445c-ab90-5bdff33ada47", "preferredProducts" : [1601, 4346, 2399, 2538, 4907], "productReviews" : [{"productId" : 2049, "reviewText" : "heard about this on new jersey hip hop radio, decided to give it a try.", "reviewDate" : "2018-01-02T03:00:08.7184837+02:00"}, {"productId" : 3889, "reviewText" : "My co-worker Merwin has one of these. He says it looks bubbly.", "reviewDate" : "2018-04-12T03:56:04.6897552+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#"} |
Generate sample JSON data that conforms to the following 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"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}, "42": {"type": "string"}, "43": {"type": "string"}, "44": {"type": "string"}, "45": {"type": "string"}, "46": {"type": "string"}, "47": {"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", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[42, 37], [15, 42], [29, 47], [14, 42], [23, 14], [42, 45], [32, 17], [15, 42], [42, 33], [6, 42], [2, 42], [42, 20], [42, 2], [21, 5], [1, 42], [6, 39], [36, 42], [10, 14], [42, 19], [17, 4], [42, 9], [24, 25], [42, 1], [36, 42], [42, 9], [42, 27], [42, 13], [7, 14], [16, 34], [42, 35], [36, 42], [42, 2], [42, 0], [26, 40], [6, 42], [42, 31], [42, 28], [43, 42], [42, 8], [12, 42], [22, 6], [1, 42], [36, 42], [6, 42], [42, 15], [42, 8], [42, 44], [42, 30], [46, 38], [3, 42], [42, 2], [1, 42], [14, 18], [11, 22], [41, 42]], "features" : {"0" : "1", "1" : "4", "2" : "4", "3" : "1", "4" : "1", "5" : "1", "6" : "5", "7" : "1", "8" : "2", "9" : "2", "10" : "1", "11" : "1", "12" : "1", "13" : "1", "14" : "5", "15" : "3", "16" : "1", "17" : "2", "18" : "1", "19" : "1", "20" : "1", "21" : "1", "22" : "2", "23" : "1", "24" : "1", "25" : "1", "26" : "1", "27" : "1", "28" : "1", "29" : "1", "30" : "1", "31" : "1", "32" : "1", "33" : "1", "34" : "1", "35" : "1", "36" : "4", "37" : "1", "38" : "1", "39" : "1", "40" : "1", "41" : "1", "42" : "40", "43" : "1", "44" : "1", "45" : "1", "46" : "1", "47" : "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"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}, "42": {"type": "string"}, "43": {"type": "string"}, "44": {"type": "string"}, "45": {"type": "string"}, "46": {"type": "string"}, "47": {"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", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47"]}}, "required": ["edges", "features"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "aa8570a0250e157a4f6573a28f519d993f5bcec6"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"output": {"type": "object", "properties": {"firstOutput": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["firstOutput"]}}, "required": ["output"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"output" : {"firstOutput" : {"value" : "${aws_instance.test.0.foo}"}}} | json_instruct | {"type": "object", "properties": {"output": {"type": "object", "properties": {"firstOutput": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["firstOutput"]}}, "required": ["output"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "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" : [[[-74.202605, 40.690376], [-74.189851, 40.71186], [-74.184103, 40.713501], [-74.182045, 40.710038], [-74.171108, 40.710913], [-74.159992, 40.70968], [-74.151706, 40.716875], [-74.140126, 40.712899], [-74.13871, 40.713838], [-74.136319, 40.713223], [-74.135188, 40.714513], [-74.130195, 40.713151], [-74.132107, 40.710153], [-74.112787, 40.703102], [-74.136703, 40.674444], [-74.138816, 40.673903], [-74.160427, 40.687128], [-74.160704, 40.688699], [-74.162246, 40.689634], [-74.165187, 40.690203], [-74.168089, 40.689896], [-74.169692, 40.688599], [-74.198023, 40.686948], [-74.197354, 40.687859], [-74.202922, 40.689832], [-74.202605, 40.690376]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 39421}}]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"copyright": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["copyright", "email", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Randall Leeds", "email" : "randall@bleeds.info", "url" : "http://randall.bleeds.info/"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["copyright", "email", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MSO4034B", "description" : "A mixed signal oscilloscope.", "url" : "http://www.testequity.com/products/3587/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Estivareilles", "circ" : "4\u00e8me circonscription", "dpt" : "Loire", "inscrits" : 582, "abs" : 311, "votants" : 271, "blancs" : 23, "nuls" : 3, "exp" : 245, "res" : [{"nuance" : "LR", "nom" : "M. Dino CINIERI", "voix" : 178}, {"nuance" : "REM", "nom" : "M. David KAUFFER", "voix" : 67}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "afters", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "6023ea5b-ccdc-4fc2-a98d-6c8e13ca7542", "children" : ["a2302a99-9aba-4d96-ace9-d900e9c16f32"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1639663842417, "stop" : 1639663844297}], "afters" : [{"name" : "app::0", "status" : "passed", "start" : 1639663854506, "stop" : 1639663856742}], "start" : 1639663842417, "stop" : 1639663856742} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "afters", "start", "stop"], "$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"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "build", "start"]}, "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"}, "devDependencies": {"type": "object", "properties": {"@web/dev-server": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["@web/dev-server", "eslint", "eslint-config-prettier", "prettier", "rollup", "rollup-plugin-terser"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "types": {"type": "string"}}, "required": ["name", "version", "description", "main", "module", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@rajasegar/styled-web-components", "version" : "2.0.2", "description" : "Style property primitives for Web components inspired by styled-system", "main" : "dist/styled-web-components.min.js", "module" : "dist/styled-web-components.min.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "NODE_ENV=prod rollup -c", "start" : "web-dev-server"}, "repository" : {"type" : "git", "url" : "git+https://github.com/rajasegar/styled-web-components.git"}, "keywords" : ["styled-web-components", "web-components", "web components", "props"], "author" : "Rajasegar Chandran <rajasegar.c@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/rajasegar/styled-web-components/issues"}, "homepage" : "https://github.com/rajasegar/styled-web-components#readme", "devDependencies" : {"@web/dev-server" : "^0.1.25", "eslint" : "^7.32.0", "eslint-config-prettier" : "^8.3.0", "prettier" : "^2.4.1", "rollup" : "^2.58.0", "rollup-plugin-terser" : "^7.0.2"}, "dependencies" : {"typescript" : "^4.4.3"}, "types" : "./dist/index.d.ts"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "build", "start"]}, "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"}, "devDependencies": {"type": "object", "properties": {"@web/dev-server": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["@web/dev-server", "eslint", "eslint-config-prettier", "prettier", "rollup", "rollup-plugin-terser"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}, "types": {"type": "string"}}, "required": ["name", "version", "description", "main", "module", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"sp-clientsvc.es5.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.min.js": {"type": "string"}, "sp-clientsvc.es5.umd.js": {"type": "string"}, "sp-clientsvc.es5.umd.min.js": {"type": "string"}, "sp-clientsvc.js": {"type": "string"}}, "required": ["sp-clientsvc.es5.js", "sp-clientsvc.es5.umd.bundle.js", "sp-clientsvc.es5.umd.bundle.min.js", "sp-clientsvc.es5.umd.js", "sp-clientsvc.es5.umd.min.js", "sp-clientsvc.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sp-clientsvc.es5.js" : "sha256-Q/mRfPiBKViNUYG6ranh5CnypsUCHBmRvHRJPBNZe64=", "sp-clientsvc.es5.umd.bundle.js" : "sha256-Gtc4IkI9Kdd/Nvz7OzrQUorgUDfDGEE8UhZ6zKm3AH0=", "sp-clientsvc.es5.umd.bundle.min.js" : "sha256-mA4WoOLDDIavzo6XLz1GAzdCRIJtOAp/eonW2VrnjhY=", "sp-clientsvc.es5.umd.js" : "sha256-tw4IA1/fZ4AmLplAXMZDBrrGZkEQOQsksYwaefC1hzs=", "sp-clientsvc.es5.umd.min.js" : "sha256-kxDyosu31QaL+a+6ZD3BXsUhYi9+eL7t8Fuhx1SEZNI=", "sp-clientsvc.js" : "sha256-tbSlTpGuND8khVk2av+hXXNL009Wbkyi0/ReEG8b2fA="} | json_instruct | {"type": "object", "properties": {"sp-clientsvc.es5.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.js": {"type": "string"}, "sp-clientsvc.es5.umd.bundle.min.js": {"type": "string"}, "sp-clientsvc.es5.umd.js": {"type": "string"}, "sp-clientsvc.es5.umd.min.js": {"type": "string"}, "sp-clientsvc.js": {"type": "string"}}, "required": ["sp-clientsvc.es5.js", "sp-clientsvc.es5.umd.bundle.js", "sp-clientsvc.es5.umd.bundle.min.js", "sp-clientsvc.es5.umd.js", "sp-clientsvc.es5.umd.min.js", "sp-clientsvc.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [6.615239670612263, 24.434289454971182, 0.00045654686441347624] | 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": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://www.spanishdict.com/conjugate/dominarse", "word" : "dominarse", "infinitivo" : "dominar", "translation" : "to control, to rule over, to master", "gerundio" : ["dominando"], "participio" : ["dominado"], "tenses" : {"3" : [["me domino"], ["te dominas"], ["se domina"], ["nos dominamos"], ["os domin\u00e1is"], ["se dominan"]], "4" : [["me domin\u00e9"], ["te dominaste"], ["se domin\u00f3"], ["nos dominamos"], ["os dominasteis"], ["se dominaron"]], "5" : [["me dominaba"], ["te dominabas"], ["se dominaba"], ["nos domin\u00e1bamos"], ["os dominabais"], ["se dominaban"]], "6" : [["me dominar\u00eda"], ["te dominar\u00edas"], ["se dominar\u00eda"], ["nos dominar\u00edamos"], ["os dominar\u00edais"], ["se dominar\u00edan"]], "7" : [["me dominar\u00e9"], ["te dominar\u00e1s"], ["se dominar\u00e1"], ["nos dominaremos"], ["os dominar\u00e9is"], ["se dominar\u00e1n"]], "8" : [["me domine"], ["te domines"], ["se domine"], ["nos dominemos"], ["os domin\u00e9is"], ["se dominen"]], "9" : [["me dominara"], ["te dominaras"], ["se dominara"], ["nos domin\u00e1ramos"], ["os dominarais"], ["se dominaran"]], "10" : [["me dominase"], ["te dominases"], ["se dominase"], ["nos domin\u00e1semos"], ["os dominaseis"], ["se dominasen"]], "11" : [["me dominare"], ["te dominares"], ["se dominare"], ["nos domin\u00e1remos"], ["os dominareis"], ["se dominaren"]], "12" : {"1" : ["domina"], "2" : ["domine"], "3" : ["dominemos"], "4" : ["dominad"], "5" : ["dominen"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "translation": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "translation", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xa42a7b26ab9023a22143faffee03d67cd41eb4ad", "tool" : "slither", "start" : 1563803260.018326, "end" : 1563803263.661485, "duration" : 3.6431589126586914, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"q1": {"type": "object", "properties": {"type": {"type": "string"}, "question": {"type": "string"}, "answer": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "question", "answer", "choices"]}, "q2": {"type": "object", "properties": {"type": {"type": "string"}, "question": {"type": "string"}, "answer": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "question", "answer", "choices"]}, "q3": {"type": "object", "properties": {"type": {"type": "string"}, "question": {"type": "string"}, "answer": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "question", "answer", "choices"]}}, "required": ["q1", "q2", "q3"]}}, "required": ["en"]}}, "required": ["translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translations" : {"en" : {"q1" : {"type" : "multiple", "question" : "What is the start state?", "answer" : "q_0, q_1, q_2", "choices" : ["q_0, q_1, q_2", "q_1, q_2, q_3", "q_3, q_4, q_5"]}, "q2" : {"type" : "multiple", "question" : "What is the final state?", "answer" : "q_1, q_2, q_3", "choices" : ["q_0, q_1, q_2", "q_1, q_2, q_3", "q_3, q_4, q_5"]}, "q3" : {"type" : "multiple", "question" : "What states can be combined?", "answer" : "q_3, q_4, q_5", "choices" : ["q_0, q_1, q2", "q_1, q_2, q_3", "q_3, q_4, q_5"]}}}} | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"en": {"type": "object", "properties": {"q1": {"type": "object", "properties": {"type": {"type": "string"}, "question": {"type": "string"}, "answer": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "question", "answer", "choices"]}, "q2": {"type": "object", "properties": {"type": {"type": "string"}, "question": {"type": "string"}, "answer": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "question", "answer", "choices"]}, "q3": {"type": "object", "properties": {"type": {"type": "string"}, "question": {"type": "string"}, "answer": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "question", "answer", "choices"]}}, "required": ["q1", "q2", "q3"]}}, "required": ["en"]}}, "required": ["translations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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": "boolean"}, "bio": {"type": "string"}, "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" : "zsitro", "repos" : 1, "login" : "zsitro", "id" : 1465728, "avatar_url" : "https://avatars0.githubusercontent.com/u/1465728?v=3", "url" : "https://api.github.com/users/zsitro", "html_url" : "https://github.com/zsitro", "followers_url" : "https://api.github.com/users/zsitro/followers", "following_url" : "https://api.github.com/users/zsitro/following{/other_user}", "gists_url" : "https://api.github.com/users/zsitro/gists{/gist_id}", "starred_url" : "https://api.github.com/users/zsitro/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/zsitro/subscriptions", "organizations_url" : "https://api.github.com/users/zsitro/orgs", "repos_url" : "https://api.github.com/users/zsitro/repos", "events_url" : "https://api.github.com/users/zsitro/events{/privacy}", "received_events_url" : "https://api.github.com/users/zsitro/received_events", "type" : "User", "site_admin" : false, "name" : "G\u00e1bor Zs\u00f3t\u00e9r", "company" : "toopixel", "blog" : "http://zsitro.com", "location" : "Erfurt, Thuringen, Germany", "email" : "helo@zsitro.com", "hireable" : true, "bio" : "I use blankets when the night comes.", "public_repos" : 28, "public_gists" : 13, "followers" : 18, "following" : 18, "created_at" : "2012-02-23T13:49:04Z", "updated_at" : "2017-02-22T10:33: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": "boolean"}, "bio": {"type": "string"}, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "array", "items": {"type": "string"}}, "hidden": {"type": "array", "items": {"type": "string"}}}, "required": ["normal", "hidden"]}, "height": {"type": "string"}, "weight": {"type": "string"}, "eggGroups": {"type": "array", "items": {"type": "string"}}, "gender": {"type": "array", "items": {"type": "integer"}}, "family": {"type": "object", "properties": {"id": {"type": "integer"}, "evolutionStage": {"type": "integer"}, "evolutionLine": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "evolutionStage", "evolutionLine"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "shiny": {"type": "string"}}, "required": ["default", "shiny"]}, "isStarter": {"type": "boolean"}, "isLegendary": {"type": "boolean"}, "isMythical": {"type": "boolean"}, "isUltraBeast": {"type": "boolean"}, "isMega": {"type": "boolean"}}, "required": ["number", "name", "generation", "description", "species", "types", "abilities", "height", "weight", "eggGroups", "gender", "family", "sprites", "isStarter", "isLegendary", "isMythical", "isUltraBeast", "isMega"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"number" : "111", "name" : "Rhyhorn", "generation" : 1, "description" : "It can remember only one thing at a time. Once it starts rushing, it forgets why it started.", "species" : "Spikes", "types" : ["Ground", "Rock"], "abilities" : {"normal" : ["Lightning Rod"], "hidden" : ["Reckless"]}, "height" : "3'03\"", "weight" : "253.5 lbs.", "eggGroups" : ["Monster", "Field"], "gender" : [50, 50], "family" : {"id" : 50, "evolutionStage" : 1, "evolutionLine" : ["Rhyhorn", "Rhydon", "Rhyperior"]}, "sprites" : {"default" : "https://pisaucer.github.io/staticmon/images/111.png", "shiny" : "https://pisaucer.github.io/staticmon/images/shiny/111.png"}, "isStarter" : false, "isLegendary" : false, "isMythical" : false, "isUltraBeast" : false, "isMega" : false} | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "array", "items": {"type": "string"}}, "hidden": {"type": "array", "items": {"type": "string"}}}, "required": ["normal", "hidden"]}, "height": {"type": "string"}, "weight": {"type": "string"}, "eggGroups": {"type": "array", "items": {"type": "string"}}, "gender": {"type": "array", "items": {"type": "integer"}}, "family": {"type": "object", "properties": {"id": {"type": "integer"}, "evolutionStage": {"type": "integer"}, "evolutionLine": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "evolutionStage", "evolutionLine"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "shiny": {"type": "string"}}, "required": ["default", "shiny"]}, "isStarter": {"type": "boolean"}, "isLegendary": {"type": "boolean"}, "isMythical": {"type": "boolean"}, "isUltraBeast": {"type": "boolean"}, "isMega": {"type": "boolean"}}, "required": ["number", "name", "generation", "description", "species", "types", "abilities", "height", "weight", "eggGroups", "gender", "family", "sprites", "isStarter", "isLegendary", "isMythical", "isUltraBeast", "isMega"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"root": {"type": "boolean"}, "parser": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}, "ignorePatterns": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"semi": {"type": "array", "items": {"type": "string"}}, "eol-last": {"type": "array", "items": {"type": "string"}}}, "required": ["semi", "eol-last"]}}, "required": ["root", "parser", "plugins", "extends", "ignorePatterns", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"root" : true, "parser" : "@typescript-eslint/parser", "plugins" : ["@typescript-eslint"], "extends" : ["eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended"], "ignorePatterns" : ["webpack.config.*.js", "node_modules", "build", "src/visual"], "rules" : {"semi" : ["error", "always"], "eol-last" : ["error", "always"]}} | json_instruct | {"type": "object", "properties": {"root": {"type": "boolean"}, "parser": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}, "ignorePatterns": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"semi": {"type": "array", "items": {"type": "string"}}, "eol-last": {"type": "array", "items": {"type": "string"}}}, "required": ["semi", "eol-last"]}}, "required": ["root", "parser", "plugins", "extends", "ignorePatterns", "rules"], "$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.