input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"actions": {"type": "object", "properties": {"build": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "run": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "script": {"type": "string"}}, "required": ["enabled", "script"]}}, "required": ["build", "run"]}, "openLogOnRun": {"type": "string"}}, "required": ["actions", "openLogOnRun"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"actions" : {"build" : {"enabled" : true}, "run" : {"enabled" : true, "script" : "mix test --color"}}, "openLogOnRun" : "start"} | json_instruct | {"type": "object", "properties": {"actions": {"type": "object", "properties": {"build": {"type": "object", "properties": {"enabled": {"type": "boolean"}}, "required": ["enabled"]}, "run": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "script": {"type": "string"}}, "required": ["enabled", "script"]}}, "required": ["build", "run"]}, "openLogOnRun": {"type": "string"}}, "required": ["actions", "openLogOnRun"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__type__" : "cc.SpriteFrame", "content" : {"name" : "login_border", "texture" : "8btp03uAlIeqLFurrmHeC5", "rect" : [0, 0, 600, 500], "offset" : [0, 0], "originalSize" : [600, 500], "capInsets" : [0, 0, 0, 0]}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : 65853, "title" : "Charles Lawrence - photographs and realia, ca. 1864-1898", "primoId" : "ADLIB110318279", "slug" : "adlib110318279-fl1079509", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1535620290220-.jpg", "content" : "Aboriginal peoples (Australians), cricket teams, cricketers, families, personal effects", "imageType" : "portrait", "date" : "2018-09-04 11:32:42", "dateText" : "ca. 1864-1898", "timestamp" : "", "instagramUsername" : "", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1535620290220-.jpg", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1535620290220--e1536024717772-300x197.jpg", "width" : 300, "height" : 197, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie-1535620290220-.jpg", "width" : 1120, "height" : 735, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesPortrait"}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " How to add a positive and negative fraction\n\n\n\n\n", "url" : "https://www.youtube.com/watch?v=PguxWIBqwrs"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"whatMode": {"type": "string"}, "whatNumberOfRounds": {"type": "string"}, "whatDuration": {"type": "string"}, "whatAnimeListWebsite": {"type": "string"}, "whatUsername": {"type": "string"}, "whatYearAndSeason": {"type": "string"}, "whatThemeType": {"type": "string"}, "errors": {"type": "object", "properties": {"matchStopped": {"type": "string"}, "expiredMatch": {"type": "string"}, "invalidMode": {"type": "string"}, "isNaN": {"type": "string"}, "roundsLimit": {"type": "string"}, "invalidDuration": {"type": "string"}, "invalidWebsite": {"type": "string"}, "invalidFormat": {"type": "string"}, "invalidUsername": {"type": "string"}, "minimiumDuration": {"type": "string"}, "unsufficientAnimes": {"type": "string"}, "invalidThemeType": {"type": "string"}}, "required": ["matchStopped", "expiredMatch", "invalidMode", "isNaN", "roundsLimit", "invalidDuration", "invalidWebsite", "invalidFormat", "invalidUsername", "minimiumDuration", "unsufficientAnimes", "invalidThemeType"]}}, "required": ["whatMode", "whatNumberOfRounds", "whatDuration", "whatAnimeListWebsite", "whatUsername", "whatYearAndSeason", "whatThemeType", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"whatMode" : "Ce mod de joc dore\u0219ti pentru meci? **{{modes}}**", "whatNumberOfRounds" : "C\u00e2te runde dori\u021bi pentru meci?", "whatDuration" : "C\u00e2t de lung\u0103 este fiecare rund\u0103? (Minim: 20 de secunde)", "whatAnimeListWebsite" : "Pe ce site ai tu lista de animeuri? (Siteuri valabile: {{websites}})", "whatUsername" : "Ce username folose\u0219ti pe site-ul ales?", "whatYearAndSeason" : "Ce an \u0219i ce sezon?(Exemplu: 2021, Winter)", "whatThemeType" : "Dore\u0219ti doar openinguri, doar endinguri sau ambele? (R\u0103spunsuri valabile: openings, endings, both)", "errors" : {"matchStopped" : "Acest meci a fost anulat, dac\u0103 vrei s\u0103 \u00eencepi unul nou, folose\u0219te ``{{command}}``.", "expiredMatch" : "Meciul t\u0103u a expirat. Vrei s\u0103 \u00eencepi unul nou? Folose\u0219te ``{{command}}``", "invalidMode" : "Oops, modul de joc introdus de tine este invalid sau nu este disponibil momentan! Te rog alege unul din lista de mai sus.", "isNaN" : "Nu arat\u0103 ca un num\u0103r, cred.", "roundsLimit" : "Din diverse motive plictisitoare, nu po\u021bi \u00eencepe mai mult de {{rounds}} runde ca un utilizator normal, iar dac\u0103 vrei mai mult, m\u0103 po\u021bi ajuta pe Patreon! {{patreonURL}}", "invalidDuration" : "Din p\u0103cate, un simplu bot ca mine nu a fost capabil s\u0103 \u00een\u021beleag\u0103 ce ai scris, este \u00een secunde, \u00een minute? N-am nicio idee! Te rog introdu un timp valid.", "invalidWebsite" : "Acesta nu pare a fi un website acceptat! Te rog asigur\u0103-te c\u0103 ai introdus unul din site-urile web din lista de mai jos.", "invalidFormat" : "Acesta nu pare s\u0103 fie \u00een formatul corect.", "invalidUsername" : "Nu am putut g\u0103si acel username pe siteul selectat de tine!", "minimiumDuration" : "Timpul este prea scurt. Durata minim\u0103 este de 20 de secunde!", "unsufficientAnimes" : "Ai nevoie de cel pu\u021bin 10 animeuri pe list\u0103 ca s\u0103 folose\u0219ti acest mod de joc.", "invalidThemeType" : "Nu pot recunoa\u0219te ce tip de tem\u0103 ai ales! Te rog asigur\u0103-te ca ai ales una din aceste teme: {{types}}"}} | json_instruct | {"type": "object", "properties": {"whatMode": {"type": "string"}, "whatNumberOfRounds": {"type": "string"}, "whatDuration": {"type": "string"}, "whatAnimeListWebsite": {"type": "string"}, "whatUsername": {"type": "string"}, "whatYearAndSeason": {"type": "string"}, "whatThemeType": {"type": "string"}, "errors": {"type": "object", "properties": {"matchStopped": {"type": "string"}, "expiredMatch": {"type": "string"}, "invalidMode": {"type": "string"}, "isNaN": {"type": "string"}, "roundsLimit": {"type": "string"}, "invalidDuration": {"type": "string"}, "invalidWebsite": {"type": "string"}, "invalidFormat": {"type": "string"}, "invalidUsername": {"type": "string"}, "minimiumDuration": {"type": "string"}, "unsufficientAnimes": {"type": "string"}, "invalidThemeType": {"type": "string"}}, "required": ["matchStopped", "expiredMatch", "invalidMode", "isNaN", "roundsLimit", "invalidDuration", "invalidWebsite", "invalidFormat", "invalidUsername", "minimiumDuration", "unsufficientAnimes", "invalidThemeType"]}}, "required": ["whatMode", "whatNumberOfRounds", "whatDuration", "whatAnimeListWebsite", "whatUsername", "whatYearAndSeason", "whatThemeType", "errors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "005", "name" : "\u6625\u65e5\u90e8", "name_kana" : "\uff76\uff7d\uff76\uff8d\uff9e"}, {"code" : "029", "name" : "\u4e80\u6709", "name_kana" : "\uff76\uff92\uff71\uff98"}, {"code" : "039", "name" : "\u5ddd\u53e3", "name_kana" : "\uff76\uff9c\uff78\uff9e\uff81"}, {"code" : "057", "name" : "\u4e0a\u798f\u5ca1", "name_kana" : "\uff76\uff90\uff8c\uff78\uff75\uff76"}, {"code" : "094", "name" : "\u5b66\u82b8\u5927\u5b66\u99c5\u524d", "name_kana" : "\uff76\uff9e\uff78\uff80\uff9e\uff72\uff8f\uff74"}, {"code" : "097", "name" : "\u84b2\u7530\u897f", "name_kana" : "\uff76\uff8f\uff80\uff86\uff7c"}, {"code" : "164", "name" : "\u6cb3\u5185\u9577\u91ce", "name_kana" : "\uff76\uff9c\uff81\uff85\uff76\uff9e\uff89"}, {"code" : "168", "name" : "\u9580\u771f", "name_kana" : "\uff76\uff84\uff9e\uff8f"}, {"code" : "175", "name" : "\u8c9d\u585a", "name_kana" : "\uff76\uff72\uff82\uff9e\uff76"}, {"code" : "217", "name" : "\u67ff\u751f", "name_kana" : "\uff76\uff77\uff75"}, {"code" : "219", "name" : "\u795e\u7530", "name_kana" : "\uff76\uff9d\uff80\uff9e"}, {"code" : "220", "name" : "\u795e\u7530\u99c5\u524d", "name_kana" : "\uff76\uff9d\uff80\uff9e\uff74\uff77\uff8f\uff74"}, {"code" : "231", "name" : "\u845b\u98fe", "name_kana" : "\uff76\uff82\uff7c\uff76"}, {"code" : "239", "name" : "\u84b2\u7530", "name_kana" : "\uff76\uff8f\uff80"}, {"code" : "254", "name" : "\u4e80\u6238", "name_kana" : "\uff76\uff92\uff72\uff84\uff9e"}, {"code" : "330", "name" : "\u91d1\u6ca2\u6587\u5eab", "name_kana" : "\uff76\uff85\uff7b\uff9e\uff9c\uff8c\uff9e\uff9d\uff7a"}, {"code" : "351", "name" : "\u7247\u702c\u5c71\u51fa\u5f35\u6240", "name_kana" : "\uff76\uff80\uff7e\uff94\uff8f"}, {"code" : "356", "name" : "\u5ddd\u897f", "name_kana" : "\uff76\uff9c\uff86\uff7c"}, {"code" : "366", "name" : "\u91d1\u6ca2", "name_kana" : "\uff76\uff85\uff7b\uff9e\uff9c"}, {"code" : "431", "name" : "\u52a0\u53e4\u5ddd", "name_kana" : "\uff76\uff7a\uff76\uff9e\uff9c"}, {"code" : "482", "name" : "\u4e0a\u524d\u6d25", "name_kana" : "\uff76\uff90\uff8f\uff74\uff82\uff9e"}, {"code" : "486", "name" : "\u5208\u8c37", "name_kana" : "\uff76\uff98\uff94"}, {"code" : "498", "name" : "\u67cf", "name_kana" : "\uff76\uff7c\uff9c"}, {"code" : "507", "name" : "\u5ddd\u8d8a", "name_kana" : "\uff76\uff9c\uff7a\uff9e\uff74"}, {"code" : "508", "name" : "\u9e7f\u5150\u5cf6", "name_kana" : "\uff76\uff7a\uff9e\uff7c\uff8f"}, {"code" : "546", "name" : "\u5b66\u5712\u524d", "name_kana" : "\uff76\uff9e\uff78\uff74\uff9d\uff8f\uff74"}, {"code" : "566", "name" : "\u4e0a\u5927\u5ca1", "name_kana" : "\uff76\uff90\uff75\uff75\uff75\uff76"}, {"code" : "567", "name" : "\u91d1\u6ca2\u516b\u666f", "name_kana" : "\uff76\uff85\uff7b\uff9e\uff9c\uff8a\uff82\uff79\uff72"}, {"code" : "639", "name" : "\u971e\u304c\u95a2", "name_kana" : "\uff76\uff7d\uff90\uff76\uff9e\uff7e\uff77"}, {"code" : "749", "name" : "\u91d1\u5c71", "name_kana" : "\uff76\uff85\uff94\uff8f"}, {"code" : "755", "name" : "\u5ddd\u5d0e", "name_kana" : "\uff76\uff9c\uff7b\uff77"}, {"code" : "823", "name" : "\u845b\u897f", "name_kana" : "\uff76\uff7b\uff72"}, {"code" : "905", "name" : "\u938c\u30f6\u8c37", "name_kana" : "\uff76\uff8f\uff76\uff9e\uff94"}, {"code" : "933", "name" : "\u938c\u5009", "name_kana" : "\uff76\uff8f\uff78\uff97"}, {"code" : "944", "name" : "\u6d77\u6d5c\u5e55\u5f35", "name_kana" : "\uff76\uff72\uff8b\uff9d\uff8f\uff78\uff8a\uff98"}, {"code" : "960", "name" : "\u95a2\u6771\u7b2c\u4e8c", "name_kana" : "\uff76\uff9d\uff84\uff73\uff80\uff9e\uff72\uff86"}, {"code" : "962", "name" : "\u95a2\u6771\u7b2c\u4e09", "name_kana" : "\uff76\uff9d\uff84\uff73\uff80\uff9e\uff72\uff7b\uff9d"}, {"code" : "964", "name" : "\u30ab\u30c8\u30ec\u30a2", "name_kana" : "\uff76\uff84\uff9a\uff71"}, {"code" : "968", "name" : "\u95a2\u6771\u7b2c\u4e00", "name_kana" : "\uff76\uff9d\uff84\uff73\uff80\uff9e\uff72\uff72\uff81"}, {"code" : "981", "name" : "\u304b\u304d\u3064\u3070\u305f", "name_kana" : "\uff76\uff77\uff82\uff8a\uff9e\uff80"}] | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "usefulresources:block/nickel_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}}, "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"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[8, 13], [13, 12], [28, 14], [24, 8], [1, 24], [8, 24], [15, 24], [14, 24], [24, 14], [26, 24], [21, 24], [20, 24], [2, 18], [23, 18], [4, 24], [5, 24], [24, 18], [24, 4], [24, 25], [24, 4], [24, 6], [24, 16], [9, 27], [24, 4], [24, 4], [22, 24], [24, 14], [24, 8], [7, 19], [24, 4], [22, 24], [22, 24], [24, 25], [8, 24], [24, 4], [24, 20], [24, 0], [8, 29], [1, 24], [10, 24], [24, 17], [25, 24], [3, 11]], "features" : {"0" : "1", "1" : "2", "2" : "1", "3" : "1", "4" : "7", "5" : "1", "6" : "1", "7" : "1", "8" : "6", "9" : "1", "10" : "1", "11" : "1", "12" : "1", "13" : "2", "14" : "4", "15" : "1", "16" : "1", "17" : "1", "18" : "3", "19" : "1", "20" : "2", "21" : "1", "22" : "3", "23" : "1", "24" : "34", "25" : "3", "26" : "1", "27" : "1", "28" : "1", "29" : "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"}}, "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"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 3, "pts" : 14450, "connections" : 155396, "capacity" : 9996469, "investments" : 54974366}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"answers" : ["clench", "clenched", "deen", "defence", "defenced", "defend", "defended", "dench", "dene", "denned", "elench", "ended", "feen", "fence", "fenced", "fend", "fended", "fennec", "fennel", "flench", "flenched", "hence", "hench", "hend", "hended", "henned", "ledden", "lend", "need", "needed", "needle", "needled", "neeld", "neele", "nene"], "centerLetter" : "n", "letterString" : "ncdefhl", "outerLetters" : ["c", "d", "e", "f", "h", "l"], "pangrams" : ["flenched"], "validLetters" : ["c", "d", "e", "f", "h", "l", "n"]} | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"MagnumOpus": {"type": "array", "items": {"type": "string"}}}, "required": ["MagnumOpus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MagnumOpus" : ["MagnumOpusDissonance", "ToughActToFollow", "HappyEnding", "CreatorsFavoriteEpisode", "CreatorBacklash", "InUniverse", "SeriesGoal", "StrictlyFormula", "UpToEleven", "ParodiedTrope", "Malaproper", "ProudWarriorRaceGuy", "TokenGoodTeammate", "BearsAreBadNews", "BearyFriendly", "FantasticCasteSystem", "BigBad", "DeadAllAlong", "PurposeDrivenImmortality", "BigBad", "HilarityEnsues", "FlashForward", "ShowWithinAShow", "MagnumOpusDissonance"]} | json_instruct | {"type": "object", "properties": {"MagnumOpus": {"type": "array", "items": {"type": "string"}}}, "required": ["MagnumOpus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"payment": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "balance": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "meetup": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "ticket": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}}, "required": ["payment", "balance", "meetup", "ticket"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"payment" : {"local" : {"baseUri" : "http://127.0.0.1:8090"}, "ci" : {"baseUri" : "http://127.0.0.1:8090"}}, "balance" : {"local" : {"baseUri" : "http://127.0.0.1:8090"}, "ci" : {"baseUri" : "http://127.0.0.1:8090"}}, "meetup" : {"local" : {"baseUri" : "http://127.0.0.1:8094"}, "ci" : {"baseUri" : "http://127.0.0.1:8094"}}, "ticket" : {"local" : {"baseUri" : "http://127.0.0.1:8094"}, "ci" : {"baseUri" : "http://127.0.0.1:8094"}}} | json_instruct | {"type": "object", "properties": {"payment": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "balance": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "meetup": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}, "ticket": {"type": "object", "properties": {"local": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}, "ci": {"type": "object", "properties": {"baseUri": {"type": "string"}}, "required": ["baseUri"]}}, "required": ["local", "ci"]}}, "required": ["payment", "balance", "meetup", "ticket"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"github-slug": {"type": "string"}, "changelog-holder": {"type": "string"}, "changelog-path": {"type": "string"}, "child-stability-inherit": {"type": "boolean"}, "dependency-constraint": {"type": "string"}, "vendors": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "archives": {"type": "array", "items": {"type": "object", "properties": {"recipe": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["recipe", "files"]}}}, "required": ["github-slug", "changelog-holder", "changelog-path", "child-stability-inherit", "dependency-constraint", "vendors", "tests", "exclude", "archives"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"github-slug" : "silverstripe/silverstripe-installer", "changelog-holder" : "silverstripe/framework", "changelog-path" : "docs/en/04_Changelogs/{stability}/{version}.md", "child-stability-inherit" : true, "dependency-constraint" : "exact", "vendors" : ["silverstripe"], "tests" : ["vendor/bin/phpunit framework/tests/php", "vendor/bin/phpunit cms/tests"], "exclude" : ["silverstripe/recipe-plugin"], "archives" : [{"recipe" : "silverstripe/recipe-core", "files" : ["SilverStripe-framework-v{version}.zip", "SilverStripe-framework-v{version}.tar.gz"]}, {"recipe" : "silverstripe/installer", "files" : ["SilverStripe-cms-v{version}.zip", "SilverStripe-cms-v{version}.tar.gz"]}]} | json_instruct | {"type": "object", "properties": {"github-slug": {"type": "string"}, "changelog-holder": {"type": "string"}, "changelog-path": {"type": "string"}, "child-stability-inherit": {"type": "boolean"}, "dependency-constraint": {"type": "string"}, "vendors": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "archives": {"type": "array", "items": {"type": "object", "properties": {"recipe": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["recipe", "files"]}}}, "required": ["github-slug", "changelog-holder", "changelog-path", "child-stability-inherit", "dependency-constraint", "vendors", "tests", "exclude", "archives"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See df-pmtr on Metamath](http://us.metamath.org/mpegif/df-pmtr.html)"}], "names" : ["df-pmtr"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cpmtr", "#T_wceq", "#T_vd", "#T_cmpt--1", "#T_cvv", "#T_cmpt--2", "#T_vp", "#T_cmpt--1", "#T_crab--1", "#T_vy", "#T_crab--2", "#T_cpw", "#T_vd", "#T_crab--3", "#T_vy", "#T_cen", "#T_c2o", "#T_crab--4", "#T_cmpt--2", "#T_vz", "#T_cmpt--1", "#T_vd", "#T_cmpt--2", "#T_cif--1", "#T_vz", "#T_wcel", "#T_vp", "#T_cif--2", "#T_cuni", "#T_vp", "#T_cdif", "#T_csn--1", "#T_vz", "#T_csn--2", "#T_cif--3", "#T_vz", "#T_vd", "#T_vp", "#T_vy", "#T_vz"], "metaLanguage" : "METAMATH", "remarks" : " Define a function that generates the transpositions on a set. (Contributed by Stefan O'Rear, 16-Aug-2015.) ", "statement" : "df-pmtr $p |- pmTrsp = ( d e. _V |-> ( p e. { y e. ~P d | y ~~ 2o } |-> ( z e. d |-> if ( z e. p , U. ( p \\ { z } ) , z ) ) ) ) $.\n$d d p y z $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"angular-mocks.js": {"type": "string"}, "angular-mocks.min.js": {"type": "string"}}, "required": ["angular-mocks.js", "angular-mocks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-mocks.js" : "sha512-jBw5X2IK3Zcot+/jvUv02WkV8R2VGUlYFDess0huf6tCOS4T73ZOlzbTHbMEXeb00JKncSHMrn0BYNA/GS1zXw==", "angular-mocks.min.js" : "sha512-rnaHZakd5X5RNMasuCmnwZ9W90sHUZJU6hphXg+p0t/0J34S7d+WqiHF9S5NoWUt3xLlboXoreBx71OWBT0YXg=="} | json_instruct | {"type": "object", "properties": {"angular-mocks.js": {"type": "string"}, "angular-mocks.min.js": {"type": "string"}}, "required": ["angular-mocks.js", "angular-mocks.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Similarity" : "0.973", "Title" : "Sound-Symbolism is Disrupted in Dyslexia: Implications for the Role of Cross-Modal Abstraction Processes", "Year" : 2015}, {"Similarity" : "0.973", "Title" : "Sound-Symbolism is Disrupted in Dyslexia Implications for the Role of Cross-Modal Abstraction Processes", "Year" : 2015}, {"Similarity" : "0.965", "Title" : "Musicians are better at learning non-native sound contrasts even in non-tonal languages", "Year" : 2012}, {"Similarity" : "0.963", "Title" : "Learning unattested languages", "Year" : 2012}, {"Similarity" : "0.954", "Title" : "When Hearing Lips and Seeing Voices Becomes Perceiving Speech Auditory-Visual Integration in Lexical Access", "Year" : 2011}, {"Similarity" : "0.95", "Title" : "Implicit learning of phonotactic constraints Transfer from perception to production", "Year" : 2011}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "body": {"type": "string"}, "date_added": {"type": "integer"}, "meta": {"type": "string"}}, "required": ["post_id", "body", "date_added", "meta"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {}}, "follow": {"type": "array", "items": {}}, "bgColor": {"type": "string"}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow", "bgColor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"next_post_id" : 6, "next_comment_id" : 1, "next_follow_id" : 1, "avatar" : "jpg", "user_name" : "Tamigucho", "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "intro" : "Game/app with collectionable fictional creatures that can be pets or used in fights.", "post" : [{"post_id" : 1491121451, "body" : "Bulball, the first Tamigucho.\nCreated in the year of 2011 by @Plasmmer:\nTags: #bulball #tamigucho", "date_added" : 1491121448, "meta" : "{\"img\":\"512,700,fffcdbeee8b6bca9c6ddcaba6969b87b5575cccc996a48a8,00010000023000024567068199800833AB0093CD3004E394000EA540008FF700066010\"}"}, {"post_id" : 1491121477, "body" : "Onionut, metamorphose of Bulball.\nCreated in the year of 2013 by @Plasmmer:\nTags: #bulball #onionut #tamigucho", "date_added" : 1491121473, "meta" : "{\"img\":\"698,700,fff8a7eeebca463cdcac88c5584473965383ad76957b87b5,00000000000001200000023440500006676081000977A7B15029B7CD303100D9DD128200ED7F0000000E0B00000006030000\"}"}, {"post_id" : 1491121645, "body" : "Ballbull, direct metamorphose from Onionut and final metamorphose of Bulball.\nCreated in the year of 2013 by @Plasmmer:\nTags: #bulball #onionut #ballbull #tamigucho", "date_added" : 1491121640, "meta" : "{\"img\":\"680,700,fff795cdc384ac887798a4443746468c4868bab684944cbd,010220000000003400000565789950059A1418B40C8ADED9C000B7777F000007998000000380130000033001400020020000\"}"}], "post_like" : {}, "comment" : [], "follow" : [], "bgColor" : "#BDBDBD"} | json_instruct | {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object", "properties": {"post_id": {"type": "integer"}, "body": {"type": "string"}, "date_added": {"type": "integer"}, "meta": {"type": "string"}}, "required": ["post_id", "body", "date_added", "meta"]}}, "post_like": {"type": "object", "properties": {}, "required": []}, "comment": {"type": "array", "items": {}}, "follow": {"type": "array", "items": {}}, "bgColor": {"type": "string"}}, "required": ["next_post_id", "next_comment_id", "next_follow_id", "avatar", "user_name", "hub", "intro", "post", "post_like", "comment", "follow", "bgColor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "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" : "Piennes", "circ" : "3\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 1608, "abs" : 1003, "votants" : 605, "blancs" : 7, "nuls" : 3, "exp" : 595, "res" : [{"nuance" : "COM", "nom" : "M. Jean-Marc LEON", "voix" : 162}, {"nuance" : "FN", "nom" : "Mme C\u00e9line DOLCEMASCOLO", "voix" : 134}, {"nuance" : "REM", "nom" : "M. Xavier PALUSZKIEWICZ", "voix" : 110}, {"nuance" : "FI", "nom" : "M. Patrice ZOLFO", "voix" : 76}, {"nuance" : "LR", "nom" : "M. Mathieu SERVAGI", "voix" : 38}, {"nuance" : "SOC", "nom" : "M. Christian ECKERT", "voix" : 29}, {"nuance" : "ECO", "nom" : "M. Mika\u00ebl AGOPIANTZ", "voix" : 11}, {"nuance" : "DVD", "nom" : "M. Arnaud LE NENAN", "voix" : 9}, {"nuance" : "EXG", "nom" : "Mme Annick JOLIVET", "voix" : 7}, {"nuance" : "DLF", "nom" : "Mme Christiane VAUTRIN", "voix" : 6}, {"nuance" : "DIV", "nom" : "Mme C\u00e9cile GIRARDET", "voix" : 5}, {"nuance" : "DVD", "nom" : "Mme Sonia SADOUNE", "voix" : 4}, {"nuance" : "EXG", "nom" : "M. Pierre LUX", "voix" : 3}, {"nuance" : "DVD", "nom" : "M. Didier SUARDI", "voix" : 1}, {"nuance" : "DIV", "nom" : "M. Walter DI LUIGI", "voix" : 0}]} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "manifest": {"type": "string"}, "description": {"type": "null"}, "repository": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "manifest", "description", "repository", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Foundry Tips", "manifest" : "https://raw.githubusercontent.com/vttred/tips/main/module.json", "description" : null, "repository" : "vttred/tips", "url" : "https://www.foundryvtt-hub.com/package/tips/"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "manifest": {"type": "string"}, "description": {"type": "null"}, "repository": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "manifest", "description", "repository", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xhr2": {"type": "string"}, "request": {"type": "string"}, "codebird": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["xhr2", "request", "codebird", "nodemon"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"xhr2" : "*", "request" : "^2.55.0", "codebird" : "^2.6.0", "nodemon" : "^1.3.7"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xhr2": {"type": "string"}, "request": {"type": "string"}, "codebird": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["xhr2", "request", "codebird", "nodemon"]}}, "required": ["dependencies"], "$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"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "json3": {"type": "string"}, "es5-shim": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap-sass-official": {"type": "string"}, "bootstrap": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "lodash": {"type": "string"}, "angular-socket-io": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-material": {"type": "string"}, "flexboxgrid": {"type": "string"}, "socket.io": {"type": "string"}, "lf-ng-md-file-input": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-moment": {"type": "string"}}, "required": ["angular", "json3", "es5-shim", "jquery", "bootstrap-sass-official", "bootstrap", "angular-resource", "angular-cookies", "angular-sanitize", "angular-bootstrap", "font-awesome", "lodash", "angular-socket-io", "angular-ui-router", "angular-material", "flexboxgrid", "socket.io", "lf-ng-md-file-input", "angular-messages", "angular-moment"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}, "angular-scenario": {"type": "string"}, "lf-ng-md-file-input": {"type": "string"}}, "required": ["angular-mocks", "angular-scenario", "lf-ng-md-file-input"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "perotium", "version" : "0.0.0", "dependencies" : {"angular" : "~1.4.0", "json3" : "~3.3.1", "es5-shim" : "~3.0.1", "jquery" : "~2.1.4", "bootstrap-sass-official" : "~3.1.1", "bootstrap" : "~3.1.1", "angular-resource" : ">=1.2.*", "angular-cookies" : ">=1.2.*", "angular-sanitize" : ">=1.2.*", "angular-bootstrap" : "~0.11.0", "font-awesome" : ">=4.1.0", "lodash" : "~2.4.1", "angular-socket-io" : "~0.6.0", "angular-ui-router" : "~0.2.10", "angular-material" : "~0.10.0", "flexboxgrid" : "~6.2.0", "socket.io" : "~1.3.6", "lf-ng-md-file-input" : "~0.1.1", "angular-messages" : "~1.4.5", "angular-moment" : "~0.10.2"}, "devDependencies" : {"angular-mocks" : ">=1.2.*", "angular-scenario" : ">=1.2.*", "lf-ng-md-file-input" : "~0.1.1"}, "resolutions" : {"angular" : "~1.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "json3": {"type": "string"}, "es5-shim": {"type": "string"}, "jquery": {"type": "string"}, "bootstrap-sass-official": {"type": "string"}, "bootstrap": {"type": "string"}, "angular-resource": {"type": "string"}, "angular-cookies": {"type": "string"}, "angular-sanitize": {"type": "string"}, "angular-bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "lodash": {"type": "string"}, "angular-socket-io": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-material": {"type": "string"}, "flexboxgrid": {"type": "string"}, "socket.io": {"type": "string"}, "lf-ng-md-file-input": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-moment": {"type": "string"}}, "required": ["angular", "json3", "es5-shim", "jquery", "bootstrap-sass-official", "bootstrap", "angular-resource", "angular-cookies", "angular-sanitize", "angular-bootstrap", "font-awesome", "lodash", "angular-socket-io", "angular-ui-router", "angular-material", "flexboxgrid", "socket.io", "lf-ng-md-file-input", "angular-messages", "angular-moment"]}, "devDependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}, "angular-scenario": {"type": "string"}, "lf-ng-md-file-input": {"type": "string"}}, "required": ["angular-mocks", "angular-scenario", "lf-ng-md-file-input"]}, "resolutions": {"type": "object", "properties": {"angular": {"type": "string"}}, "required": ["angular"]}}, "required": ["name", "version", "dependencies", "devDependencies", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "randomtech:block/cobalt_ore"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mb": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "status": {"type": "string"}, "spot": {"type": "string"}}, "required": ["name", "code", "status", "spot"]}}, "mk": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "status": {"type": "string"}, "spot": {"type": "string"}}, "required": ["name", "code", "status", "spot"]}}}, "required": ["mb", "mk"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mb" : [{"name" : "150", "code" : "MB1", "status" : "active", "spot" : "123123-123123"}, {"name" : "250", "code" : "MB2", "status" : "active", "spot" : "123123-123123"}, {"name" : "250 UP", "code" : "MB3", "status" : "active", "spot" : "123123-123123"}], "mk" : [{"name" : "PICKUP-LCGC", "code" : "MB1", "status" : "active", "spot" : "123123-123123"}, {"name" : "MINIBUS-SEDAN-HATCHBACK", "code" : "MB2", "status" : "active", "spot" : "123123-123123"}, {"name" : "TRUK", "code" : "MB3", "status" : "active", "spot" : "123123-123123"}]} | json_instruct | {"type": "object", "properties": {"mb": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "status": {"type": "string"}, "spot": {"type": "string"}}, "required": ["name", "code", "status", "spot"]}}, "mk": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "status": {"type": "string"}, "spot": {"type": "string"}}, "required": ["name", "code", "status", "spot"]}}}, "required": ["mb", "mk"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"html.format.wrapLineLength": {"type": "integer"}}, "required": ["html.format.wrapLineLength"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"html.format.wrapLineLength" : 500} | json_instruct | {"type": "object", "properties": {"html.format.wrapLineLength": {"type": "integer"}}, "required": ["html.format.wrapLineLength"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9942109, "stations" : ["9942109"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"province" : "\u56db\u5ddd\u7701", "city" : "\u6210\u90fd\u5e02", "area" : "\u91d1\u5802\u53bf", "name" : "\u91d1\u5802\u53bf\u91d1\u6c99\u8857\u90ae\u653f\u6240", "code" : "610499", "address" : "\u91d1\u5802\u53bf\u91d1\u6c99\u8857234\u53f71\u5e621\u697c\u96441-2\u53f7", "phone" : "028-84933727"}, {"province" : "\u56db\u5ddd\u7701", "city" : "\u6210\u90fd\u5e02", "area" : "\u91d1\u5802\u53bf", "name" : "\u91d1\u5802\u53bf\u5b98\u4ed3\u90ae\u653f\u4ee3\u529e\u6240", "code" : "610499", "address" : "\u6210\u90fd\u5e02\u91d1\u5802\u53bf\u5b98\u4ed3\u9547\u4e2d\u5b5a\u793e\u533a\u529e\u516c\u5ba4", "phone" : "028-84937933"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["bounds", "location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"address_components" : [{"long_name" : "Emek", "short_name" : "Emek", "types" : ["administrative_area_level_4", "political"]}, {"long_name" : "\u015eehitkamil", "short_name" : "\u015eehitkamil", "types" : ["administrative_area_level_2", "political"]}, {"long_name" : "Gaziantep", "short_name" : "Gaziantep", "types" : ["administrative_area_level_1", "political"]}, {"long_name" : "Turkey", "short_name" : "TR", "types" : ["country", "political"]}, {"long_name" : "27060", "short_name" : "27060", "types" : ["postal_code"]}], "formatted_address" : "Emek, 27060 \u015eehitkamil/Gaziantep, Turkey", "geometry" : {"bounds" : {"northeast" : {"lat" : 37.0790669, "lng" : 37.3567801}, "southwest" : {"lat" : 37.0702741, "lng" : 37.339457}}, "location" : {"lat" : 37.0745869, "lng" : 37.3466576}, "location_type" : "APPROXIMATE", "viewport" : {"northeast" : {"lat" : 37.0790669, "lng" : 37.3567801}, "southwest" : {"lat" : 37.0702741, "lng" : 37.339457}}}, "place_id" : "ChIJ1Xaq0nPhMRURBBsAwOUwdoo", "types" : ["administrative_area_level_4", "political"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"address_components": {"type": "array", "items": {"type": "object", "properties": {"long_name": {"type": "string"}, "short_name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["long_name", "short_name", "types"]}}, "formatted_address": {"type": "string"}, "geometry": {"type": "object", "properties": {"bounds": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "location_type": {"type": "string"}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["bounds", "location", "location_type", "viewport"]}, "place_id": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["address_components", "formatted_address", "geometry", "place_id", "types"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"BaseDir": {"type": "string"}, "HostHostId": {"type": "integer"}, "HostLeaseTTLSec": {"type": "integer"}, "HostRegisterTimeoutSec": {"type": "integer"}, "PublicApiRpc": {"type": "object", "properties": {"ListenAddr": {"type": "string"}, "TlsEnabled": {"type": "boolean"}, "Tls2Way": {"type": "boolean"}, "TlsCertFile": {"type": "string"}, "TlsKeyFile": {"type": "string"}, "TlsCAFile": {"type": "string"}}, "required": ["ListenAddr", "TlsEnabled", "Tls2Way", "TlsCertFile", "TlsKeyFile", "TlsCAFile"]}, "JrnlCtrlConfig": {"type": "object", "properties": {"MaxOpenFileDescs": {"type": "integer"}, "CheckFullScan": {"type": "boolean"}, "RecoverDisabled": {"type": "boolean"}, "RecoverLostDataOk": {"type": "boolean"}, "WriteIdleSec": {"type": "integer"}, "WriteFlushMs": {"type": "integer"}, "MaxChunkSize": {"type": "integer"}, "MaxRecordSize": {"type": "integer"}}, "required": ["MaxOpenFileDescs", "CheckFullScan", "RecoverDisabled", "RecoverLostDataOk", "WriteIdleSec", "WriteFlushMs", "MaxChunkSize", "MaxRecordSize"]}, "PipesConfig": {"type": "object", "properties": {"EnsureAtStart": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}}}, "required": ["EnsureAtStart"]}}, "required": ["BaseDir", "HostHostId", "HostLeaseTTLSec", "HostRegisterTimeoutSec", "PublicApiRpc", "JrnlCtrlConfig", "PipesConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BaseDir" : "/opt/logrange/data", "HostHostId" : 0, "HostLeaseTTLSec" : 5, "HostRegisterTimeoutSec" : 0, "PublicApiRpc" : {"ListenAddr" : "127.0.0.1:9966", "TlsEnabled" : false, "Tls2Way" : false, "TlsCertFile" : "/opt/logrange/tls/server.crt", "TlsKeyFile" : "/opt/logrange/tls/server.key", "TlsCAFile" : "/opt/logrange/tls/ca.pem"}, "JrnlCtrlConfig" : {"MaxOpenFileDescs" : 5000, "CheckFullScan" : false, "RecoverDisabled" : false, "RecoverLostDataOk" : false, "WriteIdleSec" : 30, "WriteFlushMs" : 500, "MaxChunkSize" : 104857600, "MaxRecordSize" : 1048576}, "PipesConfig" : {"EnsureAtStart" : [{"Name" : "forwarder"}]}} | json_instruct | {"type": "object", "properties": {"BaseDir": {"type": "string"}, "HostHostId": {"type": "integer"}, "HostLeaseTTLSec": {"type": "integer"}, "HostRegisterTimeoutSec": {"type": "integer"}, "PublicApiRpc": {"type": "object", "properties": {"ListenAddr": {"type": "string"}, "TlsEnabled": {"type": "boolean"}, "Tls2Way": {"type": "boolean"}, "TlsCertFile": {"type": "string"}, "TlsKeyFile": {"type": "string"}, "TlsCAFile": {"type": "string"}}, "required": ["ListenAddr", "TlsEnabled", "Tls2Way", "TlsCertFile", "TlsKeyFile", "TlsCAFile"]}, "JrnlCtrlConfig": {"type": "object", "properties": {"MaxOpenFileDescs": {"type": "integer"}, "CheckFullScan": {"type": "boolean"}, "RecoverDisabled": {"type": "boolean"}, "RecoverLostDataOk": {"type": "boolean"}, "WriteIdleSec": {"type": "integer"}, "WriteFlushMs": {"type": "integer"}, "MaxChunkSize": {"type": "integer"}, "MaxRecordSize": {"type": "integer"}}, "required": ["MaxOpenFileDescs", "CheckFullScan", "RecoverDisabled", "RecoverLostDataOk", "WriteIdleSec", "WriteFlushMs", "MaxChunkSize", "MaxRecordSize"]}, "PipesConfig": {"type": "object", "properties": {"EnsureAtStart": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}}}, "required": ["EnsureAtStart"]}}, "required": ["BaseDir", "HostHostId", "HostLeaseTTLSec", "HostRegisterTimeoutSec", "PublicApiRpc", "JrnlCtrlConfig", "PipesConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import{makeStyles}from\"@material-ui/core/styles\";export var useStyles=makeStyles(function(theme){return{root:{maxWidth:\"60%\",maxHeight:\"100%\",left:\"20%\",position:\"relative\",borderRadius:50},media:{height:0,width:\"100%\",paddingTop:\"50.25%\"}};});", "map" : {"version" : 3, "sources" : ["D:/vinculacion/ami_app/src/pages/dragDrop/style.js"], "names" : ["makeStyles", "useStyles", "theme", "root", "maxWidth", "maxHeight", "left", "position", "borderRadius", "media", "height", "width", "paddingTop"], "mappings" : "AAAA,OAASA,UAAT,KAA2B,0BAA3B,CAEA,MAAO,IAAMC,CAAAA,SAAS,CAAGD,UAAU,CAAC,SAACE,KAAD,QAAY,CAC9CC,IAAI,CAAE,CACJC,QAAQ,CAAE,KADN,CAEJC,SAAS,CAAE,MAFP,CAGJC,IAAI,CAAE,KAHF,CAIJC,QAAQ,CAAE,UAJN,CAKJC,YAAY,CAAE,EALV,CADwC,CAS9CC,KAAK,CAAE,CACLC,MAAM,CAAE,CADH,CAELC,KAAK,CAAE,MAFF,CAGLC,UAAU,CAAE,QAHP,CATuC,CAAZ,EAAD,CAA5B", "sourcesContent" : ["import { makeStyles } from \"@material-ui/core/styles\";\r\n\r\nexport const useStyles = makeStyles((theme) => ({\r\n root: {\r\n maxWidth: \"60%\",\r\n maxHeight: \"100%\",\r\n left: \"20%\",\r\n position: \"relative\",\r\n borderRadius: 50,\r\n },\r\n\r\n media: {\r\n height: 0,\r\n width: \"100%\",\r\n paddingTop: \"50.25%\",\r\n },\r\n}));\r\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "bromine", "definition" : "One of the elements, related in its chemical qualities to chlorine and iodine. Atomic weight 79.8. Symbol Br. It is a deep reddish brown liquid of a very disagreeable odor, emitting a brownish vapor at the ordinary temperature. In combination it is found in minute quantities in sea water, and in many saline springs. It occurs also in the mineral bromyrite."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"columns" : ["goal", "guesses"], "data" : [["ACHAR", "0: ABUNE 1: ABAYA 2: ABOMA 3: ACHES 4: ACKEE 5: ABYSM "]]} | json_instruct | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"needle": {"type": "string"}}, "required": ["needle"]}}, "required": ["name", "version", "description", "keywords", "repository", "bugs", "homepage", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "trash-pickup-belgium", "version" : "1.1.0", "description" : "Simple library to fetch trashpickups in Belgium (Ophaalkalender)", "keywords" : ["trash", "belgium", "async/await", "promises"], "repository" : {"type" : "git", "url" : "https://github.com/Savjee/trash-pickup-belgium.git"}, "bugs" : {"url" : "https://github.com/Savjee/trash-pickup-belgium/issues"}, "homepage" : "https://github.com/Savjee/trash-pickup-belgium", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Xavier Decuyper <hi@savjee.be>", "license" : "MIT", "dependencies" : {"needle" : "^2.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"needle": {"type": "string"}}, "required": ["needle"]}}, "required": ["name", "version", "description", "keywords", "repository", "bugs", "homepage", "main", "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": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9952002, "stations" : ["9952002"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "test", "postinstall"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "bower": {"type": "string"}, "browserify": {"type": "string"}, "ejs": {"type": "string"}, "es6-promise": {"type": "string"}, "express": {"type": "string"}, "guid": {"type": "string"}, "gulp": {"type": "string"}, "jquery": {"type": "string"}, "mobile-detect": {"type": "string"}, "mongoose": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-socket": {"type": "string"}, "reactify": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "underscore": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["body-parser", "bower", "browserify", "ejs", "es6-promise", "express", "guid", "gulp", "jquery", "mobile-detect", "mongoose", "react", "react-dom", "react-socket", "reactify", "socket.io", "socket.io-client", "underscore", "vinyl-source-stream"]}}, "required": ["name", "version", "description", "main", "engines", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MEARN-websocket-example", "version" : "1.0.0", "description" : "this is a demo application made with react, express, mongodb and nodejs", "main" : "index.js", "engines" : {"node" : "4.6.1", "npm" : "3.10.8"}, "scripts" : {"start" : "node server/server.js", "test" : "echo \"Error: no test specified\" && exit 1", "postinstall" : "node node_modules/bower/bin/bower install && node node_modules/gulp/bin/gulp"}, "author" : "ernest conill", "license" : "ISC", "dependencies" : {"body-parser" : "^1.14.2", "bower" : "^1.7.9", "browserify" : "^12.0.1", "ejs" : "^2.5.2", "es6-promise" : "^3.0.2", "express" : "^4.13.3", "guid" : "0.0.12", "gulp" : "^3.9.0", "jquery" : "^2.1.4", "mobile-detect" : "^1.3.3", "mongoose" : "^4.6.4", "react" : "^15.3.2", "react-dom" : "^15.3.2", "react-socket" : "^1.0.0-beta.0", "reactify" : "^1.1.1", "socket.io" : "^1.5.1", "socket.io-client" : "^1.5.1", "underscore" : "^1.8.3", "vinyl-source-stream" : "^1.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "test", "postinstall"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "bower": {"type": "string"}, "browserify": {"type": "string"}, "ejs": {"type": "string"}, "es6-promise": {"type": "string"}, "express": {"type": "string"}, "guid": {"type": "string"}, "gulp": {"type": "string"}, "jquery": {"type": "string"}, "mobile-detect": {"type": "string"}, "mongoose": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-socket": {"type": "string"}, "reactify": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "underscore": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["body-parser", "bower", "browserify", "ejs", "es6-promise", "express", "guid", "gulp", "jquery", "mobile-detect", "mongoose", "react", "react-dom", "react-socket", "reactify", "socket.io", "socket.io-client", "underscore", "vinyl-source-stream"]}}, "required": ["name", "version", "description", "main", "engines", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "simplesamlphp/simplesamlphp": {"type": "string"}, "symfony/symfony": {"type": "string"}, "ext-soap": {"type": "string"}}, "required": ["php", "simplesamlphp/simplesamlphp", "symfony/symfony", "ext-soap"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Madeyski\\EpuapBundle": {"type": "string"}}, "required": ["Madeyski\\EpuapBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}}, "required": ["name", "type", "license", "authors", "require", "autoload", "target-dir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "madeyski/epuap-bundle", "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "Tomasz Madeyski", "email" : "tomasz.madeyski@gmail.com"}], "require" : {"php" : ">=5.3.2", "simplesamlphp/simplesamlphp" : "^1.14", "symfony/symfony" : ">=2.7", "ext-soap" : "*"}, "autoload" : {"psr-0" : {"Madeyski\\EpuapBundle" : ""}}, "target-dir" : "Madeyski/EpuapBundle"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "simplesamlphp/simplesamlphp": {"type": "string"}, "symfony/symfony": {"type": "string"}, "ext-soap": {"type": "string"}}, "required": ["php", "simplesamlphp/simplesamlphp", "symfony/symfony", "ext-soap"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Madeyski\\EpuapBundle": {"type": "string"}}, "required": ["Madeyski\\EpuapBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}}, "required": ["name", "type", "license", "authors", "require", "autoload", "target-dir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3205190010, "parent" : 3205190, "name" : "PAKUWON", "latitude" : null, "longitude" : null, "postal" : [44117], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "emitDeclarationOnly": {"type": "boolean"}, "declaration": {"type": "boolean"}, "strict": {"type": "boolean"}, "strictNullChecks": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean"}, "noUnusedParameters": {"type": "boolean"}, "downlevelIteration": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noFallthroughCasesInSwitch": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "noEmit": {"type": "boolean"}}, "required": ["target", "module", "lib", "allowJs", "checkJs", "emitDeclarationOnly", "declaration", "strict", "strictNullChecks", "noImplicitAny", "noUnusedLocals", "noUnusedParameters", "downlevelIteration", "noImplicitReturns", "noFallthroughCasesInSwitch", "moduleResolution", "allowSyntheticDefaultImports", "esModuleInterop", "forceConsistentCasingInFileNames", "resolveJsonModule", "noEmit"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"target" : "esnext", "module" : "esnext", "lib" : ["ESNext", "DOM"], "allowJs" : true, "checkJs" : true, "emitDeclarationOnly" : false, "declaration" : false, "strict" : true, "strictNullChecks" : false, "noImplicitAny" : false, "noUnusedLocals" : true, "noUnusedParameters" : false, "downlevelIteration" : true, "noImplicitReturns" : true, "noFallthroughCasesInSwitch" : true, "moduleResolution" : "node", "allowSyntheticDefaultImports" : true, "esModuleInterop" : true, "forceConsistentCasingInFileNames" : true, "resolveJsonModule" : true, "noEmit" : true}, "include" : ["*.js", "*.json"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "emitDeclarationOnly": {"type": "boolean"}, "declaration": {"type": "boolean"}, "strict": {"type": "boolean"}, "strictNullChecks": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean"}, "noUnusedParameters": {"type": "boolean"}, "downlevelIteration": {"type": "boolean"}, "noImplicitReturns": {"type": "boolean"}, "noFallthroughCasesInSwitch": {"type": "boolean"}, "moduleResolution": {"type": "string"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "forceConsistentCasingInFileNames": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}, "noEmit": {"type": "boolean"}}, "required": ["target", "module", "lib", "allowJs", "checkJs", "emitDeclarationOnly", "declaration", "strict", "strictNullChecks", "noImplicitAny", "noUnusedLocals", "noUnusedParameters", "downlevelIteration", "noImplicitReturns", "noFallthroughCasesInSwitch", "moduleResolution", "allowSyntheticDefaultImports", "esModuleInterop", "forceConsistentCasingInFileNames", "resolveJsonModule", "noEmit"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$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" : "\u9d3b\u5bcc\u4e0d\u92b9\u92fc\u6709\u9650\u516c\u53f8\u4ec1\u5fb7\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "67000378", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u4ec1\u7fa9\u91cc\u7fa9\u6797\u8def299\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u4ec1\u7fa9\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u5bb6\u9d3b", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "53796301", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1010531", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["252\u91d1\u5c6c\u7d50\u69cb\u53ca\u5efa\u7bc9\u7d44\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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"lodash.get": {"type": "string"}, "semver": {"type": "string"}, "serialize-error": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["lodash.get", "semver", "serialize-error", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"lodash.get" : "^4.4.2", "semver" : "^5.5.0", "serialize-error" : "^5.0.0", "uuid" : "^3.0.1"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"lodash.get": {"type": "string"}, "semver": {"type": "string"}, "serialize-error": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["lodash.get", "semver", "serialize-error", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"54517": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54518": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54513": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54515": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54512": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54514": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54516": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["54517", "54518", "54513", "54515", "54512", "54514", "54516"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"54517" : {"nama" : "BAJO MEDANG", "dapil" : [52, 5201, 15205, 2520405]}, "54518" : {"nama" : "BUGIS MEDANG", "dapil" : [52, 5201, 15205, 2520405]}, "54513" : {"nama" : "KARANG DIMA", "dapil" : [52, 5201, 15205, 2520405]}, "54515" : {"nama" : "LABUHAN AJI", "dapil" : [52, 5201, 15205, 2520405]}, "54512" : {"nama" : "LABUHAN BADAS", "dapil" : [52, 5201, 15205, 2520405]}, "54514" : {"nama" : "LABUHAN SUMBAWA", "dapil" : [52, 5201, 15205, 2520405]}, "54516" : {"nama" : "SEBOTOK", "dapil" : [52, 5201, 15205, 2520405]}} | json_instruct | {"type": "object", "properties": {"54517": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54518": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54513": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54515": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54512": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54514": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "54516": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["54517", "54518", "54513", "54515", "54512", "54514", "54516"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}}, "required": ["compatibility.js", "pdf.combined.js", "pdf.js", "pdf.min.js", "pdf.worker.entry.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compatibility.js" : "sha512-djKt6ERYtOlpcICvLLOjGBTEi8gWgUyNZrJTBMA1MTBqvTb9FzqVav5RTqYeAul8FnsXMSbPOxRoYI6kIJEa4g==", "pdf.combined.js" : "sha512-SDul3Q3vfs+5dkX63GSE6Ue+sNb/TpQ+QY1QbHl40taDF64Ci2shsxPwlO0dUy9WLUAIthZNWHZnSK614kIVMA==", "pdf.js" : "sha512-yKhtL40XTB23LECln6qem3xN1rDsrnuAHWAEm+5gkBUCf3MMCkbJkxx4sLdzXG3JoBN1j88HArS4fWO5uNp6mw==", "pdf.min.js" : "sha512-lLckQhIVSTwSB6TaN/MC+sgx7rwwVtM0Evqr87LERxE0nWct0r9CKw1PZ12mv26EYWQKVZrze7Z7Tj5fkR8ZWw==", "pdf.worker.entry.js" : "sha512-7g0Zw8fNAdnJkQocyHcXTcbkcFis6nSo48fl/E+sdZ0Sjigec1PZYmp3LfyAwR95LQx+mblRru0eOnpxCHpvog==", "pdf.worker.js" : "sha512-yxXC3CE7A7+N2CF94/+ikaOVLfPBHjoIdrVWZQmStbblp4htSUECq5xR35XUq/wQ9+AdT6kEREKKcGxKf9C9+g==", "pdf.worker.min.js" : "sha512-5NafXK6Type2ig4zVJ/ojkqsnFzb7PPuInD8S6nhqkSTEjCVbTyfdpU6Evs+xhCoHbauQcREwmEQW1UpHhAk7g==", "pdf_viewer.css" : "sha512-zvKM3vkE/iVFiMBAyvKZ+lATRmLEPhO64xYi7OEHz4nJgDPyoyGhxKqqpWioByduLsIEckXEluIVip6lZ30AlA==", "pdf_viewer.js" : "sha512-FlBoCEtcpTMWpP9Jr2AQzrlUsbkqC5w/7Jt2tLEk1RJJfcSayVGPvJK4LJWohcrPNQ9I8UbuWi7RhWQxgGCAGA=="} | json_instruct | {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.entry.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}}, "required": ["compatibility.js", "pdf.combined.js", "pdf.js", "pdf.min.js", "pdf.worker.entry.js", "pdf.worker.js", "pdf.worker.min.js", "pdf_viewer.css", "pdf_viewer.js"], "$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": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "I Will Always Love You", "yearf" : 1982.6682648402, "rscore" : 0.4722329009}, {"title" : "Save The Last Dance For Me", "yearf" : 1984.0273972603, "rscore" : 1.2875765901}, {"title" : "9 To 5", "yearf" : 1980.9961187215, "rscore" : 0.9331081163}, {"title" : "Jolene", "yearf" : 1974.15456621, "rscore" : 0.8932667134}, {"title" : "Baby I'm Burnin'", "yearf" : 1979.0246575342, "rscore" : 0.7045441165}, {"title" : "Romeo", "yearf" : 1993.2856164384, "rscore" : 0.7180616364}, {"title" : "Downtown", "yearf" : 1984.3716894977, "rscore" : 0.9704095537}, {"title" : "But You Know I Love You", "yearf" : 1981.3442922374, "rscore" : 0.9533774026}, {"title" : "Heartbreaker", "yearf" : 1978.7378995434, "rscore" : 0.9016282596}, {"title" : "Starting Over Again", "yearf" : 1980.3294520548, "rscore" : 0.7999221646}, {"title" : "Light Of A Clear Blue Morning", "yearf" : 1977.5493150685, "rscore" : 1.4107446735}, {"title" : "You're The Only One", "yearf" : 1979.5821917808, "rscore" : 1.2269965827}, {"title" : "Here You Come Again", "yearf" : 1977.8744292237, "rscore" : 0.9757524538}, {"title" : "Sweet Summer Lovin'", "yearf" : 1979.8294520548, "rscore" : 0.997249389}, {"title" : "Two Doors Down", "yearf" : 1978.2993150685, "rscore" : 1.3356463761}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "yearf": {"type": "number"}, "rscore": {"type": "number"}}, "required": ["title", "yearf", "rscore"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : "Batzendorf", "dpt" : "Bas-Rhin", "inscrits" : 773, "abs" : 101, "votants" : 672, "blancs" : 60, "nuls" : 9, "exp" : 603, "res" : [{"panneau" : "1", "voix" : 321}, {"panneau" : "2", "voix" : 282}]} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1811040001", "district_id" : "1811040", "name" : "MUARA TENANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AB" : ["pc", "qa", "qb", "qc", "qd", "rc", "me", "re", "od", "nc", "mc", "md", "jc", "mf", "le", "ke", "kf", "kg", "lg", "kd", "kc", "kb"], "AW" : ["jg", "kh", "lh", "mh", "mg", "nd", "ne", "nf", "pd", "pe", "oc", "ob", "pb", "qf", "rf", "rb", "ld", "lc", "lb", "la", "ka", "jb", "ib", "hc", "he", "je", "jd", "jf"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "oa", "", ""]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/three": {"type": "string"}, "three": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@types/three", "three", "ts-loader", "typescript", "webpack"]}}, "required": ["private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "dependencies" : {"@types/three" : "^0.84.21", "three" : "^0.87.1", "ts-loader" : "^2.3.6", "typescript" : "^2.5.2", "webpack" : "^3.5.6"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@types/three": {"type": "string"}, "three": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@types/three", "three", "ts-loader", "typescript", "webpack"]}}, "required": ["private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/n1dmPJmDKY-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/n1dmPJmDKY-90.avif 90w", "filename" : "n1dmPJmDKY-90.avif", "outputPath" : "src/img/avatars/twitter/n1dmPJmDKY-90.avif", "size" : 1605}], "webp" : [{"format" : "webp", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/n1dmPJmDKY-90.webp", "sourceType" : "image/webp", "srcset" : "/img/avatars/twitter/n1dmPJmDKY-90.webp 90w", "filename" : "n1dmPJmDKY-90.webp", "outputPath" : "src/img/avatars/twitter/n1dmPJmDKY-90.webp", "size" : 2102}], "jpeg" : [{"format" : "jpeg", "width" : 90, "height" : 90, "url" : "/img/avatars/twitter/n1dmPJmDKY-90.jpeg", "sourceType" : "image/jpeg", "srcset" : "/img/avatars/twitter/n1dmPJmDKY-90.jpeg 90w", "filename" : "n1dmPJmDKY-90.jpeg", "outputPath" : "src/img/avatars/twitter/n1dmPJmDKY-90.jpeg", "size" : 2689}]} | json_instruct | {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "url", "sourceType", "srcset", "filename", "outputPath", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5a0adc8a16d9fc2854927d2f8eb08b28a85783d9"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"last_check" : "2017-08-18T03:47:14Z", "pypi_version" : "9.0.1"} | json_instruct | {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6404051004", "district_id" : "6404051", "name" : "BANGUN JAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "kill_chain_phases": {"type": "array", "items": {"type": "object", "properties": {"kill_chain_name": {"type": "string"}, "phase_name": {"type": "string"}}, "required": ["kill_chain_name", "phase_name"]}}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"source_name": {"type": "string"}, "url": {"type": "string"}, "external_id": {"type": "string"}}, "required": ["source_name", "url", "external_id"]}}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_amitt_platforms": {"type": "array", "items": {"type": "string"}}, "x_amitt_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "kill_chain_phases", "external_references", "object_marking_refs", "x_amitt_platforms", "x_amitt_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "bundle", "id" : "bundle--6f293e43-a59a-46f8-b6c0-275ab5054bb7", "spec_version" : "2.0", "objects" : [{"type" : "attack-pattern", "id" : "attack-pattern--17ca1c3e-da1e-4aad-a403-68b22f212501", "created_by_ref" : "identity--dcb70c08-a4b0-4d2d-8141-b28ca5f0a43a", "created" : "2019-12-08T02:27:58.312Z", "modified" : "2019-12-08T02:27:58.312Z", "name" : "Center of Gravity Analysis", "description" : "Recon/research to identify \"the source of power that provides moral or physical strength, freedom of action, or will to act.\" Thus, the center of gravity is usually seen as the \"source of strength\". Includes demographic and network analysis of communities", "kill_chain_phases" : [{"kill_chain_name" : "amitt-attack", "phase_name" : "objective-planning"}], "external_references" : [{"source_name" : "amitt-attack", "url" : "https://github.com/misinfosecproject/amitt_framework/blob/master/techniques/T0005.md", "external_id" : "T0005"}], "object_marking_refs" : ["marking-definition--c32b1522-2b13-4159-8a40-56fd4151016d"], "x_amitt_platforms" : ["Advertising", "Audio", "Augmented Reality", "Digital Publication", "Interactive Media", "Mobile", "Physical", "Physical Publication", "Social Media", "Video", "Video Game"], "x_amitt_version" : "1.0"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "kill_chain_phases": {"type": "array", "items": {"type": "object", "properties": {"kill_chain_name": {"type": "string"}, "phase_name": {"type": "string"}}, "required": ["kill_chain_name", "phase_name"]}}, "external_references": {"type": "array", "items": {"type": "object", "properties": {"source_name": {"type": "string"}, "url": {"type": "string"}, "external_id": {"type": "string"}}, "required": ["source_name", "url", "external_id"]}}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "x_amitt_platforms": {"type": "array", "items": {"type": "string"}}, "x_amitt_version": {"type": "string"}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "kill_chain_phases", "external_references", "object_marking_refs", "x_amitt_platforms", "x_amitt_version"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xbox" : 713511.0, "ps" : 986530.0} | json_instruct | {"type": "object", "properties": {"xbox": {"type": "number"}, "ps": {"type": "number"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"env": {"type": "string"}, "image_src": {"type": "string"}}, "required": ["env", "image_src"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"env" : "production", "image_src" : "../../assets/images/"} | json_instruct | {"type": "object", "properties": {"env": {"type": "string"}, "image_src": {"type": "string"}}, "required": ["env", "image_src"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "UNT023", "lang" : "de", "description" : "\nAktivierte Bruttozug\u00e4nge an bebauten Grundst\u00fccken und Bauten", "name" : "Aktiv. Bruttozug\u00e4nge an beb.Grundst\u00fccken u.Bauten", "type" : "Merkmal"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"skipHeight": {"type": "integer"}, "priceSkipHeight": {"type": "integer"}, "cancelConfirmSkipHeight": {"type": "integer"}}, "required": ["skipHeight", "priceSkipHeight", "cancelConfirmSkipHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"skipHeight" : 1860000, "priceSkipHeight" : 3200000, "cancelConfirmSkipHeight" : 10580000} | json_instruct | {"type": "object", "properties": {"skipHeight": {"type": "integer"}, "priceSkipHeight": {"type": "integer"}, "cancelConfirmSkipHeight": {"type": "integer"}}, "required": ["skipHeight", "priceSkipHeight", "cancelConfirmSkipHeight"], "$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"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Liverpool Training Institute", "alt_name" : "Instituto de Formaci\u00f3n Liverpool, A.C.", "country" : "Mexico", "state" : null, "address" : {"street" : "Hesiodo 540, Col. Chapultepec Morales, Miguel Hidalgo", "city" : "M\u00e9xico", "province" : "D.F.", "postal_code" : null}, "contact" : {"telephone" : "+52(55) 52-62-35-33", "website" : "http://www.uvl.com.mx", "email" : "uvlcorporativo@liverpool.com.mx", "fax" : null}, "funding" : "Private", "languages" : null, "academic_year" : null, "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "null"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "null"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "null"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Email": {"type": "string"}, "Home": {"type": "string"}, "Internal Server Error": {"type": "string"}, "It will be published when it is ready": {"type": "string"}, "Not Found": {"type": "string"}, "Ooppss!!": {"type": "string"}, "Ooppss!! Page Not Found!": {"type": "string"}, "This is a draft": {"type": "string"}, "This post is not available in portuguese": {"type": "string"}, "View in English": {"type": "string"}}, "required": ["Email", "Home", "Internal Server Error", "It will be published when it is ready", "Not Found", "Ooppss!!", "Ooppss!! Page Not Found!", "This is a draft", "This post is not available in portuguese", "View in English"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Email" : "E-mail", "Home" : "In\u00edcio", "Internal Server Error" : "Erro Interno do Servidor", "It will be published when it is ready" : "Ser\u00e1 publicado quando estiver pronto", "Not Found" : "N\u00e3o encontrada", "Ooppss!!" : "Uueeepaa!!", "Ooppss!! Page Not Found!" : "Oppaa!! P\u00e1gina n\u00e3o encontrada!", "This is a draft" : "Isto \u00e9 um rascunho", "This post is not available in portuguese" : "Essa publica\u00e7\u00e3o n\u00e3o est\u00e1 dispon\u00edvel em portugu\u00eas", "View in English" : "Veja em Ingl\u00eas"} | json_instruct | {"type": "object", "properties": {"Email": {"type": "string"}, "Home": {"type": "string"}, "Internal Server Error": {"type": "string"}, "It will be published when it is ready": {"type": "string"}, "Not Found": {"type": "string"}, "Ooppss!!": {"type": "string"}, "Ooppss!! Page Not Found!": {"type": "string"}, "This is a draft": {"type": "string"}, "This post is not available in portuguese": {"type": "string"}, "View in English": {"type": "string"}}, "required": ["Email", "Home", "Internal Server Error", "It will be published when it is ready", "Not Found", "Ooppss!!", "Ooppss!! Page Not Found!", "This is a draft", "This post is not available in portuguese", "View in English"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "esRadio Extremadura", "src" : "http://esradiomontijo.ddns.net:8000/;?t=1526287757"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "courseId": {"type": "string"}, "tasks": {"type": "array", "items": {}}, "title": {"type": "string"}, "fileType": {"type": "string"}, "value": {"type": "object", "properties": {"path": {"type": "string"}, "raw": {"type": "string"}}, "required": ["path", "raw"]}, "type": {"type": "string"}}, "required": ["id", "courseId", "tasks", "title", "fileType", "value", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 357, "courseId" : "epistles-3", "tasks" : [], "title" : "001 COVER", "fileType" : "html", "value" : {"path" : "C:\\sites\\github\\courses\\epistles-3/001_cover.html", "raw" : "<div id=\"title\" class=\"chapter\">\r\n\t<img src=\"/assets/eagle.png\" style=\"\" id=\"coverEagle\"/>\r\n\t<h4><span lang=\"en\">Third Year</span><span lang=\"swa\">swahili</span></h4>\r\n\t<h4><span lang=\"en\">TEXTBOOK</span><span lang=\"swa\">KITABU CHAKIADA</span></h4>\r\n\t<h1><span lang=\"en\">Epistles III</span></h1>\r\n\t<h2><span lang=\"en\">James, I & II Peter, I,II, & III John, Jude</span></h2>\r\n\t<h3><span lang=\"en\">DELIVERANCE BIBLE INSTITUTE of MOSHI</span><span lang=\"swa\">CHUOCHA BIBLIA NA WOKOVU CHA MOSHI</span></h3>\r\n\t<h4><span lang=\"en\">Moshi, Kilimanjaro, Tanzania</span><span lang=\"swa\">Moshi, Kilimanjro, Tanzania</span></h4>\r\n\t<h3><span lang=\"en\">DELIVERANCE BIBLE INSTITUTE</span><span lang=\"swa\">CHUO CHABIBLIA NA WOKOVU</span></h3>\r\n\t<h4><span lang=\"en\">Portland, Maine, USA</span><span lang=\"swa\">Portland, Maine. Amerika</span></h4>\r\n</div>\r\n"}, "type" : "READ_HTML_FILE"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "courseId": {"type": "string"}, "tasks": {"type": "array", "items": {}}, "title": {"type": "string"}, "fileType": {"type": "string"}, "value": {"type": "object", "properties": {"path": {"type": "string"}, "raw": {"type": "string"}}, "required": ["path", "raw"]}, "type": {"type": "string"}}, "required": ["id", "courseId", "tasks", "title", "fileType", "value", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 510840, "name" : "Evolvation", "windows" : true, "mac" : false, "linux" : true, "early_access" : false, "lookup_time" : 1490999233} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["eslint", "eslint-plugin-node", "jest", "nodemon", "supertest"]}, "dependencies": {"type": "object", "properties": {"@hapi/joi": {"type": "string"}, "axios": {"type": "string"}, "bcrypt": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongodb-memory-server": {"type": "string"}, "mongoose": {"type": "string"}, "redis": {"type": "string"}}, "required": ["@hapi/joi", "axios", "bcrypt", "cors", "dotenv", "express", "jsonwebtoken", "mongodb-memory-server", "mongoose", "redis"]}}, "required": ["name", "version", "engines", "scripts", "keywords", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tech-stack-planner-backend", "version" : "1.0.0", "engines" : {"node" : ">=12.0.0"}, "scripts" : {"dev" : "cd src && nodemon -r dotenv/config server.js", "test" : "jest --watchAll --verbose --silent --runInBand"}, "keywords" : ["techstack", "programming", "tools", "frameworks", "startups"], "devDependencies" : {"eslint" : "^7.21.0", "eslint-plugin-node" : "^11.1.0", "jest" : "^26.6.3", "nodemon" : "^2.0.7", "supertest" : "^6.1.3"}, "dependencies" : {"@hapi/joi" : "^17.1.1", "axios" : "^0.21.1", "bcrypt" : "^5.0.1", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "mongodb-memory-server" : "^6.9.6", "mongoose" : "^5.12.2", "redis" : "^3.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "jest": {"type": "string"}, "nodemon": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["eslint", "eslint-plugin-node", "jest", "nodemon", "supertest"]}, "dependencies": {"type": "object", "properties": {"@hapi/joi": {"type": "string"}, "axios": {"type": "string"}, "bcrypt": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongodb-memory-server": {"type": "string"}, "mongoose": {"type": "string"}, "redis": {"type": "string"}}, "required": ["@hapi/joi", "axios", "bcrypt", "cors", "dotenv", "express", "jsonwebtoken", "mongodb-memory-server", "mongoose", "redis"]}}, "required": ["name", "version", "engines", "scripts", "keywords", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_hwxc5z8", "name" : "enrimbeauty"}, "date" : {"day" : 1631923200, "full" : 1631981216, "month" : 1630454400, "week" : 1631404800}, "id" : "t3_pqp6u2", "picture" : {"filesize" : 167071, "fullUrl" : "https://preview.redd.it/zinvperccao71.jpg?width=2450&format=pjpg&auto=webp&s=57a446a5d392830464cde622049b6a8750233db2", "hash" : "7c34d2d3ae", "height" : 1189, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAkDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUH/8QAKBAAAAMFBwUBAAAAAAAAAAAAAQIEAAMFERIGEyEiMZPRBxYyVFXB/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAdEQACAgEFAAAAAAAAAAAAAAABAgADBBESQYGR/9oADAMBAAIRAxEAPwAFnIauiMGvYehFU4CZKyFdzqNoAFHMMvxpHaVrfVHYLw2lWTRL4L01RPL4HSla/AXJANSJCmlmw8hkE8dMWTXCfpRPeHhoNlrhjtOo7MYmU3Cjyf/Z", "url" : "https://preview.redd.it/zinvperccao71.jpg?width=640&crop=smart&auto=webp&s=c0e6df6862d31bc8b8a4e80b089f516550d9d4fe", "width" : 640}, "score" : {"comments" : 1, "downs" : 0, "isCurated" : false, "ratio" : 0.92, "ups" : 42, "value" : 42}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "City Gate under Siege Phased Battle Map", "url" : "https://www.reddit.com/r/dndmaps/comments/pqp6u2/city_gate_under_siege_phased_battle_map_35x65/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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/11311", "updated_at" : "2019-04-30 08:20:04", "created_at" : "2019-04-26 16:45:02", "closed_at" : "2019-04-30 08:20:04", "state" : "closed", "title" : "git-lfs: add version 2.7.2", "number" : 11311, "milestone" : null, "labels" : ["new-version"], "id" : 437756966, "html_url" : "https://github.com/spack/spack/pull/11311", "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": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"alignVersion": {"type": "string"}, "build": {"type": "string"}}, "required": ["alignVersion", "build"]}, "devDependencies": {"type": "object", "properties": {"toml": {"type": "string"}}, "required": ["toml"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "license", "description", "author", "main", "repository", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@substrate/ss58-registry", "version" : "1.17.0", "license" : "Apache-2.0", "description" : "Registry for SS58 account types", "author" : "Parity Technologies <admin@parity.io>", "main" : "ss58-registry.json", "repository" : "https://github.com/paritytech/ss58-registry", "scripts" : {"alignVersion" : "./scripts/js/align_version.mjs && npm install", "build" : "npm run alignVersion && rm -rf npm_dist && mkdir -p npm_dist && ./scripts/js/build_js.mjs"}, "devDependencies" : {"toml" : "^3.0.0"}, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"alignVersion": {"type": "string"}, "build": {"type": "string"}}, "required": ["alignVersion", "build"]}, "devDependencies": {"type": "object", "properties": {"toml": {"type": "string"}}, "required": ["toml"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "license", "description", "author", "main", "repository", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "symfony/serializer": {"type": "string"}, "symfony/property-access": {"type": "string"}, "symfony/property-info": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle", "symfony/serializer", "symfony/property-access", "symfony/property-info", "ext-json"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CanIHaveSomeCoffee\\TheTVDbAPI\\": {"type": "string"}}, "required": ["CanIHaveSomeCoffee\\TheTVDbAPI\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "type", "minimum-stability", "license", "authors", "require", "require-dev", "autoload", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "canihavesomecoffee/thetvdbapi", "description" : "PHP implementation for the 4th version of the TheTVDb API.", "type" : "library", "minimum-stability" : "stable", "license" : "ISC", "authors" : [{"name" : "Willem Van Iseghem (canihavesomecoffee)", "email" : "thetvdbapi@canihavesome.coffee"}], "require" : {"php" : ">=7.4", "guzzlehttp/guzzle" : "^7.0", "symfony/serializer" : "^5.3", "symfony/property-access" : "^5.3", "symfony/property-info" : "^5.3", "ext-json" : "*"}, "require-dev" : {"phpunit/phpunit" : "^9.0"}, "autoload" : {"psr-4" : {"CanIHaveSomeCoffee\\TheTVDbAPI\\" : "src/"}}, "scripts" : {"test" : "phpunit --bootstrap tests/bootstrap.php"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "symfony/serializer": {"type": "string"}, "symfony/property-access": {"type": "string"}, "symfony/property-info": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["php", "guzzlehttp/guzzle", "symfony/serializer", "symfony/property-access", "symfony/property-info", "ext-json"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"CanIHaveSomeCoffee\\TheTVDbAPI\\": {"type": "string"}}, "required": ["CanIHaveSomeCoffee\\TheTVDbAPI\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "type", "minimum-stability", "license", "authors", "require", "require-dev", "autoload", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"every_n_frames": {"type": "string"}, "max_save_frames": {"type": "string"}}, "required": ["every_n_frames", "max_save_frames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"every_n_frames" : "20", "max_save_frames" : "10"} | json_instruct | {"type": "object", "properties": {"every_n_frames": {"type": "string"}, "max_save_frames": {"type": "string"}}, "required": ["every_n_frames", "max_save_frames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["d3", "node-fetch"]}}, "required": ["name", "version", "main", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nypd-nco", "version" : "1.0.0", "main" : "script.js", "license" : "MIT", "scripts" : {"start" : "node script.js"}, "devDependencies" : {"d3" : "^6.7.0", "node-fetch" : "^2.6.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"d3": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["d3", "node-fetch"]}}, "required": ["name", "version", "main", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "9e89f7c6875424acbbf6", "c" : {"0" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"server": {"type": "boolean"}, "datacenter": {"type": "string"}, "data_dir": {"type": "string"}, "encrypt": {"type": "string"}, "log_level": {"type": "string"}, "enable_syslog": {"type": "boolean"}, "enable_debug": {"type": "boolean"}, "bootstrap_expect": {"type": "integer"}, "leave_on_terminate": {"type": "boolean"}, "skip_leave_on_interrupt": {"type": "boolean"}, "rejoin_after_leave": {"type": "boolean"}, "bind_addr": {"type": "string"}, "retry_join": {"type": "array", "items": {"type": "string"}}}, "required": ["server", "datacenter", "data_dir", "encrypt", "log_level", "enable_syslog", "enable_debug", "bootstrap_expect", "leave_on_terminate", "skip_leave_on_interrupt", "rejoin_after_leave", "bind_addr", "retry_join"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"server" : true, "datacenter" : "testdc", "data_dir" : "/var/lib/consul", "encrypt" : "jHqnMlmoahveRBzM7BI6ww==", "log_level" : "INFO", "enable_syslog" : true, "enable_debug" : true, "bootstrap_expect" : 1, "leave_on_terminate" : false, "skip_leave_on_interrupt" : true, "rejoin_after_leave" : true, "bind_addr" : "192.168.123.10", "retry_join" : ["192.168.123.10"]} | json_instruct | {"type": "object", "properties": {"server": {"type": "boolean"}, "datacenter": {"type": "string"}, "data_dir": {"type": "string"}, "encrypt": {"type": "string"}, "log_level": {"type": "string"}, "enable_syslog": {"type": "boolean"}, "enable_debug": {"type": "boolean"}, "bootstrap_expect": {"type": "integer"}, "leave_on_terminate": {"type": "boolean"}, "skip_leave_on_interrupt": {"type": "boolean"}, "rejoin_after_leave": {"type": "boolean"}, "bind_addr": {"type": "string"}, "retry_join": {"type": "array", "items": {"type": "string"}}}, "required": ["server", "datacenter", "data_dir", "encrypt", "log_level", "enable_syslog", "enable_debug", "bootstrap_expect", "leave_on_terminate", "skip_leave_on_interrupt", "rejoin_after_leave", "bind_addr", "retry_join"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : 1125297559, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "7962dcc878673ff34db10c6739a125f4", "wof:id" : 1125297559, "wof:repo" : "whosonfirst-data-admin-pl"}, "bbox" : [18.90052, 50.13296, 18.90052, 50.13296], "geometry" : {"coordinates" : [18.90052, 50.13296], "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"promises-aplus-tests": {"type": "string"}}, "required": ["promises-aplus-tests"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "author", "license", "repository", "bugs", "main", "dependencies", "devDependencies", "scripts", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "es6-promise-polyfill", "description" : "Polyfill for ES6 Promise", "version" : "1.2.0", "author" : "Roman Dvornov <rdvornov@gmail.com>", "license" : "MIT", "repository" : "lahmatiy/es6-promise-polyfill", "bugs" : {"url" : "https://github.com/lahmatiy/es6-promise-polyfill/issues"}, "main" : "promise.js", "dependencies" : {}, "devDependencies" : {"promises-aplus-tests" : "*"}, "scripts" : {"test" : "promises-aplus-tests test/test-adapter"}, "keywords" : ["es6", "es2015", "polyfill", "promise", "promises"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"promises-aplus-tests": {"type": "string"}}, "required": ["promises-aplus-tests"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "author", "license", "repository", "bugs", "main", "dependencies", "devDependencies", "scripts", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1917, 6], [1920, 7], [1924, 5], [1926, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}}, "required": ["files_fixed", "vulnerabilities_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project_name" : "imTachu/ArchinotesX", "files" : {"/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java" : 3}, "pull_request" : "https://github.com/imTachu/ArchinotesX/pull/22", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 3}} | json_instruct | {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/ArchinotesX/src/main/java/com/uniandes/thesis/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "report": {"type": "object", "properties": {"files_fixed": {"type": "integer"}, "vulnerabilities_fixed": {"type": "integer"}}, "required": ["files_fixed", "vulnerabilities_fixed"]}}, "required": ["project_name", "files", "pull_request", "report"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/crawlers/triplod/triplodpet.monstertype": {"type": "array", "items": {"type": "string"}}, "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.monstertype": {"type": "array", "items": {"type": "string"}}, "monsters/crawlers/triplodish/spiderwalker2/spiderwalker2pet.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/crawlers/triplod/triplodpet.monstertype", "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.monstertype", "monsters/crawlers/triplodish/spiderwalker2/spiderwalker2pet.monstertype"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"monsters/crawlers/triplod/triplodpet.monstertype" : ["/description"], "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.monstertype" : ["/description"], "monsters/crawlers/triplodish/spiderwalker2/spiderwalker2pet.monstertype" : ["/description"]}, "Texts" : {"Chs" : "\u5b83\u901a\u8fc7\u5b83\u7684\u5927\u955c\u5934\u89c2\u5bdf\u4f60\u3002", "Eng" : "It watches you through its big lens."}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"monsters/crawlers/triplod/triplodpet.monstertype": {"type": "array", "items": {"type": "string"}}, "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.monstertype": {"type": "array", "items": {"type": "string"}}, "monsters/crawlers/triplodish/spiderwalker2/spiderwalker2pet.monstertype": {"type": "array", "items": {"type": "string"}}}, "required": ["monsters/crawlers/triplod/triplodpet.monstertype", "monsters/crawlers/triplodish/spiderwalker/spiderwalkerpet.monstertype", "monsters/crawlers/triplodish/spiderwalker2/spiderwalker2pet.monstertype"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Simandres", "circ" : "11\u00e8me circonscription", "dpt" : "Rh\u00f4ne", "inscrits" : 1240, "abs" : 611, "votants" : 629, "blancs" : 45, "nuls" : 14, "exp" : 570, "res" : [{"nuance" : "LR", "nom" : "M. Georges FENECH", "voix" : 296}, {"nuance" : "REM", "nom" : "M. Jean-Luc FUGIT", "voix" : 274}]} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 3, "startTimes" : [1, 48, 12, 107, 25, 80, 122, 207, 21, 62, 35, 93, 31, 50, 69], "objectiveValue" : 672.0, "solverRuntimeInMilliseconds" : 457, "optional" : {}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 2)": {"type": "string"}, "(2, 0, 2)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(5, 2, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}, "(7, 0, 1)": {"type": "string"}, "(7, 1, 1)": {"type": "string"}, "(8, 0, 1)": {"type": "string"}, "(8, 1, 1)": {"type": "string"}, "(8, 2, 1)": {"type": "string"}, "(8, 3, 1)": {"type": "string"}, "(8, 4, 1)": {"type": "string"}, "(9, 0, 1)": {"type": "string"}, "(9, 1, 1)": {"type": "string"}, "(10, 0, 2)": {"type": "string"}, "(11, 0, 1)": {"type": "string"}, "(11, 1, 1)": {"type": "string"}, "(11, 2, 1)": {"type": "string"}, "(11, 3, 1)": {"type": "string"}, "(11, 4, 1)": {"type": "string"}, "(11, 5, 1)": {"type": "string"}, "(12, 0, 2)": {"type": "string"}, "(13, 0, 2)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 2)", "(2, 0, 2)", "(3, 0, 1)", "(3, 1, 1)", "(4, 0, 1)", "(4, 1, 1)", "(5, 0, 1)", "(5, 1, 1)", "(5, 2, 1)", "(6, 0, 1)", "(6, 1, 1)", "(7, 0, 1)", "(7, 1, 1)", "(8, 0, 1)", "(8, 1, 1)", "(8, 2, 1)", "(8, 3, 1)", "(8, 4, 1)", "(9, 0, 1)", "(9, 1, 1)", "(10, 0, 2)", "(11, 0, 1)", "(11, 1, 1)", "(11, 2, 1)", "(11, 3, 1)", "(11, 4, 1)", "(11, 5, 1)", "(12, 0, 2)", "(13, 0, 2)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0, 2)" : "\"Beautifully Unconventional\"", "(1, 0, 2)" : "Single by Wolf Alice", "(2, 0, 2)" : "from the album Visions of a Life", "(3, 0, 1)" : "Released", "(3, 1, 1)" : "14\u00a0August\u00a02017\u00a0(2017-08-14)", "(4, 0, 1)" : "Format", "(4, 1, 1)" : "Digital download", "(5, 0, 1)" : "Genre", "(5, 1, 1)" : "Indie rock", "(5, 2, 1)" : "pop-funk", "(6, 0, 1)" : "Length", "(6, 1, 1)" : "2:13", "(7, 0, 1)" : "Label", "(7, 1, 1)" : "Dirty Hit", "(8, 0, 1)" : "Songwriter(s)", "(8, 1, 1)" : "Ellen Rowsell", "(8, 2, 1)" : "Jonathan Oddie", "(8, 3, 1)" : "Joel Amey", "(8, 4, 1)" : "Theodore Ellis", "(9, 0, 1)" : "Producer(s)", "(9, 1, 1)" : "Justin Meldal-Johnsen", "(10, 0, 2)" : "Wolf Alice singles chronology", "(11, 0, 1)" : "\"Don't Delete the Kisses\"", "(11, 1, 1)" : "(2017)", "(11, 2, 1)" : "\"Beautifully Unconventional\"", "(11, 3, 1)" : "(2017)", "(11, 4, 1)" : "\"Heavenward\"", "(11, 5, 1)" : "(2017)", "(12, 0, 2)" : "Music video", "(13, 0, 2)" : "\"Beautifully Unconventional\" on YouTube"} | json_instruct | {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 2)": {"type": "string"}, "(2, 0, 2)": {"type": "string"}, "(3, 0, 1)": {"type": "string"}, "(3, 1, 1)": {"type": "string"}, "(4, 0, 1)": {"type": "string"}, "(4, 1, 1)": {"type": "string"}, "(5, 0, 1)": {"type": "string"}, "(5, 1, 1)": {"type": "string"}, "(5, 2, 1)": {"type": "string"}, "(6, 0, 1)": {"type": "string"}, "(6, 1, 1)": {"type": "string"}, "(7, 0, 1)": {"type": "string"}, "(7, 1, 1)": {"type": "string"}, "(8, 0, 1)": {"type": "string"}, "(8, 1, 1)": {"type": "string"}, "(8, 2, 1)": {"type": "string"}, "(8, 3, 1)": {"type": "string"}, "(8, 4, 1)": {"type": "string"}, "(9, 0, 1)": {"type": "string"}, "(9, 1, 1)": {"type": "string"}, "(10, 0, 2)": {"type": "string"}, "(11, 0, 1)": {"type": "string"}, "(11, 1, 1)": {"type": "string"}, "(11, 2, 1)": {"type": "string"}, "(11, 3, 1)": {"type": "string"}, "(11, 4, 1)": {"type": "string"}, "(11, 5, 1)": {"type": "string"}, "(12, 0, 2)": {"type": "string"}, "(13, 0, 2)": {"type": "string"}}, "required": ["(0, 0, 2)", "(1, 0, 2)", "(2, 0, 2)", "(3, 0, 1)", "(3, 1, 1)", "(4, 0, 1)", "(4, 1, 1)", "(5, 0, 1)", "(5, 1, 1)", "(5, 2, 1)", "(6, 0, 1)", "(6, 1, 1)", "(7, 0, 1)", "(7, 1, 1)", "(8, 0, 1)", "(8, 1, 1)", "(8, 2, 1)", "(8, 3, 1)", "(8, 4, 1)", "(9, 0, 1)", "(9, 1, 1)", "(10, 0, 2)", "(11, 0, 1)", "(11, 1, 1)", "(11, 2, 1)", "(11, 3, 1)", "(11, 4, 1)", "(11, 5, 1)", "(12, 0, 2)", "(13, 0, 2)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "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" : 45008, "cartId" : "21f2a9a9-fe3a-40ee-8e74-c5a2c7143547", "preferredProducts" : [], "productReviews" : [{"productId" : 3916, "reviewText" : "My neighbor Krista has one of these. She works as a salesman and she says it looks soapy.", "reviewDate" : "2019-09-27T09:04:03.8191512+03:00"}, {"productId" : 424, "reviewText" : "works okay.", "reviewDate" : "2019-03-12T10:56:58.3560392+02:00"}, {"productId" : 2480, "reviewText" : "this Norway is perplexed.", "reviewDate" : "2017-06-04T19:35:56.1863672+03:00"}, {"productId" : 4924, "reviewText" : "This Malta works very well. It harmonically improves my tennis by a lot.", "reviewDate" : "2019-04-16T22:28:16.3830479+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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" : 5, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "pymoo_unsga3", "black" : "pysot_random", "traceback" : ["passing", "passing"], "best_val" : [-0.04189622571075691, -0.027254359710051725], "best_x" : [[0.05694358204569805, 0.3584528753394961, 0.46199175177082485, 0.04438444829407029, 0.07907789153638367], [0.004735325852984418, 0.04520903620867256, 0.7817795620625871, 0.00890180799320539, 0.1796700142597888]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_unsga3", "loser" : "pysot_random"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["2140101", "2140105", "2140107", "2140106", "2140103"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "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" : "PENN", "frequency" : 441, "males" : "99.77324263038548 %", "females" : "0.22675736961451248 %"}] | 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#"} |
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 350 degrees F (175 degrees C).", "Place spicy pork sausage in a large, deep skillet. Cook over medium high heat until evenly brown.", "Drain sausage and place in a large bowl. Mix in 4 green onions, nonfat sour cream, low-fat mayonnaise, fat-free Parmesan cheese and pimento peppers. Transfer sausage mixture to a medium baking dish.", "Bake in the preheated oven 20 to 25 minutes, or until bubbly and lightly browned. Garnish with remaining green onion and serve hot."], "ingredients" : ["1 pound ground spicy pork sausage", "5 green onions, chopped", "1 cup nonfat sour cream", "1/2 cup low-fat mayonnaise", "1/4 cup grated fat-free Parmesan cheese", "1 (2 ounce) jar chopped pimento peppers"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Creamy Sausage Dip", "url" : "http://allrecipes.com/recipe/20783/creamy-sausage-dip/"} | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "website": {"type": "string"}, "stack": {"type": "string"}}, "required": ["name", "description", "repository", "website", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "debian noVNC", "description" : "debian noVNC", "repository" : "", "website" : "", "stack" : "container"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "website": {"type": "string"}, "stack": {"type": "string"}}, "required": ["name", "description", "repository", "website", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cart": {"type": "object", "properties": {"address": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "integer"}}, "required": ["address", "city", "zip"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "integer"}, "imageUrl": {"type": "string"}, "quantity": {"type": "integer"}}, "required": ["id", "name", "price", "imageUrl", "quantity"]}}}, "required": ["address", "items"]}}, "required": ["cart"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cart" : {"address" : {"address" : "Calle del Ferrocarril 19", "city" : "Madrid", "zip" : 28045}, "items" : [{"id" : "id-1", "name" : "Node JS", "price" : 12, "imageUrl" : "./assets/images/node-js.jpg", "quantity" : 1}, {"id" : "id-2", "name" : "JavaScript", "price" : 15, "imageUrl" : "./assets/images/javascript.jpg", "quantity" : 1}, {"id" : "id-3", "name" : "React JS", "price" : 13, "imageUrl" : "./assets/images/react.jpg", "quantity" : 1}]}} | json_instruct | {"type": "object", "properties": {"cart": {"type": "object", "properties": {"address": {"type": "object", "properties": {"address": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "integer"}}, "required": ["address", "city", "zip"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "price": {"type": "integer"}, "imageUrl": {"type": "string"}, "quantity": {"type": "integer"}}, "required": ["id", "name", "price", "imageUrl", "quantity"]}}}, "required": ["address", "items"]}}, "required": ["cart"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Kimble County", "fips" : "48267", "state_code" : 48, "county_code" : 267, "population" : 4337, "countrylevel_id" : "fips:48267", "census_data" : {"COUNTYNS" : "01383919", "AFFGEOID" : "0500000US48267", "LSAD" : "06", "ALAND" : 3240035980, "AWATER" : 493584}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-100.116234, 30.710365999999997], [-99.483869, 30.710770999999998], [-99.484493, 30.499640999999997], [-99.303996, 30.499831999999998], [-99.301718, 30.286652999999998], [-99.754142, 30.290698], [-100.116461, 30.290295999999998], [-100.116234, 30.710365999999997]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$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": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1530df3e1c69501d4ecb7e58eb045b90de158873", "tool" : "honeybadger", "start" : 1565874493.5570102, "end" : 1565874773.5583632, "duration" : 280.0013530254364, "analysis" : [{"errors" : [], "file" : "/unique_chucks/1/0x1530df3e1c69501d4ecb7e58eb045b90de158873.sol", "name" : "BitcoinEOS"}, {"errors" : [], "file" : "/unique_chucks/1/0x1530df3e1c69501d4ecb7e58eb045b90de158873.sol", "name" : "SafeMath"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-84.946155, 43.002604], [-84.940847, 43.002609], [-84.936262, 43.002614], [-84.925677, 43.002603], [-84.925645, 43.001701], [-84.925608, 42.998617], [-84.925958, 42.998522], [-84.926126, 42.99847], [-84.926115, 42.998243], [-84.926104, 42.998031], [-84.92608, 42.997566], [-84.926057, 42.9971], [-84.925758, 42.991853], [-84.928627, 42.991793], [-84.930428, 42.991803], [-84.930704, 42.99198], [-84.930932, 42.991977], [-84.931415, 42.991972], [-84.932869, 42.991963], [-84.941971, 42.991875], [-84.942734, 42.991869], [-84.94361, 42.99186], [-84.943725, 42.991857], [-84.943793, 42.991881], [-84.944275, 42.991969], [-84.945223, 42.992002], [-84.945884, 42.992071], [-84.945886, 42.992186], [-84.945948, 42.994002], [-84.946009, 42.995702], [-84.946007, 42.996191], [-84.946011, 42.996365], [-84.946147, 42.997607], [-84.946107, 43.000038], [-84.94612, 43.001509], [-84.946155, 43.002604]]]], "properties" : {"id" : "usa-mi-muir-city", "type" : "city", "name" : "Muir", "code" : "2656080"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "introduction": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}}, "required": ["avatar", "name", "introduction", "url", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"avatar" : "https://blinkfox.github.io/medias/avatar.jpg", "name" : "\u95ea\u70c1\u4e4b\u72d0", "introduction" : "\u73b0\u5b9e\u7684\u62bd\u8c61\u662f\u8bed\u8a00, \u8bed\u8a00\u7684\u62bd\u8c61\u662f\u7a0b\u5e8f", "url" : "https://blinkfox.github.io/", "title" : "\u524d\u53bb\u5b66\u4e60"}, {"avatar" : "https://shw2018.github.io/medias/avatars/hwsun.jpg", "name" : "\u6d2a\u536b", "introduction" : "\u7535\u5b50\u79d1\u6280\u5927\u5b6618\u7ea7\u7855\u58eb, \u8ba1\u7b97\u673a\u89c6\u89c9, \u6df1\u5ea6\u5b66\u4e60", "url" : "https://shw2018.github.io/", "title" : "\u524d\u53bb\u5b66\u4e60"}, {"avatar" : "https://cdn.jsdelivr.net/gh/Sitoi/Sitoi.github.io/medias/avatars/avatar.jpg", "name" : "Sitoi", "introduction" : "\u722c\u866b\u5de5\u7a0b\u5e08", "url" : "https://sitoi.cn/", "title" : "\u524d\u53bb\u5b66\u4e60"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"avatar": {"type": "string"}, "name": {"type": "string"}, "introduction": {"type": "string"}, "url": {"type": "string"}, "title": {"type": "string"}}, "required": ["avatar", "name", "introduction", "url", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "abstract": {"type": "string"}, "meta-title": {"type": "string"}, "meta-description": {"type": "string"}, "link": {"type": "boolean"}}, "required": ["url", "title", "date", "abstract", "meta-title", "meta-description", "link"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "the-nitty-gritty-new-resource-for-web-devs", "title" : "New Resource for Web Devs: The Nitty Gritty", "date" : "04.12.2012", "abstract" : "<p>Yesterday Kahlil Lechelt and I launched The Nitty Gritty, a new blog and resource for web developers about the cutting edge in HTML, CSS, JavaScript and web technology in general. Visit The Nitty Gritty About the idea of The Nitty Gritty Kahlil writes: For a few years now, I’ve been watching my friends in the web development community write highly informative and well researched articles on their personal blogs, or as contributing authors writing articles for the blogs of their friends and colleagues. We met at Smashing Conference back in September this year and talked about the idea of The", "meta-title" : "", "meta-description" : "We launched The Nitty Gritty, a new blog and resource for web developers about the cutting edge in HTML, CSS, JavaScript and web technology in general.", "link" : false} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "abstract": {"type": "string"}, "meta-title": {"type": "string"}, "meta-description": {"type": "string"}, "link": {"type": "boolean"}}, "required": ["url", "title", "date", "abstract", "meta-title", "meta-description", "link"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Tumaraa", "dpt" : "Polyn\u00e9sie fran\u00e7aise", "inscrits" : 3113, "abs" : 1127, "votants" : 1986, "blancs" : 17, "nuls" : 176, "exp" : 1793, "res" : [{"panneau" : "1", "voix" : 1168}, {"panneau" : "2", "voix" : 625}]} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "mail.shashank.211.132.127.18.xip.io", "min_cert_id" : 1007368710, "min_entry_timestamp" : "2018-12-06T22:31:53.237", "not_before" : "2018-12-06T21:31:52", "not_after" : "2019-03-06T21:31:52"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "grimoireofgaia:block/doll_nine_tails"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Chapar", "lsg_code" : "249831", "district" : "Kokrajhar", "state" : "Assam", "no_of_wards" : 4, "wards" : [{"ward_no" : "3", "ward_name" : "Chapar (TC) - Ward No.3", "ward_id" : "68972"}, {"ward_no" : "1", "ward_name" : "Chapar (TC) - Ward No.1", "ward_id" : "68689"}, {"ward_no" : "2", "ward_name" : "Chapar (TC) - Ward No.2", "ward_id" : "68690"}, {"ward_no" : "4", "ward_name" : "Chapar (TC) - Ward No.4", "ward_id" : "68973"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-imagemin": {"type": "string"}, "grunt-contrib-jade": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-newer": {"type": "string"}, "grunt-sass": {"type": "string"}, "grunt-shell": {"type": "string"}, "grunt-usemin": {"type": "string"}, "grunt-wiredep": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["grunt", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-copy", "grunt-contrib-cssmin", "grunt-contrib-imagemin", "grunt-contrib-jade", "grunt-contrib-jshint", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-newer", "grunt-sass", "grunt-shell", "grunt-usemin", "grunt-wiredep", "load-grunt-tasks", "node-sass"]}, "dependencies": {"type": "object", "properties": {"grunt-sass": {"type": "string"}}, "required": ["grunt-sass"]}}, "required": ["name", "description", "version", "homepage", "author", "repository", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stimul.dance", "description" : "Stimul Big Party West Coast Swing website", "version" : "0.0.1", "homepage" : "http://stimul.dance", "author" : {"name" : "Oleg Fomin", "email" : "ofstudio@gmail.com"}, "repository" : {"type" : "git", "url" : "https://github.com/ofstudio/stimul.dance.git"}, "devDependencies" : {"grunt" : "~0.4.5", "grunt-contrib-clean" : "~0.6.0", "grunt-contrib-concat" : "~0.5.0", "grunt-contrib-connect" : "~0.8.0", "grunt-contrib-copy" : "~0.5.0", "grunt-contrib-cssmin" : "~0.10.0", "grunt-contrib-imagemin" : "0.8.1", "grunt-contrib-jade" : "~0.12.0", "grunt-contrib-jshint" : "~0.10.0", "grunt-contrib-uglify" : "~0.6.0", "grunt-contrib-watch" : "~0.6.1", "grunt-newer" : "~0.7.0", "grunt-sass" : "^0.18.1", "grunt-shell" : "^1.1.1", "grunt-usemin" : "~2.4.0", "grunt-wiredep" : "~1.9.0", "load-grunt-tasks" : "~0.6.0", "node-sass" : "~0.9.4"}, "dependencies" : {"grunt-sass" : "^1.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-imagemin": {"type": "string"}, "grunt-contrib-jade": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-newer": {"type": "string"}, "grunt-sass": {"type": "string"}, "grunt-shell": {"type": "string"}, "grunt-usemin": {"type": "string"}, "grunt-wiredep": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["grunt", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-copy", "grunt-contrib-cssmin", "grunt-contrib-imagemin", "grunt-contrib-jade", "grunt-contrib-jshint", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-newer", "grunt-sass", "grunt-shell", "grunt-usemin", "grunt-wiredep", "load-grunt-tasks", "node-sass"]}, "dependencies": {"type": "object", "properties": {"grunt-sass": {"type": "string"}}, "required": ["grunt-sass"]}}, "required": ["name", "description", "version", "homepage", "author", "repository", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d317-147", "text" : "COMMITTEES\nEn\u00abbmeering Committee:\nWalter Emery\nMbchggaw State Unbverssty\n(Chairman)\nRobert Hbggy\nOnto State Unhversdty\nRobert Beldon\nUN1VER8JTT OF 5LL 8 NO 8 8\nRalph Townsley\nPurdue Un8 vers oty\nDuane Wbess\nWTTVt Gh 3cago\nRad a\u00a9 Commbttee:\nLarry Frymire\nMichigan State Unhversety\n(Chairman)\nJohn Regnell\nUNIVERSITY OF ILL8N08S\nBill Ewanq\nOh eo State University\nHarold Engle\nUn 8 VERSITY OF W8SCON38N\nMcCabe Day\nHuntington Public Schools\nTV Commbttee:\nDbck Ruder\nUN 8 VERS 0 TY OF ILL8N08S\n(Cha brman)\nGarnet Garrison\nUnOVERSITY OF MfiCHflGAN\nUmberto Neely\nWCET-TV 9 C 8 NC 0 NNAT 9\nPaul Taff\nWNVS, Milwaukee\nJohn Glade\nPurdue Unsversity"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"image_id": {"type": "string"}, "updated": {"type": "string"}, "created": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "filename": {"type": "string"}, "archive_filename": {"type": "string"}, "source_url": {"type": "string"}, "resolved_url": {"type": "string"}}, "required": ["type", "filename", "archive_filename", "source_url", "resolved_url"]}, "dimensions": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "more_info": {"type": "string"}, "target": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["code", "message", "more_info", "target"]}}, "training_data": {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "location": {"type": "object", "properties": {"top": {"type": "integer"}, "left": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["top", "left", "width", "height"]}}, "required": ["object", "location"]}}}, "required": ["objects"]}}, "required": ["image_id", "updated", "created", "source", "dimensions", "errors", "training_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image_id" : "image_id", "updated" : "1995-06-12T01:11:11.111Z", "created" : "1995-06-12T01:11:11.111Z", "source" : {"type" : "file", "filename" : "filename", "archive_filename" : "archive_filename", "source_url" : "source_url", "resolved_url" : "resolved_url"}, "dimensions" : {"height" : 200, "width" : 100}, "errors" : [{"code" : "code", "message" : "message", "more_info" : "more_info", "target" : {"type" : "field", "name" : "name"}}], "training_data" : {"objects" : [{"object" : "object", "location" : {"top" : 0, "left" : 10, "width" : 100, "height" : 200}}]}} | json_instruct | {"type": "object", "properties": {"image_id": {"type": "string"}, "updated": {"type": "string"}, "created": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "filename": {"type": "string"}, "archive_filename": {"type": "string"}, "source_url": {"type": "string"}, "resolved_url": {"type": "string"}}, "required": ["type", "filename", "archive_filename", "source_url", "resolved_url"]}, "dimensions": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}, "more_info": {"type": "string"}, "target": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["code", "message", "more_info", "target"]}}, "training_data": {"type": "object", "properties": {"objects": {"type": "array", "items": {"type": "object", "properties": {"object": {"type": "string"}, "location": {"type": "object", "properties": {"top": {"type": "integer"}, "left": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["top", "left", "width", "height"]}}, "required": ["object", "location"]}}}, "required": ["objects"]}}, "required": ["image_id", "updated", "created", "source", "dimensions", "errors", "training_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "betteranimalsplus.lamprey", "Registry ID" : "betteranimalsplus:lamprey", "Class" : "its_meow.betteranimalsplus.common.entity.EntityLamprey"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Wedding", "definitions" : ["A marriage ceremony, especially considered as including the associated celebrations."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "description", "moduleType", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "is_js", "main" : "is.js", "version" : "0.7.2", "homepage" : "http://arasatasaygin.github.io/is.js/", "authors" : ["arasatasaygin <arasatasaygin@gmail.com>"], "description" : "micro check library", "moduleType" : ["amd", "globals", "node"], "keywords" : ["type", "presence", "regexp", "string", "arithmetic", "object", "array", "environment", "time", "configuration"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "moduleType": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "description", "moduleType", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"cmake.sourceDirectory": {"type": "string"}, "cmakeExplorer.cmakeIntegration": {"type": "boolean"}, "cmakeExplorer.buildDir": {"type": "string"}, "workbench.colorTheme": {"type": "string"}}, "required": ["cmake.sourceDirectory", "cmakeExplorer.cmakeIntegration", "cmakeExplorer.buildDir", "workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cmake.sourceDirectory" : "${workspaceFolder}/tests", "cmakeExplorer.cmakeIntegration" : true, "cmakeExplorer.buildDir" : "${workspaceFolder}/build", "workbench.colorTheme" : "Default Dark+"} | json_instruct | {"type": "object", "properties": {"cmake.sourceDirectory": {"type": "string"}, "cmakeExplorer.cmakeIntegration": {"type": "boolean"}, "cmakeExplorer.buildDir": {"type": "string"}, "workbench.colorTheme": {"type": "string"}}, "required": ["cmake.sourceDirectory", "cmakeExplorer.cmakeIntegration", "cmakeExplorer.buildDir", "workbench.colorTheme"], "$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.