input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resource...
{"title" : "Ecuador - Conflict Data", "downloads" : 148, "tags" : ["hxl", "protests", "security incidents", "violence and conflict", "Ecuador"], "hxl" : 1, "org" : "Armed Conflict Location & Event Data Project (ACLED)", "id" : "7537486b-2a1a-42aa-98dd-95711fa8780f", "resources" : [{"update_date" : "2021-02-03T00:41:10....
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "abi": {"type": "array", "items": {}}, "bytecode": {"type": "string"}, "address": {"type": "string"}, "implementation": {"type": "string"}, "version": {"type": "string"}}, "required": ["n...
{"name" : "EpochLibrary", "abi" : [], "bytecode" : "0x6101fd610026600b82828239805160001a60731461001957fe5b30600052607381538281f3fe7300000000000000000000000000000000000000003014608060405260043610610072577c010000000000000000000000000000000000000000000000000000000060003504631e6af9c1811461007757806338ac766b146100a6578063dd...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abi": {"type": "array", "items": {}}, "bytecode": {"type": "string"}, "address": {"type": "string"}, "implementation": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "abi", "bytecode", "address", "implementation", "version"], "$sch...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"c": {"type": "object", "properties": {"dapa": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "dinagat...
{"c" : {"dapa" : {"z" : {}, "l" : ["9.7594", "126.0531"]}, "dinagat" : {"z" : {}, "l" : ["9.9561", "125.5933"]}, "claver" : {"z" : {}, "l" : ["9.5749", "125.7307"]}, "surigao city" : {"z" : {}, "l" : ["9.7890", "125.4950"]}, "surigao" : {"z" : {}, "l" : ["9.7890", "125.4950"]}, "victory" : {"z" : {}, "l" : ["9.9281", "...
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"dapa": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "dinagat": {"type": "object", "properties": {"z": {"type": "object"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": ...
{"id" : "e6fdc86a-c8c3-429f-b5c4-77fd5181b17d", "card_title" : "Traidor Imperial", "house" : "Shadows", "card_type" : "Action", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/479_282_9W52QM6RM94X_pt.png", "card_text" : "Jogar: Olhe a m\u00e3o do seu oponente. Voc\u00ea pode escolher e expurgar uma ca...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"komentarz" : "Pisowcy unikaj\u0105 odpowiedzi na zadane pytanie,wyg\u0142aszaj\u0105c sw\u00f3j monolog nie zwi\u0105zany z zadanym pytaniem to Pisowska normalka", "nie" : 4, "tak" : 2}
json_instruct
{"type": "object", "properties": {"komentarz": {"type": "string"}, "nie": {"type": "integer"}, "tak": {"type": "integer"}}, "required": ["komentarz", "nie", "tak"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2018iq\u00b7q\u00ea\u0161": {"type": "object", "properties": {"2sa.23.26|4": {"type": "array", "items": {"type": "string"}}, "1ch.27.9|5"...
{"pos" : "proper", "translits" : {"\u2018iq\u00b7q\u00ea\u0161" : {"2sa.23.26|4" : ["son", "of Ikkesh", "the Tekoite\uff64"], "1ch.27.9|5" : ["son", "of Ikkesh", "the Tekoite\u2013"], "1ch.11.28|2" : ["son", "of Ikkesh", "the Tekoite\uff64"]}}, "meanings" : {"ikkesh" : 3}, "meaningsCount" : 1, "occurences" : 3}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2018iq\u00b7q\u00ea\u0161": {"type": "object", "properties": {"2sa.23.26|4": {"type": "array", "items": {"type": "string"}}, "1ch.27.9|5": {"type": "array", "items": {"type": "string"}}, "1ch.11.28|2": {"type"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "character": {"type": "string"}, "img": {"type": "string"}, "description": {"type": "string"}, "longtitle": {"type": "string"}, "character facts": {"type": "object", "properties": {...
{"name" : "SUPERMAN", "character" : "Man of Steel", "img" : "superman-large-img.jpg", "description" : "Look! Up in the sky! It\u2019s a bird! It\u2019s a plane! It\u2019s\u2026Well, you know how it ends, don\u2019t you? It\u2019s a sentence so iconic, there are probably kids shouting it in Swahili as you read this.", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "character": {"type": "string"}, "img": {"type": "string"}, "description": {"type": "string"}, "longtitle": {"type": "string"}, "character facts": {"type": "object", "properties": {"powers": {"type": "string"}, "occupation": {"type": "string"}, "alias/AKA": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "requir...
{"appid" : 588890, "name" : "Heroes of Arca", "windows" : true, "mac" : false, "linux" : true, "early_access" : false, "lookup_time" : 1491010100}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "specs": {"type": "object", "properties": {"isCaseSensitive": {"type": "object", "properties": {"value": {"type": "boolean"}, "range": {"type": "array",...
{"name" : "regex-matcher", "description" : "Matches the text against a certain number of Regular Expressions, configurable in the configuration.", "specs" : {"isCaseSensitive" : {"value" : true, "range" : [true, false]}, "isGlobal" : {"value" : true, "range" : [true, false]}, "queries" : {"value" : []}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "specs": {"type": "object", "properties": {"isCaseSensitive": {"type": "object", "properties": {"value": {"type": "boolean"}, "range": {"type": "array", "items": {"type": "boolean"}}}, "required": ["value", "range"]}, "isGl...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "stri...
{"type" : "FeatureCollection", "title" : "Barnous (mountain)", "id" : "491539", "bbox" : [21.789167, 40.931111, 21.789167, 40.931111], "description" : "Mt. Voras Kaimatsala.", "names" : ["Barnous"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [21.789167, 40.931111]}, "properties" ...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "propertie...
{"name" : "EVAC Hyperdrive", "description" : "Blazing fast web accelerator for Chrome Browser and Chrome OS", "version" : "2.1.7", "manifest_version" : 2, "homepage_url" : "https://github.com/loouislow81/arch-hyperdrive/", "icons" : {"128" : "app_icon128.png", "48" : "app_icon48.png"}, "offline_enabled" : false, "backg...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}, "48": {"type": "string"}}, "required": ["128"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1804050002", "district_id" : "1804050", "name" : "GUNUNG PASIR JAYA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "Peter": {"type": "string"}, "age": {"type": "integer"}, "tinkerbell fan": {"type": "boolean"}}, "required": ["_id", "_rev", "Peter", "age", "tinkerbell fan"], "$schema": "...
{"_id" : "5858f292adea92fc85a7c3593e009178", "_rev" : "1-3eefbf50332501e05d4f3d501a5a96ed", "Peter" : "Pan", "age" : 42, "tinkerbell fan" : true}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "Peter": {"type": "string"}, "age": {"type": "integer"}, "tinkerbell fan": {"type": "boolean"}}, "required": ["_id", "_rev", "Peter", "age", "tinkerbell fan"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org...
{"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Whoever squawks is dead - two palindromes,\nTwo equilateral, sonic anagrams,\nOne hypothetical, one proleptic.\nLead type is movable, time is not. The clock\nIn little ice-age Bruges,\nImplacable stork - not that one with the snorkel\nIn the Bosch-pink bo...
json_instruct
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "requi...
{"contract" : "0x422911818070790d4809f771fbc8c96de0e7d804", "tool" : "manticore", "start" : 1563852224.6218722, "end" : 1563854026.4466207, "duration" : 1801.8247485160828, "analysis" : [[], [{"name" : "Potentially reading uninitialized storage", "line" : 67, "code" : "mapping"}]]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "prop...
{"builtin" : {"__set__" : true, "elements" : ["distutils", "json", "math", "os", "warnings"]}, "questionable" : {"__set__" : true, "elements" : ["scikit-learn", "shap", "xgboost"]}, "relative" : {"__set__" : true, "elements" : ["area_weighted", "masked_area_interpolate", "models", "util", "vectorized_raster_interpolati...
json_instruct
{"type": "object", "properties": {"builtin": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array", "items": {"type": "string"}}}, "required": ["__set__", "elements"]}, "questionable": {"type": "object", "properties": {"__set__": {"type": "boolean"}, "elements": {"type": "array"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "browser-sync": {...
{"scripts" : {"start" : "gulp"}, "dependencies" : {"babel-preset-es2015" : "^6.6.0", "browser-sync" : "^2.12.8", "del" : "^2.2.0", "gulp" : "^3.9.1", "gulp-notify" : "^2.2.0", "gulp-plumber" : "^1.1.0", "gulp-sass" : "^2.3.1", "gulp-sequence" : "^0.4.5", "gulp-watch" : "^4.3.5", "normalize.css" : "^4.1.1", "require-dir...
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "browser-sync": {"type": "string"}, "del": {"type": "string"}, "gulp": {"type": "string"}, "gu...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type"...
{"name" : "retofronted", "version" : "0.0.1", "description" : "clase reto frontend con css", "main" : "home.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "http-server -p 8880"}, "author" : "Sandra Gil", "license" : "MIT", "devDependencies" : {"http-server" : "^0.11.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}}, "required": ["test", "start"]}, "author": {"type": "string"},...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"typ...
{"body" : "subj. At least in compilers it shows as\n\n```\noperating_system: macos\n```\n", "user" : "davydden", "url" : "https://api.github.com/repos/spack/spack/issues/1810", "updated_at" : "2016-09-21 00:25:23", "created_at" : "2016-09-20 20:41:07", "closed_at" : "2016-09-21 00:25:23", "state" : "closed", "title" : ...
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": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"typ...
{"countries" : [], "topics" : [], "section_title" : "IN THE CORRIDORS", "enb_start_date" : "23-Sep-05", "enb_short_title" : "IPCC-24", "subtype" : "corridors", "actors" : [], "sentences" : ["The corridors of the ICAO building were quiet throughout the first day of WGIII-8, as most delegates were to be found in the plen...
json_instruct
{"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences":...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"VNET": {"type": "object", "properties": {"PHYDEV": {"type": "object", "properties": {}, "required": []}, "VLAN_ID": {"type": "object", "properties": {}, "required": []}, "BRIDGE": {"type": "string"}, "CLUSTER_ID": {"type": ...
{"VNET" : {"PHYDEV" : {}, "VLAN_ID" : {}, "BRIDGE" : "vbr2", "CLUSTER_ID" : "-1", "NAME" : "fixed_vnet", "GID" : "0", "TEMPLATE" : {"NETWORK_ADDRESS" : "10.0.1.0"}, "TOTAL_LEASES" : "0", "PERMISSIONS" : {"GROUP_A" : "0", "OWNER_M" : "1", "GROUP_M" : "0", "OTHER_U" : "0", "OTHER_A" : "0", "OTHER_M" : "0", "OWNER_U" : "1...
json_instruct
{"type": "object", "properties": {"VNET": {"type": "object", "properties": {"PHYDEV": {"type": "object", "properties": {}, "required": []}, "VLAN_ID": {"type": "object", "properties": {}, "required": []}, "BRIDGE": {"type": "string"}, "CLUSTER_ID": {"type": "string"}, "NAME": {"type": "string"}, "GID": {"type": "string...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"c": {"type": "object", "properties": {"veles": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "...
{"c" : {"veles" : {"z" : {}, "l" : ["41.7156", "21.7756"]}, "rastani" : {"z" : {}, "l" : ["41.7242", "21.7128"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"veles": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}, "rastani": {"type": "object", "properties": {"z": {"type": "object...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-112.112671, 41.09814], [-112.112658, 41.103733], [-112.112611, 41.106132], [-112.112536, 41.106841], [-112.112573, 41.107324], [-112.112496, 41.107677], [-112.112523, 41.113919], [-112.112572, 41.117946], [-112.112577, 41.121703], [-112.1126, 41...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AS TO PURSUE THIS:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/7873.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "au...
{"title" : "\u3010Dance\u00d7Mixer\u3011\u771f\u590f\u306e\u30ec\u30bf\u30fc\u30ec\u30a4\u30f3\u30dc\u30fc", "author" : "\u30e1\u30ea\u30fc\u30ba", "description" : "Dance\u00d7Mixer\u3067\u771f\u590f\u306e\u30ec\u30bf\u30fc\u30ec\u30a4\u30f3\u30dc\u30fc", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/pub...
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://js...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"daemonScript": {"type": "string"}, "doctorScript": {"type": "string"}, "testScript": {"type": "string"}, "runScript": {"type": "string"}, "syncScript": {"type": "string"}, "sdkHome": {"type": "string"}, "requiredIJPluginID"...
{"daemonScript" : "../scripts/custom_daemon.sh", "doctorScript" : "../scripts/custom_doctor.sh", "testScript" : "../scripts/custom_test.sh", "runScript" : "../scripts/custom_run.sh", "syncScript" : "../scripts/custom_sync.sh", "sdkHome" : "../my-flutter-sdk", "requiredIJPluginID" : "ij-plugin-id", "requiredIJPluginMess...
json_instruct
{"type": "object", "properties": {"daemonScript": {"type": "string"}, "doctorScript": {"type": "string"}, "testScript": {"type": "string"}, "runScript": {"type": "string"}, "syncScript": {"type": "string"}, "sdkHome": {"type": "string"}, "requiredIJPluginID": {"type": "string"}, "requiredIJPluginMessage": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}}, "required": ["name", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Forbidden", "message" : "Device not found"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "message": {"type": "string"}}, "required": ["name", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "...
{"(0, 0)" : "socialist destourian party", "(1, 0)" : "election date", "(1, 1)" : "party leader", "(1, 2)" : "number of votes received", "(1, 3)" : "percentage of votes", "(1, 4)" : "number of deputies", "(2, 0)" : "1964", "(2, 1)" : "habib bourguiba", "(2, 2)" : "1255153", "(2, 3)" : "100%", "(2, 4)" : "101", "(3, 0)" ...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "stri...
{"name" : "source-map-dummy", "version" : "1.0.0", "author" : "Simon Lydell", "license" : "MIT", "description" : "Creates \u201cdummy\u201d source maps.", "main" : "index.js", "repository" : "lydell/source-map-dummy", "keywords" : ["source map", "source-map", "source", "map", "dummy", "concatenate", "concat"], "scripts...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "s...
{"name" : "procedural-hud", "version" : "1.0.0", "description" : "A simple procedural HUD generator", "main" : "index.js", "scripts" : {"start" : "rollup --config rollup.live.js --watch", "build" : "rollup --config rollup.config.js", "watch" : "rollup --config rollup.config.js --watch", "test" : "echo \"Error: no test ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}, "fix...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"updateTypes": {"type": "array", "items": {"type": "string"}}, "automerge":...
{"extends" : ["config:base", ":separateMultipleMajorReleases", ":separatePatchReleases"], "packageRules" : [{"updateTypes" : ["patch"], "automerge" : true}, {"updateTypes" : ["minor"], "matchCurrentVersion" : "!/^[~^]?0/", "automerge" : true}], "rangeStrategy" : "pin", "lockFileMaintenance" : {"enabled" : true, "extend...
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "packageRules": {"type": "array", "items": {"type": "object", "properties": {"updateTypes": {"type": "array", "items": {"type": "string"}}, "automerge": {"type": "boolean"}}, "required": ["updateTypes", "automerge"]}}, "rangeSt...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"location": {"type": "string"}}, "required": ["location"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"location" : "https://com.twilio.us1.video.recording.s3.amazonaws.com/RTXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"}
json_instruct
{"type": "object", "properties": {"location": {"type": "string"}}, "required": ["location"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/bin/.chiaki-wrapped", "/bin/chiaki", "/share/applications/chiaki.desktop", "/share/icons/hicolor/512x512/apps/chiaki.png", "/share/metainfo/re.chiaki.Chiaki.appdata.xml"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJe...
[{"namaKab" : "JEMBRANA", "originalFilename" : "DAPIL3 SADWI DARMAWAN.JPG", "namaPartai" : "PARTAI GERAKAN INDONESIA RAYA", "id" : 4913, "noUrut" : 1, "nama" : "I KETUT SADWI DARMAWAN, S.E.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JEMBRANA", "originalFilename" : "DAPIL3 MASLIA AHMAD.JPG", "namaPartai" : "PA...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.75, 27.333333333333332], [136.75, 27.416666666666668], [136.875, 27.416666666666668], [136.875, 27.333333333333332], [136.75, 27.333333333333332]]]}, "properties" : {"code" : 413606, "url" : "http://madefor.github.io/0410/api/v1/413606.geojso...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"vegas.css": {"type": "string"}, "vegas.js": {"type": "string"}, "vegas.min.css": {"type": "string"}, "vegas.min.js": {"type": "string"}}, "required": ["vegas.css", "vegas.js", "vegas.min.css", "vegas.min.js"], "$schema": "http...
{"vegas.css" : "sha512-95LskaPRORcvJ/2VVxG0oxHkwN4R77DbylVCppdS6mOi+KPD+7QU5Mr4tjuTiGLlz05UuY5U66GUI3lmD0XA3Q==", "vegas.js" : "sha512-jiDZxpDf4OU4oYx33CSc/weCHWF7ht1IMaKG77FJFdXj5QODij5S8YPJ+Kw2g6OvMQOGNmJoElaUHWYDPnzokA==", "vegas.min.css" : "sha512-74RB5YetnPMVsfibfDfdZkkvWBxnlWyR8zH9mFC5+4mpqpLONbHH5SFouqsBl1v/FQ5q...
json_instruct
{"type": "object", "properties": {"vegas.css": {"type": "string"}, "vegas.js": {"type": "string"}, "vegas.min.css": {"type": "string"}, "vegas.min.js": {"type": "string"}}, "required": ["vegas.css", "vegas.js", "vegas.min.css", "vegas.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {...
{"nom" : "Rencurel", "circ" : "9\u00e8me circonscription", "dpt" : "Is\u00e8re", "inscrits" : 290, "abs" : 146, "votants" : 144, "blancs" : 15, "nuls" : 2, "exp" : 127, "res" : [{"nuance" : "MDM", "nom" : "Mme Elodie JACQUIER-LAFORGE", "voix" : 86}, {"nuance" : "LR", "nom" : "M. Bruno GATTAZ", "voix" : 41}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hatena_blog_entry_id": {"type": "string"}, "hatena_blog_entry_url": {"type": "string"}, "minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": ...
{"hatena_blog_entry_id" : "12704591929885301644", "hatena_blog_entry_url" : "https://bouzuya.hatenablog.com/entry/2012/06/10/234411", "minutes" : 12, "pubdate" : "2012-06-10T23:31:16+09:00", "tags" : ["misc"], "title" : "Android\u30cf\u30c3\u30ab\u30bd\u30f3@\u5927\u962a\u306b\u53c2\u52a0\u3057\u305f"}
json_instruct
{"type": "object", "properties": {"hatena_blog_entry_id": {"type": "string"}, "hatena_blog_entry_url": {"type": "string"}, "minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["hatena_blog_entry_id", "hatena_blo...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"Email": {"type": "string"}, "RolesCommaDelimited": {"type": "string"}, "ModulesCommaDelimited": {"type": "string"}, "ShopNames": {"type": "string"}}, "required": ["Email", "RolesCommaDelimi...
[{"Email" : "D4u@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "Dress4U"}, {"Email" : "S4u@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "ShopNames" : "Shirt4U"}, {"Email" : "T4u@g1.com", "RolesCommaDelimited" : "Dummy", "ModulesCommaDelimited" : "", "Sh...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Email": {"type": "string"}, "RolesCommaDelimited": {"type": "string"}, "ModulesCommaDelimited": {"type": "string"}, "ShopNames": {"type": "string"}}, "required": ["Email", "RolesCommaDelimited", "ModulesCommaDelimited", "ShopNames"]}, "$schema": "http://json...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["firstName", "last...
[{"firstName" : "Julia", "lastName" : "Michael", "email" : "julia@gmail.com", "username" : "julia_mic", "password" : "julia@123"}, {"firstName" : "Phil", "lastName" : "Kevin", "email" : "kevin@gmail.com", "username" : "kvin", "password" : "kevin@123"}, {"firstName" : "Christien", "lastName" : "Press", "username" : "kpr...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}}, "required": ["firstName", "lastName", "email", "username", "password"]}, "$schema": "http://json-sch...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", ...
{"name" : "rollup-plugin-friendly-type-imports", "version" : "0.0.0-dev", "main" : "dist/index.js", "types" : "dist/index.d.ts", "repository" : "https://github.com/fwouts/rollup-plugin-friendly-type-imports", "license" : "MIT", "scripts" : {"build" : "rimraf dist && tsc", "release" : "yarn build && yarn publish --non-i...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "release": {"type": "string"}},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "bluemixtemp1| textual"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Bebida energ\u00e9tica Hot Rod", "ShortName" : "Hot Rod", "Description" : "A pesar de ser una de las bebidas energ\u00e9ticas m\u00e1s famosas del mundo, Hot Rod no es mucho mejor que sus competidores. Los ingredientes son los mismos para todos. MrXavito abusa de \u00e9sto..."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}...
{"name" : "nice-date-picker", "version" : "1.0.0", "description" : "nice date picker", "main" : "nice-date-picker.js", "repository" : {"type" : "git", "url" : "https://github.com/ollieSk8/niceDatePicker.git"}, "author" : "412537738@qq.com", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "s...
{"IndexId" : 418, "Portraits" : [{"PortraitId" : 0, "PortraitName" : "STANDARD", "PortraitImageBase64" : "iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAMFBMVEUAAAAvL0d/V5cvV3+HRzc/d6evVzdXP2/Pb69Pr9fvd1evn4//j2d/x9f/t5fn969srYfMAAACAUlEQVQokVXSMWvbQBQA4PsLj5MvgxoCXZqlg0lk8HjEaNBQEJcreOggEDcIkSFL2yH0N4TQwaMWDYcxaPZgvH...
json_instruct
{"type": "object", "properties": {"IndexId": {"type": "integer"}, "Portraits": {"type": "array", "items": {"type": "object", "properties": {"PortraitId": {"type": "integer"}, "PortraitName": {"type": "string"}, "PortraitImageBase64": {"type": "string"}}, "required": ["PortraitId", "PortraitName", "PortraitImageBase64"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": ...
{"id" : 12146, "title" : ["[The Rift]"], "description" : ["Two crippled men, limbs horribly deformed and faces covered in pox, hobble past a grand cathedral. All about them the street is littered with the dead and dying, moaning and writhing in pain as the epidemic wracks their bodies. Glittering from the eaves of th...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"12207"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Amam", "long" : "<i>Meaning:</i> \"Amam\", a place in Palestine.<br/><i>Usage:</i> Amam.<br/><i>Source:</i> from \"H517\"; gathering-spot;"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {}, "required": []}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path...
{"className" : "io.deephaven.engine.table.lang.QueryScope$MissingVariableException", "methods" : {}, "path" : "io.deephaven.engine.table.lang.QueryScope.MissingVariableException", "text" : "A type of RuntimeException thrown when a variable referenced within the QueryScope is not defined or,\n more likely, has not been ...
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {}, "required": []}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.or...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": ...
{"(0, 0)" : "list of european ultra prominent peaks", "(1, 0)" : "peak", "(1, 1)" : "country", "(1, 2)" : "elevation (m)", "(1, 3)" : "prominence (m)", "(1, 4)" : "col (m)", "(2, 0)" : "mount etna", "(2, 1)" : "italy ( sicily )", "(2, 2)" : "3323", "(2, 3)" : "3323", "(2, 4)" : "0", "(3, 0)" : "monte cinto", "(3, 1)" :...
json_instruct
{"type": "object", "properties": {"(0, 0)": {"type": "string"}, "(1, 0)": {"type": "string"}, "(1, 1)": {"type": "string"}, "(1, 2)": {"type": "string"}, "(1, 3)": {"type": "string"}, "(1, 4)": {"type": "string"}, "(2, 0)": {"type": "string"}, "(2, 1)": {"type": "string"}, "(2, 2)": {"type": "string"}, "(2, 3)": {"type...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type":...
{"\u5de5\u5ee0\u540d\u7a31" : "\u69ae\u9cf3\u4f01\u696d\u793e", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "68000084", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u6c34\u5c3e\u91cc\u65b0\u751f\u8def\u4e8c\u6bb5306\u865f(2\u6a13)", "\u5de5\u5e...
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "THAWRA", "frequency" : 3, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : ["packages/*"], "version" : "0.13.20"}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["packages", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "palatability", "definition" : "Palatableness."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"connstring": {"type": "string"}, "emailserver": {"type": "string"}, "emailuser": {"type": "string"}, "emailpsw": {"type": "string"}, "emailport": {"type": "string"}, "telemetry": {"type": "boolean"}, "dbtype": {"type...
{"connstring" : "password=GTX!560ti;user id=root;server=localhost;port=32768;database=spoTest", "emailserver" : "elias.test.se", "emailuser" : "", "emailpsw" : "", "emailport" : "33354", "telemetry" : false, "dbtype" : "mysql"}
json_instruct
{"type": "object", "properties": {"connstring": {"type": "string"}, "emailserver": {"type": "string"}, "emailuser": {"type": "string"}, "emailpsw": {"type": "string"}, "emailport": {"type": "string"}, "telemetry": {"type": "boolean"}, "dbtype": {"type": "string"}}, "required": ["connstring", "emailserver", "emailuser",...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"...
{"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 45-2559.3.\n\nEmergency Act Amendments\n\nFor temporary amendment of section, see \u00a7 2(c) of the Drug House Abatement Emergency Amendment Act of 1996 (D.C. Act 11-446, December 5, 1996, 43 DCR 6664).\n\nLegislative History of Laws\n\nFor legislat...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"typeId": {"type": "string"}, "enabled": {"type": "boolean"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key...
{"typeId" : "yum.generate", "enabled" : true, "properties" : [{"key" : "repository", "value" : "releases"}, {"key" : "deleteProcessing", "value" : "true"}, {"key" : "deleteProcessingDelay", "value" : "10"}]}
json_instruct
{"type": "object", "properties": {"typeId": {"type": "string"}, "enabled": {"type": "boolean"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["typeId", "enabled", "properties"], "$schema":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "", "id" : "card.leader.mech.mahact:pok/starlancer", "name" : "Starlancer"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"},...
[{"results" : [{"tech" : 3, "pts" : 1023, "connections" : 119129, "capacity" : 8137021, "investments" : 44753690}, {"tech" : 7, "pts" : 5, "connections" : 791, "capacity" : 26666, "investments" : 289438}, {"tech" : 1, "pts" : 1553, "connections" : 477655, "capacity" : 20588143, "investments" : 210338199}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"ty...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "WI"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Douglas", "state" : "WI"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-91.5492, 46.7547], [-91.5492, 46.1577], [-92.0202, 46.1577], [-92.0476,...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "auth...
{"name" : "moviecollections-api", "version" : "0.1.1", "description" : "Moviecollections api", "main" : "handler.js", "scripts" : {"test" : "serverless-bundle test"}, "author" : "", "devDependencies" : {"@types/aws-lambda" : "^8.10.64", "@types/jest" : "^26.0.14", "serverless-bundle" : "3.2.1", "serverless-dotenv-plugi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "devDependencies": {"type": "object",...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1912, 6], [1913, 5], [1915, 7], [1916, 6], [1918, 6], [1919, 5], [1920, 7], [1921, 10], [1923, 8], [1924, 6], [1925, 5], [1926, 5], [1927, 6], [1929, 11], [1930, 7], [1943, 6], [1951, 5], [1961, 6], [1966, 5], [1968, 5], [1970, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"<page title>": {"type": "string"}, "camera body only": {"type": "string"}, "camera type": {"type": "string"}, "depth": {"type": "string"}, "digital zoom": {"type": "string"}, "effective megapixels": {"type": "s...
{"<page title>" : "Nikon D5200 Black SLR Digital Camera Kit W/ 18-55 Mm Lens (24.1 MP, SD/SDHC/SDXC Card Slot) Price Comparison at Buy.net", "camera body only" : "Body with Lens Kit", "camera type" : "Digital SLR Camera", "depth" : "3.1 in", "digital zoom" : "No", "effective megapixels" : "24.1 Megapixel", "flash" : "A...
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "camera body only": {"type": "string"}, "camera type": {"type": "string"}, "depth": {"type": "string"}, "digital zoom": {"type": "string"}, "effective megapixels": {"type": "string"}, "flash": {"type": "string"}, "focal length": {"type": "string"}, "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0x4bdc1d5d7e286163abccb7e66e2c94eeeefdbfad", "tool" : "oyente", "start" : 1563624697.8269775, "end" : 1563624701.9070008, "duration" : 4.080023288726807, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200868514720000, "key" : "/static/6d91c86c0fde632ba4cd01062fd9ccfa/2a4de/gatsby-astronaut.png", "val" : "c30cf49968e73b0d2c3939234a894987"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "39f8e86eb30c3eb0d867c3cfb6b61d3e9069abc5"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type":...
{"text" : {"0" : {"m1" : "\u0627\u06cc \u0628\u0647 \u0646\u0632\u062f \u0639\u0627\u0634\u0642\u0627\u0646 \u0627\u0632 \u0634\u0627\u0647\u062f\u06cc", "m2" : "\u0627\u0632 \u0647\u0645\u0647 \u0645\u0639\u0634\u0648\u0642\u06af\u0627\u0646 \u0645\u0639\u0634\u0648\u0642\u200c\u062a\u0631"}, "1" : {"m1" : "\u06a9\u06...
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"]}}, "requ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "m...
{"ast" : null, "code" : "import React from 'react';\n\nvar _ref =\n/*#__PURE__*/\nReact.createElement(\"path\", {\n d: \"M17 18a1 1 0 1 1 0 2h-2c-.768 0-1.469-.29-2-.766A2.987 2.987 0 0 1 11 20H9a1 1 0 1 1 0-2h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9a1 1 0 1 1 0-2h2c.768 0 1.469.29 2 .766A2.987 2.987 0 0 1 15 0h2a1 1 0 1 1 0...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
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"}}}}}, "requir...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[24.345, 57.861], [24.344, 57.862], [24.344, 57.864], [24.346, 57.865], [24.351, 57.869], [24.357, 57.875], [24.409, 57.872], [24.46, 57.88], [24.445, 57.908], [24.462, 57.925], [24.513, 57.931], [24.521, 57.943], [24.577, 57.957], [24.602, 57.879...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "start": {"type": "string"}...
{"name" : "supershopper-backend", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"server" : "nodemon app.js", "start" : "node app.js", "preinstall" : "node gcpSetup.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"@google-cloud/vision" : "^2.1.1", "body-parser" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "start": {"type": "string"}, "preinstall": {"type": "string"}}, "required": ["server", "s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "ite...
{"title" : "Internal statistics of a single natural image.", "fields" : ["prior probability", "redundancy", "parametric statistics", "data redundancy", "noise measurement"], "abstract" : "Statistics of \u2018natural images\u2019 provides useful priors for solving under-constrained problems in Computer Vision. Such stat...
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": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:housenumber": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "conta...
{"type" : "Feature", "id" : "node/9134129837", "properties" : {"addr:housenumber" : "151", "addr:street" : "de Merodedreef", "building" : "yes", "contact:facebook" : "lizzysnieuweoogst", "email" : "info@lizzys.be", "name" : "Lizzy's Nieuwe Oogst", "opening_hours" : "Tu-Sa 08:00-18:00; PH off", "payment:bancontact" : "y...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:housenumber": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "contact:facebook": {"type": "string"}, "email": {"type": "string"}, "name": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"},...
{"name" : "Caramel Swap", "website" : "https://caramelswap.finance", "description" : "CaramelSwap.finance - 3\u00b0 generation Yield Farm on Binance Smart Chain", "explorer" : "https://bscscan.com/token/0x7ce1e651374ec5324e6f37c4ff312D53428F0D50", "type" : "BEP20", "symbol" : "MEL", "decimals" : 18, "status" : "active"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Ger dig ett slumpm\u00e4ssigt sk\u00e4mt.", "USAGE" : "sk\u00e4mt"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "pro...
{"name" : "pim", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"async" : "^3.2.0", "bcrypt" : "^5.0.0", "body-parser" : "^1.19.0", "boom" : "^7.3.0", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "ejs" : "~2.6.1", "express" : "^4.16.4", "expres...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "bcrypt": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["express-ip-filter", "forwarded-http", "freego", "is-match-ip", "koa-ip-filter"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"t...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [406.055, 102.372, 0.913744, 433.533, 178.79, 0.895471, 396.193, 178.861, 0.870079, 366.889, 243.385, 0.940524, 341.432, 294.347, 0.834815, 478.46, 178.77, 0.86985, 494.301, 257.113, 0.900577, 509.821, 337.433, 0.898302, 419.747, 319.834, 0.776087...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Lovely Rita \u30e9\u30d6\u30ea\u30fc\u30fb\u30ea\u30bf", "other_nominate" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "strin...
{"artists" : [{"attribute-list" : ["tanbur"], "mbid" : "9b6e98f8-b695-45da-8c9c-68d4bab460fd", "name" : "Murat Aydemir", "type" : "instrument"}], "mbid" : "3744f788-b36b-4a0e-88bf-b1f344a6640a", "tags" : {"form" : "pe\u015frev", "makam" : "bestenigar"}, "title" : "Bestenigar Pesrevi", "works" : [{"artists" : [{"mbid" :...
json_instruct
{"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE-APACHE": {"type": "string"}, "LICENSE-MIT": {"type": "string"}, "benches/sync_mpsc.rs": {"type": "string"}, "src/lib.rs": {"type...
{"files" : {"Cargo.toml" : "e0f2704ae217f2b5a688a7dfe3afb213699b027ebba529b83d1731238248de03", "LICENSE-APACHE" : "275c491d6d1160553c32fd6127061d7f9606c3ea25abfad6ca3f6ed088785427", "LICENSE-MIT" : "6652c868f35dfe5e8ef636810a4e576b9d663f3a17fb0f5613ad73583e1b88fd", "benches/sync_mpsc.rs" : "df258466d9eb987815e456d96c6f...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE-APACHE": {"type": "string"}, "LICENSE-MIT": {"type": "string"}, "benches/sync_mpsc.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/lock.rs": {"type": "string"}, "src/mpsc/mod.rs": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork"...
{"_comment" : "DO NOT EDIT MANUALLY - See ../../../README.md", "name" : "MethodDecorator", "full_name" : "ziyasal/MethodDecorator", "owner" : "ziyasal", "private" : false, "html_url" : "https://github.com/ziyasal/MethodDecorator", "description" : "Compile time decorator pattern via IL rewriting", "fork" : true, "url" :...
json_instruct
{"type": "object", "properties": {"_comment": {"type": "string"}, "name": {"type": "string"}, "full_name": {"type": "string"}, "owner": {"type": "string"}, "private": {"type": "boolean"}, "html_url": {"type": "string"}, "description": {"type": "string"}, "fork": {"type": "boolean"}, "url": {"type": "string"}, "language...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["voiceboxer-api-client"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 16687, "cartId" : "f88e0327-b2e5-4348-ad1f-4c8a73484013", "preferredProducts" : [836, 1197, 4491, 1930, 3415, 2114], "productReviews" : [{"productId" : 4157, "reviewText" : "This XML works considerably well. It mildly improves my basketball by a lot.", "reviewDate" : "2017-07-07T09:55:46.1112645+03:00"}, {"...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"725489f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type"...
{"725489f-a" : {"width" : 402, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/725489f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/725489f-a.jpg", "title" : "", "date" : "1932", "text" : "57th Street, at the S.E. corner of Broadway, showing an old frame house. Before Broadway, which is directly to th...
json_instruct
{"type": "object", "properties": {"725489f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["331082002001", "\u5e9c\u4e1c\u793e\u533a", "111", "0"], ["331082002002", "\u516d\u89d2\u4e95\u793e\u533a", "111", "0"], ["331082002003", "\u5bcc\u5eb7\u793e\u533a", "111", "0"], ["331082002006", "\u9ad8\u6865\u793e\u533a", "111", "0"], ["331082002007", "\u5927\u6d0b\u793e\u533a", "111", "0"], ["331082002008", "\u540...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"azureTenant": {"type": "string"}, "kafkaPool": {"type": "string"}, "ingress": {"type": "string"}}, "required": ["azureTenant", "kafkaPool", "ingress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"azureTenant" : "trygdeetaten.no", "kafkaPool" : "nav-dev", "ingress" : "https://flex-testdata-reset.dev.nav.no"}
json_instruct
{"type": "object", "properties": {"azureTenant": {"type": "string"}, "kafkaPool": {"type": "string"}, "ingress": {"type": "string"}}, "required": ["azureTenant", "kafkaPool", "ingress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": ...
{"title" : "JSON schema for the ASP.NET global configuration files", "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "additionalProperties" : true, "required" : ["sources"], "properties" : {"sources" : {"type" : "array", "description" : "A list of source folders relative to this file.", "items...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "$schema": {"type": "string"}, "type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"sources": {"type": "object", "properties": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"c": {"type": "object", "properties": {"recica ob savinji": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "r...
{"c" : {"recica ob savinji" : {"z" : {}, "l" : ["46.3167", "14.9167"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"recica ob savinji": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["recica ob savinji"]}, "l": {"type": "ar...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"input": {"type": "string"}, "input.onSwitchMoved": {"type": "string"}}, "required": ["input", "input.onSwitchMoved"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"input" : "Respond to and read data from buttons and sensors.\n\nEvents and data from sensors.", "input.onSwitchMoved" : "Do something when the slide switch is moved left or right.\n* @param direction the direction the switch must be moved to trigget the event"}
json_instruct
{"type": "object", "properties": {"input": {"type": "string"}, "input.onSwitchMoved": {"type": "string"}}, "required": ["input", "input.onSwitchMoved"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-96.676529, 33.197024], [-96.675772, 33.198238], [-96.676475, 33.199748], [-96.674543, 33.20138], [-96.674822, 33.202337], [-96.673429, 33.205278], [-96.669527, 33.206795], [-96.668484, 33.208714], [-96.670629, 33.210377]...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1972, 5], [1974, 6], [1975, 6], [1976, 11], [1978, 6], [1979, 9], [1981, 6], [1993, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int...
{"nom" : "Marimbault", "circ" : "9\u00e8me circonscription", "dpt" : "Gironde", "inscrits" : 136, "abs" : 67, "votants" : 69, "blancs" : 5, "nuls" : 1, "exp" : 63, "res" : [{"nuance" : "MDM", "nom" : "Mme Sophie METTE", "voix" : 39}, {"nuance" : "SOC", "nom" : "M. Gilles SAVARY", "voix" : 24}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}},...
{"name" : "manzanita-11ty", "version" : "1.0.0", "description" : "Custom steel bike frames for your next adventure", "scripts" : {"clean" : "rimraf public src/css/styles.css", "dev" : "npm run clean && postcss src/css/tailwind.css > src/css/styles.css && eleventy --serve", "build" : "npm run clean && NODE_ENV=productio...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["clean", "dev", "build"]}, "repository": {"type"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testAppend": {"type": "string"}, "testAsArray": {"type": "string"}, "testAssq": {"type": "string"}, "tes...
{"class" : {}, "instance" : {"testAppend" : "jr 2/1/2016 16:56", "testAsArray" : "bak 11/9/2015 09:37", "testAssq" : "jr 11/12/2015 01:44", "testConsListDo" : "jr 2/2/2016 21:50", "testConsListDoOnNil" : "bak 5/12/2016 18:24", "testNewDictFrom" : "jr 11/12/2015 01:43", "testNewListFrom" : "jr 11/10/2015 22:23", "testNe...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"testAppend": {"type": "string"}, "testAsArray": {"type": "string"}, "testAssq": {"type": "string"}, "testConsListDo": {"type": "string"}, "testConsListDoOnNil": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn": {"type": "object", "properties": {"jos.13.27|4": {"type": "array", "items": {"type": "s...
{"pos" : "proper", "translits" : {"w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn" : {"jos.13.27|4" : ["and Succoth\uff64", "and Zaphon\uff64", "the rest"]}}, "meanings" : {"zaphon" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"w\u0259\u00b7\u1e63\u0101\u00b7p\u0304\u014d\u00b7wn": {"type": "object", "properties": {"jos.13.27|4": {"type": "array", "items": {"type": "string"}}}, "required": ["jos.13.27|4"]}}, "required": ["w\u0259\u00b7...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["shared-sofa-component-tasks", "sofa", "sofa-basket-service", "sofa-coupon-service", "sofa-cross-sales-service", "sofa-user-service", "sofa-wishlist-service"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type"...
{"h" : [{"d" : [{"f" : "(\u8fb2\u8015\u5730)\u80a5\u6c83\u7684"}, {"e" : ["\ufff9`Dihapalay~ `ko~ `omah~ `ako~.\ufffa\ufffb\u6211\u7684\u8fb2\u5730\u80a5\u6c83\u3002", "\ufff9`Dihapalay~ `koni~ `a~ `'fa~.\ufffa\ufffb\u9019\u5339\u99ac\u9577\u5f97\u8c50\u78a9\u3002"], "f" : "(\u7272\u755c)\u81c0\u90e8\u8c50\u6eff\u7684\...
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"],...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions":...
{"accession_number" : "1996.94", "actors" : [], "creation_date" : "300BC-300", "credit_line" : "Gift of Bonnie and David Ross", "cultures" : [], "dimensions" : "4 3/4 x 1 3/4 x 1/2 in. | 12.1 x 4.4 x 1.3 cm.", "dynasty" : null, "images" : [], "irn" : 31559, "materials" : "jade", "on_view" : true, "period" : null, "pri...
json_instruct
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"documentId": {"type": "string"}, "projectId": {"type": "string"}}, "required": ["documentId", "projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"documentId" : "id-4", "projectId" : "project-id-4"}
json_instruct
{"type": "object", "properties": {"documentId": {"type": "string"}, "projectId": {"type": "string"}}, "required": ["documentId", "projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "strings": {"type": "object", "properties": {"options": {"type": "object", "properties": {"pillar": {"type": "string"}, "unde...
{"key" : "fire_hydrant:type", "type" : "combo", "label" : "Shape", "strings" : {"options" : {"pillar" : "Pillar/Aboveground", "underground" : "Underground", "wall" : "Wall", "pipe" : "Capped Pipe"}}}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "strings": {"type": "object", "properties": {"options": {"type": "object", "properties": {"pillar": {"type": "string"}, "underground": {"type": "string"}, "wall": {"type": "string"}, "pipe": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string...
{"name" : "SY LIM CHILDREN'S CLINIC", "tel" : "68352868", "fax" : "68352878", "licensee" : "LIM SIEW YIN", "licensePeriod" : "01/03/2017 to 28/02/2019", "licenseClass" : "[ 2 Years ( 2D ) ]", "hciCode" : "9403760", "address" : "402 ORCHARD RD, DELFI ORCHARD, #05-18 Singapore 238876", "doctorInCharge" : [{"name" : "LIM ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "...