input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
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" : "0x59367d450578e282de4eef5f25441f121e222dc18eb33a619c26a6f571835a01", "parentHash" : "0xc1841a3f95e79924196310f3d64af7c4295472b7246c51e43bedfba82b244a47", "number" : 53131, "timestamp" : 1439032967, "nonce" : "0x051be235acf27f0b", "difficulty" : 1572393268570, "gasLimit" : {"_hex" : "0x205118"}, "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"]...
Generate a valid JSON object that conforms to the following schema: {"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" : [[[-110.823834, 32.234105], [-110.823832, 32.235551], [-110.813081, 32.235518], [-110.813102, 32.231807], [-110.815317, 32.231816], [-110.815101, 32.228128], [-110.816388, 32.225651], [-110.816389, 32.223122], [-110.815387, ...
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...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "options": {"type": "object", "properties": {"or": {"type": "string"}}, "required": ["or"]}, "shex": {"type": "string"}, "shape": {"type": "string"}, "termResolv...
[{"name" : "3backtick_pass", "options" : {"or" : "someOf"}, "shex" : "3backtick.shex", "shape" : "http://a.example/S", "termResolver" : "backtick.owl", "data" : "backtick.ttl", "node" : "http://a.example/s"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "options": {"type": "object", "properties": {"or": {"type": "string"}}, "required": ["or"]}, "shex": {"type": "string"}, "shape": {"type": "string"}, "termResolver": {"type": "string"}, "data": {"type": "string"}, "node": {"type": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"thag1.47:0.1": {"type": "string"}, "thag1.47:0.2": {"type": "string"}, "thag1.47:0.3": {"type": "string"}, "thag1.47:0.4": {"type": "string"}, "thag1.47:1.1": {"type": "string"}, "thag1.47:1.2": {"type": "string"}, "thag1.47:1...
{"thag1.47:0.1" : "<article id='thag1.47'><header><ul><li class='division'>{}</li>", "thag1.47:0.2" : "<li>{}</li>", "thag1.47:0.3" : "<li>{}</li></ul>", "thag1.47:0.4" : "<h1 class='sutta-title'>{}</h1></header>", "thag1.47:1.1" : "<blockquote class='gatha'><p><span class='verse-line'>{}</span>", "thag1.47:1.2" : "<sp...
json_instruct
{"type": "object", "properties": {"thag1.47:0.1": {"type": "string"}, "thag1.47:0.2": {"type": "string"}, "thag1.47:0.3": {"type": "string"}, "thag1.47:0.4": {"type": "string"}, "thag1.47:1.1": {"type": "string"}, "thag1.47:1.2": {"type": "string"}, "thag1.47:1.3": {"type": "string"}, "thag1.47:1.4": {"type": "string"}...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "stri...
[{"time" : "13:17", "quote_first" : "", "quote_time_case" : "One seventeen", "quote_last" : " and four seconds. That shorter guy\u2019s really got it made, and gets on a scooter, and that taller one, he goes in. One seventeen and forty seconds. That girl there, she\u2019s got a green ribbon in her hair. Too bad that bu...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["time", "quote_first", "quote_time_case", "quote_l...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"apps": {"type": "object", "properties": {"ios": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "get_app_bundle": {"type": "string"}, "launch_argume...
{"apps" : {"ios" : [{"id" : "com.salesforce.mobiletooling.lwctestapp", "name" : "LWC Test App", "get_app_bundle" : "configure_ios_test_app.ts", "launch_arguments" : [{"name" : "ShowDebugInfoToggleButton", "value" : "true"}, {"name" : "username", "value" : "Astro"}], "preview_server_enabled" : true}], "android" : [{"id"...
json_instruct
{"type": "object", "properties": {"apps": {"type": "object", "properties": {"ios": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "get_app_bundle": {"type": "string"}, "launch_arguments": {"type": "array", "items": {"type": "object", "properties": {"na...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status":...
{"id" : "89169168-80ff-3e8b-880e-e03e3b74241e", "request" : {"url" : "/auth/realms/demo/.well-known/openid-configuration", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-auth-realms-demo-.well-known-openid-configuration-eLUHM.json", "headers" : {"Cache-Control" : "no-cache, must-revalidate, no-...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {...
Generate a valid JSON object that conforms to the following 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": {"t...
{"nom" : "Marcheprime", "circ" : "8\u00e8me circonscription", "dpt" : "Gironde", "inscrits" : 3569, "abs" : 1781, "votants" : 1788, "blancs" : 32, "nuls" : 5, "exp" : 1751, "res" : [{"nuance" : "REM", "nom" : "Mme Sophie PANONACLE", "voix" : 695}, {"nuance" : "FI", "nom" : "Mme C\u00e9cile COTI", "voix" : 297}, {"nuanc...
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": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "strin...
{"name" : "Dunkles Eisenschwert", "description" : "Das ist einfach nur ein normales Eisenschwert, das etwas dunkler geraten ist.", "weapontype" : "Einh\u00e4nder", "rarity" : "3", "baseatk" : 39, "substat" : "Elementarkunde", "subvalue" : "31", "effectname" : "Hochspannung", "effect" : "Erh\u00f6ht den ANG nach Ausl\u0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "effectname": {"type": "string"}, "effect": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d721-68", "text" : "getting copies duplicated which might well expedite things during\nthe business meeting* This would seem te be the sensible thing te\nde In the cases ef Important decisions ef the board of directors.\nImportant announcements te be made, questions which hare te be put\nte the assembled membe...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"t...
{"type" : "minecraft:crafting_shaped", "pattern" : ["#LH", "LAL", "BFB"], "key" : {"#" : {"item" : "minecraft:golden_apple"}, "L" : {"item" : "minecraft:lapis_lazuli"}, "H" : {"item" : "minecraft:hay_block"}, "A" : {"item" : "minecraft:apple"}, "B" : {"item" : "minecraft:bookshelf"}, "F" : {"item" : "minecraft:lapis_bl...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema....
{"assessment" : [{"name" : "Histology Practical Class Mini-quizzes", "weight" : 15}, {"name" : "End-of-semester Practical Exam", "weight" : 25}, {"name" : "End-of-semester Theory Exam", "weight" : 60}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900744484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744485": {"type": "object", "properties": {"nama": {"type...
{"900744484" : {"nama" : "TPS 1", "dapil" : [7401, 17402, 2740602]}, "900744485" : {"nama" : "TPS 2", "dapil" : [7401, 17402, 2740602]}, "900744486" : {"nama" : "TPS 3", "dapil" : [7401, 17402, 2740602]}, "900744487" : {"nama" : "TPS 4", "dapil" : [7401, 17402, 2740602]}, "900744488" : {"nama" : "TPS 5", "dapil" : [740...
json_instruct
{"type": "object", "properties": {"900744484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744485": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
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 G4862 (\u03c3\u03c5\u03b3\u03ba\u03b1\u03b8\u03af\u03b6\u03c9) and G2523 (\u03c3\u03c5\u03b3\u03ba\u03b1\u03b8\u03af\u03b6\u03c9);", "kjv_def" : "(make) sit (down) together", "lemma" : "\u03c3\u03c5\u03b3\u03ba\u03b1\u03b8\u03af\u03b6\u03c9", "frequency" : 2, "strongs_def" : " to give (or take) a ...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"X-Api-Key": {"type": "string"}, "SentWith": {"type": "string"}}, "requi...
[{"request" : {"body" : "", "headers" : {"X-Api-Key" : "E7IhEbGz3YKVv7BgOyIhr2cs9ikIn8ssXpymLgtoR1AsvtAl0xwjOqkAuDJN1WoW", "SentWith" : "elixir-test"}, "method" : "get", "options" : [], "request_body" : "", "url" : "https://gateway.sms77.io/api/contacts?action=read"}, "response" : {"binary" : false, "body" : "\"5800718...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"X-Api-Key": {"type": "string"}, "SentWith": {"type": "string"}}, "required": ["X-Api-Key", "SentWith"]}, "method": {"type": "string"}, "opti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "Tooltip": {"type": "string"}, "Type": {"type": "string"}, "Skill": {"type": "string"}, "Icon": {"type": "string"}, "Effects": {"type": "array", "items": {"type": "object", "propert...
{"Name" : "$ability_RPGHeimFightingSpirit", "Tooltip" : "$ability_RPGHeimFightingSpirit_tooltip", "Type" : "Passive", "Skill" : "Fighter", "Icon" : "Assets/Icons/Abilities/Fighter/FightingSpirit.png", "Effects" : [{"Target" : "Self", "StatusEffects" : [{"Name" : "SE_Stats", "Display_Name" : "$ability_RPGHeimFightingSpi...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Tooltip": {"type": "string"}, "Type": {"type": "string"}, "Skill": {"type": "string"}, "Icon": {"type": "string"}, "Effects": {"type": "array", "items": {"type": "object", "properties": {"Target": {"type": "string"}, "StatusEffects": {"type": "array", "item...
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": {"pretest": {"type": "string"}, "test": {"t...
{"name" : "kds-lambda-consumer", "version" : "1.1.0", "description" : "sample lambda consumer for KDS", "main" : "index.js", "scripts" : {"pretest" : "npm ci", "test" : "nyc --reporter=text mocha test/*.spec.js"}, "private" : true, "license" : "Apache-2.0", "author" : {"name" : "aws-solutions-builder"}, "devDependencie...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "private": {"type": "bool...
Please provide a valid JSON object following this schema: {"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": "numbe...
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [65.161, 170.915, 0.835994, 0, 0, 0, 20.0655, 196.33, 0.813146, 55.2931, 257.204, 0.852159, 118.078, 290.507, 0.868806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57.3841, 163.065, 0.893942, 0, 0, 0, ...
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": {}}, ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nome": {"type": "string"}, "idade": {"type": "integer"}, "profissao": {"type": "string"}}, "required": ["nome", "idade", "profissao"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nome" : "Matheus", "idade" : 30, "profissao" : "Desenvolvedor de Software"}
json_instruct
{"type": "object", "properties": {"nome": {"type": "string"}, "idade": {"type": "integer"}, "profissao": {"type": "string"}}, "required": ["nome", "idade", "profissao"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label"...
{"code" : "698", "description" : "", "label" : "No awareness programme for protection of security equipment", "mode" : 0, "status" : 1, "uuid" : "69fc1eec-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.or...
The schema below describes a JSON structure. Generate a valid example: {"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" : "6302161001", "district_id" : "6302161", "name" : "BATANG KULUR"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#...
[{"Similarity" : "0.956", "Title" : "Cake or Hat Words Change How Young Children Process Visual Objects", "Year" : 2017}, {"Similarity" : "0.943", "Title" : "A Learned Label Modulates Object Representations in 10-Month-Old Infants", "Year" : 2016}, {"Similarity" : "0.933", "Title" : "The Effect of Labels on Categorizat...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema...
{"id" : "170402100601", "variable1" : 0.1075, "variable2" : -0.2358, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type"...
{"name" : "jscript", "version" : "1.0.0", "authors" : ["Thibaud B. <contact@thibaudb.com>"], "description" : "Not another JavaScript playground", "main" : "gulpfile.js", "keywords" : ["javascript", "css", "table"], "license" : "MIT", "homepage" : "thibaudbe.github.io/jscript/", "ignore" : ["**/.*", "node_modules", "bow...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"css/bootstrap-grid.css": {"type": "string"}, "css/bootstrap-grid.min.css": {"type": "string"}, "css/bootstrap-reboot.css": {"type": "string"}, "css/bootstrap-reboot.min.css": {"type": "string"}, "css/bootstrap-rtl.cs...
{"css/bootstrap-grid.css" : "sha512-sKgmghFRG7B1YDpev30r6BuKAY6hE1cPhJcBo2sI+lRC9wLgBJhRGP3OOcWYO0wYecbFQCrIN7jmjOc0pA2mIQ==", "css/bootstrap-grid.min.css" : "sha512-GzxL319kwccGxRDh0yFW83+L/XM6lXDZNp3/HFQ4Zk7C8mLTd0YajjWFnyowoMBThPlYonw6i1zIMqnEaMXjcw==", "css/bootstrap-reboot.css" : "sha512-oZstHErtjXZvy8CoMh9JKQ1MxV...
json_instruct
{"type": "object", "properties": {"css/bootstrap-grid.css": {"type": "string"}, "css/bootstrap-grid.min.css": {"type": "string"}, "css/bootstrap-reboot.css": {"type": "string"}, "css/bootstrap-reboot.min.css": {"type": "string"}, "css/bootstrap-rtl.css": {"type": "string"}, "css/bootstrap-rtl.min.css": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["simplebar", "unselectable", "viewbox"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"EventCode": {"type": "string"}, "Counter": {"type": "string"}, "UMask": {"type": "string"}, "EventName": {"type": "string"}, "SampleAfterValue": {"type": "string"}, "BriefDescription": {"...
[{"EventCode" : "0x32", "Counter" : "0,1,2,3", "UMask" : "0x1", "EventName" : "SW_PREFETCH_ACCESS.NTA", "SampleAfterValue" : "2000003", "BriefDescription" : "Number of PREFETCHNTA instructions executed.", "CounterHTOff" : "0,1,2,3,4,5,6,7"}, {"EventCode" : "0x32", "Counter" : "0,1,2,3", "UMask" : "0x2", "EventName" : "...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"EventCode": {"type": "string"}, "Counter": {"type": "string"}, "UMask": {"type": "string"}, "EventName": {"type": "string"}, "SampleAfterValue": {"type": "string"}, "BriefDescription": {"type": "string"}, "CounterHTOff": {"type": "string"}}, "required": ["Ev...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language...
{"citations" : [{"textCitation" : "[See termoeu1w on Metamath](http://us.metamath.org/mpegif/termoeu1w.html)"}], "names" : ["termoeu1w"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cC", "#T_wcel", "#T_ccat", "#T_wph", "#T_wi", "#T_cA", "#T_wcel", "#T_ctermo", "#T_cfv", "#T_cC", "#T_wph", "#...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty...
{"userId" : 57795, "cartId" : "48fb316e-34a3-476c-a7a9-7837314f5908", "preferredProducts" : [3978, 3574, 1754, 4323, 3624, 738, 1145, 468, 4813, 2931], "productReviews" : [{"productId" : 578, "reviewText" : "It only works when I'm New Caledonia.", "reviewDate" : "2020-02-23T17:44:21.1469946+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "wildnature:block/rhyolite_wall_bricks_mossy_inventory"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.29": {"type": "integer"}, "0.95": {"type"...
{"hour positive count" : 9, "hour neutral count" : 1, "hour negative count" : 4, "hour distri" : {"0.29" : 1, "0.95" : 1, "0.05" : 2, "0.97" : 2, "1.0" : 2, "0.45" : 1, "0.28" : 1, "0.94" : 1, "0.99" : 2, "0.96" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.29": {"type": "integer"}, "0.95": {"type": "integer"}, "0.05": {"type": "integer"}, "0.97": {"type": "i...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"growth_stage=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=1": {"type": "object", "properties": {"model": {...
{"variants" : {"growth_stage=0" : {"model" : "resynth:block/plant/dark_pearl/plant_0"}, "growth_stage=1" : {"model" : "resynth:block/plant/dark_pearl/plant_1"}, "growth_stage=2" : {"model" : "resynth:block/plant/dark_pearl/plant_2"}, "growth_stage=3" : {"model" : "resynth:block/plant/dark_pearl/plant_3"}, "growth_stage...
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"growth_stage=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=2": {"type": "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft...
{"index" : 2626, "redacted" : false, "hash" : 2305541290, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"tapklik": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "google": {"type": "object", "...
{"tapklik" : {"name" : "", "submit_api" : "", "status" : ""}, "google" : {"name" : "", "submit_api" : "", "status" : ""}, "adex0.2" : {"name" : "", "submit_api" : "", "status" : ""}, "adex0.3" : {"name" : "", "submit_api" : "", "status" : ""}}
json_instruct
{"type": "object", "properties": {"tapklik": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "google": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "strin...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"house_colour": {"type": "string"}, "reverse_house_colour": {"type": "string"}, "font_colour": {"type": "string"}, "reverse_font_colour": {"type": "string"}, "primary_language": {"type": "string"}}, "required": ["house_colour",...
{"house_colour" : "#1e88e5", "reverse_house_colour" : "#ffffff", "font_colour" : "#ffffff", "reverse_font_colour" : "#ffffff", "primary_language" : "English"}
json_instruct
{"type": "object", "properties": {"house_colour": {"type": "string"}, "reverse_house_colour": {"type": "string"}, "font_colour": {"type": "string"}, "reverse_font_colour": {"type": "string"}, "primary_language": {"type": "string"}}, "required": ["house_colour", "reverse_house_colour", "font_colour", "reverse_font_colou...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "directo...
{"domain" : "koonsky.com", "title" : "\u638c\u63a7\u5929\u4e0b(\u5317\u4eac)\u79d1\u6280\u6709\u9650\u516c\u53f8", "type" : "\u4e2a\u4eba", "license" : "\u4eacICP\u590706067910\u53f7-1", "name" : "\u638c\u63a7\u5929\u4e0b(\u5317\u4eac)\u79d1\u6280\u6709\u9650\u516c\u53f8", "homepage" : "www.mz00.com", "audit" : "2006-1...
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "e...
{"name" : "Patternlibrary GUI", "version" : "0.0.1", "author" : {"name" : "[bjoernbartels.earth]", "email" : "coding@bjoernbartels.earth", "url" : "https://bjoernbartels.earth"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "author"], "$schema": "htt...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "...
{"polyfill" : ["/polyfill-489e4b337d518a0ec64d.js"], "app" : ["/app-803293108cc840915089.js"], "component---cache-caches-gatsby-plugin-offline-app-shell-js" : ["/component---cache-caches-gatsby-plugin-offline-app-shell-js-d9f7981fd2d4701e9fe6.js"], "component---src-pages-404-js" : ["/component---src-pages-404-js-b2cdbb...
json_instruct
{"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "004", "name" : "\u9db4\u898b", "name_kana" : "\uff82\uff99\uff90"}, {"code" : "019", "name" : "\u9db4\u30f6\u5cf0", "name_kana" : "\uff82\uff99\uff76\uff9e\uff90\uff88"}, {"code" : "053", "name" : "\u7db1\u5cf6", "name_kana" : "\uff82\uff85\uff7c\uff8f"}, {"code" : "055", "name" : "\u3064\u304d\u307f\u91ce"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003249": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie...
{"type" : "Topology", "objects" : {"E01003249" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00016398", "LAD11CD" : "E09000023"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003249": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "origin": {"type": "string"}, "destination": {"type": "string"}}, "required": ["name", "origin", "destination"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "AirportBus", "origin" : "Barcelona", "destination" : "Gerona Airport"}, {"name" : "Train", "number" : "78A", "origin" : "Madrid", "destination" : "Barcelona", "seat" : "45B"}, {"name" : "Flight", "number" : "SK455", "origin" : "Gerona Airport", "destination" : "Stockholm", "gate" : "45B", "seat" : "3A", "co...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "origin": {"type": "string"}, "destination": {"type": "string"}}, "required": ["name", "origin", "destination"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "license": {"type": "st...
{"name" : "phantauth-default", "version" : "1.0.0", "description" : "PhantAuth Default tenant", "scripts" : {"build" : "eleventy"}, "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/phantauth/phantauth-default.git"}, "devDependencies" : {"@11ty/eleventy" : "^0.7.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type...
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"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "sc...
{"name" : "assert-equal-html", "version" : "0.1.1", "description" : "Assert the equality of two HTML fragments", "main" : "javascript/app.js", "types" : "javascript/app.d.ts", "files" : ["javascript"], "scripts" : {"test" : "smol test"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/mvasilkov/assert...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "req...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies...
{"remainingRequest" : "/Users/naomi/Sites/lala/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/naomi/Sites/lala/node_modules/pug-plain-loader/index.js!/Users/naomi/Sites/lala/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/naomi/Sites/lala/node_modules/vue-loader/lib/index.js??vu...
json_instruct
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "ar...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "start": {"type": "s...
{"name" : "oa-emulators-docker", "version" : "1.0.0", "private" : true, "scripts" : {"build" : "ts-node src/build.ts", "prepare" : "ts-node src/prepare.ts", "start" : "ts-node src/start.ts"}, "dependencies" : {"boxen" : "^5.1.2", "dockerode" : "^3.3.1", "fs-extra" : "^10.0.1", "globby" : "^11.0.2", "log-update" : "^4.0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "prepare", "start"]}, "dependencies": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "emendatusenigmatica:block/apatite_c_limestone_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": "i...
{"id" : 404382459, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "02528fa16f5f7a883a67a0599d3aa6a5", "wof:id" : 404382459, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.83207824185956, 47.39893481742444, 6.87441564800638, 47.42279641224168...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["chinese-cities", "grunt-tenon", "lighthouse-client", "wordrank-client"]
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": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "...
{"id" : 643, "name" : "Nickel", "base_rgb" : [128, 26, 26], "cloth" : {"brightness" : 37, "contrast" : 1.5625, "hue" : 50, "saturation" : 0.195312, "lightness" : 1.28906, "rgb" : [136, 130, 102]}, "leather" : {"brightness" : 37, "contrast" : 1.5625, "hue" : 50, "saturation" : 0.195312, "lightness" : 1.28906, "rgb" : [1...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parsed": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "projectUrl": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "st...
{"parsed" : {"name" : "es6-promises", "version" : "", "projectUrl" : "https://github.com/jakearchibald/ES6-Promises", "authors" : [{"name" : "Fran\u00e7ois de Campredon", "url" : "https://github.com/fdecampredon"}], "reposUrl" : "https://github.com/borisyankov/DefinitelyTyped"}}
json_instruct
{"type": "object", "properties": {"parsed": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "projectUrl": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Capture payment with prompt for security code and card type", "type" : "server"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["cont...
{"contract" : "0x2c7b4144b737553743c3fc1988b9318eeb809bbb", "tool" : "slither", "start" : 1563566787.192096, "end" : 1563566790.712733, "duration" : 3.520637035369873, "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": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "requ...
{"variants" : {"type=egg" : {"model" : "conquest:block/nero_africano_black_marble_sphere_dragonegg"}, "type=small" : {"model" : "conquest:block/nero_africano_black_marble_sphere_small"}, "type=large" : {"model" : "conquest:block/nero_africano_black_marble_sphere"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=large": {"type": "object", "prop...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "nu...
[{"Id" : "130277", "ThreadId" : "39268", "Html" : "I have a small ubuntu webserver installed on an old pc. <br>\r\n<br>\r\nTrying some sample code on my homeserver doesn't give any problems. On my host, conditions (php 5.2, ...) are ok, I get a &quot;500 internal server&quot; on this line: $objWriter-&gt;save( 'php://o...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma...
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "element": {"type": "string"}, "weapon": {"type": "string"}, "hasDriver": {"type": "boolean"}}, "required": ["name", "element", "weapon", "hasDriver"]}, "$schema": "http...
[{"name" : "Pyra", "element" : "Fire", "weapon" : "Aegis Sword", "hasDriver" : true}, {"name" : "Mythra", "element" : "Light", "weapon" : "Aegis Sword", "hasDriver" : true}, {"name" : "Dromarch", "element" : "Water", "weapon" : "Dual Rings", "hasDriver" : true}, {"name" : "Nia", "element" : "Water", "weapon" : "Catalys...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "element": {"type": "string"}, "weapon": {"type": "string"}, "hasDriver": {"type": "boolean"}}, "required": ["name", "element", "weapon", "hasDriver"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"...
{"text" : "Before appointing an interpreter, an appointing authority shall make a preliminary determination that the interpreter is able to accurately communicate with and translate information to and from the communication-impaired person involved. If the interpreter is not able to provide effective communication with...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"sitename": {"type": "string"}, "host": {"type": "string"}, "admin": {"type": "string"}}, "required": ["sitename", "host", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sitename" : "##PROJECT##", "host" : "pantheon", "admin" : "trotton"}
json_instruct
{"type": "object", "properties": {"sitename": {"type": "string"}, "host": {"type": "string"}, "admin": {"type": "string"}}, "required": ["sitename", "host", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "bool...
{"name" : "cra-example", "author" : "Rapha\u00ebl Th\u00e9riault <raphael_theriault@outlook.com> (https://raphaeltheriault.com)", "description" : "Exemple le plus simple et complet possible d'application React", "homepage" : ".", "repository" : "https://github.com/raftario/cra-example", "version" : "1.0.0", "private" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": ...
{"acadYear" : "2019/2020", "description" : "This module examines the conceptual foundation of access to justice and the practical challenges it raises in formal systems of dispute resolution. Using a Research Seminar structure, the module integrates academic analysis with experiential learning by providing students wit...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "st...
Based on the schema below, produce a valid JSON object: {"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"...
{"body" : "Add dependent of alsa-lib.", "user" : "t-nojiri", "url" : "https://api.github.com/repos/spack/spack/issues/17616", "updated_at" : "2020-07-24 22:56:35", "created_at" : "2020-07-21 08:10:51", "closed_at" : "2020-07-24 22:56:35", "state" : "closed", "title" : "brltty: Add depend alsa-lib.", "number" : 17616, "...
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": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/main.js": {"type": "boolean"}}, "required": ["static/development/pages/main.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema....
{"h" : "64f3085aa2b98f36bcfc", "c" : {"static/development/pages/main.js" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/main.js": {"type": "boolean"}}, "required": ["static/development/pages/main.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "The Cython compiler for writing C extensions for the Python language.", "home" : "http://cython.org/", "license" : "Apache"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required"...
{"latest_version" : ["0.6.0"], "meta" : {"description" : "Sphinx extension to support docstrings in Numpy format", "homepage" : "https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt", "license" : "BSD"}, "versions" : {"0.1" : {"sha256" : "21015cf4c7ed0948238c6273baa45c7013ddf860c10a8c4e6f6eeef4ff8386cd...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", ...
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "PA"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Cambria", "state" : "PA"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-78.8043, 40.7246], [-78.3497, 40.7246], [-78.5414, 40.5055], [-78.5633,...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"run_list" : ["recipe[shell]", "recipe[ruby]", "recipe[editor]", "recipe[apps]", "recipe[vms]"]}
json_instruct
{"type": "object", "properties": {"run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"chart.js": {"type": "string"}, "react-chartjs-2": {"type": "string"}}, "required": ["chart.js", "react-chartjs-2"]}}, "required": ["dependencies"], "$schema": "...
{"dependencies" : {"chart.js" : "^3.6.2", "react-chartjs-2" : "^4.0.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"chart.js": {"type": "string"}, "react-chartjs-2": {"type": "string"}}, "required": ["chart.js", "react-chartjs-2"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "color": {"type": "string"}, "mainboard": {"type": "object", "properties": {"type": {"type": "string"}, "number_pair": {"type": "string"}, "stamp": {"type": "string"}, "circled_letter...
{"type" : "AGS", "color" : "platinum", "mainboard" : {"type" : "C/AGT-CPU-01", "number_pair" : "7-2", "stamp" : "17Z53734", "circled_letters" : "CS", "year" : 2005, "month" : 12, "crystal" : {"type" : "KDSI 4.194", "label" : "KDSI 0538 4.194", "year" : 2005, "week" : 38}, "cpu" : {"type" : "CPU AGB B E", "manufacturer"...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "color": {"type": "string"}, "mainboard": {"type": "object", "properties": {"type": {"type": "string"}, "number_pair": {"type": "string"}, "stamp": {"type": "string"}, "circled_letters": {"type": "string"}, "year": {"type": "integer"}, "month": {"type": "int...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "stri...
{"name" : "db-manager", "private" : true, "version" : "1.0.0", "dependencies" : {"lodash" : "~3.10", "react" : "~0.14", "react-dom" : "~0.14", "react-redux" : "~4.0", "react-dragula" : "~1.1.15", "redux" : "~3.0", "shortid" : "~2.2"}, "devDependencies" : {"webpack" : "~1.12", "jsx-loader" : "~0.13", "file-loader" : "~0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "react-dragula": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "...
{"time_fct_id" : 15, "time_fct" : "time_62060", "affiliate_facet_id" : 2261, "affiliate_facet" : "Filmnegative, Ordner 896 Amerikahaus", "occurrence" : 445, "affiliates" : [{"facet_id" : 2261, "occurrence" : 453, "value" : "Landratsamt Hechingen"}, {"facet_id" : 23740, "occurrence" : 1, "value" : "Jacobs, Heinrich; Sta...
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "inte...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "key": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "theme": {"type": "object", "properties": {"colors": {"type": "object", "properties": {"bookmark...
{"description" : "", "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb+UKTwzgGCar0pe/l0z03+g2Lq6DHQsNWLe1bAVej1+jkXZ0v5CV0AH+2FGKP4xNXYoK/SMv1DegzWmwFiajxemOl9YnGYVrQEAhU/oKWrThWZZb6duP4upWb3f6terTvzIoqL6IZX2j5ZGGlwN3lC1AMuS4VK20n10fI/vlyawIDAQAB", "manifest_version" : 2, "name" : "Flat Coloured Theme", "theme" : {"col...
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "key": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "theme": {"type": "object", "properties": {"colors": {"type": "object", "properties": {"bookmark_text": {"type": "array", "items": {"type": "integer"}}, "b...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "...
[{"manufacturer" : "SOLO", "market_name" : "Inspire_U5", "codename" : "Inspire_U5", "model" : "Inspire_U5"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type...
{"category" : ["Mexican", "Caterers", "Event Planning & Services", "Restaurants", "Seafood"], "city" : "Las Vegas", "em_sigma_b" : 0.2113908195464682, "cum_star" : 4.2023809523809526, "name" : "Rubio's", "em_sigma_p" : 0.001401115607953151, "lat" : 36.1964872432, "lng" : -115.250543237, "em_star" : 4.83010888285593, "i...
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"101528\"": {"type": "string"}, "\"101909\"": {"type": "string"}, "\"101871\"": {"type"...
{"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"101528\"" : "Auyo", "\"101909\"" : "Babura", "\"101871\"" : "Birnin Kudu", "\"101870\"" : "Birniwa", "\"101799\"" : "Dutse", "\"101752\"" : "Gagarawa", "\"101746\"" : "Gantsa", "\"101743\"" : "Garki", "\"101713\"" : "Gumel", "\"1017...
json_instruct
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"101528\"": {"type": "string"}, "\"101909\"": {"type": "string"}, "\"101871\"": {"type": "string"}, "\"101870\"": {"type": "string"}, "\"101799\"": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"files": {"type": "object", "properties": {"static/index.html": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": ...
{"files" : {"static/index.html" : {"status" : "M", "num_chunks" : 7, "no_base_file" : false, "property_changes" : "", "num_added" : 17, "num_removed" : 10, "id" : 2, "is_binary" : false}}, "url" : null, "created" : "2012-03-22 11:17:28.250180", "owner" : "adg", "num_comments" : 1, "patchset" : 1, "owner_email" : "adg@g...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"static/index.html": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[857.5055355628714, 860.1886136431536, 867.3434885239063, 870.0265666041886]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"an1.61:1.1": {"type": "string"}, "an1.62:1.1": {"type": "string"}, "an1.63:1.1": {"type": "string"}, "an1.64:1.1": {"type": "string"}, "an1.65:1.1": {"type": "string"}, "an1.66:1.1": {"type": "string"}, "an1....
{"an1.61:1.1" : "csp1ed15.11, csp2ed15.11, dr20.13, ms15A1_129, msdiv61, ndp16.12, pts-vp-pli1.12, sc61.1, sya20.14, vri35.15", "an1.62:1.1" : "ms15A1_131, msdiv62, sc62.1", "an1.63:1.1" : "ms15A1_133, msdiv63, sc63.1", "an1.64:1.1" : "bj18.24, cck20.14, ms15A1_135, msdiv64, sc64.1", "an1.65:1.1" : "dr20.14, ms15A1_137...
json_instruct
{"type": "object", "properties": {"an1.61:1.1": {"type": "string"}, "an1.62:1.1": {"type": "string"}, "an1.63:1.1": {"type": "string"}, "an1.64:1.1": {"type": "string"}, "an1.65:1.1": {"type": "string"}, "an1.66:1.1": {"type": "string"}, "an1.67:1.1": {"type": "string"}, "an1.68:1.1": {"type": "string"}, "an1.69:1.1": ...
Based on the schema below, produce a valid JSON object: {"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": {}}, "t...
{"directions" : ["Prepare french fries as directed on the package.", "Stir cornstarch and water in a small cup until cornstarch dissolves; set aside. Bring milk and margarine to a boil in a saucepan, stirring constantly. Reduce the heat and whisk the cornstarch mixture into the milk mixture, bring to a simmer over med...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"category": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "context_name": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "req...
{"category" : {"" : "Standard", "ja" : "\u6a19\u6e96"}, "context_name" : {"" : "List Control", "ja" : "List\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb"}, "label" : {"" : "Down", "ja" : "\u4e0b\u3078"}, "type" : {"id" : "e14d8e9f-846e-40be-8003-b7f31e6a662c", "properties" : {"item_id" : "down", "caption" : {"" : "Down", "ja" :...
json_instruct
{"type": "object", "properties": {"category": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "context_name": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "label": {"type": "object", "propertie...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"creation_host": {"type": "string"}, "creation_dt": {"type": "string"}}, "required": ["creation_host", "creation_dt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"creation_host" : "9674d92d1d99", "creation_dt" : "2018-08-03T23:30:46Z"}
json_instruct
{"type": "object", "properties": {"creation_host": {"type": "string"}, "creation_dt": {"type": "string"}}, "required": ["creation_host", "creation_dt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "P7 Kristen Riksradio", "src" : "http://p7.no:8007/kristen_riksradio.mp3?t=1526282400"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type"...
{"name" : "SimpleObjectiveCAPIService", "version" : "1.0", "summary" : "Allows developers to work with local JSON stub files and switch to live API seamlessly.", "description" : "A small Objective-C utility that helps stub out an API with local JSON files which are based on the live endpoint name they represent. A sim...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "d...
{"name" : "@shopgate-project/search-doofinder", "version" : "1.1.0", "description" : "", "license" : "Apache-2.0", "scripts" : {"lint" : "eslint --ignore-path ../.gitignore --ext .js ."}, "devDependencies" : {"eslint" : "^6.8.0", "eslint-config-standard" : "^14.1.1", "eslint-plugin-import" : "^2.20.2", "eslint-plugin-n...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "devDependencies": {"type": "object", "properties": {"eslint": {...
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#"}
[[-254, -402, 3389, 81, -126, 9934, 459, -224, 135, -9139, 9, 367, -213, 228, -91, 8344, -128, -5585, -4526, -153, -10484, 2074, 91, -7734, 131, -14286, -4335, -54, 2091, 6836, 39, -300], [9874, 9892, 4152, 9870, 9884, 1797, 9951, 10160, 9999, 3715, 10115, 10064, 9825, 9990, 10119, 5678, 10022, 979, 9496, 9983, 2406, 7...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type...
{"name" : "news-api", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"develop" : "export $(cat secrets/app.env) && nodemon server.js", "start" : "export $(cat secrets/app.env) && functions-framework --target=app", "test" : "jest --runInBand --detectOpenHandles", "coverage" : "jest --coverage ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "r...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "geo": {"type": "object", "properties": {"l...
{"_id" : "brewery_Pokka_Beer_Works", "name" : "Pokka Beer Works", "address" : [], "city" : "Nagoya", "state" : "Chubu", "country" : "Japan", "geo" : {"loc" : ["136.906", "35.1814"], "accuracy" : "APPROXIMATE"}, "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "acc...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i...
{"directions" : ["In mixing bowl: measure 2 cups brown sugar, vegetable oil, and eggs. Cream on medium for 3 minutes. Add vanilla. Slowly add white flour and baking powder and salt. Add baking soda mixed in hot water separately.", "Add chocolate chips, and walnuts if desired. (Or substitute coconut, nuts, or bu...
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...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"c": {"type": "string"}, "cpp": {"type": "string"}, "py": {"type": "string"}}, "required": ["c", "cpp", "py"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : "", "cpp" : "", "py" : "print('works!')"}
json_instruct
{"type": "object", "properties": {"c": {"type": "string"}, "cpp": {"type": "string"}, "py": {"type": "string"}}, "required": ["c", "cpp", "py"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "p...
{"citations" : null, "paper_link" : "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Zs9227oAAAAJ&cstart=2759&pagesize=100&citation_for_view=Zs9227oAAAAJ:x7obfLuV8acC", "authors" : ["KP Singh", "RM Singru", "CNR Rao"], "title" : "Positron lifetimes and phase transitions in solids", "publication" :...
json_instruct
{"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://js...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Brunei": {"type": "integer"}, "Australia": {"type": "integer"}, "Mongolia": {"type": "integer"}, "Angola": {"type": "integer"}, "Canada": {"type": "integer"}, "Eritrea": {"type": "integer"}, "France": {"type": "integer"}, "Cam...
{"Brunei" : 11, "Australia" : 43, "Mongolia" : 6, "Angola" : 5, "Canada" : 13, "Eritrea" : 10, "France" : 6, "Cambodia" : 24, "United Kingdom" : 4, "Burma" : 3, "Benin" : 4, "Central African Republic" : 2, "Belize" : 4, "Barbados" : 5, "Antigua and Barbuda" : 13, "Chad" : 2, "Netherlands" : 3, "Comoros" : 11, "Bahamas"...
json_instruct
{"type": "object", "properties": {"Brunei": {"type": "integer"}, "Australia": {"type": "integer"}, "Mongolia": {"type": "integer"}, "Angola": {"type": "integer"}, "Canada": {"type": "integer"}, "Eritrea": {"type": "integer"}, "France": {"type": "integer"}, "Cambodia": {"type": "integer"}, "United Kingdom": {"type": "in...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$s...
[{"name" : "CHIKA", "frequency" : 362, "males" : "8.287292817679557 %", "females" : "91.71270718232044 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required...
[{"Id" : "872999", "ThreadId" : "373159", "Html" : "\r\n<p>Word.Export support image export, will Excel.Export one day able to do that too?</p>\r\n", "PostedDate" : "2012-07-18T03:42:47.177-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "894633", "ThreadId" : "373159", "Html" : "<p>We haven't come up ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma...
Generate a valid JSON object that conforms to the following 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", "ite...
{"directions" : ["Whisk the flour together with 2 tablespoons salt and 2 tablespoons pepper in a mixing bowl; set aside. Beat the eggs in a separate mixing bowl; whisk in the milk, 1 teaspoon salt, and 1 teaspoon pepper until smooth.", "Heat oil in a deep-fryer or large saucepan to 375 degrees F (190 degrees C).", "Dip...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type...
{"contract" : "0x5d285f735998f36631f678ff41fb56a10a4d0429", "tool" : "mythril", "start" : 1563470167.4320545, "end" : 1563470173.535348, "duration" : 6.103293418884277, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"debug": {"type": "object", "properties": {"js": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "json": {"type": "object", "properties": {"title": {"type": "string"}}, "r...
{"debug" : {"js" : {"title" : "js"}, "json" : {"title" : "json"}, "sh" : {"title" : "sh"}}, "destination" : {"lib" : "lib"}, "env" : {"common" : {}, "debug" : {"DEBUG" : "common-userinfo", "NODE_ENV" : "debug"}, "production" : {"NODE_ENV" : "production"}}, "plugins" : {"babel" : {"presets" : "es2015"}, "mocha" : {"repo...
json_instruct
{"type": "object", "properties": {"debug": {"type": "object", "properties": {"js": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "json": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "sh": {"type": "object", "properties": {"title": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "product...
{"userId" : 26098, "cartId" : "5e28c435-5c00-41db-9418-2f50990675a8", "preferredProducts" : [], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/sche...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {...
{"userId" : 77284, "cartId" : "e3bcd6a2-e735-49b4-9d0c-f86e38e5b8f3", "preferredProducts" : [1528, 2381, 4467, 4818, 837, 2053, 3880, 1071, 480], "productReviews" : [{"productId" : 279, "reviewText" : "heard about this on mbube radio, decided to give it a try.", "reviewDate" : "2020-01-18T10:07:54.9635156+02:00"}, {"pr...
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": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"ty...
{"aliases" : ["Risque"], "authors" : ["Adam Pollina", "Jeph Loeb"], "description" : "Risque (Gloria Dolores Mu\u00f1oz) is a fictional character, a mutant in the Marvel Universe.", "images" : {"background" : null, "thumbnail" : "http://x.annihil.us/u/prod/marvel/i/mg/5/f0/4c7c645aa1623/standard_xlarge.jpg"}, "mainColor...
json_instruct
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["backgroun...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"irap/autoloader": {"type": "string"}, "onelogin/php-saml": {"type": "string"}, "programster/abstract-view": {"type": "string"}, "programster/saml": {"type": "string"}, "slim/psr7": ...
{"require" : {"irap/autoloader" : "1.0.*", "onelogin/php-saml" : "^4.0", "programster/abstract-view" : "^1.1", "programster/saml" : "0.3.2", "slim/psr7" : "^1.4", "slim/slim" : "^4.8"}, "config" : {"sort-packages" : true}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"irap/autoloader": {"type": "string"}, "onelogin/php-saml": {"type": "string"}, "programster/abstract-view": {"type": "string"}, "programster/saml": {"type": "string"}, "slim/psr7": {"type": "string"}, "slim/slim": {"type": "string"}}, "requ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parametersMin": {"type": "integer"}, "parametersMax": {"type": "integer"}, "parameters": {"type": "array", "items": ...
{"name" : "PlayerOption", "category" : "multiplayer", "documentation" : "Defines what the given player can be. Effectively a set of PlayerTypes [0 (none), 1 (human), 2 (ai)] as parameters.", "parametersMin" : 1, "parametersMax" : 3, "parameters" : [{"name" : "PlayerId", "documentation" : "The player to modify", "type" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parametersMin": {"type": "integer"}, "parametersMax": {"type": "integer"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "documenta...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"six": {"type": "string"}}, "required": ["six"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"six" : "1.16.0"}
json_instruct
{"type": "object", "properties": {"six": {"type": "string"}}, "required": ["six"], "$schema": "http://json-schema.org/draft-07/schema#"}