input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1945, 5], [1946, 5], [1947, 6], [1948, 5], [1949, 9], [1950, 11], [1951, 7], [1952, 7], [1953, 32], [1954, 14], [1955, 18], [1956, 17], [1957, 23], [1958, 33], [1959, 29], [1960, 51], [1961, 62], [1962, 64], [1963, 72], [1964, 117], [1965, 240], [1966, 235], [1967, 225], [1968, 207], [1969, 175], [1970, 163], [1971, ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"...
{"body" : "### Rationale\r\n\r\n![Screenshot from 2021-04-20 16-42-05](https://user-images.githubusercontent.com/194764/115416262-e8d1f500-a1f7-11eb-881e-1ba2e8651e61.png)\r\n\r\n\r\n### Description\r\n\r\nIt would be nice if a process would output these log messages just once instead of repeatedly hundreds of times\r\...
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": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"assigned_to_str": {"type": "string"}, "case_name": {"type": "string"}, "cause": {"type": "string"}, "court_id": {"type": "string"}, "date_converted": {"type": "null"}, "date_discharged": {"type": "null"}, "date_filed": {"ty...
{"assigned_to_str" : "Barbara J. Houser", "case_name" : "Bon Secour Partners, LLC", "cause" : "", "court_id" : "txnb", "date_converted" : null, "date_discharged" : null, "date_filed" : "2009-11-03", "date_terminated" : null, "demand" : "", "docket_entries" : [{"date_filed" : "2010-02-05", "description" : "Chapter 11 pl...
json_instruct
{"type": "object", "properties": {"assigned_to_str": {"type": "string"}, "case_name": {"type": "string"}, "cause": {"type": "string"}, "court_id": {"type": "string"}, "date_converted": {"type": "null"}, "date_discharged": {"type": "null"}, "date_filed": {"type": "string"}, "date_terminated": {"type": "null"}, "demand":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "strin...
{"t" : "malayal", "h" : [{"d" : [{"f" : "\u88ab\u61f8\u639b\u3002", "e" : ["\ufff9`Ma~`layal~ `i~ `'anongnongan~.\ufffa\ufffb\u61f8\u540a\u5728\u623f\u6a11\u4e0a\u3002"]}]}], "stem" : "layal"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Please provide a valid JSON object following this 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", "prop...
{"hash" : "0x4193b362e5e335a8a0e401b3c098073fff41774001ee883f17f01ccb3d7943fa", "parentHash" : "0xef1c3759df2c708566fb42661da87c273e2616963eff3d5f019211efb24f291e", "number" : 53567, "timestamp" : 1439039735, "nonce" : "0x4a9d054efc351eb7", "difficulty" : 1595512971834, "gasLimit" : {"_hex" : "0x2c2fd8"}, "gasUsed" : {...
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"]...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"regexes": {"type": "object", "properties": {"before_unit": {"type": "string"}, "after_unit": {"type": "string"}, "before_count": {"type": "string"}, "after_count": {"type": "string"}}, "required": ["before_unit", "after_unit",...
{"regexes" : {"before_unit" : ".+", "after_unit" : ".+", "before_count" : "an?|[\\d,\\.]+", "after_count" : "an?|[\\d,\\.]+"}, "command_words" : ["how many {before_unit} (?:are |is )(?:in|and) {after_count} {after_unit}", "how many {before_unit} (?:in|and) {after_count} {after_unit}", "how many {after_unit} is {before_...
json_instruct
{"type": "object", "properties": {"regexes": {"type": "object", "properties": {"before_unit": {"type": "string"}, "after_unit": {"type": "string"}, "before_count": {"type": "string"}, "after_count": {"type": "string"}}, "required": ["before_unit", "after_unit", "before_count", "after_count"]}, "command_words": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"companionAccepted": {"type": "string"}, "companionRejected": {"type": "string"}, "companionRejectedNight": {"type": "string"}, "companionDismiss": {"type": "string"}, "companionDismissAuto": {"type": "string"}, "companionRecru...
{"companionAccepted" : "\u6211\u60f3\u6211\u4eca\u5929\u53ef\u4ee5\u4ece\u5de5\u4f5c\u4e2d\u4f11\u606f\u4e00\u4e0b.", "companionRejected" : "\u975e\u5e38\u62b1\u6b49 @. \u4eca\u5929\u6211\u7684\u75c5\u5e8a\u90fd\u6ee1\u5458\u4e86.$s", "companionRejectedNight" : "\u665a\u4e0a\u53bb\u5c71\u8c37\u63a2\u9669\u592a\u5371\u9...
json_instruct
{"type": "object", "properties": {"companionAccepted": {"type": "string"}, "companionRejected": {"type": "string"}, "companionRejectedNight": {"type": "string"}, "companionDismiss": {"type": "string"}, "companionDismissAuto": {"type": "string"}, "companionRecruited": {"type": "string"}, "heal": {"type": "string"}, "nom...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}},...
{"name" : "jquery-backstretch", "filename" : "jquery.backstretch.min.js", "version" : "2.0.3", "description" : "Backstretch is a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element. The image will stretch to fit the page/element, and will automati...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "proper...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": ...
{"name" : "Xi Token", "symbol" : "XI", "id" : "0x295B42684F90c77DA7ea46336001010F2791Ec8c", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/xi-token", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 6803.96, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type"...
{"categories" : ["Manual", "Programming"], "desc" : "\n", "details" : {"authors" : "Jennifer Greene, Andrew Stellman", "format" : "pdf", "isbn-10" : "1449343503", "isbn-13" : "978-1449343507", "pages" : "1100 pages", "publication date" : "September 16, 2013", "publisher" : "O'Reilly Media", "size" : "73.40Mb"}, "img" :...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"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-schem...
{"word" : "Adequate", "definitions" : ["Satisfactory or acceptable in quality or quantity."], "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"P27959": {"type": "string"}, "POLG_HCVJ2": {"type": "string"}, "Genome polyprotein": {"type": "string"}}, "required": ["P27959", "POLG_HCVJ2", "Genome polyprotein"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"P27959" : "P27959", "POLG_HCVJ2" : "P27959", "Genome polyprotein" : "P27959"}
json_instruct
{"type": "object", "properties": {"P27959": {"type": "string"}, "POLG_HCVJ2": {"type": "string"}, "Genome polyprotein": {"type": "string"}}, "required": ["P27959", "POLG_HCVJ2", "Genome polyprotein"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "422822203001", "text" : "\u4e09\u91cc\u575d\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "422822203002", "text" : "\u5c0f\u5c6f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "422822203003", "text" : "\u65b0\u6865\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "422822203004", "text" : "\u7...
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"ci": {"type": "string"}, "code:lint": {"type": "string"}, "pretest": {"type": "str...
{"name" : "chalkboard-phone-book-graphql-api", "version" : "1.0.0", "main" : "src/server.js", "scripts" : {"ci" : "start-server-and-test 4000 test", "code:lint" : "./node_modules/.bin/eslint .", "pretest" : "mongorestore --db phone-book-graphql --collection contacts --drop ./test/data/contacts.bson", "test" : "./node_m...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"ci": {"type": "string"}, "code:lint": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}, "dev": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}, "workbench.editor.limit.enabled": {"type": "boolean"}, "[typescript]": {"type": "object...
{"editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.formatOnSave" : true, "editor.tabSize" : 2, "workbench.editor.limit.enabled" : true, "[typescript]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "cSpell.words" : ["ACCESSTOKEN", "addtabspace", "ALLBOOKMARK", "ALLNOTE", "ALLTODO", "auditcomplete...
json_instruct
{"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.tabSize": {"type": "integer"}, "workbench.editor.limit.enabled": {"type": "boolean"}, "[typescript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "re...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1908, 5], [1909, 8], [1910, 6], [1912, 6], [1913, 9], [1914, 15], [1915, 15], [1916, 16], [1917, 14], [1918, 16], [1919, 25], [1920, 20], [1921, 28], [1922, 21], [1923, 27], [1924, 51], [1925, 28], [1926, 49], [1927, 49], [1928, 41], [1929, 45], [1930, 39], [1931, 35], [1932, 39], [1933, 43], [1934, 30], [1935, 28], ...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties":...
{"id" : "93747", "name" : {"en" : "Tara Hills"}, "country" : "NZ", "region" : "CAN", "identifiers" : {"wmo" : "93747", "ghcn" : "NZ000937470", "usaf" : "937470"}, "location" : {"latitude" : -44.5167, "longitude" : 169.9, "elevation" : 488}, "timezone" : "Pacific/Auckland"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}, "usaf...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions":...
{"latest_version" : ["1.3.0"], "meta" : {"description" : "A simple printer of nested lists", "homepage" : "http://www.headfirstlabs.com"}, "versions" : {"1.0.0" : {"sha256" : "917eb45adb6f1adedd3aaca14a918956c89687a1d2a1e836a00b9466d474408f", "url" : "https://files.pythonhosted.org/packages/60/f2/d2073890a458a81799cd3b...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"1.0.0": {"type": "obj...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"COMMENT_LOOKS_LIKE_SPAM": {"type": "string"}}, "required": ["COMMENT_LOOKS_LIKE_SPAM"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"COMMENT_LOOKS_LIKE_SPAM" : "Dieser Kommentar sieht aus wie Spam. Bitte bearbeite deinen Kommentar und versuche es erneut."}
json_instruct
{"type": "object", "properties": {"COMMENT_LOOKS_LIKE_SPAM": {"type": "string"}}, "required": ["COMMENT_LOOKS_LIKE_SPAM"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"uriMatch": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"domain": {"type": "string"}, "version": {"type": "integer"}, "items": {"type": "obje...
[{"uriMatch" : "https?://example.org", "options" : [{"domain" : "alpheios-resource-options", "version" : 2, "items" : {"treebanks" : {"labelText" : "Treebanks", "defaultValue" : "https://alpheios.net/treebanks/xx", "multiValue" : false, "values" : [{"value" : "https://alpheios.net/treebanks/xx", "test" : "Example Site ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uriMatch": {"type": "string"}, "options": {"type": "array", "items": {"type": "object", "properties": {"domain": {"type": "string"}, "version": {"type": "integer"}, "items": {"type": "object", "properties": {"treebanks": {"type": "object", "properties": {"la...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"spaceId": {"type": "string"}, "appName": {"type": "string"}, "moduleDto": {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties"...
[{"spaceId" : "sap", "appName" : "t-1", "moduleDto" : {"name" : "t-1", "properties" : {}, "providedDependencies" : [], "requiredDependencies" : [{"name" : "plugins-1", "properties" : {}}]}, "resourceDto" : {"name" : "plugins-1", "properties" : {}}}, {"spaceId" : "sap", "appName" : "t-2", "moduleDto" : {"name" : "t-2", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"spaceId": {"type": "string"}, "appName": {"type": "string"}, "moduleDto": {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "providedDependencies": {"type": "array", "items": {}}...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Bonneville-Aptot", "circ" : "3\u00e8me circonscription", "dpt" : "Eure", "inscrits" : 188, "abs" : 95, "votants" : 93, "blancs" : 5, "nuls" : 0, "exp" : 88, "res" : [{"nuance" : "MDM", "nom" : "Mme Marie TAMARELLE-VERHAEGHE", "voix" : 51}, {"nuance" : "FN", "nom" : "M. Timoth\u00e9e HOUSSIN", "voix" : 37}]}
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"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "previewOnGitHub": {"type": "string"}, "similarIssues": {"type": "string"}, "noResults": {"type": "string"}, "rateLimited": {"type": "string"}, "stepsToReproduce": {"type": "str...
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-----------------------------------------------------------...
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "previewOnGitHub": {"type": "string"}, "similarIssues": {"type": "string"}, "noResults": {"type": "string"}, "rateLimited": {"type": "string"}, "stepsToReproduce": {"type": "string"}, "bugDescription": {"type": "string"}, "performance...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"datatypes": {"type": "object", "properties": {"String": {"type": "integer"}, "ExternalId": {"type": "integer"}, "WikibaseItem": {"type": "integer"}, "GlobeCoordinate": {"type": "integer"}, "Time": {"type": "integer"}, "Url": {"t...
{"datatypes" : {"String" : 3317685, "ExternalId" : 26890505, "WikibaseItem" : 3119113, "GlobeCoordinate" : 275, "Time" : 16781, "Url" : 22456, "Quantity" : 1824, "Monolingualtext" : 1336, "CommonsMedia" : 338, "GeoShape" : 1, "WikibaseProperty" : 26, "Math" : 3, "WikibaseLexeme" : 1, "WikibaseSense" : 1}, "total_proper...
json_instruct
{"type": "object", "properties": {"datatypes": {"type": "object", "properties": {"String": {"type": "integer"}, "ExternalId": {"type": "integer"}, "WikibaseItem": {"type": "integer"}, "GlobeCoordinate": {"type": "integer"}, "Time": {"type": "integer"}, "Url": {"type": "integer"}, "Quantity": {"type": "integer"}, "Monol...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"category": {"type": "string"}, "lang": {"type": "string"}, "original": {"type": "string"}, "riddle": {"type": "array", "items": {"type": "string"}}, "solution": {"type": "string"}, "type": {"type": "string"}}, "required": ["ca...
{"category" : "riddlechests:jeopardy/world_facts", "lang" : "en_us", "original" : "MKPNZFD", "riddle" : ["World Facts", "", "Manus is the largest of the Admiralty", "Islands, which are found in this ocean"], "solution" : "PACIFIC", "type" : "riddlechests:word"}
json_instruct
{"type": "object", "properties": {"category": {"type": "string"}, "lang": {"type": "string"}, "original": {"type": "string"}, "riddle": {"type": "array", "items": {"type": "string"}}, "solution": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "lang", "original", "riddle", "solution", "type"],...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "children"]}, "custom_attributes": {"type": "object", "properties": {"tit...
{"user" : {"title" : "User Guide", "children" : ["custom_attributes"]}, "custom_attributes" : {"title" : "DOM node attributes"}}
json_instruct
{"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "children"]}, "custom_attributes": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "require...
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" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.1034, 53.9876]}, "properties" : {"point" : "POINT(-1.1034 53.9876)", "name" : "BR-020", "planning-permission-history" : "https://www.york.gov.uk/SearchPlanningApplications", "planning-permission-date" : "2018-03-05", "maximum-net-dwellings" : "34"...
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"}, "name...
Using the following JSON schema, generate a compatible JSON instance: {"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"},...
{"id" : 80833, "name" : "Facebook - wide timeline", "description" : "removes the right sidebar", "user" : {"id" : 172244, "name" : "shtep", "email" : "redacted", "paypal_email" : "jbennecker@googlemail.com", "homepage" : null, "about" : null, "license" : "arr"}, "updated" : "2014-03-31T07:09:16.000Z", "weekly_install_c...
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": "string"}, "homepage": {"type": "null"}, "abo...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"...
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.791376179382958, 52.08526107596586]}, "properties" : {"TIMESTAMP UTC" : "2019-08-14T10:56:40", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.395440821890304, 52.067830707...
json_instruct
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properti...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scr...
{"name" : "ra-data-restdb", "version" : "0.0.1", "description" : "restdb.io data provider for React Admin", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/RestDB/ra-data-restdb....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "...
Please provide a valid JSON object following this schema: {"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": ...
{"id" : 1126009033, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "4bad0843b33624d40f7996b9a8658f78", "wof:id" : 1126009033, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [9.11244, 42.50402, 9.11244, 42.50402], "geometry" : {"coordinates" : [9.11244, 42.5040...
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": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}...
{"name" : "com.codewriter.stylecomponents", "displayName" : "Style Components", "description" : "Library for styling game objects in Unity", "version" : "1.0.0", "unity" : "2019.3", "license" : "MIT", "author" : "Vlad Vanifatov (https://github.com/vanifatovvlad)", "homepage" : "https://github.com/codewriter-packages/St...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "dependencies": {"type": "object", ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "region...
{"configuration" : ["ISTIMECREATE", "ISTYPEOTHER", "ISTYPEFILE"], "regionsToProcessedPerformance" : {"program" : 1944769992}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1988, 5], [1989, 5], [1990, 8], [1992, 7], [1993, 7], [1994, 6], [1996, 9], [1997, 6], [1998, 7], [1999, 7], [2000, 13], [2001, 18], [2002, 12], [2003, 12], [2004, 12], [2005, 22], [2006, 36], [2007, 42], [2008, 38], [2009, 49], [2010, 39], [2011, 37], [2012, 32], [2013, 32], [2014, 37]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema...
[{"subreddit" : "intrusivethoughts", "hour" : "01", "avg" : 20.53191489361702}, {"subreddit" : "intrusivethoughts", "hour" : "02", "avg" : 36.833333333333336}, {"subreddit" : "intrusivethoughts", "hour" : "03", "avg" : 18.613636363636363}, {"subreddit" : "intrusivethoughts", "hour" : "04", "avg" : 19.163636363636364}, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "everlasting", "definition" : "1. Lasting or enduring forever; exsisting or continuing without end; immoral; eternal. \"The Everlasting God.\" Gen. xx1. 33. 2. Continuing indefinitely, or during a long period; perpetual; sometimes used, colloquially, as a strong intensive; as, this everlasting nonsence. I wil...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1022-107", "text" : "vO\nCV*"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-rocr"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "codeowners": {"type": "array", "items": {"type": "stri...
{"domain" : "garmin_connect", "name" : "Garmin Connect", "documentation" : "https://www.home-assistant.io/integrations/garmin_connect", "requirements" : ["garminconnect==0.1.10"], "codeowners" : ["@cyberjunky"], "config_flow" : true}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "requirements": {"type": "array", "items": {"type": "string"}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "config_flow": {"type": "boolean"}}, "required": ["domain", "name...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "sideEffects": {"type": "boole...
{"name" : "remix", "description" : "A framework for building better websites", "version" : "1.0.3", "homepage" : "https://remix.run", "main" : "index.js", "browser" : "browser/index.js", "sideEffects" : false, "dependencies" : {"fs-extra" : "^10.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"fs-extra": {"t...
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#"}
[[1307.5131188852656, 1443.1424336114524], [1328.6896891279491, 1449.4954046842574], [1347.7486023463641, 1443.1424336114524], [1390.1017428317311, 1432.5541484901105], [1417.6312841472197, 1426.2011774173056], [1430.3372262928299, 1407.1422641988904], [1459.9844246325868, 1385.965693956207], [1474.8080238024652, 1362....
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "strin...
{"id" : 115520, "name" : "Uflix.me By Tamal", "description" : "Uflix.me New Style For 2015+", "user" : {"id" : 293851, "name" : "Subhankar Mondal", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "publicdomain"}, "updated" : "2015-06-22T15:05:44.000Z", "weekly_install_count" ...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"global-status-ok": {"type": "string"}, "global-status-error": {"type": "string"}, "status-0": {"type": "string"}, "status-1": {"type": "string"}, "status-2": {"type": "string"}, "status-8": {"type": "string"}...
{"global-status-ok" : "All Systems Operational", "global-status-error" : "Some Systems Are Not Available", "status-0" : "Paused", "status-1" : "Not checked yet", "status-2" : "Up", "status-8" : "Seems down", "status-9" : "Down"}
json_instruct
{"type": "object", "properties": {"global-status-ok": {"type": "string"}, "global-status-error": {"type": "string"}, "status-0": {"type": "string"}, "status-1": {"type": "string"}, "status-2": {"type": "string"}, "status-8": {"type": "string"}, "status-9": {"type": "string"}}, "required": ["global-status-ok", "global-s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"project": {"type": "string"}, "author": {"type": "string"}}, "required": ["project", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project" : "project", "author" : "Erik Anderson"}
json_instruct
{"type": "object", "properties": {"project": {"type": "string"}, "author": {"type": "string"}}, "required": ["project", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"seed": {"type": "integer"}, "num_days": {"type": "integer"}, "num_req_x_day": {"type": "integer"}, "dest_folder": {"type": "string"}, "function": {"type": "object", "properties": {"function_name": {"type": "s...
{"seed" : 42, "num_days" : 365, "num_req_x_day" : 1000, "dest_folder" : "ExtremeBigSizeFocusedDataset", "function" : {"function_name" : "SizeFocusedDataset", "kwargs" : {"num_files" : 100000, "min_file_size" : 1024, "max_file_size" : 4196, "noise_min_file_size" : 8, "noise_max_file_size" : 64, "perc_noise" : 10.0, "per...
json_instruct
{"type": "object", "properties": {"seed": {"type": "integer"}, "num_days": {"type": "integer"}, "num_req_x_day": {"type": "integer"}, "dest_folder": {"type": "string"}, "function": {"type": "object", "properties": {"function_name": {"type": "string"}, "kwargs": {"type": "object", "properties": {"num_files": {"type": "i...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"lists": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "colorId": {"type": "integer"}}, "required": ["id", "name", "colorId"]}}, "tasks": {"type": "array", "it...
{"lists" : [{"id" : 3, "name" : "\u0424\u0438\u043b\u044c\u043c\u044b \u0438 \u0441\u0435\u0440\u0438\u0430\u043b\u044b", "colorId" : 3}, {"id" : 4, "name" : "\u041a\u043d\u0438\u0433\u0438", "colorId" : 2}, {"name" : "React ", "colorId" : 6, "id" : 9}, {"name" : "Tesla", "colorId" : 3, "id" : 10}], "tasks" : [{"listId...
json_instruct
{"type": "object", "properties": {"lists": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "colorId": {"type": "integer"}}, "required": ["id", "name", "colorId"]}}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"listId": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "htt...
{"name" : "Michal Gee Token", "symbol" : "MGC", "address" : "0x1c6dd53ccb74234c10410af31f56082071d1c88b", "decimals" : 8, "type" : "ERC20"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"typ...
{"id" : 111304, "info" : {"name" : "chrome font fix", "description" : "Google Chrome Font Rendering Fix", "additionalInfo" : null, "format" : "uso", "category" : "global", "createdAt" : "2015-03-09T09:42:10.000Z", "updatedAt" : "2015-03-09T09:42:10.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 286732, "nam...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required...
{"name" : "panther-dark-theme", "displayName" : "Panther Dark Theme", "description" : "A beautiful, subtle, really dark theme.", "version" : "1.0.0", "engines" : {"vscode" : "^1.32.0"}, "categories" : ["Themes"], "contributes" : {"themes" : [{"label" : "Panther", "uiTheme" : "vs-dark", "path" : "./themes/panther.json"}...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Multivariable Calculus | Some applications of the dot product.\n\ncoplications of the dot product\\n[imath] \\mathbf{a} \\cdot \\mathbf{b}=\\mathbf{0} \\leftrightarrow \\mathbf{a} \\perp \\mathbf{b} [/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=jlGjMwO7wVA"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"], ...
{"id" : "4d610726-6574-45c2-aac3-1ac21a0415c5", "sourceName" : "erGjeldende", "sourcePath" : "/folkeregisterperson/statsborgerskap/", "targetInstanceVariable" : "/InstanceVariable/22ab1c25-9ebc-4a74-b721-3cb1967a8dd1"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "sourceName": {"type": "string"}, "sourcePath": {"type": "string"}, "targetInstanceVariable": {"type": "string"}}, "required": ["id", "sourceName", "sourcePath", "targetInstanceVariable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"701541f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},...
{"701541f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/701541f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/701541f-a.jpg", "title" : "", "date" : "1938", "text" : "Olinville Avenue, west side, south from (No. 2443) but not including Mace Avenue. In the foreground, cutting acros...
json_instruct
{"type": "object", "properties": {"701541f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
Please provide a valid JSON object following this schema: {"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": ...
{"id" : 85908115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8d709742ddcf9305076bb9529419d206", "wof:id" : 85908115, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [141.35258092913898, 43.05634605687511, 141.35421752915653, 43.057349489050...
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": ["...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "ite...
{"ast" : null, "code" : "\"use strict\";\n\nvar _interopRequireWildcard = require(\"@babel/runtime/helpers/interopRequireWildcard\");\n\nvar extensions = _interopRequireWildcard(require(\"./index\"));\n\nexpect.extend(extensions);", "map" : {"version" : 3, "sources" : ["/Users/wajeeh/Desktop/react-dashboard/node_module...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Create an example JSON object that satisfies this schema: {"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": ...
{"artist_id" : "ARJNIUY12298900C91", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Adelitas Way", "duration" : 213.9424, "num_songs" : 1, "song_id" : "SOBLFFE12AF72AA5BA", "title" : "Scream", "year" : 2009}
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"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "architects_palette:block/redstone_cage_lantern"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "pro...
{"id" : "HUKI0", "name" : {"en" : "Kisoro"}, "country" : "UG", "region" : "KR", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "HUKI", "iata" : null}, "location" : {"latitude" : -1.2833, "longitude" : 29.7197, "elevation" : 1881}, "timezone" : "A...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type...
{"department" : "THEAT", "description" : ["Throughout history, playwrights have represented the human condition in a wide variety of", "forms and styles, with intentions ranging from the profound to the absurd. This course surveys", "approximately 24 works of dramatic literature, exploring how playwrights employ struct...
json_instruct
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "...
{"n_dim" : 21, "n_trials" : 80, "objective" : "markowitz_skew_on_cube", "white" : "ultraopt_random", "black" : "hyperopt_tpe", "traceback" : ["passing", "passing"], "best_val" : [5.212453331371662, 4.289014545252324], "best_x" : [[0.12804583895777244, 0.15190269351229435, 0.16893506307216455, 0.17701048427674682, 0.088...
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"siteId" : "186bd6c7-5a26-4cbe-9ed3-f6af3145ba87"}
json_instruct
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"base": {"type": "string"}, "base_top": {"type": "string"}, "overlay_0": {"type": "string"}, "overlay_side_1": {"type": "string"}}, "required": ["base", ...
{"parent" : "ushanka:block/block_pole_2_layer", "textures" : {"base" : "ushanka:block/grey_stone_base", "base_top" : "ushanka:block/grassy_top", "overlay_0" : "ushanka:block/grey_stone_overlay", "overlay_side_1" : "ushanka:block/blue_stone_grassy_side_overlay"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"base": {"type": "string"}, "base_top": {"type": "string"}, "overlay_0": {"type": "string"}, "overlay_side_1": {"type": "string"}}, "required": ["base", "base_top", "overlay_0", "overlay_side_1"]}}, "required":...
Create an example JSON object that satisfies this schema: {"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" : "JESUS FEDERICO", "frequency" : 44, "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": {"env": {"type": "object", "properties": {"MONGO_USER": {"type": "string"}, "MONGO_PASSWORD": {"type": "string"}, "MONGO_DB_NAME": {"type": "string"}}, "required": ["MONGO_USER", "MONGO_PASSWORD", "MONGO_DB_NAME"]}}, "required":...
{"env" : {"MONGO_USER" : "akashms", "MONGO_PASSWORD" : "akashms789@A", "MONGO_DB_NAME" : "serviceApp"}}
json_instruct
{"type": "object", "properties": {"env": {"type": "object", "properties": {"MONGO_USER": {"type": "string"}, "MONGO_PASSWORD": {"type": "string"}, "MONGO_DB_NAME": {"type": "string"}}, "required": ["MONGO_USER", "MONGO_PASSWORD", "MONGO_DB_NAME"]}}, "required": ["env"], "$schema": "http://json-schema.org/draft-07/schem...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"sort-packages": {"type": "bo...
{"name" : "harikt/blade-renderer", "description" : "Laravel blade renderer for Zend expressive", "type" : "library", "homepage" : "https://github.com/harikt/blade-renderer", "license" : "MIT", "config" : {"sort-packages" : true}, "autoload" : {"psr-4" : {"Harikt\\Blade\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Harik...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "autoload": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "dataType": {"type": "string"}, "contentType": {"type": "string"}, "size": {"type": "integer"}, "locked": {"type": "boolean"}, "isRead": {"type": "boolean"}}, "required": ["id", "dataType", "content...
{"id" : "590ebc27-246e-4a0a-aea3-4296cb231d78", "dataType" : "default", "contentType" : "application/xml", "size" : 0, "locked" : false, "isRead" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dataType": {"type": "string"}, "contentType": {"type": "string"}, "size": {"type": "integer"}, "locked": {"type": "boolean"}, "isRead": {"type": "boolean"}}, "required": ["id", "dataType", "contentType", "size", "locked", "isRead"], "$schema": "http://json-sc...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"demo": {"type": "string"}}, "required": ["demo"]}, "license": {"type": "strin...
{"name" : "powerbi-client-react-demo", "version" : "1.0.0", "description" : "Demo for usage of powerbi-client-react", "scripts" : {"demo" : "webpack-dev-server --content-base ./ --open"}, "license" : "MIT", "dependencies" : {"powerbi-client-react" : "^1.3.3", "powerbi-report-authoring" : "^1.1", "react-app-polyfill" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"demo": {"type": "string"}}, "required": ["demo"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"powerbi-clien...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://...
{"assessment" : [{"name" : "Scoping document", "weight" : 10}, {"name" : "Project Progress Report", "weight" : 30}, {"name" : "Project Final Report", "weight" : 60}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "sta...
{"coverage" : {"US Census" : {"geoid" : "18075", "name" : "Jay County", "state" : "Indiana"}, "country" : "us", "state" : "in", "county" : "Jay"}, "schema" : 2, "layers" : {"addresses" : [{"name" : "county", "data" : "https://elb2.39dn.com/arcgis/rest/services/eGISDynamicServices/JayINDynamic/MapServer/0", "protocol" :...
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "coun...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07...
[{"Similarity" : "0.991", "Title" : "Adaptive Group Coordination", "Year" : 2009}, {"Similarity" : "0.989", "Title" : "The Description-Experience Gap in Risky Choice Framing", "Year" : 2016}, {"Similarity" : "0.987", "Title" : "Helping people make better decisions using optimal gamification", "Year" : 2016}, {"Similari...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 17300, "cartId" : "1bea598c-ce37-4baa-81ff-0737de8b708d", "preferredProducts" : [4810, 4720, 884, 3917, 2786, 1289], "productReviews" : [{"productId" : 3326, "reviewText" : "i use it biweekly when i'm in my greenhouse.", "reviewDate" : "2020-04-20T11:02:06.8274736+03:00"}, {"productId" : 393, "reviewText" :...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["ancientology:tin_nugget", "ancientology:copper_nugget", "ancientology:bronze_nugget", "ancientology:steel_nugget"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}, "status": {"type": "string"}, "imageUrl": {"type": "string"}}, "required": ["id", "n...
[{"id" : 1, "name" : "user", "email" : "user@domain.com", "password" : "123456", "status" : "user", "imageUrl" : "http://placeimg.com/641/481/tech"}, {"id" : 2, "name" : "admin", "email" : "admin@domain.com", "password" : "123456", "status" : "admin", "imageUrl" : "http://placeimg.com/641/481/tech"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}, "status": {"type": "string"}, "imageUrl": {"type": "string"}}, "required": ["id", "name", "email", "password", "status", "imageUrl"]}, "$schema...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "97f82359bf8837c62f35ba48fdd2714836a5d126"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Preceded by": {"type": "array", "items": {"type": "string"}}, "Succeeded by": {"type": "array", "items": {"type": "string"}}, "Built": {"type": "array", "items": {"type"...
{"title" : ["Junyo"], "Preceded by" : ["Shokaku class"], "Succeeded by" : ["Taiho"], "Built" : ["1939-1942"], "In commission" : ["1942-1945"], "Completed" : ["2"], "Lost" : ["1"], "Scrapped" : ["1"], "Type" : ["Airfact carrier"], "Displacement" : ["24,150 metric tons (23,770 long tons) (standard)"], "Length" : ["219.32...
json_instruct
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Preceded by": {"type": "array", "items": {"type": "string"}}, "Succeeded by": {"type": "array", "items": {"type": "string"}}, "Built": {"type": "array", "items": {"type": "string"}}, "In commission": {"type": "array", "items": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ...
{"name" : "Hackathon", "version" : "0.0.0", "license" : "MIT", "private" : true, "scripts" : {"start" : "babel-node --presets es2015 server.js"}, "dependencies" : {"@google/maps" : "^0.3.1", "babel-cli" : "^6.0.0", "babel-preset-es2015" : "^6.0.0", "bcrypt" : "^1.0.2", "bcryptjs" : "^2.4.3", "body-parser" : "^1.17.0", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@google/maps":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 2581}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Fury of the Evil Army (18C116)", "text" : "Set:\tTreachery & Deceit\nKind:\tShadow\nCulture:\tUruk-Hai\nTwilight:\t0\nCard Type:\tCondition\nStrength:\t+1\nGame Text:\tBearer must be an [Uruk-hai] minion. Each time bearer wins a skirmish, you may choose one: discard a follower from play; heal an [Uruk-hai] ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["cldr-tools"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1985, 5], [1988, 6], [1993, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"gif": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["gif", "id", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gif" : "static/gifs/11.gif", "id" : "index", "title" : "Merging your own pull request"}
json_instruct
{"type": "object", "properties": {"gif": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["gif", "id", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "type": {"type": "string"}, "packageManager": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "tf": {"type": "strin...
{"name" : "terraform", "private" : true, "type" : "module", "packageManager" : "yarn@3.2.0-rc.12", "scripts" : {"postinstall" : "node --no-warnings ./scripts/postinstall.js", "tf" : "node --no-warnings ./scripts/tf.js", "import" : "node --no-warnings ./scripts/tf.js import", "state" : "node --no-warnings ./scripts/tf.j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "type": {"type": "string"}, "packageManager": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "tf": {"type": "string"}, "import": {"type": "string"}, "state": {"type": "strin...
Create an example JSON object that satisfies this schema: {"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\uc2...
{"\uc774\ub984" : "\uae40\uc815\ud658", "\ud55c\ubb38\uba85" : "\u91d1\u6b63\u7165", "\uc0dd\ub144\uc6d4\uc77c" : "1904-09-24", "\uc815\ub2f9" : "\ubbfc\uc8fc\ub2f9", "\uc120\uac70\uad6c" : "\uacbd\ub0a8 \ubc00\uc591\uc744", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "4"}
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...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1997, 8], [2002, 6], [2003, 8], [2004, 5], [2007, 6], [2009, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1971, 6], [1972, 5], [1973, 10], [1974, 5], [1975, 8], [1976, 8], [1977, 11], [1978, 13], [1979, 5], [1980, 5], [1981, 9], [1982, 11], [1983, 7], [1984, 9], [1985, 6], [1986, 11], [1987, 17], [1988, 9], [1989, 7], [1990, 9], [1991, 12], [1992, 8], [1993, 14], [1994, 7], [1995, 5], [1996, 8], [1997, 7], [1998, 5], [19...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test...
{"name" : "hyper-relaxed", "version" : "1.0.7", "description" : "A relaxed theme to take a more relaxed view of things.", "main" : "index.js", "files" : ["index.js"], "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : "mischah/relaxed", "keywords" : ["hyper", "theme", "hyperterm", "hyp...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "modifier_class": {"type": "string"}}, "required": ["text", "modifier_class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "Button", "modifier_class" : ""}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "modifier_class": {"type": "string"}}, "required": ["text", "modifier_class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "msysGit", "description" : "A Windows version of Git built on MSys.", "url" : "https://github.com/msysgit/msysgit/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"typ...
{"0-19" : "4", "20-29" : "23", "30-39" : "56", "40-49" : "190", "50-59" : "480", "60-69" : "1,068", "70-79" : "1,607", "80+" : "2,538", "Unknown" : "0"}
json_instruct
{"type": "object", "properties": {"0-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}, "Unknown": {"type": "string"}}, "required": ["0-19", "20-...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["co...
{"contract" : "0x72eff9e6d24e9078a87f51e569ad5560bfb3fd40", "tool" : "slither", "start" : 1563545024.9757214, "end" : 1563545033.1223419, "duration" : 8.146620512008667, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Create an example JSON object that satisfies this schema: {"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": ...
{"id" : 404393669, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "04b4d9fdd99efee9caedd65df8c61a38", "wof:id" : 404393669, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.17542728720494, 43.33529491942387, 0.2078000236938, 43.34813072337563]...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"host" : "10.0.0.5", "port" : 8456}
json_instruct
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.737539, 40.768402], [-73.733893, 40.772527], [-73.720713, 40.764532], [-73.726322, 40.76356], [-73.731862, 40.760542], [-73.737539, 40.768402]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 45493}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "short_description": {"type": "string"}, "category": {"type": "string"}, "sub_category": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {"lobby": {"...
{"name" : "T Rex", "short_description" : "Navigate your T-Rex through the obstacles and score !", "category" : "games", "sub_category" : "arcade", "version" : "0.1.1", "require" : {"lobby" : ">=0.9.3"}, "logo" : "true", "author" : "Subin Siby", "author_page" : "http://subinsb.com", "app_page" : "http://subinsb.com"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "short_description": {"type": "string"}, "category": {"type": "string"}, "sub_category": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {"lobby": {"type": "string"}}, "required": ["lobby"]}, "logo": {"type": "s...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["swampexpansion:willow_trapdoor"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"asset": {"type": "string"}, "assetMap": {"type": "string"}, "officialSiteUrl": {"type": "string"}, "contactEmail": {"type": "string"}, "display": {"type": "boolean"}, "contact": {"type": "object", "properties...
{"asset" : "CTG-493", "assetMap" : "CTG", "officialSiteUrl" : "https://cryptorg.net", "contactEmail" : "support@cryptorg.net", "display" : true, "contact" : {"Telegram" : "https://telegram.me/cryptorg_eng", "GitHub" : "https://github.com/cryptorg-io", "Twitter" : "https://twitter.com/Cryptorg_trade", "Instagram" : "htt...
json_instruct
{"type": "object", "properties": {"asset": {"type": "string"}, "assetMap": {"type": "string"}, "officialSiteUrl": {"type": "string"}, "contactEmail": {"type": "string"}, "display": {"type": "boolean"}, "contact": {"type": "object", "properties": {"Telegram": {"type": "string"}, "GitHub": {"type": "string"}, "Twitter": ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1115050", "regency_id" : "1115", "name" : "SEUNAGAN TIMUR"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Type": {"type": "string"}, "Longitude": {"type": "number"}, "Latitude": {"type": "number"}, "AlarmCounter": {"type": "object", "properties": {"Level1": {"type":...
{"ID" : "1", "Name" : "#\u7ad9\u70b901", "Type" : "\u6838\u5fc3\u7ad9\u70b9", "Longitude" : 121.405801, "Latitude" : 31.294206, "AlarmCounter" : {"Level1" : 33, "Level2" : 24, "Level3" : 35, "Level4" : 46}, "State" : 2, "DisplayAddress" : true, "SigDatas" : [{"Name" : "\u4fe1\u53f71", "Value" : "4", "Desc" : "2\u7ea7\u...
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "Name": {"type": "string"}, "Type": {"type": "string"}, "Longitude": {"type": "number"}, "Latitude": {"type": "number"}, "AlarmCounter": {"type": "object", "properties": {"Level1": {"type": "integer"}, "Level2": {"type": "integer"}, "Level3": {"type": "integer...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "G9EGIBd7oxUNoi6SPyu8LmvW64UnGabyAkA8kiSIWWohySH2HxFBMX0VgVcLC22tibXCnM2eSXH/HdIK0aOZ2wk=", "cert_user_id" : "skoobar@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/1FuM7LLAEyniquLFrozvB48X4YmAzcE6Sw/content.json", "modifi...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {}, "required": []}, "inner_path": {"type": "string"}, "modified": {"type": "number"}, "signs": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "8109030003", "district_id" : "8109030", "name" : "LEKTAMA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.ko.js": {"type": "string"}, "survey.ko.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.ko.js", "survey.ko.min.js", "survey.min....
{"survey.css" : "sha512-2RyJquH9IJgjYdbj43+a5uE0uVOfbprhIHmilTa3QzfP04nkoDpoRrvqLNeExrvEWGUQbKyOT39OyLuKRYDd5g==", "survey.ko.js" : "sha512-raXhzB6QHNoRiwg0BJ2PiIHh9IiMGyLEL4BCTHHYKQWxwF6YdeFuL5upMsMu/WN8aeT/Jh8UbDLc0pqxha0Rlg==", "survey.ko.min.js" : "sha512-ayU68oC4E9oA1G5QELSXCxRMQCgQx8yb5RwUJXRDwEeIePkTMr/E3iXPSLSV...
json_instruct
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.ko.js": {"type": "string"}, "survey.ko.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.ko.js", "survey.ko.min.js", "survey.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}