input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["513422103200", "\u4e2d\u94fa\u5b50\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["513422103201", "\u7acb\u5c14\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513422103202", "\u5c3c\u6ce2\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["513422103203", "\u91cc\u5c3c\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": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "repoUrl": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "source": {"type": "string"}, "licence": {"type": "string"}, "siteType": {"type": "string"}, "downloadUrl": {"type": "string"}, "demoAppId": {"type": "string"}, "demoAppName": {"type": "string"}}, "required": ["slug", "title", "description", "repoUrl", "thumbnailUrl", "source", "licence", "siteType", "downloadUrl", "demoAppId", "demoAppName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "sb-full", "title" : "Start Bootstrap Full", "description" : "An easy to use, full page image background template for Bootstrap 4 websites.", "repoUrl" : "https://github.com/BlackrockDigital/startbootstrap-full", "thumbnailUrl" : "https://raw.githubusercontent.com/BlackrockDigital/startbootstrap/master/img/templates/full.jpg", "source" : "https://startbootstrap.com", "licence" : "MIT", "siteType" : "html5", "downloadUrl" : "https://github.com/BlackrockDigital/startbootstrap-full/archive/master.tar.gz", "demoAppId" : "04b01c60-f033-45ea-a6be-9cd7757808f3", "demoAppName" : "theme-html5-sb-full-demo"} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "repoUrl": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "source": {"type": "string"}, "licence": {"type": "string"}, "siteType": {"type": "string"}, "downloadUrl": {"type": "string"}, "demoAppId": {"type": "string"}, "demoAppName": {"type": "string"}}, "required": ["slug", "title", "description", "repoUrl", "thumbnailUrl", "source", "licence", "siteType", "downloadUrl", "demoAppId", "demoAppName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "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": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:lv": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:lv", "name:pl", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[26.971, 56.011], [27.25, 56.084], [27.748, 55.975], [27.616, 55.787], [26.978, 55.815], [26.971, 56.011]]]}, "properties" : {"name" : "Kr\u0101slavas novads", "iso2" : "LV-047", "admin_level" : 6, "osm_id" : 1811627, "countrylevel_id" : "iso2:LV-047", "osm_data" : {"localname" : "Kr\u0101slavas novads", "official_name" : "", "alltags" : {"name:lt" : "Kraslavos savivaldyb\u0117", "name:lv" : "Kr\u0101slavas novads", "name:pl" : "Powiat kras\u0142awski", "name:ru" : "\u041a\u0440\u0430\u0441\u043b\u0430\u0432\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439"}}, "center_lat" : 55.92, "center_lon" : 27.32, "area_m2" : 1075909997, "timezone" : "Europe/Riga", "population" : 14155, "wikidata_id" : "Q1831695", "wikipedia_id" : "lv:Kr\u0101slavas novads"}} | 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": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:lv": {"type": "string"}, "name:pl": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:lv", "name:pl", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["So Carthage, TN", "Defeated, TN", "Carthage, TN", "South Carthage, TN", "Mc Clures Bend, TN"], "state" : "TN", "postal_code" : "37030", "locality" : "Carthage, TN", "lat" : 36.271546, "region" : {"fips" : "47", "abbr" : "TN", "name" : "Tennessee"}, "city" : "Carthage", "type" : "STANDARD", "lng" : -85.94212, "counties" : [{"fips" : "087", "name" : "Jackson County"}, {"fips" : "159", "name" : "Smith County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "silverlight", "version" : "1.0.0", "description" : "CommonJS/AMD wrapper for Microsoft's Silverlight.js", "main" : "Silverlight.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["silverlight", "silverlight.js"], "author" : "tomtwo", "license" : "Microsoft Public License"} | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Giggle": {"type": "string"}, "Hype": {"type": "string"}, "Sip": {"type": "string"}, "Hmm": {"type": "string"}, "Greeting": {"type": "string"}, "Chibi": {"type": "string"}, "Hah": {"type": "string"}, "Ping": {"type": "string"}, "Nice": {"type": "string"}, "Verified": {"type": "string"}, "Info": {"type": "string"}, "Tag": {"type": "string"}, "Up": {"type": "string"}, "Down": {"type": "string"}, "Search": {"type": "string"}, "At": {"type": "string"}, "Cloud": {"type": "string"}, "Arrow": {"type": "string"}, "Star": {"type": "string"}, "Compass": {"type": "string"}, "PH": {"type": "string"}, "BH": {"type": "string"}, "Brain": {"type": "string"}, "Zero": {"type": "string"}, "One": {"type": "string"}, "Two": {"type": "string"}, "Three": {"type": "string"}, "Four": {"type": "string"}, "Five": {"type": "string"}, "Six": {"type": "string"}, "Seven": {"type": "string"}, "Eight": {"type": "string"}, "Nine": {"type": "string"}}, "required": ["Giggle", "Hype", "Sip", "Hmm", "Greeting", "Chibi", "Hah", "Ping", "Nice", "Verified", "Info", "Tag", "Up", "Down", "Search", "At", "Cloud", "Arrow", "Star", "Compass", "PH", "BH", "Brain", "Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Giggle" : "<:NagatoroGiggle:848679556864540724>", "Hype" : "<:NagatoroHype:848824688451911750>", "Sip" : "<:NagatoroSip:848824689001758752>", "Hmm" : "<:NagatoroHmm:848824688040738849>", "Greeting" : "<:Nagatoro:848824688040738846>", "Chibi" : "<:NagatoroChibi:848824687789342732>", "Hah" : "<:NagatoroHah:848679557086445628>", "Ping" : "<:NagatoroPing:848679556894031913>", "Nice" : "<:NagatoroNice:923627190871027752>", "Verified" : "<:DV:848828810286858241>", "Info" : "<:Info:851765992710733844>", "Tag" : "<:Tag:848825599555403776>", "Up" : "<:Up:848828810647830528>", "Down" : "<:Down:848828810392633375>", "Search" : "<:Search:848841340041166871>", "At" : "<:At:848841340619063317>", "Cloud" : "<:Cloud:848841340887629864>", "Arrow" : "<:Arrow:848841340330180619>", "Star" : "<:BStar:851765992560525332>", "Compass" : "<:BCompass:851765992656732220>", "PH" : "<:PurpleHeart:849198442928406568>", "BH" : "<:BalckHeart:849198570908287006>", "Brain" : "<:br:849202982813302784>", "Zero" : "<:Zero:848825599555403776>", "One" : "<:One:848825599555403776>", "Two" : "<:Two:848825599555403776>", "Three" : "<:Three:848825599555403776>", "Four" : "<:Four:848825599555403776>", "Five" : "<:Five:848825599555403776>", "Six" : "<:Six:848825599555403776>", "Seven" : "<:Seven:848825599555403776>", "Eight" : "<:Eight:848825599555403776>", "Nine" : "<:Nine:848825599555403776>"} | json_instruct | {"type": "object", "properties": {"Giggle": {"type": "string"}, "Hype": {"type": "string"}, "Sip": {"type": "string"}, "Hmm": {"type": "string"}, "Greeting": {"type": "string"}, "Chibi": {"type": "string"}, "Hah": {"type": "string"}, "Ping": {"type": "string"}, "Nice": {"type": "string"}, "Verified": {"type": "string"}, "Info": {"type": "string"}, "Tag": {"type": "string"}, "Up": {"type": "string"}, "Down": {"type": "string"}, "Search": {"type": "string"}, "At": {"type": "string"}, "Cloud": {"type": "string"}, "Arrow": {"type": "string"}, "Star": {"type": "string"}, "Compass": {"type": "string"}, "PH": {"type": "string"}, "BH": {"type": "string"}, "Brain": {"type": "string"}, "Zero": {"type": "string"}, "One": {"type": "string"}, "Two": {"type": "string"}, "Three": {"type": "string"}, "Four": {"type": "string"}, "Five": {"type": "string"}, "Six": {"type": "string"}, "Seven": {"type": "string"}, "Eight": {"type": "string"}, "Nine": {"type": "string"}}, "required": ["Giggle", "Hype", "Sip", "Hmm", "Greeting", "Chibi", "Hah", "Ping", "Nice", "Verified", "Info", "Tag", "Up", "Down", "Search", "At", "Cloud", "Arrow", "Star", "Compass", "PH", "BH", "Brain", "Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "JERSON", "frequency" : 0, "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"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" : "0xd6fbc588964e5a3d5caa56b69205ad1adbe9f438", "tool" : "slither", "start" : 1563212588.654548, "end" : 1563212616.3423104, "duration" : 27.68776249885559, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"review" : "\ud654\uc7a5\uc2e4 \uc720\uba38\uc640 \ubbf8\uad6d\uc2dd \ucf54\ub4dc\ub85c \uc810\uc808\ub41c \ud5d0\ub9ac\uc6c3 \uc139\uc2dc \ucf54\ubbf8\ub514.", "date" : "11.07.15", "rating" : "2", "author" : "evil****", "review_id" : "5546140", "movie_id" : "10731"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$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#"}
| ["karma-extjs"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101911255, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "75148dc8ec3c09f85a3b7be6a6666717", "wof:id" : 101911255, "wof:repo" : "whosonfirst-data-admin-tr"}, "bbox" : [27.412259, 38.6113705, 27.412259, 38.6113705], "geometry" : {"coordinates" : [27.412259, 38.6113705], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"lng.detect": {"type": "string"}, "rpc.crab.darwinia": {"type": "string"}, "rpc.custom": {"type": "string"}, "rpc.darwinia": {"type": "string"}, "rpc.header.dev": {"type": "string"}, "rpc.header.live": {"type": "string"}, "rpc.header.test": {"type": "string"}, "rpc.kusama.w3f": {"type": "string"}, "rpc.local": {"type": "string"}, "rpc.pangolin.darwinia": {"type": "string"}, "ss58.crab": {"type": "string"}, "ss58.darwinia": {"type": "string"}, "ss58.default": {"type": "string"}, "ss58.substrate": {"type": "string"}}, "required": ["lng.detect", "rpc.crab.darwinia", "rpc.custom", "rpc.darwinia", "rpc.header.dev", "rpc.header.live", "rpc.header.test", "rpc.kusama.w3f", "rpc.local", "rpc.pangolin.darwinia", "ss58.crab", "ss58.darwinia", "ss58.default", "ss58.substrate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lng.detect" : "\u9ed8\u8ba4\u6d4f\u89c8\u5668\u8bed\u8a00 (\u81ea\u52a8\u68c0\u6d4b)", "rpc.crab.darwinia" : "Darwinia Crab Network (hosted by Darwinia)", "rpc.custom" : "\u81ea\u5b9a\u4e49\u73af\u5883", "rpc.darwinia" : "Darwinia Network (hosted by Darwinia)", "rpc.header.dev" : "\u5f00\u53d1\u73af\u5883", "rpc.header.live" : "\u6b63\u5f0f\u7f51\u7edc", "rpc.header.test" : "\u6d4b\u8bd5\u7f51\u7edc", "rpc.kusama.w3f" : "Darwinia Network (hosted by Darwinia)", "rpc.local" : "Local Node (Own, 127.0.0.1:9944)", "rpc.pangolin.darwinia" : "Pangolin \u6d4b\u8bd5\u7f51\u7edc (hosted by Darwinia)", "ss58.crab" : "Crab (live)", "ss58.darwinia" : "Darwinia (live)", "ss58.default" : "\u9ed8\u8ba4\u7684\u9a8c\u8bc1\u4eba\u914d\u7f6e", "ss58.substrate" : "Substrate (generic)"} | json_instruct | {"type": "object", "properties": {"lng.detect": {"type": "string"}, "rpc.crab.darwinia": {"type": "string"}, "rpc.custom": {"type": "string"}, "rpc.darwinia": {"type": "string"}, "rpc.header.dev": {"type": "string"}, "rpc.header.live": {"type": "string"}, "rpc.header.test": {"type": "string"}, "rpc.kusama.w3f": {"type": "string"}, "rpc.local": {"type": "string"}, "rpc.pangolin.darwinia": {"type": "string"}, "ss58.crab": {"type": "string"}, "ss58.darwinia": {"type": "string"}, "ss58.default": {"type": "string"}, "ss58.substrate": {"type": "string"}}, "required": ["lng.detect", "rpc.crab.darwinia", "rpc.custom", "rpc.darwinia", "rpc.header.dev", "rpc.header.live", "rpc.header.test", "rpc.kusama.w3f", "rpc.local", "rpc.pangolin.darwinia", "ss58.crab", "ss58.darwinia", "ss58.default", "ss58.substrate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"epochs": {"type": "integer"}, "train_loss": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}}, "required": ["epochs", "train_loss", "_runtime", "_timestamp", "_step"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"epochs" : 1, "train_loss" : 0.6809544168194178, "_runtime" : 3253, "_timestamp" : 1623923979, "_step" : 1} | json_instruct | {"type": "object", "properties": {"epochs": {"type": "integer"}, "train_loss": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}}, "required": ["epochs", "train_loss", "_runtime", "_timestamp", "_step"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x31e13882c45c1023d9b16c3794c1a780bb6cb88d", "tool" : "securify", "start" : 1563253201.5343096, "end" : 1563253205.1344063, "duration" : 3.6000967025756836, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "", "user" : "matthiasdiener", "url" : "https://api.github.com/repos/spack/spack/issues/14880", "updated_at" : "2020-02-11 13:01:03", "created_at" : "2020-02-10 16:51:24", "closed_at" : "2020-02-11 09:03:45", "state" : "closed", "title" : "unifdef: add new package", "number" : 14880, "milestone" : null, "labels" : ["new-package"], "id" : 562692074, "html_url" : "https://github.com/spack/spack/pull/14880", "assignees" : [], "comments" : 0} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"AppSettings": {"type": "object", "properties": {"RtuMaster": {"type": "object", "properties": {"SerialPort": {"type": "string"}, "Baudrate": {"type": "integer"}, "ReadTimeout": {"type": "integer"}, "WriteTimeout": {"type": "integer"}}, "required": ["SerialPort", "Baudrate", "ReadTimeout", "WriteTimeout"]}, "RtuSlave": {"type": "object", "properties": {"ID": {"type": "integer"}}, "required": ["ID"]}, "TcpSlave": {"type": "object", "properties": {"Address": {"type": "string"}, "Port": {"type": "integer"}, "ID": {"type": "integer"}}, "required": ["Address", "Port", "ID"]}}, "required": ["RtuMaster", "RtuSlave", "TcpSlave"]}, "Serilog": {"type": "object", "properties": {"LevelSwitches": {"type": "object", "properties": {"$fileSwitch": {"type": "string"}, "$consoleSwitch": {"type": "string"}}, "required": ["$fileSwitch", "$consoleSwitch"]}, "MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"System": {"type": "string"}, "Microsoft": {"type": "string"}, "Serilog": {"type": "string"}}, "required": ["System", "Microsoft", "Serilog"]}}, "required": ["Default", "Override"]}}, "required": ["LevelSwitches", "MinimumLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AppSettings", "Serilog", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AppSettings" : {"RtuMaster" : {"SerialPort" : "COM1", "Baudrate" : 19200, "ReadTimeout" : 10000, "WriteTimeout" : 10000}, "RtuSlave" : {"ID" : 1}, "TcpSlave" : {"Address" : "10.0.1.77", "Port" : 502, "ID" : 1}}, "Serilog" : {"LevelSwitches" : {"$fileSwitch" : "Verbose", "$consoleSwitch" : "Fatal"}, "MinimumLevel" : {"Default" : "Verbose", "Override" : {"System" : "Warning", "Microsoft" : "Warning", "Serilog" : "Warning"}}}, "AllowedHosts" : "*"} | json_instruct | {"type": "object", "properties": {"AppSettings": {"type": "object", "properties": {"RtuMaster": {"type": "object", "properties": {"SerialPort": {"type": "string"}, "Baudrate": {"type": "integer"}, "ReadTimeout": {"type": "integer"}, "WriteTimeout": {"type": "integer"}}, "required": ["SerialPort", "Baudrate", "ReadTimeout", "WriteTimeout"]}, "RtuSlave": {"type": "object", "properties": {"ID": {"type": "integer"}}, "required": ["ID"]}, "TcpSlave": {"type": "object", "properties": {"Address": {"type": "string"}, "Port": {"type": "integer"}, "ID": {"type": "integer"}}, "required": ["Address", "Port", "ID"]}}, "required": ["RtuMaster", "RtuSlave", "TcpSlave"]}, "Serilog": {"type": "object", "properties": {"LevelSwitches": {"type": "object", "properties": {"$fileSwitch": {"type": "string"}, "$consoleSwitch": {"type": "string"}}, "required": ["$fileSwitch", "$consoleSwitch"]}, "MinimumLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Override": {"type": "object", "properties": {"System": {"type": "string"}, "Microsoft": {"type": "string"}, "Serilog": {"type": "string"}}, "required": ["System", "Microsoft", "Serilog"]}}, "required": ["Default", "Override"]}}, "required": ["LevelSwitches", "MinimumLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["AppSettings", "Serilog", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "datecreated": {"type": "string"}}, "required": ["id", "title", "url", "datecreated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 6, "title" : "Old to new", "url" : "data/docs/Formatted old to new.xlsx", "datecreated" : "2017-01-23"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "url": {"type": "string"}, "datecreated": {"type": "string"}}, "required": ["id", "title", "url", "datecreated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "2001", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Pondan"}, {"id" : "2002", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Sobol"}, {"id" : "2003", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Sobol Baru"}, {"id" : "2004", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Binotik"}, {"id" : "2005", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Garuga"}, {"id" : "2006", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Bollo"}, {"id" : "2007", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Sulubombong"}, {"id" : "2008", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Boras"}, {"id" : "2009", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Lonas"}, {"id" : "2010", "provinceId" : "72", "regencyId" : "01", "districtId" : "22", "name" : "Bombongan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358692.506799606, -499047.95297440334, 24.52822130979525, 20.56566095352173]}, "geometricError" : 2, "content" : {"url" : "Tile_+003_+005_L20_000000t1.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358685.474629029, -499047.4114460258, 24.819191281073252, 14.876036167144775]}, "geometricError" : 1, "content" : {"url" : "Tile_+003_+005_L21_0000000t1.json"}}, {"boundingVolume" : {"sphere" : [6358699.591575533, -499048.5404176398, 24.826387349257026, 14.813237190246582]}, "geometricError" : 1, "content" : {"url" : "Tile_+003_+005_L21_0000010t1.json"}}]}} | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"0dd6cd2713dd53a3": {"type": "string"}}, "required": ["0dd6cd2713dd53a3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0dd6cd2713dd53a3" : "plugins/rcp-fe-lol-social/global/vn_vn/trans.json"} | json_instruct | {"type": "object", "properties": {"0dd6cd2713dd53a3": {"type": "string"}}, "required": ["0dd6cd2713dd53a3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "platypus_ibea", "black" : "bayesopt_ei", "traceback" : ["passing", "passing"], "best_val" : [0.9417624523328101, 0.06365308409591908], "best_x" : [[0.048701961072125544, 0.7123537309540167, 0.22926425581335785, 0.05448760595040891, 0.1550816672494284, 0.005487113466282945, 0.28487236696341245, 0.41860121337097334], [0.0, 0.20643580232383757, 0.13748885357272533, 0.30468964701662105, 0.0, 0.0, 0.2637653667733395, 0.11369994888924759]], "feval_count" : [100, 100], "n_trials_instructed" : [91, 100], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "bayesopt_ei_cube", "loser" : "platypus_ibea_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u91d1\u935b\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99689892", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08010001110236", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u842c\u91cc\u5340\u5167\u4e2d\u798f\u56db\u865f\u4e4b\u56db", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u842c\u91cc\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u90b1\u5955\u921e", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "00730294", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0800426", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0810606", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d", "30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177", "254\u91d1\u5c6c\u52a0\u5de5\u8655\u7406", "291\u91d1\u5c6c\u52a0\u5de5\u7528\u6a5f\u68b0\u8a2d\u5099", "303\u6c7d\u8eca\u96f6\u4ef6", "312\u6a5f\u8eca\u53ca\u5176\u96f6\u4ef6"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"WebApp Name": {"type": "string"}, "TMExo": {"type": "string"}, "Email": {"type": "string"}, "Password": {"type": "string"}, "Sign in": {"type": "string"}, "Signing in...": {"type": "string"}, "EXO's manager application": {"type": "string"}, "If you are from EXO but you have not user, please ask for it.": {"type": "string"}, "sign-out": {"type": "string"}}, "required": ["WebApp Name", "TMExo", "Email", "Password", "Sign in", "Signing in...", "EXO's manager application", "If you are from EXO but you have not user, please ask for it.", "sign-out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WebApp Name" : "Just one click EXO", "TMExo" : "TMExo", "Email" : "Email", "Password" : "Password", "Sign in" : "Sign in", "Signing in..." : "Signing in...", "EXO's manager application" : "EXO's manager application", "If you are from EXO but you have not user, please ask for it." : "If you are from EXO but you have not user, please ask for it.", "sign-out" : "Sign-out"} | json_instruct | {"type": "object", "properties": {"WebApp Name": {"type": "string"}, "TMExo": {"type": "string"}, "Email": {"type": "string"}, "Password": {"type": "string"}, "Sign in": {"type": "string"}, "Signing in...": {"type": "string"}, "EXO's manager application": {"type": "string"}, "If you are from EXO but you have not user, please ask for it.": {"type": "string"}, "sign-out": {"type": "string"}}, "required": ["WebApp Name", "TMExo", "Email", "Password", "Sign in", "Signing in...", "EXO's manager application", "If you are from EXO but you have not user, please ask for it.", "sign-out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "reddit", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "londefy", "symbol" : "ldf", "name" : "Londefy", "platforms" : {"binance-smart-chain" : "0xffee80e4bc6767a89f897d10d6011c8c188e2a64"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "A rebase token is an elastic supply smart contract that works in a way whereby the circulating supply expands or contracts due to changes in token price. Londefy rewards holders in a rising star of the defi space, Londex, and by holding Londex you\u2019ll also receive BEP20 Ethereum reflections.\r\n\r\nLondefy will aim to be the first fully verified rebase token."}, "country_origin" : "", "genesis_date" : null, "contract_address" : "0xffee80e4bc6767a89f897d10d6011c8c188e2a64", "url" : "https://londefy.com/", "explorers" : ["https://bscscan.com/token/0xffee80e4bc6767a89f897d10d6011c8c188e2a64"], "twitter" : "Londefy", "telegram" : "LonDefy", "reddit" : "Londefy", "github_org" : "LondefyDevs"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "reddit", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"UserAuthServer": {"type": "string"}, "Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}, "Microsoft.EntityFrameworkCore": {"type": "string"}}, "required": ["UserAuthServer", "Default", "Microsoft.AspNetCore", "Microsoft.EntityFrameworkCore"]}}, "required": ["LogLevel"]}, "Database": {"type": "string"}, "ServerUrl": {"type": "string"}, "Jwt": {"type": "object", "properties": {"Issuer": {"type": "string"}, "Audience": {"type": "string"}}, "required": ["Issuer", "Audience"]}, "UserFile": {"type": "object", "properties": {"AllowedExtensions": {"type": "array", "items": {"type": "string"}}}, "required": ["AllowedExtensions"]}, "Smtp": {"type": "object", "properties": {"Server": {"type": "string"}, "Port": {"type": "integer"}, "SenderName": {"type": "string"}, "SenderEmail": {"type": "string"}}, "required": ["Server", "Port", "SenderName", "SenderEmail"]}}, "required": ["Logging", "Database", "ServerUrl", "Jwt", "UserFile", "Smtp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Logging" : {"LogLevel" : {"UserAuthServer" : "Information", "Default" : "Warning", "Microsoft.AspNetCore" : "Warning", "Microsoft.EntityFrameworkCore" : "Warning"}}, "Database" : "UserAuthServer.Db", "ServerUrl" : "https://localhost:7032", "Jwt" : {"Issuer" : "UserAuthServer", "Audience" : "UserAuthServer"}, "UserFile" : {"AllowedExtensions" : [".png", ".jpg"]}, "Smtp" : {"Server" : "smtp.gmail.com", "Port" : 465, "SenderName" : "User Auth Project", "SenderEmail" : "userauthprojectcompsec300"}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"UserAuthServer": {"type": "string"}, "Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}, "Microsoft.EntityFrameworkCore": {"type": "string"}}, "required": ["UserAuthServer", "Default", "Microsoft.AspNetCore", "Microsoft.EntityFrameworkCore"]}}, "required": ["LogLevel"]}, "Database": {"type": "string"}, "ServerUrl": {"type": "string"}, "Jwt": {"type": "object", "properties": {"Issuer": {"type": "string"}, "Audience": {"type": "string"}}, "required": ["Issuer", "Audience"]}, "UserFile": {"type": "object", "properties": {"AllowedExtensions": {"type": "array", "items": {"type": "string"}}}, "required": ["AllowedExtensions"]}, "Smtp": {"type": "object", "properties": {"Server": {"type": "string"}, "Port": {"type": "integer"}, "SenderName": {"type": "string"}, "SenderEmail": {"type": "string"}}, "required": ["Server", "Port", "SenderName", "SenderEmail"]}}, "required": ["Logging", "Database", "ServerUrl", "Jwt", "UserFile", "Smtp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"frzr.js": {"type": "string"}, "frzr.min.js": {"type": "string"}}, "required": ["frzr.js", "frzr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"frzr.js" : "sha256-Nz6ezcRZ1fqxyHnluKngAoKiTSGBAn6YDCARmc/PRi4=", "frzr.min.js" : "sha256-drG40tkRzJ7zJ6Wd+42XagshQr/v9zLfkQDo73iWqbY="} | json_instruct | {"type": "object", "properties": {"frzr.js": {"type": "string"}, "frzr.min.js": {"type": "string"}}, "required": ["frzr.js", "frzr.min.js"], "$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" : 35386, "cartId" : "0e1d78c6-586e-4f8c-9b73-06f4997244c2", "preferredProducts" : [3641, 4201, 4923], "productReviews" : [{"productId" : 993, "reviewText" : "It only works when I'm Niger.", "reviewDate" : "2019-01-12T23:29:52.6766887+02:00"}, {"productId" : 2010, "reviewText" : "This primary works quite well. It pointedly improves my golf by a lot.", "reviewDate" : "2018-04-08T00:06:08.1782848+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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "string"}, "pluginName": {"type": "string"}, "pluginDescription": {"type": "string"}, "pluginKeywords": {"type": "string"}, "supportEmail": {"type": "string"}, "supportSite": {"type": "string"}, "control": {"type": "object", "properties": {"content": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "settings": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "design": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}}, "required": ["content", "settings", "design"]}, "widget": {"type": "object", "properties": {}, "required": []}, "features": {"type": "array", "items": {}}, "languages": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "pluginName", "pluginDescription", "pluginKeywords", "supportEmail", "supportSite", "control", "widget", "features", "languages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "BuildFire", "pluginName" : "YouCanBook.Me Scheduling and Booking", "pluginDescription" : "YouCanBook.me is booking software that integrates with your Google or iCloud Calendar. Get a personalized scheduling page so your customers can book you online.Related Topics:SimplyBook", "pluginKeywords" : "appointment", "supportEmail" : "support@buildfire.com", "supportSite" : "http://learn.appdocumentation.com/plugin-tutorials/you-can-book-me-plugin-tutorial", "control" : {"content" : {"enabled" : true}, "settings" : {"enabled" : false}, "design" : {"enabled" : false}}, "widget" : {}, "features" : [], "languages" : ["en"]} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "pluginName": {"type": "string"}, "pluginDescription": {"type": "string"}, "pluginKeywords": {"type": "string"}, "supportEmail": {"type": "string"}, "supportSite": {"type": "string"}, "control": {"type": "object", "properties": {"content": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "settings": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "design": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}}, "required": ["content", "settings", "design"]}, "widget": {"type": "object", "properties": {}, "required": []}, "features": {"type": "array", "items": {}}, "languages": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "pluginName", "pluginDescription", "pluginKeywords", "supportEmail", "supportSite", "control", "widget", "features", "languages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"embed": {"type": "object", "properties": {"title": {"type": "string"}, "color": {"type": "integer"}, "thumbnail": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "footer": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["title", "color", "thumbnail", "footer"]}, "fields": {"type": "array", "items": {"type": "string"}}}, "required": ["embed", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"embed" : {"title" : "Ping Fantasma", "color" : 3974125, "thumbnail" : {"url" : "https://cdn.discordapp.com/attachments/878533922995208193/880910497376006154/879529070453461043.png"}, "footer" : {"text" : "Por favor no hagas ping fantasma."}}, "fields" : ["Canal", "Menciones"]} | json_instruct | {"type": "object", "properties": {"embed": {"type": "object", "properties": {"title": {"type": "string"}, "color": {"type": "integer"}, "thumbnail": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "footer": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["title", "color", "thumbnail", "footer"]}, "fields": {"type": "array", "items": {"type": "string"}}}, "required": ["embed", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "hello": {"type": "string"}, "welcome": {"type": "string"}, "form-submit": {"type": "string"}}, "required": ["@metadata", "hello", "welcome", "form-submit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["ArslanX"]}, "hello" : "\u042d\u0441\u0435\u043d\u043b\u0438\u043a\u043b\u0435\u0440", "welcome" : "\u0425\u043e\u0448 \u0433\u0435\u043b", "form-submit" : "\u0413\u0451\u0447\u043c\u0435\u043a"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "hello": {"type": "string"}, "welcome": {"type": "string"}, "form-submit": {"type": "string"}}, "required": ["@metadata", "hello", "welcome", "form-submit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "url": {"type": "string"}}, "required": ["datetime", "elapsed", "exception", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datetime" : "2020-10-13T15:28:21.112351", "elapsed" : "0.208", "exception" : "SSLError", "url" : "http://eastdevon.gov.uk/transparency/brownfields/east-devon_brownfieldregister_2017-11-17_rev1.csv"} | json_instruct | {"type": "object", "properties": {"datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "url": {"type": "string"}}, "required": ["datetime", "elapsed", "exception", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "tconstruct:block/smeltery/slab/paver/slab"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01022166": {"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": ["E01022166"]}, "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" : {"E01022166" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00112632", "LAD11CD" : "E07000078"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00112633", "LAD11CD" : "E07000078"}, "arcs" : [[4, 5, -1, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00112634", "LAD11CD" : "E07000078"}, "arcs" : [[-4, 7, -7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00112635", "LAD11CD" : "E07000078"}, "arcs" : [[-2, -6, 8]]}]}}, "arcs" : [[[2337, 2376], [-361, 211]], [[1976, 2587], [302, 362], [-624, 148], [-179, -157], [-1327, 380]], [[148, 3320], [298, 872], [561, 825], [646, 244], [-2, 267], [267, 92], [-214, 384], [907, 432], [-874, 845], [301, 197], [-94, 184], [600, 370], [87, 288], [821, 663], [-378, 102], [-284, 64], [17, 189], [545, 110], [0, 297], [1148, 254], [1397, -196], [922, -376], [953, 157], [577, -341], [811, -85], [839, -447], [-937, -2754], [-99, -296], [-3676, -1931], [-1355, -1570]], [[3932, 2160], [-396, -409], [-1286, 491], [87, 134]], [[1700, 1191], [-616, 469], [-277, 220]], [[807, 1880], [1169, 707]], [[2337, 2376], [-251, -252], [766, -386], [-408, -561], [-480, 218], [-264, -204]], [[3932, 2160], [220, -180], [-298, -593], [-343, -520], [-57, -867], [-379, 124], [30, 174], [-240, -7], [81, 185], [-435, 393], [-551, 142], [66, 90], [-326, 90]], [[807, 1880], [-807, 726], [148, 714]]], "transform" : {"scale" : [2.1105651070925065e-06, 1.8662546615116274e-06], "translate" : [-2.088322545922598, 51.9133658484544]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01022166": {"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": ["E01022166"]}, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dialogue": {"type": "array", "items": {"type": "object", "properties": {"speed": {"type": "number"}, "portrait": {"type": "string"}, "boxState": {"type": "string"}, "expression": {"type": "string"}, "text": {"type": "string"}}, "required": ["speed", "portrait", "boxState", "expression", "text"]}}}, "required": ["dialogue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dialogue" : [{"speed" : 0.05, "portrait" : "dontcaredidntask", "boxState" : "normal", "expression" : "talk", "text" : "ok so im edgy now"}, {"speed" : 0.05, "portrait" : "bf", "boxState" : "normal", "expression" : "talk", "text" : "ok"}, {"speed" : 0.05, "portrait" : "dontcaredidntask", "boxState" : "normal", "expression" : "talk", "text" : "boo"}, {"speed" : 0.00500000000000001, "portrait" : "bf", "boxState" : "normal", "expression" : "shocked", "text" : "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAA"}]} | json_instruct | {"type": "object", "properties": {"dialogue": {"type": "array", "items": {"type": "object", "properties": {"speed": {"type": "number"}, "portrait": {"type": "string"}, "boxState": {"type": "string"}, "expression": {"type": "string"}, "text": {"type": "string"}}, "required": ["speed", "portrait", "boxState", "expression", "text"]}}}, "required": ["dialogue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "029", "name" : "\u85e4\u6ca2", "name_kana" : "\uff8c\uff7c\uff9e\uff7b\uff9c"}, {"code" : "827", "name" : "\u632f\u8fbc\u5c02\u7528", "name_kana" : "\uff8c\uff98\uff7a\uff90\uff7e\uff9d\uff96\uff73"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Prepare the gelatin according to package instructions. Stir in the drained pineapple. Allow to set until firm.", "When gelatin mixture is firm, fold in whipped topping and pour into graham cracker crust. Refrigerate overnight."], "ingredients" : ["1 (3 ounce) package strawberry flavored Jell-O\u00ae mix", "1 (8 ounce) can crushed pineapple, drained", "1 (8 ounce) container frozen whipped topping, thawed", "1 (9 inch) prepared graham cracker crust"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Creamy Party Pie", "url" : "http://allrecipes.com/recipe/24099/creamy-party-pie/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"exampleArray": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "hour": {"type": "integer"}}, "required": ["count", "hour"]}}}, "required": ["exampleArray"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exampleArray" : [{"count" : 223, "hour" : 0}, {"count" : 236, "hour" : 1}, {"count" : 188, "hour" : 2}, {"count" : 201, "hour" : 3}, {"count" : 195, "hour" : 4}, {"count" : 151, "hour" : 5}, {"count" : 102, "hour" : 6}, {"count" : 64, "hour" : 7}, {"count" : 93, "hour" : 8}, {"count" : 87, "hour" : 9}, {"count" : 90, "hour" : 10}, {"count" : 106, "hour" : 11}, {"count" : 104, "hour" : 12}, {"count" : 122, "hour" : 13}, {"count" : 224, "hour" : 14}, {"count" : 285, "hour" : 15}, {"count" : 247, "hour" : 16}, {"count" : 236, "hour" : 17}, {"count" : 216, "hour" : 18}, {"count" : 239, "hour" : 19}, {"count" : 243, "hour" : 20}, {"count" : 248, "hour" : 21}, {"count" : 236, "hour" : 22}, {"count" : 226, "hour" : 23}]} | json_instruct | {"type": "object", "properties": {"exampleArray": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "hour": {"type": "integer"}}, "required": ["count", "hour"]}}}, "required": ["exampleArray"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "moduleType": {"type": "string"}, "option": {"type": "string"}, "values": {"type": "string"}}, "required": ["id", "moduleType", "option", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6665e18bfeda4b89", "moduleType" : "bands", "option" : "{}", "values" : "{\"title\":\"\u5408\u4f5c\u4f19\u4f34\",\"desc\":\"\u4e0b\u9762\u662f\u516c\u53f8\u7684\u5408\u4f5c\u4f19\u4f34\",\"background\":\"grey\"}"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "moduleType": {"type": "string"}, "option": {"type": "string"}, "values": {"type": "string"}}, "required": ["id", "moduleType", "option", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"form_name": {"type": "string"}, "form_names": {"type": "array", "items": {}}, "form_order": {"type": "integer"}, "id": {"type": "integer"}, "is_battle_only": {"type": "boolean"}, "is_default": {"type": "boolean"}, "is_mega": {"type": "boolean"}, "name": {"type": "string"}, "names": {"type": "array", "items": {}}, "order": {"type": "integer"}, "pokemon": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "female": {"type": "null"}, "defaultShiny": {"type": "string"}, "femaleShiny": {"type": "null"}}, "required": ["default", "female", "defaultShiny", "femaleShiny"]}, "version_group": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "icons": {"type": "object", "properties": {"default": {"type": "string"}, "female": {"type": "null"}, "defaultShiny": {"type": "string"}, "femaleShiny": {"type": "null"}}, "required": ["default", "female", "defaultShiny", "femaleShiny"]}}, "required": ["form_name", "form_names", "form_order", "id", "is_battle_only", "is_default", "is_mega", "name", "names", "order", "pokemon", "sprites", "version_group", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"form_name" : "", "form_names" : [], "form_order" : 1, "id" : 236, "is_battle_only" : false, "is_default" : true, "is_mega" : false, "name" : "tyrogue", "names" : [], "order" : 153, "pokemon" : {"name" : "tyrogue", "url" : "json/pokemon/0236/varieties/000.json"}, "sprites" : {"default" : "poke_capture_0236_000_mo_n_00000000_f_n.png", "female" : null, "defaultShiny" : "poke_capture_0236_000_mo_n_00000000_f_r.png", "femaleShiny" : null}, "version_group" : {"name" : "gold-silver", "url" : "json/version-group/0003.json"}, "icons" : {"default" : "poke_icon_0236_000_mo_n_00000000_f_n.png", "female" : null, "defaultShiny" : "poke_icon_0236_000_mo_n_00000000_f_r.png", "femaleShiny" : null}} | json_instruct | {"type": "object", "properties": {"form_name": {"type": "string"}, "form_names": {"type": "array", "items": {}}, "form_order": {"type": "integer"}, "id": {"type": "integer"}, "is_battle_only": {"type": "boolean"}, "is_default": {"type": "boolean"}, "is_mega": {"type": "boolean"}, "name": {"type": "string"}, "names": {"type": "array", "items": {}}, "order": {"type": "integer"}, "pokemon": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "sprites": {"type": "object", "properties": {"default": {"type": "string"}, "female": {"type": "null"}, "defaultShiny": {"type": "string"}, "femaleShiny": {"type": "null"}}, "required": ["default", "female", "defaultShiny", "femaleShiny"]}, "version_group": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "icons": {"type": "object", "properties": {"default": {"type": "string"}, "female": {"type": "null"}, "defaultShiny": {"type": "string"}, "femaleShiny": {"type": "null"}}, "required": ["default", "female", "defaultShiny", "femaleShiny"]}}, "required": ["form_name", "form_names", "form_order", "id", "is_battle_only", "is_default", "is_mega", "name", "names", "order", "pokemon", "sprites", "version_group", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3193c095738e09a24ee1d2d3ab7bf40d16b4f0ff"} | 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": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1880, 305], [1881, 289], [1882, 334], [1883, 306], [1884, 367], [1885, 292], [1886, 335], [1887, 305], [1888, 463], [1889, 453], [1890, 363], [1891, 302], [1892, 361], [1893, 321], [1894, 326], [1895, 324], [1896, 299], [1897, 291], [1898, 310], [1899, 259], [1900, 355], [1901, 259], [1902, 273], [1903, 259], [1904, 282], [1905, 290], [1906, 285], [1907, 314], [1908, 353], [1909, 358], [1910, 454], [1911, 467], [1912, 731], [1913, 809], [1914, 1005], [1915, 1263], [1916, 1191], [1917, 1128], [1918, 1277], [1919, 1214], [1920, 1138], [1921, 1124], [1922, 1120], [1923, 1048], [1924, 1172], [1925, 1041], [1926, 1010], [1927, 1012], [1928, 986], [1929, 958], [1930, 987], [1931, 911], [1932, 965], [1933, 867], [1934, 832], [1935, 891], [1936, 816], [1937, 815], [1938, 846], [1939, 707], [1940, 815], [1941, 766], [1942, 851], [1943, 835], [1944, 754], [1945, 716], [1946, 820], [1947, 887], [1948, 871], [1949, 761], [1950, 720], [1951, 687], [1952, 720], [1953, 743], [1954, 754], [1955, 736], [1956, 739], [1957, 854], [1958, 871], [1959, 934], [1960, 955], [1961, 933], [1962, 1045], [1963, 946], [1964, 870], [1965, 728], [1966, 682], [1967, 555], [1968, 630], [1969, 581], [1970, 620], [1971, 578], [1972, 594], [1973, 535], [1974, 541], [1975, 606], [1976, 590], [1977, 624], [1978, 571], [1979, 549], [1980, 518], [1981, 520], [1982, 433], [1983, 430], [1984, 441], [1985, 426], [1986, 429], [1987, 425], [1988, 430], [1989, 436], [1990, 366], [1991, 351], [1992, 357], [1993, 331], [1994, 292], [1995, 322], [1996, 314], [1997, 370], [1998, 349], [1999, 384], [2000, 375], [2001, 390], [2002, 405], [2003, 439], [2004, 450], [2005, 444], [2006, 454], [2007, 409], [2008, 404], [2009, 386], [2010, 336], [2011, 342], [2012, 306], [2013, 304], [2014, 329]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"schematicName": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["schematicName", "tags"]}, "tags": {"type": "array", "items": {"type": "string"}}, "schematicName": {"type": "string"}}, "required": ["data", "tags", "schematicName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"schematicName" : "schematic", "tags" : ["Tube", "Amp"]}, "tags" : ["Tube", "Amp"], "schematicName" : "schematic"} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"schematicName": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["schematicName", "tags"]}, "tags": {"type": "array", "items": {"type": "string"}}, "schematicName": {"type": "string"}}, "required": ["data", "tags", "schematicName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Lihons", "dpt" : "Somme", "inscrits" : 316, "abs" : 75, "votants" : 241, "blancs" : 11, "nuls" : 5, "exp" : 225, "res" : [{"panneau" : "2", "voix" : 151}, {"panneau" : "1", "voix" : 74}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "description": {"type": "string"}}, "required": ["website", "description"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Meta D Token", "symbol" : "MetaD", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/MetaDxGDwtNZwsbwrfERzBwhRdUhRVVjGU7HYuCTk8r/logo.png", "decimals" : 6, "address" : "MetaDxGDwtNZwsbwrfERzBwhRdUhRVVjGU7HYuCTk8r", "chainId" : 101, "tags" : ["social-token"], "extensions" : {"website" : "https://www.johnsoncontrols.com/building-automation-and-controls/building-management/building-automation-systems-bas", "description" : "The Meta D token is a social token used to promote digital technologies in modern BAS"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "description": {"type": "string"}}, "required": ["website", "description"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : 5598, "cartId" : "76bd2e7d-e75e-4967-a596-b49b74d193f7", "preferredProducts" : [1214, 212, 4285], "productReviews" : [{"productId" : 1419, "reviewText" : "My neighbor Lular has one of these. She works as a cake decorator and she says it looks ragged.", "reviewDate" : "2018-10-16T07:28:01.7369351+03:00"}, {"productId" : 4316, "reviewText" : "one of my hobbies is toy collecting. and when i'm collecting toys this works great.", "reviewDate" : "2019-02-14T08:47:49.1680344+02:00"}, {"productId" : 858, "reviewText" : "i use it hardly when i'm in my prison.", "reviewDate" : "2017-09-02T02:27:48.5578024+03:00"}, {"productId" : 4890, "reviewText" : "My terrier loves to play with it.", "reviewDate" : "2017-04-10T11:57:32.3635153+03:00"}, {"productId" : 2528, "reviewText" : "this analyzing is dominant.", "reviewDate" : "2018-09-04T15:53:29.1127288+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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "config": {"type": "string"}, "connect-ensure-login": {"type": "string"}, "connect-redis": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-jwt": {"type": "string"}, "express-session": {"type": "string"}, "ioredis": {"type": "string"}, "lodash": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-auth0": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "config", "connect-ensure-login", "connect-redis", "cookie-parser", "debug", "ejs", "express", "express-jwt", "express-session", "ioredis", "lodash", "morgan", "passport", "passport-auth0", "serve-favicon"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "express-redis-passport", "version" : "1.0.0", "description" : "A skeleton Express app with authentication", "main" : "bin/www", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "author" : "claudiobartolini@yahoo.com", "license" : "Apache-2.0", "dependencies" : {"body-parser" : "^1.18.2", "config" : "^1.30.0", "connect-ensure-login" : "^0.1.1", "connect-redis" : "^3.3.3", "cookie-parser" : "^1.4.3", "debug" : "^3.1.0", "ejs" : "^2.5.7", "express" : "^4.16.3", "express-jwt" : "^5.3.1", "express-session" : "^1.15.6", "ioredis" : "^3.2.2", "lodash" : "^4.17.5", "morgan" : "^1.9.0", "passport" : "^0.4.0", "passport-auth0" : "^0.6.1", "serve-favicon" : "^2.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "config": {"type": "string"}, "connect-ensure-login": {"type": "string"}, "connect-redis": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-jwt": {"type": "string"}, "express-session": {"type": "string"}, "ioredis": {"type": "string"}, "lodash": {"type": "string"}, "morgan": {"type": "string"}, "passport": {"type": "string"}, "passport-auth0": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "config", "connect-ensure-login", "connect-redis", "cookie-parser", "debug", "ejs", "express", "express-jwt", "express-session", "ioredis", "lodash", "morgan", "passport", "passport-auth0", "serve-favicon"]}}, "required": ["name", "version", "description", "main", "private", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 10220, "children" : [{"id" : 10221, "name" : "Electra, Dorian -- \"Fa$t Ca$h\" video"}, {"id" : 10222, "name" : "Electra, Dorian -- \"I'm in Love with Friedrich HYWK\""}], "name" : "Electra, Dorian"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"infos": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "talk": {"type": "string"}, "sprites": {"type": "string"}, "size": {"type": "number"}, "HP": {"type": "integer"}, "hitboxType": {"type": "string"}, "hitbox": {"type": "string"}}, "required": ["name", "id", "talk", "sprites", "size", "HP", "hitboxType", "hitbox"]}, "Actions": {"type": "object", "properties": {"breath": {"type": "object", "properties": {"beginFrame": {"type": "integer"}, "endFrame": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "time": {"type": "number"}}, "required": ["beginFrame", "endFrame", "x", "y", "time"]}, "give": {"type": "object", "properties": {"beginFrame": {"type": "integer"}, "endFrame": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "time": {"type": "number"}}, "required": ["beginFrame", "endFrame", "x", "y", "time"]}}, "required": ["breath", "give"]}}, "required": ["infos", "Actions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"infos" : {"name" : "Dealer", "id" : 0, "talk" : "Press R to drug yourself\nGood and bad effect", "sprites" : "Resources/Images/Dealer/dealer_000.png", "size" : 1.3, "HP" : 75, "hitboxType" : "special", "hitbox" : "heroHitbox"}, "Actions" : {"breath" : {"beginFrame" : 0, "endFrame" : 2, "x" : 1, "y" : 1, "time" : 0.3}, "give" : {"beginFrame" : 3, "endFrame" : 5, "x" : 1, "y" : 1, "time" : 0.3}}} | json_instruct | {"type": "object", "properties": {"infos": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "talk": {"type": "string"}, "sprites": {"type": "string"}, "size": {"type": "number"}, "HP": {"type": "integer"}, "hitboxType": {"type": "string"}, "hitbox": {"type": "string"}}, "required": ["name", "id", "talk", "sprites", "size", "HP", "hitboxType", "hitbox"]}, "Actions": {"type": "object", "properties": {"breath": {"type": "object", "properties": {"beginFrame": {"type": "integer"}, "endFrame": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "time": {"type": "number"}}, "required": ["beginFrame", "endFrame", "x", "y", "time"]}, "give": {"type": "object", "properties": {"beginFrame": {"type": "integer"}, "endFrame": {"type": "integer"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "time": {"type": "number"}}, "required": ["beginFrame", "endFrame", "x", "y", "time"]}}, "required": ["breath", "give"]}}, "required": ["infos", "Actions"], "$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"}, "ProtocolName": {"type": "string"}, "SummaryComment": {"type": "string"}, "ConstructorAccess": {"type": "string"}, "Properties": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "SummaryComment": {"type": "string"}, "RemarksComment": {"type": "null"}, "BoundAccess": {"type": "string"}, "UnboundAccess": {"type": "string"}, "HideSetter": {"type": "boolean"}}, "required": ["Type", "Name", "SummaryComment", "RemarksComment", "BoundAccess", "UnboundAccess", "HideSetter"]}, "Value": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Type", "Name"]}}, "required": ["Key", "Value"]}}}, "required": ["Name", "ProtocolName", "SummaryComment", "ConstructorAccess", "Properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "TaskDependencies", "ProtocolName" : "Models.TaskDependencies", "SummaryComment" : "Specifies any dependencies of a task. Any task that is explicitly specified or within a dependency range must complete before the dependant task will be scheduled.", "ConstructorAccess" : "internal", "Properties" : [{"Key" : {"Type" : "IReadOnlyList<TaskIdRange>", "Name" : "TaskIdRanges", "SummaryComment" : "The list of task IDs that this task depends on. All tasks in this list must complete successfully before the dependent task can be scheduled.", "RemarksComment" : null, "BoundAccess" : "read", "UnboundAccess" : "read,write", "HideSetter" : true}, "Value" : {"Type" : "IList<Models.TaskIdRange>", "Name" : "TaskIdRanges"}}, {"Key" : {"Type" : "IReadOnlyList<string>", "Name" : "TaskIds", "SummaryComment" : "The list of task ID ranges that this task depends on. All tasks in all ranges must complete successfully before the dependent task can be scheduled.", "RemarksComment" : null, "BoundAccess" : "read", "UnboundAccess" : "read,write", "HideSetter" : true}, "Value" : {"Type" : "IList<string>", "Name" : "TaskIds"}}]} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ProtocolName": {"type": "string"}, "SummaryComment": {"type": "string"}, "ConstructorAccess": {"type": "string"}, "Properties": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "SummaryComment": {"type": "string"}, "RemarksComment": {"type": "null"}, "BoundAccess": {"type": "string"}, "UnboundAccess": {"type": "string"}, "HideSetter": {"type": "boolean"}}, "required": ["Type", "Name", "SummaryComment", "RemarksComment", "BoundAccess", "UnboundAccess", "HideSetter"]}, "Value": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Type", "Name"]}}, "required": ["Key", "Value"]}}}, "required": ["Name", "ProtocolName", "SummaryComment", "ConstructorAccess", "Properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Hearth and Hall (17U8)", "text" : "Set:\tRise of Saruman\nKind:\tFree People\nCulture:\tElven\nTwilight:\t3\nCard Type:\tEvent \u2022 Regroup\nGame Text:\tSpot an [Elven] hunter and choose one: draw a card for each hunter you can spot or reinforce an [Elven] token for each hunter you can spot.\nRarity:\tU", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr17008.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$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"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "YIARA", "frequency" : 2, "males" : "0.0 %", "females" : "100.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["gulp-liferay-r2-css"] | 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": {"rzslider.css": {"type": "string"}, "rzslider.js": {"type": "string"}, "rzslider.min.css": {"type": "string"}, "rzslider.min.js": {"type": "string"}}, "required": ["rzslider.css", "rzslider.js", "rzslider.min.css", "rzslider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rzslider.css" : "sha256-xgJB9J6nF920CY+LDxCL6YzY9mOeJ+HAD7RZQSoiwOo=", "rzslider.js" : "sha256-Teg+D0Jfx6vepul/eqIYz1+wtm95Haw2y5ElbmkxUuM=", "rzslider.min.css" : "sha256-tANHDC9QsyWhuT6vdT+NS3m4PVI2Ef9IsvQGJddyXjc=", "rzslider.min.js" : "sha256-WK3OJGIPdrRnssMK25BprL7nTfY5OOi6iHeVJSou4Ms="} | json_instruct | {"type": "object", "properties": {"rzslider.css": {"type": "string"}, "rzslider.js": {"type": "string"}, "rzslider.min.css": {"type": "string"}, "rzslider.min.js": {"type": "string"}}, "required": ["rzslider.css", "rzslider.js", "rzslider.min.css", "rzslider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"prefecture" : "\u57fc\u7389\u770c", "city" : "\u6238\u7530\u5e02", "prefecture_kana" : "\u30b5\u30a4\u30bf\u30de\u30b1\u30f3", "city_kana" : "\u30c8\u30c0\u30b7", "code" : "112241", "code5" : "11224"} | json_instruct | {"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1MWRyCZMUgrUsZHUN4WGjL8Xz1Mf8k5m2w": {"type": "string"}}, "required": ["1MWRyCZMUgrUsZHUN4WGjL8Xz1Mf8k5m2w"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "HIHgm//fucGhlwgzOiEYHgki6ztN/cE7YJ+ax9rYb7XmyriDoFcP+zEz2lBY+aLHY/YLPDvKrxnVvVjxdEn4qjY=", "cert_user_id" : "bluestone77163@zeroid.bit", "files" : {"data.json" : {"sha512" : "fb32225e21d5aef6dab260370f41d79f9879ff759ba52c2b283ce22dbdd37de4", "size" : 211}}, "inner_path" : "data/users/1MWRyCZMUgrUsZHUN4WGjL8Xz1Mf8k5m2w/content.json", "modified" : 1490708615, "signs" : {"1MWRyCZMUgrUsZHUN4WGjL8Xz1Mf8k5m2w" : "HESZu43sYbjwhQgRuS0dpr3ooN/MSptf10Ld1D1zOozHO9C7KEeqY4IAx4LCn6282daief8XK04KpuZBCJB29W0="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1MWRyCZMUgrUsZHUN4WGjL8Xz1Mf8k5m2w": {"type": "string"}}, "required": ["1MWRyCZMUgrUsZHUN4WGjL8Xz1Mf8k5m2w"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "test", "prepublishOnly"]}, "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": {"babel-cli": {"type": "string"}, "babel-plugin-external-helpers": {"type": "string"}, "babel-preset-env": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-external-helpers", "babel-preset-env", "rollup", "rollup-plugin-babel"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@svedova/typewriter", "version" : "0.1.2", "description" : "A lightweight TypeWriter that works out of the box", "main" : "bundle.js", "scripts" : {"build" : "rollup -c", "test" : "jest", "prepublishOnly" : "git pull && npm run build && npm version patch -m \"Upgrade package %s\" && git push"}, "repository" : {"type" : "git", "url" : "git+https://github.com/svedova/typewriter.git"}, "keywords" : ["type-writer", "javascript"], "author" : "Savas Vedova <savas@vsk.me>", "license" : "MIT", "bugs" : {"url" : "https://github.com/svedova/typewriter/issues"}, "homepage" : "https://github.com/svedova/typewriter#readme", "devDependencies" : {"babel-cli" : "^6.26.0", "babel-plugin-external-helpers" : "^6.22.0", "babel-preset-env" : "^1.6.1", "rollup" : "^0.55.5", "rollup-plugin-babel" : "^3.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "test", "prepublishOnly"]}, "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": {"babel-cli": {"type": "string"}, "babel-plugin-external-helpers": {"type": "string"}, "babel-preset-env": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-external-helpers", "babel-preset-env", "rollup", "rollup-plugin-babel"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}, "37": {"type": "string"}, "38": {"type": "string"}, "39": {"type": "string"}, "40": {"type": "string"}, "41": {"type": "string"}, "42": {"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"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[9, 22], [42, 32], [34, 9], [9, 25], [34, 9], [37, 9], [8, 9], [34, 9], [9, 26], [19, 12], [39, 28], [9, 16], [36, 31], [2, 9], [34, 26], [16, 9], [4, 30], [9, 14], [16, 9], [11, 9], [9, 18], [9, 31], [0, 9], [1, 15], [39, 33], [17, 28], [27, 9], [9, 5], [9, 5], [9, 29], [9, 21], [2, 9], [16, 9], [16, 9], [9, 23], [30, 9], [31, 9], [9, 34], [9, 6], [27, 9], [21, 9], [6, 9], [24, 9], [7, 40], [18, 9], [21, 9], [26, 9], [9, 38], [5, 9], [9, 10], [9, 32], [9, 13], [9, 3], [17, 9], [8, 9], [9, 40], [9, 41], [9, 34], [9, 35], [10, 20], [9, 8], [40, 19], [16, 9]], "features" : {"0" : "1", "1" : "1", "2" : "2", "3" : "1", "4" : "1", "5" : "3", "6" : "2", "7" : "1", "8" : "3", "9" : "51", "10" : "2", "11" : "1", "12" : "1", "13" : "1", "14" : "1", "15" : "1", "16" : "6", "17" : "2", "18" : "2", "19" : "2", "20" : "1", "21" : "3", "22" : "1", "23" : "1", "24" : "1", "25" : "1", "26" : "3", "27" : "2", "28" : "2", "29" : "1", "30" : "2", "31" : "3", "32" : "2", "33" : "1", "34" : "6", "35" : "1", "36" : "1", "37" : "1", "38" : "1", "39" : "2", "40" : "3", "41" : "1", "42" : "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"}}, "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"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PageTitleWhenEmpty": {"type": "string"}, "PageTitleWhenWordIsDisplayed": {"type": "string"}, "PageTitleWhenEmptyForJaLearner": {"type": "string"}, "PageTitleWhenWordIsDisplayedForJaLearner": {"type": "string"}, "SkipWordButtonText": {"type": "string"}, "NextWordButtonText": {"type": "string"}, "MainInputLabel": {"type": "string"}, "MainInputPendingPlaceholder": {"type": "string"}, "MainInputPendingPlaceholderForJaLearner": {"type": "string"}, "MainInputWrongPlaceholder": {"type": "string"}, "WordDetailButtonText": {"type": "string"}, "ForgetWordButtonText": {"type": "string"}, "LevelPlusOneButtonText": {"type": "string"}, "LevelPlusTwoButtonText": {"type": "string"}, "ReportWordButtonText": {"type": "string"}, "CloseReportWordButtonText": {"type": "string"}}, "required": ["PageTitleWhenEmpty", "PageTitleWhenWordIsDisplayed", "PageTitleWhenEmptyForJaLearner", "PageTitleWhenWordIsDisplayedForJaLearner", "SkipWordButtonText", "NextWordButtonText", "MainInputLabel", "MainInputPendingPlaceholder", "MainInputPendingPlaceholderForJaLearner", "MainInputWrongPlaceholder", "WordDetailButtonText", "ForgetWordButtonText", "LevelPlusOneButtonText", "LevelPlusTwoButtonText", "ReportWordButtonText", "CloseReportWordButtonText"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PageTitleWhenEmpty" : "PoiGoi\u80cc\u5355\u8bcd", "PageTitleWhenWordIsDisplayed" : "PoiGoi\u80cc\u5355\u8bcd - {{wordkey}}", "PageTitleWhenEmptyForJaLearner" : "PoiGoi\u65e5\u8bed\u80cc\u5355\u8bcd", "PageTitleWhenWordIsDisplayedForJaLearner" : "PoiGoi\u65e5\u8bed\u80cc\u5355\u8bcd - {{wordkey}}", "SkipWordButtonText" : "\u8df3\u8fc7", "NextWordButtonText" : "\u8df3\u8fc7", "MainInputLabel" : "\u5728\u8fd9\u91cc\u9a8c\u8bc1\u4f60\u7684\u7b54\u6848", "MainInputPendingPlaceholder" : "", "MainInputPendingPlaceholderForJaLearner" : "\u5efa\u8bae\u4f7f\u7528\u65e5\u8bed\u8f93\u5165\u6cd5", "MainInputWrongPlaceholder" : "\u8f93\u5165\u6b63\u786e\u7b54\u6848\u4ee5\u7ee7\u7eed", "WordDetailButtonText" : "\u66f4\u591a", "ForgetWordButtonText" : "\u4e0d\u518d\u51fa\u73b0", "LevelPlusOneButtonText" : "\u7ec3\u5ea6", "LevelPlusTwoButtonText" : "\u7ec3\u5ea6", "ReportWordButtonText" : "\u62a5\u9519", "CloseReportWordButtonText" : "\u5173\u95ed"} | json_instruct | {"type": "object", "properties": {"PageTitleWhenEmpty": {"type": "string"}, "PageTitleWhenWordIsDisplayed": {"type": "string"}, "PageTitleWhenEmptyForJaLearner": {"type": "string"}, "PageTitleWhenWordIsDisplayedForJaLearner": {"type": "string"}, "SkipWordButtonText": {"type": "string"}, "NextWordButtonText": {"type": "string"}, "MainInputLabel": {"type": "string"}, "MainInputPendingPlaceholder": {"type": "string"}, "MainInputPendingPlaceholderForJaLearner": {"type": "string"}, "MainInputWrongPlaceholder": {"type": "string"}, "WordDetailButtonText": {"type": "string"}, "ForgetWordButtonText": {"type": "string"}, "LevelPlusOneButtonText": {"type": "string"}, "LevelPlusTwoButtonText": {"type": "string"}, "ReportWordButtonText": {"type": "string"}, "CloseReportWordButtonText": {"type": "string"}}, "required": ["PageTitleWhenEmpty", "PageTitleWhenWordIsDisplayed", "PageTitleWhenEmptyForJaLearner", "PageTitleWhenWordIsDisplayedForJaLearner", "SkipWordButtonText", "NextWordButtonText", "MainInputLabel", "MainInputPendingPlaceholder", "MainInputPendingPlaceholderForJaLearner", "MainInputWrongPlaceholder", "WordDetailButtonText", "ForgetWordButtonText", "LevelPlusOneButtonText", "LevelPlusTwoButtonText", "ReportWordButtonText", "CloseReportWordButtonText"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datestamp" : "2019-10-18", "nameWithOwner" : "twitter/twitter.github.io", "name" : "twitter.github.io", "commits" : 468, "forkCount" : 472, "issues" : 22, "openIssues" : 1, "closedIssues" : 21, "pullRequests" : 31, "openPullRequests" : 2, "mergedPullRequests" : 17, "closedPullRequests" : 12, "stargazers" : 1239, "watchers" : 470} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 425 degrees F (220 degrees C). Prick eggplants all over with a fork; place on a baking sheet.", "Roast eggplants in the preheated oven, turning occasionally, until charred and tender, 10 to 12 minutes.", "Thread garlic cloves on a skewer.", "Roast garlic in the preheated oven, turning once, until charred and tender, 6 to 8 minutes.", "Cool eggplants and garlic until easily handled, about 5 minutes. Peel and transfer to a food processor. Add lemon juice, tahini, and salt; process until smooth.", "Drizzle eggplant mixture with olive oil and sprinkle with sumac."], "ingredients" : ["2 pounds eggplant", "4 cloves garlic, unpeeled", "1/4 cup lemon juice", "2 tablespoons tahini", "1 1/4 teaspoons salt", "1 tablespoon olive oil, or to taste", "1 pinch ground sumac, or to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Baba Ghanuj", "url" : "http://allrecipes.com/recipe/256541/baba-ghanuj/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"platform.dist": {"type": "array", "items": {"type": "string"}}, "input": {"type": "object", "properties": {"/usr/lib/os-release": {"type": "string"}, "/etc/lsb-release": {"type": "string"}}, "required": ["/usr/lib/os-release", "/etc/lsb-release"]}, "result": {"type": "object", "properties": {"distribution_release": {"type": "string"}, "distribution": {"type": "string"}, "distribution_major_version": {"type": "string"}, "os_family": {"type": "string"}, "distribution_version": {"type": "string"}}, "required": ["distribution_release", "distribution", "distribution_major_version", "os_family", "distribution_version"]}, "name": {"type": "string"}, "distro": {"type": "object", "properties": {"codename": {"type": "string"}, "version": {"type": "string"}, "id": {"type": "string"}, "version_best": {"type": "string"}, "name": {"type": "string"}, "os_release_info": {"type": "object", "properties": {}, "required": []}, "lsb_release_info": {"type": "object", "properties": {}, "required": []}}, "required": ["codename", "version", "id", "version_best", "name", "os_release_info", "lsb_release_info"]}}, "required": ["platform.dist", "input", "result", "name", "distro"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"platform.dist" : ["linuxmint", "19.1", "tessa"], "input" : {"/usr/lib/os-release" : "NAME=\"Linux Mint\"\nVERSION=\"19.1 (Tessa)\"\nID=linuxmint\nID_LIKE=ubuntu\nPRETTY_NAME=\"Linux Mint 19.1\"\nVERSION_ID=\"19.1\"\nHOME_URL=\"https://www.linuxmint.com/\"\nSUPPORT_URL=\"https://forums.ubuntu.com/\"\nBUG_REPORT_URL=\"http: //linuxmint-troubleshooting-guide.readthedocs.io/en/latest/\"\nPRIVACY_POLICY_URL=\"https://www.linuxmint.com/\"\nVERSION_CODENAME=tessa\nUBUNTU_CODENAME=bionic\n", "/etc/lsb-release" : "DISTRIB_ID=LinuxMint\nDISTRIB_RELEASE=19.1\nDISTRIB_CODENAME=tessa\nDISTRIB_DESCRIPTION=\"Linux Mint 19.1 Tessa\"\n"}, "result" : {"distribution_release" : "tessa", "distribution" : "Linux Mint", "distribution_major_version" : "19", "os_family" : "Debian", "distribution_version" : "19.1"}, "name" : "Linux Mint 19.1", "distro" : {"codename" : "tessa", "version" : "19.1", "id" : "linuxmint", "version_best" : "19.1", "name" : "Linux Mint", "os_release_info" : {}, "lsb_release_info" : {}}} | json_instruct | {"type": "object", "properties": {"platform.dist": {"type": "array", "items": {"type": "string"}}, "input": {"type": "object", "properties": {"/usr/lib/os-release": {"type": "string"}, "/etc/lsb-release": {"type": "string"}}, "required": ["/usr/lib/os-release", "/etc/lsb-release"]}, "result": {"type": "object", "properties": {"distribution_release": {"type": "string"}, "distribution": {"type": "string"}, "distribution_major_version": {"type": "string"}, "os_family": {"type": "string"}, "distribution_version": {"type": "string"}}, "required": ["distribution_release", "distribution", "distribution_major_version", "os_family", "distribution_version"]}, "name": {"type": "string"}, "distro": {"type": "object", "properties": {"codename": {"type": "string"}, "version": {"type": "string"}, "id": {"type": "string"}, "version_best": {"type": "string"}, "name": {"type": "string"}, "os_release_info": {"type": "object", "properties": {}, "required": []}, "lsb_release_info": {"type": "object", "properties": {}, "required": []}}, "required": ["codename", "version", "id", "version_best", "name", "os_release_info", "lsb_release_info"]}}, "required": ["platform.dist", "input", "result", "name", "distro"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"head": {"type": "object", "properties": {"layout": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "titre": {"type": "string"}, "form": {"type": "object", "properties": {"subject": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "medecin": {"type": "object", "properties": {"aide": {"type": "string"}, "liste": {"type": "array", "items": {"type": "string"}}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "liste", "obligatoire", "titre"]}, "medicament": {"type": "object", "properties": {"aide": {"type": "string"}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "obligatoire", "titre"]}, "message": {"type": "object", "properties": {"aide": {"type": "string"}, "titre": {"type": "string"}}, "required": ["aide", "titre"]}, "naissance": {"type": "object", "properties": {"aide": {"type": "string"}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "obligatoire", "titre"]}, "telephone": {"type": "object", "properties": {"aide": {"type": "string"}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "obligatoire", "titre"]}}, "required": ["subject", "title", "description", "medecin", "medicament", "message", "naissance", "telephone"]}, "hero": {"type": "string"}}, "required": ["layout", "title", "description", "titre", "form", "hero"]}, "body": {"type": "string"}, "__filename": {"type": "string"}, "__url": {"type": "string"}, "__resourceUrl": {"type": "string"}, "__dataUrl": {"type": "string"}}, "required": ["head", "body", "__filename", "__url", "__resourceUrl", "__dataUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"head" : {"layout" : "Formulaire", "title" : "Prescription", "description" : "La MMSG est un centre m\u00e9dical a pour but de r\u00e9pondre \u00e0 tous vos besoins en termes de sant\u00e9. Les services sont assur\u00e9s par des sp\u00e9cialistes qualifi\u00e9s dans les domaines dont vous avez besoin. Les diff\u00e9rents services sont repris dans le tableau ci-dessous:", "titre" : "Demande de Prescription", "form" : {"subject" : "Prescription", "title" : "Formulaire de Prescription", "description" : "### \u00c0 noter :\n- Ce service est pour les patients qui ont un traitement chronique uniquement.\n- Le m\u00e9decin se pr\u00e9serve le droit de r\u00e9pondre ou non \u00e0 votre demande\n- La prescription est disponible 24h apr\u00e8s la demande hors jours f\u00e9ri\u00e9s.\n- Le patient doit venir chercher la prescription lui-m\u00eame \u00e0 l'acceuil de la Maison M\u00e9dicale.", "medecin" : {"aide" : "Choisissez votre g\u00e9n\u00e9raliste", "liste" : ["Dr. ZEKHNINI Mohammed", "Dr. WASHIWAPA Rachel", "Dr. EL HAJJAMI Fatiha", "Dr. KEPNANG Cyrille", "Dr. RAMADAN Soubhi", "Autre"], "obligatoire" : 1, "titre" : "M\u00e9decin"}, "medicament" : {"aide" : "Nom du m\u00e9dicament", "obligatoire" : 1, "titre" : "M\u00e9dicament"}, "message" : {"aide" : "Un \u00e9ventuel message", "titre" : "Notes (facultatif)"}, "naissance" : {"aide" : "Votre date de naissance", "obligatoire" : 1, "titre" : "Date de Naissance"}, "telephone" : {"aide" : "Votre num\u00e9ro de t\u00e9l\u00e9phone", "obligatoire" : 1, "titre" : "Num\u00e9ro de t\u00e9l\u00e9phone"}}, "hero" : "/assets/img/prescription.jpg"}, "body" : "<p>Vous avez besoin d'une prescription et vous ne voulez pas un nouveau rendez-vous rien que pour \u00e7a ?</p>\n<p>Vous pouvez commander une prescription via le formulaire ci-dessous.</p>\n", "__filename" : "prescription.md", "__url" : "/prescription/", "__resourceUrl" : "/prescription/index.html", "__dataUrl" : "/prescription/index.html.c8bd3808ebd05dc689ac27d8430a8104.json"} | json_instruct | {"type": "object", "properties": {"head": {"type": "object", "properties": {"layout": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "titre": {"type": "string"}, "form": {"type": "object", "properties": {"subject": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "medecin": {"type": "object", "properties": {"aide": {"type": "string"}, "liste": {"type": "array", "items": {"type": "string"}}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "liste", "obligatoire", "titre"]}, "medicament": {"type": "object", "properties": {"aide": {"type": "string"}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "obligatoire", "titre"]}, "message": {"type": "object", "properties": {"aide": {"type": "string"}, "titre": {"type": "string"}}, "required": ["aide", "titre"]}, "naissance": {"type": "object", "properties": {"aide": {"type": "string"}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "obligatoire", "titre"]}, "telephone": {"type": "object", "properties": {"aide": {"type": "string"}, "obligatoire": {"type": "integer"}, "titre": {"type": "string"}}, "required": ["aide", "obligatoire", "titre"]}}, "required": ["subject", "title", "description", "medecin", "medicament", "message", "naissance", "telephone"]}, "hero": {"type": "string"}}, "required": ["layout", "title", "description", "titre", "form", "hero"]}, "body": {"type": "string"}, "__filename": {"type": "string"}, "__url": {"type": "string"}, "__resourceUrl": {"type": "string"}, "__dataUrl": {"type": "string"}}, "required": ["head", "body", "__filename", "__url", "__resourceUrl", "__dataUrl"], "$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"}, "dashedName": {"type": "string"}, "order": {"type": "integer"}, "time": {"type": "string"}, "template": {"type": "string"}, "required": {"type": "array", "items": {}}, "superBlock": {"type": "string"}, "superOrder": {"type": "integer"}, "challengeOrder": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "helpRoom": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["name", "dashedName", "order", "time", "template", "required", "superBlock", "superOrder", "challengeOrder", "helpRoom", "fileName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Information Security Projects", "dashedName" : "information-security-projects", "order" : 3, "time" : "150 hours", "template" : "", "required" : [], "superBlock" : "information-security", "superOrder" : 9, "challengeOrder" : [["587d824a367417b2b2512c44", "Stock Price Checker"], ["587d824a367417b2b2512c45", "Anonymous Message Board"], ["5e601c775ac9d0ecd8b94aff", "Secure Real Time Multiplayer Game"], ["5e46f979ac417301a38fb932", "Port Scanner"], ["5e46f983ac417301a38fb933", "SHA-1 Password Cracker"]], "helpRoom" : "HelpBackend", "fileName" : "09-information-security/information-security-projects.json"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dashedName": {"type": "string"}, "order": {"type": "integer"}, "time": {"type": "string"}, "template": {"type": "string"}, "required": {"type": "array", "items": {}}, "superBlock": {"type": "string"}, "superOrder": {"type": "integer"}, "challengeOrder": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "helpRoom": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["name", "dashedName", "order", "time", "template", "required", "superBlock", "superOrder", "challengeOrder", "helpRoom", "fileName"], "$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"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3d891477-1792-40e3-9e8a-812e272a1156", "playerTags" : ["15ae64cd-f698-4b00-9d61-c9fffd037ae2"], "teamTags" : [], "gameTags" : ["ea049b5e-6f3a-4755-899d-c8d09dec7229"], "metadata" : {"mod" : "INHABITING", "play" : 315, "type" : 0, "parent" : "68de0754-84d5-44b3-96a2-4ec27688fe02", "subPlay" : 0}, "created" : "2021-04-14T01:26:52.081Z", "season" : 15, "tournament" : -1, "type" : 106, "day" : 32, "phase" : 4, "category" : 1, "description" : "Mickey Woods is Inhabiting Kennedy Loser!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200827649957000, "key" : "b1f1a395-630c-5dee-acf2-d21eb5151725{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"jpg\",\"toFormatBase64\":\"\",\"width\":20,\"height\":11}", "val" : {"src" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAALABQDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQFA//EABUBAQEAAAAAAAAAAAAAAAAAAAID/9oADAMBAAIQAxAAAAFXO4kFLHwU/8QAGxAAAgIDAQAAAAAAAAAAAAAAAQIAEQMEEiL/2gAIAQEAAQUCZCs5CjmYj42wLUCv/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAES/9oACAEDAQE/AWY//8QAFxEBAAMAAAAAAAAAAAAAAAAAAAEREv/aAAgBAgEBPwG25f/EABwQAAEDBQAAAAAAAAAAAAAAAAEAAhAREiExYf/aAAgBAQAGPwIBzbuhGuCtwI//xAAbEAEAAwEAAwAAAAAAAAAAAAABABEhQTFR0f/aAAgBAQABPyHae8KqKhqeT1N0mIiFey81r8gCAT//2gAMAwEAAgADAAAAEN/P/8QAFhEAAwAAAAAAAAAAAAAAAAAAARAR/9oACAEDAQE/EIFf/8QAFhEBAQEAAAAAAAAAAAAAAAAAERAh/9oACAECAQE/EE7D/8QAGhABAQADAQEAAAAAAAAAAAAAAREAIVFBof/aAAgBAQABPxDWLQFIeh587kEMkBbup3IKTGriaF0rzAQ6IvcRUg5n/9k=", "width" : 20, "height" : 11, "aspectRatio" : 1.8181818181818181, "originalName" : "3.jpg"}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x3282eb043414888a7c818ac9db0e8086fd5741c2", "tool" : "manticore", "start" : 1563948472.5781589, "end" : 1563950274.4366622, "duration" : 1801.8585033416748, "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": {"type": "array", "items": {}}}}, "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": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Lightly grease a baking sheet.", "Combine coconut sugar, coconut oil, baking soda, and salt in a large bowl; beat with a handheld electric mixer until smooth. Add almond flour, eggs, and vanilla extract. Beat dough at medium speed, scraping the bottom and sides of the bowl, until well mixed, about 1 minute.", "Fold chocolate chips into the dough. Grease your palms lightly with coconut oil; drop tablespoonfuls of dough onto the baking sheet.", "Bake in the preheated oven until golden brown, 10 to 12 minutes. Let cool on the baking sheet, about 10 minutes."], "ingredients" : ["1/2 cup coconut palm sugar", "1/4 cup extra-virgin coconut oil, at room temperature", "1/2 teaspoon baking soda", "Himalayan pink salt to taste", "2 cups almond flour", "2 eggs", "1 tablespoon vanilla extract", "1 cup chocolate chips (such as Ghirardelli\u00ae)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Gluten-Free Chocolate Chip Cookies", "url" : "http://allrecipes.com/recipe/255298/gluten-free-chocolate-chip-cookies/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"lcna": {"type": "string"}}, "required": ["lcna"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ejs": {"type": "string"}, "inquirer": {"type": "string"}, "latest-version": {"type": "string"}, "mkdirp": {"type": "string"}}, "required": ["ejs", "inquirer", "latest-version", "mkdirp"]}}, "required": ["name", "version", "description", "bin", "homepage", "repository", "bugs", "keywords", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lcna", "version" : "1.0.7", "description" : "little create node app(lcna)", "bin" : {"lcna" : "./bin/lcna.js"}, "homepage" : "https://github.com/jerry2971/lcna", "repository" : {"type" : "git", "url" : "https://github.com/jerry2971/lcna"}, "bugs" : {"url" : "https://github.com/jerry2971/lcna/issues"}, "keywords" : ["app", "express", "generator", "react", "web"], "scripts" : {}, "author" : "jerrychen2971@gmail.com", "license" : "MIT", "dependencies" : {"ejs" : "^2.7.4", "inquirer" : "^6.5.2", "latest-version" : "^5.1.0", "mkdirp" : "^0.5.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"lcna": {"type": "string"}}, "required": ["lcna"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ejs": {"type": "string"}, "inquirer": {"type": "string"}, "latest-version": {"type": "string"}, "mkdirp": {"type": "string"}}, "required": ["ejs", "inquirer", "latest-version", "mkdirp"]}}, "required": ["name", "version", "description", "bin", "homepage", "repository", "bugs", "keywords", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "frutescent", "definition" : "Somewhat shrubby in character; imperfectly shrubby, as the American species of Wistaria."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile:css": {"type": "string"}, "compile:js": {"type": "string"}}, "required": ["compile:css", "compile:js"]}, "devDependencies": {"type": "object", "properties": {"@hotwired/stimulus": {"type": "string"}, "@rails/actioncable": {"type": "string"}, "@rails/request.js": {"type": "string"}, "autoprefixer": {"type": "string"}, "esbuild": {"type": "string"}, "postcss-cli": {"type": "string"}, "postcss-import": {"type": "string"}, "postcss-nested": {"type": "string"}, "postcss-simple-vars": {"type": "string"}, "sass": {"type": "string"}, "tailwindcss": {"type": "string"}, "tributejs": {"type": "string"}}, "required": ["@hotwired/stimulus", "@rails/actioncable", "@rails/request.js", "autoprefixer", "esbuild", "postcss-cli", "postcss-import", "postcss-nested", "postcss-simple-vars", "sass", "tailwindcss", "tributejs"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "poly", "version" : "1.0.0", "main" : "index.js", "repository" : "git@github.com:oleoneto/poly.git", "author" : "Leo Neto <leo@ekletik.com>", "license" : "MIT", "scripts" : {"compile:css" : "npx postcss app/assets/stylesheets/build/_tailwind.css -o app/assets/stylesheets/poly/tailwind.css", "compile:js" : "npx esbuild app/assets/javascripts/build/*.* --minify --bundle --outdir=app/assets/javascripts/poly"}, "devDependencies" : {"@hotwired/stimulus" : "^3.0.1", "@rails/actioncable" : "^6.1.4-1", "@rails/request.js" : "^0.0.5", "autoprefixer" : "~10.3.7", "esbuild" : "^0.13.14", "postcss-cli" : "~9.0.1", "postcss-import" : "~14.0.2", "postcss-nested" : "^5.0.6", "postcss-simple-vars" : "^6.0.3", "sass" : "~1.42.1", "tailwindcss" : "~2.2.16", "tributejs" : "^5.1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile:css": {"type": "string"}, "compile:js": {"type": "string"}}, "required": ["compile:css", "compile:js"]}, "devDependencies": {"type": "object", "properties": {"@hotwired/stimulus": {"type": "string"}, "@rails/actioncable": {"type": "string"}, "@rails/request.js": {"type": "string"}, "autoprefixer": {"type": "string"}, "esbuild": {"type": "string"}, "postcss-cli": {"type": "string"}, "postcss-import": {"type": "string"}, "postcss-nested": {"type": "string"}, "postcss-simple-vars": {"type": "string"}, "sass": {"type": "string"}, "tailwindcss": {"type": "string"}, "tributejs": {"type": "string"}}, "required": ["@hotwired/stimulus", "@rails/actioncable", "@rails/request.js", "autoprefixer", "esbuild", "postcss-cli", "postcss-import", "postcss-nested", "postcss-simple-vars", "sass", "tailwindcss", "tributejs"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Eve", "long" : "Eve, the first woman; wife of first man Adam."} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index": {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "string"}}}, "required": ["fields"]}, "ddoc": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["index", "ddoc", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : {"fields" : ["Owner"]}, "ddoc" : "indexOwnerDoc", "name" : "indexOwner", "type" : "json"} | json_instruct | {"type": "object", "properties": {"index": {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "string"}}}, "required": ["fields"]}, "ddoc": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["index", "ddoc", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Stir broth and water together in a pot; bring to a boil. Stir frozen tortellini into broth mixture and cook, stirring occasionally, until tortellini float to the top and the filling is hot, 6 to 8 minutes. Stir watercress and scallions into broth mixture and cook until watercress wilts, about 2 minutes. Add hot pepper sauce. Sprinkle with Romano cheese and black pepper to serve."], "ingredients" : ["2 cups low-sodium chicken broth", "2/3 cup water", "1/2 (16 ounce) package frozen cheese tortellini", "1 cup chopped watercress", "2 scallions, sliced", "3 drops hot red pepper sauce (optional)", "2 tablespoons grated Romano cheese", "freshly ground black pepper to taste"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Tortellini in Chicken Broth", "url" : "http://allrecipes.com/recipe/236577/tortellini-in-chicken-broth/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}}, "required": ["code", "description", "label", "language", "type", "uuid", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "SERV", "description" : "Services van een firma", "label" : "Service", "language" : "NL", "type" : "Primary", "uuid" : "d2023ee2-44d1-11e9-a78c-0800277f0571", "version" : 1} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "uuid": {"type": "string"}, "version": {"type": "integer"}}, "required": ["code", "description", "label", "language", "type", "uuid", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Chromium HSTS Preload list as a Python package", "home" : "https://github.com/sethmlarson/hstspreload", "license" : "BSD-3"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Postal code": {"type": "string"}, "Important": {"type": "string"}, "Page not found": {"type": "string"}, "We can't find the page or service you're looking for": {"type": "string"}, "The link you clicked may be broken, or the page no longer exists": {"type": "string"}, "Something went wrong!": {"type": "string"}, "Something must have gone wrong": {"type": "string"}, "Send an e-mail to": {"type": "string"}, " if you can't get it to work.": {"type": "string"}}, "required": ["Postal code", "Important", "Page not found", "We can't find the page or service you're looking for", "The link you clicked may be broken, or the page no longer exists", "Something went wrong!", "Something must have gone wrong", "Send an e-mail to", " if you can't get it to work."], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Postal code" : "Postkode", "Important" : "Viktig", "Page not found" : "Finner ikke siden", "We can't find the page or service you're looking for" : "Vi kan ikke finne siden eller tjenesten du ettersp\u00f8r", "The link you clicked may be broken, or the page no longer exists" : "Koblingen du klikket kan v\u00e6re \u00f8delagt, eller siden kan ha blitt fjernet.", "Something went wrong!" : "Noe gikk galt!", "Something must have gone wrong" : "Her har det skjedd noe galt.", "Send an e-mail to" : "Send en mail til", " if you can't get it to work." : " hvis du ikke finner l\u00f8sningen p\u00e5 problemet."} | json_instruct | {"type": "object", "properties": {"Postal code": {"type": "string"}, "Important": {"type": "string"}, "Page not found": {"type": "string"}, "We can't find the page or service you're looking for": {"type": "string"}, "The link you clicked may be broken, or the page no longer exists": {"type": "string"}, "Something went wrong!": {"type": "string"}, "Something must have gone wrong": {"type": "string"}, "Send an e-mail to": {"type": "string"}, " if you can't get it to work.": {"type": "string"}}, "required": ["Postal code", "Important", "Page not found", "We can't find the page or service you're looking for", "The link you clicked may be broken, or the page no longer exists", "Something went wrong!", "Something must have gone wrong", "Send an e-mail to", " if you can't get it to work."], "$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"}, "ActionOnFailure": {"type": "string"}, "HadoopJarStep": {"type": "object", "properties": {"Jar": {"type": "string"}, "Args": {"type": "array", "items": {"type": "string"}}}, "required": ["Jar", "Args"]}}, "required": ["Name", "ActionOnFailure", "HadoopJarStep"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "Movie Ratings CSV to Parquet", "ActionOnFailure" : "CONTINUE", "HadoopJarStep" : {"Jar" : "command-runner.jar", "Args" : ["spark-submit", "--deploy-mode", "cluster", "--master", "yarn", "--conf", "spark.yarn.submit.waitAppCompletion=true", "s3://{{ work_bucket }}/process/movies_csv_to_parquet_ssm.py"]}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "ActionOnFailure": {"type": "string"}, "HadoopJarStep": {"type": "object", "properties": {"Jar": {"type": "string"}, "Args": {"type": "array", "items": {"type": "string"}}}, "required": ["Jar", "Args"]}}, "required": ["Name", "ActionOnFailure", "HadoopJarStep"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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"}}, "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"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[14, 8], [19, 15], [14, 8], [11, 14], [14, 13], [0, 7], [14, 6], [8, 14], [14, 4], [8, 14], [25, 0], [14, 2], [14, 0], [1, 14], [8, 14], [14, 7], [14, 11], [14, 22], [14, 3], [10, 14], [11, 14], [14, 6], [14, 8], [20, 23], [19, 14], [14, 22], [16, 14], [5, 14], [21, 26], [14, 5], [13, 10], [11, 14], [14, 9], [25, 17], [12, 4], [8, 14], [7, 14], [14, 24], [11, 14], [9, 23], [27, 18], [13, 14]], "features" : {"0" : "3", "1" : "1", "2" : "1", "3" : "1", "4" : "2", "5" : "2", "6" : "2", "7" : "3", "8" : "7", "9" : "2", "10" : "2", "11" : "5", "12" : "1", "13" : "3", "14" : "32", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "2", "20" : "1", "21" : "1", "22" : "2", "23" : "2", "24" : "1", "25" : "2", "26" : "1", "27" : "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"}}, "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"]}}, "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": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Michele Orditura"}, {"author" : "Eva Lieto"}, {"author" : "Francesca Ferraraccio"}, {"author" : "Giuseppe De Cataldis"}, {"author" : "Teresa Troiani"}, {"author" : "Paolo Castellano"}, {"author" : "Giuseppe Catalano"}, {"author" : "Fortunato Ciardiello"}, {"author" : "Gennaro Galizia"}, {"author" : "Ferdinando De Vita"}], "doi" : "10.1186/1477-7819-5-42", "publication_date" : "2007-04-24", "id" : "EN119406", "url" : "https://pubmed.ncbi.nlm.nih.gov/17448253", "source" : "World journal of surgical oncology", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We describe here a case of hepatoid carcinoma in collision with a liposarcoma of the left colon serosa in a 71-year-old man. It presented as an abdominal mass involving several organs, falsely mimicking metastatic colonic adenocarcinoma. Recognition of this entity was evident on microscopic evaluation following surgery. The patient had an objective response following liposomal antracycline chemotherapy, with a 3-year overall survival."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}, "format": {"type": "string"}}, "required": ["test", "lint", "watch", "build", "prepublish", "format"]}, "dependencies": {"type": "object", "properties": {"ansi-escapes": {"type": "string"}, "chalk": {"type": "string"}, "eslint": {"type": "string"}, "jest-config": {"type": "string"}, "prompts": {"type": "string"}}, "required": ["ansi-escapes", "chalk", "eslint", "jest-config", "prompts"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "execa": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-cli", "babel-jest", "babel-preset-env", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-prettier", "execa", "jest", "prettier"]}}, "required": ["name", "version", "main", "author", "description", "license", "repository", "homepage", "files", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jest-watch-select-projects", "version" : "0.1.1", "main" : "build/index.js", "author" : "Rogelio Guzman <rogelioguzmanh@gmail.com>", "description" : "An experimental ESLint runner for Jest", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/rogeliog/jest-watch-select-projects.git"}, "homepage" : "https://github.com/rogeliog/jest-watch-select-projects", "files" : ["build/"], "scripts" : {"test" : "echo No tests are set up", "lint" : "eslint .", "watch" : "babel src -w --ignore **/*.test.js,integration -d build", "build" : "babel src --ignore **/*.test.js,integration -d build", "prepublish" : "yarn build", "format" : "prettier --single-quote --trailing-comma all --write \"!(build)/**/*.js\""}, "dependencies" : {"ansi-escapes" : "^3.1.0", "chalk" : "^2.4.1", "eslint" : "^4.5.0", "jest-config" : "^23.0.1", "prompts" : "^0.1.8"}, "devDependencies" : {"babel-cli" : "6.26.0", "babel-jest" : "23.0.1", "babel-preset-env" : "1.7.0", "eslint-config-airbnb-base" : "12.1.0", "eslint-config-prettier" : "2.9.0", "eslint-plugin-import" : "2.12.0", "eslint-plugin-jest" : "21.17.0", "eslint-plugin-prettier" : "2.6.0", "execa" : "0.8.0", "jest" : "23.0.1", "prettier" : "1.13.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}, "format": {"type": "string"}}, "required": ["test", "lint", "watch", "build", "prepublish", "format"]}, "dependencies": {"type": "object", "properties": {"ansi-escapes": {"type": "string"}, "chalk": {"type": "string"}, "eslint": {"type": "string"}, "jest-config": {"type": "string"}, "prompts": {"type": "string"}}, "required": ["ansi-escapes", "chalk", "eslint", "jest-config", "prompts"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-preset-env": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "execa": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-cli", "babel-jest", "babel-preset-env", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-jest", "eslint-plugin-prettier", "execa", "jest", "prettier"]}}, "required": ["name", "version", "main", "author", "description", "license", "repository", "homepage", "files", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aphrodite": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "react": {"type": "string"}, "react-animations": {"type": "string"}, "react-countup": {"type": "string"}, "react-dom": {"type": "string"}, "react-grid-layout": {"type": "string"}, "react-height": {"type": "string"}, "react-notification-system": {"type": "string"}, "react-resizable": {"type": "string"}, "react-sortable-hoc": {"type": "string"}, "semantic-ui-react": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "style-loader": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["aphrodite", "babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "css-loader", "file-loader", "react", "react-animations", "react-countup", "react-dom", "react-grid-layout", "react-height", "react-notification-system", "react-resizable", "react-sortable-hoc", "semantic-ui-react", "socket.io", "socket.io-client", "style-loader", "url-loader", "webpack"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "serialsocket", "version" : "1.0.0", "description" : "serial web interface", "main" : "webpack.config.js", "dependencies" : {"aphrodite" : "^1.1.0", "babel-core" : "^6.18.2", "babel-loader" : "^6.2.8", "babel-preset-es2015" : "^6.18.0", "babel-preset-react" : "^6.16.0", "css-loader" : "^0.26.0", "file-loader" : "^0.9.0", "react" : "^15.4.1", "react-animations" : "^0.1.0", "react-countup" : "^1.3.0", "react-dom" : "^15.4.1", "react-grid-layout" : "^0.13.9", "react-height" : "^2.1.1", "react-notification-system" : "^0.2.10", "react-resizable" : "^1.4.5", "react-sortable-hoc" : "^0.2.0", "semantic-ui-react" : "^0.61.3", "socket.io" : "^1.6.0", "socket.io-client" : "^1.6.0", "style-loader" : "^0.13.1", "url-loader" : "^0.5.7", "webpack" : "^1.13.3"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["serial", "filter"], "author" : "2cats", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aphrodite": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "react": {"type": "string"}, "react-animations": {"type": "string"}, "react-countup": {"type": "string"}, "react-dom": {"type": "string"}, "react-grid-layout": {"type": "string"}, "react-height": {"type": "string"}, "react-notification-system": {"type": "string"}, "react-resizable": {"type": "string"}, "react-sortable-hoc": {"type": "string"}, "semantic-ui-react": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "style-loader": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["aphrodite", "babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "css-loader", "file-loader", "react", "react-animations", "react-countup", "react-dom", "react-grid-layout", "react-height", "react-notification-system", "react-resizable", "react-sortable-hoc", "semantic-ui-react", "socket.io", "socket.io-client", "style-loader", "url-loader", "webpack"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Whisk olive oil, lemon juice, and garlic together in a bowl; season with salt and pepper. Add parsley, kidney beans, garbanzo beans, and onion; toss to coat. Sprinkle sumac over salad; season with salt and pepper."], "image" : "https://images.media-allrecipes.com/userphotos/560x315/2970069.jpg", "ingredients" : ["1/4 cup extra-virgin olive oil", "3 tablespoons freshly squeezed lemon juice", "1 1/2 teaspoons minced garlic, or to taste", "sea salt to taste", "freshly ground black pepper to taste", "1 bunch flat-leaf parsley, chopped", "1 (15 ounce) can light red kidney beans, drained and rinsed", "1 (15 ounce) can garbanzo beans, drained and rinsed", "1 cup minced red onion, or to taste", "1 pinch ground sumac, or to taste (optional)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Middle Eastern Bean Salad", "url" : "http://allrecipes.com/recipe/237755/middle-eastern-bean-salad/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"inputFiles": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "mode": {"type": "string"}, "name": {"type": "string"}, "excludePrivate": {"type": "boolean"}, "excludeExternals": {"type": "boolean"}, "excludeNotExported": {"type": "boolean"}, "exclude": {"type": "array", "items": {"type": "string"}}, "ignoreCompilerErrors": {"type": "boolean"}}, "required": ["inputFiles", "out", "mode", "name", "excludePrivate", "excludeExternals", "excludeNotExported", "exclude", "ignoreCompilerErrors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputFiles" : ["./src"], "out" : "docs", "mode" : "file", "name" : "Pride Framework", "excludePrivate" : true, "excludeExternals" : true, "excludeNotExported" : true, "exclude" : ["**/events/**/*", "**/commands/**/*"], "ignoreCompilerErrors" : true} | json_instruct | {"type": "object", "properties": {"inputFiles": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "mode": {"type": "string"}, "name": {"type": "string"}, "excludePrivate": {"type": "boolean"}, "excludeExternals": {"type": "boolean"}, "excludeNotExported": {"type": "boolean"}, "exclude": {"type": "array", "items": {"type": "string"}}, "ignoreCompilerErrors": {"type": "boolean"}}, "required": ["inputFiles", "out", "mode", "name", "excludePrivate", "excludeExternals", "excludeNotExported", "exclude", "ignoreCompilerErrors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"NODE": {"type": "object", "properties": {"name": {"type": "string"}, "ethernet": {"type": "string"}}, "required": ["name", "ethernet"]}, "services": {"type": "object", "properties": {"gpioservice": {"type": "object", "properties": {"cls": {"type": "string"}, "gpio_mode": {"type": "integer"}}, "required": ["cls", "gpio_mode"]}}, "required": ["gpioservice"]}, "components": {"type": "object", "properties": {"ruedas": {"type": "object", "properties": {"cls": {"type": "string"}, "IN1": {"type": "integer"}, "IN2": {"type": "integer"}, "IN3": {"type": "integer"}, "IN4": {"type": "integer"}, "ENA": {"type": "integer"}, "ENB": {"type": "integer"}, "frec": {"type": "number"}}, "required": ["cls", "IN1", "IN2", "IN3", "IN4", "ENA", "ENB", "frec"]}}, "required": ["ruedas"]}}, "required": ["NODE", "services", "components"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"NODE" : {"name" : "esclavo", "ethernet" : "wlan0"}, "services" : {"gpioservice" : {"cls" : "gpioservice", "gpio_mode" : 11}}, "components" : {"ruedas" : {"cls" : "alphal298n", "IN1" : 12, "IN2" : 13, "IN3" : 20, "IN4" : 21, "ENA" : 6, "ENB" : 26, "frec" : 0.03}}} | json_instruct | {"type": "object", "properties": {"NODE": {"type": "object", "properties": {"name": {"type": "string"}, "ethernet": {"type": "string"}}, "required": ["name", "ethernet"]}, "services": {"type": "object", "properties": {"gpioservice": {"type": "object", "properties": {"cls": {"type": "string"}, "gpio_mode": {"type": "integer"}}, "required": ["cls", "gpio_mode"]}}, "required": ["gpioservice"]}, "components": {"type": "object", "properties": {"ruedas": {"type": "object", "properties": {"cls": {"type": "string"}, "IN1": {"type": "integer"}, "IN2": {"type": "integer"}, "IN3": {"type": "integer"}, "IN4": {"type": "integer"}, "ENA": {"type": "integer"}, "ENB": {"type": "integer"}, "frec": {"type": "number"}}, "required": ["cls", "IN1", "IN2", "IN3", "IN4", "ENA", "ENB", "frec"]}}, "required": ["ruedas"]}}, "required": ["NODE", "services", "components"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["all-colors", "fell", "jsbarcode", "mock4js", "pushbullet-desktop", "sinnerschrader-website-static", "topiarist", "uport-lib"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["SCALEISHEIGHTDP", "UPSCALINGALGORITHM", "ENABLEPNGCRUSH", "SKIPUPSCALING", "CREATEMIPMAPINSTEADOFDRAWABLEDIR", "DOWNSCALINGALGORITHM", "VERBOSELOG", "ENABLEANTIALIASING", "SCALEMODE", "ROUNDINGHANDLER", "HALTONERROR", "IOSCREATEIMAGESETFOLDERS"], "regionsToProcessedPerformance" : {"program" : 3050526430}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Saint-Pardoux-et-Vielvic", "circ" : "4\u00e8me circonscription", "dpt" : "Dordogne", "inscrits" : 134, "abs" : 67, "votants" : 67, "blancs" : 0, "nuls" : 3, "exp" : 64, "res" : [{"nuance" : "REM", "nom" : "Mme Jacqueline DUBOIS", "voix" : 46}, {"nuance" : "FI", "nom" : "Mme \u00c9milie CHALARD", "voix" : 18}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wildnature:block/stone_small_bricks"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1.0"], "meta" : {"description" : "Unofficial WiMP Python API", "homepage" : "https://github.com/tamland/wimpy", "license" : "LGPL"}, "versions" : {"0.1.0" : {"sha256" : "084dc24019799068e4fe1cf76ab28ae4083269658d3a6f73deaf27c5f15a7e47", "url" : "https://files.pythonhosted.org/packages/6d/19/f3ec3ec82e2b9f33bdd1abf10320c65d7de96fd7b3d33919e45ea7a1f5a4/wimpy-0.1.0.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["title", "value"]}}}, "required": ["type", "items"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "men-woman", "items" : [{"title" : "\u041c\u0443\u0436\u0447\u0438\u043d\u0430", "value" : true}, {"title" : "\u0416\u0435\u043d\u0449\u0438\u043d\u0430", "value" : false}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["title", "value"]}}}, "required": ["type", "items"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Dissolve coffee granules in warmed half-and-half; set aside.", "Beat margarine with an electric mixer in a large bowl until smooth. Stir vanilla and salt into the creamed margarine. Beat sugar into the margarine mixture in small amounts until fully incorporated. Stream half-and-half into the mixture while beating continually until all liquid is integrated into a spreadable frosting."], "ingredients" : ["1 tablespoon instant coffee granules", "2 tablespoons warmed half-and-half", "1/4 cup margarine, softened", "1/2 teaspoon vanilla extract", "1 pinch salt", "2 cups confectioners' sugar"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Coffee-Flavored Frosting", "url" : "http://allrecipes.com/recipe/237174/coffee-flavored-frosting/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/179151", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-179151.jpg", "views" : 583, "x_resolution" : 1440, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 900, "colors" : ["#000000", "#f3f3f5", "#252525", "#6f767c", "#c7ced2"], "comments" : [""], "favorites" : 3, "descriptors" : ["Amy Lee"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$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"}, "dependencies": {"type": "object", "properties": {"object": {"type": "string"}}, "required": ["object"]}, "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"}, "readmeFilename": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "main", "dependencies", "repository", "keywords", "author", "license", "readmeFilename", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "objmap", "version" : "1.2.0", "description" : "map over objects", "main" : "index.js", "dependencies" : {"object" : "~0.1.1"}, "repository" : {"type" : "git", "url" : "git://github.com/nathan7/objmap.git"}, "keywords" : ["object", "utility"], "author" : "Nathan Zadoks", "license" : "MIT", "readmeFilename" : "Readme.md", "bugs" : {"url" : "https://github.com/nathan7/objmap/issues"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"object": {"type": "string"}}, "required": ["object"]}, "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"}, "readmeFilename": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["name", "version", "description", "main", "dependencies", "repository", "keywords", "author", "license", "readmeFilename", "bugs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"month" : "5", "num" : 1837, "link" : "", "year" : "2017", "news" : "", "safe_title" : "Rental Car", "transcript" : "", "alt" : "Technically, both cars are haunted, but the murder ghosts can't stand listening to the broken GPS for more than a few minutes.", "img" : "https://imgs.xkcd.com/comics/rental_car.png", "title" : "Rental Car", "day" : "15"} | json_instruct | {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u632f\u8208\u92fc\u6a21\u5de5\u696d\u793e\u4e09\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T2000013", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5609\u7fa9\u5e02\u897f\u5340\u5289\u539d\u91cc\u4e16\u8ce2\u8def\u4e8c\u6bb5\uff15\uff13\uff18\u5df7\uff11\uff10\uff11\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5609\u7fa9\u5e02\u897f\u5340\u5289\u539d\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9ec3\u8521\u742e\u82b1", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "66504853", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u7368\u8cc7", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1031020", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1", "293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "string"}, "specs": {"type": "string"}, "protonVersion": {"type": "string"}}, "required": ["appId", "title", "timestamp", "rating", "notes", "os", "gpuDriver", "specs", "protonVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"appId" : "610500", "title" : "Willy-Nilly Knight", "timestamp" : 1535114613, "rating" : "Platinum", "notes" : "Work fine!!!!", "os" : "Manjaro testing 64-bit (Kernel 4.18.4-1)", "gpuDriver" : "Mesa 18.1.6", "specs" : "FX-8350 / HD 7850", "protonVersion" : "Default"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "string"}, "specs": {"type": "string"}, "protonVersion": {"type": "string"}}, "required": ["appId", "title", "timestamp", "rating", "notes", "os", "gpuDriver", "specs", "protonVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ba0d3874c2e05d0583cae23de62c1f5af0ccfc5e"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : ["4 1\n1\n1\n1\n3\n", "4 4\n1\n1\n1\n1\n2\n3\n4\n", "14 4\n1\n2\n1\n2\n3\n4\n5\n5\n13\n8\n10\n4\n4\n8\n3\n12\n13\n"], "outputs" : ["5\n4\n", "1\n4\n3\n1\n0\n", "100\n169\n90\n16\n0\n"]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "dynamic_config": {"type": "integer"}, "generated_by": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "array", "items": {"type": "string"}}, "meta-spec": {"type": "object", "properties": {"url": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "version"]}, "name": {"type": "string"}, "prereqs": {"type": "object", "properties": {"build": {"type": "object", "properties": {"requires": {"type": "object", "properties": {"Test::More": {"type": "string"}, "version": {"type": "string"}}, "required": ["Test::More", "version"]}}, "required": ["requires"]}, "configure": {"type": "object", "properties": {"requires": {"type": "object", "properties": {"Module::Build": {"type": "string"}}, "required": ["Module::Build"]}}, "required": ["requires"]}}, "required": ["build", "configure"]}, "provides": {"type": "object", "properties": {"String::Range::Expand": {"type": "object", "properties": {"file": {"type": "string"}, "version": {"type": "string"}}, "required": ["file", "version"]}}, "required": ["String::Range::Expand"]}, "release_status": {"type": "string"}, "resources": {"type": "object", "properties": {"bugtracker": {"type": "object", "properties": {"web": {"type": "string"}}, "required": ["web"]}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["bugtracker", "homepage", "license", "repository"]}, "version": {"type": "string"}}, "required": ["abstract", "author", "dynamic_config", "generated_by", "keywords", "license", "meta-spec", "name", "prereqs", "provides", "release_status", "resources", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"abstract" : "Expand range-like strings", "author" : ["Mithun Ayachit <mithun@cpan.org>"], "dynamic_config" : 1, "generated_by" : "Module::Build version 0.421", "keywords" : ["text", "string", "range", "expand", "permute", "glob"], "license" : ["perl_5"], "meta-spec" : {"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2"}, "name" : "String-Range-Expand", "prereqs" : {"build" : {"requires" : {"Test::More" : "0", "version" : "0"}}, "configure" : {"requires" : {"Module::Build" : "0.38"}}}, "provides" : {"String::Range::Expand" : {"file" : "lib/String/Range/Expand.pm", "version" : "v1.0.1"}}, "release_status" : "stable", "resources" : {"bugtracker" : {"web" : "https://github.com/mithun/perl-string-range-expand/issues"}, "homepage" : "https://github.com/mithun/perl-string-range-expand", "license" : ["http://dev.perl.org/licenses/"], "repository" : {"url" : "git://github.com/mithun/perl-string-range-expand.git"}}, "version" : "v1.0.1"} | json_instruct | {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "dynamic_config": {"type": "integer"}, "generated_by": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "array", "items": {"type": "string"}}, "meta-spec": {"type": "object", "properties": {"url": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "version"]}, "name": {"type": "string"}, "prereqs": {"type": "object", "properties": {"build": {"type": "object", "properties": {"requires": {"type": "object", "properties": {"Test::More": {"type": "string"}, "version": {"type": "string"}}, "required": ["Test::More", "version"]}}, "required": ["requires"]}, "configure": {"type": "object", "properties": {"requires": {"type": "object", "properties": {"Module::Build": {"type": "string"}}, "required": ["Module::Build"]}}, "required": ["requires"]}}, "required": ["build", "configure"]}, "provides": {"type": "object", "properties": {"String::Range::Expand": {"type": "object", "properties": {"file": {"type": "string"}, "version": {"type": "string"}}, "required": ["file", "version"]}}, "required": ["String::Range::Expand"]}, "release_status": {"type": "string"}, "resources": {"type": "object", "properties": {"bugtracker": {"type": "object", "properties": {"web": {"type": "string"}}, "required": ["web"]}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["bugtracker", "homepage", "license", "repository"]}, "version": {"type": "string"}}, "required": ["abstract", "author", "dynamic_config", "generated_by", "keywords", "license", "meta-spec", "name", "prereqs", "provides", "release_status", "resources", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "diseasedness", "definition" : "The state of being diseased; a morbid state; sickness. [R.] T. Burnet."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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.