input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"ransomNote": {"type": "string"}, "magazine": {"type": "string"}}, "required": ["ransomNote", "magazine"]}, "e...
{"test_cases" : [{"args" : {"ransomNote" : "a", "magazine" : "b"}, "expected" : false}, {"args" : {"ransomNote" : "aa", "magazine" : "ab"}, "expected" : false}, {"args" : {"ransomNote" : "aa", "magazine" : "aab"}, "expected" : true}]}
json_instruct
{"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"ransomNote": {"type": "string"}, "magazine": {"type": "string"}}, "required": ["ransomNote", "magazine"]}, "expected": {"type": "boolean"}}, "required": ["args", "expec...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name...
[{"id" : 1877469895, "name" : "Bad Habits-Ed Sheeran (idkwhodatis bootleg)", "dt" : 226586, "ar" : {"id" : 30647366, "name" : "idkwhodatis"}, "al" : {"id" : 133114195, "name" : "Bad Habits (idkwhodatis Bootleg Remix)", "picUrl" : "https://p1.music.126.net/pTTRXKEasHOSmMEUssRQPA==/109951166377263083.jpg"}}, {"id" : 1323...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "strin...
{"stationId" : 9991602, "stationGroupId" : 9991402, "name" : "\u65b0\u4e2d\u5ddd\u753a", "lineId" : 99916, "zipCode" : "850-0014", "pref" : "\u9577\u5d0e\u770c", "city" : "\u9577\u5d0e\u5e02", "town" : "\u65b0\u4e2d\u5ddd\u753a", "longitude" : 129.890435, "latitude" : 32.752362, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Argenton-Notre-Dame", "dpt" : "Mayenne", "inscrits" : 144, "abs" : 32, "votants" : 112, "blancs" : 5, "nuls" : 9, "exp" : 98, "res" : [{"panneau" : "1", "voix" : 60}, {"panneau" : "2", "voix" : 38}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"module": {"type": "string"}, "es2020": {"type": "string"}, "esm2020": {"type": "string"}, "fesm2020": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "sideEffects": {"type": "boole...
{"module" : "../fesm2015/primeng-confirmpopup.mjs", "es2020" : "../fesm2020/primeng-confirmpopup.mjs", "esm2020" : "../esm2020/confirmpopup/primeng-confirmpopup.mjs", "fesm2020" : "../fesm2020/primeng-confirmpopup.mjs", "fesm2015" : "../fesm2015/primeng-confirmpopup.mjs", "typings" : "primeng-confirmpopup.d.ts", "sideE...
json_instruct
{"type": "object", "properties": {"module": {"type": "string"}, "es2020": {"type": "string"}, "esm2020": {"type": "string"}, "fesm2020": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "sideEffects": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["module", "es2020", "e...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"},...
{"URL" : "https://www.wired.com/1999/02/corbyn", "heading" : "corbyn predicts", "subheading" : "the valentine's day, 1999, forecast for paris. in early december, wired asked piers corbyn for the valentine's day weather in paris (he charges \u00a350 \u2013 about $85 \u2013 for custom forecasts for specific dates far in ...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"sourceip__str": {"type": "string"}, "source__str": {"type": "string"}, "date__str": {"type": "string"}, "timezone__str": {"type": "string"}, "host__str": {"type": "string"}, "facility__str": {"type": "string"}, "h...
{"sourceip__str" : "127.0.0.1", "source__str" : "s_src", "date__str" : "Aug 4 22:21:58.289504", "timezone__str" : "+00:00", "host__str" : "localhost", "facility__str" : "local0", "host_from__str" : "localhost", "priority__str" : "info", "message" : {"remote_addr__str" : "0.0.0.0", "remote_user__str" : "doctor.who"}, "...
json_instruct
{"type": "object", "properties": {"sourceip__str": {"type": "string"}, "source__str": {"type": "string"}, "date__str": {"type": "string"}, "timezone__str": {"type": "string"}, "host__str": {"type": "string"}, "facility__str": {"type": "string"}, "host_from__str": {"type": "string"}, "priority__str": {"type": "string"},...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"endpoint": {"type": "string"}, "method": {"type": "string"}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "contentType": {"type": "string"}, "body": {"type": "string"}}, "required": ["status"...
{"endpoint" : "/plain", "method" : "GET", "response" : {"status" : 200, "contentType" : "text/plain", "body" : "Hello world!"}, "sleep" : 500}
json_instruct
{"type": "object", "properties": {"endpoint": {"type": "string"}, "method": {"type": "string"}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "contentType": {"type": "string"}, "body": {"type": "string"}}, "required": ["status", "contentType", "body"]}, "sleep": {"type": "integer"}}, "req...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "package/a"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["paywell-bill"]
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": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivat...
{"derivation" : "from a compound of G1 (\u1f00\u03c3\u03c9\u03c4\u03af\u03b1) (as a negative particle) and a presumed derivative of G4982 (\u1f00\u03c3\u03c9\u03c4\u03af\u03b1);", "kjv_def" : "excess, riot", "lemma" : "\u1f00\u03c3\u03c9\u03c4\u03af\u03b1", "frequency" : 3, "strongs_def" : " properly, unsavedness, i.e....
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$sc...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"device_automation": {"type": "object", "properties": {"action_type": {"type": "object", "properties": {"set_humidity": {"type": "string"}, "set_mode": {"type": "string"}, "toggle": {"type": "string"}, "turn_off": {"type": "...
{"device_automation" : {"action_type" : {"set_humidity" : "Nastavit vlhkost pro {entity_name}", "set_mode" : "Zm\u011bnit re\u017eim na {entity_name}", "toggle" : "P\u0159epnout {entity_name}", "turn_off" : "Vypnout {entity_name}", "turn_on" : "Zapnout {entity_name}"}, "condition_type" : {"is_mode" : "{entity_name} je ...
json_instruct
{"type": "object", "properties": {"device_automation": {"type": "object", "properties": {"action_type": {"type": "object", "properties": {"set_humidity": {"type": "string"}, "set_mode": {"type": "string"}, "toggle": {"type": "string"}, "turn_off": {"type": "string"}, "turn_on": {"type": "string"}}, "required": ["set_hu...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"AddrBridge_RMRK": {"type": "string"}, "AddrHub": {"type": "string"}, "HMAC_mysecret": {"type": "string"}, "Delay": {"type": "integer"}, "Port": {"type": "string"}, "PrivateKey": {"type": "string"}, "RPC": {"type": "s...
{"AddrBridge_RMRK" : "HeReMovoG8uXkhsdJTWCjy7yhmaPFSeZtekqt54m6mEXQya", "AddrHub" : "0xab51e296f3cafaBeb20b26EfcFEC02Be52F26C85", "HMAC_mysecret" : "", "Delay" : 10, "Port" : "8000", "PrivateKey" : "", "RPC" : "https://rpc.testnet.moonbeam.network"}
json_instruct
{"type": "object", "properties": {"AddrBridge_RMRK": {"type": "string"}, "AddrHub": {"type": "string"}, "HMAC_mysecret": {"type": "string"}, "Delay": {"type": "integer"}, "Port": {"type": "string"}, "PrivateKey": {"type": "string"}, "RPC": {"type": "string"}}, "required": ["AddrBridge_RMRK", "AddrHub", "HMAC_mysecret",...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"message" : "A linebreak is required after '['.", "line" : 9, "column" : 3}, {"message" : "A linebreak is required before ']'.", "line" : 10, "column" : 16}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"i18next.amd.js": {"type": "string"}, "i18next.amd.min.js": {"type": "string"}, "i18next.amd.withJQuery.js": {"type": "string"}, "i18next.amd.withJQuery.min.js": {"type": "string"}, "i18next.commonjs.withJQuery.js": ...
{"i18next.amd.js" : "sha256-T4/ojXUZnUA4wpgsHMn4QIJ481NG/auZ/3H/MiRS70E=", "i18next.amd.min.js" : "sha256-0N/3of5//XVroQvtE5AlBau9qXtkWZAWJuJeDVl+X+o=", "i18next.amd.withJQuery.js" : "sha256-SDLef92g9E7uc14q1DCbwaX6Y7Ao2bN7BYgDYKoYIBE=", "i18next.amd.withJQuery.min.js" : "sha256-tFxVKV+xlEAIIhLJUnly2fWFiAIDTYpvSnZfCi0x...
json_instruct
{"type": "object", "properties": {"i18next.amd.js": {"type": "string"}, "i18next.amd.min.js": {"type": "string"}, "i18next.amd.withJQuery.js": {"type": "string"}, "i18next.amd.withJQuery.min.js": {"type": "string"}, "i18next.commonjs.withJQuery.js": {"type": "string"}, "i18next.commonjs.withJQuery.min.js": {"type": "st...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"model": {"type": "object", "properties": {"architecture": {"type": "string"}, "input_size": {"type": "integer"}, "anchors": {"type": "array", "items": {"type": "number"}}, "max_box_per_image": {"type": "integer"},...
{"model" : {"architecture" : "MobileNet", "input_size" : 224, "anchors" : [0.3, 0.3, 1.975, 1.975, 3.65, 3.65, 5.325, 5.325, 7.0, 7.0], "max_box_per_image" : 10, "labels" : ["white_dude", "black_dude"]}, "train" : {"train_image_folder" : "./training/images/", "train_annot_folder" : "./training/annotations/", "train_tim...
json_instruct
{"type": "object", "properties": {"model": {"type": "object", "properties": {"architecture": {"type": "string"}, "input_size": {"type": "integer"}, "anchors": {"type": "array", "items": {"type": "number"}}, "max_box_per_image": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "require-dev": {"type": "object", "properties"...
{"name" : "opensearchserver/opensearchserver", "description" : "PHP library for OpenSearchServer: professionnal search engine, crawlers (web, file, database), REST APIs, .... This library uses OpenSearchServer's V2 API.", "type" : "library", "keywords" : ["oss", "search engine", "opensearchserver", "search", "crawler",...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"...
{"name" : "URLPatternInput", "type" : "typedef", "defined" : {"spec" : {"title" : "URLPattern API", "url" : "https://wicg.github.io/urlpattern/"}, "fragment" : "typedef (USVString or URLPatternInit) URLPatternInput;", "href" : "https://wicg.github.io/urlpattern/#typedefdef-urlpatterninput"}, "extended" : [], "includes"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code...
[{"id" : "roundhouse-depot-brewing", "name" : "Roundhouse Depot Brewing", "brewery_type" : "micro", "street" : "217 W Chillicothe Ave", "city" : "Bellefontaine", "state" : "Ohio", "postal_code" : "43311", "website_url" : "", "phone" : "5403231295", "created_at" : "2018-07-24 01:34:02.808539", "updated_at" : "2018-08-24...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"t...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "choric", "definition" : "Of or pertaining to a chorus. I remember a choric ode in the Hecuba. Coleridge."}
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": {"version": {"type": "string"}, "architecture": {"type": "object", "properties": {"32bit": {"type": "object", "properties": {"url": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "str...
{"version" : "1.2.0", "architecture" : {"32bit" : {"url" : "https://github.com/hupe1980/scan4log4shell/releases/download/v1.2.0/scan4log4shell_Windows_i386.zip", "bin" : ["scan4log4shell.exe"], "hash" : "f18355cd42d23f86a02db61eb8b6053338c2cf23a05b69dd25b2e8ab62dc0150"}, "64bit" : {"url" : "https://github.com/hupe1980/...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "architecture": {"type": "object", "properties": {"32bit": {"type": "object", "properties": {"url": {"type": "string"}, "bin": {"type": "array", "items": {"type": "string"}}, "hash": {"type": "string"}}, "required": ["url", "bin", "hash"]}, "64bit": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["minecraft:redstone_wall_torch", "minecraft:stone_button"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compil...
{"name" : "OneForArt #1326 - Scandal", "description" : "A Scandal pixel.", "file_url" : "https://ipfs.io/ipfs/bafkreifg7l7wbw6eghablmym6cbw3ramh45osffza3u6ntktr6znpeqi34", "custom_fields" : {"edition" : 1, "date" : 1642619894221, "compiler" : "HashLips Art Engine"}, "attributes" : [{"trait_type" : "name", "value" : "Sc...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "file_url": {"type": "string"}, "custom_fields": {"type": "object", "properties": {"edition": {"type": "integer"}, "date": {"type": "integer"}, "compiler": {"type": "string"}}, "required": ["edition", "date", "compiler"]}, ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"7AZfi": {"type": "array", "items": {"type": "object", "properties": {"clockCheckbox": {"type": "string"}, "clockFrame": {"type": "string"}, "clockSide": {"type": "string"}, "weatherCheckbox": {"type": "string"}, "w...
{"7AZfi" : [{"clockCheckbox" : "enable", "clockFrame" : "topFrame", "clockSide" : "left", "weatherCheckbox" : "enable", "weatherFrame" : "bottomFrame", "weatherSide" : "left", "newsCheckbox" : "enable", "newsFrame" : "topFrame", "newsSide" : "right", "newsCategory" : "TECHNOLOGY", "stockCheckbox" : "enable", "stockFram...
json_instruct
{"type": "object", "properties": {"7AZfi": {"type": "array", "items": {"type": "object", "properties": {"clockCheckbox": {"type": "string"}, "clockFrame": {"type": "string"}, "clockSide": {"type": "string"}, "weatherCheckbox": {"type": "string"}, "weatherFrame": {"type": "string"}, "weatherSide": {"type": "string"}, "n...
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" : [[[-90.37482, 38.586441], [-90.372263, 38.601744], [-90.358016, 38.600185], [-90.3579, 38.601095], [-90.356594, 38.600955], [-90.356606, 38.600043], [-90.355169, 38.599911], [-90.356521, 38.598831], [-90.35671, 38.597028], [...
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": {"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": ...
{"address" : "1UDbADib99KE9d3qZ87NqJF2QLTHmMkoV", "cert_auth_type" : "web", "cert_sign" : "HPyJYBcXZJmVkT1hxJ6xPfba6vyc5Va0/EvY6F+gaSW6Vwn7/MocbzQqBOSI6MRkEqUKC4sHx8nqtbLVWyoo5qc=", "cert_user_id" : "nobite@zeroid.bit", "files" : {}, "inner_path" : "data/userdb/13KnmV3n2ZEpU77hx4WuLVdBrUR3kidtq7/content.json", "modifie...
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": "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "plugin": {"type": "string"}}, "required": ["exclude", "plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exclude" : ["src/cli.ts", "src/typedoc-plugin.ts", "src/test/index.ts"], "plugin" : "./src/typedoc-plugin.ts"}
json_instruct
{"type": "object", "properties": {"exclude": {"type": "array", "items": {"type": "string"}}, "plugin": {"type": "string"}}, "required": ["exclude", "plugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["Belum Menikah", "Menikah"]
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": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1977, 5], [1979, 5], [1988, 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": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"},...
{"type" : "Feature", "id" : "node/7502563604", "properties" : {"addr:city" : "Hillegom", "addr:housenumber" : "189", "addr:postcode" : "2182DM", "addr:street" : "Leidsestraat", "email" : "info@elsbroekerwei.nl", "facebook" : "https://www.facebook.com/Elsbroekerwei/", "name" : "Elsbroekerwei", "opening_hours" : "Mo-Fr 0...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "email": {"type": "string"}, "facebook"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "develop": {"type": "string"}, "lint:es": {"type": "string"}, "lint:style": {"type": "string"}, "lint": {"typ...
{"private" : true, "scripts" : {"build" : "gatsby build", "develop" : "gatsby develop", "lint:es" : "eslint --ignore-path .gitignore \"**/*.{js,jsx}\"", "lint:style" : "stylelint \"src/**/*.scss\"", "lint" : "yarn lint:es && yarn lint:style", "format" : "prettier-eslint --write \"**/*.{js,jsx,json,css,scss,md}\""}, "de...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "develop": {"type": "string"}, "lint:es": {"type": "string"}, "lint:style": {"type": "string"}, "lint": {"type": "string"}, "format": {"type": "string"}}, "required": ["build", "de...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$schema": {"type": "string"}, "port": {"type": "integer"}, "https": {"type": "boolean"}, "initialPage": {"type": "string"}, "api": {"type": "object", "properties": {"port": {"type": "integer"}, "entryPath": {"type": "string"}}, ...
{"$schema" : "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json", "port" : 4321, "https" : true, "initialPage" : "https://localhost:5432/workbench", "api" : {"port" : 5432, "entryPath" : "node_modules/@microsoft/sp-webpart-workbench/lib/api/"}, "serveConfigurations" : {"default" : {"pageUrl" : "...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "port": {"type": "integer"}, "https": {"type": "boolean"}, "initialPage": {"type": "string"}, "api": {"type": "object", "properties": {"port": {"type": "integer"}, "entryPath": {"type": "string"}}, "required": ["port", "entryPath"]}, "serveConfigurations"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type":...
{"name" : "eslint-config-tqc", "version" : "1.0.13", "description" : "My default eslint settings", "author" : "Tom Clarkson <tom@orangeguava.com> (http://tqclarkson.com)", "repository" : {"type" : "git", "url" : "https://github.com/tqc/eslint-config-tqc"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/tqc/es...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"project": {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "specifications": {"type": "object", "properties": {}, "required": []}, "connections": {"...
{"project" : {"version" : 6, "name" : "toolbox-project-template", "description" : "This is a template for Spine Toolbox projects", "specifications" : {}, "connections" : [], "jumps" : []}, "items" : {}}
json_instruct
{"type": "object", "properties": {"project": {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "specifications": {"type": "object", "properties": {}, "required": []}, "connections": {"type": "array", "items": {}}, "jumps": {"type": "array", ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}...
{"status" : "ok", "knowledge" : ["\u5b9e\u9a8c\u73af\u5883\u51c6\u5907"], "degree_of_difficulty" : 1, "explain" : "B \u6bcf\u4e2a\u5b9e\u9a8ci\u4f9d\u8d56\u524d\u9762\u6240\u6709\u7684\u5b9e\u9a8c(0\uff5ei-1)\uff0c\u5373\u5b8c\u6210\u4e86lab i\uff0c\u624d\u80fd\u5b8c\u6210lab i+1\n", "question" : "ucore lab\u5b9e\u9a8c...
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "knowledge": {"type": "array", "items": {"type": "string"}}, "degree_of_difficulty": {"type": "integer"}, "explain": {"type": "string"}, "question": {"type": "string"}, "source": {"type": "string"}, "answer": {"type": "string"}, "type": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["350212107001", "\u77f3\u6d54\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["350212107002", "\u9f99\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["350212107003", "\u9f99\u897f\u793e\u533a\u5c45\u59d4\u4f1a", "220", "0"], ["350212107201", "\u6d2a\u5858\u6751\u59d4\u4f1a", "111", "0"], ["350212107202", "\u4e09\u5...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["330702201001", "\u897f\u82d1\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["330702201002", "\u4e0a\u9648\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["330702201003", "\u8054\u5408\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["330702201004", "\u4e0a\u5929\u5e08\u793e\u533a\u5c45\u59d4\u4f1a", "112", "0"], ["3307022...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "numb...
{"Id" : "LootAmmoBoxes[0] (12)2112474", "IsStatic" : false, "useGravity" : true, "randomRotation" : false, "Position" : {"x" : -152, "y" : -14.309, "z" : -302.344}, "Rotation" : {"x" : 0, "y" : 0, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5d31e3d4645bb73bbc08263c", "Items" : [{"_id" : "5d31e...
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"...
{"id" : 1125947067, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "268f5fc086f3e31ec3ed8690870ae512", "wof:id" : 1125947067, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-1.07769, 51.08293, -1.07769, 51.08293], "geometry" : {"coordinates" : [-1.07769, 51.0...
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": ["...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"...
{"id" : "06", "provinceId" : "33", "regencyId" : "21", "name" : "Wonosalam"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}, "128": ...
{"manifest_version" : 2, "name" : "imzer", "version" : "1.7.2", "description" : "imzer will help you to quickly share your location as well as to locate where the other guy is.", "icons" : {"64" : "icons/imzer-64.png", "128" : "icons/imzer-128.png", "512" : "icons/imzer-512.png"}, "permissions" : ["geolocation"], "back...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"64": {"type": "string"}, "128": {"type": "string"}, "512": {"type": "string"}}, "required": ["64", "128", "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "manifest_version": {"type": "integer"}, "default_locale": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "author": {"type": "string"}, "description":...
{"version" : "3.3.2", "manifest_version" : 2, "default_locale" : "en", "name" : "__MSG_appName__", "short_name" : "gas-github", "author" : "leonhartx.k@gmail.com", "description" : "__MSG_appDesc__", "icons" : {"16" : "icon/icon.png", "48" : "icon/icon.png", "128" : "icon/icon.png"}, "background" : {"scripts" : ["backgr...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "manifest_version": {"type": "integer"}, "default_locale": {"type": "string"}, "name": {"type": "string"}, "short_name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"900055557": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055558": {"type": "object", "properties": {"na...
{"900055557" : {"nama" : "TPS 1", "dapil" : [1202, 11207, 2122003]}, "900055558" : {"nama" : "TPS 2", "dapil" : [1202, 11207, 2122003]}, "900055559" : {"nama" : "TPS 3", "dapil" : [1202, 11207, 2122003]}, "900055560" : {"nama" : "TPS 4", "dapil" : [1202, 11207, 2122003]}}
json_instruct
{"type": "object", "properties": {"900055557": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900055558": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authentication...
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This AP...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"bs-custom-file-input.js": {"type": "string"}, "bs-custom-file-input.min.js": {"type": "string"}}, "required": ["bs-custom-file-input.js", "bs-custom-file-input.min.js"], "$schema": "http://json-schema.org/draft...
{"bs-custom-file-input.js" : "sha512-Q+28UNxrm0ROFtUinPAO/2Uc3XpihggEAq1Px0tOomsSeI4xwHQB5LzwAMIzNfxYIb2wRiNarxaRCjwYNE67Ig==", "bs-custom-file-input.min.js" : "sha512-RhC+FPY6kHsFK1jIsBbrvO+vwuTdq0ZsHBfArrvJRV7Abyke4+jl14sEvuHauGff6LJhIdsdBYw6yaODhe5crg=="}
json_instruct
{"type": "object", "properties": {"bs-custom-file-input.js": {"type": "string"}, "bs-custom-file-input.min.js": {"type": "string"}}, "required": ["bs-custom-file-input.js", "bs-custom-file-input.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"ty...
{"station" : [{"pref_cd" : 42, "line_cd" : 99916, "line_name" : "\u9577\u5d0e\u96fb\u8ecc\uff15\u7cfb\u7d71", "station_cd" : 9991605, "station_g_cd" : 9991405, "station_name" : "\u5e02\u6c11\u4f1a\u9928", "lon" : 129.88065, "lat" : 32.74942}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}}, "required": ["name", "script"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@kancolle_pi", "script" : "./src/app.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}}, "required": ["name", "script"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "Memrise (iOS)", "description" : "An app for learning languages.", "url" : "https://itunes.apple.com/us/app/memrise-ultimate-memorisation/id635966718"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "source": {"type": "string"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "st...
{"version" : 1.0, "source" : "github", "owner" : "runningcode", "repo" : "fladle", "name" : "Fladle", "shortDescription" : "Easily scale your Android Instrumentation Tests across Firebase Test Lab with Flank.", "longDescription" : "Fladle is the easiest way to scale your instrumentation tests using Firebase Test Lab. Y...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "source": {"type": "string"}, "owner": {"type": "string"}, "repo": {"type": "string"}, "name": {"type": "string"}, "shortDescription": {"type": "string"}, "longDescription": {"type": "string"}, "content": {"type": "string"}, "tags": {"type": "array", "ite...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "requ...
[{"review_id" : "10083626", "movie_id" : "83923", "author" : "sim1****", "review" : "\uaf2d \ubcf4\uc138\uc6a9 10\uc790\ucc44\ub8e8\ub798\uc5ec", "rating" : "10", "date" : "15.07.09"}, {"review_id" : "9603395", "movie_id" : "83923", "author" : "hiye****", "review" : "\uc0ac\ub791\uc774\ub780.. \uc18c\uc911\ud55c \uc0ac...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"typ...
{"name" : "nz-syncer", "version" : "0.0.1", "description" : "ng-zorro-antd syncer", "main" : "main.js", "scripts" : {"start" : "micro", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/HsuanXyz/nz-syncer.git"}, "author" : "Hsuan Lee", "license" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec...
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"]}, "repo...
{"name" : "kraeve", "version" : "1.0.5", "description" : "Extend require() to read from an application's root directory.", "main" : "index.js", "scripts" : {"test" : "node test/test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/stevethedev/node-kraeve.git"}, "keywords" : ["require", "kraeve"], "...
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"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "color": {"type": "string"}, "libro": {"type": "array", "items": {"type": "string"}}, "musica": {"type": "array", "items": {"type": "string"}}, "vide...
{"nombre" : "Hector Palomino", "descripcion" : "Soy estudiante de la Licenciatura en Computaci\u00f3n de la UCV. Interesado en la Ciencia de Datos y en el desarrollo web. Me gusta leer,estudiar,hacer deporte,escuchar musica, compartir con amigos, la playa, etc.", "color" : "Azul", "libro" : ["Cien A\u00f1os de Soledad"...
json_instruct
{"type": "object", "properties": {"nombre": {"type": "string"}, "descripcion": {"type": "string"}, "color": {"type": "string"}, "libro": {"type": "array", "items": {"type": "string"}}, "musica": {"type": "array", "items": {"type": "string"}}, "video_juego": {"type": "array", "items": {"type": "string"}}, "lenguajes": {...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}...
{"name" : "electroid", "version" : "1.0.2", "description" : "Node.js require-like plugin loader and compiler (es6, jsx, sass, css modules)", "main" : "./index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "authors" : [{"name" : "Paulius Uza", "email" : "pauliusuza@gmail.com"}], "repository"...
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"]}, "authors": {"type": "array", "items": {"type": "object", "propertie...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"...
{"contract" : "0x51cf6fade7f1fd020d977e539320ca543af2090f", "tool" : "osiris", "start" : 1564603395.8216884, "end" : 1564603398.7499676, "duration" : 2.928279161453247, "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://...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}...
{"schema_version" : "1.2.0", "id" : "GHSA-4ff5-vmx4-5cxp", "modified" : "2022-05-01T18:27:01Z", "published" : "2022-05-01T18:27:01Z", "aliases" : ["CVE-2007-4778"], "details" : "Multiple SQL injection vulnerabilities in the content component (com_content) in Joomla! 1.5 Beta1, Beta2, and RC1 allow remote attackers to e...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "url": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "string"}}, "required": ["version", "ur...
{"version" : "0.1", "url" : "https://github.com/guneysus/devup/releases/download/v0.1/devup.exe", "autoupdate" : {"url" : "https://github.com/guneysus/devup/releases/download/v$version/devup.exe"}, "bin" : "devup.exe"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "url": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "bin": {"type": "string"}}, "required": ["version", "url", "autoupdate", "bin"], "$schema": "http://json-schema.org/draft-07/schem...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "ytdl-core": {"type...
{"name" : "YouTube-Downloader", "version" : "1.0.0", "description" : "Node project for downloading video from YouTube", "main" : "downloader.js", "dependencies" : {"commander" : "^2.8.1", "ytdl-core" : "^0.5.1"}, "repository" : {"type" : "git", "url" : "https://github.com/csyntax/YouTube-Downloader.git"}, "keywords" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "ytdl-core": {"type": "string"}}, "required": ["commander", "ytdl-core"]}, "repos...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"...
[{"namaKab" : "KOTA LHOKSEUMAWE", "originalFilename" : "ROSLINA.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 112112, "noUrut" : 1, "nama" : "ROSLINA, S.Kom", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA LHOKSEUMAWE", "originalFilename" : "KHAIRUL AMRI.jpeg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 112480,...
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 a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "EdbIDs": {"type": "array", "items": {"type": "...
[{"Name" : "libnspr_nspr_log_file_priv_esc.rb", "Title" : "Solaris libnspr NSPR_LOG_FILE Privilege Escalation", "Description" : "This module exploits an arbitrary file write vulnerability in the Netscape Portable Runtime library (libnspr) on unpatched Solaris systems prior to Solaris 10u3 which allows users to gain roo...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "EdbIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "...
Generate sample JSON data that conforms to the following 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...
{"body" : "So I had a recent issue with CMake 3.14.x where the `include_directories(SYSTEM <paths>)` was not suppressing warnings from \"system\" headers. It turns out this is a change in behavior in CMake and it has to do with Spack setting `CPATH` in the modules I was loading. It looks like `C_INCLUDE_PATH` and `CPLU...
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": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"ty...
{"type" : "bundle", "id" : "bundle--9c100a58-025e-420c-8837-4b72ee058bd2", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "course-of-action--a2c36a5d-4058-475e...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": ...
{"id" : 15019, "group" : "53112123", "joblink" : true, "name" : "Museumsaufseher/in", "potential" : 0, "skills" : [{"id" : 63018, "skill" : "Kontrollg\u00e4nge, Streifendienst", "replaceable" : false}, {"id" : 63029, "skill" : "Sammlungs-, Museumsaufsicht", "replaceable" : false}, {"id" : 63038, "skill" : "\u00dcberwac...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"0-4": {"type": "string"}, "5-17": {"type": "string"}, "18-29": {"type": "string"}, "30-49": {"type": "string"}, "50-64": {"type": "string"}, "65-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-4...
{"0-4" : "584 ", "5-17" : "2431 ", "18-29" : "17361 ", "30-49" : "45448 ", "50-64" : "41301 ", "65-79" : "20587 ", "80+" : "13563 "}
json_instruct
{"type": "object", "properties": {"0-4": {"type": "string"}, "5-17": {"type": "string"}, "18-29": {"type": "string"}, "30-49": {"type": "string"}, "50-64": {"type": "string"}, "65-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-4", "5-17", "18-29", "30-49", "50-64", "65-79", "80+"], "$schema": "htt...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["r...
{"ETag" : "W/\"3fa50c5f1c204d76798ade21981e2b88ae8012967067578a91fc412c0d20a50d\"", "Last-Modified" : "Tue, 20 Apr 2021 20:23:41 GMT", "base" : {"repo" : {"name" : "sncosmo-feedstock"}}, "closed_at" : "2021-04-20T20:23:41Z", "created_at" : "2021-04-20T19:36:46Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "tagline": {"type": "string"}, "logoUrl": {"type": "string"}, "description": {"type": "string"}, "facebook":...
{"name" : "Anfin", "slug" : "anfin", "website" : "anfin.vn", "industry" : "Finance", "tagline" : "", "logoUrl" : "", "description" : "Anfin is a venture-backed fintech company building the most innovative products in the wealth management and brokerage space. We strongly believe in the power of the stock market to tran...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "website": {"type": "string"}, "industry": {"type": "string"}, "tagline": {"type": "string"}, "logoUrl": {"type": "string"}, "description": {"type": "string"}, "facebook": {"type": "string"}, "linkedin": {"type": "string"}, "blogU...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1932144524d3162877644e3819a6827cbbc70102"}
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": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "o...
{"hash" : "0x107daca4e5382f2c0b2e03519e4d9efa029a14217dd0ecc8a330c9d088833931", "parentHash" : "0x4ec8191beb0225bc87b2898f45823863ca75fdfb4a5f92d46ecedd0b07bbd91a", "number" : 76633, "timestamp" : 1439423696, "nonce" : "0xc90f964e549e9d6d", "difficulty" : 2243855613692, "gasLimit" : {"_hex" : "0x2fefd8"}, "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"]...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"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-89": {"type": "string"}, "90-99": {"type": "strin...
{"20-29" : "43", "30-39" : "119", "40-49" : "357", "50-59" : "1,227", "60-69" : "3,484", "70-79" : "6,035", "80-89" : "8,099", "90-99" : "5,881", "100+" : "367", "10-19" : "9"}
json_instruct
{"type": "object", "properties": {"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-89": {"type": "string"}, "90-99": {"type": "string"}, "100+": {"type": "string"}, "10-19": {"type": "string"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pubsub.js": {"type": "string"}, "pubsub.min.js": {"type": "string"}}, "required": ["pubsub.js", "pubsub.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pubsub.js" : "sha256-VHYnNjxdJrNNIzcovVuJrM6Mvw8/Gq1usruY/rXT5bw=", "pubsub.min.js" : "sha256-whoHh6i7gwBYxMqoAiCkShSfdVqBfquj4tO4qOMBx1A="}
json_instruct
{"type": "object", "properties": {"pubsub.js": {"type": "string"}, "pubsub.min.js": {"type": "string"}}, "required": ["pubsub.js", "pubsub.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema":...
{"id" : 3739, "cites" : 10, "cited_by" : 20, "reference" : ["Becker, Gary S., 1968, Crime and punishment: An economic approach, Journal of Political Economy 76, 169-217.", "Keenen, Donald, and Paul H. Rubin, 1986, The economics of evil deeds, unpublished manuscript.", "Landsberger, Michael, and Isaac Meilijson, 1982, I...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Bad Homburg": {"type": "integer"}, "Berlin": {"type": "integer"}, "Bonn": {"type": "integer"}, "Bremen": {"type": "integer"}, "Chemnitz": {"type": "integer"}, "Cologne (Koln)": {"type": "integer"}, "Cottbus": {"ty...
{"Bad Homburg" : 6172, "Berlin" : 30, "Bonn" : 228, "Bremen" : 421, "Chemnitz" : 371, "Cologne (Koln)" : 221, "Cottbus" : 355, "Darmstadt" : 6151, "Dresden" : 351, "Dusseldorf" : 211, "Erfurt" : 361, "Essen" : 201, "Frankfurt am Main (west)" : 69, "Frankfurt an der Oder (east)" : 335, "Gera" : 365, "Halle" : 345, "Hamb...
json_instruct
{"type": "object", "properties": {"Bad Homburg": {"type": "integer"}, "Berlin": {"type": "integer"}, "Bonn": {"type": "integer"}, "Bremen": {"type": "integer"}, "Chemnitz": {"type": "integer"}, "Cologne (Koln)": {"type": "integer"}, "Cottbus": {"type": "integer"}, "Darmstadt": {"type": "integer"}, "Dresden": {"type": "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"company": {"type": "string"}, "inkname": {"type": "string"}, "dominant": {"type": "object", "properties": {"rgb": {"type": "object", "properties": {"r": {"type": "integer"}, "g": {"type": "integer"}, "b": {"type": ...
{"company" : "Noodler's Ink", "inkname" : "Upper Ganges Blue", "dominant" : {"rgb" : {"r" : 0, "g" : 67, "b" : 130}, "hsl" : {"\u03b1" : -0.5, "\u03b2" : -0.2769522864894397, "H" : 3.6474286738979136, "S" : 2.757079416284451, "L" : 0.3299492385786802, "C" : 1.8193925082080133}}, "id" : "a84e569eb8840864f539f55b5b4a3eba...
json_instruct
{"type": "object", "properties": {"company": {"type": "string"}, "inkname": {"type": "string"}, "dominant": {"type": "object", "properties": {"rgb": {"type": "object", "properties": {"r": {"type": "integer"}, "g": {"type": "integer"}, "b": {"type": "integer"}}, "required": ["r", "g", "b"]}, "hsl": {"type": "object", "p...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type"...
{"time_fct_id" : 16, "time_fct" : "time_62080", "affiliate_fct_id" : 2214, "affiliate_fct" : "Forum f\u00fcr Nachl\u00e4sse von K\u00fcnstlerinnen und K\u00fcnstlern e.V.", "affiliate_fct_occurrence" : 297, "affiliates" : [{"affiliate_fct_id" : 2214, "affiliate_fct" : "Forum f\u00fcr Nachl\u00e4sse von K\u00fcnstlerinn...
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_i...
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" : [[[144.375, 27.833333333333332], [144.375, 27.916666666666668], [144.5, 27.916666666666668], [144.5, 27.833333333333332], [144.375, 27.833333333333332]]]}, "properties" : {"code" : 414463, "url" : "http://madefor.github.io/0410/api/v1/414463.geojson...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"redux-form.js": {"type": "string"}, "redux-form.min.js": {"type": "string"}}, "required": ["redux-form.js", "redux-form.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"redux-form.js" : "sha256-AEwjXg+9kPcYV6sT7KIuPWIXMivoNMctF3IEJxR2yXI=", "redux-form.min.js" : "sha256-5i6E8FYmS33eFyPgZzYVAvVMGPgEMAAdBnHcKgDTrGU="}
json_instruct
{"type": "object", "properties": {"redux-form.js": {"type": "string"}, "redux-form.min.js": {"type": "string"}}, "required": ["redux-form.js", "redux-form.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"backbone.collectionView.js": {"type": "string"}, "backbone.collectionView.min.js": {"type": "string"}}, "required": ["backbone.collectionView.js", "backbone.collectionView.min.js"], "$schema": "http://json-schema.org/draft-07/...
{"backbone.collectionView.js" : "sha256-e8etBt4RfPZ9jPmZcyGc75eTG1eAG3GpFQ5PfVHFEu4=", "backbone.collectionView.min.js" : "sha256-8OK7bHclvMWD+PQPgviA1SMB1KSbqP+AghzFY6wVH2c="}
json_instruct
{"type": "object", "properties": {"backbone.collectionView.js": {"type": "string"}, "backbone.collectionView.min.js": {"type": "string"}}, "required": ["backbone.collectionView.js", "backbone.collectionView.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"mode": {"type": "string"}, "mini": {"type": "string"}, "speed": {"type": "string"}, "legacy1Blend": {"type": "string"}, "bg": {"type": "string"}, "g": {"type": "string"}, "dual": {"type": "string"}, "twoPlayer": {"type": "stri...
{"mode" : "kA2", "mini" : "kA3", "speed" : "kA4", "legacy1Blend" : "kA5", "bg" : "kA6", "g" : "kA7", "dual" : "kA8", "twoPlayer" : "kA10", "offsetSong" : "kA13", "fadeIn" : "kA15", "fadeOut" : "kA16", "font" : "kA18", "legacyBgR" : "kS1", "legacyBgG" : "kS2", "legacyBgB" : "kS3", "legacyGR" : "kS4", "legacyGG" : "kS5",...
json_instruct
{"type": "object", "properties": {"mode": {"type": "string"}, "mini": {"type": "string"}, "speed": {"type": "string"}, "legacy1Blend": {"type": "string"}, "bg": {"type": "string"}, "g": {"type": "string"}, "dual": {"type": "string"}, "twoPlayer": {"type": "string"}, "offsetSong": {"type": "string"}, "fadeIn": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3...
{"configuration" : ["DECRYPT", "FORWARD", "VERIFY", "BASE", "ADDRESSBOOK"], "regionsToProcessedPerformance" : {"97d6b9cd-219f-4876-b7d9-ff268e14fad3" : -532897, "c4f7c3e0-8d91-4106-807f-1d51aecd3319" : 22709088337, "7e24ab7e-330e-498a-90e4-f41edadb0db8" : 4140946257, "9ff8b7cf-c2d8-4b4b-8509-2ba26a2107a0" : -732609, "e...
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"97d6b9cd-219f-4876-b7d9-ff268e14fad3": {"type": "integer"}, "c4f7c3e0-8d91-4106-807f-1d51aecd3319": {"type": "integer"}, "7e24ab7e-330e-498a-90e4-f41edad...
Generate a valid JSON object that conforms to the following 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...
{"_comment" : "DO NOT EDIT MANUALLY - See ../../../README.md", "name" : "flowex", "full_name" : "antonmi/flowex", "owner" : "antonmi", "private" : false, "html_url" : "https://github.com/antonmi/flowex", "description" : "Flow-Based Programming framework for Elixir", "fork" : false, "url" : "https://api.github.com/repos...
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...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type...
{"origin" : "http://wallbase.cc/wallpaper/217909", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-217909.jpg", "views" : 1926, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1024, "colors" : ["#fef1d7", "#120000", "#423f46", "#6a0708", "#e5cf9b"], "comments" : [""]...
json_instruct
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ExecutableFile": {"type": "string"}, "JudgeExecutableFile": {"type": "string"}, "TimeLimit": {"type": "integer"}, "SingleRun": {"type": "object", "properties": {"InputFile": {"type": "string"}, "OutputFile": {"type":...
{"ExecutableFile" : "../ExecuteSolution/x64/Release/ExecuteSolution.exe", "JudgeExecutableFile" : "../JudgeTest/x64/Release/JudgeTest.exe", "TimeLimit" : 10000, "SingleRun" : {"InputFile" : "single.txt", "OutputFile" : "result.txt"}, "ExampleRun" : {"ExampleInputFileDirectory" : "input/", "ExampleInputFilePrefix" : "ex...
json_instruct
{"type": "object", "properties": {"ExecutableFile": {"type": "string"}, "JudgeExecutableFile": {"type": "string"}, "TimeLimit": {"type": "integer"}, "SingleRun": {"type": "object", "properties": {"InputFile": {"type": "string"}, "OutputFile": {"type": "string"}}, "required": ["InputFile", "OutputFile"]}, "ExampleRun": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, ...
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "In a small casserole dish, mix the spinach, artichoke hearts, cheese, mayonnaise, and Alfredo sauce.", "Bake 20 minutes in the preheated oven, or until lightly bubbly and lightly browned."], "ingredients" : ["1 (10 ounce) package frozen chopped spinach...
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "st...
{"data" : {"id" : 47835, "title" : "Ship's captain George Henry Swan of the ship Farningham and Mrs Swan, ca. 1870-1871 / photographer B. C. Boake", "primoId" : "ADLIB110349289", "slug" : "adlib110349289", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525919378679.jpg", "content...
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Facilities": {"type": "string"}, "Patients": {"type": "string"}, "Sample Test": {"type": "string"}, "Shifting": {"type": "string"}, "Resource": {"type": "string"}, "External Results": {"type": "string"}, "Users": {"type": "str...
{"Facilities" : "Facilities", "Patients" : "Patients", "Sample Test" : "Sample Test", "Shifting" : "Shifting", "Resource" : "Resource", "External Results" : "External Results", "Users" : "Users", "Profile" : "Profile", "Dashboard" : "Dashboard"}
json_instruct
{"type": "object", "properties": {"Facilities": {"type": "string"}, "Patients": {"type": "string"}, "Sample Test": {"type": "string"}, "Shifting": {"type": "string"}, "Resource": {"type": "string"}, "External Results": {"type": "string"}, "Users": {"type": "string"}, "Profile": {"type": "string"}, "Dashboard": {"type":...
The schema below describes a JSON structure. Generate a valid example: {"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" : ["coffeecheese:ham_raw", "coffeecheese:ham_green"]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : "to make the pizza flour"}
json_instruct
{"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "columns": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "datatype": {"...
{"uuid" : "d70320ec-949f-44df-8bf4-92dc005dd07d", "version" : "2.1", "name" : "CUSTOMER", "columns" : [{"id" : "1", "name" : "C_CUSTKEY", "datatype" : "integer"}, {"id" : "2", "name" : "C_NAME", "datatype" : "varchar(25)"}, {"id" : "3", "name" : "C_ADDRESS", "datatype" : "varchar(40)"}, {"id" : "4", "name" : "C_CITY", ...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "columns": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "datatype": {"type": "string"}}, "required": ["id", "name", "datatype"]}}...
Based on the schema below, produce a valid JSON object: {"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...
{"text" : {"0" : {"m1" : "\u0627\u06cc \u062f\u0627\u062f\u0647 \u063a\u0645\u062a \u0628\u0628\u0627\u062f \u062c\u0627\u0646\u0645 \u0686\u0648 \u0634\u0645\u0639", "m2" : "\u062a\u0627 \u06a9\u06cc \u0632 \u063a\u0645\u062a \u0627\u0634\u06a9 \u0641\u0634\u0627\u0646\u0645 \u0686\u0648\u0646 \u0634\u0645\u0639\u061f...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "token": {"type": "integer"}, "source": {"type": "string"}}, "required": ["line", "token", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"line" : 2, "token" : 7, "source" : "what"}, {"line" : 2, "token" : 7, "source" : "the"}, {"line" : 2, "token" : 7, "source" : "programmer"}, {"line" : 2, "token" : 7, "source" : "thought"}, {"line" : 2, "token" : 7, "source" : "it"}, {"line" : 2, "token" : 7, "source" : "was"}, {"line" : 2, "token" : 1, "source" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "token": {"type": "integer"}, "source": {"type": "string"}}, "required": ["line", "token", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_ema...
{"id" : 176361, "name" : "ClickUp Wide", "description" : "Widescreen ClickUp adaptation :\r\n- search\r\n- task view", "user" : {"id" : 57779, "name" : "V1rgul", "email" : "redacted", "paypal_email" : null, "homepage" : "http://v1rgul.free.fr", "about" : null, "license" : "ccbyncsa"}, "updated" : "2019-10-16T14:34:44.0...
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": "string"}, "abo...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["nginx.access.geoip.country_iso_code: AT", "nginx.access.geoip.country_iso_code: KR", "nginx.access.geoip.country_iso_code: CH", "nginx.access.geoip.country_iso_code: BR", "nginx.access.geoip.country_iso_code: NL", "nginx.access.geoip.country_iso_code: IN", "nginx.access.geoip.country_iso_code: GB", "nginx.access.geoi...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required...
{"t" : "kaci'odihang", "h" : [{"d" : [{"f" : "\u56de\u61c9\u7684\uff0c\u6709\u53cd\u56ae\u7684\u3002"}, {"f" : "\uff08\u8868\u4fc3\u4f7f\u3001\u547d\u4ee4\uff09\u8acb\u56de\u61c9\uff0c\u8acb\u53cd\u56ae\u3002", "e" : ["\ufff9`Ka~`ci'odihang~ `ko~ `namo~ `ano~ `patapalen~.\ufffa\ufffb\u547c\u53eb\u4f60\u5011\u6642\u8acb...
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"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Name": {"type": "string"}, "Type": {"type": "string"}, "Template": {"type": "string"}, "Suspension": {"type": "object", "properties": {"Input File": {"type": "string"}, "Location": {"type": "array", "items": {"typ...
{"Name" : "MAN_5t Front Suspension Test", "Type" : "SuspensionTest", "Template" : "SuspensionTest", "Suspension" : {"Input File" : "MAN_5t/suspension/MAN_5t_SolidAxle.json", "Location" : [4.3013, 0, 0.0264], "Left Wheel Input File" : "MAN_5t/wheel/MAN_5t_Wheel_FrontLeft.json", "Right Wheel Input File" : "MAN_5t/wheel/M...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Type": {"type": "string"}, "Template": {"type": "string"}, "Suspension": {"type": "object", "properties": {"Input File": {"type": "string"}, "Location": {"type": "array", "items": {"type": "number"}}, "Left Wheel Input File": {"type": "string"}, "Right Whee...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author"...
{"title" : "hakuX5 sexy love r18\uff1f", "author" : "aaaa8525", "description" : "\u91cc\u7248\uff1f\u5176\u5b9e\u4e5f\u4e0d\u7b97\u5427\uff08\u7b11\uff09......<br>\u81ea\u6539modle\uff1aTDAundefinedHakuundefinedLingerieundefinedDress", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnail...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "ob...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "TX"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Hudspeth", "state" : "TX"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-105.9973, 31.9998], [-104.9184, 31.9998], [-104.9184, 30.6634], [-104....
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"src\\views\\vueI18\\index.vue": {"type": "array", "items": {"type": "object", "properties": {"en": {"type": "string"}, "url": {"type": "string"}}, "required": ["en", "url"]}}}, "required": ["src\\views\\vueI18\...
{"src\\views\\vueI18\\index.vue" : [{"en" : "\u641e\u4e2a\u4e2d\u6587\u770b\u4e00\u4e0b", "url" : "src\\views\\vueI18\\index.vue"}, {"en" : "\u4f60\u597d\u4e16\u754c", "url" : "src\\views\\vueI18\\index.vue"}]}
json_instruct
{"type": "object", "properties": {"src\\views\\vueI18\\index.vue": {"type": "array", "items": {"type": "object", "properties": {"en": {"type": "string"}, "url": {"type": "string"}}, "required": ["en", "url"]}}}, "required": ["src\\views\\vueI18\\index.vue"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "...
{"nom" : "Marant", "dpt" : "Pas-de-Calais", "inscrits" : 65, "abs" : 12, "votants" : 53, "blancs" : 3, "nuls" : 1, "exp" : 49, "res" : [{"panneau" : "1", "voix" : 25}, {"panneau" : "2", "voix" : 24}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"...
{"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 24.5959837, "lng" : 86.6031465}, "viewport" : {"northeast" : {"lat" : 24.5977489802915, "lng" : 86.6043828302915}, "southwest" : {"lat" : 24.5950510197085, "lng" : 86.60168486970849}}}, "icon" : "https://maps...
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "...
{"appid" : "6b1df10bbb1575fb941f402500ccb516ac34b542", "name" : "ESPHome", "website" : "https://esphome.io", "license" : "MIT License", "description" : "ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.", "enhanced" : ...
json_instruct
{"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "...