input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "gogo-finance", "symbol" : "gogo", "name" : "GOGO Finance", "platforms" : {"ethereum" : "0x9a96e767bfcce8e80370be00821ed5ba283d4a17"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Amid the Covid-19 Crisis, The global market for online lottery estimated at $7.1 Billion in the year 2020 and is projected to reach a revised size of $11.1 Billion by 2027!\r\n\r\nWhile according to an article by CoinDesk, the total value locked in DeFi sector as at Nov 2020 is about $13.6 Billion!\r\n\r\nGOGO Finance will be bringing these two powerful sector and industries together in one place thereby creating a powerful ecosystem where you don't only earn yields from DeFi but you can also earn rewards from the lottery system too.\r\n\r\nThe GOGO Finance Token will be the official governance token & allows holders to enjoy all the benefits, rewards & yields from the ecosystem."}, "country_origin" : "", "genesis_date" : null, "contract_address" : "0x9a96e767bfcce8e80370be00821ed5ba283d4a17", "url" : "https://gogo.finance/", "explorers" : ["https://etherscan.io/token/0x9a96E767bFCcE8E80370BE00821ED5BA283D4A17", "https://ethplorer.io/address/0x9a96E767bFCcE8E80370BE00821ED5BA283D4A17"], "twitter" : "gogofinance", "telegram" : "gogofinance"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/sinon-chai": {"type": "string"}, "bindings": {"type": "string"}, "nan": {"type": "string"}, "node-gyp": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/sinon-chai", "bindings", "nan", "node-gyp"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "chai": {"type": "string"}, "jshint-stylish": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["@types/node", "chai", "jshint-stylish", "sinon", "sinon-chai"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "repository", "scripts", "dependencies", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "librsvg", "version" : "0.8.0", "description" : "Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.", "keywords" : ["svg", "render", "renders", "rendering", "graphic", "graphics", "image", "images", "librsvg", "cairo"], "repository" : {"type" : "git", "url" : "https://github.com/ionagamed/node-rsvg.git"}, "scripts" : {"test" : "mocha --recursive --timeout 30000 --exit --require test/helpers/chai.js test/**/*.test.js"}, "dependencies" : {"@types/chai" : "^4.2.12", "@types/mocha" : "^8.0.3", "@types/sinon-chai" : "^3.2.4", "bindings" : "~1.2.0", "nan" : "^2.4.0", "node-gyp" : "^7.1.0"}, "devDependencies" : {"@types/node" : "^14.11.1", "chai" : "~1.8.1", "jshint-stylish" : "^1.0.0", "sinon" : "~1.7.3", "sinon-chai" : "~2.4.0"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/sinon-chai": {"type": "string"}, "bindings": {"type": "string"}, "nan": {"type": "string"}, "node-gyp": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/sinon-chai", "bindings", "nan", "node-gyp"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "chai": {"type": "string"}, "jshint-stylish": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["@types/node", "chai", "jshint-stylish", "sinon", "sinon-chai"]}, "license": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "repository", "scripts", "dependencies", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fastify": {"type": "string"}, "irc-upd": {"type": "string"}}, "required": ["fastify", "irc-upd"]}}, "required": ["author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "itismadness", "dependencies" : {"fastify" : "^1.13.0", "irc-upd" : "^0.10.0"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fastify": {"type": "string"}, "irc-upd": {"type": "string"}}, "required": ["fastify", "irc-upd"]}}, "required": ["author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "number"}, "value": {"type": "number"}}, "required": ["timestamp", "value"]}}, "callback": {"type": "string"}, "forecast_to": {"type": "number"}}, "required": ["data", "callback", "forecast_to"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : [{"timestamp" : 1388428200.0, "value" : 4871.0}, {"timestamp" : 1419964200.0, "value" : 15059.0}, {"timestamp" : 1483122600.0, "value" : 23000.0}], "callback" : "http://your.domain/yourcallback", "forecast_to" : 1514658600.0}
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "number"}, "value": {"type": "number"}}, "required": ["timestamp", "value"]}}, "callback": {"type": "string"}, "forecast_to": {"type": "number"}}, "required": ["data", "callback", "forecast_to"], "$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"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "engines", "description", "main", "directories", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "clientapp", "version" : "1.0.0", "engines" : {"node" : "14.x"}, "description" : "Simple FPS Game", "main" : "startStaticServer.js", "directories" : {"lib" : "lib"}, "scripts" : {"start" : "node startStaticServer.js"}, "author" : "brutaltm", "license" : "ISC", "dependencies" : {"express" : "^4.17.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "engines", "description", "main", "directories", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "migrations": {"type": "object", "properties": {"autoUpgrade": {"type": "boolean"}}, "required": ["autoUpgrade"]}}, "required": ["host", "port", "database", "migrations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"host" : "mongo", "port" : 27017, "database" : "targid", "migrations" : {"autoUpgrade" : true}}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "database": {"type": "string"}, "migrations": {"type": "object", "properties": {"autoUpgrade": {"type": "boolean"}}, "required": ["autoUpgrade"]}}, "required": ["host", "port", "database", "migrations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contest_like": {"type": "boolean"}, "ds_version": {"type": "string"}, "left_white_overexposed": {"type": "boolean"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "tags": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["data", "tags", "type"]}}, "original_gt": {"type": "array", "items": {"type": "number"}}, "original_left_gt": {"type": "array", "items": {"type": "number"}}, "original_right_gt": {"type": "array", "items": {"type": "number"}}, "properties": {"type": "object", "properties": {"daytime": {"type": "string"}, "estimation": {"type": "string"}, "gdpr_objects": {"type": "array", "items": {"type": "string"}}, "has_cube_plus": {"type": "boolean"}, "has_known_objects": {"type": "boolean"}, "illumination": {"type": "string"}, "is_sharp": {"type": "boolean"}, "light_objects": {"type": "array", "items": {"type": "string"}}, "place": {"type": "string"}, "richness": {"type": "string"}, "shadows": {"type": "string"}}, "required": ["daytime", "estimation", "gdpr_objects", "has_cube_plus", "has_known_objects", "illumination", "is_sharp", "light_objects", "place", "richness", "shadows"]}, "right_white_overexposed": {"type": "boolean"}, "size": {"type": "array", "items": {"type": "integer"}}}, "required": ["contest_like", "ds_version", "left_white_overexposed", "objects", "original_gt", "original_left_gt", "original_right_gt", "properties", "right_white_overexposed", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contest_like" : true, "ds_version" : "1.0", "left_white_overexposed" : false, "objects" : [{"data" : [[2052.0, 1543.0], [2264.0, 1406.0], [2062.0, 1302.0]], "tags" : ["left_b"], "type" : "region"}, {"data" : [[2062.0, 1302.0], [2264.0, 1406.0], [2262.0, 1171.0]], "tags" : ["left"], "type" : "region"}, {"data" : [[2479.0, 1529.0], [2263.0, 1406.0], [2477.0, 1287.0]], "tags" : ["right_b"], "type" : "region"}, {"data" : [[2476.0, 1287.0], [2263.0, 1407.0], [2262.0, 1171.0]], "tags" : ["right"], "type" : "region"}], "original_gt" : [0.21268657, 0.49363477, 0.29367867], "original_left_gt" : [0.21268657, 0.49363477, 0.29367867], "original_right_gt" : [0.215311, 0.4917597, 0.29292929], "properties" : {"daytime" : "unknown", "estimation" : "full", "gdpr_objects" : ["none"], "has_cube_plus" : true, "has_known_objects" : false, "illumination" : "unknown", "is_sharp" : false, "light_objects" : ["none"], "place" : "indoor", "richness" : "rich", "shadows" : "no"}, "right_white_overexposed" : false, "size" : [2592, 1728]}
json_instruct
{"type": "object", "properties": {"contest_like": {"type": "boolean"}, "ds_version": {"type": "string"}, "left_white_overexposed": {"type": "boolean"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "tags": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["data", "tags", "type"]}}, "original_gt": {"type": "array", "items": {"type": "number"}}, "original_left_gt": {"type": "array", "items": {"type": "number"}}, "original_right_gt": {"type": "array", "items": {"type": "number"}}, "properties": {"type": "object", "properties": {"daytime": {"type": "string"}, "estimation": {"type": "string"}, "gdpr_objects": {"type": "array", "items": {"type": "string"}}, "has_cube_plus": {"type": "boolean"}, "has_known_objects": {"type": "boolean"}, "illumination": {"type": "string"}, "is_sharp": {"type": "boolean"}, "light_objects": {"type": "array", "items": {"type": "string"}}, "place": {"type": "string"}, "richness": {"type": "string"}, "shadows": {"type": "string"}}, "required": ["daytime", "estimation", "gdpr_objects", "has_cube_plus", "has_known_objects", "illumination", "is_sharp", "light_objects", "place", "richness", "shadows"]}, "right_white_overexposed": {"type": "boolean"}, "size": {"type": "array", "items": {"type": "integer"}}}, "required": ["contest_like", "ds_version", "left_white_overexposed", "objects", "original_gt", "original_left_gt", "original_right_gt", "properties", "right_white_overexposed", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible 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" : "\u3010\u6771\u65b9MMD\u3011 KiLLER LADY \u3081\u30fc\u3053\u307e\u54b2\uff7b\uff9e\uff85 \u3010\u30ea\u30af\u5fdc\u7b54\u3011", "author" : "shbrtty2", "description" : "\u3054\u8996\u8074\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/435491/thumbnail-435491_0001.jpg?itok=vfBC6JHM", "download" : "https://www.iwara.tv/api/video/bxazycq96s3bbz15", "origin" : "https://www.iwara.tv/videos/bxazycq96s3bbz15"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : "2020-12-13T07:20:21Z", "data" : [{"data_type" : "noise", "value" : "31.96", "max" : "41.68", "min" : "27.18", "sd" : "1.80"}, {"data_type" : "illuminance", "value" : "111.78", "max" : "112.00", "min" : "111.00", "sd" : "0.43"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "temperature", "value" : "27.96", "max" : "27.96", "min" : "27.95", "sd" : "0.00"}, {"data_type" : "humidity", "value" : "56.72", "max" : "56.77", "min" : "56.65", "sd" : "0.04"}, {"data_type" : "presure", "value" : "898.01", "max" : "898.04", "min" : "897.98", "sd" : "0.02"}, {"data_type" : "rain", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "precipitation", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"page-index-hero-image-alt": {"type": "string"}, "page-index-meta-description": {"type": "string"}, "page-index-meta-title": {"type": "string"}, "page-index-sections-developers-desc": {"type": "string"}, "page-index-sections-developers-image-alt": {"type": "string"}, "page-index-sections-developers-link-text": {"type": "string"}, "page-index-sections-developers-title": {"type": "string"}, "page-index-sections-enterprise-desc": {"type": "string"}, "page-index-sections-enterprise-image-alt": {"type": "string"}, "page-index-sections-enterprise-link-text": {"type": "string"}, "page-index-sections-enterprise-title": {"type": "string"}, "page-index-sections-individuals-desc": {"type": "string"}, "page-index-sections-individuals-image-alt": {"type": "string"}, "page-index-sections-individuals-link-text": {"type": "string"}, "page-index-sections-individuals-title": {"type": "string"}, "page-index-subtitle": {"type": "string"}, "page-index-title": {"type": "string"}}, "required": ["page-index-hero-image-alt", "page-index-meta-description", "page-index-meta-title", "page-index-sections-developers-desc", "page-index-sections-developers-image-alt", "page-index-sections-developers-link-text", "page-index-sections-developers-title", "page-index-sections-enterprise-desc", "page-index-sections-enterprise-image-alt", "page-index-sections-enterprise-link-text", "page-index-sections-enterprise-title", "page-index-sections-individuals-desc", "page-index-sections-individuals-image-alt", "page-index-sections-individuals-link-text", "page-index-sections-individuals-title", "page-index-subtitle", "page-index-title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"page-index-hero-image-alt" : "G\u0142\u00f3wny obrazek ethereum.org", "page-index-meta-description" : "Ethereum jest globaln\u0105, zdecentralizowan\u0105 platform\u0105 \u0142\u0105cz\u0105c\u0105 waluty i nowe aplikacje. Na Ethereum mo\u017cesz napisa\u0107 kod, kt\u00f3ry zarz\u0105dza dzia\u0142aniem pieniadza i tworzy\u0107 aplikacje, do kt\u00f3rych dost\u0119p mo\u017cna uzyska\u0107 na ca\u0142ym \u015bwiecie.", "page-index-meta-title" : "Strona g\u0142\u00f3wna", "page-index-sections-developers-desc" : "Dowiedz si\u0119 wi\u0119cej o technologii le\u017c\u0105cej u podstaw Ethereum i powi\u0105zanych aplikacjach, aby szybko rozpocz\u0105\u0107 prac\u0119.", "page-index-sections-developers-image-alt" : "Ilustracja r\u0119ki uk\u0142adaj\u0105cej glif Ethereum wykonany z cegie\u0142ek lego", "page-index-sections-developers-link-text" : "Zacznij tworzenie", "page-index-sections-developers-title" : "Deweloperzy", "page-index-sections-enterprise-desc" : "Zobacz, w jaki spos\u00f3b Ethereum mo\u017ce tworzy\u0107 nowe modele biznesowe, zmniejsza\u0107 koszty i zabezpiecza\u0107 dzia\u0142alno\u015b\u0107 na potrzeby rozwoju w przysz\u0142o\u015bci.", "page-index-sections-enterprise-image-alt" : "Ilustracja grupy ludzi pracuj\u0105cej nad projektem Ethereum siedz\u0105cych wok\u00f3\u0142 laptopa", "page-index-sections-enterprise-link-text" : "Ethereum for Enterprise", "page-index-sections-enterprise-title" : "Enterprise", "page-index-sections-individuals-desc" : "Poznaj Ethereum, Ether, wallety, tokeny i wiele wi\u0119cej, dzi\u0119ki czemu mo\u017cesz zacz\u0105\u0107 korzysta\u0107 z aplikacji Ethereum.", "page-index-sections-individuals-image-alt" : "Ilustracja psa Piese\u0142a siedz\u0105cego przy komputerze", "page-index-sections-individuals-link-text" : "Pierwsze kroki z Ethereum", "page-index-sections-individuals-title" : "Wi\u0119cej informacji o Ethereum", "page-index-subtitle" : "Dzi\u0119ki Ethereum, mo\u017cesz tworzy\u0107 kod kt\u00f3ry pozwala utrzyma\u0107 cyfrow\u0105 jako\u015b\u0107, dzia\u0142a dok\u0142adnie tak, jak zosta\u0142 zaprogramowany i jest dost\u0119pny na ca\u0142ym \u015bwiecie.", "page-index-title" : "Ethereum to globalna platforma open source dla zdecentralizowanych aplikacji."}
json_instruct
{"type": "object", "properties": {"page-index-hero-image-alt": {"type": "string"}, "page-index-meta-description": {"type": "string"}, "page-index-meta-title": {"type": "string"}, "page-index-sections-developers-desc": {"type": "string"}, "page-index-sections-developers-image-alt": {"type": "string"}, "page-index-sections-developers-link-text": {"type": "string"}, "page-index-sections-developers-title": {"type": "string"}, "page-index-sections-enterprise-desc": {"type": "string"}, "page-index-sections-enterprise-image-alt": {"type": "string"}, "page-index-sections-enterprise-link-text": {"type": "string"}, "page-index-sections-enterprise-title": {"type": "string"}, "page-index-sections-individuals-desc": {"type": "string"}, "page-index-sections-individuals-image-alt": {"type": "string"}, "page-index-sections-individuals-link-text": {"type": "string"}, "page-index-sections-individuals-title": {"type": "string"}, "page-index-subtitle": {"type": "string"}, "page-index-title": {"type": "string"}}, "required": ["page-index-hero-image-alt", "page-index-meta-description", "page-index-meta-title", "page-index-sections-developers-desc", "page-index-sections-developers-image-alt", "page-index-sections-developers-link-text", "page-index-sections-developers-title", "page-index-sections-enterprise-desc", "page-index-sections-enterprise-image-alt", "page-index-sections-enterprise-link-text", "page-index-sections-enterprise-title", "page-index-sections-individuals-desc", "page-index-sections-individuals-image-alt", "page-index-sections-individuals-link-text", "page-index-sections-individuals-title", "page-index-subtitle", "page-index-title"], "$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"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "predeploy": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "test", "predeploy", "deploy"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/stats": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "gh-pages": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "jest": {"type": "string"}, "style-loader": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@types/jest", "@types/stats", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "clean-webpack-plugin", "css-loader", "eslint", "gh-pages", "html-webpack-plugin", "jest", "style-loader", "ts-jest", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"immutable": {"type": "string"}, "stats.js": {"type": "string"}}, "required": ["immutable", "stats.js"]}}, "required": ["name", "version", "description", "homepage", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tetris", "version" : "1.0.0", "description" : "Tetris in TypeScript.", "homepage" : "https://mbh95.github.io/tetris-ts", "scripts" : {"start" : "webpack-dev-server --open --config webpack.dev.js", "build" : "webpack --config webpack.prod.js", "test" : "jest", "predeploy" : "npm run build", "deploy" : "gh-pages -d dist"}, "author" : "Matt Hammond", "license" : "MIT", "devDependencies" : {"@types/jest" : "^24.0.18", "@types/stats" : "^0.16.30", "@typescript-eslint/eslint-plugin" : "^2.3.1", "@typescript-eslint/parser" : "^2.3.1", "clean-webpack-plugin" : "^3.0.0", "css-loader" : "^3.2.0", "eslint" : "^6.4.0", "gh-pages" : "^2.1.1", "html-webpack-plugin" : "^3.2.0", "jest" : "^24.9.0", "style-loader" : "^1.0.0", "ts-jest" : "^24.1.0", "ts-loader" : "^6.0.4", "typescript" : "^3.6.3", "webpack" : "^4.39.1", "webpack-cli" : "^3.3.6", "webpack-dev-server" : "^3.8.0", "webpack-merge" : "^4.2.1"}, "dependencies" : {"immutable" : "^4.0.0-rc.12", "stats.js" : "^0.17.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "predeploy": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "test", "predeploy", "deploy"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/stats": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "gh-pages": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "jest": {"type": "string"}, "style-loader": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@types/jest", "@types/stats", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "clean-webpack-plugin", "css-loader", "eslint", "gh-pages", "html-webpack-plugin", "jest", "style-loader", "ts-jest", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"immutable": {"type": "string"}, "stats.js": {"type": "string"}}, "required": ["immutable", "stats.js"]}}, "required": ["name", "version", "description", "homepage", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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": {"point": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "site-address": {"type": "string"}, "site-plan-url": {"type": "string"}, "ownership-status": {"type": "string"}, "planning-permission-status": {"type": "string"}, "organisation": {"type": "string"}, "hectares": {"type": "string"}, "site": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["point", "maximum-net-dwellings", "name", "site-address", "site-plan-url", "ownership-status", "planning-permission-status", "organisation", "hectares", "site", "minimum-net-dwellings", "start-date", "notes", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [1.165855, 52.049756]}, "properties" : {"point" : "POINT(1.165855 52.049756)", "maximum-net-dwellings" : "8", "name" : "BLR/IP178", "site-address" : "Island House, Duke Street", "site-plan-url" : "https://maps.ipswich.gov.uk/Online_Mapping/Full.aspx?gpm=5521ea3b-6967-4a63-8463-f1947bc77a34", "ownership-status" : "not owned by a public authority", "planning-permission-status" : "not permissioned", "organisation" : "local-authority-eng:IPS", "hectares" : "0.09", "site" : "BLR/IP178", "minimum-net-dwellings" : "8", "start-date" : "2019-12-11", "notes" : "SHELAA site for 8 dwellings. https://www.ipswich.gov.uk/sites/www.ipswich.gov.uk/files/shelaa_january_2020_final.pdf#page=60", "slug" : "/brownfield-land/local-authority-eng/IPS/BLR-IP178", "entity" : 513490, "entry-date" : "2019-12-11"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "site-address": {"type": "string"}, "site-plan-url": {"type": "string"}, "ownership-status": {"type": "string"}, "planning-permission-status": {"type": "string"}, "organisation": {"type": "string"}, "hectares": {"type": "string"}, "site": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["point", "maximum-net-dwellings", "name", "site-address", "site-plan-url", "ownership-status", "planning-permission-status", "organisation", "hectares", "site", "minimum-net-dwellings", "start-date", "notes", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "652822100", "text" : "\u8f6e\u53f0\u9547"}, {"id" : "652822101", "text" : "\u8f6e\u5357\u9547"}, {"id" : "652822102", "text" : "\u7fa4\u5df4\u514b\u9547"}, {"id" : "652822103", "text" : "\u9633\u971e\u9547"}, {"id" : "652822201", "text" : "\u54c8\u5c14\u5df4\u514b\u4e61"}, {"id" : "652822202", "text" : "\u91ce\u4e91\u6c9f\u4e61"}, {"id" : "652822203", "text" : "\u963f\u514b\u8428\u6765\u4e61"}, {"id" : "652822204", "text" : "\u5854\u5c14\u62c9\u514b\u4e61"}, {"id" : "652822205", "text" : "\u8349\u6e56\u4e61"}, {"id" : "652822206", "text" : "\u94c1\u70ed\u514b\u5df4\u624e\u4e61"}, {"id" : "652822207", "text" : "\u7b56\u8fbe\u96c5\u4e61"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"auroc" : [0.4706994328922495, 0.4064272211720227, 0.4120982986767485, 0.44045368620037806, 0.4574669187145557], "acc" : [0.45652173913043476, 0.43478260869565216, 0.45652173913043476, 0.391304347826087, 0.45652173913043476], "aps" : [0.4655551361320432, 0.44013611154635846, 0.44480982108246825, 0.45245074900108084, 0.49510490026035747], "f1" : [0.13793103448275862, 0.13333333333333333, 0.2857142857142857, 0.1764705882352941, 0.24242424242424243], "auprc" : [0.4429942607047021, 0.4178098021099366, 0.42193454705060035, 0.43286563335125083, 0.4798618567942091]}
json_instruct
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "e334fc2d348e0e41ed954e92f831a80d03423566"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "name": {"type": "string"}, "parent": {"type": "string"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}}, "required": ["Name", "name", "parent", "shortDescription", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Wasting my time", "name" : "wasting_my_time", "parent" : "", "shortDescription" : "Video compositions during one regular day. Sound recording of waiting room.", "description" : "<p>Wasting my time</p><p><strong>A</strong> Video compositions during one regular day.<br><strong>B</strong> Sound recording of waiting room.<br><br>Following Fibonacci Sequence <strong>A</strong> decreases in duration and <strong>B</strong> increases.</p>"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "name": {"type": "string"}, "parent": {"type": "string"}, "shortDescription": {"type": "string"}, "description": {"type": "string"}}, "required": ["Name", "name", "parent", "shortDescription", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "Browser menu implementation for Zope.", "home" : "http://github.com/zopefoundation/zope.browsermenu/", "license" : "ZPL 2.1"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "6.7.6": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"url": {"type": "string"}, "version-check": {"type": "object", "properties": {"webpage": {"type": "string"}}, "required": ["webpage"]}}, "required": ["url", "version-check"]}}, "required": ["display-name", "package-name", "latest-version", "6.7.6", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display-name" : "", "package-name" : "concourse-fly", "is-portable" : true, "portable" : {"display-name" : "", "package-name" : "concourse-fly", "latest-version" : "6.7.6", "6.7.6" : {"url" : "https://github.com/concourse/concourse/releases/download/v6.7.6/fly-6.7.6-windows-amd64.zip", "file-type" : ".zip", "bin" : ["fly.exe"], "shortcuts" : [], "persist" : []}, "auto-update" : {"url" : "https://github.com/concourse/concourse/releases/download/v$version/fly-$version-windows-amd64.zip", "version-check" : {"webpage" : "https://concourse-ci.org/fly.html"}}}}
json_instruct
{"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "is-portable": {"type": "boolean"}, "portable": {"type": "object", "properties": {"display-name": {"type": "string"}, "package-name": {"type": "string"}, "latest-version": {"type": "string"}, "6.7.6": {"type": "object", "properties": {"url": {"type": "string"}, "file-type": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {}}, "persist": {"type": "array", "items": {}}}, "required": ["url", "file-type", "bin", "shortcuts", "persist"]}, "auto-update": {"type": "object", "properties": {"url": {"type": "string"}, "version-check": {"type": "object", "properties": {"webpage": {"type": "string"}}, "required": ["webpage"]}}, "required": ["url", "version-check"]}}, "required": ["display-name", "package-name", "latest-version", "6.7.6", "auto-update"]}}, "required": ["display-name", "package-name", "is-portable", "portable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "rust", "exercise" : "gigasecond", "id" : "6b1151c790e44486abc7808b9674a612", "url" : "https://exercism.io/my/solutions/6b1151c790e44486abc7808b9674a612", "handle" : "schulke-214", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"tabcomplete.js": {"type": "string"}, "tabcomplete.min.js": {"type": "string"}}, "required": ["tabcomplete.js", "tabcomplete.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tabcomplete.js" : "sha512-cNbtv1RlEVOr1BMw6ng8A+c4cTzlOmOsbE99/MQyyhhipmJGAMQXjUHAufcIg3Bf5WKwLAhaExfLE0lS3jkSUg==", "tabcomplete.min.js" : "sha512-o6SMQB+TYB+WOWSwToA0qHr4syery2hbRxmZ/2aBiz7grbrhMmhMacGnQEx1x4rNkVgXUC+spFdS2AL5moM1vA=="}
json_instruct
{"type": "object", "properties": {"tabcomplete.js": {"type": "string"}, "tabcomplete.min.js": {"type": "string"}}, "required": ["tabcomplete.js", "tabcomplete.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"classId": {"type": "null"}, "interestLabelId": {"type": "integer"}, "labelTopicId": {"type": "integer"}, "labelTopicType": {"type": "integer"}, "labelTopicValue": {"type": "string"}, "livingLabelId": {"type": "null"}}, "required": ["classId", "interestLabelId", "labelTopicId", "labelTopicType", "labelTopicValue", "livingLabelId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"classId" : null, "interestLabelId" : 15, "labelTopicId" : 14, "labelTopicType" : 1, "labelTopicValue" : " #\u54c1\u724c[14|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 15, "labelTopicType" : 1, "labelTopicValue" : " #\u98ce\u683c[15|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 16, "labelTopicType" : 1, "labelTopicValue" : " #\u6b3e\u5f0f[16|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 17, "labelTopicType" : 1, "labelTopicValue" : " #\u6750\u8d28[17|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 18, "labelTopicType" : 1, "labelTopicValue" : " #\u4ef7\u683c[18|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 19, "labelTopicType" : 1, "labelTopicValue" : " #\u4fdd\u6696\u6027[19|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 20, "labelTopicType" : 1, "labelTopicValue" : " #\u900f\u6c14\u6027[20|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 21, "labelTopicType" : 1, "labelTopicValue" : " #\u642d\u914d\u6548\u679c[21|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 22, "labelTopicType" : 1, "labelTopicValue" : " #\u5f53\u5b63\u6d41\u884c[22|\u8bdd\u9898]# ", "livingLabelId" : null}, {"classId" : null, "interestLabelId" : 15, "labelTopicId" : 23, "labelTopicType" : 1, "labelTopicValue" : " #\u7eaa\u5ff5\u610f\u4e49[23|\u8bdd\u9898]# ", "livingLabelId" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"classId": {"type": "null"}, "interestLabelId": {"type": "integer"}, "labelTopicId": {"type": "integer"}, "labelTopicType": {"type": "integer"}, "labelTopicValue": {"type": "string"}, "livingLabelId": {"type": "null"}}, "required": ["classId", "interestLabelId", "labelTopicId", "labelTopicType", "labelTopicValue", "livingLabelId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 26295, "name" : "Harpers.Org - Hide Superscript", "description" : "Hide usage of superscripted footnote numerals, specifically for the Weekly Review. Yes, I know it kind of is the point a bit.", "user" : {"id" : 2444, "name" : "WCityMike", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "ccbyncsa"}, "updated" : "2010-03-16T18:16:56.000Z", "weekly_install_count" : 0, "total_install_count" : 139, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/26295-after.png?r=1533686732", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2010-03-16T18:16:56.000Z", "category" : "site", "raw_subcategory" : "harpers", "subcategory" : "harpers", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"harpers.org\")\r\n{\r\n\tsup\r\n\t{\r\n\t\tdisplay: none !important;\r\n\t}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/26295/harpers-org-hide-superscript.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "177b5e44-b356-473b-aece-e5c4ca891d88", "name" : "Arunside Primary School", "code" : "H", "address" : {"addressLine1" : "Blackbridge Lane", "town" : "Horsham", "county" : "West Sussex", "postcode" : "RH12 1RR"}, "organisation" : {"id" : "224fdd23-b0ce-4eb5-b7aa-921720092234", "code" : "1BK", "name" : "The Millais Alliance"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap:hoist": {"type": "string"}, "clean": {"type": "string"}, "lerna": {"type": "string"}, "link": {"type": "string"}, "ls": {"type": "string"}, "publish": {"type": "string"}}, "required": ["bootstrap", "bootstrap:hoist", "clean", "lerna", "link", "ls", "publish"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "license": {"type": "string"}}, "required": ["name", "version", "private", "files", "scripts", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ecosystem", "version" : "0.2.4", "private" : true, "files" : ["packages"], "scripts" : {"bootstrap" : "lerna bootstrap && npm run link", "bootstrap:hoist" : "lerna bootstrap --hoist && npm run link", "clean" : "lerna clean -y", "lerna" : "lerna", "link" : "lerna link", "ls" : "lerna ls", "publish" : "lerna publish"}, "devDependencies" : {"lerna" : "^3.16.4"}, "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "bootstrap:hoist": {"type": "string"}, "clean": {"type": "string"}, "lerna": {"type": "string"}, "link": {"type": "string"}, "ls": {"type": "string"}, "publish": {"type": "string"}}, "required": ["bootstrap", "bootstrap:hoist", "clean", "lerna", "link", "ls", "publish"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "license": {"type": "string"}}, "required": ["name", "version", "private", "files", "scripts", "devDependencies", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"player_id" : 2337, "name" : "Chuck Bradley", "position" : "TE", "height" : "6-6", "weight" : "243", "current_team" : null, "birth_date" : "1950-10-13", "birth_place" : "Hinsdale, IL", "death_date" : null, "college" : "Oregon", "high_school" : "Menlo-Atherton, CA", "draft_team" : "Miami Dolphins", "draft_round" : "2", "draft_position" : "52", "draft_year" : "1973", "current_salary" : null, "hof_induction_year" : null}
json_instruct
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "LIVA", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "LIVESTREAM": {"type": "string"}, "INVALID": {"type": "string"}, "NEW_TIME": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "LIVESTREAM", "INVALID", "NEW_TIME"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Rewinds the player by your specified amount.", "USAGE" : "rewind <time>", "LIVESTREAM" : "You can't rewind a livestream.", "INVALID" : "A song can not be less than 0 seconds long", "NEW_TIME" : "**Rewinded `{{OLD}}` to: `{{NEW}}`.**"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}, "LIVESTREAM": {"type": "string"}, "INVALID": {"type": "string"}, "NEW_TIME": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE", "LIVESTREAM", "INVALID", "NEW_TIME"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"quality" : 99, "model" : "R101_FPN", "elapsed" : 728.3070213794708, "tp" : 26167, "fp" : 10691, "precision" : 0.7099408540886646, "recall" : 0.7201596257052428, "f1" : 0.7150137308212534, "min_score" : 0.500011682510376, "AP" : 38.397869288813936, "AP50" : 55.42530107969007, "AP75" : 42.63413537023731, "APs" : 20.802914165929348, "APm" : 41.996627481808524, "APl" : 51.22263877201579}
json_instruct
{"type": "object", "properties": {"quality": {"type": "integer"}, "model": {"type": "string"}, "elapsed": {"type": "number"}, "tp": {"type": "integer"}, "fp": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "min_score": {"type": "number"}, "AP": {"type": "number"}, "AP50": {"type": "number"}, "AP75": {"type": "number"}, "APs": {"type": "number"}, "APm": {"type": "number"}, "APl": {"type": "number"}}, "required": ["quality", "model", "elapsed", "tp", "fp", "precision", "recall", "f1", "min_score", "AP", "AP50", "AP75", "APs", "APm", "APl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "AR4MS241187B9B358B", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Maya Saban", "duration" : 256.20853, "num_songs" : 1, "song_id" : "SOFAPWM12A8AE45CD1", "title" : "Wenn Der Regen F\u00e4llt", "year" : 2005}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"context": {"type": "object", "properties": {"platform": {"type": "string"}}, "required": ["platform"]}, "service_id": {"type": "string"}, "plan_id": {"type": "string"}, "bind_resource": {"type": "object", "properties": {"app_guid": {"type": "string"}}, "required": ["app_guid"]}}, "required": ["context", "service_id", "plan_id", "bind_resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"context" : {"platform" : "cloudfoundry"}, "service_id" : "service-one-id", "plan_id" : "plan-one-id", "bind_resource" : {"app_guid" : "app-one-id"}}
json_instruct
{"type": "object", "properties": {"context": {"type": "object", "properties": {"platform": {"type": "string"}}, "required": ["platform"]}, "service_id": {"type": "string"}, "plan_id": {"type": "string"}, "bind_resource": {"type": "object", "properties": {"app_guid": {"type": "string"}}, "required": ["app_guid"]}}, "required": ["context", "service_id", "plan_id", "bind_resource"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"utterance": {"type": "string"}, "intent_type": {"type": "string"}, "intent": {"type": "object", "properties": {"PingKeyword": {"type": "string"}, "key": {"type": "string"}}, "required": ["PingKeyword", "key"]}}, "required": ["utterance", "intent_type", "intent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"utterance" : "ping dns name csub.edu", "intent_type" : "PingIntent", "intent" : {"PingKeyword" : "ping dns name", "key" : "csub.edu"}}
json_instruct
{"type": "object", "properties": {"utterance": {"type": "string"}, "intent_type": {"type": "string"}, "intent": {"type": "object", "properties": {"PingKeyword": {"type": "string"}, "key": {"type": "string"}}, "required": ["PingKeyword", "key"]}}, "required": ["utterance", "intent_type", "intent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"domain": {"type": "string"}, "proxy": {"type": "object", "properties": {"noProxy": {"type": "boolean"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["noProxy", "host", "port"]}, "output": {"type": "string"}, "thread": {"type": "integer"}, "timeout": {"type": "integer"}}, "required": ["domain", "proxy", "output", "thread", "timeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "http://t66y.com", "proxy" : {"noProxy" : true, "host" : "127.0.0.1", "port" : 1080}, "output" : "1024", "thread" : 4, "timeout" : 10000}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "proxy": {"type": "object", "properties": {"noProxy": {"type": "boolean"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["noProxy", "host", "port"]}, "output": {"type": "string"}, "thread": {"type": "integer"}, "timeout": {"type": "integer"}}, "required": ["domain", "proxy", "output", "thread", "timeout"], "$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"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "02259", "group" : "easy-ham-1", "checksum" : {"type" : "MD5", "value" : "75e1cd5cf4a8857fb04b58ff179bed51"}, "text" : "From rssfeeds@jmason.org Fri Oct 4 11:02:12 2002\nReturn-Path: <rssfeeds@spamassassin.taint.org>\nDelivered-To: yyyy@localhost.spamassassin.taint.org\nReceived: from localhost (jalapeno [127.0.0.1])\n\tby jmason.org (Postfix) with ESMTP id 9410E16F17\n\tfor <jm@localhost>; Fri, 4 Oct 2002 11:01:49 +0100 (IST)\nReceived: from jalapeno [127.0.0.1]\n\tby localhost with IMAP (fetchmail-5.9.0)\n\tfor jm@localhost (single-drop); Fri, 04 Oct 2002 11:01:49 +0100 (IST)\nReceived: from dogma.slashnull.org (localhost [127.0.0.1]) by\n dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id g9480gK08832 for\n <jm@jmason.org>; Fri, 4 Oct 2002 09:00:42 +0100\nMessage-Id: <200210040800.g9480gK08832@dogma.slashnull.org>\nTo: yyyy@spamassassin.taint.org\nFrom: guardian <rssfeeds@spamassassin.taint.org>\nSubject: Digital service launches with 30 free channels\nDate: Fri, 04 Oct 2002 08:00:42 -0000\nContent-Type: text/plain; encoding=utf-8\n\nURL: http://www.newsisfree.com/click/-5,8535468,215/\nDate: 2002-10-04T02:38:57+01:00\n\n*Media:* BBC and Sky-backed service will be launched at the end of this month \nwith 30 free channels.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "group": {"type": "string"}, "checksum": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "text": {"type": "string"}}, "required": ["id", "group", "checksum", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"": {"type": "string"}, "code": {"type": "string"}, "name_ko": {"type": "string"}, "name_en": {"type": "string"}, "country": {"type": "string"}, "price": {"type": "string"}, "awards": {"type": "string"}, "Flavor": {"type": "string"}}, "required": ["", "code", "name_ko", "name_en", "country", "price", "awards", "Flavor"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"" : "", "code" : "140", "name_ko" : "\ucf04\uc6b0\ub4dc \uc7ad \ub7f0\ub358 \uba5c\ub86f", "name_en" : "KENWOOD Jack London Merlot", "country" : "\ubbf8\uad6d", "price" : "86,000", "awards" : "California State Fair, SILVER, June 2011 San Francisco Intl Wine Competition, BRONZE, June 2011 West Coast Wine Competition, BRONZE, June 2011 Riverside International Wine Competition, BRONZE, May 2011 CGCW, 85 RATING, April 2011", "Flavor" : "\uc18c\ub178\ub9c8 \ub9c8\uc6b4\ud2f4 \ub0a8\ub3d9\ucabd\uc5d0 \uc704\uce58\ud55c \uc7ad\ub7f0\ub358 \ube48\uc57c\ub4dc\ub294 \uc548\uac1c\ub85c \uc778\ud574 \ud55c\ub0ae \ucd5c\uace0 \uae30\uc628\uc5d0\ub3c4 \uc120\uc120\ud568\uc744 \uc720\uc9c0\uc2dc\ucf1c\uc8fc\uba70 \ud48d\ubd80\ud558\uace0 \ud480\ubc14\ub514\ud568\uc744 \ubd80\uc5ec\ud574\uc900\ub2e4. \uc774 \uc6b0\uc218\ud55c \ub5bc\ub8e8\uc544\uc758 \uc601\ud5a5\uc73c\ub85c \uc7ad\ub7f0\ub358 \uba5c\ub86f\uc740 \ubd80\ub4dc\ub7fd\uace0 \uae4a\uc73c\uba74\uc11c\ub3c4 \ud48d\ubd80\ud55c \uce7c\ub77c\ub97c \uac00\uc9c4 \uacb0\uacfc\ubb3c\ub85c \uc0dd\uc0b0\ub418\uac8c \ub418\uba70 \uc2a4\ud14c\uc778\ub808\uc2a4 \uc2a4\ud2f8 \ubc1c\ud6a8 \ud6c4 21\uac1c\uc6d4\uc758 \uc624\ud06c \uc219\uc131\uc744 \uac70\uce58\uace0 \uc18c\ub7c9\uc758 \uae4c\ubc84\ub124 \uc18c\ube44\ub1fd\uc744 \ube14\ub79c\ub529\ud558\uc5ec \uc0dd\uc0b0\ub41c\ub2e4. \ubcf5\ud569\uc131\uacfc \ubc38\ub7f0\uc2a4\ub97c \ucda9\ubd84\ud788 \ub290\ub084 \uc218 \uc788\ub294 \uc640\uc778\uc774\ub2e4."}
json_instruct
{"type": "object", "properties": {"": {"type": "string"}, "code": {"type": "string"}, "name_ko": {"type": "string"}, "name_en": {"type": "string"}, "country": {"type": "string"}, "price": {"type": "string"}, "awards": {"type": "string"}, "Flavor": {"type": "string"}}, "required": ["", "code", "name_ko", "name_en", "country", "price", "awards", "Flavor"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["upsurge"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["default_icon"]}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["name", "description", "version", "manifest_version", "permissions", "host_permissions", "icons", "action", "background", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Wine Rater via Vivino", "description" : "Get Vivino ratings for supermarket websites", "version" : "1.0.0", "manifest_version" : 3, "permissions" : ["tabs", "activeTab", "scripting"], "host_permissions" : ["http://*/*", "https://*/*"], "icons" : {"16" : "icons/icon16.png", "48" : "icons/icon48.png", "128" : "icons/icon128.png"}, "action" : {"default_icon" : {"16" : "icons/icon16-disabled.png", "48" : "icons/icon48-disabled.png", "128" : "icons/icon128-disabled.png"}}, "background" : {"service_worker" : "background.js"}, "content_scripts" : [{"matches" : ["https://*.continente.pt/*", "https://*.auchan.pt/*", "https://*.elcorteingles.pt/*", "https://*.minipreco.pt/*"], "js" : ["utils.js", "providers.js"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "permissions": {"type": "array", "items": {"type": "string"}}, "host_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["default_icon"]}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["name", "description", "version", "manifest_version", "permissions", "host_permissions", "icons", "action", "background", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "gulp": {"type": "string"}}, "required": ["php", "gulp"]}}, "required": ["name", "version", "description", "type", "license", "keywords", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gosheng/gosheng", "version" : "2.0.5", "description" : "GoSheng is a WordPress theme", "type" : "wordpress-theme", "license" : "MIT", "keywords" : ["WordPress", "Bootstrap", "Redux-framework", "theme"], "authors" : [{"name" : "\u5f20\u6210\u6797", "email" : "469946668@qq.com"}], "require" : {"php" : ">=7.0.0", "gulp" : ">=4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "gulp": {"type": "string"}}, "required": ["php", "gulp"]}}, "required": ["name", "version", "description", "type", "license", "keywords", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 103}, "clipped" : true, "id" : "80a6c31b02"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 112}, "clipped" : true, "id" : "afed86965c"}]}}, "type" : "Topology", "transform" : {"translate" : [16.435546875, 48.80686346108517], "scale" : [8.58306884765625e-05, 5.649541085703258e-05]}, "arcs" : [[[33, 1024], [-33, -86], [0, 86], [33, 0]], [[0, 938], [33, 86], [991, 0], [0, -1024], [-1024, 0], [0, 938]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"makan": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}}, "required": ["makan", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"makan" : ["mangan", "makans"], "main" : ["maen"]}
json_instruct
{"type": "object", "properties": {"makan": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}}, "required": ["makan", "main"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required": ["publish"]}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "author", "license", "scripts", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jbrowse-predefined-sessions", "version" : "1.5.9", "main" : "index.js", "author" : "JBrowse Team", "license" : "MIT", "scripts" : {"publish" : "aws s3 cp sessions.json s3://jbrowse.org/genomes/sessions.json"}, "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"publish": {"type": "string"}}, "required": ["publish"]}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "author", "license", "scripts", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"}, "imo": {"type": "string"}, "eni": {"type": "string"}, "callsign": {"type": "string"}, "shiptype": {"type": "string"}}, "required": ["name", "mmsi", "imo", "eni", "callsign", "shiptype"]}}, "required": ["id", "version_id", "version", "created_at", "modified_at", "type", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ad831eab-5874-4183-b75f-acfe9cced595", "version_id" : "127d3840-678b-5184-903f-9df3a54716c6", "version" : 1, "created_at" : "2018-08-14T00:28:26.512Z", "modified_at" : "2018-08-14T00:28:26.512Z", "type" : "vessel", "body" : {"name" : "ZIJPE", "mmsi" : "244660123", "imo" : "0", "eni" : "23010756", "callsign" : "PD4572", "shiptype" : "79"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"}, "imo": {"type": "string"}, "eni": {"type": "string"}, "callsign": {"type": "string"}, "shiptype": {"type": "string"}}, "required": ["name", "mmsi", "imo", "eni", "callsign", "shiptype"]}}, "required": ["id", "version_id", "version", "created_at", "modified_at", "type", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "minecraft:block/cube_column", "textures" : {"end" : "betterend:block/umbrella_tree_planks", "side" : "betterend:block/umbrella_tree_bookshelf"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"end": {"type": "string"}, "side": {"type": "string"}}, "required": ["end", "side"]}}, "required": ["parent", "textures"], "$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": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.75, 27.25], [149.75, 27.333333333333332], [149.875, 27.333333333333332], [149.875, 27.25], [149.75, 27.25]]]}, "properties" : {"code" : 404976, "url" : "http://madefor.github.io/0410/api/v1/404976.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/404976.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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d183-149", "text" : "IN SUMMARY\nHIGHLIGHTS OF KKLLOGG-N#A\u2022 E#B* C-^-OPERATION\nX\u00b052~53\n1\u00bb 21,477 hauras 21 minutes of arogram supplied\nNAEB ?ape Network stations *\n20 N\u00aeA\u00aeR*B. had 99 active members, 84 associate\nmembers, 19 affiliate members \u2014 a total of 202\u00a9\n3\u00ae N*A.E*BW held its largest Planning Convention at\nMinneapolis*,\n4; N\u00aeA\u00aeE*B\u00ae held the Lincoln Lodge Seminar at Madleon9\n\u2022vlsconsin, to determine the future course for\neducational television in U.S.A,\n5o Held two re felons meetings, one at Chapel Hill- the\nother at Ann Arbor\u00ae\n6\u00ab Established the N.A\u00aeK*B. Linson Council to bring\ntogether those organizations working with the\nmass media\u00a9\n7\u00a9 Co-operated with the State \u00a9apartment in granting\nFulbrlght Scholarships to the United Kingdom* France,\nand Italy9 and in arranging for exchange scholars\nto come to this country\u00a9\n8\u00ae Administered grants-in-aid in the amount of \u00a780,000\nto up-grade educational radio and television\nprograms\u00a9\n9\u00bb Issued School Seminar report for guidance of\nschool broadcasters\u00a9\n10\u00ae Participated in International University of the Air\nmeeting in Paris and the UNESCO-sponsored Institute\nfor Iluelc Education of Youth and Adults in Brussels\u00ae\n7-1-53"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SmartconfigExample", "displayName" : "Smartconfig Example"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xc860ab73f8ac50e433808bca53c0618ee5359478", "tool" : "osiris", "start" : 1564621203.8428524, "end" : 1564621207.8251796, "duration" : 3.9823272228240967, "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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 24578, "cartId" : "481e74f0-9df1-40a4-8b81-a7b5d00f8996", "preferredProducts" : [], "productReviews" : [{"productId" : 1023, "reviewText" : "My raven loves to play with it.", "reviewDate" : "2017-08-23T19:21:46.1015695+03:00"}, {"productId" : 4009, "reviewText" : "My jaguar loves to play with it.", "reviewDate" : "2018-09-27T22:44:22.3239639+03:00"}, {"productId" : 1415, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2016-11-01T08:15:49.114837+02:00"}, {"productId" : 4117, "reviewText" : "My jaguar loves to play with it.", "reviewDate" : "2018-10-28T15:24:30.6587421+02:00"}, {"productId" : 3396, "reviewText" : "It only works when I'm Azerbaijan.", "reviewDate" : "2018-11-21T03:53:28.5935768+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Pisgah Forest", "state_name" : "North Carolina", "state_abbrv" : "NC", "lat" : "35.2599", "long" : "-82.6695"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Gorgon", "dpt" : "Morbihan", "inscrits" : 280, "abs" : 33, "votants" : 247, "blancs" : 21, "nuls" : 10, "exp" : 216, "res" : [{"panneau" : "1", "voix" : 141}, {"panneau" : "2", "voix" : 75}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 31.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, 38.0, 39.0, 40.0, 41.0, 42.0, 43.0, 44.0, 45.0, 46.0, 47.0, 48.0, 49.0, 50.0, 51.0, 52.0, 53.0, 54.0, 55.0, 56.0, 57.0, 58.0, 59.0, 60.0, 61.0, 62.0, 63.0, 64.0, 65.0, 66.0, 67.0, 68.0, 69.0, 70.0, 71.0, 72.0, 73.0, 74.0, 75.0, 76.0, 77.0, 78.0, 79.0, 80.0, 81.0, 82.0, 83.0, 84.0, 85.0, 86.0, 87.0, 88.0, 89.0, 90.0, 91.0, 92.0, 93.0, 94.0, 95.0, 96.0, 97.0, 98.0, 99.0, 100.0], [1111414.0, 2370717.0, 3260888.0, 4489370.0, 5514456.0, 6787051.0, 7775728.0, 8812999.0, 9743990.0, 10887906.0, 12045205.0, 12776677.0, 14127410.0, 15011560.0, 16321785.0, 17195549.0, 18317239.0, 19142918.0, 20442347.0, 21536113.0, 22543014.0, 23637565.0, 24648739.0, 25770892.0, 26630135.0, 27856489.0, 28743824.0, 29770410.0, 30940102.0, 31905536.0, 33250637.0, 34131071.0, 35175221.0, 36108333.0, 37211816.0, 38112415.0, 39607043.0, 40462156.0, 41583460.0, 42514024.0, 43573285.0, 44778875.0, 46025174.0, 47679217.0, 50065571.0, 48689748.0, 49772183.0, 51041492.0, 51965650.0, 53315950.0, 54395850.0, 55648160.0, 56287799.0, 57302567.0, 58343045.0, 59230309.0, 59835159.0, 61476788.0, 62495567.0, 64060852.0, 64849507.0, 68682305.0, 67141985.0, 68129965.0, 68938271.0, 69960107.0, 71233819.0, 71889155.0, 72632311.0, 73610957.0, 74906604.0, 76359861.0, 77153089.0, 78413801.0, 79984637.0, 80904836.0, 81059773.0, 82681956.0, 84073943.0, 84266876.0, 86019083.0, 86676539.0, 87523087.0, 89304368.0, 90230217.0, 91099804.0, 91635249.0, 93360488.0, 94251695.0, 95749830.0, 96210205.0, 97022068.0, 98626690.0, 99966366.0, 100821810.0, 102013375.0, 101918597.0, 104449103.0, 104896664.0, 105853108.0]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$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": {"build": {"type": "string"}}, "required": ["build"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/fs-extra": {"type": "string"}, "@types/gulp": {"type": "string"}, "@types/node": {"type": "string"}, "fs-extra": {"type": "string"}, "gulp": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/fs-extra", "@types/gulp", "@types/node", "fs-extra", "gulp", "prettier", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "files", "repository", "author", "license", "bugs", "keywords", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "space-eye-icons", "version" : "0.4.0", "description" : "Icons for the SpaceEye application", "main" : "index.js", "scripts" : {"build" : "gulp build"}, "files" : ["dist"], "repository" : {"type" : "git", "url" : "https://github.com/KYDronePilot/space-eye-icons.git"}, "author" : {"name" : "Michael Galliers", "email" : "kydronepilotdev@gmail.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/KYDronePilot/space-eye-icons/issues"}, "keywords" : ["icons", "spaceeye"], "homepage" : "https://github.com/KYDronePilot/space-eye-icons", "devDependencies" : {"@types/fs-extra" : "^9.0.5", "@types/gulp" : "^4.0.7", "@types/node" : "^14.14.7", "fs-extra" : "^9.0.1", "gulp" : "^4.0.2", "prettier" : "^2.1.2", "ts-node" : "^9.0.0", "typescript" : "^4.0.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/fs-extra": {"type": "string"}, "@types/gulp": {"type": "string"}, "@types/node": {"type": "string"}, "fs-extra": {"type": "string"}, "gulp": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/fs-extra", "@types/gulp", "@types/node", "fs-extra", "gulp", "prettier", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "files", "repository", "author", "license", "bugs", "keywords", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1972, "sex" : "F", "n" : 5, "prop" : 3.1e-06}, {"year" : 1975, "sex" : "F", "n" : 7, "prop" : 4.49e-06}, {"year" : 1976, "sex" : "F", "n" : 7, "prop" : 4.45e-06}, {"year" : 1977, "sex" : "F", "n" : 11, "prop" : 6.69e-06}, {"year" : 1979, "sex" : "F", "n" : 8, "prop" : 4.64e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101878563, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "43fac048dadf3af0043defbe0801a5ac", "wof:id" : 101878563, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.73360863980304, 49.24883340557312, 3.74433264641039, 49.25914421831715], "geometry" : {"coordinates" : [[[3.74067664487563, 49.25914421831715], [3.74090606839104, 49.25735295436704], [3.74364479993233, 49.25750579601407], [3.74387410319525, 49.25571452379359], [3.74250478504217, 49.25563811452639], [3.74284877471092, 49.2529512075788], [3.74421801851975, 49.25302761202101], [3.74433264641039, 49.25213197384551], [3.74022500102211, 49.25190271531352], [3.74033969797148, 49.25100708150427], [3.73760133677433, 49.25085416231923], [3.73783081394134, 49.24906289975928], [3.73372345006925, 49.24883340557312], [3.73360863980304, 49.24972903225279], [3.73497778196378, 49.24980554860036], [3.73486299118934, 49.25070117643071], [3.73623216202969, 49.25077767771302], [3.73542865214546, 49.25704707093092], [3.73679800035006, 49.25712356680742], [3.73668321687705, 49.25801919418302], [3.73942197457023, 49.25817213912063], [3.73930723538655, 49.25906776925694], [3.74067664487563, 49.25914421831715]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cars": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}, "direction": {"type": "integer"}, "duration": {"type": "integer"}, "sectionIndex": {"type": "integer"}, "sectionOffset": {"type": "integer"}}, "required": ["line", "direction", "duration", "sectionIndex", "sectionOffset"]}}}, "required": ["cars"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cars" : [{"line" : "yamanote", "direction" : 1, "duration" : 145000, "sectionIndex" : 0, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : 1, "duration" : 145000, "sectionIndex" : 10, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : 1, "duration" : 145000, "sectionIndex" : 20, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : -1, "duration" : 145000, "sectionIndex" : 29, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : -1, "duration" : 145000, "sectionIndex" : 19, "sectionOffset" : 0}, {"line" : "yamanote", "direction" : -1, "duration" : 145000, "sectionIndex" : 9, "sectionOffset" : 0}, {"line" : "sobu", "direction" : 1, "duration" : 50000, "sectionIndex" : 0, "sectionOffset" : 0}, {"line" : "sobu", "direction" : -1, "duration" : 50000, "sectionIndex" : 9, "sectionOffset" : 0}, {"line" : "chuo", "direction" : 1, "duration" : 50000, "sectionIndex" : 0, "sectionOffset" : 0}, {"line" : "chuo", "direction" : -1, "duration" : 50000, "sectionIndex" : 4, "sectionOffset" : 0}, {"line" : "keihintohoku", "direction" : 1, "duration" : 65000, "sectionIndex" : 0, "sectionOffset" : 0}, {"line" : "keihintohoku", "direction" : -1, "duration" : 65000, "sectionIndex" : 13, "sectionOffset" : 0}]}
json_instruct
{"type": "object", "properties": {"cars": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}, "direction": {"type": "integer"}, "duration": {"type": "integer"}, "sectionIndex": {"type": "integer"}, "sectionOffset": {"type": "integer"}}, "required": ["line", "direction", "duration", "sectionIndex", "sectionOffset"]}}}, "required": ["cars"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"bytic/codeception": {"type": "string"}, "bytic/phpqatools": {"type": "string"}, "bytic/deployer-recipies": {"type": "string"}}, "required": ["bytic/codeception", "bytic/phpqatools", "bytic/deployer-recipies"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {}, "required": []}, "classmap": {"type": "array", "items": {}}, "files": {"type": "array", "items": {}}}, "required": ["psr-4", "classmap", "files"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {}, "required": []}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "authors", "require", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bytic/devtools", "authors" : [{"name" : "Gabriel Solomon", "email" : "hello@gabrielsolomon.ro"}], "require" : {"bytic/codeception" : "^4.0|^5.0", "bytic/phpqatools" : "^1.0", "bytic/deployer-recipies" : "^6.0|^7.0"}, "autoload" : {"psr-4" : {}, "classmap" : [], "files" : []}, "autoload-dev" : {"psr-4" : {}}, "scripts" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"bytic/codeception": {"type": "string"}, "bytic/phpqatools": {"type": "string"}, "bytic/deployer-recipies": {"type": "string"}}, "required": ["bytic/codeception", "bytic/phpqatools", "bytic/deployer-recipies"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {}, "required": []}, "classmap": {"type": "array", "items": {}}, "files": {"type": "array", "items": {}}}, "required": ["psr-4", "classmap", "files"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {}, "required": []}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "authors", "require", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 1613020003, "parent" : 1613020, "name" : "BUKIT LANGKAP", "latitude" : null, "longitude" : null, "postal" : [31654], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["lint", "test", "coverage"]}, "jest": {"type": "object", "properties": {"verbose": {"type": "boolean"}, "testEnvironment": {"type": "string"}, "testRegex": {"type": "string"}}, "required": ["verbose", "testEnvironment", "testRegex"]}, "dependencies": {"type": "object", "properties": {"awaitqueue": {"type": "string"}, "bowser": {"type": "string"}, "debug": {"type": "string"}, "events": {"type": "string"}, "h264-profile-level-id": {"type": "string"}, "open-cli": {"type": "string"}, "sdp-transform": {"type": "string"}}, "required": ["awaitqueue", "bowser", "debug", "events", "h264-profile-level-id", "open-cli", "sdp-transform"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "jest": {"type": "string"}, "jest-tobetype": {"type": "string"}, "node-mediastreamtrack": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["eslint", "eslint-plugin-jest", "jest", "jest-tobetype", "node-mediastreamtrack", "uuid"]}}, "required": ["name", "version", "description", "author", "contributors", "homepage", "license", "repository", "main", "engines", "scripts", "jest", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mediasoup-client", "version" : "3.2.2", "description" : "mediasoup client side JavaScript library", "author" : "I\u00f1aki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)", "contributors" : ["Jos\u00e9 Luis Mill\u00e1n <jmillan@aliax.net> (https://github.com/jmillan)"], "homepage" : "https://mediasoup.org", "license" : "ISC", "repository" : {"type" : "git", "url" : "https://github.com/versatica/mediasoup-client.git"}, "main" : "lib/index.js", "engines" : {"node" : ">=8.6.0"}, "scripts" : {"lint" : "eslint -c .eslintrc.js lib test", "test" : "jest", "coverage" : "jest --coverage && open-cli coverage/lcov-report/index.html"}, "jest" : {"verbose" : true, "testEnvironment" : "node", "testRegex" : "test/test.*\\.js"}, "dependencies" : {"awaitqueue" : "^1.0.0", "bowser" : "^2.5.3", "debug" : "^4.1.1", "events" : "^3.0.0", "h264-profile-level-id" : "^1.0.0", "open-cli" : "^5.0.0", "sdp-transform" : "^2.12.0"}, "devDependencies" : {"eslint" : "^6.2.2", "eslint-plugin-jest" : "^22.15.2", "jest" : "^24.9.0", "jest-tobetype" : "^1.2.3", "node-mediastreamtrack" : "0.1.0", "uuid" : "^3.3.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["lint", "test", "coverage"]}, "jest": {"type": "object", "properties": {"verbose": {"type": "boolean"}, "testEnvironment": {"type": "string"}, "testRegex": {"type": "string"}}, "required": ["verbose", "testEnvironment", "testRegex"]}, "dependencies": {"type": "object", "properties": {"awaitqueue": {"type": "string"}, "bowser": {"type": "string"}, "debug": {"type": "string"}, "events": {"type": "string"}, "h264-profile-level-id": {"type": "string"}, "open-cli": {"type": "string"}, "sdp-transform": {"type": "string"}}, "required": ["awaitqueue", "bowser", "debug", "events", "h264-profile-level-id", "open-cli", "sdp-transform"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-plugin-jest": {"type": "string"}, "jest": {"type": "string"}, "jest-tobetype": {"type": "string"}, "node-mediastreamtrack": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["eslint", "eslint-plugin-jest", "jest", "jest-tobetype", "node-mediastreamtrack", "uuid"]}}, "required": ["name", "version", "description", "author", "contributors", "homepage", "license", "repository", "main", "engines", "scripts", "jest", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "description": {"type": "string"}, "name": {"type": "string"}, "end": {"type": "integer"}, "seqChunkSize": {"type": "integer"}}, "required": ["start", "description", "name", "end", "seqChunkSize"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"start" : 0, "description" : "Streptococcus mutans UA159 chromosome, complete genome", "name" : "NC_004350.2", "end" : 2032925, "seqChunkSize" : 20000}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"start": {"type": "integer"}, "description": {"type": "string"}, "name": {"type": "string"}, "end": {"type": "integer"}, "seqChunkSize": {"type": "integer"}}, "required": ["start", "description", "name", "end", "seqChunkSize"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"appName": {"type": "string"}, "baseUrl": {"type": "string"}, "firebaseUrl": {"type": "string"}}, "required": ["appName", "baseUrl", "firebaseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appName" : "EcommerceUntukPetani", "baseUrl" : "/", "firebaseUrl" : ""}
json_instruct
{"type": "object", "properties": {"appName": {"type": "string"}, "baseUrl": {"type": "string"}, "firebaseUrl": {"type": "string"}}, "required": ["appName", "baseUrl", "firebaseUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18", "provinceId" : "18", "regencyId" : "02", "name" : "Bandar Mataram"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.5, 41.5], [136.5, 41.583333333333336], [136.625, 41.583333333333336], [136.625, 41.5], [136.5, 41.5]]]}, "properties" : {"code" : 623624, "url" : "http://madefor.github.io/0410/api/v1/623624.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/623624.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": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 3319, "commit" : "4df1f32a63beb9b1646f47399d70e6429bd9684f", "date" : "2021-08-20T08:55:27.772Z"}, "versionStart" : {"versionNum" : 3318, "commit" : "199e1b9b172031b4a2e4d840a0bd88c202e144b5", "date" : "2021-08-20T08:53:04.240Z"}, "changes" : ["blockchains/smartchain/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/info.json"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"error_invalid_payment_method": {"type": "string"}}, "required": ["error_invalid_payment_method"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"error_invalid_payment_method" : "Invalid Payment Method Id!"}
json_instruct
{"type": "object", "properties": {"error_invalid_payment_method": {"type": "string"}}, "required": ["error_invalid_payment_method"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1880, 34], [1881, 35], [1882, 65], [1883, 51], [1884, 65], [1885, 87], [1886, 81], [1887, 95], [1888, 91], [1889, 106], [1890, 121], [1891, 94], [1892, 128], [1893, 102], [1894, 128], [1895, 136], [1896, 119], [1897, 98], [1898, 115], [1899, 102], [1900, 117], [1901, 109], [1902, 140], [1903, 85], [1904, 106], [1905, 115], [1906, 110], [1907, 124], [1908, 108], [1909, 101], [1910, 131], [1911, 120], [1912, 133], [1913, 148], [1914, 175], [1915, 206], [1916, 192], [1917, 202], [1918, 220], [1919, 217], [1920, 181], [1921, 190], [1922, 178], [1923, 148], [1924, 146], [1925, 177], [1926, 148], [1927, 127], [1928, 134], [1929, 122], [1930, 147], [1931, 134], [1932, 117], [1933, 106], [1934, 108], [1935, 115], [1936, 96], [1937, 79], [1938, 95], [1939, 85], [1940, 102], [1941, 76], [1942, 78], [1943, 73], [1944, 58], [1945, 74], [1946, 64], [1947, 59], [1948, 54], [1949, 34], [1950, 40], [1951, 44], [1952, 41], [1953, 34], [1954, 39], [1955, 36], [1956, 24], [1957, 29], [1958, 15], [1959, 19], [1960, 28], [1961, 15], [1962, 8], [1963, 11], [1964, 15], [1965, 13], [1966, 7], [1967, 7], [1968, 6], [1971, 7], [1972, 5], [1973, 5], [1974, 7], [1978, 5], [1982, 5], [1984, 5], [2010, 7], [2012, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"class_name" : "bubbles", "bbox" : "293 281 352 401", "used" : false}, {"class_name" : "bubbles", "bbox" : "369 90 499 143", "used" : true}, {"class_name" : "bubbles", "bbox" : "130 327 168 368", "used" : false}, {"class_name" : "bubbles", "bbox" : "185 286 201 311", "used" : false}, {"class_name" : "contrast", "bbox" : "112 44 455 322", "used" : true}, {"class_name" : "bubbles", "bbox" : "324 389 355 478", "used" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"epoch": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "integer"}}}, "required": ["_type", "_value"]}, "lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}, "batch_size": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "integer"}}}, "required": ["_type", "_value"]}, "wd": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}}, "required": ["epoch", "lr", "batch_size", "wd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"epoch" : {"_type" : "choice", "_value" : [2, 4, 6, 8, 10]}, "lr" : {"_type" : "choice", "_value" : [0.01, 0.001, 0.0001]}, "batch_size" : {"_type" : "choice", "_value" : [8, 16, 32, 64]}, "wd" : {"_type" : "choice", "_value" : [0.0005, 0.0001, 5e-05, 1e-05, 5e-06]}}
json_instruct
{"type": "object", "properties": {"epoch": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "integer"}}}, "required": ["_type", "_value"]}, "lr": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}, "batch_size": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "integer"}}}, "required": ["_type", "_value"]}, "wd": {"type": "object", "properties": {"_type": {"type": "string"}, "_value": {"type": "array", "items": {"type": "number"}}}, "required": ["_type", "_value"]}}, "required": ["epoch", "lr", "batch_size", "wd"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "branch": {"type": "string"}}, "required": ["type", "url", "branch"]}}, "require": {"type": "object", "properties": {"akeneo/pim-community-dev": {"type": "string"}}, "required": ["akeneo/pim-community-dev"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Basecom\\Bundle\\ShopwareConnectorBundle\\": {"type": "string"}}, "required": ["Basecom\\Bundle\\ShopwareConnectorBundle\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}}, "required": ["name", "type", "description", "license", "authors", "repositories", "require", "autoload", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "basecom/akeneo-shopware-connector", "type" : "symfony-bundle", "description" : "Akeneo to Shopware Connector - Export only", "license" : "MIT", "authors" : [{"name" : "Amir El Sayed <elsayed@basecom.de>"}], "repositories" : [{"type" : "vcs", "url" : "https://github.com/akeneo/pim-community-dev.git", "branch" : "master"}], "require" : {"akeneo/pim-community-dev" : "1.6.*"}, "autoload" : {"psr-4" : {"Basecom\\Bundle\\ShopwareConnectorBundle\\" : ""}}, "config" : {"bin-dir" : "bin"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "branch": {"type": "string"}}, "required": ["type", "url", "branch"]}}, "require": {"type": "object", "properties": {"akeneo/pim-community-dev": {"type": "string"}}, "required": ["akeneo/pim-community-dev"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Basecom\\Bundle\\ShopwareConnectorBundle\\": {"type": "string"}}, "required": ["Basecom\\Bundle\\ShopwareConnectorBundle\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}}, "required": ["name", "type", "description", "license", "authors", "repositories", "require", "autoload", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "afroraydude/nozomi-core": {"type": "string"}}, "required": ["php", "afroraydude/nozomi-core"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"process-timeout": {"type": "integer"}}, "required": ["process-timeout"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "repositories", "require", "require-dev", "autoload-dev", "config", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "afroraydude/nozomi", "description" : "A lightweight, robust CMS.", "keywords" : ["microframework", "rest", "router", "psr7", "cms"], "homepage" : "http://nozomi.afroraydude.com", "license" : "Apache-2.0", "authors" : [{"name" : "afroraydude", "email" : "thomasray0@gmail.com", "homepage" : "http://afroraydude.com/"}], "repositories" : [{"type" : "vcs", "url" : "https://github.com/afroraydude/nozomi-core"}], "require" : {"php" : ">=7.0.0", "afroraydude/nozomi-core" : "dev-master"}, "require-dev" : {"phpunit/phpunit" : ">=4.8 < 6.0"}, "autoload-dev" : {"psr-4" : {"Tests\\" : "tests/"}}, "config" : {"process-timeout" : 0}, "scripts" : {"start" : "php -S localhost:8080 -t public", "test" : "phpunit"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "afroraydude/nozomi-core": {"type": "string"}}, "required": ["php", "afroraydude/nozomi-core"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"process-timeout": {"type": "integer"}}, "required": ["process-timeout"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "repositories", "require", "require-dev", "autoload-dev", "config", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"terminal.integrated.shell.windows": {"type": "string"}}, "required": ["terminal.integrated.shell.windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"terminal.integrated.shell.windows" : "C:\\Windows\\System32\\wsl.exe"}
json_instruct
{"type": "object", "properties": {"terminal.integrated.shell.windows": {"type": "string"}}, "required": ["terminal.integrated.shell.windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"opcode": {"type": "string"}, "instruction": {"type": "string"}, "operand_encoding": {"type": "string"}, "description": {"type": "string"}}, "required": ["opcode", "instruction", "operand_encoding", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"opcode" : "NP 0F 2E /r", "instruction" : "UCOMISS xmm1, xmm2/m32", "operand_encoding" : "A", "description" : "Compare low single-precision floating-point values in xmm1 and xmm2/mem32 and set the EFLAGS flags accordingly."}, {"opcode" : "VEX.LIG.0F.WIG 2E /r", "instruction" : "VUCOMISS xmm1, xmm2/m32", "operand_encoding" : "A", "description" : "Compare low single-precision floating-point values in xmm1 and xmm2/mem32 and set the EFLAGS flags accordingly."}, {"opcode" : "EVEX.LIG.0F.W0 2E /r", "instruction" : "VUCOMISS xmm1, xmm2/m32{sae}", "operand_encoding" : "B", "description" : "Compare low single-precision floating-point values in xmm1 and xmm2/mem32 and set the EFLAGS flags accordingly."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"opcode": {"type": "string"}, "instruction": {"type": "string"}, "operand_encoding": {"type": "string"}, "description": {"type": "string"}}, "required": ["opcode", "instruction", "operand_encoding", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Vacant", "definitions" : ["(of a place) not occupied; empty.", "(of a position or employment) not filled.", "Having or showing no intelligence or interest."], "parts-of-speech" : "Adjective"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Lar\u00e7ay", "circ" : "2\u00e8me circonscription", "dpt" : "Indre-et-Loire", "inscrits" : 1830, "abs" : 898, "votants" : 932, "blancs" : 87, "nuls" : 24, "exp" : 821, "res" : [{"nuance" : "REM", "nom" : "M. Daniel LABARONNE", "voix" : 577}, {"nuance" : "LR", "nom" : "Mme Claude GREFF", "voix" : 244}]}
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": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x17ad8dbc2ec86aa92c65d98b13e61d0d366c87c7bb100fa8846b7da9d23f36b7", "parentHash" : "0x26c236b1d74e08b5b986ea038b41d7237d06481ba8c2dcf5eb2a6580fbb0a251", "number" : 110918, "timestamp" : 1439981652, "nonce" : "0x72426792957d3d96", "difficulty" : 4411807133707, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0xF11940EA05aA9CC3F13aCF5C5cA6EDCF312E3Aec", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : [{"hash" : "0x3077f8cc118a8d830bc390dc32b2600a272d020a9b91321a6b50e7bbc34e42bf", "blockHash" : "0x17ad8dbc2ec86aa92c65d98b13e61d0d366c87c7bb100fa8846b7da9d23f36b7", "blockNumber" : 110918, "transactionIndex" : 0, "confirmations" : null, "from" : "0x31995C46B15C84523cDEE26f49A681b8237e43F5", "gasPrice" : {"_hex" : "0xd60340b78"}, "gasLimit" : {"_hex" : "0x7530"}, "to" : "0xDb8207d158c5396E26545A979C7A788852f81Eb6", "value" : {"_hex" : "0x1236efcbcbb340000"}, "nonce" : 9, "data" : "0x", "r" : "0x86cf738a29850a793458d6f029eb1acc845117c49bfcac798d4dbec5803326ab", "s" : "0x766c5fd7323c28ee703023014463ed13e5aa35cd938fede362550769a1e78bd9", "v" : 28, "creates" : null, "raw" : "0xf86d09850d60340b7882753094db8207d158c5396e26545a979c7a788852f81eb68901236efcbcbb340000801ca086cf738a29850a793458d6f029eb1acc845117c49bfcac798d4dbec5803326aba0766c5fd7323c28ee703023014463ed13e5aa35cd938fede362550769a1e78bd9", "networkId" : 0, "chainId" : 0}]}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00257": {"type": "string"}}, "required": ["K00257"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "", "definition" : "3alpha,7alpha,12alpha-Trihydroxy-5beta-cholestanoyl-CoA + FAD <=> 3alpha,7alpha,12alpha-Trihydroxy-5beta-cholest-24-enoyl-CoA + FADH2", "orthologs" : {"K00257" : "acyl-ACP dehydrogenase [EC:1.3.99.-]"}, "name" : "", "product_stoichiometries" : ["1", "1"], "enzymes" : ["1.3.99.-"], "equation" : "C04760 + C00016 <=> C05460 + C01352", "glycans" : false, "substrate_stoichiometries" : ["1", "1"], "rpairs" : {}, "entry_id" : "R04592", "pathways" : {}, "products" : ["C05460", "C01352"], "substrates" : ["C04760", "C00016"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K00257": {"type": "string"}}, "required": ["K00257"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"injectionSelector": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "repository": {"type": "object", "properties": {"name": {"type": "string"}, "source-isobjectscript": {"type": "object", "properties": {"name": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "beginCaptures": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["1"]}, "endCaptures": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["1"]}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}}, "required": ["name", "begin", "end", "beginCaptures", "endCaptures", "patterns"]}, "tag-server": {"type": "object", "properties": {"name": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}}, "required": ["name", "begin", "end", "patterns"]}, "script-language-cache": {"type": "object", "properties": {"name": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}}, "required": ["name", "begin", "end", "patterns"]}}, "required": ["name", "source-isobjectscript", "tag-server", "script-language-cache"]}}, "required": ["injectionSelector", "patterns", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"injectionSelector" : "L:source", "patterns" : [{"include" : "#source-isobjectscript"}, {"include" : "#script-language-cache"}, {"include" : "#tag-server"}], "repository" : {"name" : "source.objectscript-class.injection", "source-isobjectscript" : {"name" : "meta.embedded.inline.isobjectscript", "begin" : "(?i)(#(call|server)?\\()", "end" : "(\\)#)", "beginCaptures" : {"1" : {"name" : "punctuation.source.isobjectscript"}}, "endCaptures" : {"1" : {"name" : "punctuation.source.isobjectscript"}}, "patterns" : [{"include" : "source.isobjectscript"}]}, "tag-server" : {"name" : "meta.embedded.inline.isobjectscript", "begin" : "(?i)(<server\\b(\\s*\\blanguage\\b\\s*=\\s*['\"]?cache['\"]?)?\\s*>)", "end" : "(?i)(</server>)", "patterns" : [{"include" : "source.isobjectscript"}]}, "script-language-cache" : {"name" : "meta.embedded.inline.isobjectscript", "begin" : "(?i)(<script\\b[^>](\\s*\\blanguage\\b\\s*=\\s*['\"]?cache['\"]?)[^>]*>)", "end" : "(?i)(</script>)", "patterns" : [{"include" : "source.isobjectscript"}]}}}
json_instruct
{"type": "object", "properties": {"injectionSelector": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}, "repository": {"type": "object", "properties": {"name": {"type": "string"}, "source-isobjectscript": {"type": "object", "properties": {"name": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "beginCaptures": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["1"]}, "endCaptures": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["1"]}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}}, "required": ["name", "begin", "end", "beginCaptures", "endCaptures", "patterns"]}, "tag-server": {"type": "object", "properties": {"name": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}}, "required": ["name", "begin", "end", "patterns"]}, "script-language-cache": {"type": "object", "properties": {"name": {"type": "string"}, "begin": {"type": "string"}, "end": {"type": "string"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}}, "required": ["include"]}}}, "required": ["name", "begin", "end", "patterns"]}}, "required": ["name", "source-isobjectscript", "tag-server", "script-language-cache"]}}, "required": ["injectionSelector", "patterns", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["bundle", "name", "description"]}, "en_US": {"type": "object", "properties": {"bundle": {"type": "string"}}, "required": ["bundle"]}}, "required": ["default", "en_US"]}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "url": {"type": "string"}}, "required": ["id", "i18n", "type", "enabled", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "selecttemplate", "i18n" : {"default" : {"bundle" : "/devwidgets/selecttemplate/bundles/default.properties", "name" : "Select template", "description" : "Select template"}, "en_US" : {"bundle" : "/devwidgets/selecttemplate/bundles/en_US.properties"}}, "type" : "core", "enabled" : true, "url" : "/devwidgets/selecttemplate/selecttemplate.html"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "i18n": {"type": "object", "properties": {"default": {"type": "object", "properties": {"bundle": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["bundle", "name", "description"]}, "en_US": {"type": "object", "properties": {"bundle": {"type": "string"}}, "required": ["bundle"]}}, "required": ["default", "en_US"]}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "url": {"type": "string"}}, "required": ["id", "i18n", "type", "enabled", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "name"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "yanked_versions": {"type": "object", "properties": {}, "required": []}}, "required": ["homepage", "maintainers", "versions", "yanked_versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"homepage" : "https://docs.aspect.dev/bazel-lib", "maintainers" : [{"email" : "hello@aspect.dev", "github" : "aspect-build", "name" : "Aspect team"}], "versions" : ["0.11.0", "0.11.4", "0.4.2"], "yanked_versions" : {}}
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "name"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "yanked_versions": {"type": "object", "properties": {}, "required": []}}, "required": ["homepage", "maintainers", "versions", "yanked_versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "\u062a\u0648 \u062c\u0647\u0627\u0646\u06cc \u062f\u06cc\u06af\u0631\u06cc \u062c\u0648\u0647\u0631 \u062f\u0631\u0646\u06af \u0622\u062a\u0634 \u0641\u0639\u0627\u0644", "m2" : "\u0622\u0628 \u0646\u0641\u0639 \u0648 \u0628\u0627\u062f \u0635\u0648\u0644\u062a \u060c \u0647\u0645 \u062a\u0648 \u0647\u0641\u062a\u06cc \u0647\u0645 \u0686\u0647\u0627\u0631"}, "1" : {"m1" : "\u0645\u0627\u0647 \u0637\u0644\u0639\u062a \u0645\u0647\u0631 \u062f\u0648\u0644\u062a \u0632\u0647\u0631\u0647 \u0632\u06cc\u0646\u062a \u062a\u06cc\u0632 \u0641\u0647\u0645", "m2" : "\u0645\u0634\u062a\u0631\u06cc \u0627\u062e\u0644\u0627\u0642 \u0648 \u0628\u0647\u0631\u0627\u0645 \u0622\u0641\u062a \u0648 \u06a9\u06cc\u0648\u0627\u0646 \u062f\u0645\u0627\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": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Zanesville", "state_name" : "Ohio", "state_abbrv" : "OH", "lat" : "39.9274", "long" : "-82.0041"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Social fabric fitness: the design and evaluation of wearable E-textile displays to support group running.", "fields" : ["human computer interaction", "support group", "multimedia", "visualization", "wearable computer"], "abstract" : "Group exercise has multiple benefits including greater adherence to fitness regimens, increased enjoyment among participants, and enhanced workout intensity. While a large number of technology tools have emerged to support real-time feedback of individual performance, tools to support group fitness are limited. In this paper, we present a set of wearable e-textile displays for running groups called Social Fabric Fitness (SFF) . SFF provides a glanceable, shared screen on the back of the wearer's shirt to increase awareness and motivation of group fitness performance. We discuss parallel prototyping of three designs-one flexible e-ink and two flexible LED-based displays; the selection and refinement of one design; and two evaluations'a field study of 10 running groups and two case studies of running races. Our qualitative findings indicate that SFF improves awareness of individual and group performance, helps groups stay together, and improves in-situ motivation. We close with reflections for future athletic e-textile displays.", "citation" : "Citations (69)", "year" : "2014", "departments" : ["University of Maryland, College Park", "University of Maryland, College Park", "University of Maryland, College Park"], "conf" : "chi", "authors" : ["Matthew Louis Mauriello.....http://dblp.org/pers/hd/m/Mauriello:Matthew_Louis", "Michael Gubbels.....http://dblp.org/pers/hd/g/Gubbels:Michael", "Jon Froehlich.....http://dblp.org/pers/hd/f/Froehlich:Jon"], "pages" : 10}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "sublime:block/stairs_bloodless_elm"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mikey179/vfsStream": {"type": "string"}}, "required": ["phpunit/phpunit", "mikey179/vfsStream"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"phpunitExample\\": {"type": "string"}}, "required": ["phpunitExample\\"]}}, "required": ["psr-4"]}}, "required": ["name", "require", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "xiaoyuqin/phpunit-example", "require" : {"phpunit/phpunit" : "^7.5", "mikey179/vfsStream" : "~1"}, "authors" : [{"name" : "xiaoyuqinA", "email" : "137692663@qq.com"}], "autoload" : {"psr-4" : {"phpunitExample\\" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "require": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mikey179/vfsStream": {"type": "string"}}, "required": ["phpunit/phpunit", "mikey179/vfsStream"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"phpunitExample\\": {"type": "string"}}, "required": ["phpunitExample\\"]}}, "required": ["psr-4"]}}, "required": ["name", "require", "authors", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "Acquiring and pointing: an empirical study of pen-tilt-based interaction.", "fields" : ["stylus", "empirical research", "computer vision", "artificial intelligence", "interaction technique"], "abstract" : "Research literature has shown that pen tilt is a promising input modality in pen-based interaction. However, the human capability to control pen tilt has not been fully evaluated. This paper systematically investigates the human ability to perform discrete target selection tasks by varying the stylus' tilt angle through two controlled experiments: pen tilt target acquiring (Experiment 1) and tilt pointing (Experiment 2). Results revealed a decreasing power relationship between angular width and selection time in Experiment 1. The results of Experiment 2 confirmed that pen tilt pointing can be modeled by Fitts' law. Based on our quantitative analysis, we discuss the human ability to control pen tilt and the implications of pen tilt use. We also propose a taxonomy of pen tilt based interaction techniques and showcase a series of possible pen tilt technique designs.", "citation" : "Citations (20)", "year" : "2011", "departments" : ["Kochi University of Technology", "University of Toronto", "Kochi University of Technology"], "conf" : "chi", "authors" : ["Yizhong Xin.....http://dblp.org/pers/hd/x/Xin:Yizhong", "Xiaojun Bi.....http://dblp.org/pers/hd/b/Bi:Xiaojun", "Xiangshi Ren.....http://dblp.org/pers/hd/r/Ren:Xiangshi"], "pages" : 10}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"DialogContainerService": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "expression": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}}, "required": ["__symbolic", "module", "name"]}}, "required": ["__symbolic", "expression"]}}, "members": {"type": "object", "properties": {"validate": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}}, "required": ["validate"]}, "statics": {"type": "object", "properties": {"container": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "message": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["__symbolic", "message", "line", "character"]}, "renderer": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "message": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["__symbolic", "message", "line", "character"]}}, "required": ["container", "renderer"]}}, "required": ["__symbolic", "decorators", "members", "statics"]}}, "required": ["DialogContainerService"]}}, "required": ["__symbolic", "version", "metadata"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"__symbolic" : "module", "version" : 3, "metadata" : {"DialogContainerService" : {"__symbolic" : "class", "decorators" : [{"__symbolic" : "call", "expression" : {"__symbolic" : "reference", "module" : "@angular/core", "name" : "Injectable"}}], "members" : {"validate" : [{"__symbolic" : "method"}]}, "statics" : {"container" : {"__symbolic" : "error", "message" : "Variable not initialized", "line" : 7, "character" : 17}, "renderer" : {"__symbolic" : "error", "message" : "Variable not initialized", "line" : 8, "character" : 17}}}}}, {"__symbolic" : "module", "version" : 1, "metadata" : {"DialogContainerService" : {"__symbolic" : "class", "decorators" : [{"__symbolic" : "call", "expression" : {"__symbolic" : "reference", "module" : "@angular/core", "name" : "Injectable"}}], "members" : {"validate" : [{"__symbolic" : "method"}]}, "statics" : {"container" : {"__symbolic" : "error", "message" : "Variable not initialized", "line" : 7, "character" : 17}, "renderer" : {"__symbolic" : "error", "message" : "Variable not initialized", "line" : 8, "character" : 17}}}}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"DialogContainerService": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "decorators": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "expression": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}}, "required": ["__symbolic", "module", "name"]}}, "required": ["__symbolic", "expression"]}}, "members": {"type": "object", "properties": {"validate": {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}}, "required": ["validate"]}, "statics": {"type": "object", "properties": {"container": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "message": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["__symbolic", "message", "line", "character"]}, "renderer": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "message": {"type": "string"}, "line": {"type": "integer"}, "character": {"type": "integer"}}, "required": ["__symbolic", "message", "line", "character"]}}, "required": ["container", "renderer"]}}, "required": ["__symbolic", "decorators", "members", "statics"]}}, "required": ["DialogContainerService"]}}, "required": ["__symbolic", "version", "metadata"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Dalla, Baggao, Cagayan, Cagayan Valley (Region II), PH", "locale" : "ph.cagayan-valley-region-ii.cagayan.baggao.dalla", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "3", "region_reference" : "2", "region_name" : "Cagayan Valley (Region II)", "province_id" : "18", "province_reference" : "18", "province_name" : "Cagayan", "city_id" : "104", "city_reference" : "309", "city_name" : "Baggao", "barangay_id" : "2597", "barangay_reference" : "7109", "barangay_name" : "Dalla"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.890556, 17.984591], [121.905373, 17.984619], [121.929314, 17.98271], [121.95591, 17.982161], [121.956291, 17.97934], [121.920609, 17.97291], [121.915176, 17.963341], [121.914841, 17.96245], [121.914253, 17.961479], [121.913292, 17.95999], [121.913788, 17.95911], [121.911003, 17.95298], [121.884468, 17.954741], [121.883636, 17.954519], [121.882729, 17.954269], [121.875877, 17.95673], [121.870987, 17.97291], [121.89193, 17.968821], [121.890556, 17.984591]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3319": {"type": "integer"}, "7e24ab7e-330e-498a-90e4-f41edadb0db8": {"type": "integer"}, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0": {"type": "integer"}, "e3b9bd7a-2f0e-4cfd-8012-242f5c2c7786": {"type": "integer"}, "3860102a-8a1e-4644-b3d6-80272970db42": {"type": "integer"}, "bf238e1b-fcea-4045-a1bb-3f85fbb69ea1": {"type": "integer"}, "8adf4470-d779-4238-9551-dc5bbbe6ac07": {"type": "integer"}, "edae1729-6663-4a68-a8de-b1a9fddf6444": {"type": "integer"}, "e6f93997-9800-4250-8bb7-f178cca355fd": {"type": "integer"}, "program": {"type": "integer"}, "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7": {"type": "integer"}}, "required": ["97d6b9cd-219f-4876-b7d9-ff268e14fad3", "c4f7c3e0-8d91-4106-807f-1d51aecd3319", "7e24ab7e-330e-498a-90e4-f41edadb0db8", "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0", "e3b9bd7a-2f0e-4cfd-8012-242f5c2c7786", "3860102a-8a1e-4644-b3d6-80272970db42", "bf238e1b-fcea-4045-a1bb-3f85fbb69ea1", "8adf4470-d779-4238-9551-dc5bbbe6ac07", "edae1729-6663-4a68-a8de-b1a9fddf6444", "e6f93997-9800-4250-8bb7-f178cca355fd", "program", "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["DECRYPT", "FORWARD", "ENCRYPT", "BASE", "ADDRESSBOOK"], "regionsToProcessedPerformance" : {"97d6b9cd-219f-4876-b7d9-ff268e14fad3" : -672128, "c4f7c3e0-8d91-4106-807f-1d51aecd3319" : 25827023754, "7e24ab7e-330e-498a-90e4-f41edadb0db8" : 4132617496, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0" : -827028, "e3b9bd7a-2f0e-4cfd-8012-242f5c2c7786" : 2064034893, "3860102a-8a1e-4644-b3d6-80272970db42" : -74894, "bf238e1b-fcea-4045-a1bb-3f85fbb69ea1" : 2915842, "8adf4470-d779-4238-9551-dc5bbbe6ac07" : -651548, "edae1729-6663-4a68-a8de-b1a9fddf6444" : -284201, "e6f93997-9800-4250-8bb7-f178cca355fd" : -62222, "program" : 1127296, "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7" : 17611837}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3319": {"type": "integer"}, "7e24ab7e-330e-498a-90e4-f41edadb0db8": {"type": "integer"}, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0": {"type": "integer"}, "e3b9bd7a-2f0e-4cfd-8012-242f5c2c7786": {"type": "integer"}, "3860102a-8a1e-4644-b3d6-80272970db42": {"type": "integer"}, "bf238e1b-fcea-4045-a1bb-3f85fbb69ea1": {"type": "integer"}, "8adf4470-d779-4238-9551-dc5bbbe6ac07": {"type": "integer"}, "edae1729-6663-4a68-a8de-b1a9fddf6444": {"type": "integer"}, "e6f93997-9800-4250-8bb7-f178cca355fd": {"type": "integer"}, "program": {"type": "integer"}, "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7": {"type": "integer"}}, "required": ["97d6b9cd-219f-4876-b7d9-ff268e14fad3", "c4f7c3e0-8d91-4106-807f-1d51aecd3319", "7e24ab7e-330e-498a-90e4-f41edadb0db8", "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0", "e3b9bd7a-2f0e-4cfd-8012-242f5c2c7786", "3860102a-8a1e-4644-b3d6-80272970db42", "bf238e1b-fcea-4045-a1bb-3f85fbb69ea1", "8adf4470-d779-4238-9551-dc5bbbe6ac07", "edae1729-6663-4a68-a8de-b1a9fddf6444", "e6f93997-9800-4250-8bb7-f178cca355fd", "program", "b1afdb6f-4ee0-4a29-8ea9-a3c4eb6ca6d7"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["www.nikkei.com", "jovi0608.hatenablog.com", "www.nikkansports.com", "www.yahoo.co.jp", "www.sponichi.co.jp", "www.cnn.co.jp", "floc.glitch.me", "html5.ohtsu.org"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http": {"type": "string"}}, "required": ["Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http"]}}, "required": ["files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http" : "#!/usr/bin/env dothttp\n\n# imported from https://raw.githubusercontent.com/postmanlabs/newman/v5.2.2/test/integration/semicolon-tests.postman_collection.json\n\n// Receives a semicolon header from dump.getpost\n\n@name(\"Gets a header with a semicolon\")\nGET \"https://postman-echo.com/response-headers?Content-Type=application%2Fjson%3B%20%20charset%3Dutf-8\"\n\n\n\n"}}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http": {"type": "string"}}, "required": ["Response_headers_with_semicolons_are_handled_correctly\\imported_from_collection.http"]}}, "required": ["files"], "$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"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "with_thursday:knife"}, {"item" : "with_thursday:chicken_breast"}], "result" : {"item" : "with_thursday:diced_chicken", "count" : 6}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"900656924": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900656925": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900656926": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900656924", "900656925", "900656926"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900656924" : {"nama" : "TPS 1", "dapil" : [6101, 16108, 2610405]}, "900656925" : {"nama" : "TPS 2", "dapil" : [6101, 16108, 2610405]}, "900656926" : {"nama" : "TPS 3", "dapil" : [6101, 16108, 2610405]}}
json_instruct
{"type": "object", "properties": {"900656924": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900656925": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900656926": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900656924", "900656925", "900656926"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"debugMode": {"type": "boolean"}, "logs": {"type": "object", "properties": {"active": {"type": "boolean"}, "id": {"type": "integer"}, "cases": {"type": "integer"}}, "required": ["active", "id", "cases"]}, "permRoles": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "integer"}}, "2": {"type": "array", "items": {}}, "3": {"type": "array", "items": {"type": "integer"}}}, "required": ["1", "2", "3"]}, "groupReg": {"type": "object", "properties": {"active": {"type": "boolean"}, "channel_id": {"type": "integer"}, "groupCount": {"type": "integer"}, "role_ids": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8"]}, "math_role_ids": {"type": "object", "properties": {"3": {"type": "integer"}, "2": {"type": "integer"}, "1": {"type": "integer"}, "4": {"type": "integer"}}, "required": ["3", "2", "1", "4"]}}, "required": ["active", "channel_id", "groupCount", "role_ids", "math_role_ids"]}, "ranking": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "lvl": {"type": "integer"}, "exp": {"type": "integer"}}, "required": ["id", "lvl", "exp"]}}}, "required": ["debugMode", "logs", "permRoles", "groupReg", "ranking"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"debugMode" : false, "logs" : {"active" : true, "id" : 811273503084511262, "cases" : 17}, "permRoles" : {"1" : [754002928632725584], "2" : [], "3" : [805418469674975282, 572403736987566101, 754003569727897702]}, "groupReg" : {"active" : true, "channel_id" : 813020489080766505, "groupCount" : 8, "role_ids" : {"1" : 754005320132722858, "2" : 754005422029144264, "3" : 756086164607336458, "4" : 756086273806172201, "5" : 756086351153201243, "6" : 756086412775784488, "7" : 756086460938977332, "8" : 756086506917068880}, "math_role_ids" : {"3" : 766415469108264992, "2" : 766415474476711967, "1" : 766415476896694272, "4" : 766645239477305375}}, "ranking" : [{"id" : 474161056730578944, "lvl" : 1, "exp" : 90}, {"id" : 252153665341620224, "lvl" : 2, "exp" : 120}]}
json_instruct
{"type": "object", "properties": {"debugMode": {"type": "boolean"}, "logs": {"type": "object", "properties": {"active": {"type": "boolean"}, "id": {"type": "integer"}, "cases": {"type": "integer"}}, "required": ["active", "id", "cases"]}, "permRoles": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "integer"}}, "2": {"type": "array", "items": {}}, "3": {"type": "array", "items": {"type": "integer"}}}, "required": ["1", "2", "3"]}, "groupReg": {"type": "object", "properties": {"active": {"type": "boolean"}, "channel_id": {"type": "integer"}, "groupCount": {"type": "integer"}, "role_ids": {"type": "object", "properties": {"1": {"type": "integer"}, "2": {"type": "integer"}, "3": {"type": "integer"}, "4": {"type": "integer"}, "5": {"type": "integer"}, "6": {"type": "integer"}, "7": {"type": "integer"}, "8": {"type": "integer"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8"]}, "math_role_ids": {"type": "object", "properties": {"3": {"type": "integer"}, "2": {"type": "integer"}, "1": {"type": "integer"}, "4": {"type": "integer"}}, "required": ["3", "2", "1", "4"]}}, "required": ["active", "channel_id", "groupCount", "role_ids", "math_role_ids"]}, "ranking": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "lvl": {"type": "integer"}, "exp": {"type": "integer"}}, "required": ["id", "lvl", "exp"]}}}, "required": ["debugMode", "logs", "permRoles", "groupReg", "ranking"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Actions": {"type": "array", "items": {"type": "object", "properties": {"Icon": {"type": "string"}, "Name": {"type": "string"}, "States": {"type": "array", "items": {"type": "object", "properties": {"Image": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Image", "Name"]}}, "Tooltip": {"type": "string"}, "UUID": {"type": "string"}}, "required": ["Icon", "Name", "States", "Tooltip", "UUID"]}}, "SDKVersion": {"type": "integer"}, "Author": {"type": "string"}, "CodePath": {"type": "string"}, "PropertyInspectorPath": {"type": "string"}, "Description": {"type": "string"}, "Name": {"type": "string"}, "Icon": {"type": "string"}, "Category": {"type": "string"}, "CategoryIcon": {"type": "string"}, "URL": {"type": "string"}, "Version": {"type": "string"}, "OS": {"type": "array", "items": {"type": "object", "properties": {"Platform": {"type": "string"}, "MinimumVersion": {"type": "string"}}, "required": ["Platform", "MinimumVersion"]}}, "Software": {"type": "object", "properties": {"MinimumVersion": {"type": "string"}}, "required": ["MinimumVersion"]}}, "required": ["Actions", "SDKVersion", "Author", "CodePath", "PropertyInspectorPath", "Description", "Name", "Icon", "Category", "CategoryIcon", "URL", "Version", "OS", "Software"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Actions" : [{"Icon" : "plugin/images/actions/power", "Name" : "On / Off", "States" : [{"Image" : "plugin/images/icons/on", "Name" : "On"}, {"Image" : "plugin/images/icons/off", "Name" : "Off"}], "Tooltip" : "Turn lights on or off.", "UUID" : "com.andreasbehrend.govee.power"}], "SDKVersion" : 2, "Author" : "Andreas Behrend", "CodePath" : "index.html", "PropertyInspectorPath" : "propertyinspector/index.html", "Description" : "Control your Govee lights.", "Name" : "Govee", "Icon" : "plugin/images/icons/plugin", "Category" : "Govee", "CategoryIcon" : "plugin/images/actions/category", "URL" : "https://github.com/tuc0w/streamdeck-govee-plugin", "Version" : "1.0.0", "OS" : [{"Platform" : "mac", "MinimumVersion" : "10.11"}, {"Platform" : "windows", "MinimumVersion" : "10"}], "Software" : {"MinimumVersion" : "4.1"}}
json_instruct
{"type": "object", "properties": {"Actions": {"type": "array", "items": {"type": "object", "properties": {"Icon": {"type": "string"}, "Name": {"type": "string"}, "States": {"type": "array", "items": {"type": "object", "properties": {"Image": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Image", "Name"]}}, "Tooltip": {"type": "string"}, "UUID": {"type": "string"}}, "required": ["Icon", "Name", "States", "Tooltip", "UUID"]}}, "SDKVersion": {"type": "integer"}, "Author": {"type": "string"}, "CodePath": {"type": "string"}, "PropertyInspectorPath": {"type": "string"}, "Description": {"type": "string"}, "Name": {"type": "string"}, "Icon": {"type": "string"}, "Category": {"type": "string"}, "CategoryIcon": {"type": "string"}, "URL": {"type": "string"}, "Version": {"type": "string"}, "OS": {"type": "array", "items": {"type": "object", "properties": {"Platform": {"type": "string"}, "MinimumVersion": {"type": "string"}}, "required": ["Platform", "MinimumVersion"]}}, "Software": {"type": "object", "properties": {"MinimumVersion": {"type": "string"}}, "required": ["MinimumVersion"]}}, "required": ["Actions", "SDKVersion", "Author", "CodePath", "PropertyInspectorPath", "Description", "Name", "Icon", "Category", "CategoryIcon", "URL", "Version", "OS", "Software"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "incremental": {"type": "boolean"}, "inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "jsx": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "noEmitOnError": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "outDir": {"type": "string"}, "paths": {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"]}, "preserveWatchOutput": {"type": "boolean"}, "rootDir": {"type": "string"}, "target": {"type": "string"}}, "required": ["baseUrl", "incremental", "inlineSourceMap", "inlineSources", "jsx", "lib", "module", "noEmitOnError", "noImplicitAny", "outDir", "paths", "preserveWatchOutput", "rootDir", "target"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"baseUrl" : "./", "incremental" : true, "inlineSourceMap" : true, "inlineSources" : true, "jsx" : "react", "lib" : ["es2019", "dom"], "module" : "CommonJS", "noEmitOnError" : true, "noImplicitAny" : false, "outDir" : "./__build", "paths" : {"*" : ["./src/*", "./node_modules/*"]}, "preserveWatchOutput" : true, "rootDir" : "/", "target" : "es2019"}}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "incremental": {"type": "boolean"}, "inlineSourceMap": {"type": "boolean"}, "inlineSources": {"type": "boolean"}, "jsx": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "module": {"type": "string"}, "noEmitOnError": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "outDir": {"type": "string"}, "paths": {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"]}, "preserveWatchOutput": {"type": "boolean"}, "rootDir": {"type": "string"}, "target": {"type": "string"}}, "required": ["baseUrl", "incremental", "inlineSourceMap", "inlineSources", "jsx", "lib", "module", "noEmitOnError", "noImplicitAny", "outDir", "paths", "preserveWatchOutput", "rootDir", "target"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "a primitive root;", "pron" : "daw-ak'", "outline" : "<ol><li> to go out, be extinguished, dry up<ol><li> (Qal) to go out, be extinguished</li><li> (Niphal) to be made extinct, be dried up</li><li> (Pual) to be extinguished, be quenched</li></ol></li></ol>", "kjv_def" : "be extinct, consumed, put out, quenched.", "lemma" : "\u05d3\u05bc\u05b8\u05e2\u05b7\u05da\u05b0", "frequency" : 9, "strongs_def" : "to be extinguished; figuratively, to expire or be dried up", "xlit" : "d\u00e2\u02bbak"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "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" : "Added a patch to cleanup compiler warnings about inlining with Intel compilers. Added more checksum versions.", "user" : "bvanessen", "url" : "https://api.github.com/repos/spack/spack/issues/5233", "updated_at" : "2018-02-02 17:48:16", "created_at" : "2017-08-29 17:37:09", "closed_at" : "2018-01-04 15:48:23", "state" : "closed", "title" : "Protobuf intel patch", "number" : 5233, "milestone" : null, "labels" : [], "id" : 253745983, "html_url" : "https://github.com/spack/spack/pull/5233", "assignees" : [], "comments" : 2}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "ContactTelephone2": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "ContactTelephone2", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 148987, "UUID" : "4E590533-BE0F-420C-9694-33575B3FD301", "DataProviderID" : 1, "OperatorID" : 3371, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 149340, "Title" : "RESTAURANTE LA ZARZUELA (Wenea)", "AddressLine1" : "Carretera Extremadura N-v, KM 150, 45567 Lagartera, Toledo, Espa\u00f1a", "Town" : "Lagartera", "StateOrProvince" : "Oropesa", "Postcode" : "45560", "CountryID" : 210, "Latitude" : 39.91266331557438, "Longitude" : -5.202514830878272, "ContactTelephone1" : "Wenea", "ContactTelephone2" : "915060600", "AccessComments" : "Operados por Wenea, es necesario descargarse la aplicacion", "RelatedURL" : "https://www.wenea.com", "DistanceUnit" : 0}, "Connections" : [{"ID" : 206903, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 2}, {"ID" : 206952, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 2}, {"ID" : 206953, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 3, "Amps" : 63, "Voltage" : 400, "PowerKW" : 43, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-02-15T09:33:00Z", "DataQualityLevel" : 1, "DateCreated" : "2020-02-14T20:00:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "ContactTelephone2": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "ContactTelephone2", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 9066, "hash" : 2541722837, "artDyeHash" : 2541722837, "redacted" : false, "dyeManifestHash" : 3922095829, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc774\ub984" : "\uc591\ucc3d\uc2dd", "\ud55c\ubb38\uba85" : "\uf97a\u6636\u690d", "\uc0dd\ub144\uc6d4\uc77c" : "1930-03-15", "\uc815\ub2f9" : "\ubbfc\uc8fc\uc790\uc720\ub2f9", "\uc120\uac70\uad6c" : "\uc804\ubd81 \ub0a8\uc6d0\uc2dc,\uad70", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "11, 12, 14"}
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/hapi__joi": {"type": "string"}, "@types/minimist": {"type": "string"}, "@types/node": {"type": "string"}}, "required": ["@types/hapi__joi", "@types/minimist", "@types/node"]}, "dependencies": {"type": "object", "properties": {"@hapi/joi": {"type": "string"}, "minimist": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["@hapi/joi", "minimist", "puppeteer"]}}, "required": ["name", "version", "description", "bin", "type", "engines", "repository", "scripts", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "garmin-connect-scraper", "version" : "1.1.1", "description" : "Incremental Puppeteer based Garmin Connect scraper", "bin" : "bin/main.js", "type" : "module", "engines" : {"node" : ">=14.0.0"}, "repository" : {"type" : "git", "url" : "https://github.com/evg656e/garmin-connect-scraper.git"}, "scripts" : {"start" : "node ./bin/main.js"}, "keywords" : ["scraper", "garmin-connect", "puppeteer"], "author" : "evg656e <evg656e@gmail.com>", "license" : "UNLICENSED", "bugs" : {"url" : "https://github.com/evg656e/garmin-connect-scraper/issues"}, "homepage" : "https://github.com/evg656e/garmin-connect-scraper#readme", "devDependencies" : {"@types/hapi__joi" : "^16.0.12", "@types/minimist" : "^1.2.0", "@types/node" : "^13.13.2"}, "dependencies" : {"@hapi/joi" : "^17.1.1", "minimist" : "1.2.5", "puppeteer" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "type": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/hapi__joi": {"type": "string"}, "@types/minimist": {"type": "string"}, "@types/node": {"type": "string"}}, "required": ["@types/hapi__joi", "@types/minimist", "@types/node"]}, "dependencies": {"type": "object", "properties": {"@hapi/joi": {"type": "string"}, "minimist": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["@hapi/joi", "minimist", "puppeteer"]}}, "required": ["name", "version", "description", "bin", "type", "engines", "repository", "scripts", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "integer"}, "site_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "string"}, "street": {"type": "string"}, "house_number": {"type": "string"}, "zipcode": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "gender": {"type": "string"}, "locale": {"type": "string"}, "consent": {"type": "object", "properties": {"url": {"type": "string"}, "text": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "text", "version"]}, "consents": {"type": "array", "items": {"type": "object", "properties": {"consent_type": {"type": "string"}, "consent_status": {"type": "string"}, "granted_at": {"type": "string"}, "consent_text": {"type": "string"}, "url": {"type": "string"}, "terms_conditions_version": {"type": "string"}}, "required": ["consent_type", "consent_status", "granted_at", "consent_text", "url", "terms_conditions_version"]}}}, "required": ["id", "site_id", "created_at", "updated_at", "first_name", "last_name", "email", "address", "street", "house_number", "zipcode", "city", "country", "phone", "gender", "locale", "consent", "consents"]}}, "required": ["user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : {"id" : 2, "site_id" : 6, "created_at" : "2018-07-18T13:58:11Z", "updated_at" : "2018-08-17T03:00:03Z", "first_name" : "John", "last_name" : "Doe", "email" : "john.doe@kentaa.nl", "address" : "Jansbuitensingel 29", "street" : "Jansbuitensingel", "house_number" : "29", "zipcode" : "6811AD", "city" : "Arnhem", "country" : "NL", "phone" : "0262616240", "gender" : "male", "locale" : "nl", "consent" : {"url" : "https://demo1.kentaa.nl/project/deelnames/meedoen/wie-ben-jij", "text" : "Ja, ik geef uitdrukkelijk toestemming voor de verwerking van mijn persoonsgegevens.", "version" : "V2 22-06-2018 13:09"}, "consents" : [{"consent_type" : "terms_conditions", "consent_status" : "granted", "granted_at" : "2018-07-18T13:58:11Z", "consent_text" : "Ik accepteer de <a href='/algemene-voorwaarden' class='theme-text-color' target='_blank'>Algemene voorwaarden</a>.", "url" : "https://demo1.kentaa.nl/meedoen/wie-ben-jij", "terms_conditions_version" : "V2 22-06-2018 13:09"}, {"consent_type" : "processing_personal_data", "consent_status" : "granted", "granted_at" : "2018-07-18T13:58:11Z", "consent_text" : "Ja, ik geef uitdrukkelijk toestemming voor de verwerking van mijn persoonsgegevens.", "url" : "https://demo1.kentaa.nl/meedoen/wie-ben-jij", "terms_conditions_version" : "V2 22-06-2018 13:09"}]}}
json_instruct
{"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "integer"}, "site_id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "first_name": {"type": "string"}, "last_name": {"type": "string"}, "email": {"type": "string"}, "address": {"type": "string"}, "street": {"type": "string"}, "house_number": {"type": "string"}, "zipcode": {"type": "string"}, "city": {"type": "string"}, "country": {"type": "string"}, "phone": {"type": "string"}, "gender": {"type": "string"}, "locale": {"type": "string"}, "consent": {"type": "object", "properties": {"url": {"type": "string"}, "text": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "text", "version"]}, "consents": {"type": "array", "items": {"type": "object", "properties": {"consent_type": {"type": "string"}, "consent_status": {"type": "string"}, "granted_at": {"type": "string"}, "consent_text": {"type": "string"}, "url": {"type": "string"}, "terms_conditions_version": {"type": "string"}}, "required": ["consent_type", "consent_status", "granted_at", "consent_text", "url", "terms_conditions_version"]}}}, "required": ["id", "site_id", "created_at", "updated_at", "first_name", "last_name", "email", "address", "street", "house_number", "zipcode", "city", "country", "phone", "gender", "locale", "consent", "consents"]}}, "required": ["user"], "$schema": "http://json-schema.org/draft-07/schema#"}