input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "in... | [{"id" : 53809, "Name" : "Bolama", "state_id" : 2722, "state_code" : "BL", "state_name" : "Bolama Region", "country_id" : 93, "country_code" : "GW", "country_name" : "Guinea-Bissau", "latitude" : "11.57694000", "longitude" : "-15.47611000", "wikiDataId" : "Q681802"}, {"id" : 53811, "Name" : "Bubaque", "state_id" : 2722... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [666.866, 235.208, 1, 714.534, 247.944, 1, 705.221, 253.206, 1, 716.32, 303.136, 1, 684.547, 325.7, 1, 731.782, 244.549, 1, 754.77, 278.825, 1, 748.402, 314.678, 1, 745.821, 323.42, 1, 716.907, 385.215, 1, 733.421, 460.214, 1, 761.501, 330.263, 1, 790.25, 424.388, 1,... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "s... | {"unversionedId" : "more-resources", "id" : "version-0.62/more-resources", "isDocsHomePage" : false, "title" : "More Resources", "description" : "Congratulations! You built your first React Native app. But there\u2019s more to learn: developer workflows, shipping to app stores, internationalization, security and more."... | json_instruct | {"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "... | {"lastUpdated" : 1655019279666, "username" : "Yaja 87", "scores" : [{"xp" : 4997, "rank" : 490, "cardId" : 501}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"jquery.bxslider.css": {"type": "string"}, "jquery.bxslider.js": {"type": "string"}, "jquery.bxslider.min.css": {"type": "string"}, "jquery.bxslider.min.js": {"type": "string"}, "vendor/jquery.easing.1.3.js": {"type... | {"jquery.bxslider.css" : "sha256-Vd3R+AzsYn9iS3nOokzNGPs4GAw7/2dX/+Vr58GmRF0=", "jquery.bxslider.js" : "sha256-P4SJfYhPR/nJixZWliR5tB/emZNOajq66BKJlbfYH3s=", "jquery.bxslider.min.css" : "sha256-T8z3BuYYbmF+CrCumP7yv0kpY1pNnTB0ZWOvbEdlsxA=", "jquery.bxslider.min.js" : "sha256-dzHVd8XfpfOOm/gt7a5RF0yd3U09RmjuqdHlHWzhPWY=... | json_instruct | {"type": "object", "properties": {"jquery.bxslider.css": {"type": "string"}, "jquery.bxslider.js": {"type": "string"}, "jquery.bxslider.min.css": {"type": "string"}, "jquery.bxslider.min.js": {"type": "string"}, "vendor/jquery.easing.1.3.js": {"type": "string"}, "vendor/jquery.fitvids.js": {"type": "string"}}, "require... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"type": {"type": "string"}, "state": {"type": "object", "properties": {"Name": {"type": "string"... | {"type" : "minecraft:lake", "config" : {"fluid" : {"type" : "minecraft:simple_state_provider", "state" : {"Name" : "minecraft:water", "Properties" : {"level" : "0"}}}, "barrier" : {"type" : "minecraft:simple_state_provider", "state" : {"Name" : "minecraft:nether_wart_block"}}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "config": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"type": {"type": "string"}, "state": {"type": "object", "properties": {"Name": {"type": "string"}, "Properties": {"type": "object", "properties": {"level": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "object", "properties": {"images": {"type": "object", "proper... | {"manifest_version" : 2, "name" : "Angel Beats (1920x1080)", "version" : "1.1.3", "description" : "", "theme" : {"images" : {"theme_frame" : "img/theme_frame.png", "theme_toolbar" : "img/theme_toolbar.png", "theme_tab_background" : "img/theme_tab_background.png", "theme_ntp_background" : "img/theme_ntp_background.png",... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "theme": {"type": "object", "properties": {"images": {"type": "object", "properties": {"theme_frame": {"type": "string"}, "theme_toolbar": {"type": "st... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"},... | {"name" : "ULSICRAL TABLET", "harga" : " Rp. 101.640/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Sucralfate.", "indikasi" : "Terapi jangka pendek ulkus duodenum ( sampai 8 minggu ).", "kontraindikasi" : "", "perhatian" : "Gagal ginjal kronik dan pasien ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"usdThreshold": {"type": "integer"}, "watchIntervalInSeconds": {"type": "integer"}, "numberOfSwapsToFetch": {"type": "integer"}, "twitter": {"type": "object", "properties": {"apiKey": {"type": "string"}, "apiSecretKey": {"type"... | {"usdThreshold" : 50000, "watchIntervalInSeconds" : 30, "numberOfSwapsToFetch" : 100, "twitter" : {"apiKey" : "", "apiSecretKey" : "", "bearerToken" : "", "accessToken" : "", "accessTokenSecret" : ""}} | json_instruct | {"type": "object", "properties": {"usdThreshold": {"type": "integer"}, "watchIntervalInSeconds": {"type": "integer"}, "numberOfSwapsToFetch": {"type": "integer"}, "twitter": {"type": "object", "properties": {"apiKey": {"type": "string"}, "apiSecretKey": {"type": "string"}, "bearerToken": {"type": "string"}, "accessToke... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[22.525, -4.202], [22.864, -4.494], [23.125, -4.524], [23.179, -4.737], [22.999, -4.81], [22.967, -4.991], [23.229, -5.302], [23.333, -5.261], [23.714, -5.365], [23.742, -5.659], [23.47, -5.755], [22.964, -5.782], [22.952, -5.958], [23.145, -6.466... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"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": ... | {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "pysot_dycors", "black" : "ax_default", "traceback" : ["passing", "passing"], "best_val" : [0.029735974896851786, 0.025074722457543164], "best_x" : [[0.004681844223013043, 0.2383940535718937, 0.04359739773461779, 0.2143938930410864, 0.... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}... | {"name" : "typescript-firebase", "version" : "1.0.0", "description" : "--- Node Express Firebase assessment", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/vd89/node-typescript-firebase.git"}, "keywords" : ["Node Js", "Express ", "TypeScript", "Firebase"], "author" : "", "license"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "value": {"type": "string"}, "scope": {"type": "string"}, "... | {"items" : [{"attributes" : {"name" : "another_message"}, "value" : "Only on main", "scope" : "main:main", "type" : "string"}, {"attributes" : {"name" : "app_name"}, "value" : "Strings playground on demo", "scope" : "demo:main", "type" : "string"}, {"attributes" : {"name" : "welcome_message"}, "value" : "Welcome to the... | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "value": {"type": "string"}, "scope": {"type": "string"}, "type": {"type": "string"}}, "required": ["attributes", "v... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xbox" : 56148, "ps" : 55928} | json_instruct | {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K08251": {"type": "string"}}, "required": ["K08251"]}, "name": {"type": "string"}, "... | [{"comment" : "", "definition" : "G02047 + 2 UDP-N-acetyl-D-glucosamine <=> G06302 + 2 UDP", "orthologs" : {"K08251" : "alpha 1,4-N-acetylglucosaminyltransferase [EC:2.4.1.-]"}, "name" : "", "enzymes" : [], "equation" : "G02047 + 2 G10610 <=> G06302 + 2 G10619", "glycans" : true, "rpairs" : {}, "entry_id" : "R07131", "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K08251": {"type": "string"}}, "required": ["K08251"]}, "name": {"type": "string"}, "enzymes": {"type": "array", "items": {}}, "equation": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"... | [{"namaKab" : "SUMENEP", "originalFilename" : "5.jpg", "namaPartai" : "Partai NasDem", "id" : 18624, "noUrut" : 1, "nama" : "FATHORRAFIK, S.Kep. NS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "SUMENEP", "originalFilename" : "6.jpg", "namaPartai" : "Partai NasDem", "id" : 19134, "noUrut" : 2, "nama" : "MUTA'EM",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3512130002", "district_id" : "3512130", "name" : "CURAH COTOK"} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "index": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "data": {"type": "array", "items": {"type"... | {"columns" : [["airplane"], ["bird"], ["car"], ["cat"], ["deer"], ["dog"], ["horse"], ["monkey"], ["ship"], ["truck"]], "index" : [["airplane"], ["bird"], ["car"], ["cat"], ["deer"], ["dog"], ["horse"], ["monkey"], ["ship"], ["truck"]], "data" : [[0.515, 0.086, 0.091, 0.044, 0.025, 0.035, 0.02, 0.019, 0.13, 0.035], [0.... | json_instruct | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "index": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["columns", "inde... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"roleName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "assignableScopes": {"type": "array", "items": {"type": "string"}}, "permissions": {"type": "array", "items": {"type": "... | {"roleName" : "Avere Contributor", "type" : "BuiltInRole", "description" : "Can create and manage an Avere vFXT cluster.", "assignableScopes" : ["/"], "permissions" : [{"actions" : ["Microsoft.Authorization/*/read", "Microsoft.Compute/*/read", "Microsoft.Compute/availabilitySets/*", "Microsoft.Compute/proximityPlacemen... | json_instruct | {"type": "object", "properties": {"roleName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "assignableScopes": {"type": "array", "items": {"type": "string"}}, "permissions": {"type": "array", "items": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-vgc6-7rq7-5j57", "modified" : "2021-12-29T00:00:44Z", "published" : "2021-12-29T00:00:44Z", "aliases" : ["CVE-2021-3090"], "details" : "PI Vision could disclose information to a user with insufficient privileges for an AF attribute that is the child of another attribute and is ... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"350104001": {"type": "string"}, "350104002": {"type": "string"}, "350104003": {"type": "string"}, "350104004": {"type": "string"}, "350104005": {"type": "string"}, "350104006": {"type": "string"}, "350104007": {"type": "str... | {"350104001" : "\u4ed3\u524d\u8857\u9053", "350104002" : "\u4e1c\u5347\u8857\u9053", "350104003" : "\u5bf9\u6e56\u8857\u9053", "350104004" : "\u4e34\u6c5f\u8857\u9053", "350104005" : "\u4e09\u53c9\u8857\u8857\u9053", "350104006" : "\u4e0a\u6e21\u8857\u9053", "350104007" : "\u4e0b\u6e21\u8857\u9053", "350104008" : "\u91... | json_instruct | {"type": "object", "properties": {"350104001": {"type": "string"}, "350104002": {"type": "string"}, "350104003": {"type": "string"}, "350104004": {"type": "string"}, "350104005": {"type": "string"}, "350104006": {"type": "string"}, "350104007": {"type": "string"}, "350104008": {"type": "string"}, "350104100": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "nu... | [{"id" : "77da0d1a-f3af-45c1-adac-f66f3f528913", "en" : "Liberia", "ru" : "\u041b\u0438\u0431\u0435\u0440\u0438\u044f", "iso3" : "LBR", "iso2" : "LR", "phoneCode" : "231", "capital" : null, "currency" : "LRD"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "currency": {"type": "string"}}, "required": ["id", "en", "ru",... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/... | [{"package" : "bioconductor-rgug4131a.db", "downloads" : 1300, "count" : 1530}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"accountId": {"type": "string"}, "endorsementType": {"type": "string"}, "underwriter": {"type": "string"}, "transactionType": {"type": "string"}, "state": {"type": "string"}}, "required": ["accountId", "endorsementType", "underwr... | {"accountId" : "string", "endorsementType" : "string", "underwriter" : "string", "transactionType" : "string", "state" : "string"} | json_instruct | {"type": "object", "properties": {"accountId": {"type": "string"}, "endorsementType": {"type": "string"}, "underwriter": {"type": "string"}, "transactionType": {"type": "string"}, "state": {"type": "string"}}, "required": ["accountId", "endorsementType", "underwriter", "transactionType", "state"], "$schema": "http://js... |
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.o... | {"variants" : {"" : {"model" : "tech_adventure:block/apple_upgrader_machine"}}} | 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": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "pr... | {"contract" : "0x180e35f768eb870962d2dc04cca1a927d206a089", "tool" : "honeybadger", "start" : 1565821790.4167826, "end" : 1565821876.1991322, "duration" : 85.78234958648682, "analysis" : [{"errors" : [], "file" : "/unique_chucks/31/0x180e35f768eb870962d2dc04cca1a927d206a089.sol", "name" : "LuckySeven"}, {"errors" : [],... | 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": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [1.4238444068515896, 1.477328012144411, 1.4688440519264725, 1.413515953034099, 1.4525498561964059, 1.3521874854266935, 1.330885974943413, 1.3401946975593604, 1.302015434316926, 1.3955871009284948, 1.385425804003146, 1.386481768404626, 1.329434185454649, 1.3036905544358932, 1.2732017968926412, 1.2... | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type"... | {"name" : "real-synth-2-0", "displayName" : "Real Synth 2", "description" : "A theme that gathers the best neon colors from the Synthwave style", "icon" : "themes/img/RealSynthIcon128.png", "version" : "2.0.1", "publisher" : "AdlerRibeiro", "repository" : {"type" : "git", "url" : "git://github.com/adlerRibeiro/RealSynt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 1125382295, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "644b3d789f055841b771506d674fda7a", "wof:id" : 1125382295, "wof:repo" : "whosonfirst-data-admin-se"}, "bbox" : [14.1415, 56.30621, 14.1415, 56.30621], "geometry" : {"coordinates" : [14.1415, 56.3062... | 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": ["... |
Create an example JSON object that satisfies this schema:
{"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": ... | {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "platypus_epsmoea", "black" : "bobyqa_default", "traceback" : ["passing", "passing"], "best_val" : [0.5586946189171176, -0.07773279945869777], "best_x" : [[0.26538755573471856, 0.10875626921534748, 0.0010979895800309336, 0.71232874164... | 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": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}... | {"name" : "iops", "description" : "Benchmark disk IOs", "license" : null, "starNum" : 137, "folkNum" : 51, "watchNum" : 137, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "dependencies": {"type": "obj... | {"name" : "joynr-generator", "version" : "1.17.1", "description" : "Code generator for joynr", "license" : "Apache-2.0", "homepage" : "http://joynr.io", "bugs" : "https://github.com/bmwcarit/joynr/issues", "dependencies" : {"@types/node" : "8.9.5", "glob" : "7.1.3", "handlebars" : "4.1.1", "lodash" : "4.17.12", "mkdirp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "glob": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["lint", "start"]}, "... | {"name" : "@rss/db", "version" : "0.0.0", "private" : true, "scripts" : {"lint" : "eslint ./src/**", "start" : "ts-node ./src/index.ts"}, "dependencies" : {"json-server" : "0.16.3"}, "devDependencies" : {"@types/json-server" : "0.14.4", "@types/node" : "16.4.0"}, "peerDependencies" : {"dotenv" : "10.0.0", "typescript" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["lint", "start"]}, "dependencies": {"type": "object", "properties": {"json-serv... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"turf.js": {"type": "string"}, "turf.min.js": {"type": "string"}}, "required": ["turf.js", "turf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"turf.js" : "sha512-QmpcKQyqipIDCJvRHZ/KM+H834IMRi6ZWCe1eImu9w//SMZN2UYekllF+EQEZyCan8Du5alm/SPP5swomYxy3Q==", "turf.min.js" : "sha512-X25WfXgyQF3fV/Ezd4twentHXXxkIWTQr8P5jwwszdCSaxItj+cKQlq86ECZyp2SUd2R3pp4gnBvlGGKv1RITg=="} | json_instruct | {"type": "object", "properties": {"turf.js": {"type": "string"}, "turf.min.js": {"type": "string"}}, "required": ["turf.js", "turf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "nu... | {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [17.6023506464455, 59.32162354092542]}, "properties" : {"TIMESTAMP UTC" : "2018-10-26T10:11:08", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [17.883511783886256, 59.438065589... | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bindbc-sdl": {"type": "string"}, "dmoge": {"type": "object", "properties": {"path": ... | {"authors" : ["birthggd"], "copyright" : "Copyright \u00a9 2020, birthggd", "dependencies" : {"bindbc-sdl" : "~>0.19.0", "dmoge" : {"path" : "./dmoge"}}, "description" : "A game.", "license" : "MIT", "name" : "bitaliens", "targetType" : "executable"} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}, "copyright": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bindbc-sdl": {"type": "string"}, "dmoge": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "string"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://j... | {"assessment" : [{"name" : "Interview with simulated patient", "weight" : "Performance hurdle"}, {"name" : "Clinical Coaching Video Examination (CCVE)", "weight" : "Performance hurdle"}, {"name" : "Formative Clinical Coaching Examinations (CCE)", "weight" : "Formative"}, {"name" : "Care of the Deteriorating Patient OLA... | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "string"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$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"}, "location": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "U... | {"name" : "cbauth", "version" : "5.0.3", "location" : "forgeboxStorage", "author" : ["Eric Peterson", "Mike Burt", "Luis Majano"], "repository" : {"type" : "git", "URL" : "https://github.com/coldbox-modules/cbauth"}, "slug" : "cbauth", "shortDescription" : "Authentication services for ColdBox Applications.", "type" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "location": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "URL": {"type": "string"}}, "required": ["type", "URL"]}, "sl... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "st... | {"schema_version" : "1.2.0", "id" : "GHSA-6m44-c224-92xx", "modified" : "2022-04-30T18:15:42Z", "published" : "2022-04-30T18:15:42Z", "aliases" : ["CVE-2001-0248"], "details" : "Buffer overflow in FTP server in HPUX 11 allows remote attackers to execute arbitrary commands by creating a long pathname and calling the STA... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"to-markdown.js": {"type": "string"}, "to-markdown.min.js": {"type": "string"}}, "required": ["to-markdown.js", "to-markdown.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"to-markdown.js" : "sha256-k3Ad1Ry4NOx17P+A4AUR92hKzat4ShuNu/SqIka+Rbw=", "to-markdown.min.js" : "sha256-s79z5KNQ/z4HGnEiRHARU2snzbNxRkCM7Pv901iTnTY="} | json_instruct | {"type": "object", "properties": {"to-markdown.js": {"type": "string"}, "to-markdown.min.js": {"type": "string"}}, "required": ["to-markdown.js", "to-markdown.min.js"], "$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... | {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_return_on_cube", "white" : "pysot_srbf", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [3493.281686194434, 3618.5871768360125], "best_x" : [[0.33672954885139333, 0.5650729096139999, 0.41099695076218246, 0.34287040350923786, 0.296638... | 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": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "520326103001", "text" : "\u6daa\u6d0b\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "520326103002", "text" : "\u5f53\u9633\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "520326103201", "text" : "\u5c0f\u576a\u6751\u59d4\u4f1a"}, {"id" : "520326103202", "text" : "\u6c34\u575d\u6751\u59d4\u4f1a"}, {"id" : "520326103203",... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parents": {"type": "array", "items": {"type": "string"}}, "pick_block": {"type": "string"}}, "required": ["parents", "pick_block"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parents" : ["minecraft:template/mob_wall_head"], "pick_block" : "minecraft:skeleton_skull"} | json_instruct | {"type": "object", "properties": {"parents": {"type": "array", "items": {"type": "string"}}, "pick_block": {"type": "string"}}, "required": ["parents", "pick_block"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"... | {"title" : "The Elastic Embedding Algorithm for Dimensionality Reduction.", "fields" : ["laplace operator", "dimensionality reduction", "spectral method", "homotopy", "embedding"], "abstract" : "We propose a new dimensionality reduction method, the elastic embedding (EE), that optimises an intuitive, nonlinear objectiv... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "fuscous", "definition" : "Brown or grayish black; darkish. Sad and fuscous colors, as black or brown, or deep purple and the like. Burke."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 404366449, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "369383dffcd4276e8f46afbc11178fc9", "wof:id" : 404366449, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.835, 47.86556, 1.835, 47.86556], "geometry" : {"coordinates" : [... | 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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hid... | {"batch_size" : 10, "depth" : 3, "dropout" : 0.3964373696188861, "ffn_hidden_size" : 2400, "ffn_num_layers" : 2, "final_lr" : 3.9930129726176706e-05, "hidden_size" : 504, "init_lr" : 1.0164436655780818e-05, "max_lr" : 0.00028765636362565, "warmup_epochs" : 4} | json_instruct | {"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " How to graph an absolute value inequality with a horizontal compression\n\n[imath]y \\leq|3 x|+1[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=fw90EAbAcK0"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://js... | {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Glamour appraised by the gram - gold and heroin;\nDust for the long-distance bullet.\nThen the business of killing big game:\nHarpoon cannon for a gam of baleens\nAnd then what of those deeply stupid submarines?"}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type... | {"id" : 1864, "title" : "What the Eck?", "points" : 10, "description" : "Defeat Gal'darah in Gundrak on Heroic Difficulty while under the effects of Eck Residue.", "rewardItems" : [], "icon" : "achievement_dungeon_gundrak_25man", "criteria" : [{"id" : 7136, "description" : "Kill Gal'darah while under the effects of Eck... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f3ccdb599ec9f14b74e5efe053a3c09dbf89a892"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"typ... | {"name" : "react-native-custom-swiper", "version" : "1.0.16", "description" : "Custom swiper for React Native component.", "main" : "index.js", "types" : "index.d.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "tsc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/l... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "... | {"contract" : "0x0d3c62d25a268b262f062a6f2c04265e711f8890", "tool" : "securify", "start" : 1563568692.1976376, "end" : 1563568695.33669, "duration" : 3.139052391052246, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.or... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 74121, "cartId" : "57cc136f-c3fb-4ce4-bec6-77a4e6d2e7ea", "preferredProducts" : [2375, 3635, 4543, 2477], "productReviews" : [{"productId" : 1147, "reviewText" : "My macaroni penguin loves to play with it.", "reviewDate" : "2016-05-30T16:57:25.3303365+03:00"}, {"productId" : 4051, "reviewText" : "My co-work... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "t... | {"private" : true, "sideEffects" : false, "main" : "./NoNewline.js", "module" : "./NoNewline.esm.js", "types" : "./NoNewline.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$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"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "... | {"name" : "OneForArt #74 - Zest", "description" : "A Zest pixel.", "file_url" : "https://ipfs.io/ipfs/bafkreibc2vlxqfs535ouuud4l6gwtzhf2zceca5ixftijvoidergqlinqa", "custom_fields" : {"edition" : 1, "date" : 1642619894221, "compiler" : "HashLips Art Engine"}, "attributes" : [{"trait_type" : "name", "value" : "Zest"}, {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "string"}}, "required": ["edition", "date", "compiler"]}, ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"TableRowContextExample": {"type": "object", "properties": {"__symbolic": {"ty... | [{"__symbolic" : "module", "version" : 4, "metadata" : {"TableRowContextExample" : {"__symbolic" : "class", "decorators" : [{"__symbolic" : "call", "expression" : {"__symbolic" : "reference", "module" : "@angular/core", "name" : "Component", "line" : 5, "character" : 1}, "arguments" : [{"selector" : "table-row-context-... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"TableRowContextExample": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "items": {"type": "ob... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 33389, "cartId" : "adae6679-0d15-49b3-a172-be3b32dccedb", "preferredProducts" : [977, 3588, 2258, 4838, 4249, 4868, 2218, 1516], "productReviews" : [{"productId" : 4845, "reviewText" : "I tried to cremate it but got Turkish Delight all over it.", "reviewDate" : "2016-08-21T19:15:14.7414575+03:00"}, {"produc... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "owner": {"type": "string"}, "namespace": {"type": "string"}, "status": {"type": "string"}}, "required": ["title", "owner", "namespace", "status"], "$schema": "http://json-schema.org/dr... | {"title" : "Build: Estafet Block Chain Demo", "owner" : "admin", "namespace" : "blockchain-demo-build", "status" : "active"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "owner": {"type": "string"}, "namespace": {"type": "string"}, "status": {"type": "string"}}, "required": ["title", "owner", "namespace", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"mongoURI": {"type": "string"}, "jwtSecret": {"type": "string"}, "githubToken": {"type": "string"}}, "required": ["mongoURI", "jwtSecret", "githubToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mongoURI" : "mongodb+srv://redmed86:vNAWerj7DyKNwGk4@prod-browserstack-developer-site-sqg9g.mongodb.net/test?retryWrites=true&w=majority", "jwtSecret" : "secret", "githubToken" : "53630d3ba97c09aa9fad10e69278b4ed886711d9"} | json_instruct | {"type": "object", "properties": {"mongoURI": {"type": "string"}, "jwtSecret": {"type": "string"}, "githubToken": {"type": "string"}}, "required": ["mongoURI", "jwtSecret", "githubToken"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[144.25, 23.5], [144.25, 23.583333333333332], [144.375, 23.583333333333332], [144.375, 23.5], [144.25, 23.5]]]}, "properties" : {"code" : 354422, "url" : "http://madefor.github.io/0410/api/v1/354422.geojson", "view" : "https://github.com/madefor/0... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId... | {"name" : "Token Hw3L", "symbol" : "Hw3LC", "decimals" : 6, "address" : "Hw3LCt2U1u3kmxnZ5CZQkHSkar6YuFvrcW4d443QmWLV", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-sc... | {"id" : "http://data.doremus.org/performance/f5b9a83f-5d48-3fd4-80e2-9a9b20e1eeb5", "expression" : [{"id" : "http://data.doremus.org/expression/950144f5-a0a9-3323-9496-3cfb6d013d6f"}, {"id" : "http://data.doremus.org/expression/a7f825b9-10d7-307c-a627-8783217627d4"}, {"id" : "http://data.doremus.org/expression/901835c4... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0x8fc420202f43ce952445961c15c5a5b1c80ce50a", "tool" : "solhint", "start" : 1563593624.9009285, "end" : 1563593628.5394506, "duration" : 3.638522148132324, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}... | {"timestamp" : "2020-09-24T05:38:07Z", "data" : [{"data_type" : "pm10", "value" : "0.27", "max" : "3.00", "min" : "0.00", "sd" : "0.80"}, {"data_type" : "pm2.5", "value" : "0.13", "max" : "1.00", "min" : "0.00", "sd" : "0.35"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"da... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "height": {"type": "number"}, "mass": {"type": "number"}, "mu": {"type": "number"}, "orientation": {"type": "array", "items": {"type": "number"}}, "position": {"type": ... | [{"color" : "yellow", "height" : 0.15292427734496872, "mass" : 3.275968662792341, "mu" : 1.185949566980594, "orientation" : [0.0, 0.0, 0.0, 1.0], "position" : [0.2330443812809004, 0.2780053750279763, 0.07646213867248436], "radius" : 0.045441541352145454, "shape" : "cylinder"}, {"color" : "red", "height" : 0.14737624880... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "height": {"type": "number"}, "mass": {"type": "number"}, "mu": {"type": "number"}, "orientation": {"type": "array", "items": {"type": "number"}}, "position": {"type": "array", "items": {"type": "number"}}, "radius": {"type": "num... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"assume-role-credentials:readIamRoleName": {"type": "string"}, "assume-role-credentials:writeIamRoleName": {"type": "string"}}, "required": ["assume-role-credentials:readIamRoleName", "assume-role-credentials:writeIamRoleName"], ... | {"assume-role-credentials:readIamRoleName" : "CdkDeploymentRole", "assume-role-credentials:writeIamRoleName" : "CdkDeploymentRole"} | json_instruct | {"type": "object", "properties": {"assume-role-credentials:readIamRoleName": {"type": "string"}, "assume-role-credentials:writeIamRoleName": {"type": "string"}}, "required": ["assume-role-credentials:readIamRoleName", "assume-role-credentials:writeIamRoleName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"avatar_url": {"type": "string"}, "html_url": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["avatar_url", "html_url", "id", "name"], "$schema": "http://json-schema.org/draft-07/schem... | {"avatar_url" : "https://twimg0-a.akamaihd.net/profile_images/1707451084/portrait-paulbausch-crop2.png", "html_url" : "http://onfocus.com", "id" : "paul-bausch", "name" : "Paul Bausch"} | json_instruct | {"type": "object", "properties": {"avatar_url": {"type": "string"}, "html_url": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["avatar_url", "html_url", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$s... | {"id" : 5111, "cites" : 9, "cited_by" : 2, "reference" : ["Robinson, Kenneth J., and Eric F.J. Ochel, 1993. Banks and Mutual Funds: Implications for Banking and Monetary,, Policy, Financial Industry Studies, Federal Reserve Bank of Dallas (December), pp. I - 11.", "Prakash, Snigdha, 1994b. B of As Bailout of Fund Raise... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "... | {"id" : "016-2018", "title" : "J Bar B Foods Recalls Chicken Sausage Products due to Misbranding and an Undeclared Allergen", "url" : "https://www.fsis.usda.gov/recalls-alerts/j-bar-b-foods-recalls-chicken-sausage-products-due-misbranding-and-undeclared", "reasons" : ["Unreported Allergens"], "status" : "Closed", "risk... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"this.is.a.dummy.sound.to.trigger.other.code.this.file.should.not.be.used": {"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}}, "required": ["sounds"]}}, "required": ["this.is.a.dummy.so... | {"this.is.a.dummy.sound.to.trigger.other.code.this.file.should.not.be.used" : {"sounds" : ["the_aether:misc/silence"]}} | json_instruct | {"type": "object", "properties": {"this.is.a.dummy.sound.to.trigger.other.code.this.file.should.not.be.used": {"type": "object", "properties": {"sounds": {"type": "array", "items": {"type": "string"}}}, "required": ["sounds"]}}, "required": ["this.is.a.dummy.sound.to.trigger.other.code.this.file.should.not.be.used"], "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"21": {"type": "object", "properties": {"ftp": {"type": "object", "properties": {"banner": {"type": "object", "properties": {"banner": {"type": "string"}}, "required": ["banner"]}}, "required": ["banner"]}}, "requir... | {"21" : {"ftp" : {"banner" : {"banner" : "220 Fullrate FTP version 1.0 ready at Mon Jun 22 02:35:36 2015\r\n"}}}} | json_instruct | {"type": "object", "properties": {"21": {"type": "object", "properties": {"ftp": {"type": "object", "properties": {"banner": {"type": "object", "properties": {"banner": {"type": "string"}}, "required": ["banner"]}}, "required": ["banner"]}}, "required": ["ftp"]}}, "required": ["21"], "$schema": "http://json-schema.org/... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties"... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.082003, 51.334593]}, "properties" : {"hectares" : "0.15", "planning-permission-history" : "https://publicaccess3.croydon.gov.uk/online-applications/applicationDetails.do?keyVal=PHQ5SZJLH0200&activeTab=summary", "notes" : "Demolition of the existin... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"hectares": {"type": "string"}, "p... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "strin... | [{"namaKab" : "KOTA TANJUNGPINANG", "originalFilename" : "maria cn.JPG", "namaPartai" : "PARTAI DEMOKRAT", "id" : 148334, "noUrut" : 1, "nama" : "MARIA CONG NENGSI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA TANJUNGPINANG", "originalFilename" : "dicky n.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 14996... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"MONGO_ATLAS_PW": {"type": "string"}, "JWT": {"type": "string"}}, "required": ["MONGO_ATLAS_PW", "JWT"]}}, "required": ["env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"env" : {"MONGO_ATLAS_PW" : "amdi", "JWT" : "amdy"}} | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"MONGO_ATLAS_PW": {"type": "string"}, "JWT": {"type": "string"}}, "required": ["MONGO_ATLAS_PW", "JWT"]}}, "required": ["env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ... | {"lastUpdated" : 1655019279666, "username" : "zSytrii", "scores" : [{"xp" : 3334, "rank" : 366, "cardId" : 542}, {"xp" : 5828, "rank" : 291, "cardId" : 292}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "main": {"type": "strin... | {"name" : "@turtle328/i18next-loader", "version" : "1.0.1", "description" : "Webpack loader for client embedded i18next locales from json or yaml.", "publishConfig" : {"access" : "public"}, "main" : "index.js", "scripts" : {"test" : "yarn test:unit", "test:unit" : "mocha", "test:watch" : "mocha -w"}, "keywords" : ["web... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_... | {"player_id" : 1674, "name" : "Beau Benzschawel", "position" : "G", "height" : "6-6", "weight" : "300", "current_team" : null, "birth_date" : "1995-09-10", "birth_place" : "Grafton, WI", "death_date" : null, "college" : "Wisconsin", "high_school" : "Grafton, WI", "draft_team" : null, "draft_round" : null, "draft_positi... | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"... | {"contract" : "0x67f337baab2691709b9e949f49f250e9ff3166ad", "tool" : "osiris", "start" : 1564595659.6736314, "end" : 1564595662.5322208, "duration" : 2.8585894107818604, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "... | {"t" : "pararaen", "h" : [{"d" : [{"f" : "\u8b93\u2026\u5148\u884c\u3001\u5148\u8d70\u3002", "e" : ["\ufff9`Parara~`e~`n~ `ca~`nira~ !\ufffa\ufffb\u8b93\u4ed6\u5011\u5148\u8d70\u5427\uff01"]}]}], "stem" : "rara"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"user_profiles": {"type": "object", "properties": {".read": {"type": "string"}}, "required": [".read"]}, "user_data": {"type": "object", "properties": {"$userId": {"type": "object",... | {"rules" : {"user_profiles" : {".read" : "true"}, "user_data" : {"$userId" : {".validate" : "newData.hasChildren(['created_at', 'updated_at'])", "created_at" : {".validate" : "newData.isNumber()", ".write" : "auth != null && auth.uid == $userId && newData.val() == now && data.val() == null"}, "updated_at" : {".validate... | json_instruct | {"type": "object", "properties": {"rules": {"type": "object", "properties": {"user_profiles": {"type": "object", "properties": {".read": {"type": "string"}}, "required": [".read"]}, "user_data": {"type": "object", "properties": {"$userId": {"type": "object", "properties": {".validate": {"type": "string"}, "created_at":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3d1d2f210d84795592eaa26daaebb87688f820de"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"t... | {"name" : "@david-bulte/i18next-inspector", "version" : "1.0.7", "description" : "cli tool to inspect your files for translation keys and sync them with locize", "publishConfig" : {"access" : "public"}, "scripts" : {"start" : "node index", "postinstall" : "node ./lib/setup/copy-files.js"}, "bin" : {"i18next-inspector" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstal... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"valueWithLayers:": {"type": "string"}, "valueWithOnlyLayers:": {"type": "string"}, "valueWithoutLayers:": {... | {"class" : {}, "instance" : {"valueWithLayers:" : "stlu 4/12/2019 13:23", "valueWithOnlyLayers:" : "stlu 4/12/2019 13:24", "valueWithoutLayers:" : "stlu 4/12/2019 13:23"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"valueWithLayers:": {"type": "string"}, "valueWithOnlyLayers:": {"type": "string"}, "valueWithoutLayers:": {"type": "string"}}, "required": ["valueWithLayers:", "valueWithOnlyLa... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string... | {"id" : "f1e3fff5-79fd-4deb-b9cf-fe7aca040fce", "name" : "Kidgate Primary Academy", "code" : "G", "address" : {"addressLine1" : "Kidgate", "addressLine2" : "Louth", "postcode" : "LN11 9BX"}, "organisation" : {"id" : "d63dbf19-431b-48e2-9905-17ebff79d484", "code" : "1ES", "name" : "Harbour Learning Trust"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "addressLine2", "postcode... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"article": {"type": "string"}, "options": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "answers": {"type": "array", "items": {"type": "string"}}}, "required": ["article", "options", "a... | {"article" : "It's never easy to admit you are in the wrong. We all _ to know the art of apology. Think how often you've done wrong. Then count how many _ you've expressed clearly you were _ . You can't go to bed with an easy mind if you do _ about it.A doctor friend, Mr. Lied, told me about a man who came to him with ... | json_instruct | {"type": "object", "properties": {"article": {"type": "string"}, "options": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "answers": {"type": "array", "items": {"type": "string"}}}, "required": ["article", "options", "answers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["210504001001", "\u7d2b\u91d1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210504001002", "\u6b66\u5c71\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210504001003", "\u80b2\u6c11\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210504001004", "\u5854\u5357\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["210504001005"... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "l... | {"place_name" : "Umpqua", "state_name" : "Oregon", "state_abbrv" : "OR", "lat" : "43.3745", "long" : "-123.5358"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-89.939211, 35.922765], [-89.93007, 35.927426], [-89.932546, 35.930771], [-89.929737, 35.929322], [-89.918756, 35.929364], [-89.91873, 35.915383], [-89.909895, 35.915374], [-89.909896, 35.916316], [-89.908687, 35.916288],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boo... | {"contract" : "0xaeea2ebc48178af826986314280da3d6743e6766", "tool" : "maian", "start" : 1565345395.0690653, "end" : 1565345605.114256, "duration" : 210.04519057273865, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, ... | {"lastUpdated" : 1655019279666, "username" : "Kir73", "scores" : [{"xp" : 7165, "rank" : 390, "cardId" : 373}, {"xp" : 28252, "rank" : 188, "cardId" : 241}, {"xp" : 40102, "rank" : 225, "cardId" : 32}, {"xp" : 36516, "rank" : 284, "cardId" : 420}, {"xp" : 31767, "rank" : 247, "cardId" : 33}, {"xp" : 23001, "rank" : 449... | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "object", "properties": {"cmd": {"type": "string"}, "desc": {"type": "string"}}, "required": ["cmd", "desc"]}, "start": {"type": "obje... | {"$schema" : "https://deno.land/x/denon@2.4.8/schema.json", "scripts" : {"test" : {"cmd" : "deno test", "desc" : "Test Uwuifier-server"}, "start" : {"cmd" : "deno run index.ts", "desc" : "Start Uwuifier-server"}, "compile" : {"cmd" : "deno compile --target=x86_64-unknown-linux-gnu index.ts", "desc" : "Compile Uwuifier-... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "object", "properties": {"cmd": {"type": "string"}, "desc": {"type": "string"}}, "required": ["cmd", "desc"]}, "start": {"type": "object", "properties": {"cmd": {"type": "string"}, "desc": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}}, "required": ["jsdoc"]}}, "requi... | {"name" : "eecs448-project-34", "version" : "0.1.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"jsdoc" : "^3.6.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}}, "required": ["jsdoc"]}}, "required": ["name", "version", "main", "license", "dependencie... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prope... | {"id" : "71966", "name" : {"en" : "Dawson"}, "country" : "CA", "region" : "YT", "identifiers" : {"national" : "10194", "wmo" : "71966", "icao" : "CYDA", "iata" : "YDA", "ghcn" : "CA002100402", "usaf" : "719660", "mosmix" : "71966"}, "location" : {"latitude" : 64.06, "longitude" : -139.13, "elevation" : 370}, "timezone"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "string"}, "wmo": {"type": "string"}, "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": ... | {"name" : "THE VEIN CENTRE", "tel" : "67330377", "fax" : "62502167", "licensee" : "IMRAN NAWAZ", "licensePeriod" : "03/06/2017 to 02/06/2019", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "9404968", "address" : "38 IRRAWADDY ROAD, MOUNT ELIZABETH NOVENA SPECIALIST CENTRE, #10-42 Singapore 329563", "doctorInCharge... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}... | [{"postal_code" : "50264", "place_name" : "San Judas Tadeo", "place_type" : "Colonia", "county" : "Toluca", "state" : "M\u00e9xico", "city" : ""}, {"postal_code" : "50264", "place_name" : "San Pablo", "place_type" : "Colonia", "county" : "Toluca", "state" : "M\u00e9xico", "city" : ""}, {"postal_code" : "50264", "place_... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "description", "author", "email"], "$schema": "http://json-schema.org/dr... | {"name" : "Now Playing", "description" : "Displays current track information (track name, artist, and album\u2013\u2013Spotify-only for now), with the album's cover artwork as the backdrop.", "author" : "Levi Figueira", "email" : "levi@hakr.io"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "description", "author", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod... | {"userId" : 47504, "cartId" : "8de83af7-6da0-4ada-9434-bcbab26baca4", "preferredProducts" : [1047, 2855, 1339, 3858, 644, 3561, 3638], "productReviews" : [{"productId" : 655, "reviewText" : "My baboon loves to play with it.", "reviewDate" : "2016-11-20T16:03:48.302717+02:00"}, {"productId" : 1324, "reviewText" : "This ... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"feed": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "tags": {"type": "string"}, "music": {"type": "string"}, "likes": {"type": "integer"}, "... | {"feed" : [{"id" : 0, "username" : "@matheuscastroweb", "tags" : "#testvideo #reactnative #tiktok #git #development #github #clone #react", "music" : "Introducing Chromecast. The easiest way to enjoy", "likes" : 9444, "comments" : 6340, "uri" : "https://firebasestorage.googleapis.com/v0/b/desitalent-39759.appspot.com/o... | json_instruct | {"type": "object", "properties": {"feed": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "username": {"type": "string"}, "tags": {"type": "string"}, "music": {"type": "string"}, "likes": {"type": "integer"}, "comments": {"type": "integer"}, "uri": {"type": "string"}}, "required"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"ty... | {"id" : "56471925", "name" : "Denford Road", "nodes" : [{"type" : "node", "id" : 708098186, "lat" : 52.499798, "lon" : -0.7207761}, {"type" : "node", "id" : 708098188, "lat" : 52.4998479, "lon" : -0.7214959}], "volunteer_postcode" : "NN17 2GD", "closest_distance" : 169} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunte... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.