input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Ecuador - Conflict Data", "downloads" : 148, "tags" : ["hxl", "protests", "security incidents", "violence and conflict", "Ecuador"], "hxl" : 1, "org" : "Armed Conflict Location & Event Data Project (ACLED)", "id" : "7537486b-2a1a-42aa-98dd-95711fa8780f", "resources" : [{"update_date" : "2021-02-03T00:41:10.884046", "link" : "https://data.humdata.org/dataset/7537486b-2a1a-42aa-98dd-95711fa8780f/resource/2cb7fe62-8931-43d5-8824-7e0af31cfb86/download/conflict_data_ecu.csv"}, {"update_date" : "2021-02-03T00:41:10.884046", "link" : "https://data.humdata.org/dataset/7537486b-2a1a-42aa-98dd-95711fa8780f/resource/6be828c0-7c9d-4027-af56-bdcfafe49b86/download/qc_conflict_data_ecu.csv"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "abi": {"type": "array", "items": {}}, "bytecode": {"type": "string"}, "address": {"type": "string"}, "implementation": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "abi", "bytecode", "address", "implementation", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "EpochLibrary", "abi" : [], "bytecode" : "0x6101fd610026600b82828239805160001a60731461001957fe5b30600052607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610610072577c010000000000000000000000000000000000000000000000000000000060003504631e6af9c1811461007757806338ac766b146100a6578063dde77bf0146100c3578063f3b68c95146100fa575b600080fd5b6100946004803603602081101561008d57600080fd5b503561011d565b60408051918252519081900360200190f35b610094600480360360208110156100bc57600080fd5b503561013d565b6100e6600480360360408110156100d957600080fd5b508035906020013561015a565b604080519115158252519081900360200190f35b6100e66004803603604081101561011057600080fd5b5080359060200135610198565b60028101548154600091610137919063ffffffff6101b816565b92915050565b6000610137826002015483600101546101b890919063ffffffff16565b60008181526020839052604081206001015461017857506000610137565b600082815260208490526040902061018f9061013d565b43119392505050565b60008181526020839052604081206101af9061011d565b43109392505050565b6000828201838110156101ca57600080fd5b939250505056fea165627a7a723058200c72365bac81c6f5ae1a1f80239d922cba559e27ff6eb2a367be77a6da74cc250029", "address" : "0x8008F1AbD5DE59eF4546d440A124799CEcA82Adb", "implementation" : "0x8008F1AbD5DE59eF4546d440A124799CEcA82Adb", "version" : "v0.10.3"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "abi": {"type": "array", "items": {}}, "bytecode": {"type": "string"}, "address": {"type": "string"}, "implementation": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "abi", "bytecode", "address", "implementation", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"dapa": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "dinagat": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "claver": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "surigao city": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "surigao": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "victory": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["dapa", "dinagat", "claver", "surigao city", "surigao", "victory"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"c" : {"dapa" : {"z" : {}, "l" : ["9.7594", "126.0531"]}, "dinagat" : {"z" : {}, "l" : ["9.9561", "125.5933"]}, "claver" : {"z" : {}, "l" : ["9.5749", "125.7307"]}, "surigao city" : {"z" : {}, "l" : ["9.7890", "125.4950"]}, "surigao" : {"z" : {}, "l" : ["9.7890", "125.4950"]}, "victory" : {"z" : {}, "l" : ["9.9281", "125.6567"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"dapa": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "dinagat": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "claver": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "surigao city": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "surigao": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "victory": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["dapa", "dinagat", "claver", "surigao city", "surigao", "victory"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "is_enhanced": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "is_enhanced"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e6fdc86a-c8c3-429f-b5c4-77fd5181b17d", "card_title" : "Traidor Imperial", "house" : "Shadows", "card_type" : "Action", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/479_282_9W52QM6RM94X_pt.png", "card_text" : "Jogar: Olhe a m\u00e3o do seu oponente. Voc\u00ea pode escolher e expurgar uma carta do Santur\u00e1rio dela.", "traits" : "", "amber" : 1, "power" : null, "armor" : null, "rarity" : "Rare", "flavor_text" : "", "card_number" : "282", "expansion" : 479, "is_maverick" : false, "is_anomaly" : false, "is_enhanced" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "is_enhanced": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "is_enhanced"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"komentarz" : "Pisowcy unikaj\u0105 odpowiedzi na zadane pytanie,wyg\u0142aszaj\u0105c sw\u00f3j monolog nie zwi\u0105zany z zadanym pytaniem to Pisowska normalka", "nie" : 4, "tak" : 2} | json_instruct | {"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2018iq\u00b7q\u00ea\u0161": {"type": "object", "properties": {"2sa.23.26|4": {"type": "array", "items": {"type": "string"}}, "1ch.27.9|5": {"type": "array", "items": {"type": "string"}}, "1ch.11.28|2": {"type": "array", "items": {"type": "string"}}}, "required": ["2sa.23.26|4", "1ch.27.9|5", "1ch.11.28|2"]}}, "required": ["\u2018iq\u00b7q\u00ea\u0161"]}, "meanings": {"type": "object", "properties": {"ikkesh": {"type": "integer"}}, "required": ["ikkesh"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "proper", "translits" : {"\u2018iq\u00b7q\u00ea\u0161" : {"2sa.23.26|4" : ["son", "of Ikkesh", "the Tekoite\uff64"], "1ch.27.9|5" : ["son", "of Ikkesh", "the Tekoite\u2013"], "1ch.11.28|2" : ["son", "of Ikkesh", "the Tekoite\uff64"]}}, "meanings" : {"ikkesh" : 3}, "meaningsCount" : 1, "occurences" : 3} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2018iq\u00b7q\u00ea\u0161": {"type": "object", "properties": {"2sa.23.26|4": {"type": "array", "items": {"type": "string"}}, "1ch.27.9|5": {"type": "array", "items": {"type": "string"}}, "1ch.11.28|2": {"type": "array", "items": {"type": "string"}}}, "required": ["2sa.23.26|4", "1ch.27.9|5", "1ch.11.28|2"]}}, "required": ["\u2018iq\u00b7q\u00ea\u0161"]}, "meanings": {"type": "object", "properties": {"ikkesh": {"type": "integer"}}, "required": ["ikkesh"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$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"}, "character": {"type": "string"}, "img": {"type": "string"}, "description": {"type": "string"}, "longtitle": {"type": "string"}, "character facts": {"type": "object", "properties": {"powers": {"type": "string"}, "occupation": {"type": "string"}, "alias/AKA": {"type": "string"}, "facebook": {"type": "string"}, "first appearance": {"type": "string"}, "real name": {"type": "string"}}, "required": ["powers", "occupation", "alias/AKA", "facebook", "first appearance", "real name"]}}, "required": ["name", "character", "img", "description", "longtitle", "character facts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SUPERMAN", "character" : "Man of Steel", "img" : "superman-large-img.jpg", "description" : "Look! Up in the sky! It\u2019s a bird! It\u2019s a plane! It\u2019s\u2026Well, you know how it ends, don\u2019t you? It\u2019s a sentence so iconic, there are probably kids shouting it in Swahili as you read this.", "longtitle" : "The most recognized superhero in pop culture, Superman has been elevated to mythic folkhero status. Rocketed to Earth from the dying planet Krypton, baby Kal-El was found by a farming couple who named the boy Clark Kent and raised him as their own. Discovering his enormous powers, they instilled in him strong moral values\u2014and inspired him to become a hero. Superman has super-everything\u2014strength, speed, flight, invulnerability as well as his renowned X-ray and heat vision. The most powerful being on the planet, his amazing abilities are also a melancholy reminder of how different he is from the people he\u2019s dedicated to protect. A universal icon, Superman means different things to the many diverse people he inspires: He\u2019s an alien; an immigrant from a faraway land just looking to help; a country boy fighting the never-ending battle for truth and justice. And recent comics have truly spotlighted his role as the people\u2019s hero: Following a neophyte Man of Steel still learning his powers\u2019 limits, Superman fights the evil corporate tycoons and corrupt one-percenters that have overwhelmed the establishment.", "character facts" : {"powers" : "super strength, flight, invulnerability, super speed, heat vision, freeze breath, x-ray vision, superhuman hearing, healing factor", "occupation" : "Reporter", "alias/AKA" : "Man of Steel", "facebook" : "https://www.facebook.com/superman", "first appearance" : "ACTION COMICS #1 (1938)", "real name" : "Kal-El, Clark Joseph Kent"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "character": {"type": "string"}, "img": {"type": "string"}, "description": {"type": "string"}, "longtitle": {"type": "string"}, "character facts": {"type": "object", "properties": {"powers": {"type": "string"}, "occupation": {"type": "string"}, "alias/AKA": {"type": "string"}, "facebook": {"type": "string"}, "first appearance": {"type": "string"}, "real name": {"type": "string"}}, "required": ["powers", "occupation", "alias/AKA", "facebook", "first appearance", "real name"]}}, "required": ["name", "character", "img", "description", "longtitle", "character facts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : 588890, "name" : "Heroes of Arca", "windows" : true, "mac" : false, "linux" : true, "early_access" : false, "lookup_time" : 1491010100} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "specs": {"type": "object", "properties": {"isCaseSensitive": {"type": "object", "properties": {"value": {"type": "boolean"}, "range": {"type": "array", "items": {"type": "boolean"}}}, "required": ["value", "range"]}, "isGlobal": {"type": "object", "properties": {"value": {"type": "boolean"}, "range": {"type": "array", "items": {"type": "boolean"}}}, "required": ["value", "range"]}, "queries": {"type": "object", "properties": {"value": {"type": "array", "items": {}}}, "required": ["value"]}}, "required": ["isCaseSensitive", "isGlobal", "queries"]}}, "required": ["name", "description", "specs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "regex-matcher", "description" : "Matches the text against a certain number of Regular Expressions, configurable in the configuration.", "specs" : {"isCaseSensitive" : {"value" : true, "range" : [true, false]}, "isGlobal" : {"value" : true, "range" : [true, false]}, "queries" : {"value" : []}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "specs": {"type": "object", "properties": {"isCaseSensitive": {"type": "object", "properties": {"value": {"type": "boolean"}, "range": {"type": "array", "items": {"type": "boolean"}}}, "required": ["value", "range"]}, "isGlobal": {"type": "object", "properties": {"value": {"type": "boolean"}, "range": {"type": "array", "items": {"type": "boolean"}}}, "required": ["value", "range"]}, "queries": {"type": "object", "properties": {"value": {"type": "array", "items": {}}}, "required": ["value"]}}, "required": ["isCaseSensitive", "isGlobal", "queries"]}}, "required": ["name", "description", "specs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "title" : "Barnous (mountain)", "id" : "491539", "bbox" : [21.789167, 40.931111, 21.789167, 40.931111], "description" : "Mt. Voras Kaimatsala.", "names" : ["Barnous"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [21.789167, 40.931111]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [21.789167, 40.931111]}, "id" : "location-of-mt-voras-kaimatsala", "type" : "Feature", "properties" : {"description" : "verified in Google Earth 2013.", "location_precision" : "precise", "title" : "location of Mt. Voras Kaimatsala", "link" : "http://pleiades.stoa.org/places/491539/location-of-mt-voras-kaimatsala"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}, "48": {"type": "string"}}, "required": ["128", "48"]}, "offline_enabled": {"type": "boolean"}, "background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["persistent", "scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "incognito": {"type": "string"}}, "required": ["name", "description", "version", "manifest_version", "homepage_url", "icons", "offline_enabled", "background", "permissions", "incognito"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "EVAC Hyperdrive", "description" : "Blazing fast web accelerator for Chrome Browser and Chrome OS", "version" : "2.1.7", "manifest_version" : 2, "homepage_url" : "https://github.com/loouislow81/arch-hyperdrive/", "icons" : {"128" : "app_icon128.png", "48" : "app_icon48.png"}, "offline_enabled" : false, "background" : {"persistent" : true, "scripts" : ["js/background.js"]}, "permissions" : ["<all_urls>", "webRequest", "webRequestBlocking", "storage"], "incognito" : "spanning"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}, "48": {"type": "string"}}, "required": ["128", "48"]}, "offline_enabled": {"type": "boolean"}, "background": {"type": "object", "properties": {"persistent": {"type": "boolean"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["persistent", "scripts"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "incognito": {"type": "string"}}, "required": ["name", "description", "version", "manifest_version", "homepage_url", "icons", "offline_enabled", "background", "permissions", "incognito"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "1804050002", "district_id" : "1804050", "name" : "GUNUNG PASIR JAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "Peter": {"type": "string"}, "age": {"type": "integer"}, "tinkerbell fan": {"type": "boolean"}}, "required": ["_id", "_rev", "Peter", "age", "tinkerbell fan"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "5858f292adea92fc85a7c3593e009178", "_rev" : "1-3eefbf50332501e05d4f3d501a5a96ed", "Peter" : "Pan", "age" : 42, "tinkerbell fan" : true} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "Peter": {"type": "string"}, "age": {"type": "integer"}, "tinkerbell fan": {"type": "boolean"}}, "required": ["_id", "_rev", "Peter", "age", "tinkerbell fan"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Whoever squawks is dead - two palindromes,\nTwo equilateral, sonic anagrams,\nOne hypothetical, one proleptic.\nLead type is movable, time is not. The clock\nIn little ice-age Bruges,\nImplacable stork - not that one with the snorkel\nIn the Bosch-pink body sock. Who put\nThe phlegm in Flemish, that I get:\nThe merchant taking stock; some yokel, his cotton\nSmock and dandy stalk of wheat.\nBut where did they get flamingoes, flimflam\nAnd flamenco dance\nTo stamp out the fire it started?"}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x422911818070790d4809f771fbc8c96de0e7d804", "tool" : "manticore", "start" : 1563852224.6218722, "end" : 1563854026.4466207, "duration" : 1801.8247485160828, "analysis" : [[], [{"name" : "Potentially reading uninitialized storage", "line" : 67, "code" : "mapping"}]]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"builtin" : {"__set__" : true, "elements" : ["distutils", "json", "math", "os", "warnings"]}, "questionable" : {"__set__" : true, "elements" : ["scikit-learn", "shap", "xgboost"]}, "relative" : {"__set__" : true, "elements" : ["area_weighted", "masked_area_interpolate", "models", "util", "vectorized_raster_interpolation"]}, "required" : {"__set__" : true, "elements" : ["geopandas", "numpy", "pandas", "pyproj", "rasterio", "rasterstats", "scipy", "setuptools", "statsmodels", "tobler", "tqdm"]}} | json_instruct | {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "relative": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "required": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}}, "required": ["builtin", "questionable", "relative", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "browser-sync": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sequence": {"type": "string"}, "gulp-watch": {"type": "string"}, "normalize.css": {"type": "string"}, "require-dir": {"type": "string"}}, "required": ["babel-preset-es2015", "browser-sync", "del", "gulp", "gulp-notify", "gulp-plumber", "gulp-sass", "gulp-sequence", "gulp-watch", "normalize.css", "require-dir"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"start" : "gulp"}, "dependencies" : {"babel-preset-es2015" : "^6.6.0", "browser-sync" : "^2.12.8", "del" : "^2.2.0", "gulp" : "^3.9.1", "gulp-notify" : "^2.2.0", "gulp-plumber" : "^1.1.0", "gulp-sass" : "^2.3.1", "gulp-sequence" : "^0.4.5", "gulp-watch" : "^4.3.5", "normalize.css" : "^4.1.1", "require-dir" : "^0.3.0"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "browser-sync": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-notify": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sequence": {"type": "string"}, "gulp-watch": {"type": "string"}, "normalize.css": {"type": "string"}, "require-dir": {"type": "string"}}, "required": ["babel-preset-es2015", "browser-sync", "del", "gulp", "gulp-notify", "gulp-plumber", "gulp-sass", "gulp-sequence", "gulp-watch", "normalize.css", "require-dir"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"http-server": {"type": "string"}}, "required": ["http-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "retofronted", "version" : "0.0.1", "description" : "clase reto frontend con css", "main" : "home.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "http-server -p 8880"}, "author" : "Sandra Gil", "license" : "MIT", "devDependencies" : {"http-server" : "^0.11.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"http-server": {"type": "string"}}, "required": ["http-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "subj. At least in compilers it shows as\n\n```\noperating_system: macos\n```\n", "user" : "davydden", "url" : "https://api.github.com/repos/spack/spack/issues/1810", "updated_at" : "2016-09-21 00:25:23", "created_at" : "2016-09-20 20:41:07", "closed_at" : "2016-09-21 00:25:23", "state" : "closed", "title" : "maOS sierra is not determined correctly", "number" : 1810, "milestone" : null, "labels" : [], "id" : 178174536, "html_url" : "https://github.com/spack/spack/issues/1810", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"countries" : [], "topics" : [], "section_title" : "IN THE CORRIDORS", "enb_start_date" : "23-Sep-05", "enb_short_title" : "IPCC-24", "subtype" : "corridors", "actors" : [], "sentences" : ["The corridors of the ICAO building were quiet throughout the first day of WGIII-8, as most delegates were to be found in the plenary room participating in an exhaustive, and possibly exhausting, line-by-line review of the draft SPM text.", "Several participants wondered about the pace of progress, noting that only four of 32 paragraphs had been addressed.", "One observer noted that while the discussion ranged from the substance of CCS to comma placement, all aspects of the discussion are important given the need to provide policy makers with a comprehensive and readable summary of CCS.", "Another delegate remarked on the level of involvement of a wide range of delegates in the deliberations, noting that this should help to ensure that the resulting text reflects the consensus of IPCC members, in keeping with the spirit of the organization."], "enb_url" : "http://www.iisd.ca/vol12/enb12273e.html", "enb_long_title" : "8th Session of WG-III and IPCC-24", "type" : "ipcc", "id" : "enb12273e_4", "enb_end_date" : "23-Sep-05"} | json_instruct | {"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"VNET": {"type": "object", "properties": {"PHYDEV": {"type": "object", "properties": {}, "required": []}, "VLAN_ID": {"type": "object", "properties": {}, "required": []}, "BRIDGE": {"type": "string"}, "CLUSTER_ID": {"type": "string"}, "NAME": {"type": "string"}, "GID": {"type": "string"}, "TEMPLATE": {"type": "object", "properties": {"NETWORK_ADDRESS": {"type": "string"}}, "required": ["NETWORK_ADDRESS"]}, "TOTAL_LEASES": {"type": "string"}, "PERMISSIONS": {"type": "object", "properties": {"GROUP_A": {"type": "string"}, "OWNER_M": {"type": "string"}, "GROUP_M": {"type": "string"}, "OTHER_U": {"type": "string"}, "OTHER_A": {"type": "string"}, "OTHER_M": {"type": "string"}, "OWNER_U": {"type": "string"}, "GROUP_U": {"type": "string"}, "OWNER_A": {"type": "string"}}, "required": ["GROUP_A", "OWNER_M", "GROUP_M", "OTHER_U", "OTHER_A", "OTHER_M", "OWNER_U", "GROUP_U", "OWNER_A"]}, "UNAME": {"type": "string"}, "UID": {"type": "string"}, "ID": {"type": "string"}, "TYPE": {"type": "string"}, "CLUSTER": {"type": "object", "properties": {}, "required": []}, "LEASES": {"type": "object", "properties": {"LEASE": {"type": "array", "items": {"type": "object", "properties": {"MAC": {"type": "string"}, "VID": {"type": "string"}, "IP": {"type": "string"}, "USED": {"type": "string"}}, "required": ["MAC", "VID", "IP", "USED"]}}}, "required": ["LEASE"]}, "VLAN": {"type": "string"}, "GNAME": {"type": "string"}}, "required": ["PHYDEV", "VLAN_ID", "BRIDGE", "CLUSTER_ID", "NAME", "GID", "TEMPLATE", "TOTAL_LEASES", "PERMISSIONS", "UNAME", "UID", "ID", "TYPE", "CLUSTER", "LEASES", "VLAN", "GNAME"]}}, "required": ["VNET"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VNET" : {"PHYDEV" : {}, "VLAN_ID" : {}, "BRIDGE" : "vbr2", "CLUSTER_ID" : "-1", "NAME" : "fixed_vnet", "GID" : "0", "TEMPLATE" : {"NETWORK_ADDRESS" : "10.0.1.0"}, "TOTAL_LEASES" : "0", "PERMISSIONS" : {"GROUP_A" : "0", "OWNER_M" : "1", "GROUP_M" : "0", "OTHER_U" : "0", "OTHER_A" : "0", "OTHER_M" : "0", "OWNER_U" : "1", "GROUP_U" : "0", "OWNER_A" : "0"}, "UNAME" : "oneadmin", "UID" : "0", "ID" : "1", "TYPE" : "1", "CLUSTER" : {}, "LEASES" : {"LEASE" : [{"MAC" : "02:00:0a:00:01:01", "VID" : "-1", "IP" : "10.0.1.1", "USED" : "0"}, {"MAC" : "02:00:0a:00:01:02", "VID" : "-1", "IP" : "10.0.1.2", "USED" : "0"}]}, "VLAN" : "0", "GNAME" : "oneadmin"}} | json_instruct | {"type": "object", "properties": {"VNET": {"type": "object", "properties": {"PHYDEV": {"type": "object", "properties": {}, "required": []}, "VLAN_ID": {"type": "object", "properties": {}, "required": []}, "BRIDGE": {"type": "string"}, "CLUSTER_ID": {"type": "string"}, "NAME": {"type": "string"}, "GID": {"type": "string"}, "TEMPLATE": {"type": "object", "properties": {"NETWORK_ADDRESS": {"type": "string"}}, "required": ["NETWORK_ADDRESS"]}, "TOTAL_LEASES": {"type": "string"}, "PERMISSIONS": {"type": "object", "properties": {"GROUP_A": {"type": "string"}, "OWNER_M": {"type": "string"}, "GROUP_M": {"type": "string"}, "OTHER_U": {"type": "string"}, "OTHER_A": {"type": "string"}, "OTHER_M": {"type": "string"}, "OWNER_U": {"type": "string"}, "GROUP_U": {"type": "string"}, "OWNER_A": {"type": "string"}}, "required": ["GROUP_A", "OWNER_M", "GROUP_M", "OTHER_U", "OTHER_A", "OTHER_M", "OWNER_U", "GROUP_U", "OWNER_A"]}, "UNAME": {"type": "string"}, "UID": {"type": "string"}, "ID": {"type": "string"}, "TYPE": {"type": "string"}, "CLUSTER": {"type": "object", "properties": {}, "required": []}, "LEASES": {"type": "object", "properties": {"LEASE": {"type": "array", "items": {"type": "object", "properties": {"MAC": {"type": "string"}, "VID": {"type": "string"}, "IP": {"type": "string"}, "USED": {"type": "string"}}, "required": ["MAC", "VID", "IP", "USED"]}}}, "required": ["LEASE"]}, "VLAN": {"type": "string"}, "GNAME": {"type": "string"}}, "required": ["PHYDEV", "VLAN_ID", "BRIDGE", "CLUSTER_ID", "NAME", "GID", "TEMPLATE", "TOTAL_LEASES", "PERMISSIONS", "UNAME", "UID", "ID", "TYPE", "CLUSTER", "LEASES", "VLAN", "GNAME"]}}, "required": ["VNET"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"veles": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "rastani": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["veles", "rastani"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"c" : {"veles" : {"z" : {}, "l" : ["41.7156", "21.7756"]}, "rastani" : {"z" : {}, "l" : ["41.7242", "21.7128"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"veles": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "rastani": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["veles", "rastani"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"aclu_id": {"type": "string"}, "area_land": {"type": "integer"}, "area_water": {"type": "integer"}, "chamber": {"type": "string"}, "district_num": {"type": "string"}, "geoid": {"type": "string"}, "name": {"type": "string"}, "ocd_id": {"type": "string"}, "state": {"type": "string"}}, "required": ["aclu_id", "area_land", "area_water", "chamber", "district_num", "geoid", "name", "ocd_id", "state"]}, "id": {"type": "string"}}, "required": ["type", "geometry", "properties", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-112.112671, 41.09814], [-112.112658, 41.103733], [-112.112611, 41.106132], [-112.112536, 41.106841], [-112.112573, 41.107324], [-112.112496, 41.107677], [-112.112523, 41.113919], [-112.112572, 41.117946], [-112.112577, 41.121703], [-112.1126, 41.123435], [-112.112561, 41.125218], [-112.112573, 41.132593], [-112.112518, 41.139854], [-112.083783, 41.139871], [-112.083763, 41.14167], [-112.083739, 41.14714], [-112.083999, 41.147139], [-112.083999, 41.149386], [-112.083781, 41.149567], [-112.081435, 41.149496], [-112.080985, 41.149567], [-112.080636, 41.149875], [-112.078596, 41.151989], [-112.077871, 41.152703], [-112.073092, 41.152699], [-112.064469, 41.152716], [-112.059668, 41.152659], [-112.053439, 41.152597], [-112.038611, 41.152627], [-112.021127, 41.152652], [-112.021116, 41.152524], [-112.021151, 41.147165], [-112.02101, 41.14592], [-112.021028, 41.139827], [-112.021033, 41.126485], [-112.021029, 41.125319], [-112.023294, 41.125327], [-112.027002, 41.125309], [-112.032285, 41.125327], [-112.039373, 41.125333], [-112.039361, 41.124205], [-112.040041, 41.124205], [-112.039997, 41.122095], [-112.041815, 41.122094], [-112.039866, 41.119478], [-112.039254, 41.118696], [-112.039088, 41.118071], [-112.039396, 41.118071], [-112.035228, 41.11347], [-112.032811, 41.110846], [-112.040812, 41.110874], [-112.051323, 41.110879], [-112.053838, 41.110967], [-112.054897, 41.110977], [-112.058901, 41.110949], [-112.061129, 41.110916], [-112.064538, 41.11093], [-112.08376, 41.110902], [-112.093113, 41.111047], [-112.093401, 41.110927], [-112.093405, 41.104445], [-112.093109, 41.103701], [-112.101982, 41.103727], [-112.103028, 41.103705], [-112.103059, 41.101399], [-112.10307, 41.096459], [-112.112669, 41.096473], [-112.112671, 41.09814]]]}, "properties" : {"aclu_id" : "aclu/elections-api/state_leg:6770", "area_land" : 31675698, "area_water" : 26747, "chamber" : "lower", "district_num" : "013", "geoid" : "49013", "name" : "State House District 13", "ocd_id" : "ocd-division/country:us/state:ut/sldl:13", "state" : "ut"}, "id" : "aclu/elections-api/state_leg:6770"} | 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": {"aclu_id": {"type": "string"}, "area_land": {"type": "integer"}, "area_water": {"type": "integer"}, "chamber": {"type": "string"}, "district_num": {"type": "string"}, "geoid": {"type": "string"}, "name": {"type": "string"}, "ocd_id": {"type": "string"}, "state": {"type": "string"}}, "required": ["aclu_id", "area_land", "area_water", "chamber", "district_num", "geoid", "name", "ocd_id", "state"]}, "id": {"type": "string"}}, "required": ["type", "geometry", "properties", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AS TO PURSUE THIS:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/7873.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u3010Dance\u00d7Mixer\u3011\u771f\u590f\u306e\u30ec\u30bf\u30fc\u30ec\u30a4\u30f3\u30dc\u30fc", "author" : "\u30e1\u30ea\u30fc\u30ba", "description" : "Dance\u00d7Mixer\u3067\u771f\u590f\u306e\u30ec\u30bf\u30fc\u30ec\u30a4\u30f3\u30dc\u30fc", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/67366/thumbnail-67366_0001.jpg?itok=4KRtBLK7", "download" : "https://www.iwara.tv/api/video/jkjlbikgofey8blv", "origin" : "https://www.iwara.tv/videos/jkjlbikgofey8blv"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"daemonScript": {"type": "string"}, "doctorScript": {"type": "string"}, "testScript": {"type": "string"}, "runScript": {"type": "string"}, "syncScript": {"type": "string"}, "sdkHome": {"type": "string"}, "requiredIJPluginID": {"type": "string"}, "requiredIJPluginMessage": {"type": "string"}, "configWarningPrefix": {"type": "string"}}, "required": ["daemonScript", "doctorScript", "testScript", "runScript", "syncScript", "sdkHome", "requiredIJPluginID", "requiredIJPluginMessage", "configWarningPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"daemonScript" : "../scripts/custom_daemon.sh", "doctorScript" : "../scripts/custom_doctor.sh", "testScript" : "../scripts/custom_test.sh", "runScript" : "../scripts/custom_run.sh", "syncScript" : "../scripts/custom_sync.sh", "sdkHome" : "../my-flutter-sdk", "requiredIJPluginID" : "ij-plugin-id", "requiredIJPluginMessage" : "IJ plugin message", "configWarningPrefix" : "Configuration warning prefix"} | json_instruct | {"type": "object", "properties": {"daemonScript": {"type": "string"}, "doctorScript": {"type": "string"}, "testScript": {"type": "string"}, "runScript": {"type": "string"}, "syncScript": {"type": "string"}, "sdkHome": {"type": "string"}, "requiredIJPluginID": {"type": "string"}, "requiredIJPluginMessage": {"type": "string"}, "configWarningPrefix": {"type": "string"}}, "required": ["daemonScript", "doctorScript", "testScript", "runScript", "syncScript", "sdkHome", "requiredIJPluginID", "requiredIJPluginMessage", "configWarningPrefix"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}}, "required": ["name", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Forbidden", "message" : "Device not found"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}}, "required": ["name", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0)" : "socialist destourian party", "(1, 0)" : "election date", "(1, 1)" : "party leader", "(1, 2)" : "number of votes received", "(1, 3)" : "percentage of votes", "(1, 4)" : "number of deputies", "(2, 0)" : "1964", "(2, 1)" : "habib bourguiba", "(2, 2)" : "1255153", "(2, 3)" : "100%", "(2, 4)" : "101", "(3, 0)" : "1969", "(3, 1)" : "habib bourguiba", "(3, 2)" : "1363939", "(3, 3)" : "100%", "(3, 4)" : "101", "(4, 0)" : "1974", "(4, 1)" : "habib bourguiba", "(4, 2)" : "1570954", "(4, 3)" : "100%", "(4, 4)" : "112", "(5, 0)" : "1979", "(5, 1)" : "habib bourguiba", "(5, 2)" : "1560753", "(5, 3)" : "100%", "(5, 4)" : "121", "(6, 0)" : "1981", "(6, 1)" : "habib bourguiba", "(6, 2)" : "1828363", "(6, 3)" : "94.2%", "(6, 4)" : "136"} | json_instruct | {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"css-tokens": {"type": "string"}, "js-tokens": {"type": "string"}, "source-map": {"type": "string"}}, "required": ["css-tokens", "js-tokens", "source-map"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "jshint": {"type": "string"}}, "required": ["mocha", "jshint"]}}, "required": ["name", "version", "author", "license", "description", "main", "repository", "keywords", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "source-map-dummy", "version" : "1.0.0", "author" : "Simon Lydell", "license" : "MIT", "description" : "Creates \u201cdummy\u201d source maps.", "main" : "index.js", "repository" : "lydell/source-map-dummy", "keywords" : ["source map", "source-map", "source", "map", "dummy", "concatenate", "concat"], "scripts" : {"test" : "jshint index.js test/index.js && mocha"}, "dependencies" : {"css-tokens" : "^1.0.0", "js-tokens" : "^1.0.0", "source-map" : "~0.4.0"}, "devDependencies" : {"mocha" : "^2.1.0", "jshint" : "^2.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"css-tokens": {"type": "string"}, "js-tokens": {"type": "string"}, "source-map": {"type": "string"}}, "required": ["css-tokens", "js-tokens", "source-map"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "jshint": {"type": "string"}}, "required": ["mocha", "jshint"]}}, "required": ["name", "version", "author", "license", "description", "main", "repository", "keywords", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "fix": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "build", "watch", "test", "fix", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-typescript": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-livereload": {"type": "string"}, "rollup-plugin-serve": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-typescript", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "rollup", "rollup-plugin-livereload", "rollup-plugin-serve", "tslib", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "procedural-hud", "version" : "1.0.0", "description" : "A simple procedural HUD generator", "main" : "index.js", "scripts" : {"start" : "rollup --config rollup.live.js --watch", "build" : "rollup --config rollup.config.js", "watch" : "rollup --config rollup.config.js --watch", "test" : "echo \"Error: no test specified\" && exit 1", "fix" : "eslint ./Source --fix", "lint" : "eslint ./Source --ext .js,.jsx,.ts,.tsx --cache"}, "repository" : {"type" : "git", "url" : "git+https://github.com/sibvrv/procedural-hud.git"}, "keywords" : [], "author" : "Vereshchagin Roman", "license" : "MIT", "bugs" : {"url" : "https://github.com/sibvrv/procedural-hud/issues"}, "homepage" : "https://www.sibvrv.com/", "devDependencies" : {"@rollup/plugin-typescript" : "^8.3.1", "@typescript-eslint/eslint-plugin" : "^5.16.0", "@typescript-eslint/parser" : "^5.16.0", "eslint" : "^8.11.0", "rollup" : "^2.70.0", "rollup-plugin-livereload" : "^2.0.5", "rollup-plugin-serve" : "^1.1.0", "tslib" : "^2.3.1", "typescript" : "^4.6.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "fix": {"type": "string"}, "lint": {"type": "string"}}, "required": ["start", "build", "watch", "test", "fix", "lint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-typescript": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-livereload": {"type": "string"}, "rollup-plugin-serve": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-typescript", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "rollup", "rollup-plugin-livereload", "rollup-plugin-serve", "tslib", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"updateTypes": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["updateTypes", "automerge"]}}, "rangeStrategy": {"type": "string"}, "lockFileMaintenance": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["enabled", "extends", "automerge"]}}, "required": ["extends", "packageRules", "rangeStrategy", "lockFileMaintenance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["config:base", ":separateMultipleMajorReleases", ":separatePatchReleases"], "packageRules" : [{"updateTypes" : ["patch"], "automerge" : true}, {"updateTypes" : ["minor"], "matchCurrentVersion" : "!/^[~^]?0/", "automerge" : true}], "rangeStrategy" : "pin", "lockFileMaintenance" : {"enabled" : true, "extends" : ["schedule:weekly"], "automerge" : true}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"updateTypes": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["updateTypes", "automerge"]}}, "rangeStrategy": {"type": "string"}, "lockFileMaintenance": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "extends": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["enabled", "extends", "automerge"]}}, "required": ["extends", "packageRules", "rangeStrategy", "lockFileMaintenance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"location": {"type": "string"}}, "required": ["location"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"location" : "https://com.twilio.us1.video.recording.s3.amazonaws.com/RTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"} | json_instruct | {"type": "object", "properties": {"location": {"type": "string"}}, "required": ["location"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/.chiaki-wrapped", "/bin/chiaki", "/share/applications/chiaki.desktop", "/share/icons/hicolor/512x512/apps/chiaki.png", "/share/metainfo/re.chiaki.Chiaki.appdata.xml"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "JEMBRANA", "originalFilename" : "DAPIL3 SADWI DARMAWAN.JPG", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 4913, "noUrut" : 1, "nama" : "I KETUT SADWI DARMAWAN, S.E.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JEMBRANA", "originalFilename" : "DAPIL3 MASLIA AHMAD.JPG", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 48671, "noUrut" : 2, "nama" : "MASLIA AHMAD", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "JEMBRANA", "originalFilename" : "DAPIL3 MADE BAMBANG PRADNYANA.jpg", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 195682, "noUrut" : 3, "nama" : "I MADE BAMBANG PRADNYANA", "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#"} |
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" : [[[136.75, 27.333333333333332], [136.75, 27.416666666666668], [136.875, 27.416666666666668], [136.875, 27.333333333333332], [136.75, 27.333333333333332]]]}, "properties" : {"code" : 413606, "url" : "http://madefor.github.io/0410/api/v1/413606.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/413606.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": {"vegas.css": {"type": "string"}, "vegas.js": {"type": "string"}, "vegas.min.css": {"type": "string"}, "vegas.min.js": {"type": "string"}}, "required": ["vegas.css", "vegas.js", "vegas.min.css", "vegas.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vegas.css" : "sha512-95LskaPRORcvJ/2VVxG0oxHkwN4R77DbylVCppdS6mOi+KPD+7QU5Mr4tjuTiGLlz05UuY5U66GUI3lmD0XA3Q==", "vegas.js" : "sha512-jiDZxpDf4OU4oYx33CSc/weCHWF7ht1IMaKG77FJFdXj5QODij5S8YPJ+Kw2g6OvMQOGNmJoElaUHWYDPnzokA==", "vegas.min.css" : "sha512-74RB5YetnPMVsfibfDfdZkkvWBxnlWyR8zH9mFC5+4mpqpLONbHH5SFouqsBl1v/FQ5qWjLZesmo0FmXIWk/+w==", "vegas.min.js" : "sha512-tFIQvGh3h7BMAyblVaDEBzyFhZCqiyfknwCzlbz6rcwG/6OS4UlOH2YwLtrgOSMsf1z0jQ9Li4SJT2Kw29RJ0A=="} | json_instruct | {"type": "object", "properties": {"vegas.css": {"type": "string"}, "vegas.js": {"type": "string"}, "vegas.min.css": {"type": "string"}, "vegas.min.js": {"type": "string"}}, "required": ["vegas.css", "vegas.js", "vegas.min.css", "vegas.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Rencurel", "circ" : "9\u00e8me circonscription", "dpt" : "Is\u00e8re", "inscrits" : 290, "abs" : 146, "votants" : 144, "blancs" : 15, "nuls" : 2, "exp" : 127, "res" : [{"nuance" : "MDM", "nom" : "Mme Elodie JACQUIER-LAFORGE", "voix" : 86}, {"nuance" : "LR", "nom" : "M. Bruno GATTAZ", "voix" : 41}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hatena_blog_entry_id": {"type": "string"}, "hatena_blog_entry_url": {"type": "string"}, "minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["hatena_blog_entry_id", "hatena_blog_entry_url", "minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hatena_blog_entry_id" : "12704591929885301644", "hatena_blog_entry_url" : "https://bouzuya.hatenablog.com/entry/2012/06/10/234411", "minutes" : 12, "pubdate" : "2012-06-10T23:31:16+09:00", "tags" : ["misc"], "title" : "Android\u30cf\u30c3\u30ab\u30bd\u30f3@\u5927\u962a\u306b\u53c2\u52a0\u3057\u305f"} | json_instruct | {"type": "object", "properties": {"hatena_blog_entry_id": {"type": "string"}, "hatena_blog_entry_url": {"type": "string"}, "minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["hatena_blog_entry_id", "hatena_blog_entry_url", "minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Email": {"type": "string"}, "RolesCommaDelimited": {"type": "string"}, "ModulesCommaDelimited": {"type": "string"}, "ShopNames": {"type": "string"}}, "required": ["Email", "RolesCommaDelimited", "ModulesCommaDelimited", "ShopNames"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Email" : "D4u@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "Dress4U"}, {"Email" : "S4u@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "Shirt4U"}, {"Email" : "T4u@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "Tie4U"}, {"Email" : "4uMan@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "Dress4U,Shirt4U,Ties4U"}, {"Email" : "Power@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "DressPower"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Email": {"type": "string"}, "RolesCommaDelimited": {"type": "string"}, "ModulesCommaDelimited": {"type": "string"}, "ShopNames": {"type": "string"}}, "required": ["Email", "RolesCommaDelimited", "ModulesCommaDelimited", "ShopNames"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["firstName", "lastName", "email", "username", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"firstName" : "Julia", "lastName" : "Michael", "email" : "julia@gmail.com", "username" : "julia_mic", "password" : "julia@123"}, {"firstName" : "Phil", "lastName" : "Kevin", "email" : "kevin@gmail.com", "username" : "kvin", "password" : "kevin@123"}, {"firstName" : "Christien", "lastName" : "Press", "username" : "kpress21", "email" : "press@gmail.com", "password" : "press@123"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["firstName", "lastName", "email", "username", "password"]}, "$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"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "release"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "rimraf": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["@types/node", "rimraf", "rollup"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "main", "types", "repository", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rollup-plugin-friendly-type-imports", "version" : "0.0.0-dev", "main" : "dist/index.js", "types" : "dist/index.d.ts", "repository" : "https://github.com/fwouts/rollup-plugin-friendly-type-imports", "license" : "MIT", "scripts" : {"build" : "rimraf dist && tsc", "release" : "yarn build && yarn publish --non-interactive"}, "devDependencies" : {"@types/node" : "^16.3.1", "rimraf" : "^3.0.2", "rollup" : "^2.53.1"}, "dependencies" : {"typescript" : "^4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "string"}}, "required": ["build", "release"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "rimraf": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["@types/node", "rimraf", "rollup"]}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "string"}}, "required": ["typescript"]}}, "required": ["name", "version", "main", "types", "repository", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "bluemixtemp1| textual"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Bebida energ\u00e9tica Hot Rod", "ShortName" : "Hot Rod", "Description" : "A pesar de ser una de las bebidas energ\u00e9ticas m\u00e1s famosas del mundo, Hot Rod no es mucho mejor que sus competidores. Los ingredientes son los mismos para todos. MrXavito abusa de \u00e9sto..."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nice-date-picker", "version" : "1.0.0", "description" : "nice date picker", "main" : "nice-date-picker.js", "repository" : {"type" : "git", "url" : "https://github.com/ollieSk8/niceDatePicker.git"}, "author" : "412537738@qq.com", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]}}}, "required": ["IndexId", "Portraits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IndexId" : 418, "Portraits" : [{"PortraitId" : 0, "PortraitName" : "STANDARD", "PortraitImageBase64" : "iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUAAAAvL0d/V5cvV3+HRzc/d6evVzdXP2/Pb69Pr9fvd1evn4//j2d/x9f/t5fn969srYfMAAACAUlEQVQokVXSMWvbQBQA4PsLj5MvgxoCXZqlg0lk8HjEaNBQEJcreOggEDcIkSFL2yH0N4TQwaMWDYcxaPZgvHQQIpDBQwZvpYMJVwzdDFXfSa4j3yLp07un996JrNu1cmLe29+vyf4a+vEsOz3GlaPUh7/LYwyVUsnvl9Mu2kAVG7Ps4pOPqGZmH0oOuzGpMb0O2t0qYsZkr7hiNiUVN2b56YBNSu6NBy8lQK/FECxSMXxIK3wJQNYrYDFi5Ak6GVQqrR4NAUi0Re6Jk4nQeaK1JqkxpUUqxefxQ5Jri8ZUOvdV3JPi3fh7UOppVZGq0jofYUop3t5NBuXMmA1Ba1BKcX73fF3iAye6RW7x/fN1kNFJSHKlRv4opi32/Yxe+gQ8GTp+BA2uwNcaP0S9icU5tXi/9aeVBmLnE/vRovAQw22cZDDHkirsKPrm9hDPigjcusY2m6Nwa4oluSyqcZF6XgAoBQDi/CsM3BZx7ZjifRBfhlKdHbAumo5uxyJavOKOxdj7rfzI61fEUDs6eel28Q/jUpxIvjiKBJw8FW3g/5wOB3pB+4subu0ZUnCOIoucO1h+AJ2cBSQxu7qAgMGho4Ip9gOxH7BN5La4Y5WJ0uhKhgEzG9sTYjF9ND/fZI4ME/zvcjs6LAfxFyth3KANJTXXelpqSKPhfWrxxq3/AS6lytBoQ+PRAAAAAElFTkSuQmCC"}]} | json_instruct | {"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]}}}, "required": ["IndexId", "Portraits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"12207": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "12153": {"type": "string"}, "12235": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "12138": {"type": "string"}}, "required": ["12207", "12153", "12235", "12138"]}, "timeto": {"type": "object", "properties": {"12207": {"type": "number"}, "12153": {"type": "number"}, "12235": {"type": "number"}, "12138": {"type": "number"}}, "required": ["12207", "12153", "12235", "12138"]}, "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" : 12146, "title" : ["[The Rift]"], "description" : ["Two crippled men, limbs horribly deformed and faces covered in pox, hobble past a grand cathedral. All about them the street is littered with the dead and dying, moaning and writhing in pain as the epidemic wracks their bodies. Glittering from the eaves of the church are five gold coins, casting golden motes of light upon the diseased men as if mocking their tortured existence."], "paths" : ["Obvious paths: southwest, northwest", "Obvious exits: southwest, northwest"], "location" : "the Rift", "wayto" : {"12207" : {"file" : "string_procs/wayto/12146_12207.rb"}, "12153" : "northwest", "12235" : {"file" : "string_procs/wayto/12146_12235.rb"}, "12138" : "southwest"}, "timeto" : {"12207" : 11.4, "12153" : 0.2, "12235" : 11.4, "12138" : 0.2}, "image" : "imt-rift-1554575848.png", "image_coords" : [541, 1154, 551, 1164], "tags" : ["twisted black mawflower", "slime-covered grave blossom", "rotting bile green fleshbulb", "withered deathblossom", "mass of congealed slime"]} | 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": {"12207": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "12153": {"type": "string"}, "12235": {"type": "object", "properties": {"file": {"type": "string"}}, "required": ["file"]}, "12138": {"type": "string"}}, "required": ["12207", "12153", "12235", "12138"]}, "timeto": {"type": "object", "properties": {"12207": {"type": "number"}, "12153": {"type": "number"}, "12235": {"type": "number"}, "12138": {"type": "number"}}, "required": ["12207", "12153", "12235", "12138"]}, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Amam", "long" : "<i>Meaning:</i> \"Amam\", a place in Palestine.<br/><i>Usage:</i> Amam.<br/><i>Source:</i> from \"H517\"; gathering-spot;"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {}, "required": []}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"className" : "io.deephaven.engine.table.lang.QueryScope$MissingVariableException", "methods" : {}, "path" : "io.deephaven.engine.table.lang.QueryScope.MissingVariableException", "text" : "A type of RuntimeException thrown when a variable referenced within the QueryScope is not defined or,\n more likely, has not been added to the scope.", "typeName" : "class"} | json_instruct | {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {}, "required": []}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}, "(7, 0)": {"type": "string"}, "(7, 1)": {"type": "string"}, "(7, 2)": {"type": "string"}, "(7, 3)": {"type": "string"}, "(7, 4)": {"type": "string"}, "(8, 0)": {"type": "string"}, "(8, 1)": {"type": "string"}, "(8, 2)": {"type": "string"}, "(8, 3)": {"type": "string"}, "(8, 4)": {"type": "string"}, "(9, 0)": {"type": "string"}, "(9, 1)": {"type": "string"}, "(9, 2)": {"type": "string"}, "(9, 3)": {"type": "string"}, "(9, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)", "(7, 0)", "(7, 1)", "(7, 2)", "(7, 3)", "(7, 4)", "(8, 0)", "(8, 1)", "(8, 2)", "(8, 3)", "(8, 4)", "(9, 0)", "(9, 1)", "(9, 2)", "(9, 3)", "(9, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"(0, 0)" : "list of european ultra prominent peaks", "(1, 0)" : "peak", "(1, 1)" : "country", "(1, 2)" : "elevation (m)", "(1, 3)" : "prominence (m)", "(1, 4)" : "col (m)", "(2, 0)" : "mount etna", "(2, 1)" : "italy ( sicily )", "(2, 2)" : "3323", "(2, 3)" : "3323", "(2, 4)" : "0", "(3, 0)" : "monte cinto", "(3, 1)" : "france ( corsica )", "(3, 2)" : "2706", "(3, 3)" : "2706", "(3, 4)" : "0", "(4, 0)" : "corno grande", "(4, 1)" : "italy", "(4, 2)" : "2912", "(4, 3)" : "2476", "(4, 4)" : "436", "(5, 0)" : "punta la marmora", "(5, 1)" : "italy ( sardinia )", "(5, 2)" : "1834", "(5, 3)" : "1834", "(5, 4)" : "0", "(6, 0)" : "monte amaro", "(6, 1)" : "italy", "(6, 2)" : "2795", "(6, 3)" : "1812", "(6, 4)" : "983", "(7, 0)" : "monte dolcedorme", "(7, 1)" : "italy", "(7, 2)" : "2267", "(7, 3)" : "1715", "(7, 4)" : "552", "(8, 0)" : "montalto", "(8, 1)" : "italy", "(8, 2)" : "1955", "(8, 3)" : "1709", "(8, 4)" : "246", "(9, 0)" : "monte cimone", "(9, 1)" : "italy", "(9, 2)" : "2165", "(9, 3)" : "1577", "(9, 4)" : "588"} | json_instruct | {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type": "string"}, "(2, 4)": {"type": "string"}, "(3, 0)": {"type": "string"}, "(3, 1)": {"type": "string"}, "(3, 2)": {"type": "string"}, "(3, 3)": {"type": "string"}, "(3, 4)": {"type": "string"}, "(4, 0)": {"type": "string"}, "(4, 1)": {"type": "string"}, "(4, 2)": {"type": "string"}, "(4, 3)": {"type": "string"}, "(4, 4)": {"type": "string"}, "(5, 0)": {"type": "string"}, "(5, 1)": {"type": "string"}, "(5, 2)": {"type": "string"}, "(5, 3)": {"type": "string"}, "(5, 4)": {"type": "string"}, "(6, 0)": {"type": "string"}, "(6, 1)": {"type": "string"}, "(6, 2)": {"type": "string"}, "(6, 3)": {"type": "string"}, "(6, 4)": {"type": "string"}, "(7, 0)": {"type": "string"}, "(7, 1)": {"type": "string"}, "(7, 2)": {"type": "string"}, "(7, 3)": {"type": "string"}, "(7, 4)": {"type": "string"}, "(8, 0)": {"type": "string"}, "(8, 1)": {"type": "string"}, "(8, 2)": {"type": "string"}, "(8, 3)": {"type": "string"}, "(8, 4)": {"type": "string"}, "(9, 0)": {"type": "string"}, "(9, 1)": {"type": "string"}, "(9, 2)": {"type": "string"}, "(9, 3)": {"type": "string"}, "(9, 4)": {"type": "string"}}, "required": ["(0, 0)", "(1, 0)", "(1, 1)", "(1, 2)", "(1, 3)", "(1, 4)", "(2, 0)", "(2, 1)", "(2, 2)", "(2, 3)", "(2, 4)", "(3, 0)", "(3, 1)", "(3, 2)", "(3, 3)", "(3, 4)", "(4, 0)", "(4, 1)", "(4, 2)", "(4, 3)", "(4, 4)", "(5, 0)", "(5, 1)", "(5, 2)", "(5, 3)", "(5, 4)", "(6, 0)", "(6, 1)", "(6, 2)", "(6, 3)", "(6, 4)", "(7, 0)", "(7, 1)", "(7, 2)", "(7, 3)", "(7, 4)", "(8, 0)", "(8, 1)", "(8, 2)", "(8, 3)", "(8, 4)", "(9, 0)", "(9, 1)", "(9, 2)", "(9, 3)", "(9, 4)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "\u69ae\u9cf3\u4f01\u696d\u793e", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "68000084", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u6c34\u5c3e\u91cc\u65b0\u751f\u8def\u4e8c\u6bb5306\u865f(2\u6a13)", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u6c34\u5c3e\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u912d\u5bb6\u9cf3", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "09779769", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u7368\u8cc7", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1040521", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["29\u6a5f\u68b0\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["293\u901a\u7528\u6a5f\u68b0\u8a2d\u5099"], "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 a JSON structure that matches this schema definition:
{"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" : "THAWRA", "frequency" : 3, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : ["packages/*"], "version" : "0.13.20"} | json_instruct | {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "palatability", "definition" : "Palatableness."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"connstring": {"type": "string"}, "emailserver": {"type": "string"}, "emailuser": {"type": "string"}, "emailpsw": {"type": "string"}, "emailport": {"type": "string"}, "telemetry": {"type": "boolean"}, "dbtype": {"type": "string"}}, "required": ["connstring", "emailserver", "emailuser", "emailpsw", "emailport", "telemetry", "dbtype"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"connstring" : "password=GTX!560ti;user id=root;server=localhost;port=32768;database=spoTest", "emailserver" : "elias.test.se", "emailuser" : "", "emailpsw" : "", "emailport" : "33354", "telemetry" : false, "dbtype" : "mysql"} | json_instruct | {"type": "object", "properties": {"connstring": {"type": "string"}, "emailserver": {"type": "string"}, "emailuser": {"type": "string"}, "emailpsw": {"type": "string"}, "emailport": {"type": "string"}, "telemetry": {"type": "boolean"}, "dbtype": {"type": "string"}}, "required": ["connstring", "emailserver", "emailuser", "emailpsw", "emailport", "telemetry", "dbtype"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 45-2559.3.\n\nEmergency Act Amendments\n\nFor temporary amendment of section, see \u00a7 2(c) of the Drug House Abatement Emergency Amendment Act of 1996 (D.C. Act 11-446, December 5, 1996, 43 DCR 6664).\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 8-139, see Historical and Statutory Notes following \u00a7 42-3631.\n\nFor legislative history of D.C. Law 11-176, see Historical and Statutory Notes following \u00a7 42-3631.\n\nMiscellaneous Notes\n\nExpiration of Law 8-139: See Historical and Statutory Notes following \u00a7 42- 3631.\n\nDC CODE \u00a7 42-3633\n\nCurrent through December 11, 2012", "credits" : "(June 13, 1990, D.C. Law 8-139, \u00a7 4, 37 DCR 2645; Apr. 9, 1997, D.C. Law 11-176, \u00a7 2(c), 43 DCR 4234.)", "sections" : [], "division" : {"identifier" : "VII", "text" : "Property."}, "title" : {"identifier" : "42", "text" : "Real Property. (Refs & Annos)"}, "subtitle" : {"prefix" : "VII", "text" : " Rental Housing."}, "chapter" : {"identifier" : "36", "text" : "Residential Drug-Related Evictions."}, "subchapter" : {"identifier" : "II", "text" : "Expired Provisions."}, "heading" : {"title" : "42", "chaptersection" : "3633", "identifier" : "42-3633", "catch_text" : "Preliminary injunction review. [Expired]"}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subtitle": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "subtitle", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"typeId": {"type": "string"}, "enabled": {"type": "boolean"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["typeId", "enabled", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"typeId" : "yum.generate", "enabled" : true, "properties" : [{"key" : "repository", "value" : "releases"}, {"key" : "deleteProcessing", "value" : "true"}, {"key" : "deleteProcessingDelay", "value" : "10"}]} | json_instruct | {"type": "object", "properties": {"typeId": {"type": "string"}, "enabled": {"type": "boolean"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["typeId", "enabled", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "", "id" : "card.leader.mech.mahact:pok/starlancer", "name" : "Starlancer"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 3, "pts" : 1023, "connections" : 119129, "capacity" : 8137021, "investments" : 44753690}, {"tech" : 7, "pts" : 5, "connections" : 791, "capacity" : 26666, "investments" : 289438}, {"tech" : 1, "pts" : 1553, "connections" : 477655, "capacity" : 20588143, "investments" : 210338199}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "WI"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Douglas", "state" : "WI"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-91.5492, 46.7547], [-91.5492, 46.1577], [-92.0202, 46.1577], [-92.0476, 46.1577], [-92.294, 46.1577], [-92.294, 46.4151], [-92.294, 46.6616], [-92.2064, 46.6506], [-92.1735, 46.689], [-92.2064, 46.7054], [-92.1188, 46.7492], [-92.0147, 46.7054], [-91.9435, 46.678], [-91.8175, 46.689]]]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/aws-lambda": {"type": "string"}, "@types/jest": {"type": "string"}, "serverless-bundle": {"type": "string"}, "serverless-dotenv-plugin": {"type": "string"}, "serverless-offline": {"type": "string"}}, "required": ["@types/aws-lambda", "@types/jest", "serverless-bundle", "serverless-dotenv-plugin", "serverless-offline"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "author", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "moviecollections-api", "version" : "0.1.1", "description" : "Moviecollections api", "main" : "handler.js", "scripts" : {"test" : "serverless-bundle test"}, "author" : "", "devDependencies" : {"@types/aws-lambda" : "^8.10.64", "@types/jest" : "^26.0.14", "serverless-bundle" : "3.2.1", "serverless-dotenv-plugin" : "^3.0.0", "serverless-offline" : "^6.8.0"}, "dependencies" : {}} | 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"}, "devDependencies": {"type": "object", "properties": {"@types/aws-lambda": {"type": "string"}, "@types/jest": {"type": "string"}, "serverless-bundle": {"type": "string"}, "serverless-dotenv-plugin": {"type": "string"}, "serverless-offline": {"type": "string"}}, "required": ["@types/aws-lambda", "@types/jest", "serverless-bundle", "serverless-dotenv-plugin", "serverless-offline"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "author", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1912, 6], [1913, 5], [1915, 7], [1916, 6], [1918, 6], [1919, 5], [1920, 7], [1921, 10], [1923, 8], [1924, 6], [1925, 5], [1926, 5], [1927, 6], [1929, 11], [1930, 7], [1943, 6], [1951, 5], [1961, 6], [1966, 5], [1968, 5], [1970, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "camera body only": {"type": "string"}, "camera type": {"type": "string"}, "depth": {"type": "string"}, "digital zoom": {"type": "string"}, "effective megapixels": {"type": "string"}, "flash": {"type": "string"}, "focal length": {"type": "string"}, "focal length 35mm equivalent": {"type": "string"}, "green compliance": {"type": "string"}, "height": {"type": "string"}, "image sensor": {"type": "string"}, "image stabilization": {"type": "string"}, "interface connection": {"type": "string"}, "lcd screen size": {"type": "string"}, "lens mount": {"type": "string"}, "max aperture": {"type": "string"}, "maximum video capture resolution": {"type": "string"}, "memory card support": {"type": "string"}, "optical zoom": {"type": "string"}, "total pixels": {"type": "string"}, "url": {"type": "string"}, "warranty information": {"type": "string"}, "weight": {"type": "string"}, "width": {"type": "string"}, "you are reviewing": {"type": "string"}}, "required": ["<page title>", "camera body only", "camera type", "depth", "digital zoom", "effective megapixels", "flash", "focal length", "focal length 35mm equivalent", "green compliance", "height", "image sensor", "image stabilization", "interface connection", "lcd screen size", "lens mount", "max aperture", "maximum video capture resolution", "memory card support", "optical zoom", "total pixels", "url", "warranty information", "weight", "width", "you are reviewing"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "Nikon D5200 Black SLR Digital Camera Kit W/ 18-55 Mm Lens (24.1 MP, SD/SDHC/SDXC Card Slot) Price Comparison at Buy.net", "camera body only" : "Body with Lens Kit", "camera type" : "Digital SLR Camera", "depth" : "3.1 in", "digital zoom" : "No", "effective megapixels" : "24.1 Megapixel", "flash" : "Auto Flash|Flash ON|Flash OFF|Slow Sync|Red-eye Reduction|Rear Curtain Sync|X-sync", "focal length" : "18 mm to 55 mm (Lens 1)", "focal length 35mm equivalent" : "27 mm to 82.5 mm", "green compliance" : "WEEE|RoHS", "height" : "3.9 in", "image sensor" : "CMOS", "image stabilization" : "Optical", "interface connection" : "A/V (RCA Composite)|Audio - Line In (1/8\" Mini)|HDMI|Infrared - iRDA Wireless (iRDA-SIR)|USB", "lcd screen size" : "3 in", "lens mount" : "Nikon F", "max aperture" : "3.5 1/f", "maximum video capture resolution" : "1920 x 1080", "memory card support" : "Secure Digital (SD) Card|Secure Digital High Capacity (SDHC UHS-I)|Secure Digital Extended Capacity (SDXC UHS-I)|Eye-Fi Card", "optical zoom" : "3.1 X", "total pixels" : "24700000", "url" : "http://www.nikon.com", "warranty information" : "1 Year", "weight" : "1.11 lbs", "width" : "5.1 in", "you are reviewing" : "Nikon D5200 Black SLR Digital Camera Kit w/ 18-55 mm Lens (24.1"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "camera body only": {"type": "string"}, "camera type": {"type": "string"}, "depth": {"type": "string"}, "digital zoom": {"type": "string"}, "effective megapixels": {"type": "string"}, "flash": {"type": "string"}, "focal length": {"type": "string"}, "focal length 35mm equivalent": {"type": "string"}, "green compliance": {"type": "string"}, "height": {"type": "string"}, "image sensor": {"type": "string"}, "image stabilization": {"type": "string"}, "interface connection": {"type": "string"}, "lcd screen size": {"type": "string"}, "lens mount": {"type": "string"}, "max aperture": {"type": "string"}, "maximum video capture resolution": {"type": "string"}, "memory card support": {"type": "string"}, "optical zoom": {"type": "string"}, "total pixels": {"type": "string"}, "url": {"type": "string"}, "warranty information": {"type": "string"}, "weight": {"type": "string"}, "width": {"type": "string"}, "you are reviewing": {"type": "string"}}, "required": ["<page title>", "camera body only", "camera type", "depth", "digital zoom", "effective megapixels", "flash", "focal length", "focal length 35mm equivalent", "green compliance", "height", "image sensor", "image stabilization", "interface connection", "lcd screen size", "lens mount", "max aperture", "maximum video capture resolution", "memory card support", "optical zoom", "total pixels", "url", "warranty information", "weight", "width", "you are reviewing"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x4bdc1d5d7e286163abccb7e66e2c94eeeefdbfad", "tool" : "oyente", "start" : 1563624697.8269775, "end" : 1563624701.9070008, "duration" : 4.080023288726807, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200868514720000, "key" : "/static/6d91c86c0fde632ba4cd01062fd9ccfa/2a4de/gatsby-astronaut.png", "val" : "c30cf49968e73b0d2c3939234a894987"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "39f8e86eb30c3eb0d867c3cfb6b61d3e9069abc5"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0627\u06cc \u0628\u0647 \u0646\u0632\u062f \u0639\u0627\u0634\u0642\u0627\u0646 \u0627\u0632 \u0634\u0627\u0647\u062f\u06cc", "m2" : "\u0627\u0632 \u0647\u0645\u0647 \u0645\u0639\u0634\u0648\u0642\u06af\u0627\u0646 \u0645\u0639\u0634\u0648\u0642\u200c\u062a\u0631"}, "1" : {"m1" : "\u06a9\u0633 \u0646\u062f\u06cc\u062f \u0627\u0646\u062f\u0631 \u062c\u0647\u0627\u0646 \u0627\u0632 \u062e\u0644\u0642 \u0648 \u062e\u0644\u0642", "m2" : "\u0647\u06cc\u0686 \u0645\u062e\u0644\u0648\u0642\u06cc \u0632 \u062a\u0648 \u0645\u0631\u0632\u0648\u0642 \u062a\u0631"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import React from 'react';\n\nvar _ref =\n/*#__PURE__*/\nReact.createElement(\"path\", {\n d: \"M17 18a1 1 0 1 1 0 2h-2c-.768 0-1.469-.29-2-.766A2.987 2.987 0 0 1 11 20H9a1 1 0 1 1 0-2h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9a1 1 0 1 1 0-2h2c.768 0 1.469.29 2 .766A2.987 2.987 0 0 1 15 0h2a1 1 0 1 1 0 2h-2a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2zm-7-3a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H2v8h7a1 1 0 0 1 1 1zm9-11a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2a1 1 0 1 1 0-2h1V6h-1a1 1 0 1 1 0-2h2zM9 9a1 1 0 1 1 0 2 1 1 0 1 1 0-2zm-5 1a1 1 0 1 1 2 0 1 1 0 1 1-2 0z\"\n});\n\nvar SvgFormsMajorMonotone = function SvgFormsMajorMonotone(props) {\n return React.createElement(\"svg\", Object.assign({\n viewBox: \"0 0 20 20\"\n }, props), _ref);\n};\n\nexport { SvgFormsMajorMonotone as S };", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[24.345, 57.861], [24.344, 57.862], [24.344, 57.864], [24.346, 57.865], [24.351, 57.869], [24.357, 57.875], [24.409, 57.872], [24.46, 57.88], [24.445, 57.908], [24.462, 57.925], [24.513, 57.931], [24.521, 57.943], [24.577, 57.957], [24.602, 57.879], [24.666, 57.762], [24.611, 57.745], [24.607, 57.707], [24.575, 57.689], [24.549, 57.661], [24.524, 57.672], [24.423, 57.665], [24.434, 57.561], [24.504, 57.555], [24.499, 57.541], [24.535, 57.522], [24.55, 57.491], [24.586, 57.462], [24.568, 57.447], [24.517, 57.442], [24.482, 57.408], [24.398, 57.403], [24.385, 57.448], [24.38, 57.513], [24.362, 57.541], [24.363, 57.577], [24.386, 57.614], [24.364, 57.674], [24.344, 57.701], [24.347, 57.793], [24.333, 57.828], [24.345, 57.861]]]}, "properties" : {"name" : "Salacgr\u012bvas novads", "iso2" : "LV-086", "admin_level" : 6, "osm_id" : 1797321, "countrylevel_id" : "iso2:LV-086", "osm_data" : {"localname" : "Salacgr\u012bvas novads", "official_name" : "", "alltags" : {"name:lt" : "Salacgryvos savivaldyb\u0117", "name:ru" : "\u0421\u0430\u043b\u0430\u0446\u0433\u0440\u0438\u0432\u0441\u043a\u0438\u0439 \u043a\u0440\u0430\u0439"}}, "center_lat" : 57.7, "center_lon" : 24.48, "area_m2" : 636419614, "timezone" : "Europe/Riga", "population" : 7228, "wikidata_id" : "Q2251931", "wikipedia_id" : "lv:Salacgr\u012bvas novads"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:lt": {"type": "string"}, "name:ru": {"type": "string"}}, "required": ["name:lt", "name:ru"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "population": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "population", "wikidata_id", "wikipedia_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "start": {"type": "string"}, "preinstall": {"type": "string"}}, "required": ["server", "start", "preinstall"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@google-cloud/vision": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "express-fileupload": {"type": "string"}, "lodash": {"type": "string"}, "morgan": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["@google-cloud/vision", "body-parser", "cors", "express", "express-fileupload", "lodash", "morgan", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "supershopper-backend", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"server" : "nodemon app.js", "start" : "node app.js", "preinstall" : "node gcpSetup.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"@google-cloud/vision" : "^2.1.1", "body-parser" : "^1.19.0", "cors" : "^2.8.5", "express" : "^4.17.1", "express-fileupload" : "^1.1.7-alpha.4", "lodash" : "^4.17.19", "morgan" : "^1.10.0", "nodemon" : "^2.0.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "start": {"type": "string"}, "preinstall": {"type": "string"}}, "required": ["server", "start", "preinstall"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@google-cloud/vision": {"type": "string"}, "body-parser": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "express-fileupload": {"type": "string"}, "lodash": {"type": "string"}, "morgan": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["@google-cloud/vision", "body-parser", "cors", "express", "express-fileupload", "lodash", "morgan", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "Internal statistics of a single natural image.", "fields" : ["prior probability", "redundancy", "parametric statistics", "data redundancy", "noise measurement"], "abstract" : "Statistics of \u2018natural images\u2019 provides useful priors for solving under-constrained problems in Computer Vision. Such statistics is usually obtained from large collections of natural images. We claim that the substantial internal data redundancy within a single natural image (e.g., recurrence of small image patches), gives rise to powerful internal statistics, obtained directly from the image itself. While internal patch recurrence has been used in various applications, we provide a parametric quantification of this property. We show that the likelihood of an image patch to recur at another image location can be expressed parametricly as a function of the spatial distance from the patch, and its gradient content. This \u201cinternal parametric prior\u201d is used to improve existing algorithms that rely on patch recurrence. Moreover, we show that internal image-specific statistics is often more powerful than general external statistics, giving rise to more powerful image-specific priors. In particular: (i) Patches tend to recur much more frequently (densely) inside the same image, than in any random external collection of natural images. (ii) To find an equally good external representative patch for all the patches of an image, requires an external database of hundreds of natural images. (iii) Internal statistics often has stronger predictive power than external statistics, indicating that it may potentially give rise to more powerful image-specific priors.", "citation" : "Citations (201)", "year" : "2011", "departments" : ["Weizmann Institute of Science", "Weizmann Institute of Science"], "conf" : "cvpr", "authors" : ["Maria Zontak.....http://dblp.org/pers/hd/z/Zontak:Maria", "Michal Irani.....http://dblp.org/pers/hd/i/Irani:Michal"], "pages" : 8} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:housenumber": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "contact:facebook": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "payment:bancontact": {"type": "string"}, "payment:cash": {"type": "string"}, "payment:maestro": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:housenumber", "addr:street", "building", "contact:facebook", "email", "name", "opening_hours", "payment:bancontact", "payment:cash", "payment:maestro", "phone", "shop", "website", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/9134129837", "properties" : {"addr:housenumber" : "151", "addr:street" : "de Merodedreef", "building" : "yes", "contact:facebook" : "lizzysnieuweoogst", "email" : "info@lizzys.be", "name" : "Lizzy's Nieuwe Oogst", "opening_hours" : "Tu-Sa 08:00-18:00; PH off", "payment:bancontact" : "yes", "payment:cash" : "yes", "payment:maestro" : "yes", "phone" : "+3214545344", "shop" : "farm", "website" : "https://lizzysnieuweoogst.be", "wheelchair" : "yes", "id" : "node/9134129837"}, "geometry" : {"type" : "Point", "coordinates" : [4.9240194, 51.0921228]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:housenumber": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "contact:facebook": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "payment:bancontact": {"type": "string"}, "payment:cash": {"type": "string"}, "payment:maestro": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:housenumber", "addr:street", "building", "contact:facebook", "email", "name", "opening_hours", "payment:bancontact", "payment:cash", "payment:maestro", "phone", "shop", "website", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Caramel Swap", "website" : "https://caramelswap.finance", "description" : "CaramelSwap.finance - 3\u00b0 generation Yield Farm on Binance Smart Chain", "explorer" : "https://bscscan.com/token/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50", "type" : "BEP20", "symbol" : "MEL", "decimals" : 18, "status" : "active", "id" : "0x7ce1e651374ec5324e6f37c4ff312D53428F0D50"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DESCRIPTION" : "Ger dig ett slumpm\u00e4ssigt sk\u00e4mt.", "USAGE" : "sk\u00e4mt"} | json_instruct | {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "boom": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-mailer": {"type": "string"}, "fastify": {"type": "string"}, "fastify-swagger": {"type": "string"}, "file-system": {"type": "string"}, "geojson": {"type": "string"}, "http-errors": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-unique-validator": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "multer-gridfs-storage": {"type": "string"}, "nodemailer": {"type": "string"}, "nodemon": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["async", "bcrypt", "body-parser", "boom", "cookie-parser", "debug", "dotenv", "ejs", "express", "express-mailer", "fastify", "fastify-swagger", "file-system", "geojson", "http-errors", "jsonwebtoken", "mongoose", "mongoose-unique-validator", "morgan", "multer", "multer-gridfs-storage", "nodemailer", "nodemon", "websocket"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pim", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"async" : "^3.2.0", "bcrypt" : "^5.0.0", "body-parser" : "^1.19.0", "boom" : "^7.3.0", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "ejs" : "~2.6.1", "express" : "^4.16.4", "express-mailer" : "^0.3.1", "fastify" : "^2.14.1", "fastify-swagger" : "^2.6.0", "file-system" : "^2.2.2", "geojson" : "^0.5.0", "http-errors" : "~1.6.3", "jsonwebtoken" : "^8.5.1", "mongoose" : "^5.9.1", "mongoose-unique-validator" : "^2.0.3", "morgan" : "~1.9.1", "multer" : "^1.4.2", "multer-gridfs-storage" : "^4.0.3", "nodemailer" : "^6.4.8", "nodemon" : "^2.0.4", "websocket" : "^1.0.31"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "boom": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-mailer": {"type": "string"}, "fastify": {"type": "string"}, "fastify-swagger": {"type": "string"}, "file-system": {"type": "string"}, "geojson": {"type": "string"}, "http-errors": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-unique-validator": {"type": "string"}, "morgan": {"type": "string"}, "multer": {"type": "string"}, "multer-gridfs-storage": {"type": "string"}, "nodemailer": {"type": "string"}, "nodemon": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["async", "bcrypt", "body-parser", "boom", "cookie-parser", "debug", "dotenv", "ejs", "express", "express-mailer", "fastify", "fastify-swagger", "file-system", "geojson", "http-errors", "jsonwebtoken", "mongoose", "mongoose-unique-validator", "morgan", "multer", "multer-gridfs-storage", "nodemailer", "nodemon", "websocket"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["express-ip-filter", "forwarded-http", "freego", "is-match-ip", "koa-ip-filter"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [406.055, 102.372, 0.913744, 433.533, 178.79, 0.895471, 396.193, 178.861, 0.870079, 366.889, 243.385, 0.940524, 341.432, 294.347, 0.834815, 478.46, 178.77, 0.86985, 494.301, 257.113, 0.900577, 509.821, 337.433, 0.898302, 419.747, 319.834, 0.776087, 400.202, 319.85, 0.77295, 445.283, 429.507, 0.815795, 490.215, 523.485, 0.824519, 441.31, 319.821, 0.735437, 390.399, 427.584, 0.731645, 355.07, 543.194, 0.766215, 409.957, 98.375, 0.718102, 417.827, 98.4652, 0.901796, 0, 0, 0, 447.122, 114.122, 0.915631, 319.833, 547.064, 0.641465, 327.681, 554.886, 0.659255, 357.048, 556.949, 0.606934, 449.111, 545.146, 0.814099, 455.03, 541.226, 0.748539, 496.241, 527.552, 0.766131], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [509.274, 343.932, 0.378706, 505.606, 347.6, 0.549575, 505.606, 354.602, 0.463498, 510.274, 362.938, 0.598408, 514.943, 369.941, 0.608957, 520.278, 359.271, 0.391237, 521.278, 369.274, 0.175283, 514.609, 376.61, 0.220574, 514.609, 370.608, 0.157997, 523.946, 362.938, 0.345379, 520.945, 373.275, 0.283608, 515.943, 378.61, 0.275565, 510.274, 381.611, 0.197435, 524.613, 364.606, 0.2845, 521.945, 375.609, 0.352116, 516.61, 379.944, 0.249591, 511.608, 380.945, 0.235246, 524.279, 366.606, 0.211826, 522.945, 376.61, 0.275373, 519.277, 378.944, 0.253618, 514.943, 380.611, 0.191166], "hand_right_keypoints_2d" : [340.57, 301.285, 0.428087, 346.809, 304.145, 0.59973, 352.789, 310.904, 0.684328, 354.608, 322.083, 0.86435, 356.168, 329.882, 0.781887, 339.79, 318.183, 0.651985, 341.87, 330.142, 0.706114, 344.21, 337.941, 0.691169, 346.029, 342.881, 0.638075, 334.071, 320.523, 0.626557, 335.89, 332.742, 0.588809, 339.79, 339.501, 0.640557, 343.17, 346.26, 0.692451, 331.731, 320.783, 0.617671, 331.991, 331.182, 0.655636, 335.89, 337.421, 0.620789, 338.49, 342.881, 0.568223, 331.471, 321.043, 0.550278, 331.471, 328.842, 0.431624, 333.551, 333.002, 0.413148, 335.89, 335.342, 0.359771], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Lovely Rita \u30e9\u30d6\u30ea\u30fc\u30fb\u30ea\u30bf", "other_nominate" : []} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "string"}, "tags": {"type": "object", "properties": {"form": {"type": "string"}, "makam": {"type": "string"}}, "required": ["form", "makam"]}, "title": {"type": "string"}, "works": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["mbid", "name", "type"]}}, "mbid": {"type": "string"}, "score": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "title": {"type": "string"}}, "required": ["artists", "mbid", "score", "title"]}}}, "required": ["artists", "mbid", "tags", "title", "works"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artists" : [{"attribute-list" : ["tanbur"], "mbid" : "9b6e98f8-b695-45da-8c9c-68d4bab460fd", "name" : "Murat Aydemir", "type" : "instrument"}], "mbid" : "3744f788-b36b-4a0e-88bf-b1f344a6640a", "tags" : {"form" : "pe\u015frev", "makam" : "bestenigar"}, "title" : "Bestenigar Pesrevi", "works" : [{"artists" : [{"mbid" : "b38d3012-30bf-4bef-b8e2-e1a7d736ff13", "name" : "Numan Aga", "type" : "composer"}], "mbid" : "50e4d7c8-9268-488d-b891-ee696ae0f4e5", "score" : {"name" : "", "type" : "symbTr_v2"}, "title" : "Bestenigar Pesrevi"}]} | json_instruct | {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "string"}, "tags": {"type": "object", "properties": {"form": {"type": "string"}, "makam": {"type": "string"}}, "required": ["form", "makam"]}, "title": {"type": "string"}, "works": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["mbid", "name", "type"]}}, "mbid": {"type": "string"}, "score": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "title": {"type": "string"}}, "required": ["artists", "mbid", "score", "title"]}}}, "required": ["artists", "mbid", "tags", "title", "works"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE-APACHE": {"type": "string"}, "LICENSE-MIT": {"type": "string"}, "benches/sync_mpsc.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/lock.rs": {"type": "string"}, "src/mpsc/mod.rs": {"type": "string"}, "src/mpsc/queue.rs": {"type": "string"}, "src/mpsc/sink_impl.rs": {"type": "string"}, "src/oneshot.rs": {"type": "string"}, "tests/channel.rs": {"type": "string"}, "tests/mpsc-close.rs": {"type": "string"}, "tests/mpsc.rs": {"type": "string"}, "tests/oneshot.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "benches/sync_mpsc.rs", "src/lib.rs", "src/lock.rs", "src/mpsc/mod.rs", "src/mpsc/queue.rs", "src/mpsc/sink_impl.rs", "src/oneshot.rs", "tests/channel.rs", "tests/mpsc-close.rs", "tests/mpsc.rs", "tests/oneshot.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"Cargo.toml" : "e0f2704ae217f2b5a688a7dfe3afb213699b027ebba529b83d1731238248de03", "LICENSE-APACHE" : "275c491d6d1160553c32fd6127061d7f9606c3ea25abfad6ca3f6ed088785427", "LICENSE-MIT" : "6652c868f35dfe5e8ef636810a4e576b9d663f3a17fb0f5613ad73583e1b88fd", "benches/sync_mpsc.rs" : "df258466d9eb987815e456d96c6f15351148f91d48d1745309995b18a79cb53b", "src/lib.rs" : "6b392977616930414272b42448d0b2394c395b96f90c81b197520375bd8348b0", "src/lock.rs" : "43dc8978b5df28f6597a5e61e76e8f648ea93ae29287beaf207c8afbe4299542", "src/mpsc/mod.rs" : "589d29ad714a0dd8880dc1fd3b1a93699c7cd630acfd581435b8ee5a52ebdd27", "src/mpsc/queue.rs" : "cb74765980c464d43a39cde151d98a62e047b89faeda13964c5a07882639d8ad", "src/mpsc/sink_impl.rs" : "a96c247fb1b2489ed91b1cce1ef727ac599a20ee45efd6baeb9d0314f3629581", "src/oneshot.rs" : "71ff3f40a1ae4e74260c9cb521d3ec1edde70cb61f10bb9e98bdfbada68c55a2", "tests/channel.rs" : "bb04865f284c03c9e3adb1ded2088a14229cbb809fb7548acfcf5109421a5f2b", "tests/mpsc-close.rs" : "f7413320722733fff2f9aea8da8e129a4afe82861d6ae1c6dca8e838b703688a", "tests/mpsc.rs" : "c328cbc39c362c9edd75d867b2df35c9dac7e75c1d3edc0cde2a78b7a32f0618", "tests/oneshot.rs" : "504e1bc11a482b0648960e168bc5576dc655df769007bdf56abfdc153cf76847"}, "package" : "21c71ed547606de08e9ae744bb3c6d80f5627527ef31ecf2a7210d0e67bc8fae"} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE-APACHE": {"type": "string"}, "LICENSE-MIT": {"type": "string"}, "benches/sync_mpsc.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/lock.rs": {"type": "string"}, "src/mpsc/mod.rs": {"type": "string"}, "src/mpsc/queue.rs": {"type": "string"}, "src/mpsc/sink_impl.rs": {"type": "string"}, "src/oneshot.rs": {"type": "string"}, "tests/channel.rs": {"type": "string"}, "tests/mpsc-close.rs": {"type": "string"}, "tests/mpsc.rs": {"type": "string"}, "tests/oneshot.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "benches/sync_mpsc.rs", "src/lib.rs", "src/lock.rs", "src/mpsc/mod.rs", "src/mpsc/queue.rs", "src/mpsc/sink_impl.rs", "src/oneshot.rs", "tests/channel.rs", "tests/mpsc-close.rs", "tests/mpsc.rs", "tests/oneshot.rs"]}, "package": {"type": "string"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "languages_url": {"type": "string"}, "pulls_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "homepage": {"type": "null"}, "size": {"type": "integer"}, "stargazers_count": {"type": "integer"}, "language": {"type": "string"}, "mirror_url": {"type": "null"}, "archived": {"type": "boolean"}, "license": {"type": "null"}, "default_branch": {"type": "string"}, "contributors": {"type": "object", "properties": {"AIexandr": {"type": "integer"}, "davidalpert": {"type": "integer"}, "SimonCropp": {"type": "integer"}, "alexeysuvorov": {"type": "integer"}, "citizenmatt": {"type": "integer"}}, "required": ["AIexandr", "davidalpert", "SimonCropp", "alexeysuvorov", "citizenmatt"]}, "pulls_authors": {"type": "array", "items": {}}, "languages": {"type": "object", "properties": {"C#": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}, "PowerShell": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}}, "required": ["C#", "PowerShell"]}, "fetched_at": {"type": "string"}}, "required": ["_comment", "name", "full_name", "owner", "private", "html_url", "description", "fork", "url", "languages_url", "pulls_url", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "language", "mirror_url", "archived", "license", "default_branch", "contributors", "pulls_authors", "languages", "fetched_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_comment" : "DO NOT EDIT MANUALLY - See ../../../README.md", "name" : "MethodDecorator", "full_name" : "ziyasal/MethodDecorator", "owner" : "ziyasal", "private" : false, "html_url" : "https://github.com/ziyasal/MethodDecorator", "description" : "Compile time decorator pattern via IL rewriting", "fork" : true, "url" : "https://api.github.com/repos/ziyasal/MethodDecorator", "languages_url" : "https://api.github.com/repos/ziyasal/MethodDecorator/languages", "pulls_url" : "https://api.github.com/repos/ziyasal/MethodDecorator/pulls{/number}", "created_at" : "2015-05-13T13:05:17Z", "updated_at" : "2015-10-28T10:04:35Z", "pushed_at" : "2015-10-27T10:28:11Z", "homepage" : null, "size" : 1772, "stargazers_count" : 1, "language" : "C#", "mirror_url" : null, "archived" : false, "license" : null, "default_branch" : "master", "contributors" : {"AIexandr" : 3, "davidalpert" : 3, "SimonCropp" : 16, "alexeysuvorov" : 27, "citizenmatt" : 27}, "pulls_authors" : [], "languages" : {"C#" : {"bytes" : 101547, "color" : "#178600"}, "PowerShell" : {"bytes" : 2294, "color" : "#012456"}}, "fetched_at" : "2018-09-11T23:13:20.317Z"} | json_instruct | {"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "languages_url": {"type": "string"}, "pulls_url": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "pushed_at": {"type": "string"}, "homepage": {"type": "null"}, "size": {"type": "integer"}, "stargazers_count": {"type": "integer"}, "language": {"type": "string"}, "mirror_url": {"type": "null"}, "archived": {"type": "boolean"}, "license": {"type": "null"}, "default_branch": {"type": "string"}, "contributors": {"type": "object", "properties": {"AIexandr": {"type": "integer"}, "davidalpert": {"type": "integer"}, "SimonCropp": {"type": "integer"}, "alexeysuvorov": {"type": "integer"}, "citizenmatt": {"type": "integer"}}, "required": ["AIexandr", "davidalpert", "SimonCropp", "alexeysuvorov", "citizenmatt"]}, "pulls_authors": {"type": "array", "items": {}}, "languages": {"type": "object", "properties": {"C#": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}, "PowerShell": {"type": "object", "properties": {"bytes": {"type": "integer"}, "color": {"type": "string"}}, "required": ["bytes", "color"]}}, "required": ["C#", "PowerShell"]}, "fetched_at": {"type": "string"}}, "required": ["_comment", "name", "full_name", "owner", "private", "html_url", "description", "fork", "url", "languages_url", "pulls_url", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "language", "mirror_url", "archived", "license", "default_branch", "contributors", "pulls_authors", "languages", "fetched_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["voiceboxer-api-client"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 16687, "cartId" : "f88e0327-b2e5-4348-ad1f-4c8a73484013", "preferredProducts" : [836, 1197, 4491, 1930, 3415, 2114], "productReviews" : [{"productId" : 4157, "reviewText" : "This XML works considerably well. It mildly improves my basketball by a lot.", "reviewDate" : "2017-07-07T09:55:46.1112645+03:00"}, {"productId" : 4096, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 11 megaton!!", "reviewDate" : "2019-09-07T16:56:23.5034272+03:00"}, {"productId" : 574, "reviewText" : "It only works when I'm Bahrain.", "reviewDate" : "2016-07-21T05:12:49.7631639+03:00"}, {"productId" : 1222, "reviewText" : "This array works excessively well. It mortally improves my golf by a lot.", "reviewDate" : "2018-03-21T11:51:12.7467864+02:00"}, {"productId" : 4638, "reviewText" : "My co-worker Ali has one of these. He says it looks towering.", "reviewDate" : "2016-11-30T05:28:45.9956455+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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"725489f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["725489f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"725489f-a" : {"width" : 402, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/725489f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/725489f-a.jpg", "title" : "", "date" : "1932", "text" : "57th Street, at the S.E. corner of Broadway, showing an old frame house. Before Broadway, which is directly to the left of the house, was cut through after 1918 it was no. 136 Fourth Street, in the center of the block between 37th Avenue and Northern Boulevard.\n\nJune 23, 1932\n\nP.L. Sperr", "folder" : "57th Street & Broadway, Queens, NY", "height" : 600, "original_title" : "Queens: 57th Street - Broadway", "years" : ["1932"]}} | json_instruct | {"type": "object", "properties": {"725489f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["725489f-a"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["331082002001", "\u5e9c\u4e1c\u793e\u533a", "111", "0"], ["331082002002", "\u516d\u89d2\u4e95\u793e\u533a", "111", "0"], ["331082002003", "\u5bcc\u5eb7\u793e\u533a", "111", "0"], ["331082002006", "\u9ad8\u6865\u793e\u533a", "111", "0"], ["331082002007", "\u5927\u6d0b\u793e\u533a", "111", "0"], ["331082002008", "\u5409\u5229\u793e\u533a", "111", "0"], ["331082002012", "\u6797\u6865\u793e\u533a", "111", "0"], ["331082002013", "\u671b\u6e56\u793e\u533a", "111", "0"], ["331082002014", "\u6d0b\u5934\u793e\u533a", "111", "0"], ["331082002015", "\u65b0\u6865\u5934\u793e\u533a", "111", "0"], ["331082002016", "\u7075\u6e56\u793e\u533a", "111", "0"], ["331082002017", "\u4e91\u6e56\u793e\u533a", "111", "0"], ["331082002018", "\u5e84\u5934\u793e\u533a", "112", "0"], ["331082002019", "\u4e0b\u6d0b\u5ca9\u793e\u533a", "111", "0"], ["331082002200", "\u56fd\u5e86\u6751\u59d4\u4f1a", "112", "0"], ["331082002201", "\u53cc\u6865\u6751\u59d4\u4f1a", "112", "0"], ["331082002202", "\u7eff\u5316\u6751\u59d4\u4f1a", "112", "0"], ["331082002204", "\u4e01\u5bb6\u6d0b\u6751\u59d4\u4f1a", "111", "0"], ["331082002206", "\u6cfe\u5934\u9879\u6751\u59d4\u4f1a", "111", "0"], ["331082002207", "\u4e94\u5bb6\u6bbf\u6751\u59d4\u4f1a", "111", "0"], ["331082002212", "\u4e94\u5cf0\u6751\u59d4\u4f1a", "112", "0"], ["331082002213", "\u4e94\u5b54\u5c99\u6751\u59d4\u4f1a", "112", "0"], ["331082002215", "\u9ebb\u5730\u5934\u6751\u59d4\u4f1a", "112", "0"], ["331082002216", "\u6885\u5c99\u6751\u59d4\u4f1a", "220", "0"], ["331082002218", "\u72ee\u4e91\u6751\u59d4\u4f1a", "112", "0"], ["331082002220", "\u6d1b\u6cb3\u6751\u59d4\u4f1a", "112", "0"], ["331082002221", "\u6851\u56ed\u6751\u59d4\u4f1a", "112", "0"], ["331082002223", "\u5858\u91cc\u6751\u59d4\u4f1a", "112", "0"], ["331082002224", "\u897f\u6797\u6751\u59d4\u4f1a", "112", "0"], ["331082002226", "\u524d\u6c5f\u6751\u59d4\u4f1a", "112", "0"], ["331082002227", "\u5f00\u77f3\u6751\u59d4\u4f1a", "112", "0"], ["331082002228", "\u6865\u4e1c\u6751\u59d4\u4f1a", "112", "0"], ["331082002229", "\u897f\u65b0\u6751\u59d4\u4f1a", "112", "0"], ["331082002230", "\u65b0\u8054\u6751\u59d4\u4f1a", "112", "0"], ["331082002231", "\u5c71\u5cf0\u6751\u59d4\u4f1a", "112", "0"], ["331082002400", "\u4e34\u6d77\u5e02\u826f\u79cd\u573a\u793e\u533a", "111", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"azureTenant": {"type": "string"}, "kafkaPool": {"type": "string"}, "ingress": {"type": "string"}}, "required": ["azureTenant", "kafkaPool", "ingress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"azureTenant" : "trygdeetaten.no", "kafkaPool" : "nav-dev", "ingress" : "https://flex-testdata-reset.dev.nav.no"} | json_instruct | {"type": "object", "properties": {"azureTenant": {"type": "string"}, "kafkaPool": {"type": "string"}, "ingress": {"type": "string"}}, "required": ["azureTenant", "kafkaPool", "ingress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"sources": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "description", "items"]}}, "required": ["sources"]}}, "required": ["title", "$schema", "type", "additionalProperties", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "JSON schema for the ASP.NET global configuration files", "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "additionalProperties" : true, "required" : ["sources"], "properties" : {"sources" : {"type" : "array", "description" : "A list of source folders relative to this file.", "items" : {"type" : "string"}}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"sources": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["type", "description", "items"]}}, "required": ["sources"]}}, "required": ["title", "$schema", "type", "additionalProperties", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"c": {"type": "object", "properties": {"recica ob savinji": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["recica ob savinji"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"c" : {"recica ob savinji" : {"z" : {}, "l" : ["46.3167", "14.9167"]}}, "l" : []} | json_instruct | {"type": "object", "properties": {"c": {"type": "object", "properties": {"recica ob savinji": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["recica ob savinji"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"input": {"type": "string"}, "input.onSwitchMoved": {"type": "string"}}, "required": ["input", "input.onSwitchMoved"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"input" : "Respond to and read data from buttons and sensors.\n\nEvents and data from sensors.", "input.onSwitchMoved" : "Do something when the slide switch is moved left or right.\n* @param direction the direction the switch must be moved to trigget the event"} | json_instruct | {"type": "object", "properties": {"input": {"type": "string"}, "input.onSwitchMoved": {"type": "string"}}, "required": ["input", "input.onSwitchMoved"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-96.676529, 33.197024], [-96.675772, 33.198238], [-96.676475, 33.199748], [-96.674543, 33.20138], [-96.674822, 33.202337], [-96.673429, 33.205278], [-96.669527, 33.206795], [-96.668484, 33.208714], [-96.670629, 33.210377], [-96.670307, 33.211399], [-96.671699, 33.215196], [-96.671199, 33.217785], [-96.636237, 33.216672], [-96.638132, 33.208309], [-96.639554, 33.185161], [-96.641546, 33.185167], [-96.642698, 33.186704], [-96.643593, 33.185812], [-96.645669, 33.186175], [-96.645737, 33.187137], [-96.647161, 33.186948], [-96.646727, 33.18768], [-96.647641, 33.187644], [-96.647682, 33.188422], [-96.649061, 33.187973], [-96.648895, 33.188826], [-96.650919, 33.189318], [-96.650448, 33.190277], [-96.651731, 33.190254], [-96.652385, 33.192307], [-96.655347, 33.192239], [-96.656092, 33.193548], [-96.655567, 33.195017], [-96.658158, 33.196328], [-96.65854, 33.197915], [-96.662609, 33.196336], [-96.676529, 33.197024]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 89299}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 5], [1974, 6], [1975, 6], [1976, 11], [1978, 6], [1979, 9], [1981, 6], [1993, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Marimbault", "circ" : "9\u00e8me circonscription", "dpt" : "Gironde", "inscrits" : 136, "abs" : 67, "votants" : 69, "blancs" : 5, "nuls" : 1, "exp" : 63, "res" : [{"nuance" : "MDM", "nom" : "Mme Sophie METTE", "voix" : 39}, {"nuance" : "SOC", "nom" : "M. Gilles SAVARY", "voix" : 24}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "dev", "build"]}, "repository": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@11ty/eleventy": {"type": "string"}, "autoprefixer": {"type": "string"}, "cssnano": {"type": "string"}, "eleventy-plugin-toc": {"type": "string"}, "luxon": {"type": "string"}, "markdown-it-anchor": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}, "rimraf": {"type": "string"}, "striptags": {"type": "string"}, "tailwind-scroll-behavior": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@11ty/eleventy", "autoprefixer", "cssnano", "eleventy-plugin-toc", "luxon", "markdown-it-anchor", "postcss", "postcss-cli", "rimraf", "striptags", "tailwind-scroll-behavior", "tailwindcss"]}, "dependencies": {"type": "object", "properties": {"@tailwindcss/typography": {"type": "string"}}, "required": ["@tailwindcss/typography"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "manzanita-11ty", "version" : "1.0.0", "description" : "Custom steel bike frames for your next adventure", "scripts" : {"clean" : "rimraf public src/css/styles.css", "dev" : "npm run clean && postcss src/css/tailwind.css > src/css/styles.css && eleventy --serve", "build" : "npm run clean && NODE_ENV=production postcss src/css/tailwind.css > src/css/styles.css && eleventy"}, "repository" : {}, "keywords" : ["eleventy", "11ty", "tailwind", "tailwindcss", "purgecss"], "author" : "Nick Jensen", "license" : "ISC", "devDependencies" : {"@11ty/eleventy" : "^0.12.1", "autoprefixer" : "^10.3.4", "cssnano" : "^5.0.8", "eleventy-plugin-toc" : "^1.1.0", "luxon" : "^2.0.2", "markdown-it-anchor" : "^8.3.1", "postcss" : "^8.3.6", "postcss-cli" : "^8.3.1", "rimraf" : "^3.0.2", "striptags" : "^3.2.0", "tailwind-scroll-behavior" : "^1.0.0", "tailwindcss" : "^2.2.15"}, "dependencies" : {"@tailwindcss/typography" : "^0.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "dev", "build"]}, "repository": {"type": "object", "properties": {}, "required": []}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@11ty/eleventy": {"type": "string"}, "autoprefixer": {"type": "string"}, "cssnano": {"type": "string"}, "eleventy-plugin-toc": {"type": "string"}, "luxon": {"type": "string"}, "markdown-it-anchor": {"type": "string"}, "postcss": {"type": "string"}, "postcss-cli": {"type": "string"}, "rimraf": {"type": "string"}, "striptags": {"type": "string"}, "tailwind-scroll-behavior": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@11ty/eleventy", "autoprefixer", "cssnano", "eleventy-plugin-toc", "luxon", "markdown-it-anchor", "postcss", "postcss-cli", "rimraf", "striptags", "tailwind-scroll-behavior", "tailwindcss"]}, "dependencies": {"type": "object", "properties": {"@tailwindcss/typography": {"type": "string"}}, "required": ["@tailwindcss/typography"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testAppend": {"type": "string"}, "testAsArray": {"type": "string"}, "testAssq": {"type": "string"}, "testConsListDo": {"type": "string"}, "testConsListDoOnNil": {"type": "string"}, "testNewDictFrom": {"type": "string"}, "testNewListFrom": {"type": "string"}, "testNewListFromEmptyCollection": {"type": "string"}, "testNewListFromNil": {"type": "string"}, "testPrintStringForListEndingWithNonNilCdr": {"type": "string"}, "testPrintStringForLists": {"type": "string"}, "testPrintStringForSimpleCell": {"type": "string"}, "testSize": {"type": "string"}, "testWithCarCdrConstructor": {"type": "string"}}, "required": ["testAppend", "testAsArray", "testAssq", "testConsListDo", "testConsListDoOnNil", "testNewDictFrom", "testNewListFrom", "testNewListFromEmptyCollection", "testNewListFromNil", "testPrintStringForListEndingWithNonNilCdr", "testPrintStringForLists", "testPrintStringForSimpleCell", "testSize", "testWithCarCdrConstructor"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"testAppend" : "jr 2/1/2016 16:56", "testAsArray" : "bak 11/9/2015 09:37", "testAssq" : "jr 11/12/2015 01:44", "testConsListDo" : "jr 2/2/2016 21:50", "testConsListDoOnNil" : "bak 5/12/2016 18:24", "testNewDictFrom" : "jr 11/12/2015 01:43", "testNewListFrom" : "jr 11/10/2015 22:23", "testNewListFromEmptyCollection" : "bak 5/12/2016 18:22", "testNewListFromNil" : "jr 1/28/2016 19:44", "testPrintStringForListEndingWithNonNilCdr" : "jr 11/11/2015 18:17", "testPrintStringForLists" : "jr 11/11/2015 18:16", "testPrintStringForSimpleCell" : "jr 11/11/2015 18:16", "testSize" : "bak 11/9/2015 09:40", "testWithCarCdrConstructor" : "jr 11/10/2015 22:32"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testAppend": {"type": "string"}, "testAsArray": {"type": "string"}, "testAssq": {"type": "string"}, "testConsListDo": {"type": "string"}, "testConsListDoOnNil": {"type": "string"}, "testNewDictFrom": {"type": "string"}, "testNewListFrom": {"type": "string"}, "testNewListFromEmptyCollection": {"type": "string"}, "testNewListFromNil": {"type": "string"}, "testPrintStringForListEndingWithNonNilCdr": {"type": "string"}, "testPrintStringForLists": {"type": "string"}, "testPrintStringForSimpleCell": {"type": "string"}, "testSize": {"type": "string"}, "testWithCarCdrConstructor": {"type": "string"}}, "required": ["testAppend", "testAsArray", "testAssq", "testConsListDo", "testConsListDoOnNil", "testNewDictFrom", "testNewListFrom", "testNewListFromEmptyCollection", "testNewListFromNil", "testPrintStringForListEndingWithNonNilCdr", "testPrintStringForLists", "testPrintStringForSimpleCell", "testSize", "testWithCarCdrConstructor"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn": {"type": "object", "properties": {"jos.13.27|4": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.27|4"]}}, "required": ["w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn"]}, "meanings": {"type": "object", "properties": {"zaphon": {"type": "integer"}}, "required": ["zaphon"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "proper", "translits" : {"w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn" : {"jos.13.27|4" : ["and Succoth\uff64", "and Zaphon\uff64", "the rest"]}}, "meanings" : {"zaphon" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn": {"type": "object", "properties": {"jos.13.27|4": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.27|4"]}}, "required": ["w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn"]}, "meanings": {"type": "object", "properties": {"zaphon": {"type": "integer"}}, "required": ["zaphon"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["shared-sofa-component-tasks", "sofa", "sofa-basket-service", "sofa-coupon-service", "sofa-cross-sales-service", "sofa-user-service", "sofa-wishlist-service"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "(\u8fb2\u8015\u5730)\u80a5\u6c83\u7684"}, {"e" : ["\ufff9`Dihapalay~ `ko~ `omah~ `ako~.\ufffa\ufffb\u6211\u7684\u8fb2\u5730\u80a5\u6c83\u3002", "\ufff9`Dihapalay~ `koni~ `a~ `'fa~.\ufffa\ufffb\u9019\u5339\u99ac\u9577\u5f97\u8c50\u78a9\u3002"], "f" : "(\u7272\u755c)\u81c0\u90e8\u8c50\u6eff\u7684\u3002"}]}], "stem" : "dihapal", "t" : "dihapalay"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accession_number" : "1996.94", "actors" : [], "creation_date" : "300BC-300", "credit_line" : "Gift of Bonnie and David Ross", "cultures" : [], "dimensions" : "4 3/4 x 1 3/4 x 1/2 in. | 12.1 x 4.4 x 1.3 cm.", "dynasty" : null, "images" : [], "irn" : 31559, "materials" : "jade", "on_view" : true, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "ax deity pendant"} | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"documentId": {"type": "string"}, "projectId": {"type": "string"}}, "required": ["documentId", "projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"documentId" : "id-4", "projectId" : "project-id-4"} | json_instruct | {"type": "object", "properties": {"documentId": {"type": "string"}, "projectId": {"type": "string"}}, "required": ["documentId", "projectId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "strings": {"type": "object", "properties": {"options": {"type": "object", "properties": {"pillar": {"type": "string"}, "underground": {"type": "string"}, "wall": {"type": "string"}, "pipe": {"type": "string"}}, "required": ["pillar", "underground", "wall", "pipe"]}}, "required": ["options"]}}, "required": ["key", "type", "label", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "fire_hydrant:type", "type" : "combo", "label" : "Shape", "strings" : {"options" : {"pillar" : "Pillar/Aboveground", "underground" : "Underground", "wall" : "Wall", "pipe" : "Capped Pipe"}}} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "strings": {"type": "object", "properties": {"options": {"type": "object", "properties": {"pillar": {"type": "string"}, "underground": {"type": "string"}, "wall": {"type": "string"}, "pipe": {"type": "string"}}, "required": ["pillar", "underground", "wall", "pipe"]}}, "required": ["options"]}}, "required": ["key", "type", "label", "strings"], "$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"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"Specialist Medical": {"type": "array", "items": {"type": "string"}}}, "required": ["Specialist Medical"]}, "operatingHours": {"type": "object", "properties": {"Public Holiday": {"type": "string"}, "Monday": {"type": "string"}, "Tuesday": {"type": "string"}, "Wednesday": {"type": "string"}, "Thursday": {"type": "string"}, "Friday": {"type": "string"}, "Saturday": {"type": "string"}, "Sunday": {"type": "string"}}, "required": ["Public Holiday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices", "operatingHours"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SY LIM CHILDREN'S CLINIC", "tel" : "68352868", "fax" : "68352878", "licensee" : "LIM SIEW YIN", "licensePeriod" : "01/03/2017 to 28/02/2019", "licenseClass" : "[ 2 Years ( 2D ) ]", "hciCode" : "9403760", "address" : "402 ORCHARD RD, DELFI ORCHARD, #05-18 Singapore 238876", "doctorInCharge" : [{"name" : "LIM SIEW YIN", "qualifications" : ["MBBS (National University of Singapore, Singapore) 1981", "M Med (Paed) (National University of Singapore, Singapore) 1987", "FAMS (Paed) (Academy of Medicine, Singapore) 1992"], "specialties" : ["Paediatric Medicine"]}], "detailedServices" : {"Specialist Medical" : ["Paediatric Medicine"]}, "operatingHours" : {"Public Holiday" : "Closed", "Monday" : "10:00 am to 12:30 pm, 03:00 pm to 05:00 pm", "Tuesday" : "09:30 am to 12:30 pm, 02:30 pm to 05:00 pm", "Wednesday" : "09:30 am to 11:30 am, 02:30 pm to 05:00 pm", "Thursday" : "09:30 am to 12:30 pm, 02:30 pm to 05:00 pm", "Friday" : "09:30 am to 12:30 pm, 02:30 pm to 05:00 pm", "Saturday" : "Closed", "Sunday" : "Closed"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "detailedServices": {"type": "object", "properties": {"Specialist Medical": {"type": "array", "items": {"type": "string"}}}, "required": ["Specialist Medical"]}, "operatingHours": {"type": "object", "properties": {"Public Holiday": {"type": "string"}, "Monday": {"type": "string"}, "Tuesday": {"type": "string"}, "Wednesday": {"type": "string"}, "Thursday": {"type": "string"}, "Friday": {"type": "string"}, "Saturday": {"type": "string"}, "Sunday": {"type": "string"}}, "required": ["Public Holiday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "detailedServices", "operatingHours"], "$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.