input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filters_json": {"type": "string"}, "filters_json": {"type": "string"}, "function": {"type": "string"}, "idx": {"type": "integer"}, "is_public": {"type": "integer"}, "is_standard": {"type": "integer"}, "label": {"type": "string"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "report_function": {"type": "string"}, "show_percentage_stats": {"type": "integer"}, "stats_time_interval": {"type": "string"}, "type": {"type": "string"}}, "required": ["aggregate_function_based_on", "creation", "docstatus", "doctype", "document_type", "dynamic_filters_json", "filters_json", "function", "idx", "is_public", "is_standard", "label", "modified", "modified_by", "module", "name", "owner", "report_function", "show_percentage_stats", "stats_time_interval", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aggregate_function_based_on" : "shortfall_amount", "creation" : "2021-02-09 08:07:20.096995", "docstatus" : 0, "doctype" : "Number Card", "document_type" : "Loan Security Shortfall", "dynamic_filters_json" : "[]", "filters_json" : "[]", "function" : "Sum", "idx" : 0, "is_public" : 0, "is_standard" : 1, "label" : "Total Unpaid Shortfall Amount", "modified" : "2021-02-09 08:09:00.355547", "modified_by" : "Administrator", "module" : "Loan Management", "name" : "Total Shortfall Amount", "owner" : "Administrator", "report_function" : "Sum", "show_percentage_stats" : 1, "stats_time_interval" : "Daily", "type" : "Document Type"} | json_instruct | {"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filters_json": {"type": "string"}, "filters_json": {"type": "string"}, "function": {"type": "string"}, "idx": {"type": "integer"}, "is_public": {"type": "integer"}, "is_standard": {"type": "integer"}, "label": {"type": "string"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "report_function": {"type": "string"}, "show_percentage_stats": {"type": "integer"}, "stats_time_interval": {"type": "string"}, "type": {"type": "string"}}, "required": ["aggregate_function_based_on", "creation", "docstatus", "doctype", "document_type", "dynamic_filters_json", "filters_json", "function", "idx", "is_public", "is_standard", "label", "modified", "modified_by", "module", "name", "owner", "report_function", "show_percentage_stats", "stats_time_interval", "type"], "$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": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20765": {"type": "string"}, "20767": {"type": "string"}, "20769": {"type": "string"}}, "required": ["20765", "20767", "20769"]}, "timeto": {"type": "object", "properties": {"20765": {"type": "number"}, "20767": {"type": "number"}, "20769": {"type": "number"}}, "required": ["20765", "20767", "20769"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 20766, "title" : ["[Mistral Hall, Porch]"], "description" : ["The front, rounded wall of the semi-circular room is crafted from fine fishing nets stretched taut within a driftwood frame that also houses the entry door. Standing against the flat back wall is a weathered grey table, while a carved wooden sign hangs above. A white archway leads to the other half of the bottom level, while a set of narrow stairs heads upward through a rectangular hole in the ceiling. Water lapping against the pilings below provides a soft, rhythmic sound, and the sea breezes permeate this open room."], "paths" : ["Obvious exits: none"], "location" : "River's Rest", "wayto" : {"20765" : "go door", "20767" : "go stairs", "20769" : "go archway"}, "timeto" : {"20765" : 0.2, "20767" : 0.2, "20769" : 0.2}, "image" : "premium_halls-1489980086.png", "image_coords" : [3918, 1120, 4045, 1174], "tags" : ["premium teleportation jewelry"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20765": {"type": "string"}, "20767": {"type": "string"}, "20769": {"type": "string"}}, "required": ["20765", "20767", "20769"]}, "timeto": {"type": "object", "properties": {"20765": {"type": "number"}, "20767": {"type": "number"}, "20769": {"type": "number"}}, "required": ["20765", "20767", "20769"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"authors": {"type": "string"}, "frameworks": {"type": "string"}, "name": {"type": "string"}}, "required": ["authors", "frameworks", "name"]}}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "dependencies", "description", "examples", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : {"name" : "Lancaster University", "url" : "https://os.mbed.com/teams/Lancaster-University/"}, "dependencies" : [{"authors" : "", "frameworks" : "mbed", "name" : "BLE_API"}, {"authors" : "", "frameworks" : "mbed", "name" : "nRF51822"}, {"authors" : "", "frameworks" : "mbed", "name" : "mbed-dev-bin"}], "description" : "mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal", "examples" : ["https://os.mbed.com/teams/Lancaster-University/code/microbit/", "https://os.mbed.com/users/themadrobot/code/Microbit/", "https://os.mbed.com/users/schizzlewizzle/code/IoTChallenge1/", "https://os.mbed.com/users/ikkeje/code/microbit/"], "frameworks" : "mbed", "keywords" : "microbit-dal", "name" : "microbit-dal", "platforms" : "*", "repository" : {"type" : "hg", "url" : "https://os.mbed.com/teams/Lancaster-University/code/microbit-dal/"}} | json_instruct | {"type": "object", "properties": {"authors": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"authors": {"type": "string"}, "frameworks": {"type": "string"}, "name": {"type": "string"}}, "required": ["authors", "frameworks", "name"]}}, "description": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}, "frameworks": {"type": "string"}, "keywords": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["authors", "dependencies", "description", "examples", "frameworks", "keywords", "name", "platforms", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"type": "object", "properties": {"slack:zenzike": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}}, "required": ["slack:zenzike"]}}, "required": ["braindata", "piedata", "tagdata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"braindata" : {}, "piedata" : [{"color" : "#2c2377", "label" : "slack:zenzike (100.00%)", "value" : 100.0}], "tagdata" : {"slack:zenzike" : {"color" : "#2c2377", "minute" : [1276, 1277, 1278, 1279]}}} | json_instruct | {"type": "object", "properties": {"braindata": {"type": "object", "properties": {}, "required": []}, "piedata": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "number"}}, "required": ["color", "label", "value"]}}, "tagdata": {"type": "object", "properties": {"slack:zenzike": {"type": "object", "properties": {"color": {"type": "string"}, "minute": {"type": "array", "items": {"type": "integer"}}}, "required": ["color", "minute"]}}, "required": ["slack:zenzike"]}}, "required": ["braindata", "piedata", "tagdata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deprecated" : "false", "authority-code" : "MQT", "identifier" : "MQT", "about" : "http://publications.europa.eu/resource/authority/language/MQT", "prefLabel" : {"@lang" : "mqt", "#text" : "mok"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "On the Cryptographic Hardness of Finding a Nash Equilibrium.", "fields" : ["nash equilibrium", "ppad", "cryptographic primitive", "cryptography", "discrete mathematics", "mathematical economics", "mathematics", "solution concept", "equilibrium selection", "folk theorem"], "abstract" : "We prove that finding a Nash equilibrium of a game is hard, assuming the existence of indistinguishability obfuscation and one-way functions with sub-exponential hardness. We do so by showing how these cryptographic primitives give rise to a hard computational problem that lies in the complexity class PPAD, for which finding Nash equilibrium is complete. Previous proposals for basing PPAD-hardness on program obfuscation considered a strong \"virtual black-box\" notion that is subject to severe limitations and is unlikely to be realizable for the programs in question. In contrast, for indistinguishability obfuscation no such limitations are known, and recently, several candidate constructions of indistinguishability obfuscation were suggested based on different hardness assumptions on multilinear maps. Our result provides further evidence of the intractability of finding a Nash equilibrium, one that is extrinsic to the evidence presented so far.", "citation" : "Not cited", "departments" : ["Massachusetts Institute of Technology", "Boston University", "Interdisciplinary Center Herzliya"], "authors" : ["Nir Bitansky.....http://dblp.org/pers/hd/b/Bitansky:Nir", "Omer Paneth.....http://dblp.org/pers/hd/p/Paneth:Omer", "Alon Rosen.....http://dblp.org/pers/hd/r/Rosen:Alon"], "conf" : "focs", "year" : "2015", "pages" : 19} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "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", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u5361\u8a0a\u96fb\u5b50\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "64007688", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u524d\u93ae\u5340\u65b0\u8859\u8def288-3\u865f7\u6a13\u4e4b2\u3001288-5\u865f7\u6a13\u4e4b2", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u9ad8\u96c4\u5e02\u524d\u93ae\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5433\u73ee\u84c9", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "86057473", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1051122", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["273\u8996\u807d\u96fb\u5b50\u7522\u54c1"], "egis" : null} | 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"}}, "egis": {"type": "null"}}, "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", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/177838", "download_link" : "http://wallpapers.wallbase.cc/manga-anime/wallpaper-177838.png", "views" : 1312, "x_resolution" : 3840, "filetype" : "png", "site" : "wallbase.cc", "y_resolution" : 1200, "colors" : ["#1a1a19", "#3f537c", "#7a3f2a", "#a26f43", "#8c9598"], "comments" : [""], "favorites" : 3, "descriptors" : ["Makoto Shinkai", "Voices of a Distant Star", "reaching out", "cell phones"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "BERAU", "originalFilename" : "10_1.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 34370, "noUrut" : 1, "nama" : "H. SAPPE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BERAU", "originalFilename" : "10_2.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 92229, "noUrut" : 2, "nama" : "H. SUHARNO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BERAU", "originalFilename" : "10_3.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 114301, "noUrut" : 3, "nama" : "EMMY OCTAVIANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BERAU", "originalFilename" : "10_4.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 115130, "noUrut" : 4, "nama" : "SABRANSYAH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BERAU", "originalFilename" : "10_5.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 116582, "noUrut" : 5, "nama" : "DEWI YULIANTI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BERAU", "originalFilename" : "10_6.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 117394, "noUrut" : 6, "nama" : "dr. LUBNA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BERAU", "originalFilename" : "10_7.jpg", "namaPartai" : "Partai Persatuan pembangunan", "id" : 161879, "noUrut" : 7, "nama" : "DEDE HARYONO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BERAU", "originalFilename" : "10_8.JPG", "namaPartai" : "Partai Persatuan pembangunan", "id" : 117964, "noUrut" : 8, "nama" : "Drs. SYARIFUDDIN", "stringJenisKelamin" : "Laki-Laki"}] | 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", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "name", "displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "phpunit", "name" : "phpunit", "displayName" : "PHPUnit", "description" : "This is a test product."} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "name", "displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 61931, "cartId" : "5aff8e1c-922c-4123-bd99-86c5ebfbe705", "preferredProducts" : [1234, 859, 1491, 4132, 4149, 4856, 2394, 1314], "productReviews" : [{"productId" : 2084, "reviewText" : "This Nuevo Sol, does exactly what it's suppose to do.", "reviewDate" : "2017-11-02T07:38:13.4178523+02:00"}, {"productId" : 2804, "reviewText" : "I saw one of these in Algeria and I bought one.", "reviewDate" : "2017-11-21T08:18:04.4650878+02:00"}, {"productId" : 1247, "reviewText" : "It only works when I'm Chad.", "reviewDate" : "2016-12-04T01:39:13.1039219+02:00"}, {"productId" : 3455, "reviewText" : "My Shih-Tzu loves to play with it.", "reviewDate" : "2017-02-12T08:17:56.1433583+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"css-source-map-rebase": {"type": "string"}, "merge": {"type": "string"}, "promise": {"type": "string"}, "stylesheet-deps": {"type": "string"}, "through2": {"type": "string"}}, "required": ["css-source-map-rebase", "merge", "promise", "stylesheet-deps", "through2"]}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"clean-css": {"type": "string"}, "node-sass": {"type": "string"}, "tap": {"type": "string"}}, "required": ["clean-css", "node-sass", "tap"]}, "peerDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}}, "required": ["node-sass"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "dependencies", "repository", "license", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stromboli-plugin-sass", "version" : "0.18.0", "description" : "", "main" : "src/plugin.js", "scripts" : {"pretest" : "npm prune && npm update", "test" : "tap test/*.js --cov --reporter=spec --100"}, "author" : "Eric MORAND", "dependencies" : {"css-source-map-rebase" : "^1.0.0", "merge" : "^1.2.0", "promise" : "^8.0.1", "stylesheet-deps" : "^1.2.1", "through2" : "^2.0.3"}, "repository" : "ericmorand/stromboli-plugin-sass", "license" : "Apache-2.0", "devDependencies" : {"clean-css" : "^3.4.22", "node-sass" : "^3.0.0", "tap" : "^7.1.2"}, "peerDependencies" : {"node-sass" : "^3.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"css-source-map-rebase": {"type": "string"}, "merge": {"type": "string"}, "promise": {"type": "string"}, "stylesheet-deps": {"type": "string"}, "through2": {"type": "string"}}, "required": ["css-source-map-rebase", "merge", "promise", "stylesheet-deps", "through2"]}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"clean-css": {"type": "string"}, "node-sass": {"type": "string"}, "tap": {"type": "string"}}, "required": ["clean-css", "node-sass", "tap"]}, "peerDependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}}, "required": ["node-sass"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "dependencies", "repository", "license", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "skills": {"type": "array", "items": {"type": "string"}}, "cause": {"type": "string"}, "image": {"type": "string"}, "github": {"type": "string"}, "linkedin": {"type": "string"}}, "required": ["name", "skills", "cause", "image", "github", "linkedin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Rutvik J", "skills" : ["Python", "Data Science"], "cause" : "Upscaling", "image" : "Avatar5", "github" : "https://github.com/RutvikJ77", "linkedin" : "https://www.linkedin.com/in/rutvikjoshi"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "skills": {"type": "array", "items": {"type": "string"}}, "cause": {"type": "string"}, "image": {"type": "string"}, "github": {"type": "string"}, "linkedin": {"type": "string"}}, "required": ["name", "skills", "cause", "image", "github", "linkedin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900797751": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797752": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797753": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797754": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797755": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900797751", "900797752", "900797753", "900797754", "900797755"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900797751" : {"nama" : "TPS 1", "dapil" : [8101, 18104, 2810501]}, "900797752" : {"nama" : "TPS 2", "dapil" : [8101, 18104, 2810501]}, "900797753" : {"nama" : "TPS 3", "dapil" : [8101, 18104, 2810501]}, "900797754" : {"nama" : "TPS 4", "dapil" : [8101, 18104, 2810501]}, "900797755" : {"nama" : "TPS 5", "dapil" : [8101, 18104, 2810501]}} | json_instruct | {"type": "object", "properties": {"900797751": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797752": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797753": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797754": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900797755": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900797751", "900797752", "900797753", "900797754", "900797755"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"deckName": {"type": "string"}, "playerName": {"type": "string"}, "deckClass": {"type": "string"}, "craftingCost": {"type": "integer"}, "cards": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "quantity": {"type": "integer"}}, "required": ["name", "quantity"]}}}, "required": ["deckName", "playerName", "deckClass", "craftingCost", "cards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deckName" : "Dragonz'rilla", "playerName" : "lHlakai", "deckClass" : "Hunter", "craftingCost" : 9760, "cards" : [{"name" : "Arcane Shot", "quantity" : 2}, {"name" : "Hunter's Mark", "quantity" : 2}, {"name" : "King's Elekk", "quantity" : 2}, {"name" : "Quick Shot", "quantity" : 2}, {"name" : "Dreadscale", "quantity" : 1}, {"name" : "Gahz'rilla", "quantity" : 1}, {"name" : "Gladiator's Longbow", "quantity" : 1}, {"name" : "Wild Pyromancer", "quantity" : 2}, {"name" : "Acolyte of Pain", "quantity" : 2}, {"name" : "Blackwing Technician", "quantity" : 2}, {"name" : "Twilight Guardian", "quantity" : 2}, {"name" : "Azure Drake", "quantity" : 2}, {"name" : "Blackwing Corruptor", "quantity" : 2}, {"name" : "Drakonid Crusher", "quantity" : 2}, {"name" : "Chillmaw", "quantity" : 1}, {"name" : "Rend Blackhand", "quantity" : 1}, {"name" : "Chromaggus", "quantity" : 1}, {"name" : "Alexstrasza", "quantity" : 1}, {"name" : "Ysera", "quantity" : 1}]} | json_instruct | {"type": "object", "properties": {"deckName": {"type": "string"}, "playerName": {"type": "string"}, "deckClass": {"type": "string"}, "craftingCost": {"type": "integer"}, "cards": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "quantity": {"type": "integer"}}, "required": ["name", "quantity"]}}}, "required": ["deckName", "playerName", "deckClass", "craftingCost", "cards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\ud83d\ude19": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\ude42": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83e\udd14": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83e\udd23": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udc78": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udc78\ud83c\udffe": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udd75": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2611\ufe0f": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2b1b": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2665": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2665\ufe0f": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}}, "required": ["\ud83d\ude19", "\ud83d\ude42", "\ud83e\udd14", "\ud83e\udd23", "\ud83d\udc78", "\ud83d\udc78\ud83c\udffe", "\ud83d\udd75", "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f", "\u2611\ufe0f", "\u2b1b", "\u2665", "\u2665\ufe0f"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\ud83d\ude19" : {"width" : 32}, "\ud83d\ude42" : {"width" : 32}, "\ud83e\udd14" : {"width" : 32}, "\ud83e\udd23" : {"width" : 32}, "\ud83d\udc78" : {"width" : 32}, "\ud83d\udc78\ud83c\udffe" : {"width" : 32}, "\ud83d\udd75" : {"width" : 32}, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f" : {"width" : 32}, "\u2611\ufe0f" : {"width" : 32}, "\u2b1b" : {"width" : 32}, "\u2665" : {"width" : 32}, "\u2665\ufe0f" : {"width" : 32}} | json_instruct | {"type": "object", "properties": {"\ud83d\ude19": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\ude42": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83e\udd14": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83e\udd23": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udc78": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udc78\ud83c\udffe": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udd75": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2611\ufe0f": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2b1b": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2665": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}, "\u2665\ufe0f": {"type": "object", "properties": {"width": {"type": "integer"}}, "required": ["width"]}}, "required": ["\ud83d\ude19", "\ud83d\ude42", "\ud83e\udd14", "\ud83e\udd23", "\ud83d\udc78", "\ud83d\udc78\ud83c\udffe", "\ud83d\udd75", "\ud83d\udd75\ud83c\udffb\u200d\u2640\ufe0f", "\u2611\ufe0f", "\u2b1b", "\u2665", "\u2665\ufe0f"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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 the oven to 350 degrees F (175 degrees C). Place potatoes in a saucepan with enough water to cover. Bring to a boil, and cook until tender, about 20 minutes. Drain, and mash with 1 teaspoon of butter, and enough milk to reach your desired creaminess. Continue mashing, or beat with an electric mixer, until smooth. Season with salt and pepper.", "In a large skillet over medium heat, cook the sausage until heated through. Remove from pan, and set aside. Add remaining teaspoon of butter to the skillet, and fry the onions over medium heat until tender. Mix gravy mix and water as directed on the package, and add to the skillet with the onions. Simmer, stirring constantly, to form a thick gravy.", "Pour half of the gravy into a square casserole dish so that is coats the bottom. Place sausages in a layer over the gravy (you can butterfly the sausages if you wish). Pour remaining gravy over them, then top with mashed potatoes.", "Bake uncovered for 20 minutes in the preheated oven, or until potatoes are evenly brown."], "ingredients" : ["8 large baking potatoes, peeled and quartered", "2 teaspoons butter, divided", "1/2 cup milk, or as needed", "salt and pepper to taste", "1 1/2 pounds beef sausage", "1/2 cup diced onion", "1 (.75 ounce) packet dry brown gravy mix", "1 cup water, or as needed"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Bangers and Mash", "url" : "http://allrecipes.com/recipe/55428/bangers-and-mash/"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"rdf:type": {"type": "string"}, "rdfs:comment": {"type": "string"}, "rdfs:label": {"type": "string"}, "rdfs:subClassOf": {"type": "string"}, "schema:isPartOf": {"type": "string"}}, "required": ["rdf:type", "rdfs:comment", "rdfs:label", "rdfs:subClassOf", "schema:isPartOf"]}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["class", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"rdf:type" : "rdfs:Class", "rdfs:comment" : "Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice.", "rdfs:label" : "MedicalEnumeration", "rdfs:subClassOf" : "schema:Enumeration", "schema:isPartOf" : "http:health-lifesci.schema.org"}, "properties" : {}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"rdf:type": {"type": "string"}, "rdfs:comment": {"type": "string"}, "rdfs:label": {"type": "string"}, "rdfs:subClassOf": {"type": "string"}, "schema:isPartOf": {"type": "string"}}, "required": ["rdf:type", "rdfs:comment", "rdfs:label", "rdfs:subClassOf", "schema:isPartOf"]}, "properties": {"type": "object", "properties": {}, "required": []}}, "required": ["class", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : ["Cream butter and 1 cup confectioners sugar until fluffy. Stir in brandy and vanilla. Add flour, salt and nuts. Mix well.", "Shape dough into 1 inch balls and place 2 inches apart on an ungreased cookie sheet.", "Bake at 325 degrees F (165 degrees C) for 20 minutes, or until lightly browned. Sprinkle confectioner sugar over cookies."], "ingredients" : ["1 cup butter", "1 cup sifted confectioners' sugar", "3 tablespoons brandy", "1 tablespoon vanilla extract", "2 cups all-purpose flour", "1/4 teaspoon salt", "1 cup chopped black walnuts", "1/8 cup confectioners' sugar"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Black Walnut Cookies", "url" : "http://allrecipes.com/recipe/15381/black-walnut-cookies/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "type", "start", "end", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "r115", "type" : "GOAL", "start" : "n189", "end" : "h2hscind775", "data" : {}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "type", "start", "end", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}}}, "required": ["labelAnnotations"]}}}, "required": ["responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"responses" : [{"labelAnnotations" : [{"mid" : "/m/03q69", "description" : "Hair", "score" : 0.99193537, "topicality" : 0.99193537}, {"mid" : "/m/0ds4x", "description" : "Hairstyle", "score" : 0.96116537, "topicality" : 0.96116537}, {"mid" : "/m/028mzr", "description" : "Hair coloring", "score" : 0.94670904, "topicality" : 0.94670904}, {"mid" : "/m/0294jb", "description" : "Blond", "score" : 0.93919408, "topicality" : 0.93919408}, {"mid" : "/m/02ksmb", "description" : "Brown hair", "score" : 0.91480482, "topicality" : 0.91480482}, {"mid" : "/m/02pd__z", "description" : "Long hair", "score" : 0.90626717, "topicality" : 0.90626717}, {"mid" : "/m/09spj9", "description" : "Layered hair", "score" : 0.86276239, "topicality" : 0.86276239}, {"mid" : "/m/01f43", "description" : "Beauty", "score" : 0.85963929, "topicality" : 0.85963929}, {"mid" : "/m/026mhtg", "description" : "Step cutting", "score" : 0.75342274, "topicality" : 0.75342274}, {"mid" : "/m/02z1w6j", "description" : "Surfer hair", "score" : 0.75110614, "topicality" : 0.75110614}]}]} | json_instruct | {"type": "object", "properties": {"responses": {"type": "array", "items": {"type": "object", "properties": {"labelAnnotations": {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}}}, "required": ["labelAnnotations"]}}}, "required": ["responses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "managedInstanceName": {"type": "string"}, "distributedAvailabilityGroupName": {"type": "string"}, "api-version": {"type": "string"}}, "required": ["subscriptionId", "resourceGroupName", "managedInstanceName", "distributedAvailabilityGroupName", "api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"targetDatabase": {"type": "string"}, "sourceEndpoint": {"type": "string"}, "replicationMode": {"type": "string"}, "distributedAvailabilityGroupId": {"type": "string"}, "sourceReplicaId": {"type": "string"}, "targetReplicaId": {"type": "string"}, "linkState": {"type": "string"}, "lastHardenedLsn": {"type": "string"}}, "required": ["targetDatabase", "sourceEndpoint", "replicationMode", "distributedAvailabilityGroupId", "sourceReplicaId", "targetReplicaId", "linkState", "lastHardenedLsn"]}, "id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["properties", "id", "name", "type"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"subscriptionId" : "f2669dff-5f08-45dd-b857-b2a60b72cdc9", "resourceGroupName" : "testrg", "managedInstanceName" : "testcl", "distributedAvailabilityGroupName" : "dag", "api-version" : "2021-08-01-preview"}, "responses" : {"200" : {"body" : {"properties" : {"targetDatabase" : "testdb", "sourceEndpoint" : "TCP://SERVER:7022", "replicationMode" : "Async", "distributedAvailabilityGroupId" : "6bc05a51-aa36-a196-09bd-481d7a0973c0", "sourceReplicaId" : "543dd519-7585-faff-6ad2-11fb826d4f4d", "targetReplicaId" : "7e218aba-0a53-6231-be09-895d99f96bf2", "linkState" : "Catchup", "lastHardenedLsn" : "39000000030400001"}, "id" : "/subscriptions/f2669dff-5f08-45dd-b857-b2a60b72cdc9/resourceGroups/testrg/providers/Microsoft.Sql/managedInstances/testcl/distributedAvailabilityGroups/dag", "name" : "dag", "type" : "Microsoft.Sql/managedInstances/distributedAvailabilityGroups"}}}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "managedInstanceName": {"type": "string"}, "distributedAvailabilityGroupName": {"type": "string"}, "api-version": {"type": "string"}}, "required": ["subscriptionId", "resourceGroupName", "managedInstanceName", "distributedAvailabilityGroupName", "api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"targetDatabase": {"type": "string"}, "sourceEndpoint": {"type": "string"}, "replicationMode": {"type": "string"}, "distributedAvailabilityGroupId": {"type": "string"}, "sourceReplicaId": {"type": "string"}, "targetReplicaId": {"type": "string"}, "linkState": {"type": "string"}, "lastHardenedLsn": {"type": "string"}}, "required": ["targetDatabase", "sourceEndpoint", "replicationMode", "distributedAvailabilityGroupId", "sourceReplicaId", "targetReplicaId", "linkState", "lastHardenedLsn"]}, "id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["properties", "id", "name", "type"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}, "spdxId": {"type": "string"}, "url": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName", "spdxId", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "matrix": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "matrix", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"desc" : "control your hp printers by calling the device manager hp-toolbox, also some useful links", "desc_long" : "control your hp printers by calling the device manager hp-toolbox, also some useful links\nMotivation: the hp-systray doesn't work reliably under gnome shell\nyou need to have installed hplip in order to use this\nChoice of using a printer icon or a hp_logo.png if it's installed in the same place as mine on Ubuntu\nyou could use symbolic links to fake the path.", "home" : "https://extensions.gnome.org/extension/1339/hplip-menu/", "license" : {"deprecated" : false, "free" : true, "fullName" : "GNU General Public License v2.0 or later", "redistributable" : true, "shortName" : "gpl2Plus", "spdxId" : "GPL-2.0-or-later", "url" : "https://spdx.org/licenses/GPL-2.0-or-later.html"}, "maintainers" : [{"email" : "nix@piegames.de", "github" : "piegamesde", "githubId" : 14054505, "matrix" : "@piegames:matrix.org", "name" : "piegames"}]}, "versions" : [{"commits" : [{"first" : "07ae0b47e3cbbe0fbb7cf2cf68d62b696646549e", "last" : "024f518e65ffbe64f0f044b194ad15ec2e973788"}], "name" : "11"}]} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}, "spdxId": {"type": "string"}, "url": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName", "spdxId", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "matrix": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "matrix", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.75, 42.416666666666664], [149.75, 42.5], [149.875, 42.5], [149.875, 42.416666666666664], [149.75, 42.416666666666664]]]}, "properties" : {"code" : 634956, "url" : "http://madefor.github.io/0410/api/v1/634956.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/634956.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "object", "properties": {"page_title": {"type": "string"}, "written_by": {"type": "string"}, "page_url": {"type": "string"}, "references_to": {"type": "array", "items": {"type": "object", "properties": {"page_name": {"type": "string"}, "page_url": {"type": "string"}}, "required": ["page_name", "page_url"]}}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["page_title", "written_by", "page_url", "references_to", "topics"]}}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : [{"page_title" : "Babi\u0161 p\u0159ipustil kandidaturu na Hrad, kdy\u017e dok\u00e1\u017ee nasb\u00edrat dost podpis\u016f", "written_by" : "Josef Kopeck\u00fd", "page_url" : "https://www.idnes.cz/zpravy/domaci/babis-kandidatura-na-prezidenta-petice-obcanu.A211120_075924_domaci_kop", "references_to" : [{"page_name" : "Zeman si p\u0159eje mou kandidaturu na Hrad, \u0159ekl Babi\u0161. \u010cek\u00e1 d\u016fchod 19 tis\u00edc", "page_url" : "https://www.idnes.cz/zpravy/domaci/andrej-babis-covid-vlada-rozhovor.A211111_125321_domaci_knn"}, {"page_name" : "ANO navrhne kandid\u00e1ta na Hrad, \u0159ekl Babi\u0161. M\u016f\u017ee to b\u00fdt on, ale i Schillerov\u00e1", "page_url" : "https://www.idnes.cz/zpravy/domaci/kandidat-na-hrad-za-hnuti-ano-babis-schillerova.A210924_130908_domaci_kop"}, {"page_name" : "Kdo vyst\u0159\u00edd\u00e1 na Hrad\u011b Zemana? Prezident i bookmake\u0159i favorizuj\u00ed Babi\u0161e", "page_url" : "https://www.idnes.cz/zpravy/domaci/volba-pristiho-prezidenta-strany-temat-v-kampani-nechavaji-stranou.A210824_151112_domaci_kop"}, {"page_name" : "Hl\u00e1s\u00edm se k my\u0161lence povinn\u00e9ho o\u010dkov\u00e1n\u00ed, \u0159ekl Kalousek. Kampan\u011b nesta\u010d\u00ed", "page_url" : "https://www.idnes.cz/zpravy/domaci/kalousek-povinne-ocekovani-volba-prezidenta-top-09.A211120_102024_domaci_kop"}], "topics" : ["Andrej Babi\u0161", "Pra\u017esk\u00fd hrad", "Hnut\u00ed ANO", "Facebook", "Petr Pavel", "Milo\u0161 Zeman", "NATO", "Danu\u0161e Nerudov\u00e1", "Ji\u0159\u00ed Kaj\u00ednek", "Josef St\u0159edula", "Kl\u00e1ra Long Sl\u00e1mov\u00e1", "\u010cMKOS", "Mendelova univerzita v Brn\u011b"]}]} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "object", "properties": {"page_title": {"type": "string"}, "written_by": {"type": "string"}, "page_url": {"type": "string"}, "references_to": {"type": "array", "items": {"type": "object", "properties": {"page_name": {"type": "string"}, "page_url": {"type": "string"}}, "required": ["page_name", "page_url"]}}, "topics": {"type": "array", "items": {"type": "string"}}}, "required": ["page_title", "written_by", "page_url", "references_to", "topics"]}}}, "required": ["pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"http_server": {"type": "string"}, "gnmi_server": {"type": "string"}, "grpc_server": {"type": "string"}, "ixia_c_ports": {"type": "array", "items": {"type": "string"}}, "dut_ports": {"type": "array", "items": {"type": "string"}}, "http_transport": {"type": "boolean"}, "debug": {"type": "boolean"}, "clear_screen_on_stats": {"type": "boolean"}, "test_iterations": {"type": "integer"}, "stat_fetch_using_gnmi": {"type": "boolean"}, "user_local_kubeconfig": {"type": "boolean"}}, "required": ["http_server", "gnmi_server", "grpc_server", "ixia_c_ports", "dut_ports", "http_transport", "debug", "clear_screen_on_stats", "test_iterations", "stat_fetch_using_gnmi", "user_local_kubeconfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"http_server" : "service-https-otg-controller.IXIA_C_NAMESPACE.svc.cluster.local:443", "gnmi_server" : "service-gnmi-otg-controller.IXIA_C_NAMESPACE.svc.cluster.local:50051", "grpc_server" : "service-grpc-otg-controller.IXIA_C_NAMESPACE.svc.cluster.local:40051", "ixia_c_ports" : ["eth1", "eth2", "eth3"], "dut_ports" : ["service-arista1.IXIA_C_NAMESPACE.svc.cluster.local:22", "service-arista2.IXIA_C_NAMESPACE.svc.cluster.local:22"], "http_transport" : false, "debug" : false, "clear_screen_on_stats" : true, "test_iterations" : 100, "stat_fetch_using_gnmi" : true, "user_local_kubeconfig" : false} | json_instruct | {"type": "object", "properties": {"http_server": {"type": "string"}, "gnmi_server": {"type": "string"}, "grpc_server": {"type": "string"}, "ixia_c_ports": {"type": "array", "items": {"type": "string"}}, "dut_ports": {"type": "array", "items": {"type": "string"}}, "http_transport": {"type": "boolean"}, "debug": {"type": "boolean"}, "clear_screen_on_stats": {"type": "boolean"}, "test_iterations": {"type": "integer"}, "stat_fetch_using_gnmi": {"type": "boolean"}, "user_local_kubeconfig": {"type": "boolean"}}, "required": ["http_server", "gnmi_server", "grpc_server", "ixia_c_ports", "dut_ports", "http_transport", "debug", "clear_screen_on_stats", "test_iterations", "stat_fetch_using_gnmi", "user_local_kubeconfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"78778b0c979a3fd731debd246bf03579d8a7ee0b4b9b7d6039a19ee969dde8f0\"", "Last-Modified" : "Sun, 28 Mar 2021 19:30:48 GMT", "base" : {"repo" : {"name" : "astroid-feedstock"}}, "closed_at" : "2021-03-28T19:30:44Z", "created_at" : "2021-03-28T19:08:20Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/astroid-feedstock/pull/52", "id" : 602292785, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-03-28T19:30:44Z", "number" : 52, "state" : "closed", "updated_at" : "2021-03-28T19:30:48Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "manifest_version": {"type": "integer"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"32": {"type": "string"}, "64": {"type": "string"}, "128": {"type": "string"}, "256": {"type": "string"}}, "required": ["32", "64", "128", "256"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "content_security_policy": {"type": "string"}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "all_frames": {"type": "boolean"}, "run_at": {"type": "string"}}, "required": ["matches", "js", "all_frames", "run_at"]}}}, "required": ["name", "short_name", "manifest_version", "homepage_url", "icons", "permissions", "browser_action", "background", "content_security_policy", "web_accessible_resources", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Joy", "short_name" : "Joy", "manifest_version" : 2, "homepage_url" : "https://github.com/krapnikkk/joy", "icons" : {"32" : "32x32.png", "64" : "64x64.png", "128" : "128x128.png", "256" : "256x256.png"}, "permissions" : ["alarms", "cookies", "webRequest", "webRequestBlocking", "storage", "*://*.jd.com/*", "*://.jd.com/*", "*://krapnik.cn/*"], "browser_action" : {"default_icon" : "64x64.png"}, "background" : {"scripts" : ["assets/aar2.min.js", "assets/JdJrTdRiskFinger.js", "js/background.bundle.js"], "persistent" : true}, "content_security_policy" : "script-src 'self' 'unsafe-eval' https://hmcdn.baidu.com; object-src 'self'", "web_accessible_resources" : ["js/inject.bundle.js"], "content_scripts" : [{"matches" : ["https://home.m.jd.com/myJd/*", "https://plogin.m.jd.com/login/*", "https://wbbny.m.jd.com/*"], "js" : ["assets/JdJrTdRiskFinger.js", "js/content.bundle.js"], "all_frames" : true, "run_at" : "document_end"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "manifest_version": {"type": "integer"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"32": {"type": "string"}, "64": {"type": "string"}, "128": {"type": "string"}, "256": {"type": "string"}}, "required": ["32", "64", "128", "256"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "content_security_policy": {"type": "string"}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "all_frames": {"type": "boolean"}, "run_at": {"type": "string"}}, "required": ["matches", "js", "all_frames", "run_at"]}}}, "required": ["name", "short_name", "manifest_version", "homepage_url", "icons", "permissions", "browser_action", "background", "content_security_policy", "web_accessible_resources", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {}}, "description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "spec": {"type": "string"}, "type": {"type": "string"}}, "required": ["dependencies", "description", "id", "name", "spec", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : [], "description" : "", "id" : "5210", "name" : "Tuner Services", "spec" : "AGL", "type" : ""} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {}}, "description": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "spec": {"type": "string"}, "type": {"type": "string"}}, "required": ["dependencies", "description", "id", "name", "spec", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "Discriminant", "definitions" : ["A distinguishing feature or characteristic.", "A function of the coefficients of a polynomial equation whose value gives information about the roots of the polynomial."], "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "related_urls", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Heidi Waterhouse\nhttp://lanyrd.com/2015/writethedocs/sdmpdt/\nWe talk a lot about minimum viable products, and building our products up from small features. We talk a lot about failure, and how to learn from it and not replicate failures over and over again. But what I haven\u2019t heard a lot of discussion about is how we know we\u2019ve succeeded. Is it market share? Usable product? Could understanding and setting a measurable, achievable goals help us overcome imposter syndrome, second sock syndrome, and feature creep?\r\nThis talk provides some metrics on identifying success, documenting what it will look like when you get there, preserving the idea, and dealing with the inevitable distractions and changes in direction that may prevent you from ending up where you expect.\r\nI plan to speak on how documentation can serve a crucial function at both defining and driving success. We need to stop believing that agile is the end of the answer and embrace it as part of building what we want to have in the end.\r\nContinuous improvement can have a victory condition, if we build it.", "language" : "eng", "recorded" : "2015-05-19", "related_urls" : ["http://lanyrd.com/2015/writethedocs/sdmpdt/"], "speakers" : ["Heidi Waterhouse"], "thumbnail_url" : "https://i.ytimg.com/vi/mkyeF2YSRl8/hqdefault.jpg", "title" : "Success is more than not-failing", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=mkyeF2YSRl8"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "related_urls", "speakers", "thumbnail_url", "title", "videos"], "$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"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-material": {"type": "string"}, "restangular": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-aria", "angular-material", "restangular"]}, "devDependencies": {"type": "object", "properties": {"angular-material": {"type": "string"}}, "required": ["angular-material"]}}, "required": ["name", "description", "version", "homepage", "license", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vintastify", "description" : "A wine tasting SPA", "version" : "0.0.1", "homepage" : "https://github.com/toddbadams/vintastifySpa.git", "license" : "MIT", "private" : true, "dependencies" : {"angular" : "^1.4.6", "angular-animate" : "^1.4.6", "angular-aria" : "^1.4.6", "angular-material" : "^0.11.2", "restangular" : "~1.5.1"}, "devDependencies" : {"angular-material" : "https://github.com/angular/bower-material.git#master"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-material": {"type": "string"}, "restangular": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-aria", "angular-material", "restangular"]}, "devDependencies": {"type": "object", "properties": {"angular-material": {"type": "string"}}, "required": ["angular-material"]}}, "required": ["name", "description", "version", "homepage", "license", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"devoxxCFP": {"type": "object", "properties": {"baseUri": {"type": "string"}, "eventId": {"type": "string"}, "votingResultsUri": {"type": "string"}}, "required": ["baseUri", "eventId", "votingResultsUri"]}}, "required": ["devoxxCFP"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devoxxCFP" : {"baseUri" : "https://cfp.devoxx.fr/api", "eventId" : "DevoxxFR2019", "votingResultsUri" : "https://cfp.devoxx.fr/api/voting/v1/top/talks"}} | json_instruct | {"type": "object", "properties": {"devoxxCFP": {"type": "object", "properties": {"baseUri": {"type": "string"}, "eventId": {"type": "string"}, "votingResultsUri": {"type": "string"}}, "required": ["baseUri", "eventId", "votingResultsUri"]}}, "required": ["devoxxCFP"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Our Story": {"type": "string"}, "Menu": {"type": "string"}, "Follow Us": {"type": "string"}, "Contact": {"type": "string"}, "story head": {"type": "string"}, "story p": {"type": "string"}, "menu p1": {"type": "string"}, "menu p2.1": {"type": "string"}, "menu p2.2": {"type": "string"}, "menu head": {"type": "string"}, "follow": {"type": "string"}}, "required": ["Our Story", "Menu", "Follow Us", "Contact", "story head", "story p", "menu p1", "menu p2.1", "menu p2.2", "menu head", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Our Story" : "Our Story", "Menu" : "Menu", "Follow Us" : "Follow Us", "Contact" : "Contact", "story head" : "Get your tastebuds ready, because Itacate is here to deliver fresh, fiery food.", "story p" : " Whatever spice level you can handle (hey, don\u2019t judge!), we\u2019ve got something for everyone and every occasion. Our favourites include tongue-tingling burritos and quesadillas with a choice of fillings and traditional salads, all carefully prepared for you to simply unwrap and enjoy.", "menu p1" : "Order for your movie night or as an exciting lunch time treat - because, let\u2019s face it, life is always better with burritos.", "menu p2.1" : "Brace yourself for a Mexican feast of flavours,", "menu p2.2" : "from coolguacamole to tangy salsa.", "menu head" : "EXPLORE OUR MENU TODAY!", "follow" : "Our dishes cover all food groups, full of fresh ingredients and conveniently packed for you to enjoy wherever you are."} | json_instruct | {"type": "object", "properties": {"Our Story": {"type": "string"}, "Menu": {"type": "string"}, "Follow Us": {"type": "string"}, "Contact": {"type": "string"}, "story head": {"type": "string"}, "story p": {"type": "string"}, "menu p1": {"type": "string"}, "menu p2.1": {"type": "string"}, "menu p2.2": {"type": "string"}, "menu head": {"type": "string"}, "follow": {"type": "string"}}, "required": ["Our Story", "Menu", "Follow Us", "Contact", "story head", "story p", "menu p1", "menu p2.1", "menu p2.2", "menu head", "follow"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "/", "type" : "hand", "time" : 1470868939620372992, "data" : [{"type" : "type::finger", "list" : [[421.609619, 367.654358], [420.789032, 373.401367], [421.62149, 374.547974], [419.099823, 374.588196], [413.404999, 366.851074], [406.960663, 355.672668], [387.520233, 323.710693], [375.197296, 305.971008], [357.338989, 277.222046], [356.352814, 275.377197], [356.15564, 275.00824]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "3510160007", "district_id" : "3510160", "name" : "SUMBER ARUM"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.25, 36.5], [135.25, 36.583333333333336], [135.375, 36.583333333333336], [135.375, 36.5], [135.25, 36.5]]]}, "properties" : {"code" : 543562, "url" : "http://madefor.github.io/0410/api/v1/543562.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/543562.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "MHB155H1F20199", "code" : "MHB155H1F", "name" : "Elementary Modern Hebrew I", "description" : "Introduction to the fundamentals of Hebrew grammar and syntax. Emphasis on the development of oral and writing skills.", "division" : "Faculty of Arts and Science", "department" : "Department for the Study of Religion", "prerequisites" : "", "exclusions" : "Grade 4 Hebrew (or Grade 2 in Israel)/NML155H1", "level" : 100, "campus" : "UTSG", "term" : "2019 Fall", "breadths" : [1], "meeting_sections" : [{"code" : "L0101", "instructors" : ["S Appel"], "times" : [{"day" : "TUESDAY", "start" : 32400, "end" : 39600, "duration" : 7200, "location" : "SS 2101"}, {"day" : "THURSDAY", "start" : 32400, "end" : 39600, "duration" : 7200, "location" : "SS 2101"}], "size" : 12, "enrolment" : 0}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "bin": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["homepage", "version", "url", "bin", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"homepage" : "https://mongoose-os.com", "version" : "2.5.1", "url" : "https://mongoose-os.com/downloads/mos-2.5.1/win/mos.exe", "bin" : "mos.exe", "depends" : ["gcc"]} | json_instruct | {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "bin": {"type": "string"}, "depends": {"type": "array", "items": {"type": "string"}}}, "required": ["homepage", "version", "url", "bin", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-cache": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssshrink": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-ruby-sass": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-autoprefixer", "gulp-cache", "gulp-clean", "gulp-concat", "gulp-cssshrink", "gulp-jshint", "gulp-minify-css", "gulp-notify", "gulp-plumber", "gulp-rename", "gulp-ruby-sass", "gulp-sass", "gulp-uglify"]}}, "required": ["name", "version", "description", "main", "author", "license", "homepage", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Gulp-Starter", "version" : "0.0.1", "description" : "", "main" : "gulpfile.js", "author" : "Donovan Hutchinson, CSSAnimation.rocks", "license" : "MIT", "homepage" : "https://cssanimation.rocks", "repository" : {"type" : "git", "url" : "git://github.com/cssanimation/gulp-sass-starter.git"}, "devDependencies" : {"browser-sync" : "^1.9.1", "gulp" : "^3.8.7", "gulp-autoprefixer" : "0.0.8", "gulp-cache" : "^0.2.0", "gulp-clean" : "^0.3.1", "gulp-concat" : "^2.3.4", "gulp-cssshrink" : "^0.1.4", "gulp-jshint" : "^1.8.3", "gulp-minify-css" : "^0.3.13", "gulp-notify" : "^1.8.0", "gulp-plumber" : "^0.6.4", "gulp-rename" : "^1.2.0", "gulp-ruby-sass" : "^1.0.1", "gulp-sass" : "^1.3.3", "gulp-uglify" : "^0.3.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"browser-sync": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-cache": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssshrink": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-ruby-sass": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["browser-sync", "gulp", "gulp-autoprefixer", "gulp-cache", "gulp-clean", "gulp-concat", "gulp-cssshrink", "gulp-jshint", "gulp-minify-css", "gulp-notify", "gulp-plumber", "gulp-rename", "gulp-ruby-sass", "gulp-sass", "gulp-uglify"]}}, "required": ["name", "version", "description", "main", "author", "license", "homepage", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"ext_name_fk": {"type": "integer"}, "rel_version": {"type": "string"}, "rel_date": {"type": "string"}, "rel_state": {"type": "string"}, "ext_max": {"type": "string"}, "php_min": {"type": "string"}, "php_max": {"type": "string"}}, "required": ["ext_name_fk", "rel_version", "rel_date", "rel_state", "ext_max", "php_min", "php_max"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"ext_name_fk" : 87, "rel_version" : "0.3.0", "rel_date" : "2006-12-05", "rel_state" : "beta", "ext_max" : "", "php_min" : "5.2.0", "php_max" : ""}, {"ext_name_fk" : 87, "rel_version" : "0.9.0", "rel_date" : "2008-07-08", "rel_state" : "beta", "ext_max" : "", "php_min" : "5.2.0", "php_max" : ""}, {"ext_name_fk" : 87, "rel_version" : "0.9.1", "rel_date" : "2008-08-25", "rel_state" : "beta", "ext_max" : "", "php_min" : "5.2.0", "php_max" : ""}, {"ext_name_fk" : 87, "rel_version" : "0.9.2", "rel_date" : "2009-01-22", "rel_state" : "beta", "ext_max" : "", "php_min" : "5.2.0", "php_max" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ext_name_fk": {"type": "integer"}, "rel_version": {"type": "string"}, "rel_date": {"type": "string"}, "rel_state": {"type": "string"}, "ext_max": {"type": "string"}, "php_min": {"type": "string"}, "php_max": {"type": "string"}}, "required": ["ext_name_fk", "rel_version", "rel_date", "rel_state", "ext_max", "php_min", "php_max"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"options": {"type": "object", "properties": {}, "required": []}, "indexes": {"type": "array", "items": {"type": "object", "properties": {"v": {"type": "integer"}, "key": {"type": "object", "properties": {"_id": {"type": "integer"}}, "required": ["_id"]}, "name": {"type": "string"}, "ns": {"type": "string"}}, "required": ["v", "key", "name", "ns"]}}, "uuid": {"type": "string"}}, "required": ["options", "indexes", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"options" : {}, "indexes" : [{"v" : 2, "key" : {"_id" : 1}, "name" : "_id_", "ns" : "affect-corpus.initten"}], "uuid" : "a5152ea25e9d4e399329a118bf6f1984"} | json_instruct | {"type": "object", "properties": {"options": {"type": "object", "properties": {}, "required": []}, "indexes": {"type": "array", "items": {"type": "object", "properties": {"v": {"type": "integer"}, "key": {"type": "object", "properties": {"_id": {"type": "integer"}}, "required": ["_id"]}, "name": {"type": "string"}, "ns": {"type": "string"}}, "required": ["v", "key", "name", "ns"]}}, "uuid": {"type": "string"}}, "required": ["options", "indexes", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"r2_0": {"type": "number"}, "median_var_0": {"type": "number"}, "max_error_0_1": {"type": "number"}, "max_var_0": {"type": "number"}, "train_size": {"type": "integer"}, "_runtime": {"type": "number"}, "_timestamp": {"type": "number"}, "_step": {"type": "integer"}, "std_var_1": {"type": "number"}, "r2_0_1": {"type": "number"}, "min_var_1": {"type": "number"}, "std_var_0": {"type": "number"}, "max_error_0": {"type": "number"}, "min_var_0": {"type": "number"}, "coregionalized": {"type": "boolean"}, "mae_0_1": {"type": "number"}, "mean_var_0": {"type": "number"}, "mean_var_1": {"type": "number"}, "max_var_1": {"type": "number"}, "mae_0": {"type": "number"}, "median_var_1": {"type": "number"}}, "required": ["r2_0", "median_var_0", "max_error_0_1", "max_var_0", "train_size", "_runtime", "_timestamp", "_step", "std_var_1", "r2_0_1", "min_var_1", "std_var_0", "max_error_0", "min_var_0", "coregionalized", "mae_0_1", "mean_var_0", "mean_var_1", "max_var_1", "mae_0", "median_var_1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"r2_0" : -2.9897811136623087, "median_var_0" : 1.0005789557760094, "max_error_0_1" : 0.8843565152810853, "max_var_0" : 1.809825399527898, "train_size" : 2, "_runtime" : 6.355305910110474, "_timestamp" : 1597431179.672618, "_step" : 0, "std_var_1" : 7.628792393098053, "r2_0_1" : -2.9897811136623087, "min_var_1" : 12.71684426910442, "std_var_0" : 0.2760725933443286, "max_error_0" : 0.8843565152810853, "min_var_0" : 0.000564655873609432, "coregionalized" : true, "mae_0_1" : 0.24992245061848647, "mean_var_0" : 0.9648727404443868, "mean_var_1" : 39.363843490794, "max_var_1" : 62.71266033676728, "mae_0" : 0.24992245061848647, "median_var_1" : 40.350523481526885} | json_instruct | {"type": "object", "properties": {"r2_0": {"type": "number"}, "median_var_0": {"type": "number"}, "max_error_0_1": {"type": "number"}, "max_var_0": {"type": "number"}, "train_size": {"type": "integer"}, "_runtime": {"type": "number"}, "_timestamp": {"type": "number"}, "_step": {"type": "integer"}, "std_var_1": {"type": "number"}, "r2_0_1": {"type": "number"}, "min_var_1": {"type": "number"}, "std_var_0": {"type": "number"}, "max_error_0": {"type": "number"}, "min_var_0": {"type": "number"}, "coregionalized": {"type": "boolean"}, "mae_0_1": {"type": "number"}, "mean_var_0": {"type": "number"}, "mean_var_1": {"type": "number"}, "max_var_1": {"type": "number"}, "mae_0": {"type": "number"}, "median_var_1": {"type": "number"}}, "required": ["r2_0", "median_var_0", "max_error_0_1", "max_var_0", "train_size", "_runtime", "_timestamp", "_step", "std_var_1", "r2_0_1", "min_var_1", "std_var_0", "max_error_0", "min_var_0", "coregionalized", "mae_0_1", "mean_var_0", "mean_var_1", "max_var_1", "mae_0", "median_var_1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"BEGIN": {"type": "string"}, "gotoPage": {"type": "object", "properties": {"TYPE": {"type": "string"}, "id": {"type": "string"}, "transition": {"type": "string"}}, "required": ["TYPE", "id", "transition"]}}, "required": ["BEGIN", "gotoPage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BEGIN" : "gotoPage", "gotoPage" : {"TYPE" : "pks.ui5strap.task.GotoPageTask", "id" : "viewPage2", "transition" : "flip-horizontal-ccw"}} | json_instruct | {"type": "object", "properties": {"BEGIN": {"type": "string"}, "gotoPage": {"type": "object", "properties": {"TYPE": {"type": "string"}, "id": {"type": "string"}, "transition": {"type": "string"}}, "required": ["TYPE", "id", "transition"]}}, "required": ["BEGIN", "gotoPage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"message" : "notification message"}, {"message" : "notified of completion"}, {"message" : "request processed"}, {"message" : "processing succeeded"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3316021005", "id_kecamatan" : "331602", "name" : "Randublatung"}, {"id" : "3316021011", "id_kecamatan" : "331602", "name" : "Wulung"}, {"id" : "3316022001", "id_kecamatan" : "331602", "name" : "Tlogotuwung"}, {"id" : "3316022002", "id_kecamatan" : "331602", "name" : "Bodeh"}, {"id" : "3316022003", "id_kecamatan" : "331602", "name" : "Gembyungan"}, {"id" : "3316022004", "id_kecamatan" : "331602", "name" : "Sambongwangan"}, {"id" : "3316022006", "id_kecamatan" : "331602", "name" : "Pilang"}, {"id" : "3316022007", "id_kecamatan" : "331602", "name" : "Temulus"}, {"id" : "3316022008", "id_kecamatan" : "331602", "name" : "Sumberejo"}, {"id" : "3316022009", "id_kecamatan" : "331602", "name" : "Kutukan"}, {"id" : "3316022010", "id_kecamatan" : "331602", "name" : "Kediren"}, {"id" : "3316022012", "id_kecamatan" : "331602", "name" : "Kadengan"}, {"id" : "3316022013", "id_kecamatan" : "331602", "name" : "Bekutuk"}, {"id" : "3316022014", "id_kecamatan" : "331602", "name" : "Plosorejo"}, {"id" : "3316022015", "id_kecamatan" : "331602", "name" : "Jeruk"}, {"id" : "3316022016", "id_kecamatan" : "331602", "name" : "Tanggel"}, {"id" : "3316022017", "id_kecamatan" : "331602", "name" : "Kalisari"}, {"id" : "3316022018", "id_kecamatan" : "331602", "name" : "Ngliron"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"@mapwhit/mbtiles": {"type": "string"}, "@pirxpilot/connect": {"type": "string"}, "ms": {"type": "string"}, "rc": {"type": "string"}, "router": {"type": "string"}}, "required": ["@mapwhit/mbtiles", "@pirxpilot/connect", "ms", "rc", "router"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["jshint", "mocha", "should", "supertest"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "bin", "authors", "repository", "license", "scripts", "dependencies", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@pirxpilot/tileserver-gl-tiny", "version" : "3.2.0", "description" : "Map tile server for JSON GL styles - serving vector tiles", "bin" : "bin/tileserver", "authors" : ["Petr Sloup <petr.sloup@klokantech.com>"], "repository" : {"type" : "git", "url" : "https://github.com/pirxpilot/tileserver-gl.git"}, "license" : "BSD-2-Clause", "scripts" : {"test" : "make check"}, "dependencies" : {"@mapwhit/mbtiles" : "^1.0.0", "@pirxpilot/connect" : "~4", "ms" : "~2", "rc" : "~1", "router" : "~1"}, "devDependencies" : {"jshint" : "~2", "mocha" : "~9", "should" : "~13", "supertest" : "~6"}, "files" : ["index.js", "lib"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"@mapwhit/mbtiles": {"type": "string"}, "@pirxpilot/connect": {"type": "string"}, "ms": {"type": "string"}, "rc": {"type": "string"}, "router": {"type": "string"}}, "required": ["@mapwhit/mbtiles", "@pirxpilot/connect", "ms", "rc", "router"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["jshint", "mocha", "should", "supertest"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "bin", "authors", "repository", "license", "scripts", "dependencies", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"bossCode": {"type": "integer"}}, "required": ["bossCode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bossCode" : 201540104}, {"bossCode" : 202540104}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bossCode": {"type": "integer"}}, "required": ["bossCode"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "number"}, "ppasseio2": {"type": "number"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "null"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_49f7", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.69245369, -26.91763844], [-48.69081312, -26.9177163], [-48.68979108, -26.91774346]]]}, "geometry_name" : "geom", "properties" : {"id" : 813, "nome" : "R.Das Papoulas", "cod" : 908, "ptotalvia" : 10, "ppasseio1" : 1.5, "ppasseio2" : 1.5, "leidata" : "2406/1988", "hierarquia" : null, "bairro" : "Cidade Nova", "abrevlogr" : null, "pavto" : "Asfalto", "anopavtoin" : "abr/12", "loteamnome" : "Jardim Danielle", "nomeloteamento" : "Rua \"D\""}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "integer"}, "ppasseio1": {"type": "number"}, "ppasseio2": {"type": "number"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "null"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Html5demo", "tagline" : "some html5 demo \u4e00\u4e9bHTML5\u7684DEMO", "body" : "# html5demo\r\n\r\n##\u4e00\u4e9bHTML5\u7684DEMO\r\n\r\n### FORM\r\ninput \u8868\u5355\r\n[\u94fe\u63a5](./form/input.html)\r\n\r\n\u7b80\u5355\u6ce8\u518c\u9875\u9762\r\n[\u94fe\u63a5](./form/simple-register.html)\r\n\r\n\u6ce8\u518c\u9875\u9762\r\n[\u94fe\u63a5](./form/register.html)\r\n\r\n###VIDEO\r\n\r\n\u97f3\u9891\u64ad\u653e\u5668\r\n[\u94fe\u63a5](./video/audio.html)\r\n\r\n\r\n", "google" : "", "note" : "Don't delete this file! It's used internally to help with page regeneration."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tagline": {"type": "string"}, "body": {"type": "string"}, "google": {"type": "string"}, "note": {"type": "string"}}, "required": ["name", "tagline", "body", "google", "note"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Slim.js": {"type": "string"}, "Slim.min.js": {"type": "string"}}, "required": ["Slim.js", "Slim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Slim.js" : "sha512-p9HiIEMg6faRnbWp7YAIvoH0RHODXAOGfakb9Xe0oCqlfcMZ29C8kB7il0yjjVsSDfmT2mpvuj5Up0/XiQKvkg==", "Slim.min.js" : "sha512-IPV2ZvaDUNlh5dunovuoP3ARgbjG4n0GNiZh7VqBi79bGJwQkU92mxfitQDySySOFwdOIydWw+mIZPaXF2adlQ=="} | json_instruct | {"type": "object", "properties": {"Slim.js": {"type": "string"}, "Slim.min.js": {"type": "string"}}, "required": ["Slim.js", "Slim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101887629, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "db7ac74c9ca7105fe82f2cb8ac9e47cb", "wof:id" : 101887629, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.38306670070222, 47.60621313078423, 5.39392444323522, 47.61165719995626], "geometry" : {"coordinates" : [[[5.39086862276633, 47.61165719995626], [5.39102932517847, 47.60986118853486], [5.39235643843523, 47.60991720605881], [5.3924367612974, 47.60901919850039], [5.39376385419342, 47.60907519878958], [5.39392444323522, 47.6072791799777], [5.39127035198089, 47.60716716779166], [5.39135068709811, 47.60626915991418], [5.39002366837883, 47.60621313078423], [5.38994331028374, 47.60711113753604], [5.38861627120775, 47.60705509117167], [5.38853588655843, 47.60795309631555], [5.38720882712596, 47.60789703271627], [5.38712841592024, 47.60879503625182], [5.38314718442626, 47.60862674542005], [5.38306670070222, 47.60952474509219], [5.38439379822245, 47.60958085927268], [5.3842328659926, 47.61137685942697], [5.39086862276633, 47.61165719995626]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.875, 32.25], [152.875, 32.333333333333336], [153.0, 32.333333333333336], [153.0, 32.25], [152.875, 32.25]]]}, "properties" : {"code" : 485237, "url" : "http://madefor.github.io/0410/api/v1/485237.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/485237.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1"], "meta" : {"description" : "flattery - fast flattening and unflattening of nested Python data", "homepage" : "https://github.com/acg/python-flattery", "license" : "https://github.com/acg/python-flattery/blob/master/LICENSE"}, "versions" : {"0.1" : {"sha256" : "6749f50a006a4ebf98c09bf60d94d4064456f3ab96351609647e3ecd0802546d", "url" : "https://files.pythonhosted.org/packages/62/50/ed9c28d6f63a599b202f32d538669f71644971e048b0e9b5f8e230f1394d/flattery-0.1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"330723001": {"type": "string"}, "330723002": {"type": "string"}, "330723003": {"type": "string"}, "330723100": {"type": "string"}, "330723101": {"type": "string"}, "330723102": {"type": "string"}, "330723103": {"type": "string"}, "330723104": {"type": "string"}, "330723105": {"type": "string"}, "330723106": {"type": "string"}, "330723107": {"type": "string"}, "330723200": {"type": "string"}, "330723201": {"type": "string"}, "330723202": {"type": "string"}, "330723203": {"type": "string"}, "330723204": {"type": "string"}, "330723205": {"type": "string"}, "330723206": {"type": "string"}}, "required": ["330723001", "330723002", "330723003", "330723100", "330723101", "330723102", "330723103", "330723104", "330723105", "330723106", "330723107", "330723200", "330723201", "330723202", "330723203", "330723204", "330723205", "330723206"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"330723001" : "\u767d\u6d0b\u8857\u9053", "330723002" : "\u58f6\u5c71\u8857\u9053", "330723003" : "\u719f\u6eaa\u8857\u9053", "330723100" : "\u67f3\u57ce\u7572\u65cf\u9547", "330723101" : "\u5c65\u5766\u9547", "330723102" : "\u6850\u7434\u9547", "330723103" : "\u6cc9\u6eaa\u9547", "330723104" : "\u65b0\u5b85\u9547", "330723105" : "\u738b\u5b85\u9547", "330723106" : "\u6843\u6eaa\u9547", "330723107" : "\u832d\u9053\u9547", "330723200" : "\u5927\u7530\u4e61", "330723201" : "\u767d\u59c6\u4e61", "330723202" : "\u4fde\u6e90\u4e61", "330723203" : "\u5766\u6d2a\u4e61", "330723204" : "\u897f\u8054\u4e61", "330723205" : "\u4e09\u6e2f\u4e61", "330723206" : "\u5927\u6eaa\u53e3\u4e61"} | json_instruct | {"type": "object", "properties": {"330723001": {"type": "string"}, "330723002": {"type": "string"}, "330723003": {"type": "string"}, "330723100": {"type": "string"}, "330723101": {"type": "string"}, "330723102": {"type": "string"}, "330723103": {"type": "string"}, "330723104": {"type": "string"}, "330723105": {"type": "string"}, "330723106": {"type": "string"}, "330723107": {"type": "string"}, "330723200": {"type": "string"}, "330723201": {"type": "string"}, "330723202": {"type": "string"}, "330723203": {"type": "string"}, "330723204": {"type": "string"}, "330723205": {"type": "string"}, "330723206": {"type": "string"}}, "required": ["330723001", "330723002", "330723003", "330723100", "330723101", "330723102", "330723103", "330723104", "330723105", "330723106", "330723107", "330723200", "330723201", "330723202", "330723203", "330723204", "330723205", "330723206"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"9044": {"type": "string"}, "9042": {"type": "string"}}, "required": ["9044", "9042"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"9044" : "9045", "9042" : "9043"} | json_instruct | {"type": "object", "properties": {"9044": {"type": "string"}, "9042": {"type": "string"}}, "required": ["9044", "9042"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dt-id": {"type": "string"}, "hosting-iri": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "relations": {"type": "array", "items": {"type": "object", "properties": {"dt-id": {"type": "string"}, "relationType": {"type": "string"}}, "required": ["dt-id", "relationType"]}}, "baseurl": {"type": "string"}, "edit": {"type": "string"}}, "required": ["dt-id", "hosting-iri", "name", "description", "relations", "baseurl", "edit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dt-id" : "https://dtid.org/2021-02-23_19-44-08_1c1c93a7", "hosting-iri" : "https://juusoautiosalo.github.io/twinbase-test-with-no-domain/2021-02-23_19-44-08_1c1c93a7", "name" : "The Origin at 2021-02-23 19-44-08", "description" : "Non velit modi dolore aliquam.", "relations" : [{"dt-id" : "http://d-t.fi/juuso", "relationType" : "parent"}, {"dt-id" : "https://dtid.org/2021-02-23_19-44-08_43680e35", "relationType" : "child"}, {"dt-id" : "https://dtid.org/2021-02-23_19-44-08_833d2e85", "relationType" : "child"}], "baseurl" : "https://juusoautiosalo.github.io/twinbase-test-with-no-domain", "edit" : "https://github.com/juusoautiosalo/twinbase-test-with-no-domain/edit/main/docs/2021-02-23_19-44-08_1c1c93a7/index.yaml"} | json_instruct | {"type": "object", "properties": {"dt-id": {"type": "string"}, "hosting-iri": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "relations": {"type": "array", "items": {"type": "object", "properties": {"dt-id": {"type": "string"}, "relationType": {"type": "string"}}, "required": ["dt-id", "relationType"]}}, "baseurl": {"type": "string"}, "edit": {"type": "string"}}, "required": ["dt-id", "hosting-iri", "name", "description", "relations", "baseurl", "edit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "e9b54476-d8ec-4b47-9fd4-46553545384c", "befores" : [{"name" : "checkout_alzer", "status" : "passed", "start" : 1597812687072, "stop" : 1597812687072}], "start" : 1597812687072, "stop" : 1597812696902} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"env": {"type": "string"}, "http": {"type": "object", "properties": {"port": {"type": "integer"}, "host": {"type": "string"}, "logs": {"type": "string"}}, "required": ["port", "host", "logs"]}}, "required": ["env", "http"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"env" : "production", "http" : {"port" : 3000, "host" : "localhost", "logs" : "combined"}} | json_instruct | {"type": "object", "properties": {"env": {"type": "string"}, "http": {"type": "object", "properties": {"port": {"type": "integer"}, "host": {"type": "string"}, "logs": {"type": "string"}}, "required": ["port", "host", "logs"]}}, "required": ["env", "http"], "$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"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SSoundData", "flags" : 8, "props" : [{"type" : "CName", "name" : "widgetAudioName", "flags" : 4295229473}, {"type" : "CName", "name" : "onPressKey", "flags" : 4295229473}, {"type" : "CName", "name" : "onReleaseKey", "flags" : 4295229473}, {"type" : "CName", "name" : "onHoverOverKey", "flags" : 4295229473}, {"type" : "CName", "name" : "onHoverOutKey", "flags" : 4295229473}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "flags": {"type": "integer"}, "props": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "name", "flags"]}}}, "required": ["name", "flags", "props"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101899511, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "12c9445b7deec2b8ace0c51ae7e5cb42", "wof:id" : 101899511, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.40695542979438, 50.12621698277707, 2.41559537563728, 50.13524561104856], "geometry" : {"coordinates" : [[[2.41113258132754, 50.13524561104856], [2.41127546090837, 50.13435203870358], [2.41545257995762, 50.13463063933364], [2.41559537563728, 50.13373706048981], [2.41420302338918, 50.13364421259206], [2.41434583811366, 50.13275063526191], [2.4115611999888, 50.13256489254542], [2.41227543056709, 50.12809701858538], [2.41366761849258, 50.12818988841576], [2.4139532124313, 50.12640273139959], [2.41116894445298, 50.12621698277707], [2.41088324760887, 50.12800413178149], [2.40949106961801, 50.12791122800388], [2.40934818543036, 50.12880479976781], [2.40795598668097, 50.12871187701302], [2.40781307007109, 50.12960544628311], [2.40920529454917, 50.1296983710422], [2.40849073972072, 50.13416622006935], [2.40709838658302, 50.13407328528837], [2.40695542979438, 50.13496685162062], [2.41113258132754, 50.13524561104856]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"defaultDescriptiveName": {"type": "string"}, "worldMorphClass": {"type": "string"}}, "required": ["defaultDescriptiveName", "worldMorphClass"]}, "instance": {"type": "object", "properties": {"worldMorphClass": {"type": "string"}}, "required": ["worldMorphClass"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"defaultDescriptiveName" : "nk 1/26/2004 13:00", "worldMorphClass" : "nk 3/10/2004 20:23"}, "instance" : {"worldMorphClass" : "nk 3/10/2004 20:22"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"defaultDescriptiveName": {"type": "string"}, "worldMorphClass": {"type": "string"}}, "required": ["defaultDescriptiveName", "worldMorphClass"]}, "instance": {"type": "object", "properties": {"worldMorphClass": {"type": "string"}}, "required": ["worldMorphClass"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "010200050308", "variable1" : 0.4111, "variable2" : 1.9624, "variable3" : "B"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$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"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"cs2js": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "uglify": {"type": "string"}}, "required": ["cs2js", "build", "clean", "uglify"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "bootstrap": {"type": "string"}, "coffee-loader": {"type": "string"}, "coffee-script": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "font-awesome": {"type": "string"}, "style-loader": {"type": "string"}, "uglify-js": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["angular", "angular-ui-router", "bootstrap", "coffee-loader", "coffee-script", "css-loader", "file-loader", "font-awesome", "style-loader", "uglify-js", "url-loader", "webpack"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webpack-angular-coffee", "version" : "1.0.0", "description" : "webpack vs angular use coffee", "main" : "", "repository" : "https://github.com/Maslow/webpack-angular-coffeescript.git", "scripts" : {"cs2js" : "coffee -c -o scripts/tmp_js scripts", "build" : "webpack && npm run uglify", "clean" : "rm -rf scripts/tmp_js | rm -rf build", "uglify" : "uglifyjs --compress --output ./build/bundle.min.js -- ./build/bundle.js "}, "author" : "maslow", "license" : "MIT", "dependencies" : {}, "devDependencies" : {"angular" : "^1.4.8", "angular-ui-router" : "^0.2.15", "bootstrap" : "^3.3.6", "coffee-loader" : "^0.7.2", "coffee-script" : "^1.10.0", "css-loader" : "^0.23.1", "file-loader" : "^0.8.5", "font-awesome" : "^4.5.0", "style-loader" : "^0.13.0", "uglify-js" : "^2.6.1", "url-loader" : "^0.5.7", "webpack" : "^1.12.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"cs2js": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "uglify": {"type": "string"}}, "required": ["cs2js", "build", "clean", "uglify"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-ui-router": {"type": "string"}, "bootstrap": {"type": "string"}, "coffee-loader": {"type": "string"}, "coffee-script": {"type": "string"}, "css-loader": {"type": "string"}, "file-loader": {"type": "string"}, "font-awesome": {"type": "string"}, "style-loader": {"type": "string"}, "uglify-js": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["angular", "angular-ui-router", "bootstrap", "coffee-loader", "coffee-script", "css-loader", "file-loader", "font-awesome", "style-loader", "uglify-js", "url-loader", "webpack"]}}, "required": ["name", "version", "description", "main", "repository", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "uglify": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "clean": {"type": "string"}}, "required": ["lint", "uglify", "build", "deploy", "clean"]}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@zeplin/eslint-config": {"type": "string"}, "eslint": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["@zeplin/eslint-config", "eslint", "uglify-js"]}}, "required": ["name", "version", "description", "scripts", "files", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "zeplin-prism-extras", "version" : "0.3.0", "description" : "Language extras for Prism", "scripts" : {"lint" : "./node_modules/.bin/eslint .", "uglify" : "./uglify.sh", "build" : "npm run uglify", "deploy" : "./deploy.sh", "clean" : "rm -rf ./dist"}, "files" : ["components"], "devDependencies" : {"@zeplin/eslint-config" : "^1.1.0", "eslint" : "^4.14.0", "uglify-js" : "^3.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "uglify": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}, "clean": {"type": "string"}}, "required": ["lint", "uglify", "build", "deploy", "clean"]}, "files": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@zeplin/eslint-config": {"type": "string"}, "eslint": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["@zeplin/eslint-config", "eslint", "uglify-js"]}}, "required": ["name", "version", "description", "scripts", "files", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023640": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01023640"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01023640" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00120058", "LAD11CD" : "E07000099"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00120062", "LAD11CD" : "E07000099"}, "arcs" : [[4, 5, -1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00120063", "LAD11CD" : "E07000099"}, "arcs" : [[6, 7, -3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00120064", "LAD11CD" : "E07000099"}, "arcs" : [[-7, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00120067", "LAD11CD" : "E07000099"}, "arcs" : [[-9, -2, -6, 10]]}]}}, "arcs" : [[[6975, 6428], [-823, -409], [-323, 685], [-337, -169], [343, -1544]], [[5835, 4991], [-938, -405]], [[4897, 4586], [14, 620], [-640, 754], [-160, 2444]], [[4111, 8404], [-861, 4], [92, 720], [1475, 871], [56, -1094], [2772, 812], [515, -822], [367, 485], [203, -978], [-257, -327], [-1670, 215], [6, -613], [-748, -117], [914, -1132]], [[6975, 6428], [573, 1315], [570, -749], [84, 336], [698, -1635], [-180, -743], [837, -483], [-839, -296]], [[8718, 4173], [-1225, 28], [435, 1071], [-271, 546], [-282, -25], [162, -677], [-1378, -659], [-324, 534]], [[4897, 4586], [-3079, -60], [-777, 779], [983, 579]], [[2024, 5884], [534, 619], [565, 711], [988, 1190]], [[4897, 4586], [1230, -1258], [-155, -1079]], [[5972, 2249], [-777, 680], [-1967, -2154], [128, -290], [-1790, 2753], [-1113, 2364], [-453, 1277], [935, 303], [1089, -1298]], [[8718, 4173], [1281, -642], [-75, -485], [-532, 354], [-1122, -410], [1304, -2000], [-1152, -990], [-821, 608], [-1629, 1641]]], "transform" : {"scale" : [1.1632010021890185e-06, 5.900624783316552e-07], "translate" : [-0.214002407517205, 51.967165195951075]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01023640": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01023640"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "load-grunt-config": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "fs": {"type": "string"}}, "required": ["grunt", "load-grunt-config", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-contrib-concat", "fs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "smartjax-factory", "version" : "0.0.0", "description" : "The development module files of smartjax will be here. The ../Smartjax.js will be a combined and final version.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Paul Shan <go2mailshan@gmail.com>", "license" : "MIT", "devDependencies" : {"grunt" : "~0.4.5", "load-grunt-config" : "~0.17", "grunt-contrib-uglify" : "~0.9", "grunt-contrib-watch" : "~0.6", "grunt-contrib-concat" : "~0.5", "fs" : "~0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "load-grunt-config": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "fs": {"type": "string"}}, "required": ["grunt", "load-grunt-config", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-contrib-concat", "fs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 352, "filename" : "40141561_2429891190359883_6132853861464932352_o.jpg"} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"vega-lite.js": {"type": "string"}, "vega-lite.min.js": {"type": "string"}}, "required": ["vega-lite.js", "vega-lite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vega-lite.js" : "sha512-bfkQUuRcnU98zz8wHd0ZtSzc5LP0yW2dSHPjZv8xqKSd5DZk4WzjCtpAn17VK9r83DRfAHHq6ivQ+5u2nO5czw==", "vega-lite.min.js" : "sha512-meNe/Fts49bA2MpZ4d1Qv8xO1lO6EsexCKAB1/XZvZV2O/VrfvczAaoV26uSIberwO9KzvH/Z0vMV9svaIRJvg=="} | json_instruct | {"type": "object", "properties": {"vega-lite.js": {"type": "string"}, "vega-lite.min.js": {"type": "string"}}, "required": ["vega-lite.js", "vega-lite.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : 7065, "image" : "ipfs://QmUVM4yefP99mWsz723EZ8owCt3B9bN2BNdunQGwnfyJZ6", "attributes" : [{"trait_type" : "Hat", "value" : "Party Hat 2"}, {"trait_type" : "Eyes", "value" : "Sleepy"}, {"trait_type" : "Mouth", "value" : "Dumbfounded"}, {"trait_type" : "Background", "value" : "Aquamarine"}, {"trait_type" : "Fur", "value" : "Noise"}, {"trait_type" : "Clothes", "value" : "Bayc T Black"}, {"trait_type" : "Trait Count", "value" : "6"}, {"trait_type" : "Earring", "value" : "[Missing]"}]}, "attributeRarities" : [{"trait_type" : "Hat", "value" : "Party Hat 2", "count" : 107, "ratio" : 0.0107, "ratioScore" : 93.45794392523365}, {"trait_type" : "Eyes", "value" : "Sleepy", "count" : 751, "ratio" : 0.0751, "ratioScore" : 13.315579227696405}, {"trait_type" : "Mouth", "value" : "Dumbfounded", "count" : 505, "ratio" : 0.0505, "ratioScore" : 19.801980198019802}, {"trait_type" : "Background", "value" : "Aquamarine", "count" : 1266, "ratio" : 0.1266, "ratioScore" : 7.8988941548183265}, {"trait_type" : "Fur", "value" : "Noise", "count" : 155, "ratio" : 0.0155, "ratioScore" : 64.51612903225806}, {"trait_type" : "Clothes", "value" : "Bayc T Black", "count" : 215, "ratio" : 0.0215, "ratioScore" : 46.51162790697675}, {"trait_type" : "Trait Count", "value" : "6", "count" : 5323, "ratio" : 0.5323, "ratioScore" : 1.8786398647379297}, {"trait_type" : "Earring", "value" : "[Missing]", "count" : 7023, "ratio" : 0.7023, "ratioScore" : 1.4238929232521713}], "rarityScore" : 248.80468723299307, "rank" : 1220} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1309699387, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "d834329b89f1206056aed2d51801f5ae", "wof:id" : 1309699387, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.17837, 45.35251, 22.17837, 45.35251], "geometry" : {"coordinates" : [22.17837, 45.35251], "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "130503006001", "text" : "\u674e\u6f14\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006002", "text" : "\u7231\u6c11\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006003", "text" : "\u91d1\u534e\u897f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006004", "text" : "\u91d1\u534e\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006005", "text" : "\u80dc\u5229\u5317\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006006", "text" : "\u987a\u6cf0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006007", "text" : "\u91d1\u5bab\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006008", "text" : "\u6676\u725b\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006009", "text" : "\u56db\u5904\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006010", "text" : "\u9526\u7ee3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130503006011", "text" : "\u91d1\u725b\u793e\u533a\u5c45\u59d4\u4f1a"}] | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"38": {"type": "string"}}, "required": ["38"]}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}}, "required": ["name", "description", "version", "permissions", "content_scripts", "background", "browser_action", "icons", "manifest_version", "minimum_chrome_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Scrollhide", "description" : "Scroll down to kill the sticky navigation. Scroll up to bring it back.", "version" : "1.2.3", "permissions" : ["activeTab"], "content_scripts" : [{"matches" : ["http://*/*", "https://*/*"], "js" : ["content.js", "foreground.js"]}], "background" : {"scripts" : ["background.js"], "persistent" : false}, "browser_action" : {"default_icon" : {"38" : "hide38.png"}, "default_title" : "Disable Scrollhide"}, "icons" : {"128" : "hide128.png"}, "manifest_version" : 2, "minimum_chrome_version" : "31"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"38": {"type": "string"}}, "required": ["38"]}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "manifest_version": {"type": "integer"}, "minimum_chrome_version": {"type": "string"}}, "required": ["name", "description", "version", "permissions", "content_scripts", "background", "browser_action", "icons", "manifest_version", "minimum_chrome_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 8487, "name" : "Csfd - Center page, Remove Ads", "description" : "Tip: Use Adblock Plus to hide some elements", "user" : {"id" : 11899, "name" : "Karls", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2008-06-30T13:08:42.000Z", "weekly_install_count" : 0, "total_install_count" : 245, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/8487_after.gif?r=1602144809", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2008-06-30T13:08:42.000Z", "category" : "site", "raw_subcategory" : "csfd", "subcategory" : "csfd", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"csfd.cz\") {\r\n[src*=\"ad.adfox.cz\"]{\r\n display: none !important;\r\n }\r\n[src*=\"billboard.cz\"]{\r\n display: none !important;\r\n }\r\n[src*=\"bbmedia.cz\"]{\r\n display: none !important;\r\n }\r\n[src*=\"google-analytics.com\"]{\r\n display: none !important;\r\n }\r\n[src*=\"etargetnet.com\"]{\r\n display: none !important;\r\n }\r\n[src*=\"img.csfd.cz/images/bannery/\"]{\r\n display: none !important;\r\n }\r\n html {\r\n height:100% !important;\r\n display:table !important;\r\n margin-left: auto !important;\r\n margin-right: auto !important;\r\n }\r\n body {\r\n display:table-cell !important;\r\n vertical-align: top !important;\r\n }\r\n\r\n DIV[style*=\"width: 425px\"]{\r\n width:700px !important;\r\n }\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/8487/csfd-center-page-remove-ads.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-70.82, 43.23]}, "type" : "Feature", "id" : "03869", "properties" : {"other_cities" : "", "city" : "Rollinsford", "state" : "NH", "county" : "Strafford County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"1" : [{"1" : "Gazipasa Alanya, Turkey (GZP)", "2" : "airport", "3" : "GZP", "4" : "GZP", "5" : "Gazipasa", "6" : 32.2902778, "7" : 36.2980556, "10" : "Europe/Istanbul"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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": {"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" : 34, "n_trials" : 340, "objective" : "markowitz_return_on_cube", "white" : "pymoo_unsga3", "black" : "platypus_genetic", "traceback" : ["passing", "passing"], "best_val" : [805.0466715047957, 880.4484251698142], "best_x" : [[0.24946817041286418, 0.709065340383755, 0.6143985568664452, 0.8645093871999976, 0.7819092048468643, 0.9005257284072402, 0.6308219115973401, 0.5926612347105347, 0.26709934820127634, 0.5691996117387657, 0.8582526108799361, 0.8002543182701815, 0.8501077329844883, 0.13023251413296666, 0.9757113079730979, 0.6242693074737559, 0.5330204115509856, 0.17655503646550696, 0.5912785343422603, 0.25423657288227763, 0.8334805944301814, 0.7938513614971808, 0.8740906782432142, 0.7441174017779132, 0.4872166322578606, 0.5856916555601804, 0.8672627655480579, 0.6281154922879452, 0.3427089549416493, 0.6797177605477988, 0.8109433889500859, 0.5746585929714728, 0.7407982960867157, 0.6250926062754055], [0.8967492522651258, 0.9358249222511626, 0.901896464632242, 0.9867152167105144, 0.9225349903109472, 0.24115787658361787, 0.9309252931162937, 0.23291088498552237, 0.6109411487177774, 0.8395776209230752, 0.8570406919009927, 0.6496464439342532, 0.21618180884443838, 0.8733321480085277, 0.8903427479571098, 0.6625540839901382, 0.4055374674649227, 0.5066464559674917, 0.9808052157811205, 0.7479567182193634, 0.8784250238488949, 0.36445839430268023, 0.9239829680786198, 0.6240092542530307, 0.8316862281968069, 0.8601303738334168, 0.519121182213603, 0.6611235042949131, 0.6197913626844632, 0.9546338230628422, 0.7290456452605776, 0.9142828184101801, 0.749102702469894, 0.8552840673775858]], "feval_count" : [340, 300], "n_trials_instructed" : [340, 289], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_unsga3", "loser" : "platypus_genetic"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}}, "required": ["babel"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"babel" : "*"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}}, "required": ["babel"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "b4db7ef6f48345234f712429f0a015210218d428"} | 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"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type": "array", "items": {}}, "keywords": {"type": "array", "items": {}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"gm": {"type": "string"}, "simple-imagemagick": {"type": "string"}}, "required": ["gm", "simple-imagemagick"]}, "peerDependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "preferGlobal": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {}}, "bin": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}}, "required": ["name", "version", "description", "homepage", "license", "author", "contributors", "keywords", "bugs", "repository", "engines", "dependencies", "peerDependencies", "devDependencies", "preferGlobal", "main", "scripts", "files", "bin", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "osmpostermaker", "version" : "0.1.0", "description" : "Make a poster from OSM tiles", "homepage" : "", "license" : "MIT", "author" : {"name" : "Jonathan Lurie", "email" : "lurie.jo@gmail.com", "url" : "http://me.jonathanlurie.fr"}, "contributors" : [], "keywords" : [], "bugs" : {"url" : "", "email" : ""}, "repository" : {"type" : "git", "url" : "https://github.com/jonathanlurie/osmpostermaker"}, "engines" : {}, "dependencies" : {"gm" : "^1.23.0", "simple-imagemagick" : "^0.2.2"}, "peerDependencies" : {}, "devDependencies" : {}, "preferGlobal" : false, "main" : "src/OsmPosterMaker.js", "scripts" : {"test" : "node test/test1.js"}, "files" : [], "bin" : {}, "private" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type": "array", "items": {}}, "keywords": {"type": "array", "items": {}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"gm": {"type": "string"}, "simple-imagemagick": {"type": "string"}}, "required": ["gm", "simple-imagemagick"]}, "peerDependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "preferGlobal": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {}}, "bin": {"type": "object", "properties": {}, "required": []}, "private": {"type": "boolean"}}, "required": ["name", "version", "description", "homepage", "license", "author", "contributors", "keywords", "bugs", "repository", "engines", "dependencies", "peerDependencies", "devDependencies", "preferGlobal", "main", "scripts", "files", "bin", "private"], "$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": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 33864, "cartId" : "77dc5f43-00d5-47f8-9779-64073501b532", "preferredProducts" : [4239, 4902, 366, 3568, 106, 1352, 4267, 4292], "productReviews" : [{"productId" : 4466, "reviewText" : "This North Korean Won works quite well. It romantically improves my golf by a lot.", "reviewDate" : "2018-10-07T07:15:48.2532374+03:00"}, {"productId" : 4521, "reviewText" : "The box this comes in is 3 yard by 6 yard and weights 19 pound!!!", "reviewDate" : "2018-11-28T22:07:06.7756019+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-96.15, 42.12]}, "type" : "Feature", "id" : "51063", "properties" : {"other_cities" : "", "city" : "Whiting", "state" : "IA", "county" : "Monona County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "131025100", "text" : "\u5e73\u8212\u9547"}, {"id" : "131025101", "text" : "\u65fa\u6751\u9547"}, {"id" : "131025102", "text" : "\u5927\u5c1a\u5c6f\u9547"}, {"id" : "131025103", "text" : "\u5357\u8d75\u6276\u9547"}, {"id" : "131025104", "text" : "\u7559\u5404\u5e84\u9547"}, {"id" : "131025105", "text" : "\u6743\u6751\u9547"}, {"id" : "131025106", "text" : "\u91cc\u5766\u9547"}, {"id" : "131025107", "text" : "\u5e7f\u5b89\u9547"}, {"id" : "131025108", "text" : "\u5317\u9b4f\u9547"}, {"id" : "131025109", "text" : "\u81e7\u5c6f\u9547"}, {"id" : "131025400", "text" : "\u6cb3\u5317\u5927\u57ce\u7ecf\u6d4e\u5f00\u53d1\u533a"}] | 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#"} |
Please provide a valid JSON object following this schema:
{"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" : "\u6e90\u665f\u771f\u7a7a\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "12000026", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u5927\u5bee\u5340\u4e09\u9686\u91cc\u9cf3\u6797\u4e8c\u8def860\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u9ad8\u96c4\u5e02\u5927\u5bee\u5340\u4e09\u9686\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9ad8\u5049\u8cd3", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "54634924", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0991028", "\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" : ["254\u91d1\u5c6c\u52a0\u5de5\u8655\u7406"]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ROYETTE", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"39338462": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["39338462"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "K\u00e9vin_Tillie", "to" : "K\u00e9vin Tillie"}], "pages" : {"39338462" : {"pageid" : 39338462, "ns" : 0, "title" : "K\u00e9vin Tillie", "pageprops" : {"defaultsort" : "Tillie, Kevin", "page_image_free" : "Kevin_Tillie_AVCA_All_American_Banquet_2013.jpg", "wikibase-shortdesc" : "French volleyball player", "wikibase_item" : "Q3201170"}}}}} | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"39338462": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["39338462"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"coordinates" : [[[-71.78824886792613, 41.72160337369939], [-71.79783163094471, 42.00427480868238], [-71.49743036707343, 42.009253487696256], [-71.37864422269111, 42.01371329745115], [-71.38240529956211, 41.97926309318698], [-71.38395315245637, 41.888439733210475], [-71.33308593727125, 41.896031148953206], [-71.3424931364002, 41.875782866687814], [-71.33454271866418, 41.857903583145756], [-71.34548316194827, 41.81316136675912], [-71.33979860109307, 41.784425562476855], [-71.31932776867427, 41.77219587206338], [-71.36738746394224, 41.74135019286305], [-71.39358062236099, 41.761155809611466], [-71.41582900678489, 41.76008761031834], [-71.43839018399889, 41.74918135770029], [-71.45386332532135, 41.72996288793482], [-71.78824886792613, 41.72160337369939]]], "type" : "Polygon"}, "properties" : {"FIPS" : "44007", "CNTY_FIPS" : "007", "STATE_FIPS" : "44", "STATE_NAME" : "Rhode Island", "NAME" : "Providence"}, "type" : "Feature"} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "taqun", "repos" : 2, "login" : "taqun", "id" : 694558, "avatar_url" : "https://avatars3.githubusercontent.com/u/694558?v=3", "url" : "https://api.github.com/users/taqun", "html_url" : "https://github.com/taqun", "followers_url" : "https://api.github.com/users/taqun/followers", "following_url" : "https://api.github.com/users/taqun/following{/other_user}", "gists_url" : "https://api.github.com/users/taqun/gists{/gist_id}", "starred_url" : "https://api.github.com/users/taqun/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/taqun/subscriptions", "organizations_url" : "https://api.github.com/users/taqun/orgs", "repos_url" : "https://api.github.com/users/taqun/repos", "events_url" : "https://api.github.com/users/taqun/events{/privacy}", "received_events_url" : "https://api.github.com/users/taqun/received_events", "type" : "User", "site_admin" : false, "name" : null, "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 12, "public_gists" : 0, "followers" : 2, "following" : 8, "created_at" : "2011-03-28T07:53:33Z", "updated_at" : "2017-02-05T09:51:13Z"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["ipy"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"sweetalert2": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["sweetalert2"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"sweetalert2" : {"version" : "11.0.20", "resolved" : "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.0.20.tgz", "integrity" : "sha512-htNVn/7IDNfqSLo8m50s0Y7FkgAjng7NnQbvi5p1e4ydxByjiiNgpWhSThgiCRFYMzIaSEuOam2d4Sq9FbVyfA=="}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"sweetalert2": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["sweetalert2"]}}, "required": ["requires", "lockfileVersion", "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"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RealToken 16200 Fullerton Ave Detroit MI", "symbol" : "REALTOKEN-16200-FULLERTON-AVE-DETROIT-MI", "type" : "ERC20", "decimals" : 18, "description" : "16200 Fullerton is a 15-unit apartment building that has undergone comprehensive renovations in 2019, and now is a stabilized, income-producing asset with vetted tenants.", "website" : "https://realt.co/product/16200-fullerton-ave-detroit-mi-48227/", "explorer" : "https://etherscan.io/token/0x22C8ECF727C23422f47093b562EC53c139805301", "status" : "active", "id" : "0x22C8ECF727C23422f47093b562EC53c139805301"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sigma.js": {"type": "string"}, "sigma.min.js": {"type": "string"}}, "required": ["sigma.js", "sigma.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sigma.js" : "sha256-ZlkTVCj1vjAjLslJr+sh16JftSDdMG3Xqz/lWwNA5iY=", "sigma.min.js" : "sha256-xwuZOHY78r/3S9NNXp21WuTwOY/1O04VfqqQX2oOF6k="} | json_instruct | {"type": "object", "properties": {"sigma.js": {"type": "string"}, "sigma.min.js": {"type": "string"}}, "required": ["sigma.js", "sigma.min.js"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "es2017": {"type": "string"}, "types": {"type": "string"}, "collection": {"type": "string"}, "collection:main": {"type": "string"}, "unpkg": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "test.watch": {"type": "string"}, "generate": {"type": "string"}}, "required": ["build", "start", "test", "test.watch", "generate"]}, "dependencies": {"type": "object", "properties": {"@stencil/core": {"type": "string"}, "stencil-inline-svg": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@stencil/core", "stencil-inline-svg", "uuid"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@stencil/react-output-target": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "jest": {"type": "string"}, "jest-svg-transformer": {"type": "string"}, "puppeteer": {"type": "string"}, "workbox-build": {"type": "string"}}, "required": ["@stencil/react-output-target", "@types/jest", "@types/puppeteer", "jest", "jest-svg-transformer", "puppeteer", "workbox-build"]}}, "required": ["name", "version", "description", "repository", "main", "module", "es2015", "es2017", "types", "collection", "collection:main", "unpkg", "files", "scripts", "dependencies", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "was-this-helpful", "version" : "0.0.2", "description" : "was-this-helpful is a Stencil.js web component that gives you a simple 'Was this helpful?' form.", "repository" : {"type" : "git", "url" : "https://github.com/anaptfox/was-this-helpful"}, "main" : "dist/index.cjs.js", "module" : "dist/custom-elements/index.js", "es2015" : "dist/esm/index.mjs", "es2017" : "dist/esm/index.mjs", "types" : "dist/custom-elements/index.d.ts", "collection" : "dist/collection/collection-manifest.json", "collection:main" : "dist/collection/index.js", "unpkg" : "dist/was-this-helpful/was-this-helpful.esm.js", "files" : ["dist/", "loader/"], "scripts" : {"build" : "stencil build --docs", "start" : "stencil build --dev --watch --serve", "test" : "stencil test --spec --e2e", "test.watch" : "stencil test --spec --e2e --watchAll", "generate" : "stencil generate"}, "dependencies" : {"@stencil/core" : "^2.0.1", "stencil-inline-svg" : "^1.1.0", "uuid" : "^8.3.2"}, "license" : "MIT", "devDependencies" : {"@stencil/react-output-target" : "^0.0.9", "@types/jest" : "^26.0.23", "@types/puppeteer" : "^5.4.3", "jest" : "^27.0.5", "jest-svg-transformer" : "^1.0.0", "puppeteer" : "^10.0.0", "workbox-build" : "6.1.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "es2017": {"type": "string"}, "types": {"type": "string"}, "collection": {"type": "string"}, "collection:main": {"type": "string"}, "unpkg": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "test.watch": {"type": "string"}, "generate": {"type": "string"}}, "required": ["build", "start", "test", "test.watch", "generate"]}, "dependencies": {"type": "object", "properties": {"@stencil/core": {"type": "string"}, "stencil-inline-svg": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@stencil/core", "stencil-inline-svg", "uuid"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@stencil/react-output-target": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "jest": {"type": "string"}, "jest-svg-transformer": {"type": "string"}, "puppeteer": {"type": "string"}, "workbox-build": {"type": "string"}}, "required": ["@stencil/react-output-target", "@types/jest", "@types/puppeteer", "jest", "jest-svg-transformer", "puppeteer", "workbox-build"]}}, "required": ["name", "version", "description", "repository", "main", "module", "es2015", "es2017", "types", "collection", "collection:main", "unpkg", "files", "scripts", "dependencies", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2020-11-20T15:17:19Z", "data" : [{"data_type" : "pm10", "value" : "0.17", "max" : "1.00", "min" : "0.00", "sd" : "0.62"}, {"data_type" : "pm2.5", "value" : "0.17", "max" : "1.00", "min" : "0.00", "sd" : "0.62"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "pm10", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 2}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 2}, {"data_type" : "noise", "value" : "34.14", "max" : "88.67", "min" : "29.50", "sd" : "3.79"}, {"data_type" : "illuminance", "value" : "2461.00", "max" : "2461.00", "min" : "2461.00", "sd" : "0.00"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "temperature", "value" : "16.21", "max" : "16.50", "min" : "15.95", "sd" : "0.25"}, {"data_type" : "humidity", "value" : "47.03", "max" : "53.12", "min" : "41.40", "sd" : "2.30"}, {"data_type" : "presure", "value" : "691.91", "max" : "692.02", "min" : "691.75", "sd" : "0.16"}, {"data_type" : "voltage", "value" : "5.04", "max" : "5.05", "min" : "5.04", "sd" : "0.03"}, {"data_type" : "batery", "value" : "4.16", "max" : "4.16", "min" : "4.16", "sd" : "0.00"}, {"data_type" : "panel", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]} | 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", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}}, "required": ["test", "build", "format"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-jest", "jest", "prettier", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ve-form-validation", "version" : "1.0.0", "description" : "form-validate with javascript", "main" : "dist/form-validate.js", "scripts" : {"test" : "jest", "build" : "webpack", "format" : "prettier --write \"**/*.+(js|json|md|html)\""}, "keywords" : ["validate form", "javascript", "validator", "form", "streams", "object", "inputs"], "repository" : {"type" : "git", "url" : "https://github.com/doaashafik/form-validate.git"}, "author" : "doaaShafik https://linkedin.com/in/doaashafik", "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.10.3", "@babel/preset-env" : "^7.10.3", "babel-jest" : "^26.0.1", "jest" : "^26.0.1", "prettier" : "^1.19.1", "webpack" : "^4.43.0", "webpack-cli" : "^3.3.12"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}}, "required": ["test", "build", "format"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-jest", "jest", "prettier", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "repository", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Shop", "symbol" : "BUY", "logoURI" : "https://raw.githubusercontent.com/FullMoonMiningCo/logos/main/buy-logo.png", "decimals" : 9, "address" : "9vbTWQTmdKZed35iC14Q1XiQp7syUWwfwQZLXVrjnkxt", "chainId" : 101, "tags" : ["social-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$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"}, "dynamic": {"type": "boolean"}, "elements": {"type": "object", "properties": {"class": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "readonly": {"type": "boolean"}, "type": {"type": "string"}, "array": {"type": "boolean"}, "description": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "readonly", "type", "array", "description", "value"]}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}, "constructors": {"type": "object", "properties": {"methods": {"type": "array", "items": {}}}, "required": ["methods"]}, "instance": {"type": "object", "properties": {"properties": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}}, "required": ["class", "constructors", "instance"]}, "description": {"type": "string"}}, "required": ["name", "dynamic", "elements", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SelectionType", "dynamic" : false, "elements" : {"class" : {"properties" : [{"name" : "REPLACE", "readonly" : true, "type" : "int", "array" : false, "description" : "Replace the selected area.", "value" : "1"}, {"name" : "EXTEND", "readonly" : true, "type" : "int", "array" : false, "description" : "Add the selection to an already selected area.", "value" : "2"}, {"name" : "DIMINISH", "readonly" : true, "type" : "int", "array" : false, "description" : "Remove the selection from the already selected area.", "value" : "3"}, {"name" : "INTERSECT", "readonly" : true, "type" : "int", "array" : false, "description" : "Make the selection only the area where the new selection intersects the already selected area.", "value" : "4"}], "methods" : []}, "constructors" : {"methods" : []}, "instance" : {"properties" : [], "methods" : []}}, "description" : "The selection behavior when a selection already exists."} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}, "elements": {"type": "object", "properties": {"class": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "readonly": {"type": "boolean"}, "type": {"type": "string"}, "array": {"type": "boolean"}, "description": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "readonly", "type", "array", "description", "value"]}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}, "constructors": {"type": "object", "properties": {"methods": {"type": "array", "items": {}}}, "required": ["methods"]}, "instance": {"type": "object", "properties": {"properties": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}}, "required": ["properties", "methods"]}}, "required": ["class", "constructors", "instance"]}, "description": {"type": "string"}}, "required": ["name", "dynamic", "elements", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "ParaTimer: a progress indicator for MapReduce DAGs.", "fields" : ["critical path method", "parallel database", "estimator", "directed acyclic graph", "data processing system"], "abstract" : "Time-oriented progress estimation for parallel queries is a challenging problem that has received only limited attention. In this paper, we present ParaTimer, a new type of time-remaining indicator for parallel queries. Several parallel data processing systems exist. ParaTimer targets environments where declarative queries are translated into ensembles of MapReduce jobs. ParaTimer builds on previous techniques and makes two key contributions. First, it estimates the progress of queries that translate into directed acyclic graphs of MapReduce jobs, where jobs on different paths can execute concurrently (unlike prior work that looked at sequences only). For such queries, we use a new type of critical-path-based progress-estimation approach. Second, ParaTimer handles a variety of real systems challenges such as failures and data skew. To handle unexpected changes in query execution times due to runtime condition changes, ParaTimer provides users with not only one but with a set of time-remaining estimates, each one corresponding to a different carefully selected scenario. We implement our estimator in the Pig system and demonstrate its performance on experiments running on a real, small-scale cluster.", "citation" : "Citations (177)", "year" : "2010", "departments" : ["University of Washington", "University of Washington", "University of Washington"], "conf" : "sigmod", "authors" : ["Kristi Morton.....http://dblp.org/pers/hd/m/Morton:Kristi", "Magdalena Balazinska.....http://dblp.org/pers/hd/b/Balazinska:Magdalena", "Dan Grossman.....http://dblp.org/pers/hd/g/Grossman:Dan"], "pages" : 12} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"single_instance_allowed": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["single_instance_allowed", "unknown"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "invalid_zone": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "invalid_zone"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"records": {"type": "object", "properties": {"data": {"type": "object", "properties": {"records": {"type": "string"}}, "required": ["records"]}, "title": {"type": "string"}}, "required": ["data", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"api_token": {"type": "string"}}, "required": ["api_token"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}, "zone": {"type": "object", "properties": {"data": {"type": "object", "properties": {"zone": {"type": "string"}}, "required": ["zone"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["records", "user", "zone"]}}, "required": ["abort", "error", "flow_title", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"single_instance_allowed" : "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3.", "unknown" : "Error inesperat"}, "error" : {"cannot_connect" : "Ha fallat la connexi\u00f3", "invalid_auth" : "Autenticaci\u00f3 inv\u00e0lida", "invalid_zone" : "Zona inv\u00e0lida"}, "flow_title" : "{name}", "step" : {"records" : {"data" : {"records" : "Registres"}, "title" : "Selecciona els registres a actualitzar"}, "user" : {"data" : {"api_token" : "Token d'API"}, "description" : "Aquesta integraci\u00f3 necessita un token d'API creat amb permisos d'edici\u00f3 Zone:Zone:Read i Zone:DNS:Edit per a totes les zones del teu compte.", "title" : "Connexi\u00f3 amb Cloudflare"}, "zone" : {"data" : {"zone" : "Zona"}, "title" : "Selecciona la zona a actualitzar"}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"single_instance_allowed": {"type": "string"}, "unknown": {"type": "string"}}, "required": ["single_instance_allowed", "unknown"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "invalid_zone": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "invalid_zone"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"records": {"type": "object", "properties": {"data": {"type": "object", "properties": {"records": {"type": "string"}}, "required": ["records"]}, "title": {"type": "string"}}, "required": ["data", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"api_token": {"type": "string"}}, "required": ["api_token"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}, "zone": {"type": "object", "properties": {"data": {"type": "object", "properties": {"zone": {"type": "string"}}, "required": ["zone"]}, "title": {"type": "string"}}, "required": ["data", "title"]}}, "required": ["records", "user", "zone"]}}, "required": ["abort", "error", "flow_title", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}}, "egis": {"type": "null"}}, "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", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u8fc5\u8c4a\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "05000293", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u82d7\u6817\u7e23\u982d\u4efd\u5e02\u6c11\u751f\u91cc\u4e00\uff10\u9130\u4e2d\u83ef\u8def\u4e94\u516d\u4e94\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u82d7\u6817\u7e23\u982d\u4efd\u5e02\u6c11\u751f\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u912d\u7b60\u85b0", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "42770368", "\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" : "1050317", "\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" : ["251\u91d1\u5c6c\u624b\u5de5\u5177\u53ca\u6a21\u5177"], "egis" : null} | 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"}}, "egis": {"type": "null"}}, "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", "egis"], "$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.